@import url(https://p.typekit.net/p.css?s=1&k=dvs4tvx&ht=tk&f=35351&a=689060&app=typekit&e=css);
.slick {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  height: 50%;
  width: 70px;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 0;
  border: none;
  appearance: none;
  background-color: #212721;
  color: #fff;
  transition: 0.125s;
}

.slick-arrow:hover {
  background-color: #fff;
  color: #212721;
}

.slick-arrow::after,
.slick-arrow::before {
  content: "\E900";
  font-family: "icomoon" !important;
  font-weight: 400;
  font-size: 24px;
  color: inherit;
  transform: translate(-50%, -50%) rotate(180deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.34s;
}

.slick-arrow:hover::after {
  transform: translate(-30%, -50%) rotate(180deg);
}

.slick-arrow:hover::before {
  transform: translate(-70%, -50%) rotate(180deg);
}

.slick-next {
  left: unset;
  right: 0;
}

.slick-next::after,
.slick-next::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.slick-next.slick-arrow:hover::after {
  transform: translate(-70%, -50%) rotate(0deg);
}

.slick-next.slick-arrow:hover::before {
  transform: translate(-30%, -50%) rotate(0deg);
}

.section-live-tiles .live-tiles-box.live-tiles-middle {
  height: auto !important;
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 100%;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide > div {
  height: 100%;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover,
a:focus,
a:visited {
  outline: none !important;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
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;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  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"] {
  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;
  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;
}
@font-face {
  font-family: "icomoon";
  src: url(./2abeaef9a117797fd5928bed31d5bd7e.eot);
  src: url(./2abeaef9a117797fd5928bed31d5bd7e.eot#iefix)
      format("embedded-opentype"),
    url(./6eda2e6fd26607e44b66c404d3af7a67.ttf) format("truetype"),
    url(./65f192db216a21f832ef59991d9e92f6.woff) format("woff"),
    url(./e29490429acc079000c9d5e8e8d95d6b.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {
  content: "\E900";
}
.icon-instagram:before {
  content: "\E901";
}
.icon-twitter:before {
  content: "\E902";
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
}
[class^="col-"] {
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  min-height: 1px;
}
@media (min-width: 360px) {
  .col-xxs-1 {
    width: 8.33333%;
  }
}
@media (min-width: 360px) {
  .col-xxs-2 {
    width: 16.66667%;
  }
}
@media (min-width: 360px) {
  .col-xxs-3 {
    width: 25%;
  }
}
@media (min-width: 360px) {
  .col-xxs-4 {
    width: 33.33333%;
  }
}
@media (min-width: 360px) {
  .col-xxs-5 {
    width: 41.66667%;
  }
}
@media (min-width: 360px) {
  .col-xxs-6 {
    width: 50%;
  }
}
@media (min-width: 360px) {
  .col-xxs-7 {
    width: 58.33333%;
  }
}
@media (min-width: 360px) {
  .col-xxs-8 {
    width: 66.66667%;
  }
}
@media (min-width: 360px) {
  .col-xxs-9 {
    width: 75%;
  }
}
@media (min-width: 360px) {
  .col-xxs-10 {
    width: 83.33333%;
  }
}
@media (min-width: 360px) {
  .col-xxs-11 {
    width: 91.66667%;
  }
}
@media (min-width: 360px) {
  .col-xxs-12 {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .col-xs-1 {
    width: 8.33333%;
  }
}
@media (min-width: 480px) {
  .col-xs-2 {
    width: 16.66667%;
  }
}
@media (min-width: 480px) {
  .col-xs-3 {
    width: 25%;
  }
}
@media (min-width: 480px) {
  .col-xs-4 {
    width: 33.33333%;
  }
}
@media (min-width: 480px) {
  .col-xs-5 {
    width: 41.66667%;
  }
}
@media (min-width: 480px) {
  .col-xs-6 {
    width: 50%;
  }
}
@media (min-width: 480px) {
  .col-xs-7 {
    width: 58.33333%;
  }
}
@media (min-width: 480px) {
  .col-xs-8 {
    width: 66.66667%;
  }
}
@media (min-width: 480px) {
  .col-xs-9 {
    width: 75%;
  }
}
@media (min-width: 480px) {
  .col-xs-10 {
    width: 83.33333%;
  }
}
@media (min-width: 480px) {
  .col-xs-11 {
    width: 91.66667%;
  }
}
@media (min-width: 480px) {
  .col-xs-12 {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .col-sm-1 {
    width: 8.33333%;
  }
}
@media (min-width: 640px) {
  .col-sm-2 {
    width: 16.66667%;
  }
}
@media (min-width: 640px) {
  .col-sm-3 {
    width: 25%;
  }
}
@media (min-width: 640px) {
  .col-sm-4 {
    width: 33.33333%;
  }
}
@media (min-width: 640px) {
  .col-sm-5 {
    width: 41.66667%;
  }
}
@media (min-width: 640px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .col-sm-7 {
    width: 58.33333%;
  }
}
@media (min-width: 640px) {
  .col-sm-8 {
    width: 66.66667%;
  }
}
@media (min-width: 640px) {
  .col-sm-9 {
    width: 75%;
  }
}
@media (min-width: 640px) {
  .col-sm-10 {
    width: 83.33333%;
  }
}
@media (min-width: 640px) {
  .col-sm-11 {
    width: 91.66667%;
  }
}
@media (min-width: 640px) {
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .col-md-1 {
    width: 8.33333%;
  }
}
@media (min-width: 769px) {
  .col-md-2 {
    width: 16.66667%;
  }
}
@media (min-width: 769px) {
  .col-md-3 {
    width: 25%;
  }
}
@media (min-width: 769px) {
  .col-md-4 {
    width: 33.33333%;
  }
}
@media (min-width: 769px) {
  .col-md-5 {
    width: 41.66667%;
  }
}
@media (min-width: 769px) {
  .col-md-6 {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .col-md-7 {
    width: 58.33333%;
  }
}
@media (min-width: 769px) {
  .col-md-8 {
    width: 66.66667%;
  }
}
@media (min-width: 769px) {
  .col-md-9 {
    width: 75%;
  }
}
@media (min-width: 769px) {
  .col-md-10 {
    width: 83.33333%;
  }
}
@media (min-width: 769px) {
  .col-md-11 {
    width: 91.66667%;
  }
}
@media (min-width: 769px) {
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1 {
    width: 8.33333%;
  }
}
@media (min-width: 1024px) {
  .col-lg-2 {
    width: 16.66667%;
  }
}
@media (min-width: 1024px) {
  .col-lg-3 {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .col-lg-4 {
    width: 33.33333%;
  }
}
@media (min-width: 1024px) {
  .col-lg-5 {
    width: 41.66667%;
  }
}
@media (min-width: 1024px) {
  .col-lg-6 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .col-lg-7 {
    width: 58.33333%;
  }
}
@media (min-width: 1024px) {
  .col-lg-8 {
    width: 66.66667%;
  }
}
@media (min-width: 1024px) {
  .col-lg-9 {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .col-lg-10 {
    width: 83.33333%;
  }
}
@media (min-width: 1024px) {
  .col-lg-11 {
    width: 91.66667%;
  }
}
@media (min-width: 1024px) {
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    width: 16.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-5 {
    width: 41.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-6 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-xl-7 {
    width: 58.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-8 {
    width: 66.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-9 {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .col-xl-10 {
    width: 83.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-11 {
    width: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-12 {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-1 {
    width: 8.33333%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-2 {
    width: 16.66667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-3 {
    width: 25%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-4 {
    width: 33.33333%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-5 {
    width: 41.66667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-6 {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-7 {
    width: 58.33333%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-8 {
    width: 66.66667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-9 {
    width: 75%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-10 {
    width: 83.33333%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-11 {
    width: 91.66667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-12 {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-1 {
    width: 8.33333%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-2 {
    width: 16.66667%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-3 {
    width: 25%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-4 {
    width: 33.33333%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-5 {
    width: 41.66667%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-6 {
    width: 50%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-7 {
    width: 58.33333%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-8 {
    width: 66.66667%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-9 {
    width: 75%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-10 {
    width: 83.33333%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-11 {
    width: 91.66667%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-12 {
    width: 100%;
  }
}
@media (min-width: 360px) {
  .col-xxs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 360px) {
  .col-xxs-offset-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 360px) {
  .col-xxs-offset-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 360px) {
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 360px) {
  .col-xxs-offset-4 {
    margin-left: 33.33333%;
  }
}
@media (min-width: 360px) {
  .col-xxs-offset-5 {
    margin-left: 41.66667%;
  }
}
@media (min-width: 360px) {
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 360px) {
  .col-xxs-offset-7 {
    margin-left: 58.33333%;
  }
}
@media (min-width: 360px) {
  .col-xxs-offset-8 {
    margin-left: 66.66667%;
  }
}
@media (min-width: 360px) {
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 360px) {
  .col-xxs-offset-10 {
    margin-left: 83.33333%;
  }
}
@media (min-width: 360px) {
  .col-xxs-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 360px) {
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 480px) {
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 480px) {
  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 480px) {
  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 480px) {
  .col-xs-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 480px) {
  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }
}
@media (min-width: 480px) {
  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }
}
@media (min-width: 480px) {
  .col-xs-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 480px) {
  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }
}
@media (min-width: 480px) {
  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }
}
@media (min-width: 480px) {
  .col-xs-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 480px) {
  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }
}
@media (min-width: 480px) {
  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 480px) {
  .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 640px) {
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 640px) {
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 640px) {
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 640px) {
  .col-sm-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 640px) {
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
}
@media (min-width: 640px) {
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
}
@media (min-width: 640px) {
  .col-sm-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 640px) {
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
}
@media (min-width: 640px) {
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
}
@media (min-width: 640px) {
  .col-sm-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 640px) {
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
}
@media (min-width: 640px) {
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 640px) {
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 769px) {
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 769px) {
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 769px) {
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 769px) {
  .col-md-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 769px) {
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
}
@media (min-width: 769px) {
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
}
@media (min-width: 769px) {
  .col-md-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 769px) {
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
}
@media (min-width: 769px) {
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
}
@media (min-width: 769px) {
  .col-md-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 769px) {
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
}
@media (min-width: 769px) {
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 769px) {
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 1024px) {
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 1024px) {
  .col-lg-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1024px) {
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
}
@media (min-width: 1024px) {
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
}
@media (min-width: 1024px) {
  .col-lg-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 1024px) {
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
}
@media (min-width: 1024px) {
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
}
@media (min-width: 1024px) {
  .col-lg-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 1024px) {
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
}
@media (min-width: 1024px) {
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1024px) {
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-offset-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-offset-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-offset-4 {
    margin-left: 33.33333%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-offset-5 {
    margin-left: 41.66667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-offset-7 {
    margin-left: 58.33333%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-offset-8 {
    margin-left: 66.66667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-offset-10 {
    margin-left: 83.33333%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-offset-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-offset-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-offset-4 {
    margin-left: 33.33333%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-offset-5 {
    margin-left: 41.66667%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-offset-7 {
    margin-left: 58.33333%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-offset-8 {
    margin-left: 66.66667%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-offset-10 {
    margin-left: 83.33333%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-offset-12 {
    margin-left: 100%;
  }
}
@font-face {
  font-family: "Brown";
  src: url(./5c1e5822c2b19a084abbc1628ebd5fd0.otf) format("truetype"),
    url(./7a3ce3eeff0cf4385079d9ac470c7308.woff) format("woff"),
    url(./4c25ea95f9816c92316ddf9e3dde5d81.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Brown";
  src: url(./45cb502180ba46a66f21b5838992cf23.otf) format("truetype"),
    url(./a825df804819fce5b448b185aa80c1a9.woff) format("woff"),
    url(./36fbff0762b16acef9d200072f94b942.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Brown";
  src: url(./5fca0fca982b0efbac3befe5b6c80f39.otf) format("truetype"),
    url(./1ef035e22f4c04fd41c2b9e7dfa4f3cc.woff) format("woff"),
    url(./36fbff0762b16acef9d200072f94b942.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "AryaDouble";
  src: url("https://use.typekit.net/af/eaa3b4/00000000000000007735ac5d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/eaa3b4/00000000000000007735ac5d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/eaa3b4/00000000000000007735ac5d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
}
body {
  line-height: 1;
  scroll-behavior: smooth;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  background: #f7fafa;
  color: #212721;
  font-size: 14px;
  font-family: "Brown", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
@media (max-width: 1439px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  line-height: 1.4;
  margin-bottom: 15px;
}
p:last-of-type {
  margin-bottom: 0 !important;
}
p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
p a:hover {
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
a:not([class]) {
  color: #f7fafa;
  text-decoration: none;
  transition: all 0.3s;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}
a.down-arrow {
  position: relative;
  color: #7a4ba9;
  text-decoration: none;
  padding-left: 1.8em;
}
a.down-arrow::before {
  content: "";
  background-image: url("/app/uploads/2024/05/down-arrow3.png");
  background-size: cover;
  width: 18px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -0.7em;
  transition: 0.2s ease-in-out;
}
a.down-arrow:hover::before {
  top: -0.4em;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
input,
button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AryaDouble", sans-serif;
  line-height: 1;
  font-weight: normal;
  margin: 0 0 12px;
  position: relative;
  text-transform: uppercase;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0 !important;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 60px;
  line-height: 0.83;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 60px;
  letter-spacing: -0.04em;
  line-height: 0.83;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 40px;
  }
}
h3 {
  font-size: 40px;
  letter-spacing: -0.04em;
  line-height: 0.83;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 30px;
  }
}
h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Brown", sans-serif;
}
h5 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Brown", sans-serif;
}
h6 {
  font-size: 16px;
}
.btn {
  display: block;
  border: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Brown", sans-serif;
  font-weight: 600;
  padding: 0;
  transition: all 0.3s ease;
  color: #212721;
  text-decoration: none;
  text-align: right;
}
.btn .icon-arrow {
  position: relative;
  margin-left: 30px;
  transition: all 0.3s ease;
}
.btn .icon-arrow:before,
.btn .icon-arrow:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.btn .icon-arrow:after {
  content: "\E900";
  font-family: "icomoon" !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.btn:hover .icon-arrow {
  margin-left: 36px;
}
.btn:hover .icon-arrow:after {
  opacity: 1;
  transform: translateY(-50%) translateX(-6px);
}
.btn-line {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-bottom: 8px;
}
.btn-line:before,
.btn-line:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #212721;
  transition: all 0.3s ease;
}
.btn-line:before {
  opacity: 0;
}
.btn-line:hover:before {
  opacity: 1;
  bottom: 6px;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  transition-property: transform, height;
}
.swiper-button {
  transition: background-color 0.3s ease-in-out;
}
.swiper-button:hover {
  background-color: #0a0b0a;
}
.swiper-button--lg {
  padding: 15px;
  height: 66px;
}
@media (min-width: 768px) {
  .swiper-button--lg {
    height: 92px;
    padding: 32px;
  }
}
.swiper-button-lock {
  display: none !important;
}
.swiper-button .icon-arrow {
  position: relative;
  font-size: 18px;
}
.swiper-button .icon-arrow:before {
  position: relative;
  left: -3px;
}
.swiper-button-prev {
  border-right: 1px solid #f7fafa;
}
.swiper-button-prev:hover .icon-arrow:after {
  opacity: 1;
  transform: translateX(8px);
}
.swiper-button-prev .icon-arrow {
  position: relative;
  transform: scaleX(-1);
}
.swiper-button-prev .icon-arrow:after {
  content: "\E900";
  font-family: "icomoon" !important;
  opacity: 0;
  transform: translateX(0);
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.swiper-button-next {
  border-left: 1px solid #f7fafa;
}
.swiper-button-next:hover .icon-arrow:after {
  opacity: 1;
  transform: translateX(8px);
}
.swiper-button-next .icon-arrow:after {
  content: "\E900";
  font-family: "icomoon" !important;
  opacity: 0;
  transform: translateX(0);
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.swiper-button-prev,
.swiper-button-next {
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f7fafa;
  background-color: #212721;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #212721;
  background-color: #f7fafa;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}
.swiper-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 16px;
}
.wrapper {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background-color: #f7fafa;
}
.container {
  width: 100%;
  max-width: 1680px;
  padding: 0 20px;
  margin: 0 auto;
}
main {
  flex: 1 0 auto;
  overflow: hidden;
}
.white-bg {
  background-color: #f7fafa;
}
.red-bg {
  background-color: #ee3831;
}
.yellow-bg {
  background-color: #fedb00;
}
.pink-bg {
  background-color: #ffbe9f;
}
.purple-bg {
  background-color: #8246af;
}
.black-bg {
  background-color: #212721;
}
.learn-more-link {
  position: relative;
  color: #212721;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}
.learn-more-link:hover:before {
  bottom: -3px;
}
.learn-more-link--white {
  color: #f7fafa;
}
.learn-more-link--white:before,
.learn-more-link--white:after {
  background-color: #f7fafa;
}
.learn-more-link:before,
.learn-more-link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #212721;
}
.learn-more-link:before {
  bottom: -7px;
  transition: bottom 0.3s ease-in-out;
}
.learn-more-link:after {
  bottom: -7px;
}
@keyframes animationHeader {
  form {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.open-nav {
  overflow: hidden;
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  background-color: black;
  height: 50px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .header {
    transform: translateY(-20px);
    opacity: 0;
    animation: animationContent 1s 0.3s ease forwards;
    height: 80px;
    padding: 20px 0;
  }
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
.logo {
  display: inline-block;
  flex-shrink: 0;
  transition: none;
  z-index: 12;
}
.logo img {
  display: block;
  height: 40px;
}
@media (max-width: 639px) {
  .logo img {
    height: 25px;
  }
}
.header-btn {
  border: none;
  background: none;
  outline: none;
  width: 40px;
  height: 30px;
  padding: 0 10px;
  margin-left: 30px;
  position: relative;
  z-index: 12;
}
@media (min-width: 769px) {
  .header-btn:hover .header-btn-in:before,
  .header-btn:hover .header-btn-in:after {
    background-color: #fedb00;
  }
}
@media (min-width: 769px) {
  .header-nav.open-nav .header-btn:hover .header-btn-in:before,
  .header-nav.open-nav .header-btn:hover .header-btn-in:after {
    background-color: #fedb00;
  }
}
.header-btn-in {
  display: block;
  position: relative;
  transition: all 0.3s;
}
.header-btn-in:before,
.header-btn-in:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 3px;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  background: white;
}
.header-btn-in:before {
  top: -5px;
}
.header-btn-in:after {
  top: 5px;
}
.header-nav.open-nav .header-btn-in {
  background: transparent;
}
.header-nav.open-nav .header-btn-in:before,
.header-nav.open-nav .header-btn-in:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 1px;
  height: 3px;
  background: #f7fafa;
}
.header-nav.open-nav .header-btn-in:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.header-nav.open-nav .header-btn-in:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.header-nav {
  display: none;
}
@media (max-width: 428px) {
  .header-nav {
    display: block;
  }
}
.navbar-wrap {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: #212721;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 90px 35px 35px 53px;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-100%);
}
@media (max-width: 639px) {
  .navbar-wrap {
    padding: 67px 26px 53px;
  }
}
.header-nav.open-nav .navbar-wrap {
  pointer-events: auto;
}
.navbar-wrap .nav-social > li {
  opacity: 0;
  transform: translateX(50px);
}
.navbar-wrap .nav-social a {
  transition: color 0.3s ease-in-out;
}
.nav,
.header-nav .menu-wrapper {
  display: block;
  width: 100%;
}
.nav li,
.header-nav .menu-wrapper li {
  opacity: 0;
  transform: translateX(50px);
}
.nav li:nth-child(1) a:hover,
.nav li:nth-child(1n + 3) a:hover,
.header-nav .menu-wrapper li:nth-child(1) a:hover,
.header-nav .menu-wrapper li:nth-child(1n + 3) a:hover {
  color: #fedb00;
}
.nav li:nth-child(2) a:hover,
.nav li:nth-child(2n + 3) a:hover,
.header-nav .menu-wrapper li:nth-child(2) a:hover,
.header-nav .menu-wrapper li:nth-child(2n + 3) a:hover {
  color: #ffbe9f;
}
.nav li:nth-child(3n),
.nav li:nth-child(3n + 3),
.header-nav .menu-wrapper li:nth-child(3n),
.header-nav .menu-wrapper li:nth-child(3n + 3) {
  border: 1px solid;
}
.nav li:nth-child(3n) a:hover,
.nav li:nth-child(3n + 3) a:hover,
.header-nav .menu-wrapper li:nth-child(3n) a:hover,
.header-nav .menu-wrapper li:nth-child(3n + 3) a:hover {
  color: #ee3831;
}
.nav li a,
.header-nav .menu-wrapper li a {
  font-size: 100px;
  line-height: 1;
  color: #f7fafa;
  font-family: "AryaDouble", sans-serif;
  font-weight: normal;
  position: relative;
  padding: 0;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .nav li a,
  .header-nav .menu-wrapper li a {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .nav li a:hover,
  .header-nav .menu-wrapper li a:hover {
    color: #fedb00;
  }
}
.nav li.active a,
.nav li.current-menu-item a,
.header-nav .menu-wrapper li.active a,
.header-nav .menu-wrapper li.current-menu-item a {
  color: #fedb00;
}
.nav-footer,
.header-nav .menu-wrapper-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.nav-social,
.header-nav .menu-wrapper-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
}
.nav-social li,
.header-nav .menu-wrapper-social li {
  margin-left: 18px;
}
.nav-social li:first-of-type,
.header-nav .menu-wrapper-social li:first-of-type {
  margin-left: 0;
}
.nav-social a,
.header-nav .menu-wrapper-social a {
  font-size: 20px;
  color: #f7fafa;
  text-decoration: none;
}
.nav-social a:hover,
.header-nav .menu-wrapper-social a:hover {
  color: #fedb00;
}
.admin-bar .header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}
.admin-bar .navbar-wrap {
  height: calc(100vh - 32px);
}
@media (max-width: 782px) {
  .admin-bar .navbar-wrap {
    top: 46px;
    height: calc(100vh - 46px);
  }
}
.admin-bar #wpadminbar {
  position: fixed !important;
}
@media (max-width: 428px) {
  .header-desktop {
    display: none;
  }
}
.header-desktop ul.menu-wrapper {
  display: flex;
}
.header-desktop ul.menu-wrapper li.menu-item {
  text-transform: uppercase;
  font-family: "AryaDouble", sans-serif;
  font-size: clamp(13px, 2.2vw, 24px);
  letter-spacing: 0.6px;
  line-height: 1;
  font-weight: 400;
  margin-right: 0.8em;
}
.header-desktop ul.menu-wrapper li.menu-item a {
  -webkit-font-smoothing: antialiased !important;
}
.header-desktop ul.menu-wrapper li.menu-item:nth-child(1) a:hover {
  color: #fedb00;
}
.header-desktop ul.menu-wrapper li.menu-item:nth-child(2) a:hover {
  color: #ffbe9f !important;
}
.header-desktop ul.menu-wrapper li.menu-item:nth-child(3) a:hover {
  color: #ee3831 !important;
}
.header-desktop ul.menu-wrapper li.menu-item:nth-child(4) a:hover {
  color: #fedb00 !important;
}
.header-desktop ul.menu-wrapper li.menu-item:nth-child(5) a:hover {
  color: #ffbe9f !important;
}
.header-desktop ul.menu-wrapper li.menu-item:nth-child(6) a:hover {
  color: #ee3831 !important;
}
.header-desktop ul.menu-wrapper li.menu-item:nth-child(7) a:hover {
  color: #fedb00 !important;
}
.footer-head {
  display: flex;
}
.footer-head-form {
  width: 50%;
  padding: 49px 60px 60px;
}
@media (max-width: 1199px) {
  .footer-head-form {
    padding: 28px 30px 31px;
  }
}
@media (max-width: 768px) {
  .footer-head-form {
    width: 100%;
  }
}
.footer-head-form h3 {
  margin: 0;
}
.footer-head-form .gform_wrapper form {
  display: flex;
  width: 100%;
  margin-top: 42px;
}
@media (max-width: 639px) {
  .footer-head-form .gform_wrapper form {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.footer-head-form .gform_body {
  width: 75%;
  position: relative;
}
@media (max-width: 639px) {
  .footer-head-form .gform_body {
    width: 100%;
  }
}
.footer-head-form .gform_body label {
  font-weight: 600;
  position: absolute;
  top: -20px;
  text-transform: uppercase;
  font-size: 14px !important;
}
.footer-head-form .gform_body input {
  background: #fedb00;
  width: 100%;
  border: 0;
  height: 51px;
  padding: 8px 20px !important;
  font-size: 24px !important;
  font-weight: 300;
  color: #212721;
}
.footer-head-form .gform_footer {
  width: 25%;
  margin: 0 0 0 auto;
  position: relative;
  min-width: 130px;
  height: 51px;
}
@media (max-width: 639px) {
  .footer-head-form .gform_footer {
    width: auto;
  }
}
.footer-head-form .gform_footer:hover:before {
  right: 36px;
}
.footer-head-form .gform_footer:hover input[type="submit"] {
  padding: 15px 50px 15px 25px;
}
.footer-head-form .gform_footer:after,
.footer-head-form .gform_footer:before {
  content: "\E900";
  font-family: "icomoon" !important;
  position: absolute;
  top: 16px;
  right: 30px;
  color: #f7fafa;
  transition: 0.3s ease;
}
.footer-head-form .gform_footer input[type="submit"] {
  padding: 15px 45px 15px 30px;
  background: #212721;
  border: none;
  cursor: pointer;
  border-radius: 0;
  color: #f7fafa;
  text-transform: uppercase;
  height: 51px;
  width: 100%;
  font-weight: 600;
  line-height: 1 !important;
  transition: 0.3s ease;
}
.footer-head-image {
  width: 50%;
}
@media (max-width: 768px) {
  .footer-head-image {
    display: none;
  }
}
.footer-head-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-body {
  color: #f7fafa;
  position: relative;
  padding: 60px 30px 56px;
  background: #212721;
}
@media (max-width: 768px) {
  .footer-body {
    padding: 50px 10px;
  }
}
.footer-body .container {
  max-width: 1920px;
}
@media (max-width: 768px) {
  .footer-main {
    margin-bottom: 28px;
  }
}
.footer-main .logo {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .footer-main .logo {
    margin-bottom: 26px;
  }
}
.footer-main .logo img {
  height: 80px;
}
.footer-main .menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1;
  margin: 0 -15px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer-main .menu-wrapper {
    max-width: 220px;
  }
}
.footer-main .menu-wrapper li {
  padding: 0 15px;
  margin-top: 11px;
}
@media (max-width: 768px) {
  .footer-main .menu-wrapper li {
    width: 50%;
  }
}
.footer-copyright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 768px) {
  .footer-copyright {
    flex-direction: column-reverse;
  }
}
.footer-copyright ul {
  display: flex;
}
.footer-copyright ul li:not(:last-of-type) {
  position: relative;
}
.footer-copyright ul li:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #f7fafa;
}
.footer-logos {
  margin: 0 -15px;
}
.footer-logos li {
  padding: 0 15px;
}
.footer-links {
  display: flex;
}
@media (max-width: 768px) {
  .footer-links {
    margin-bottom: 46px;
  }
}
.footer-social li:not(:last-of-type) {
  padding-right: 18px;
}
.footer-social li:not(:last-of-type):after {
  display: none;
}
.footer-social a {
  color: #f7fafa;
  text-decoration: none;
}
.footer-social a:hover {
  color: #fedb00;
}
.footer-privacy {
  margin: 0 -5px 0 30px;
}
.footer-privacy li {
  padding: 0 5px;
}
.footer-privacy li a {
  display: inline;
  color: #f7fafa;
  font-size: 10px;
}
.footer-privacy li a:hover {
  text-decoration: underline;
}
.footer-head-form .gform_confirmation_message {
  padding: 15px;
  font-size: 17px;
  background: #e2f7e3;
  border: 1px solid #b5e7b7;
}
.footer-head-form .gform_wrapper .gform_validation_errors {
  display: none;
}
.footer-head-form .gform_wrapper form .gform_footer {
  margin: 0;
  padding: 0;
}
.footer-head-form .gform_wrapper form .gfield_required {
  display: none;
}
.error404 .main {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 0;
}
.error404 .section-404 h2 {
  color: #ee3831;
  font-size: 90px;
}
@media (max-width: 768px) {
  .error404 .section-404 h2 {
    font-size: 48px;
  }
}
.error404 .section-404 h5 {
  width: 100%;
  max-width: 50%;
  margin: 0 auto 15px;
}
@keyframes animationBg {
  form {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes animationContent {
  form {
    opacity: 0;
    transform: translateX(-50%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.section-hero-banner {
  position: relative;
  min-height: 40vw;
}
@media (min-width: 768px) {
  .section-hero-banner {
    min-height: 80vw;
  }
}
@media (min-width: 1023px) {
  .section-hero-banner {
    min-height: 56vw;
  }
}
.section-hero-banner__bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .section-hero-banner__bg {
    height: 56vw;
  }
}
@media (min-width: 768px) {
  .section-hero-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(-100%);
    animation: animationBg 1s ease forwards;
  }
}
.section-hero-banner__body {
  transform: translateX(-100%);
  opacity: 0;
  animation: animationContent 1s 0.3s ease forwards;
  transition: transform 0.3s ease-in-out, left 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .section-hero-banner__body {
    padding: 28px;
  }
}
@media (min-width: 768px) {
  .section-hero-banner__body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    display: flex;
    align-items: center;
    padding: 80px 40px;
  }
}
.section-hero-banner__body--white {
  color: #212721;
  background-color: #f7fafa;
}
.section-hero-banner__body--black {
  color: #f7fafa;
  background-color: #212721;
}
.section-hero-banner__body--pink {
  background-color: #ffbe9f;
}
.section-hero-banner__body--red {
  color: #f7fafa;
  background-color: #ee3831;
}
.section-hero-banner__body--yellow {
  background-color: #fedb00;
}
.section-hero-banner__body--purple {
  color: #f7fafa;
  background-color: #8246af;
}
.section-hero-banner__body.hide {
  left: -50%;
}
.section-hero-banner__body.hide .section-hero-banner__content-toggler {
  transform: translate(30px, -50%);
}
@media (min-width: 1199px) {
  .section-hero-banner__content {
    max-width: 418px;
    margin: 0 auto;
  }
}
.section-hero-banner__title {
  font-size: 40px;
  margin-bottom: 23px;
}
@media (min-width: 1199px) {
  .section-hero-banner__title {
    font-size: 60px;
    margin-bottom: 30px;
    transform: translateX(-100%);
    opacity: 0;
    animation: animationContent 1.4s 0.6s ease forwards;
  }
}
.section-hero-banner__subtitle {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (min-width: 1199px) {
  .section-hero-banner__subtitle {
    margin-bottom: 30px;
    transform: translateX(-100%);
    opacity: 0;
    animation: animationContent 1.4s 0.8s ease forwards;
  }
}
.section-hero-banner p {
  line-height: 1.4;
}
@media (min-width: 768px) {
  .section-hero-banner p {
    transform: translateX(-100%);
    opacity: 0;
    animation: animationContent 1.2s 1s ease forwards;
  }
}
.section-hero-banner__content-toggler {
  display: none;
}
@media (min-width: 768px) {
  .section-hero-banner__content-toggler {
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    border: none;
    outline: none;
    background-color: transparent;
    padding: 6px;
    width: 24px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
}
.section-hero-banner__content-toggler:hover {
  opacity: 0.7;
}
.section-hero-banner__content-toggler:before,
.section-hero-banner__content-toggler:after {
  content: "";
}
.section-hero-banner__content-toggler-line,
.section-hero-banner__content-toggler:before,
.section-hero-banner__content-toggler:after {
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #ee3831;
}
.down-arrow {
  margin-top: 100px;
}
@media (min-width: 1023px) {
  .section-travel {
    display: flex;
    flex-direction: row-reverse;
    min-height: 808px;
  }
}
@media (min-width: 768px) {
  .section-travel__left-content {
    display: flex;
  }
}
.section-travel__right-content {
  display: none;
}
@media (min-width: 768px) {
  .section-travel__right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section-travel__map-container {
    flex: 1;
    display: flex;
    width: 100%;
  }
}
.section-travel__map {
  width: 100%;
}
.section-travel__map.hidden {
  display: none;
}
.section-travel__map.active {
  animation: fade 1s ease;
}
.section-travel__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-travel__description-map-1 {
  margin: 0 -28px -50px;
}
@media (min-width: 768px) {
  .section-travel__description-map-1 {
    display: none;
  }
}
.section-travel__description {
  width: 100%;
  padding: 50px 28px;
}
@media (min-width: 768px) {
  .section-travel__description {
    padding: 60px 20px;
    max-width: 100%;
  }
}
@media (min-width: 1023px) {
  .section-travel__description {
    padding: 60px 20px;
    max-width: 400px;
  }
}
@media (min-width: 1199px) {
  .section-travel__description {
    padding: 71px;
    max-width: 546px;
  }
}
.section-travel__description--yellow {
  color: #212721;
  background-color: #fedb00;
}
.section-travel__description--yellow .list-places__link.active:after {
  background-color: #212721;
}
.section-travel__description--black {
  background-color: #212721;
}
.section-travel__description--purple {
  background-color: #8246af;
}
.section-travel__description--black,
.section-travel__description--purple {
  color: #f7fafa;
}
.section-travel__description--black .list-places__link.active:after,
.section-travel__description--purple .list-places__link.active:after {
  background-color: #f7fafa;
}
.section-travel__description.active {
  animation: fade 1s ease;
}
@media (min-width: 768px) {
  .section-travel__description.hidden {
    display: none;
  }
}
.section-travel__title {
  color: inherit;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-travel__title {
    font-size: 40px;
    margin-bottom: 26px;
  }
}
.section-travel__text {
  color: inherit;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-travel__text {
    margin-bottom: 78px;
  }
}
.section-travel__category {
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .section-travel__category {
    display: none;
  }
}
.section-travel__category:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #f7fafa;
}
@media (max-width: 768px) {
  .section-travel__category:after {
    display: none;
  }
}
.list-places {
  color: inherit;
  text-transform: uppercase;
  font-size: 20px;
}
@media (min-width: 768px) {
  .list-places {
    font-size: 24px;
    max-width: 304px;
    width: 100%;
  }
}
.list-places__item:not(:last-child) {
  margin-bottom: 22px;
}
.list-places__item:hover a,
.list-places__item:hover .list-places__link,
.list-places__item.active a,
.list-places__item.active .list-places__link {
  position: relative;
}
.list-places__item:hover a:after,
.list-places__item:hover .list-places__link:after,
.list-places__item.active a:after,
.list-places__item.active .list-places__link:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #212721;
}
.list-places__item.active .list-places__distance {
  display: block;
}
@media (min-width: 768px) {
  .list-places__item.active .list-places__distance {
    display: none;
  }
}
.list-places__link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 0;
}
.list-places__link:after {
  content: "";
  width: 0;
  transition: width 0.3s ease-in-out;
}
.list-places__distance {
  display: none;
  font-size: 40px;
  text-align: right;
}
@media (min-width: 768px) {
  .list-places__distance {
    display: none;
  }
}
.list-places__distance > strong {
  display: block;
  margin-bottom: -10px;
}
.travel-categories {
  text-transform: uppercase;
}
.travel-categories__item {
  cursor: pointer;
}
@media (max-width: 768px) {
  .travel-categories__item--all {
    display: none;
  }
}
.travel-categories__item:not(:last-child) {
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .travel-categories__item:not(:last-child) {
    margin-bottom: 19px;
  }
}
@media (max-width: 768px) {
  .travel-categories__item .travel-categories__link:after {
    content: "\E900";
    font-family: "icomoon" !important;
    position: absolute;
    top: -2px;
    right: -5px;
    font-size: 12px;
    transform: rotate(90deg);
    transform-origin: 0 50%;
  }
}
@media (max-width: 768px) {
  .travel-categories__item.active .travel-categories__link:after {
    top: 13px;
    transform: rotate(-90deg);
  }
}
@media (min-width: 768px) {
  .travel-categories__item.term-is-active .travel-categories__link-value:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f7fafa;
    bottom: -8px;
  }
}
.travel-categories__link {
  position: relative;
  display: block;
  font-size: 20px;
  margin-bottom: 11px;
  color: #f7fafa;
  text-decoration: none;
}
@media (min-width: 768px) {
  .travel-categories__link {
    font-size: 24px;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .travel-categories__link:hover .travel-categories__link-value:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f7fafa;
    width: 100%;
    bottom: -8px;
  }
}
.travel-categories__link.active .travel-categories__link-value:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f7fafa;
  width: 100%;
}
@media (min-width: 768px) {
  .travel-categories__link.active .travel-categories__link-value:after {
    bottom: -8px;
  }
}
@media (max-width: 768px) {
  .travel-categories__link.active:after {
    transform: translate(0, 15px) rotate(90deg) scaleX(-1) !important;
  }
}
.travel-categories__link-value {
  position: relative;
}
.travel-categories__link-value:after {
  content: "";
  width: 0;
  transition: width 0.3s ease-in-out;
}
.travel-categories__link-color {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .travel-categories__link-color {
    display: none;
  }
}
.travel-categories__link-color--white {
  background-color: #f7fafa;
}
.travel-categories__link-color--red,
.travel-categories__link-color.art {
  background-color: #ee3831;
}
.travel-categories__link-color--pink,
.travel-categories__link-color.education {
  background-color: #ffbe9f;
}
.travel-categories__link-color--yellow,
.travel-categories__link-color.entertainment {
  background-color: #fedb00;
}
.travel-categories__link-color--transparent,
.travel-categories__link-color.hotels {
  border: 1px solid #f7fafa;
  background-color: transparent;
}
.travel-categories__link-color--black,
.travel-categories__link-color.outdoor-activities {
  background-color: #212721;
}
.travel-categories__sublist {
  display: none;
  padding-top: 10px;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .travel-categories__sublist {
    display: none !important;
  }
}
.travel-categories__sublist-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.travel-categories__sublist-item:not(:last-child) {
  margin-bottom: 6px;
}
.travel-categories__sublist-item__name {
  display: block;
  width: 70%;
}
.section-travel-switcher {
  display: flex;
  position: relative;
  z-index: 1;
}
.section-travel-switcher__item {
  flex: 1;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: flex 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (min-width: 1199px) {
  .section-travel-switcher__item {
    font-size: 18px;
    padding: 35px 20px;
  }
}
.section-travel-switcher__item--black {
  color: #f7fafa;
  background-color: #212721;
}
.section-travel-switcher__item--yellow {
  color: #212721;
  background-color: #fedb00;
}
.section-travel-switcher__item--purple {
  color: #f7fafa;
  background-color: #8246af;
}
.section-travel-switcher__item:hover .section-travel-switcher__value:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ee3831;
  transform: scale(1);
}
.section-travel-switcher__item.active {
  background-color: #f7fafa;
  color: #212721;
  flex: 2;
}
.section-travel-switcher__item.active .section-travel-switcher__value:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ee3831;
  transform: scale(1);
}
.section-travel-switcher__value {
  position: relative;
  pointer-events: none;
}
.section-travel-switcher__value:after {
  content: "";
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
}
.amenities-map {
  height: 100%;
  min-height: 500px;
}
.amenities-map .marker-info-window-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Brown", sans-serif;
  text-transform: uppercase;
}
.amenities-map .gm-style-iw-d {
  overflow: hidden !important;
}
.amenities-map .gm-style .gm-style-iw-c {
  border-radius: 0;
  box-shadow: none;
  padding: 0 !important;
}
.amenities-map .gm-style .gm-style-iw-t::after {
  display: none !important;
}
.amenities-map .marker-info-window {
  padding: 21px 20px 15px;
  max-width: 260px;
  text-align: center;
}
.amenities-map .marker-info-window.outdoor-activities,
.amenities-map .marker-info-window.hotels,
.amenities-map .marker-info-window.art {
  color: #fff;
}
.amenities-map .gm-ui-hover-effect {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  opacity: 1 !important;
}
.amenities-map .gm-ui-hover-effect img {
  display: none !important;
}
.draw-map-path {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.draw-map-path .route-box {
  display: none;
  height: 100%;
  transform: scale(1.01);
}
.draw-map-path .route-box svg {
  height: 100%;
  max-width: 100%;
}
.draw-map-path .route-box.active {
  display: block;
}
.draw-map-path .route-box.active .route {
  opacity: 1;
  visibility: visible;
}
.draw-map-path .route-box.active .route .route-line {
  animation: draw 2s 0.8s linear forwards;
}
.draw-map-path .route-box.animation-finished .route-finish {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1023px) {
  .draw-map-path .route-box {
    transform: scale(1.33);
  }
}
@media (min-width: 1199px) {
  .draw-map-path .route-box {
    transform: scale(1.03);
  }
}
.draw-map-path .route {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.draw-map-path .route-finish {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
body.loading {
  overflow: hidden;
}
body.loading .header {
  display: none;
}
body.loading .section-intro-slider .intro-slider-holder {
  width: 100vw;
}
.section-intro-slider {
  margin-bottom: -1px;
  position: relative;
}
.section-intro-slider .swiper-slide-active {
  z-index: 1;
}
.section-intro-slider .swiper-slide-active .intro-slider-box {
  transform: translate(0);
  width: 100%;
  height: 100%;
  transition: 1s;
  transition-delay: 2.5s;
}
.section-intro-slider .swiper-slide-active .intro-slider-box-info h2,
.section-intro-slider .swiper-slide-active .intro-slider-box-info h4,
.section-intro-slider .swiper-slide-active .intro-slider-box-info p,
.section-intro-slider .swiper-slide-active .intro-slider-box-info .btn {
  opacity: 1;
  transform: translate(0);
  transition: 0.3s;
  transition-delay: 3s;
}
.section-intro-slider .swiper-slide-active .intro-slider-box-info p {
  transition-delay: 3.2s;
}
.section-intro-slider .swiper-slide-active .intro-slider-box-info .btn {
  transition-delay: 3.3s;
}
.section-intro-slider .intro-slider-holder {
  width: 100%;
  height: 100vh;
  min-height: 768px;
  display: grid;
  grid-template-columns: 0.8fr 2.2fr 2fr;
  grid-template-rows: 80px 0.76fr 2fr 1fr;
  z-index: 1;
}
@media (max-width: 1023px) {
  .section-intro-slider .intro-slider-holder {
    grid-template-columns: auto 50px;
    grid-template-rows: 80px 30vh auto 20vh;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .section-intro-slider .intro-slider-holder {
    grid-template-rows: 50px 30vh auto 20vh;
  }
}
.section-intro-slider
  .intro-slider-holder.intro-slider-style-one
  .intro-slider-box-topright,
.section-intro-slider
  .intro-slider-holder.intro-slider-style-one
  .intro-slider-box-text,
.section-intro-slider
  .intro-slider-holder.intro-slider-style-one
  .intro-slider-box-bottomleft,
.section-intro-slider
  .intro-slider-holder.intro-slider-style-one
  .intro-slider-box-bottomright,
.section-intro-slider
  .intro-slider-holder.intro-slider-style-one
  .intro-slider-box-topright,
.section-intro-slider
  .intro-slider-holder.intro-slider-style-one
  .intro-slider-box-image {
  background: #f7fafa;
}
.section-intro-slider
  .intro-slider-holder.intro-slider-style-two
  .intro-slider-box-topleft {
  background: #f7fafa;
}
.section-intro-slider
  .intro-slider-holder.intro-slider-style-two
  .intro-slider-box-topright {
  background: #ee3831;
}
.section-intro-slider
  .intro-slider-holder.intro-slider-style-two
  .intro-slider-box-bottomleft,
.section-intro-slider
  .intro-slider-holder.intro-slider-style-two
  .intro-slider-box-text,
.section-intro-slider
  .intro-slider-holder.intro-slider-style-two
  .intro-slider-box-image {
  background: #fedb00;
}
.section-intro-slider
  .intro-slider-holder.intro-slider-style-two
  .intro-slider-box-bottomright {
  background: #8246af;
}
.section-intro-slider
  .intro-slider-holder.intro-slider-style-three
  .intro-slider-box-topright {
  background: #ffbe9f;
}
.section-intro-slider
  .intro-slider-holder.intro-slider-style-three
  .intro-slider-box-bottomleft,
.section-intro-slider
  .intro-slider-holder.intro-slider-style-three
  .intro-slider-box-text,
.section-intro-slider
  .intro-slider-holder.intro-slider-style-three
  .intro-slider-box-image {
  background: #8246af;
  color: #f7fafa;
}
.section-intro-slider
  .intro-slider-holder.intro-slider-style-three
  .intro-slider-box-bottomleft
  a,
.section-intro-slider
  .intro-slider-holder.intro-slider-style-three
  .intro-slider-box-text
  a,
.section-intro-slider
  .intro-slider-holder.intro-slider-style-three
  .intro-slider-box-image
  a {
  color: #f7fafa;
}
.section-intro-slider
  .intro-slider-holder.intro-slider-style-three
  .intro-slider-box-bottomright {
  background: #ee3831;
}
.section-intro-slider
  .intro-slider-holder.intro-slider-style-four
  .intro-slider-box-topleft {
  background: #f7fafa;
}
.section-intro-slider
  .intro-slider-holder.intro-slider-style-four
  .intro-slider-box-topright {
  background: #8246af;
}
.section-intro-slider
  .intro-slider-holder.intro-slider-style-four
  .intro-slider-box-bottomleft,
.section-intro-slider
  .intro-slider-holder.intro-slider-style-four
  .intro-slider-box-text,
.section-intro-slider
  .intro-slider-holder.intro-slider-style-four
  .intro-slider-box-image {
  background: #ffbe9f;
}
.section-intro-slider
  .intro-slider-holder.intro-slider-style-four
  .intro-slider-box-bottomright {
  background: #fedb00;
}
.section-intro-slider .intro-slider-box {
  transition: 0.25s;
  transition-delay: 0.25s;
  position: relative;
  z-index: 2;
}
.section-intro-slider .intro-slider-box-topleft {
  grid-column: 1 / span 2;
  grid-row: 1;
  transform: translateY(-100%);
  width: 100%;
  height: 80px;
}
@media (max-width: 1023px) {
  .section-intro-slider .intro-slider-box-topleft {
    grid-column: 1 / span 2;
    grid-row: 1;
  }
}
.section-intro-slider .intro-slider-box-topright {
  grid-column: 3;
  grid-row: 1 / span 2;
  transform: translateX(100%);
}
@media (max-width: 1023px) {
  .section-intro-slider .intro-slider-box-topright {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (min-width: 1024px) {
  .section-intro-slider .intro-slider-box-topright .swiper-controls {
    display: none;
  }
}
.section-intro-slider .intro-slider-box-image {
  grid-column: 1 / span 2;
  grid-row: 2 / span 2;
  background-color: #ee3831;
  transform: translateY(-120%);
}
@media (max-width: 1023px) {
  .section-intro-slider .intro-slider-box-image {
    grid-column: 1;
    grid-row: 2;
    transform: translateX(-100%);
  }
}
.section-intro-slider .intro-slider-box-text {
  grid-column: 3;
  grid-row: 3 / span 2;
  overflow: hidden;
  height: 0;
  width: 100%;
  pointer-events: auto;
}
@media (max-width: 1023px) {
  .section-intro-slider .intro-slider-box-text {
    grid-column: 1 / span 2;
    grid-row: 3;
    height: 100%;
    transform: translateX(100%);
  }
}
.section-intro-slider .intro-slider-box-text .btn {
  margin: auto 0 0 0;
  transform: translateX(100%);
}
@media (max-width: 1023px) {
  .section-intro-slider .intro-slider-box-text .btn {
    margin: 85px 0 0 0;
  }
}
.section-intro-slider .intro-slider-box-info {
  height: 100%;
  padding: 60px 3vw 60px 60px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .section-intro-slider .intro-slider-box-info {
    padding: 30px;
  }
}
.section-intro-slider .intro-slider-box-info h2 {
  margin: 0;
}
.section-intro-slider .intro-slider-box-info h4 {
  margin: 0 0 37px 0;
}
.section-intro-slider .intro-slider-box-info h2,
.section-intro-slider .intro-slider-box-info h4,
.section-intro-slider .intro-slider-box-info p {
  opacity: 0;
  transform: translateX(100%);
}
.section-intro-slider .intro-slider-box-bottomleft {
  grid-column: 1;
  grid-row: 4 / span 2;
  width: 0;
  height: 100%;
}
@media (max-width: 1023px) {
  .section-intro-slider .intro-slider-box-bottomleft {
    display: none;
  }
}
.section-intro-slider .intro-slider-box-bottomright {
  grid-column: 2;
  grid-row: 4 / span 2;
  transform: translateY(100%);
}
@media (max-width: 1023px) {
  .section-intro-slider .intro-slider-box-bottomright {
    grid-column: 1 / span 2;
    grid-row: 4;
  }
}
.section-intro-slider .intro-slider-box .swiper-controls {
  position: absolute;
  top: 0;
  right: 2px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .section-intro-slider .intro-slider-box .swiper-controls {
    top: calc(100% - 86px);
    right: 8px;
  }
}
.section-intro-slider .intro-slider-box .swiper-controls .swiper-button {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  margin: 2px 0;
}
.section-intro-slider .intro-slider-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-intro-slider .intro-slider-box video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -100;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #222721;
  z-index: 1;
}
.preloader video {
  position: absolute;
  width: 100%;
  height: 69%;
  right: 20vw;
  bottom: 8vw;
}
.section-travel-slider__desktop {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .section-travel-slider__desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-travel-slider__mobile {
    display: none;
  }
}
.section-travel-slider__col {
  display: flex;
  width: 100%;
}
.section-travel-slider__col-6 {
  display: flex;
  width: 50%;
}
@media (min-width: 768px) {
  .section-travel-slider__col-6 {
    height: 19vw;
  }
}
@media (min-width: 768px) {
  .section-travel-slider__left {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .section-travel-slider__right {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
  }
}
.travel-slider {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .travel-slider-1 .travel-slider__slide {
    height: 25vw;
  }
}
@media (min-width: 768px) {
  .travel-slider-2 .travel-slider__slide {
    height: 19vw;
  }
}
@media (min-width: 768px) {
  .travel-slider-3 .travel-slider__slide {
    height: 28.6vw;
  }
}
@media (min-width: 1199px) {
  .travel-slider-3 .travel-slider__slide {
    height: 30.4vw;
  }
}
@media (min-width: 1439px) {
  .travel-slider-3 .travel-slider__slide {
    height: 32.3vw;
  }
}
@media (min-width: 1919px) {
  .travel-slider-3 .travel-slider__slide {
    height: 31.6vw;
  }
}
@media (min-width: 768px) {
  .travel-slider-4 .travel-slider__slide {
    height: 46.5vw;
  }
}
@media (min-width: 1023px) {
  .travel-slider-4 .travel-slider__slide {
    height: 43.5vw;
  }
}
@media (min-width: 1439px) {
  .travel-slider-4 .travel-slider__slide {
    height: 44.6vw;
  }
}
@media (min-width: 1919px) {
  .travel-slider-4 .travel-slider__slide {
    height: 42.5vw;
  }
}
.travel-slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.travel-slider__image-description {
  position: absolute;
  padding: 6px 13px 6px 5px;
  background-color: #f7fafa;
  z-index: 1;
  font-size: 14px;
  letter-spacing: -0.28px;
}
@media (max-width: 768px) {
  .travel-slider__image-description {
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .travel-slider__image-description {
    bottom: 0;
    right: 0;
  }
}
.travel-slider__decor-image {
  width: 100%;
  height: 100%;
}
.travel-slider__decor-image--red {
  background-color: #ee3831;
}
.travel-slider .swiper-controls {
  display: flex;
  align-items: center;
}
.travel-slider .swiper-controls .swiper-button {
  flex: 1;
}
.section-live-tiles .live-tiles-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 0.47fr 0.33fr 0.65fr 0.15fr;
  grid-template-rows: 1fr 0.65fr 0.25fr 0.5fr 267px;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-live-tiles .live-tiles-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 420px auto 209px auto 115px;
    height: 100%;
  }
}
.section-live-tiles .live-tiles-box {
  position: relative;
}
.section-live-tiles .live-tiles-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-live-tiles .live-tiles-box video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -100;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.section-live-tiles .live-tiles-image-left {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .section-live-tiles .live-tiles-image-left {
    grid-column: 1;
    grid-row: 1;
    height: 100%;
  }
}
.section-live-tiles .live-tiles-text-right {
  grid-column: 3 / span 2;
  grid-row: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .section-live-tiles .live-tiles-text-right {
    grid-column: 1;
    grid-row: 2;
    height: 100%;
  }
}
.section-live-tiles .live-tiles-middle {
  background-color: #ee3831;
  grid-column: 3;
  grid-row: 2 / span 2;
}
@media (max-width: 768px) {
  .section-live-tiles .live-tiles-middle {
    display: none;
  }
}
.section-live-tiles .live-tiles-mid-right {
  background-color: #8246af;
  grid-column: 4;
  grid-row: 2 / span 2;
}
@media (max-width: 768px) {
  .section-live-tiles .live-tiles-mid-right {
    display: none;
  }
}
.section-live-tiles .live-tiles-text-left {
  grid-column: 1 / span 2;
  grid-row: 3 / span 2;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .section-live-tiles .live-tiles-text-left {
    grid-column: 1;
    grid-row: 4;
    height: 100%;
  }
}
.section-live-tiles .live-tiles-image-right {
  grid-column: 3 / span 2;
  grid-row: 4;
}
@media (max-width: 768px) {
  .section-live-tiles .live-tiles-image-right {
    grid-column: 1;
    grid-row: 3;
  }
}
.section-live-tiles .live-tiles-leftbottom {
  background-color: #fedb00;
  grid-column: 1;
  grid-row: 5;
}
@media (max-width: 768px) {
  .section-live-tiles .live-tiles-leftbottom {
    display: none;
  }
}
.section-live-tiles .live-tiles-video {
  grid-column: 2 / span 3;
  grid-row: 5;
}
@media (max-width: 768px) {
  .section-live-tiles .live-tiles-video {
    grid-column: 1;
    grid-row: 5;
  }
}
.section-live-tiles .live-tiles-info {
  padding: 60px 30px;
  max-width: 460px;
}
@media (max-width: 768px) {
  .section-live-tiles .live-tiles-info {
    padding: 50px 45px;
  }
}
.section-live-tiles .live-tiles-info img {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 54px;
  margin-bottom: 30px;
}
.section-live-tiles .live-tiles-info .btn {
  margin: 34px 0 0 0;
}
@media (max-width: 768px) {
  .section-live-tiles .live-tiles-info .btn {
    margin: 50px 0 0 0;
  }
}
.section-video-today {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .section-video-today {
    display: flex;
    flex-wrap: wrap;
  }
}
.section-video-today__left {
  position: relative;
  padding: 8vw 8vw 6vw;
}
@media (min-width: 768px) {
  .section-video-today__left {
    width: 50%;
    min-height: 300px;
    padding: 10vw;
  }
}
@media (min-width: 1023px) {
  .section-video-today__left {
    min-height: 517px;
  }
}
.section-video-today__right {
  display: flex;
}
@media (min-width: 768px) {
  .section-video-today__right {
    width: 50%;
    flex-direction: column;
  }
}
.section-video-today__title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.section-video-today__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .section-video-today__decor-image {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .section-video-today__decor-image {
    height: 92px;
    width: auto;
  }
}
.section-video-today__content-box {
  color: #f7fafa;
  background-color: #212721;
  flex: 1;
  display: flex;
  padding: 13vw;
}
@media (min-width: 768px) {
  .section-video-today__content-box {
    align-items: center;
    justify-content: center;
    padding: 4vw;
  }
}
.section-video-today__content-box p {
  color: inherit;
  max-width: 410px;
  width: 100%;
}
@media (min-width: 768px) {
  .section-image-with-content {
    display: flex;
  }
}
.section-image-with-content__left {
  display: flex;
}
@media (min-width: 768px) {
  .section-image-with-content__left {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .section-image-with-content__image {
    flex: 1;
  }
}
.section-image-with-content__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-image-with-content__decor-image {
  width: 160px;
}
@media (min-width: 768px) {
  .section-image-with-content__decor-image {
    display: none;
  }
}
.section-image-with-content__right {
  padding: 50px;
}
@media (min-width: 768px) {
  .section-image-with-content__right {
    width: 60%;
    padding: 10vw;
  }
}
.section-image-with-content__content {
  max-width: 410px;
  width: 100%;
}
.section-image-with-content__title {
  margin-bottom: 0;
}
.section-image-with-content__subtitle {
  display: block;
  font-size: 18px;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.section-image-with-content__text {
  margin-bottom: 53px;
}
@media (min-width: 768px) {
  .section-image-with-content--reverse {
    flex-direction: row-reverse;
  }
}
.section-strip img,
.section-strip video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-strip__title {
  margin-bottom: 0;
}
.section-strip__subtitle {
  display: block;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .section-strip__subtitle {
    margin-bottom: 26px;
  }
}
@media (min-width: 768px) {
  .section-strip .strip-row {
    display: flex;
  }
}
.section-strip .strip-row-first__decor-image {
  width: 60%;
}
.section-strip .strip-row-first__video-wrapper {
  flex: 1;
  height: 30vw;
  max-height: 250px;
}
@media (min-width: 768px) {
  .section-strip .strip-row-first__video-wrapper {
    height: 17vw;
  }
}
@media (max-width: 768px) {
  .section-strip .strip-row-second {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .section-strip .strip-row-second {
    flex-direction: row;
  }
}
.section-strip .strip-row-second__body {
  padding: 13vw;
}
@media (min-width: 768px) {
  .section-strip .strip-row-second__body {
    padding: 5vw;
    width: 50%;
  }
}
@media (min-width: 1199px) {
  .section-strip .strip-row-second__body {
    padding: 10vw;
  }
}
.section-strip .strip-row-second__images {
  display: flex;
}
@media (max-width: 768px) {
  .section-strip .strip-row-second__images {
    height: 57vw;
    max-height: 240px;
  }
}
@media (min-width: 768px) {
  .section-strip .strip-row-second__images {
    width: 50%;
    height: auto;
    max-height: 100%;
  }
}
@media (max-width: 768px) {
  .section-strip .strip-row-second__decor-image-mobile {
    width: 19%;
  }
}
@media (min-width: 768px) {
  .section-strip .strip-row-second__decor-image-mobile {
    display: none;
  }
}
.section-strip .strip-row-second__image-item:nth-of-type(2) {
  width: 57%;
}
@media (min-width: 768px) {
  .section-strip .strip-row-second__image-item:nth-of-type(2) {
    width: 70%;
  }
}
.section-strip .strip-row-second__image-item:nth-of-type(3) {
  width: 24%;
}
@media (min-width: 768px) {
  .section-strip .strip-row-second__image-item:nth-of-type(3) {
    width: 30%;
  }
}
.section-strip .strip-row-second__image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-strip .strip-row-third__decor-image {
  width: 40%;
}
.section-strip .strip-row-third__video-wrapper {
  flex: 1;
  height: 25vw;
  max-height: 290px;
}
@media (max-width: 768px) {
  .section-strip .strip-row-four {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .section-strip .strip-row-four {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.section-strip .strip-row-four__decor-image-mobile {
  width: 48%;
}
@media (min-width: 768px) {
  .section-strip .strip-row-four__decor-image-mobile {
    display: none;
  }
}
.section-strip .strip-row-four__body {
  color: #f7fafa;
  padding: 10vw;
  width: 100%;
}
@media (min-width: 768px) {
  .section-strip .strip-row-four__body {
    padding: 5vw;
    width: 65%;
  }
}
@media (min-width: 1199px) {
  .section-strip .strip-row-four__body {
    padding: 10vw 9vw 3vw 25vw;
  }
}
@media (min-width: 1439px) {
  .section-strip .strip-row-four__body {
    padding-top: 6vw;
  }
}
@media (max-width: 768px) {
  .section-strip .strip-row-four__video-wrapper {
    display: flex;
    width: 100%;
    height: 56vw;
  }
}
@media (min-width: 768px) {
  .section-strip .strip-row-four__video-wrapper {
    flex: 1;
    width: auto;
  }
}
@media (min-width: 1199px) {
  .section-strip .strip-row-four__video-wrapper {
    height: 38vw;
  }
}
.section-strip .strip-row-four__video {
  width: 52%;
}
@media (min-width: 768px) {
  .section-strip .strip-row-four__video {
    width: 100%;
  }
}
.section-strip .strip-row-five {
  display: flex;
}
.section-strip .strip-row-five__decor-image.black-bg {
  width: 35%;
  display: none;
}
@media (min-width: 768px) {
  .section-strip .strip-row-five__decor-image.black-bg {
    display: block;
  }
}
@media (max-width: 768px) {
  .section-strip .strip-row-five__decor-image.pink-bg {
    width: 18%;
  }
}
@media (min-width: 768px) {
  .section-strip .strip-row-five__decor-image.pink-bg {
    width: 15%;
  }
}
@media (max-width: 768px) {
  .section-strip .strip-row-five__video-wrapper {
    width: 32%;
    height: 30vw;
  }
}
@media (min-width: 768px) {
  .section-strip .strip-row-five__video-wrapper {
    width: 20%;
    height: 25vw;
    max-height: 253px;
  }
}
@media (max-width: 768px) {
  .section-strip .strip-row-five__image-item {
    width: 50%;
    height: 30vw;
  }
}
@media (min-width: 768px) {
  .section-strip .strip-row-five__image-item {
    width: 30%;
    height: 25vw;
    max-height: 253px;
  }
}
.section-strip img,
.section-strip video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-strip__title {
  margin-bottom: 0;
}
.section-strip__subtitle {
  display: block;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .section-strip__subtitle {
    margin-bottom: 26px;
  }
}
@media (min-width: 768px) {
  .section-strip .strip-row {
    display: flex;
  }
}
.section-strip .strip-row-first__decor-image {
  width: 60%;
}
.section-strip .strip-row-first__video-wrapper {
  flex: 1;
  height: 30vw;
  max-height: 250px;
}
@media (min-width: 768px) {
  .section-strip .strip-row-first__video-wrapper {
    height: 17vw;
  }
}
@media (max-width: 768px) {
  .section-strip .strip-row-second {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .section-strip .strip-row-second {
    flex-direction: row;
  }
}
.section-strip .strip-row-second__body {
  padding: 13vw;
}
@media (min-width: 768px) {
  .section-strip .strip-row-second__body {
    padding: 5vw;
    width: 50%;
  }
}
@media (min-width: 1199px) {
  .section-strip .strip-row-second__body {
    padding: 10vw;
  }
}
.section-strip .strip-row-second__images {
  display: flex;
}
@media (max-width: 768px) {
  .section-strip .strip-row-second__images {
    height: 57vw;
    max-height: 240px;
  }
}
@media (min-width: 768px) {
  .section-strip .strip-row-second__images {
    width: 50%;
    height: auto;
    max-height: 100%;
  }
}
@media (max-width: 768px) {
  .section-strip .strip-row-second__decor-image-mobile {
    width: 19%;
  }
}
@media (min-width: 768px) {
  .section-strip .strip-row-second__decor-image-mobile {
    display: none;
  }
}
.section-strip .strip-row-second__image-item:nth-of-type(2) {
  width: 57%;
}
@media (min-width: 768px) {
  .section-strip .strip-row-second__image-item:nth-of-type(2) {
    width: 70%;
  }
}
.section-strip .strip-row-second__image-item:nth-of-type(3) {
  width: 24%;
}
@media (min-width: 768px) {
  .section-strip .strip-row-second__image-item:nth-of-type(3) {
    width: 30%;
  }
}
.section-strip .strip-row-second__image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-strip .strip-row-third__decor-image {
  width: 40%;
}
.section-strip .strip-row-third__video-wrapper {
  flex: 1;
  height: 25vw;
  max-height: 290px;
}
@media (max-width: 768px) {
  .section-strip .strip-row-four {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .section-strip .strip-row-four {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.section-strip .strip-row-four__decor-image-mobile {
  width: 48%;
}
@media (min-width: 768px) {
  .section-strip .strip-row-four__decor-image-mobile {
    display: none;
  }
}
.section-strip .strip-row-four__body {
  color: #f7fafa;
  padding: 10vw;
  width: 100%;
}
@media (min-width: 768px) {
  .section-strip .strip-row-four__body {
    padding: 5vw;
    width: 65%;
  }
}
@media (min-width: 1199px) {
  .section-strip .strip-row-four__body {
    padding: 10vw 9vw 3vw 25vw;
  }
}
@media (min-width: 1439px) {
  .section-strip .strip-row-four__body {
    padding-top: 6vw;
  }
}
@media (max-width: 768px) {
  .section-strip .strip-row-four__video-wrapper {
    display: flex;
    width: 100%;
    height: 56vw;
  }
}
@media (min-width: 768px) {
  .section-strip .strip-row-four__video-wrapper {
    flex: 1;
    width: auto;
  }
}
@media (min-width: 1199px) {
  .section-strip .strip-row-four__video-wrapper {
    height: 38vw;
  }
}
.section-strip .strip-row-four__video {
  width: 52%;
}
@media (min-width: 768px) {
  .section-strip .strip-row-four__video {
    width: 100%;
  }
}
.section-strip .strip-row-five {
  display: flex;
}
.section-strip .strip-row-five__decor-image.black-bg {
  width: 35%;
  display: none;
}
@media (min-width: 768px) {
  .section-strip .strip-row-five__decor-image.black-bg {
    display: block;
  }
}
@media (max-width: 768px) {
  .section-strip .strip-row-five__decor-image.pink-bg {
    width: 18%;
  }
}
@media (min-width: 768px) {
  .section-strip .strip-row-five__decor-image.pink-bg {
    width: 15%;
  }
}
@media (max-width: 768px) {
  .section-strip .strip-row-five__video-wrapper {
    width: 32%;
    height: 30vw;
  }
}
@media (min-width: 768px) {
  .section-strip .strip-row-five__video-wrapper {
    width: 20%;
    height: 25vw;
    max-height: 253px;
  }
}
@media (max-width: 768px) {
  .section-strip .strip-row-five__image-item {
    width: 50%;
    height: 30vw;
  }
}
@media (min-width: 768px) {
  .section-strip .strip-row-five__image-item {
    width: 30%;
    height: 25vw;
    max-height: 253px;
  }
}
.section-upcoming-events {
  position: relative;
}
.section-upcoming-events.visible {
  transition-delay: 5s;
  transition: 5s;
}
.section-upcoming-events.visible .swiper-slide-active .upcoming-events-box {
  transition-duration: 0.5s;
  transition-delay: 0s;
  transform: translate(0);
  width: 100%;
  height: 100%;
}
.section-upcoming-events .swiper-slide {
  height: auto;
}
.section-upcoming-events .swiper-slide-active {
  z-index: 1;
}
.section-upcoming-events .upcoming-events-grid {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 60% 40%;
  grid-template-rows: 0.2fr 0.4fr 1fr 0.4fr;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-upcoming-events .upcoming-events-grid {
    grid-template-columns: 1fr 50px;
    grid-template-rows: minmax(211px, max-content) 211px auto;
  }
}
.section-upcoming-events .upcoming-events-box {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  transition-delay: 0s;
}
.section-upcoming-events .upcoming-events-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-upcoming-events .upcoming-events-box video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -100;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.section-upcoming-events .upcoming-events-topleft {
  grid-column: 1;
  grid-row: 1;
  background-color: #ee3831;
  transform: translateY(-100%);
}
@media (max-width: 768px) {
  .section-upcoming-events .upcoming-events-topleft {
    display: none;
  }
}
.section-upcoming-events .upcoming-events-title {
  grid-column: 2;
  grid-row: 1 / span 2;
  background-color: #212721;
  color: #f7fafa;
  transform: translateX(100%);
  position: relative;
}
@media (max-width: 768px) {
  .section-upcoming-events .upcoming-events-title {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
    padding-bottom: 211px;
  }
}
.section-upcoming-events .upcoming-events-title .swiper-controls {
  position: absolute;
  bottom: 2px;
  left: 2px;
  z-index: 12;
}
@media (max-width: 768px) {
  .section-upcoming-events .upcoming-events-title .swiper-controls {
    bottom: 0;
    left: auto;
    right: 8px;
  }
}
.section-upcoming-events
  .upcoming-events-title
  .swiper-controls
  .swiper-button {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  margin: 2px 0;
  background-color: #f7fafa;
  color: #212721;
  transition: 0.3s ease;
}
.section-upcoming-events .upcoming-events-image {
  grid-column: 1;
  grid-row: 2 / span 2;
  transform: translateX(-100%);
}
@media (max-width: 768px) {
  .section-upcoming-events .upcoming-events-image {
    grid-column: 1;
    grid-row: 2;
  }
}
.section-upcoming-events .upcoming-events-text {
  background-color: #ffbe9f;
  grid-column: 2;
  grid-row: 3 / span 2;
  transform: translateX(100%);
}
@media (max-width: 768px) {
  .section-upcoming-events .upcoming-events-text {
    grid-column: 1 / span 2;
    grid-row: 3;
  }
}
.section-upcoming-events .upcoming-events-bottomleft {
  grid-column: 1;
  grid-row: 4;
  background-color: #fedb00;
  width: 0;
  transform: translateX(100%);
}
@media (max-width: 768px) {
  .section-upcoming-events .upcoming-events-bottomleft {
    display: none;
  }
}
.section-upcoming-events .upcoming-events-info {
  height: 100%;
  padding: 51px 60px;
  max-width: 600px;
}
@media (max-width: 1023px) {
  .section-upcoming-events .upcoming-events-info {
    padding: 50px 30px;
    max-width: 100%;
  }
}
.section-upcoming-events .upcoming-events-info h5 {
  margin-bottom: 20px;
}
.section-upcoming-events .upcoming-events-info h3 {
  margin-bottom: 15px;
}
.section-upcoming-events .upcoming-events-info .btn {
  margin: 34px 0 0 0;
}
@media (max-width: 768px) {
  .section-upcoming-events .upcoming-events-info .btn {
    margin: 50px 0 0 0;
  }
}
.events .inner-box {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  background-color: #212721;
  padding: 7%;
  position: relative;
  padding-top: 90px;
}
@media (max-width: 768px) {
  .events .inner-box {
    max-width: 100%;
  }
}
@media (max-width: 850px) {
  .events .inner-box {
    grid-template-columns: 1fr 1fr;
  }
  .events .inner-box .section-title {
    color: #fff;
  }
}
@media (max-width: 600px) {
  .events .inner-box {
    grid-template-columns: 1fr;
  }
  .events .inner-box .section-title {
    color: #fff;
  }
}
.events .inner-box * {
  box-sizing: border-box;
}
.events .inner-box .section-title {
  color: #fff;
  position: absolute;
  left: 7%;
  top: 30px;
  width: 100%;
  max-width: 1220px;
  font-family: "Brown", sans-serif;
  font-size: clamp(13px, 2.2vw, 24px);
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.events .inner-box .card {
  width: 100%;
  position: relative;
}
.events .inner-box .card:nth-child(1) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(2) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(2) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(2) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(3) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(3) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(3) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(4) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(4) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(4) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(5) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(5) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(5) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(6) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(6) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(6) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(7) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(7) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(7) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(8) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(8) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(8) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(9) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(9) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(9) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(10) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(10) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(10) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(11) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(11) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(11) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(12) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(12) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(12) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(13) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(13) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(13) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(14) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(14) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(14) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(15) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(15) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(15) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(16) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(16) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(16) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(17) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(17) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(17) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(18) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(18) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(18) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(19) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(19) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(19) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(20) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(20) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(20) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(21) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(21) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(21) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(22) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(22) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(22) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(23) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(23) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(23) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(24) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(24) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(24) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(25) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(25) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(25) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(26) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(26) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(26) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(27) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(27) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(27) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(28) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(28) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(28) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(29) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(29) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(29) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(30) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(30) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(30) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(31) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(31) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(31) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(32) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(32) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(32) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(33) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(33) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(33) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(34) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(34) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(34) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(35) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(35) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(35) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(36) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(36) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(36) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(37) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(37) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(37) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(38) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(38) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(38) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(39) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(39) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(39) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(40) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(40) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(40) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(41) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(41) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(41) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(42) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(42) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(42) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(43) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(43) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(43) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(44) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(44) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(44) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(45) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(45) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(45) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(46) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(46) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(46) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(47) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(47) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(47) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(48) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(48) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(48) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(49) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(49) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(49) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(50) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(50) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(50) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(51) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(51) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(51) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(52) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(52) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(52) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(53) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(53) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(53) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(54) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(54) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(54) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(55) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(55) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(55) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(56) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(56) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(56) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(57) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(57) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(57) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(58) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(58) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(58) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(59) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(59) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(59) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(60) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(60) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(60) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(61) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(61) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(61) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(62) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(62) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(62) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(63) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(63) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(63) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(64) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(64) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(64) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(65) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(65) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(65) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(66) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(66) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(66) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(67) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(67) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(67) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(68) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(68) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(68) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(69) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(69) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(69) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(70) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(70) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(70) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(71) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(71) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(71) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(72) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(72) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(72) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(73) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(73) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(73) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(74) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(74) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(74) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(75) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(75) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(75) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(76) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(76) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(76) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(77) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(77) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(77) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(78) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(78) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(78) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(79) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(79) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(79) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(80) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(80) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(80) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(81) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(81) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(81) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(82) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(82) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(82) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(83) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(83) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(83) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(84) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(84) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(84) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(85) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(85) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(85) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(86) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(86) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(86) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(87) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(87) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(87) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(88) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(88) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(88) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(89) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(89) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(89) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(90) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(90) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(90) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(91) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(91) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(91) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(92) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(92) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(92) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(93) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(93) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(93) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(94) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(94) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(94) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(95) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(95) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(95) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(96) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(96) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(96) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(97) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(97) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(97) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(98) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(98) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(98) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(99) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(99) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(99) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(100) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(100) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(100) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(101) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(101) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(101) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(102) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(102) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(102) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(103) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(103) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(103) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(104) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(104) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(104) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(105) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(105) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(105) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(106) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(106) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(106) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(107) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(107) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(107) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(108) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(108) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(108) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(109) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(109) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(109) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(110) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(110) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(110) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(111) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(111) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(111) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(112) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(112) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(112) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(113) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(113) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(113) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(114) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(114) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(114) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(115) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(115) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(115) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(116) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(116) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(116) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(117) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(117) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(117) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(118) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(118) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(118) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(119) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(119) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(119) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(120) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(120) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(120) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(121) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(121) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(121) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(122) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(122) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(122) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(123) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(123) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(123) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(124) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(124) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(124) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(125) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(125) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(125) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(126) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(126) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(126) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(127) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(127) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(127) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(128) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(128) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(128) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(129) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(129) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(129) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(130) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(130) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(130) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(131) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(131) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(131) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(132) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(132) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(132) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(133) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(133) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(133) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(134) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(134) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(134) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(135) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(135) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(135) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(136) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(136) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(136) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(137) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(137) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(137) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(138) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(138) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(138) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(139) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(139) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(139) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(140) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(140) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(140) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(141) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(141) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(141) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(142) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(142) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(142) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(143) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(143) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(143) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(144) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(144) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(144) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(145) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(145) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(145) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(146) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(146) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(146) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(147) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(147) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(147) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(148) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(148) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(148) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(149) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(149) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(149) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(150) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(150) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(150) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(151) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(151) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(151) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(152) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(152) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(152) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(153) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(153) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(153) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(154) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(154) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(154) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(155) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(155) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(155) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(156) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(156) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(156) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(157) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(157) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(157) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(158) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(158) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(158) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(159) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(159) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(159) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(160) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(160) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(160) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(161) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(161) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(161) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(162) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(162) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(162) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(163) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(163) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(163) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(164) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(164) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(164) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(165) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(165) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(165) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(166) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(166) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(166) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(167) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(167) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(167) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(168) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(168) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(168) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(169) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(169) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(169) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(170) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(170) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(170) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(171) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(171) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(171) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(172) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(172) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(172) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(173) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(173) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(173) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(174) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(174) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(174) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(175) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(175) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(175) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(176) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(176) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(176) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(177) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(177) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(177) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(178) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(178) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(178) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(179) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(179) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(179) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(180) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(180) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(180) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(181) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(181) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(181) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(182) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(182) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(182) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(183) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(183) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(183) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(184) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(184) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(184) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(185) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(185) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(185) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(186) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(186) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(186) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(187) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(187) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(187) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(188) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(188) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(188) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(189) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(189) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(189) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(190) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(190) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(190) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(191) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(191) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(191) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(192) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(192) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(192) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(193) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(193) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(193) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(194) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(194) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(194) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(195) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(195) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(195) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(196) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(196) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(196) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(197) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(197) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(197) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(198) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(198) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(198) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(199) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(199) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(199) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(200) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(200) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(200) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(201) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(201) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(201) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(202) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(202) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(202) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(203) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(203) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(203) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(204) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(204) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(204) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(205) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(205) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(205) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(206) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(206) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(206) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(207) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(207) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(207) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(208) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(208) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(208) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(209) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(209) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(209) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(210) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(210) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(210) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(211) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(211) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(211) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(212) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(212) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(212) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(213) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(213) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(213) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(214) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(214) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(214) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(215) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(215) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(215) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(216) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(216) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(216) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(217) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(217) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(217) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(218) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(218) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(218) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(219) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(219) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(219) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(220) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(220) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(220) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(221) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(221) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(221) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(222) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(222) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(222) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(223) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(223) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(223) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(224) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(224) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(224) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(225) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(225) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(225) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(226) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(226) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(226) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(227) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(227) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(227) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(228) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(228) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(228) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(229) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(229) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(229) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(230) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(230) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(230) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(231) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(231) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(231) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(232) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(232) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(232) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(233) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(233) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(233) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(234) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(234) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(234) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(235) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(235) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(235) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(236) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(236) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(236) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(237) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(237) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(237) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(238) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(238) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(238) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(239) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(239) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(239) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(240) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(240) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(240) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(241) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(241) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(241) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(242) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(242) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(242) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(243) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(243) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(243) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(244) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(244) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(244) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(245) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(245) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(245) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(246) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(246) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(246) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(247) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(247) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(247) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(248) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(248) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(248) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(249) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(249) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(249) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(250) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(250) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(250) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(251) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(251) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(251) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(252) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(252) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(252) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(253) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(253) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(253) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(254) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(254) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(254) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(255) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(255) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(255) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(256) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(256) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(256) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(257) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(257) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(257) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(258) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(258) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(258) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(259) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(259) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(259) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(260) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(260) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(260) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(261) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(261) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(261) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(262) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(262) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(262) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(263) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(263) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(263) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(264) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(264) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(264) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(265) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(265) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(265) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(266) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(266) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(266) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(267) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(267) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(267) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(268) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(268) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(268) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(269) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(269) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(269) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(270) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(270) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(270) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(271) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(271) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(271) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(272) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(272) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(272) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(273) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(273) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(273) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(274) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(274) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(274) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(275) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(275) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(275) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(276) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(276) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(276) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(277) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(277) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(277) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(278) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(278) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(278) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(279) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(279) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(279) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(280) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(280) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(280) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(281) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(281) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(281) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(282) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(282) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(282) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(283) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(283) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(283) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(284) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(284) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(284) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(285) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(285) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(285) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(286) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(286) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(286) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(287) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(287) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(287) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(288) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(288) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(288) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(289) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(289) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(289) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(290) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(290) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(290) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(291) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(291) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(291) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(292) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(292) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(292) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(293) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(293) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(293) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(294) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(294) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(294) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(295) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(295) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(295) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(296) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(296) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(296) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(297) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(297) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(297) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(298) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(298) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(298) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(299) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(299) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(299) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(300) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(300) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(300) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(301) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(301) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(301) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(302) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(302) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(302) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(303) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(303) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(303) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(304) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(304) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(304) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(305) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(305) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(305) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(306) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(306) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(306) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(307) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(307) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(307) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(308) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(308) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(308) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(309) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(309) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(309) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(310) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(310) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(310) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(311) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(311) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(311) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(312) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(312) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(312) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(313) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(313) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(313) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(314) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(314) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(314) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(315) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(315) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(315) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(316) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(316) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(316) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(317) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(317) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(317) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(318) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(318) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(318) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(319) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(319) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(319) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(320) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(320) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(320) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(321) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(321) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(321) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(322) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(322) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(322) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(323) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(323) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(323) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(324) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(324) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(324) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(325) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(325) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(325) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(326) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(326) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(326) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(327) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(327) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(327) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(328) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(328) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(328) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(329) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(329) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(329) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(330) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(330) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(330) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(331) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(331) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(331) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(332) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(332) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(332) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(333) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(333) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(333) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(334) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(334) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(334) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(335) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(335) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(335) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(336) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(336) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(336) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(337) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(337) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(337) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(338) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(338) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(338) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(339) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(339) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(339) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(340) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(340) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(340) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(341) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(341) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(341) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(342) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(342) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(342) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(343) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(343) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(343) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(344) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(344) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(344) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(345) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(345) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(345) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(346) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(346) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(346) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(347) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(347) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(347) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(348) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(348) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(348) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(349) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(349) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(349) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(350) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(350) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(350) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(351) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(351) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(351) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(352) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(352) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(352) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(353) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(353) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(353) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(354) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(354) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(354) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(355) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(355) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(355) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(356) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(356) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(356) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(357) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(357) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(357) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(358) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(358) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(358) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(359) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(359) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(359) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(360) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(360) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(360) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(361) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(361) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(361) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(362) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(362) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(362) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(363) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(363) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(363) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(364) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(364) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(364) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(365) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(365) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(365) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(366) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(366) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(366) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(367) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(367) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(367) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(368) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(368) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(368) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(369) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(369) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(369) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(370) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(370) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(370) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(371) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(371) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(371) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(372) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(372) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(372) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(373) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(373) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(373) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(374) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(374) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(374) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(375) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(375) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(375) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(376) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(376) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(376) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(377) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(377) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(377) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(378) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(378) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(378) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(379) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(379) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(379) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(380) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(380) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(380) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(381) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(381) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(381) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(382) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(382) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(382) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(383) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(383) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(383) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(384) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(384) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(384) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(385) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(385) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(385) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(386) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(386) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(386) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(387) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(387) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(387) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(388) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(388) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(388) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(389) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(389) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(389) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(390) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(390) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(390) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(391) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(391) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(391) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(392) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(392) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(392) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(393) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(393) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(393) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(394) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(394) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(394) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(395) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(395) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(395) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(396) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(396) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(396) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(397) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(397) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(397) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(398) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(398) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(398) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(399) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(399) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(399) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(400) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(400) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(400) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(401) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(401) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(401) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(402) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(402) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(402) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(403) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(403) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(403) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(404) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(404) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(404) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(405) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(405) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(405) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(406) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(406) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(406) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(407) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(407) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(407) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(408) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(408) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(408) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(409) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(409) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(409) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(410) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(410) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(410) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(411) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(411) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(411) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(412) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(412) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(412) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(413) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(413) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(413) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(414) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(414) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(414) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(415) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(415) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(415) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(416) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(416) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(416) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(417) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(417) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(417) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(418) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(418) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(418) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(419) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(419) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(419) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(420) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(420) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(420) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(421) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(421) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(421) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(422) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(422) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(422) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(423) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(423) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(423) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(424) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(424) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(424) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(425) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(425) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(425) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(426) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(426) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(426) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(427) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(427) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(427) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(428) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(428) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(428) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(429) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(429) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(429) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(430) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(430) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(430) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(431) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(431) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(431) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(432) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(432) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(432) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(433) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(433) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(433) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(434) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(434) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(434) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(435) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(435) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(435) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(436) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(436) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(436) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(437) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(437) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(437) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(438) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(438) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(438) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(439) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(439) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(439) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(440) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(440) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(440) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(441) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(441) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(441) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(442) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(442) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(442) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(443) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(443) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(443) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(444) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(444) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(444) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(445) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(445) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(445) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(446) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(446) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(446) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(447) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(447) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(447) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(448) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(448) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(448) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(449) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(449) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(449) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(450) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(450) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(450) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(451) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(451) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(451) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(452) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(452) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(452) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(453) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(453) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(453) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(454) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(454) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(454) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(455) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(455) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(455) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(456) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(456) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(456) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(457) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(457) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(457) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(458) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(458) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(458) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(459) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(459) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(459) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(460) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(460) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(460) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(461) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(461) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(461) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(462) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(462) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(462) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(463) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(463) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(463) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(464) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(464) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(464) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(465) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(465) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(465) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(466) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(466) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(466) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(467) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(467) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(467) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(468) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(468) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(468) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(469) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(469) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(469) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(470) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(470) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(470) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(471) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(471) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(471) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(472) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(472) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(472) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(473) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(473) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(473) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(474) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(474) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(474) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(475) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(475) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(475) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(476) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(476) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(476) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(477) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(477) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(477) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(478) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(478) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(478) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(479) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(479) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(479) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(480) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(480) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(480) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(481) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(481) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(481) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(482) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(482) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(482) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(483) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(483) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(483) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(484) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(484) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(484) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(485) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(485) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(485) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(486) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(486) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(486) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(487) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(487) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(487) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(488) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(488) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(488) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(489) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(489) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(489) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(490) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(490) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(490) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(491) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(491) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(491) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(492) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(492) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(492) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(493) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(493) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(493) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(494) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(494) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(494) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(495) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(495) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(495) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(496) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(496) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(496) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(497) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(497) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(497) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(498) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(498) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(498) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(499) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(499) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(499) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(500) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(500) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(500) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(501) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(501) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(501) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(502) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(502) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(502) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(503) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(503) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(503) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(504) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(504) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(504) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(505) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(505) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(505) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(506) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(506) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(506) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(507) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(507) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(507) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(508) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(508) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(508) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(509) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(509) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(509) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(510) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(510) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(510) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(511) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(511) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(511) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(512) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(512) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(512) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(513) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(513) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(513) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(514) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(514) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(514) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(515) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(515) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(515) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(516) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(516) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(516) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(517) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(517) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(517) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(518) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(518) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(518) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(519) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(519) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(519) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(520) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(520) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(520) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(521) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(521) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(521) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(522) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(522) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(522) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(523) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(523) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(523) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(524) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(524) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(524) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(525) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(525) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(525) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(526) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(526) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(526) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(527) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(527) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(527) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(528) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(528) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(528) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(529) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(529) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(529) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(530) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(530) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(530) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(531) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(531) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(531) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(532) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(532) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(532) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(533) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(533) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(533) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(534) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(534) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(534) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(535) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(535) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(535) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(536) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(536) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(536) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(537) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(537) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(537) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(538) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(538) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(538) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(539) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(539) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(539) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(540) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(540) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(540) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(541) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(541) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(541) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(542) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(542) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(542) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(543) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(543) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(543) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(544) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(544) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(544) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(545) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(545) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(545) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(546) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(546) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(546) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(547) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(547) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(547) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(548) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(548) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(548) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(549) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(549) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(549) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(550) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(550) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(550) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(551) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(551) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(551) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(552) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(552) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(552) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(553) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(553) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(553) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(554) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(554) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(554) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(555) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(555) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(555) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(556) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(556) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(556) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(557) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(557) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(557) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(558) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(558) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(558) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(559) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(559) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(559) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(560) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(560) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(560) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(561) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(561) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(561) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(562) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(562) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(562) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(563) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(563) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(563) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(564) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(564) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(564) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(565) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(565) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(565) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(566) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(566) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(566) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(567) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(567) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(567) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(568) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(568) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(568) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(569) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(569) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(569) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(570) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(570) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(570) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(571) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(571) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(571) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(572) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(572) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(572) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(573) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(573) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(573) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(574) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(574) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(574) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(575) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(575) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(575) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(576) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(576) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(576) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(577) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(577) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(577) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(578) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(578) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(578) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(579) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(579) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(579) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(580) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(580) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(580) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(581) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(581) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(581) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(582) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(582) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(582) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(583) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(583) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(583) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(584) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(584) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(584) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(585) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(585) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(585) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(586) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(586) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(586) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(587) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(587) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(587) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(588) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(588) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(588) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(589) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(589) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(589) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(590) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(590) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(590) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(591) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(591) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(591) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(592) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(592) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(592) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(593) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(593) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(593) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(594) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(594) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(594) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(595) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(595) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(595) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(596) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(596) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(596) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(597) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(597) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(597) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(598) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(598) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(598) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(599) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(599) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(599) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(600) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(600) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(600) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(601) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(601) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(601) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(602) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(602) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(602) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(603) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(603) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(603) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(604) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(604) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(604) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(605) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(605) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(605) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(606) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(606) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(606) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(607) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(607) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(607) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(608) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(608) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(608) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(609) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(609) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(609) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(610) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(610) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(610) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(611) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(611) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(611) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(612) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(612) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(612) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(613) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(613) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(613) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(614) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(614) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(614) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(615) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(615) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(615) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(616) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(616) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(616) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(617) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(617) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(617) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(618) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(618) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(618) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(619) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(619) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(619) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(620) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(620) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(620) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(621) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(621) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(621) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(622) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(622) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(622) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(623) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(623) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(623) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(624) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(624) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(624) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(625) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(625) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(625) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(626) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(626) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(626) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(627) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(627) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(627) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(628) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(628) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(628) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(629) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(629) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(629) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(630) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(630) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(630) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(631) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(631) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(631) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(632) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(632) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(632) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(633) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(633) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(633) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(634) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(634) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(634) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(635) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(635) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(635) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(636) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(636) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(636) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(637) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(637) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(637) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(638) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(638) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(638) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(639) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(639) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(639) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(640) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(640) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(640) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(641) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(641) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(641) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(642) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(642) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(642) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(643) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(643) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(643) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(644) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(644) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(644) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(645) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(645) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(645) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(646) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(646) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(646) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(647) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(647) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(647) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(648) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(648) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(648) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(649) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(649) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(649) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(650) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(650) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(650) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(651) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(651) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(651) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(652) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(652) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(652) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(653) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(653) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(653) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(654) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(654) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(654) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(655) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(655) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(655) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(656) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(656) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(656) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(657) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(657) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(657) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(658) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(658) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(658) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(659) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(659) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(659) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(660) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(660) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(660) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(661) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(661) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(661) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(662) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(662) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(662) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(663) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(663) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(663) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(664) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(664) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(664) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(665) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(665) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(665) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(666) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(666) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(666) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(667) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(667) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(667) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(668) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(668) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(668) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(669) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(669) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(669) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(670) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(670) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(670) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(671) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(671) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(671) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(672) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(672) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(672) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(673) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(673) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(673) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(674) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(674) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(674) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(675) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(675) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(675) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(676) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(676) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(676) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(677) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(677) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(677) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(678) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(678) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(678) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(679) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(679) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(679) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(680) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(680) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(680) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(681) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(681) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(681) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(682) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(682) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(682) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(683) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(683) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(683) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(684) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(684) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(684) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(685) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(685) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(685) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(686) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(686) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(686) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(687) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(687) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(687) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(688) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(688) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(688) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(689) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(689) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(689) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(690) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(690) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(690) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(691) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(691) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(691) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(692) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(692) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(692) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(693) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(693) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(693) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(694) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(694) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(694) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(695) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(695) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(695) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(696) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(696) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(696) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(697) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(697) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(697) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(698) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(698) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(698) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(699) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(699) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(699) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(700) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(700) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(700) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(701) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(701) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(701) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(702) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(702) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(702) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(703) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(703) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(703) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(704) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(704) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(704) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(705) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(705) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(705) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(706) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(706) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(706) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(707) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(707) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(707) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(708) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(708) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(708) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(709) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(709) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(709) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(710) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(710) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(710) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(711) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(711) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(711) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(712) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(712) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(712) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(713) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(713) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(713) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(714) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(714) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(714) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(715) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(715) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(715) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(716) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(716) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(716) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(717) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(717) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(717) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(718) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(718) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(718) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(719) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(719) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(719) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(720) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(720) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(720) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(721) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(721) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(721) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(722) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(722) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(722) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(723) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(723) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(723) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(724) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(724) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(724) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(725) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(725) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(725) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(726) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(726) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(726) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(727) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(727) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(727) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(728) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(728) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(728) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(729) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(729) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(729) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(730) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(730) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(730) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(731) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(731) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(731) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(732) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(732) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(732) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(733) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(733) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(733) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(734) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(734) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(734) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(735) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(735) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(735) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(736) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(736) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(736) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(737) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(737) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(737) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(738) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(738) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(738) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(739) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(739) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(739) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(740) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(740) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(740) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(741) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(741) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(741) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(742) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(742) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(742) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(743) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(743) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(743) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(744) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(744) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(744) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(745) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(745) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(745) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(746) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(746) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(746) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(747) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(747) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(747) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(748) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(748) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(748) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(749) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(749) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(749) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(750) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(750) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(750) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(751) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(751) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(751) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(752) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(752) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(752) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(753) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(753) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(753) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(754) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(754) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(754) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(755) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(755) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(755) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(756) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(756) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(756) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(757) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(757) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(757) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(758) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(758) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(758) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(759) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(759) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(759) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(760) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(760) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(760) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(761) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(761) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(761) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(762) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(762) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(762) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(763) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(763) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(763) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(764) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(764) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(764) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(765) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(765) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(765) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(766) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(766) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(766) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(767) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(767) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(767) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(768) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(768) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(768) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(769) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(769) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(769) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(770) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(770) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(770) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(771) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(771) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(771) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(772) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(772) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(772) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(773) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(773) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(773) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(774) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(774) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(774) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(775) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(775) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(775) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(776) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(776) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(776) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(777) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(777) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(777) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(778) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(778) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(778) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(779) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(779) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(779) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(780) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(780) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(780) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(781) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(781) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(781) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(782) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(782) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(782) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(783) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(783) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(783) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(784) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(784) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(784) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(785) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(785) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(785) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(786) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(786) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(786) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(787) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(787) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(787) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(788) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(788) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(788) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(789) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(789) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(789) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(790) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(790) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(790) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(791) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(791) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(791) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(792) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(792) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(792) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(793) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(793) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(793) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(794) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(794) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(794) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(795) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(795) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(795) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(796) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(796) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(796) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(797) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(797) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(797) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(798) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(798) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(798) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(799) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(799) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(799) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(800) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(800) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(800) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(801) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(801) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(801) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(802) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(802) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(802) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(803) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(803) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(803) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(804) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(804) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(804) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(805) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(805) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(805) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(806) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(806) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(806) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(807) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(807) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(807) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(808) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(808) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(808) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(809) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(809) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(809) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(810) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(810) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(810) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(811) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(811) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(811) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(812) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(812) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(812) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(813) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(813) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(813) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(814) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(814) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(814) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(815) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(815) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(815) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(816) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(816) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(816) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(817) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(817) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(817) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(818) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(818) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(818) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(819) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(819) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(819) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(820) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(820) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(820) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(821) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(821) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(821) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(822) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(822) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(822) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(823) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(823) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(823) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(824) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(824) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(824) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(825) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(825) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(825) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(826) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(826) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(826) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(827) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(827) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(827) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(828) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(828) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(828) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(829) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(829) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(829) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(830) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(830) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(830) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(831) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(831) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(831) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(832) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(832) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(832) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(833) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(833) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(833) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(834) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(834) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(834) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(835) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(835) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(835) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(836) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(836) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(836) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(837) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(837) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(837) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(838) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(838) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(838) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(839) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(839) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(839) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(840) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(840) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(840) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(841) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(841) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(841) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(842) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(842) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(842) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(843) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(843) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(843) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(844) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(844) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(844) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(845) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(845) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(845) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(846) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(846) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(846) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(847) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(847) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(847) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(848) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(848) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(848) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(849) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(849) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(849) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(850) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(850) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(850) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(851) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(851) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(851) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(852) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(852) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(852) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(853) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(853) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(853) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(854) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(854) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(854) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(855) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(855) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(855) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(856) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(856) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(856) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(857) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(857) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(857) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(858) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(858) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(858) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(859) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(859) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(859) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(860) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(860) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(860) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(861) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(861) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(861) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(862) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(862) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(862) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(863) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(863) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(863) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(864) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(864) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(864) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(865) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(865) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(865) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(866) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(866) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(866) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(867) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(867) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(867) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(868) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(868) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(868) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(869) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(869) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(869) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(870) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(870) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(870) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(871) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(871) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(871) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(872) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(872) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(872) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(873) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(873) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(873) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(874) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(874) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(874) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(875) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(875) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(875) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(876) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(876) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(876) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(877) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(877) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(877) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(878) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(878) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(878) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(879) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(879) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(879) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(880) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(880) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(880) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(881) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(881) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(881) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(882) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(882) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(882) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(883) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(883) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(883) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(884) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(884) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(884) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(885) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(885) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(885) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(886) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(886) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(886) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(887) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(887) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(887) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(888) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(888) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(888) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(889) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(889) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(889) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(890) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(890) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(890) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(891) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(891) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(891) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(892) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(892) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(892) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(893) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(893) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(893) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(894) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(894) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(894) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(895) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(895) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(895) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(896) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(896) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(896) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(897) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(897) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(897) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(898) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(898) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(898) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(899) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(899) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(899) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(900) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(900) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(900) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(901) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(901) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(901) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(902) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(902) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(902) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(903) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(903) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(903) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(904) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(904) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(904) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(905) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(905) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(905) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(906) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(906) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(906) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(907) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(907) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(907) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(908) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(908) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(908) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(909) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(909) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(909) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(910) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(910) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(910) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(911) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(911) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(911) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(912) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(912) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(912) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(913) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(913) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(913) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(914) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(914) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(914) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(915) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(915) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(915) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(916) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(916) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(916) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(917) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(917) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(917) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(918) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(918) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(918) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(919) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(919) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(919) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(920) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(920) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(920) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(921) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(921) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(921) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(922) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(922) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(922) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(923) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(923) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(923) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(924) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(924) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(924) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(925) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(925) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(925) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(926) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(926) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(926) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(927) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(927) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(927) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(928) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(928) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(928) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(929) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(929) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(929) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(930) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(930) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(930) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(931) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(931) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(931) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(932) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(932) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(932) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(933) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(933) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(933) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(934) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(934) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(934) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(935) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(935) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(935) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(936) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(936) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(936) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(937) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(937) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(937) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(938) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(938) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(938) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(939) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(939) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(939) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(940) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(940) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(940) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(941) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(941) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(941) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(942) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(942) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(942) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(943) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(943) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(943) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(944) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(944) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(944) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(945) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(945) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(945) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(946) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(946) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(946) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(947) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(947) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(947) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(948) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(948) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(948) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(949) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(949) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(949) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(950) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(950) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(950) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(951) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(951) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(951) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(952) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(952) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(952) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(953) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(953) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(953) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(954) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(954) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(954) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(955) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(955) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(955) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(956) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(956) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(956) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(957) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(957) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(957) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(958) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(958) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(958) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(959) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(959) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(959) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(960) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(960) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(960) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(961) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(961) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(961) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(962) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(962) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(962) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(963) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(963) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(963) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(964) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(964) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(964) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(965) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(965) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(965) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(966) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(966) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(966) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(967) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(967) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(967) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(968) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(968) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(968) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(969) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(969) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(969) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(970) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(970) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(970) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(971) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(971) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(971) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(972) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(972) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(972) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(973) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(973) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(973) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(974) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(974) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(974) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(975) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(975) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(975) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(976) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(976) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(976) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(977) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(977) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(977) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(978) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(978) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(978) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(979) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(979) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(979) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(980) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(980) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(980) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(981) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(981) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(981) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(982) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(982) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(982) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(983) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(983) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(983) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(984) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(984) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(984) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(985) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(985) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(985) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(986) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(986) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(986) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(987) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(987) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(987) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(988) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(988) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(988) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(989) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(989) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(989) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(990) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(990) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(990) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(991) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(991) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(991) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(992) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(992) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(992) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(993) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(993) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(993) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(994) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(994) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(994) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(995) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(995) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(995) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(996) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(996) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(996) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(997) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(997) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(997) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(998) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(998) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(998) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(999) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(999) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(999) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1000) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1000) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1000) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1001) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1001) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1001) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1002) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1002) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1002) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1003) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1003) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1003) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1004) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1004) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1004) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1005) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1005) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1005) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1006) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1006) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1006) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1007) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1007) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1007) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1008) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1008) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1008) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1009) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1009) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1009) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1010) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1010) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1010) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1011) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1011) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1011) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1012) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1012) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1012) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1013) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1013) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1013) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1014) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1014) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1014) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1015) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1015) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1015) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1016) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1016) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1016) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1017) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1017) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1017) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1018) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1018) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1018) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1019) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1019) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1019) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1020) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1020) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1020) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1021) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1021) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1021) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1022) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1022) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1022) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1023) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1023) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1023) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1024) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1024) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1024) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1025) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1025) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1025) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1026) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1026) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1026) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1027) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1027) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1027) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1028) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1028) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1028) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1029) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1029) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1029) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1030) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1030) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1030) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1031) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1031) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1031) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1032) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1032) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1032) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1033) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1033) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1033) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1034) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1034) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1034) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1035) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1035) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1035) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1036) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1036) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1036) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1037) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1037) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1037) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1038) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1038) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1038) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1039) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1039) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1039) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1040) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1040) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1040) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1041) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1041) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1041) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1042) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1042) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1042) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1043) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1043) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1043) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1044) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1044) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1044) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1045) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1045) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1045) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1046) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1046) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1046) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1047) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1047) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1047) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1048) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1048) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1048) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1049) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1049) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1049) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1050) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1050) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1050) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1051) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1051) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1051) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1052) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1052) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1052) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1053) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1053) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1053) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1054) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1054) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1054) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1055) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1055) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1055) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1056) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1056) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1056) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1057) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1057) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1057) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1058) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1058) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1058) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1059) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1059) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1059) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1060) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1060) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1060) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1061) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1061) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1061) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1062) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1062) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1062) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1063) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1063) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1063) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1064) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1064) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1064) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1065) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1065) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1065) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1066) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1066) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1066) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1067) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1067) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1067) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1068) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1068) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1068) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1069) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1069) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1069) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1070) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1070) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1070) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1071) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1071) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1071) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1072) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1072) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1072) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1073) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1073) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1073) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1074) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1074) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1074) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1075) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1075) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1075) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1076) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1076) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1076) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1077) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1077) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1077) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1078) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1078) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1078) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1079) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1079) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1079) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1080) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1080) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1080) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1081) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1081) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1081) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1082) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1082) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1082) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1083) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1083) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1083) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1084) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1084) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1084) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1085) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1085) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1085) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1086) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1086) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1086) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1087) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1087) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1087) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1088) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1088) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1088) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1089) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1089) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1089) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1090) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1090) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1090) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1091) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1091) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1091) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1092) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1092) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1092) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1093) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1093) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1093) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1094) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1094) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1094) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1095) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1095) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1095) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1096) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1096) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1096) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1097) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1097) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1097) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1098) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1098) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1098) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1099) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1099) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1099) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1100) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1100) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1100) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1101) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1101) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1101) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1102) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1102) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1102) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1103) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1103) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1103) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1104) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1104) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1104) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1105) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1105) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1105) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1106) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1106) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1106) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1107) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1107) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1107) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1108) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1108) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1108) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1109) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1109) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1109) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1110) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1110) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1110) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1111) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1111) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1111) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1112) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1112) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1112) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1113) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1113) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1113) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1114) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1114) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1114) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1115) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1115) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1115) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1116) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1116) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1116) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1117) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1117) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1117) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1118) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1118) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1118) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1119) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1119) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1119) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1120) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1120) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1120) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1121) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1121) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1121) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1122) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1122) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1122) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1123) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1123) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1123) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1124) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1124) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1124) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1125) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1125) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1125) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1126) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1126) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1126) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1127) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1127) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1127) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1128) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1128) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1128) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1129) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1129) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1129) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1130) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1130) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1130) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1131) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1131) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1131) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1132) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1132) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1132) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1133) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1133) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1133) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1134) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1134) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1134) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1135) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1135) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1135) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1136) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1136) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1136) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1137) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1137) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1137) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1138) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1138) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1138) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1139) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1139) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1139) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1140) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1140) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1140) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1141) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1141) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1141) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1142) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1142) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1142) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1143) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1143) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1143) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1144) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1144) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1144) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1145) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1145) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1145) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1146) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1146) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1146) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1147) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1147) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1147) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1148) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1148) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1148) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1149) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1149) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1149) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1150) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1150) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1150) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1151) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1151) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1151) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1152) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1152) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1152) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1153) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1153) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1153) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1154) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1154) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1154) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1155) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1155) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1155) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1156) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1156) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1156) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1157) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1157) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1157) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1158) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1158) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1158) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1159) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1159) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1159) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1160) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1160) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1160) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1161) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1161) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1161) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1162) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1162) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1162) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1163) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1163) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1163) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1164) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1164) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1164) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1165) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1165) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1165) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1166) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1166) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1166) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1167) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1167) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1167) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1168) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1168) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1168) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1169) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1169) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1169) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1170) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1170) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1170) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1171) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1171) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1171) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1172) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1172) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1172) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1173) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1173) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1173) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1174) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1174) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1174) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1175) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1175) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1175) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1176) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1176) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1176) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1177) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1177) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1177) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1178) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1178) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1178) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1179) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1179) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1179) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1180) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1180) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1180) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1181) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1181) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1181) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1182) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1182) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1182) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1183) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1183) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1183) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1184) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1184) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1184) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1185) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1185) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1185) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1186) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1186) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1186) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1187) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1187) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1187) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1188) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1188) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1188) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1189) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1189) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1189) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1190) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1190) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1190) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1191) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1191) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1191) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1192) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1192) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1192) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1193) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1193) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1193) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1194) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1194) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1194) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1195) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1195) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1195) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1196) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1196) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1196) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1197) {
  background-color: #ed3f3a;
}
.events .inner-box .card:nth-child(1197) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1197) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1198) {
  background-color: #fddc2f;
}
.events .inner-box .card:nth-child(1198) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1198) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card:nth-child(1199) {
  background-color: #8245ac;
}
.events .inner-box .card:nth-child(1199) .excerpt {
  color: #fff;
}
.events .inner-box .card:nth-child(1199) .excerpt button {
  color: #fff;
  border-color: #fff;
}
.events .inner-box .card:nth-child(1200) {
  background-color: #fdbfa2;
}
.events .inner-box .card:nth-child(1200) .excerpt {
  color: #333;
}
.events .inner-box .card:nth-child(1200) .excerpt button {
  color: #333;
  border-color: #333;
}
.events .inner-box .card .image {
  width: 100%;
  height: 300px;
  display: block;
  padding: 0;
  margin: 0 0 20px;
}
.events .inner-box .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}
.events .inner-box .card h3.title {
  font-size: 24px;
}
.events .inner-box .card .date {
  width: 75px;
  height: 55px;
  display: flex;
  padding: 0;
  margin: 0 0 20px;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  z-index: 10;
}
.events .inner-box .card .date span {
  display: block;
  text-align: center;
}
.events .inner-box .card .excerpt {
  width: 100%;
  display: block;
  text-align: left;
  padding: 20px 20px 40px;
}
.events .inner-box .card .excerpt button {
  text-decoration: none;
  border: none;
  border-bottom: 2px solid;
  padding: 0 0 5px;
  appearance: none;
  background-color: transparent;
}
.events--past .inner-box {
  background-color: #fff;
}
.events--past .inner-box .section-title {
  color: #212721;
}
#overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.o-container {
  display: none;
}
.overlay-open #overlay {
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.overlay-open #overlay .close-overlay {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  cursor: pointer;
  z-index: 10;
  transform: rotate(45deg);
}
.overlay-open #overlay .o-content {
  display: block;
  background: #fff;
  width: 100%;
  max-width: 900px;
  position: relative;
}
.overlay-open #overlay .o-content .image-side {
  height: 260px;
  width: 100%;
}
.overlay-open #overlay .o-content .image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.overlay-open #overlay .o-content .text-side {
  padding: 40px 7%;
}
.section-past-events .past-events-grid {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 16% 24% 34% 26%;
  grid-template-rows: 0.2fr 0.85fr 92px 0.41fr;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-past-events .past-events-grid {
    grid-template-columns: 1fr 50px;
    grid-template-rows: minmax(110px, max-content) auto 274px;
  }
}
.section-past-events .past-events-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-past-events .past-events-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-past-events .past-events-box video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -100;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.section-past-events .past-events-box .past-events-slider {
  height: 100%;
}
.section-past-events .past-events-box .swiper-slide {
  height: auto;
}
.section-past-events .past-events-box .swiper-slide-active {
  z-index: 1;
}
.section-past-events .past-events-title {
  grid-column: 1 / span 2;
  grid-row: 1;
  background-color: #f7fafa;
}
@media (max-width: 768px) {
  .section-past-events .past-events-title {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
    padding-bottom: 211px;
    background-color: #8246af;
    color: #f7fafa;
  }
}
.section-past-events .past-events-title .past-events-info {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .section-past-events .past-events-title .past-events-info {
    padding-bottom: 40px;
  }
}
.section-past-events .past-events-text {
  grid-column: 1 / span 2;
  grid-row: 2 / span 2;
  background-color: #f7fafa;
  position: relative;
}
@media (max-width: 768px) {
  .section-past-events .past-events-text {
    grid-column: 1;
    grid-row: 2;
    width: calc(100% + 40px);
    background-color: #8246af;
  }
}
.section-past-events .past-events-text .past-events-info {
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .section-past-events .past-events-text .past-events-info {
    width: calc(100% - 42px);
    padding: 24px 30px 69px;
    background-color: #f7fafa;
  }
}
.section-past-events .past-events-text .past-events-slider {
  height: 100%;
}
.section-past-events .past-events-text .past-events-slider .swiper-controls {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 2px;
  left: 2px;
  z-index: 2;
}
@media (max-width: 768px) {
  .section-past-events .past-events-text .past-events-slider .swiper-controls {
    bottom: 0;
    left: auto;
    right: 0;
    display: block;
    width: auto;
  }
}
.section-past-events
  .past-events-text
  .past-events-slider
  .swiper-controls
  .swiper-button {
  width: 100%;
}
@media (max-width: 768px) {
  .section-past-events
    .past-events-text
    .past-events-slider
    .swiper-controls
    .swiper-button {
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    margin: 2px 0;
    background-color: #f7fafa;
    color: #212721;
    padding: 15px;
  }
}
.section-past-events .past-events-image-wide {
  grid-column: 3 / span 2;
  grid-row: 1 / span 2;
}
@media (max-width: 768px) {
  .section-past-events .past-events-image-wide {
    grid-column: 1 / span 2;
    grid-row: 3;
  }
  .section-past-events .past-events-image-wide > img {
    display: none;
  }
}
.section-past-events .past-events-image-wide .past-events-photos-slider {
  display: none;
}
@media (max-width: 768px) {
  .section-past-events .past-events-image-wide .past-events-photos-slider {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 63px;
  }
}
.section-past-events
  .past-events-image-wide
  .past-events-photos-slider
  .swiper-controls {
  display: flex;
  width: 100%;
}
.section-past-events
  .past-events-image-wide
  .past-events-photos-slider
  .swiper-controls
  .swiper-button {
  width: 100%;
}
@media (max-width: 768px) {
  .section-past-events
    .past-events-image-wide
    .past-events-photos-slider
    .swiper-controls
    .swiper-button {
    height: 64px;
  }
}
.section-past-events .past-events-bottomleft {
  background-color: #8246af;
  grid-column: 1;
  grid-row: 4;
}
@media (max-width: 768px) {
  .section-past-events .past-events-bottomleft {
    display: none;
  }
}
.section-past-events .past-events-image-small {
  grid-column: 2;
  grid-row: 4;
}
@media (max-width: 768px) {
  .section-past-events .past-events-image-small {
    display: none;
  }
}
.section-past-events .past-events-image-mid {
  grid-column: 3;
  grid-row: 3 / span 2;
}
@media (max-width: 768px) {
  .section-past-events .past-events-image-mid {
    display: none;
  }
}
.section-past-events .past-events-bottomright {
  background-color: #ee3831;
  grid-column: 4;
  grid-row: 3 / span 2;
}
@media (max-width: 768px) {
  .section-past-events .past-events-bottomright {
    display: none;
  }
}
.section-past-events .past-events-info {
  padding: 51px 60px;
  max-width: 460px;
}
@media (max-width: 1023px) {
  .section-past-events .past-events-info {
    padding: 40px 30px;
    max-width: 100%;
  }
}
.section-past-events .past-events-info h5 {
  margin-bottom: 20px;
}
.section-past-events .past-events-info h3 {
  margin-bottom: 15px;
}
.section-past-events .past-events-info .btn {
  margin: 34px 0 0 0;
}
@media (max-width: 768px) {
  .section-past-events .past-events-info .btn {
    margin: 50px 0 0 0;
  }
}
@media (min-width: 768px) {
  .section-about-slider .only-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-about-slider .only-tablet {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-about-slider .only-tablet {
    display: flex;
  }
}
.about-slider-top-row {
  display: flex;
}
.about-slider-top-row__left {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.about-slider-top-row__left .about-slider-1 {
  flex: 1;
}
.about-slider-top-row__left-slider-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 23vw;
  flex: 1;
}
@media (min-width: 768px) {
  .about-slider-top-row__left-slider-wrapper {
    padding-bottom: 92px;
  }
}
.about-slider-top-row__wide-decor-image-wrapper {
  height: 23vw;
}
@media (min-width: 1199px) {
  .about-slider-top-row__wide-decor-image-wrapper {
    max-height: 300px;
    height: 13vw;
  }
}
.about-slider-top-row__wide-decor-image {
  width: 100%;
  height: 100%;
}
.about-slider-top-row__small-decor-image-wrapper {
  width: 40%;
  height: 100%;
}
.about-slider-top-row__small-decor-image {
  width: 100%;
  height: 100%;
}
.about-slider-top-row__right {
  flex: 1;
  padding-top: 13vw;
  padding-bottom: 4vw;
  padding-left: 13vw;
  padding-right: 12vw;
}
@media (min-width: 768px) {
  .about-slider-top-row__right {
    padding: 5vw;
  }
}
@media (min-width: 1199px) {
  .about-slider-top-row__right {
    padding-top: 11vw;
    padding-bottom: 5vw;
    padding-left: 10vw;
    padding-right: 20vw;
  }
}
@media (min-width: 768px) {
  .about-slider-top-row .swiper-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.about-slider-bottom-row__left {
  width: 60%;
}
.about-slider-bottom-row__left .about-slider {
  height: 34vw;
  max-height: 574px;
}
.about-slider-bottom-row__right {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.about-slider-bottom-row__right .about-slider {
  height: 26vw;
  max-height: 400px;
}
.about-slider-bottom-row__right-decor-image {
  width: 100%;
  height: 8vw;
  flex: 1;
}
.about-slider {
  overflow: hidden;
}
.about-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-slider .swiper-controls {
  display: flex;
  align-items: center;
}
.about-slider .swiper-controls .swiper-button {
  flex: 1;
}
.about-slider-mobile .swiper-slide {
  height: 57vw;
}
@media (min-width: 768px) {
  .section-about-images-slider__top {
    display: flex;
  }
}
.section-about-images-slider__bottom {
  position: relative;
}
.section-about-images-slider__title {
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  color: #f7fafa;
  margin-bottom: 0;
}
.section-about-images-slider__video-wrapper {
  position: relative;
  padding: 8vw;
}
@media (min-width: 768px) {
  .section-about-images-slider__video-wrapper {
    padding: 6vw;
    width: 50%;
    min-height: 44vw;
    flex: 1;
  }
}
@media (min-width: 1023px) {
  .section-about-images-slider__video-wrapper {
    padding: 5vw;
  }
}
@media (min-width: 1199px) {
  .section-about-images-slider__video-wrapper {
    min-height: 517px;
    height: 38vw;
    max-height: 600px;
    padding: 10vw;
  }
}
@media (min-width: 1439px) {
  .section-about-images-slider__video-wrapper {
    padding: 5vw;
  }
}
.section-about-images-slider__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 102%;
  object-fit: cover;
}
.section-about-images-slider__body {
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  .section-about-images-slider__body {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .section-about-images-slider__text {
    width: 87%;
    padding: 12vw;
  }
}
@media (min-width: 768px) {
  .section-about-images-slider__text {
    padding: 6vw 6vw 10vw;
    flex: 1;
  }
}
@media (min-width: 1023px) {
  .section-about-images-slider__text {
    padding: 5vw;
  }
}
@media (min-width: 1199px) {
  .section-about-images-slider__text {
    padding: 10vw;
  }
}
@media (min-width: 1439px) {
  .section-about-images-slider__text {
    padding: 5vw;
  }
}
.section-about-images-slider__text p {
  line-height: 1.4;
  letter-spacing: -0.28px;
}
.section-about-images-slider__decor-image {
  z-index: 1;
}
@media (max-width: 768px) {
  .section-about-images-slider__decor-image {
    height: 100%;
    width: 13%;
  }
}
@media (min-width: 768px) {
  .section-about-images-slider__decor-image {
    width: 100%;
    height: 7vw;
    max-height: 140px;
  }
}
.section-about-images-slider .about-slider-images .swiper-controls {
  display: flex;
}
@media (min-width: 768px) {
  .section-about-images-slider .about-slider-images .swiper-controls {
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 1;
    width: 50%;
  }
}
.section-about-images-slider
  .about-slider-images
  .swiper-controls
  .swiper-button {
  border-color: #ee3831;
  width: 100%;
}
@media (max-width: 1023px) {
  .section-about-images-slider
    .about-slider-images
    .swiper-controls
    .swiper-button {
    padding: 12px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .section-about-images-slider
    .about-slider-images
    .swiper-controls
    .swiper-button {
    width: 40%;
  }
}
.section-about-images-slider .about-slider-images__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes fadeTab {
  from {
    transform: translateX(600px);
  }
  60% {
  }
  to {
    transform: translateX(0);
  }
}
.section-shop {
  color: #f7fafa;
  display: flex;
}
.section-shop__mobile-title {
  text-transform: uppercase;
  padding: 44px 30px 49px;
  color: #212721;
}
@media (min-width: 768px) {
  .section-shop__mobile-title {
    display: none;
  }
}
.section-shop__left {
  width: 100%;
  background-color: #f7fafa;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-shop__left {
    width: 60%;
  }
}
.section-shop__right {
  width: 40%;
  display: none;
}
@media (min-width: 768px) {
  .section-shop__right {
    display: block;
  }
}
.section-shop__images {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .section-shop__images {
    width: 66%;
    height: 26vw;
    max-height: 420px;
  }
}
.section-shop__images img {
  width: 100%;
}
.section-shop__image {
  width: 100%;
  height: 100%;
}
.section-shop__image.hidden {
  display: none;
}
.section-shop__image.active {
  animation: fadeTab 1s ease;
}
.section-shop__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-shop__tab-item {
  flex: 1;
  overflow: hidden;
}
.section-shop__tab-item.hidden {
  display: none;
}
.section-shop__tab-item.active {
  animation: fadeTab 1s ease;
}
.section-shop__content {
  padding: 7vw 10vw 9vw 6.4vw;
  height: 100%;
}
@media (min-width: 768px) {
  .section-shop__content {
    padding: 4vw 2vw 2vw 2.4vw;
    height: auto;
  }
}
.section-shop__link-plan {
  color: #f7fafa;
  text-decoration: none;
  display: none;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .section-shop__link-plan {
    display: inline-block;
  }
}
.section-shop__link-plan:hover {
  color: #fedb00;
}
.section-shop__link-plan:before {
  content: "\E900";
  font-family: "icomoon" !important;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transform: scaleX(-1);
  font-size: 12px;
  position: relative;
  top: -1px;
}
@media (min-width: 768px) {
  .section-shop__map {
    width: 78%;
    margin: 0 auto;
  }
}
.shop-tab-switcher {
  display: none;
}
@media (min-width: 768px) {
  .shop-tab-switcher {
    display: flex;
  }
}
.shop-tab-switcher__item {
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  color: #212721;
  font-size: 18px;
  padding: 35px 20px;
  text-decoration: none;
  border: none;
  outline: none;
  transition: background-color 0.3s ease-in-out, flex 0.3s ease-in-out;
}
.shop-tab-switcher__item--yellow {
  background-color: #fedb00;
}
.shop-tab-switcher__item--pink {
  background-color: #ffbe9f;
}
.shop-tab-switcher__item:hover .shop-tab-switcher__value:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ee3831;
  transform: scale(1);
}
.shop-tab-switcher__item.active {
  flex: 2;
  background-color: #f7fafa;
}
.shop-tab-switcher__item.active .shop-tab-switcher__value:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ee3831;
  transform: scale(1);
}
.shop-tab-switcher__value {
  position: relative;
}
.shop-tab-switcher__value:after {
  content: "";
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
}
.shop-description {
  padding: 0 2vw 7vw;
}
.shop-description.hidden {
  display: none;
}
.shop-description.active {
  animation: fadeTab 1s ease;
}
.shop-description h4,
.shop-description h5 {
  color: #f7fafa;
  font-weight: 700;
}
.shop-description__item:not(:last-child) {
  margin-bottom: 20px;
}
.shop-description__item p {
  margin-bottom: 0;
  color: rgba(247, 250, 250, 0.7);
}
.shop-description__contacts {
  display: flex;
}
.shop-description__contacts-item {
  width: 50%;
}
.shop-description__contacts a {
  color: rgba(247, 250, 250, 0.7);
  text-decoration: none;
}
.tenants {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .tenants {
    margin: 0 -8px;
    max-width: 100%;
    width: 100%;
  }
}
.tenants .tenant__col {
  width: 50%;
  display: flex;
  border: 8px solid transparent;
  padding-left: 0;
  padding-right: 0;
  height: 177px;
  transition: border-color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .tenants .tenant__col {
    width: 25%;
    height: auto;
  }
}
.tenants .tenant__col:hover {
  border-color: #ee3831;
}
.tenants .tenant__col.active {
  border-color: #212721;
}
.tenants .tenant__col-12 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .tenants .tenant__col-12 {
    margin-bottom: 0;
  }
}
.tenants .tenant-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  height: 100%;
  border: none;
}
@media (min-width: 768px) {
  .tenants .tenant-item {
    padding: 10px;
  }
}
@media (min-width: 1199px) {
  .tenants .tenant-item {
    padding: 0;
  }
}
.shop-mobile-slider {
  position: relative;
  color: #212721;
  width: 100%;
  padding: 0 0 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .shop-mobile-slider {
    display: none;
  }
}
.shop-mobile-slider .swiper-slide {
  width: 88%;
  height: auto;
  display: flex;
}
.shop-mobile-slider .swiper-slide > div {
  flex: 1;
}
.shop-mobile-slider .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.shop-mobile-slider .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 100px;
  height: 6px;
  background-color: #d9ecec;
  margin: 0 4px;
}
.shop-mobile-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ee3831;
}
.store-map {
  padding: 20px;
  text-align: center;
}
.store-map.hidden {
  display: none;
}
.store-map.active {
  display: block;
}
.map-tenant-group.active .map-tenant-text {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.map-tenant-group.active .map-tenant-build {
  fill: #8246af;
}
.map-tenant-text {
  opacity: 0;
  visibility: hidden;
  transform: translate(10px);
  transition: 0.3s;
}
.map-tenant-build {
  fill: #ee3831;
  cursor: pointer;
  transition: 0.3s;
}
.map-tenant-build:hover {
  fill: #8246af;
}
.section-content-page {
  padding: 50px 0;
}
@media (min-width: 1023px) {
  .section-content-page {
    padding: 100px 0;
  }
}
.content-page-entry {
  padding: 20px;
  max-width: 800px;
  margin: auto;
  background: #fff;
}
@media (min-width: 1023px) {
  .content-page-entry {
    padding: 50px;
  }
}
.content-page-title {
  margin-bottom: 40px;
}
.content-page-entry-text h2 {
  font-size: 35px;
  line-height: 1.3;
}
.content-page-entry-text h3 {
  font-size: 27px;
  line-height: 1.3;
}
.section-news {
  width: 70%;
  margin: 0 auto;
  padding-top: 100px;
}
@media (max-width: 782px) {
  .section-news {
    padding-top: 50px;
  }
}
.section-news h3 a {
  color: black;
}
.section-news .news-post {
  padding: 50px 0;
  flex-basis: 45%;
  width: 45%;
  border-bottom: 1px solid #fedb00;
}
@media (max-width: 428px) {
  .section-news .news-post {
    flex-basis: 100%;
    padding: 25px 0;
  }
}
.section-news .news-title {
  padding-top: 50px;
  color: #ee3831;
}
@media (max-width: 428px) {
  .section-news .news-title {
    text-align: center;
  }
}
.section-news .section-news-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 550vh;
  width: 100%;
  justify-content: space-between;
}
.section-news .section-news-container .news-post {
  width: 30%;
}
@media (max-width: 680px) {
  .section-news .section-news-container {
    justify-content: center;
    max-height: unset !important;
    display: block;
  }
  .section-news .section-news-container .news-post {
    width: 100%;
  }
}
.post-list .post-date {
  text-transform: uppercase;
}
.news-container {
  width: 70%;
  margin: 0 auto;
  padding: 125px 0 50px 0;
}
@media (max-width: 428px) {
  .news-container {
    width: 80%;
  }
}
.news-container .post-date {
  padding-bottom: 25px;
  text-transform: uppercase;
}
.blog-container {
  width: 70%;
  margin: 0 auto;
  padding: 125px 0 50px 0;
}
.blog-container .post-date {
  padding-bottom: 25px;
  text-transform: uppercase;
}
.blog-container .blog-title {
  padding-top: 25px;
}
.blog-container .read-more {
  padding-top: 25px;
}
@media (max-width: 428px) {
  .blog-container {
    padding: 25px 0;
    flex-basis: 90%;
    align-items: center;
    justify-content: center;
  }
}
.blog-container {
  width: 70%;
  margin: 0 auto;
  padding: 125px 0 50px 0;
}
@media (max-width: 428px) {
  .blog-container {
    padding-top: 100px;
  }
}
.blog-container .post-date {
  padding-bottom: 25px;
  text-transform: uppercase;
}

.card.single-event {
  background: transparent !important;
  display: flex;
}

.events .inner-box {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 850px) {
  .events .inner-box {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 600px) {
  .events .inner-box {
    grid-template-columns: 1fr !important;
  }
}

span.dates {
  display: block;
  color: #FEDB00;
}

span.dates br {
  display: none;
}

.card.single-event .icon-wrap {
  min-width: 60px;
  height: 60px;
  font-size: 28px;
  background: #FEDB00;
  color: black;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}

.card.single-event h3.title {
  color: white;
  font-family: "Brown", sans-serif;
  text-transform: initial;
  margin-bottom: 5px;
  font-size: 15px !important;
  padding-top: 10px;
  line-height: 1.2;
}

.events--past .inner-box {
  background-color: #212720;
}
.events .inner-box {
  padding-top: 100px;
  row-gap: 50px;
}


.events .inner-box .section-title{
  color: white;
  border-bottom: 2px solid white;
  padding-bottom: 10px;
}

.card.single-event .learn {
  cursor: pointer;
}
.event-gallery-slider .slick-arrow {
    height: 55px;
    display: block !important;
}

/*# sourceMappingURL=app.min.css.map*/
