@charset "UTF-8";
@font-face {
  font-family: 'Avenir Roman';
  src: url("./fonts/Avenir-Roman.eot");
  src: url("./fonts/Avenir-Roman.woff2") format("woff2"), url("./fonts/Avenir-Roman.woff") format("woff"), url("./fonts/Avenir-Roman.ttf") format("truetype"), url("./fonts/Avenir-Roman.svg#Avenir-Roman") format("svg"), url("./fonts/Avenir-Roman.eot?#Avenir-Roman") format("embedded-opentype");
}

@font-face {
  font-family: 'Avenir Roman';
  font-style: italic;
  src: url("./fonts/Avenir-Oblique.woff") format("woff");
}

@font-face {
  font-family: 'Avenir Black';
  src: url("./fonts/Avenir-Black.eot");
  src: url("./fonts/Avenir-Black.woff2") format("woff2"), url("./fonts/Avenir-Black.woff") format("woff"), url("./fonts/Avenir-Black.ttf") format("truetype"), url("./fonts/Avenir-Black.svg#Avenir-Black") format("svg"), url("./fonts/Avenir-Black.eot?#Avenir-Black") format("embedded-opentype");
}

@font-face {
  font-family: 'Avenir Light';
  src: url("./fonts/Avenir-Light.eot");
  src: url("./fonts/Avenir-Light.woff2") format("woff2"), url("./fonts/Avenir-Light.woff") format("woff"), url("./fonts/Avenir-Light.ttf") format("truetype"), url("./fonts/Avenir-Light.svg#Avenir-Light") format("svg"), url("./fonts/Avenir-Light.eot?#Avenir-Light") format("embedded-opentype");
}

@font-face {
  font-family: 'icomoon';
  src: url("./fonts/icomoon.eot");
  src: url("./fonts/icomoon.woff") format("woff"), url("./fonts/icomoon.ttf") format("truetype"), url("./fonts/icomoon.svg#iconmoon") format("svg");
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:before, .container:before, .film-filter:before, .event-form__tabs:before, .awards__list:before, .film-gallery:before, .widget-image-text:before, .clearfix:after, .container:after, .film-filter:after, .event-form__tabs:after, .awards__list:after, .film-gallery:after, .widget-image-text:after {
  display: table;
  content: " ";
}

.clearfix:after, .container:after, .film-filter:after, .event-form__tabs:after, .awards__list:after, .film-gallery:after, .widget-image-text:after {
  clear: both;
}

/* =======================================================================
01 Global
========================================================================== */
.col-1 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: -5px;
  width: 50%;
}

.col-2 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: -5px;
  width: 50%;
}

.col-3 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: -5px;
  width: 50%;
}

.col-4 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: -5px;
  width: 100%;
}

.col-5 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: -5px;
  width: 100%;
}

.col-6 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: -5px;
  width: 100%;
}

.col-7 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: -5px;
  width: 100%;
}

.col-8 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: -5px;
  width: 100%;
}

.col-9 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: -5px;
  width: 100%;
}

.col-10 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: -5px;
  width: 100%;
}

.col-11 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: -5px;
  width: 100%;
}

.col-12 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: -5px;
  width: 100%;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .col-1 {
    width: 16.6666666667%;
  }
  .col-2 {
    width: 33.33%;
  }
  .col-3 {
    width: 33.33%;
  }
  .col-4 {
    width: 33.33%;
  }
}

@media (min-width: 1025px) {
  .col-1 {
    width: 8.3333333333%;
  }
  .col-2 {
    width: 16.6666666667%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.3333333333%;
  }
  .col-5 {
    width: 41.6666666667%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.3333333333%;
  }
  .col-8 {
    width: 66.6666666667%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.3333333333%;
  }
  .col-11 {
    width: 91.6666666667%;
  }
  .col-12 {
    width: 100%;
  }
}

/* =====================================================
		Layout
========================================================*/
section {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.container {
  position: relative !important;
  max-width: 1600px;
  margin: 0 auto;
}

.container--full {
  padding: 0;
  max-width: none;
}

.container--mw720 {
  max-width: 720px !important;
}

.container--mw960 {
  max-width: 960px !important;
}

.container--mw1024 {
  max-width: 1024px !important;
}

.container--mw1140 {
  max-width: 1140px !important;
}

.container--mw1280 {
  max-width: 1280px !important;
}

.container--mw1320 {
  max-width: 1320px !important;
}

.container--mw1440 {
  max-width: 1440px !important;
}

.visuallyhidden,
.vh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.text-center {
  text-align: center;
}

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

.text-right {
  text-align: right;
}

.text-xl {
  font-size: 2.3em !important;
  font-weight: 300 !important;
  margin: 30px 0px;
}

@media (max-width: 766px) {
  .text-xl {
    font-size: 1.5em;
  }
}

.text-l {
  font-size: 2.3em !important;
  font-weight: 300 !important;
  margin: 30px 0px;
}

@media (max-width: 766px) {
  .text-l {
    font-size: 1.5em;
  }
}

.text-m {
  font-size: 1.9em !important;
  font-weight: 300 !important;
  margin: 20px 0px;
}

@media (max-width: 766px) {
  .text-m {
    margin: 0;
    font-size: 1.3em;
  }
}

.text-s {
  font-size: 1.5em !important;
  font-weight: 300 !important;
  margin: 20px 0px;
}

@media (max-width: 766px) {
  .text-s {
    margin: 0;
    font-size: 1.3em;
  }
}

.description {
  font-size: 0.75em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.description__large {
  font-size: 1em;
}

@media (max-width: 766px) {
  .description__large {
    font-size: 0.8em;
  }
}

.font-bold {
  font-weight: bold;
}

.font-grey {
  color: #7c7c7c !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.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);
  transform: translate3d(0, 0, 0);
}

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

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/Cwp/assets/Imda/html/Imda/img/ui/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/Cwp/assets/Imda/html/Imda/css/fonts/slick.eot");
  src: url("/Cwp/assets/Imda/html/Imda/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/Cwp/assets/Imda/html/Imda/css/fonts/slick.woff") format("woff"), url("/Cwp/assets/Imda/html/Imda/css/fonts/slick.ttf") format("truetype"), url("/Cwp/assets/Imda/html/Imda/css/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 1;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.3;
}

.slick-prev:before,
.slick-next:before {
  display: block;
  width: 30px;
  color: white;
  content: "";
  opacity: 0.75;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.slick-prev {
  width: 30px;
  height: 45px;
  position: absolute;
  left: 60px;
  top: -webkit-calc(50% - 17.5px);
  top: calc(50% - 17.5px);
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #157dc1;
  background: -webkit-gradient(linear, right top, left top, from(#39ac85), to(#157dc1)) !important;
  background: -webkit-linear-gradient(right, #39ac85, #157dc1) !important;
  background: linear-gradient(to left, #39ac85, #157dc1) !important;
}

@media (max-width: 766px) {
  .slick-prev {
    width: 50px;
    height: 30px;
    top: -webkit-calc(100% - 35px);
    top: calc(100% - 35px);
    left: -webkit-calc(100% - 52px);
    left: calc(100% - 52px);
  }
  .slick-prev:before {
    padding-left: 20px;
  }
}

.slick-prev:before {
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  right: 1px;
  content: "\e905";
  font-family: "icomoon" !important;
  font-size: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 766px) {
  .slick-prev:before {
    right: -2px;
  }
}

.slick-next {
  width: 30px;
  height: 45px;
  top: -webkit-calc(50% - 17.5px);
  top: calc(50% - 17.5px);
  position: absolute;
  right: 60px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 1;
  background: #157dc1;
  background: -webkit-gradient(linear, right top, left top, from(#39ac85), to(#157dc1)) !important;
  background: -webkit-linear-gradient(right, #39ac85, #157dc1) !important;
  background: linear-gradient(to left, #39ac85, #157dc1) !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 766px) {
  .slick-next {
    width: 50px;
    height: 30px;
    top: -webkit-calc(100% - 35px);
    top: calc(100% - 35px);
    right: 50px;
  }
  .slick-next:before {
    padding-left: 20px;
  }
}

.slick-next:before {
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  left: 1px;
  content: "\e905";
  font-family: "icomoon" !important;
  font-size: 16px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 766px) {
  .slick-next:before {
    left: -2px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.announcement-slider-dots {
  position: absolute;
  bottom: -10px;
  list-style: none;
  left: -webkit-calc(50% - 50px);
  left: calc(50% - 50px);
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
}

.announcement-slider-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.announcement-slider-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.announcement-slider-dots li button:hover, .announcement-slider-dots li button:focus {
  outline: none;
}

.announcement-slider-dots li button:hover:before, .announcement-slider-dots li button:focus:before {
  opacity: 1;
}

.announcement-slider-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.announcement-slider-dots li.slick-active button:before {
  color: #6f368e;
  opacity: 0.75;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Avenir Roman", sans-serif;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}

.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.is-today .pika-button {
  color: #6f368e;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #6f368e;
  -webkit-box-shadow: inset 0 1px 3px #6f368e;
          box-shadow: inset 0 1px 3px #6f368e;
  border-radius: 3px;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover {
  color: #fff;
  background: #157dc1;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: -webkit-calc(100% - 100px);
  max-width: calc(100% - 100px);
  max-height: -webkit-calc(100% - 88px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

/* Buttons */
.fancybox-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

/* Navigation arrows */
.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.fancybox-share p:first-of-type {
  margin-right: -10px;
}

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.fancybox-share input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}

.sggd-btn {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  position: relative;
  color: purple;
  padding-right: 40px;
  transition: all 0.4s ease-in-out;
}

.sggd-btn .fa {
  display: inline-block;
}

.sggd-btn:focus {
  outline: none;
}

.sggd-btn .btn-text {
  display: inline-block;
  width: 100%;
  border: 2px solid white;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sggd-btn .btn-text span {
  padding: 10px 20px;
  font-family: 'Avenir Black', sans-serif;
  font-size: 1.5rem;
  color: white;
  display: block;
}

.sggd-btn .arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 2px;
  padding: 7px 13px;
  height: 100%;
  border: 2px solid white;
  border-left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sggd-btn .arrow .arrow-wrapper {
  vertical-align: bottom;
  display: inline-block;
  padding-bottom: 5px;
}

.sggd-btn .arrow .arrow-wrapper span {
  display: block;
  width: 8px;
  height: 2px;
  background-color: white;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sggd-btn .arrow .arrow-wrapper .left {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.sggd-btn .arrow .arrow-wrapper .right {
  margin-top: 2px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.sggd-btn--special .btn-text {
  border-radius: 50px 0px 0px 50px;
}

.sggd-btn--special .btn-text span {
  font-family: 'Avenir Roman', sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 10px 25px;
}

.sggd-btn--special .arrow {
  border-radius: 0px 50px 50px 0px;
  padding: 7px 15px;
}

.sggd-btn--special .arrow .arrow-wrapper {
  padding-bottom: 0;
}

.sggd-btn--special .arrow .arrow-wrapper .right {
  margin-top: 4px;
}

.sggd-btn--standard {
  border: none;
  color: purple;
  padding-right: 13px;
  border: none;
}

.sggd-btn--standard .btn-text {
  border: none;
}

.sggd-btn--standard .btn-text span {
  color: purple;
  padding-left: 0;
  font-size: 1.6rem;
  font-family: 'Avenir Roman', sans-serif;
}

.sggd-btn--standard .arrow {
  border: none;
  display: inline-block;
  vertical-align: middle;
}

.sggd-btn--standard .arrow span {
  background-color: purple !important;
}

.sggd-btn--standard:hover .arrow {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.sggd-btn--gradient {
  border: none;
  background: #157dc1;
  background: -webkit-gradient(linear, left top, right top, from(#157dc1), to(#39ac85));
  background: -webkit-linear-gradient(left, #157dc1, #39ac85);
  background: linear-gradient(to right, #157dc1, #39ac85);
  padding-right: 20px;
}

.scf-wrapper .sggd-btn--gradient {
  background: -webkit-gradient(linear, left top, right top, from(#6f368e), to(#d2005e));
  background: -webkit-linear-gradient(left, #6f368e, #d2005e);
  background: linear-gradient(to right, #6f368e, #d2005e);
}

.sggd-btn--gradient .btn-text {
  border: none;
}

.sggd-btn--gradient .arrow {
  border: none;
}

.sggd-btn--gradient:hover .arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.sggd-btn.scf-btn {
  background: -webkit-gradient(linear, left top, right top, from(#6f368e), to(#d2005e));
  background: -webkit-linear-gradient(left, #6f368e, #d2005e);
  background: linear-gradient(to right, #6f368e, #d2005e);
  padding-right: 25px;
}

.sggd-btn.scf-btn .btn-text span {
  color: #fff;
  padding: 10px 20px;
}

.sggd-btn.scf-btn .fa {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 12px;
}

.sggd-btn--noicon {
  padding: 0;
}

.sggd-btn--noicon .btn-text {
  display: block;
}

.film__image {
  position: relative;
}

.film__image:after {
  content: '';
  display: block;
  padding-top: 50%;
}

.film__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
}

.film__content {
  padding: 5px 0;
}

.film__title {
  font-family: "Avenir Black", sans-serif;
  color: #6f368e;
  font-size: 1.1875em;
  font-weight: 400;
  letter-spacing: 0;
}

.film__desc,
.film__tag {
  font-size: 0.875em;
  display: block;
}

.film__title,
.film__desc,
.film__tag {
  margin: 0.125em 0;
  line-height: 1.4;
}

.pagination {
  background: #eef1f4;
  padding: 5px;
  text-align: center;
  width: 100%;
}

.pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.pagination__item {
  display: inline-block;
}

.pagination__item.is-hidden {
  display: none;
}

.pagination__link {
  padding: 8px;
  display: block;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.pagination__link span {
  position: relative;
  z-index: 2;
}

.pagination__link:before {
  content: '';
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background: #d2005e;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform .25s ease-in;
  transition: -webkit-transform .25s ease-in;
  transition: transform .25s ease-in;
  transition: transform .25s ease-in, -webkit-transform .25s ease-in;
}

.pagination .pagination__link {
  color: #000;
}

.pagination__link:hover {
  color: #d2005e;
}

.pagination__item.active .pagination__link {
  color: #fff;
}

.pagination__item.active .pagination__link:hover {
  color: #fff;
}

.pagination__item.active .pagination__link:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.announcement-wrapper {
  display: block;
  width: 100%;
  padding: 10px 20px;
}

.announcement-card {
  display: block;
  background-color: white;
}

@media (max-width: 766px) {
  .announcement-card {
    margin-bottom: 40px;
  }
}

.announcement-card .announcement-image {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  height: 130px;
}

@media (max-width: 766px) {
  .announcement-card .announcement-image {
    width: 30%;
    height: 100px;
  }
}

.announcement-card .announcement-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover", 'object-fit: cover;';
}

.announcement-card .announcement-detail {
  display: inline-block;
  vertical-align: middle;
  width: 79%;
  padding: 10px 20px;
}

@media (max-width: 766px) {
  .announcement-card .announcement-detail {
    width: 68%;
  }
  .announcement-card .announcement-detail .announcement-title {
    font-size: 1.7rem !important;
  }
  .announcement-card .announcement-detail .announcement-description {
    display: none !important;
  }
}

.announcement-card .announcement-detail .announcement-title {
  font-family: 'Avenir Roman', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  padding-bottom: 10px;
}

.announcement-card .announcement-detail .announcement-description {
  font-size: 1.4rem;
  margin: 0;
  padding-top: 10px;
  font-family: 'Avenir Roman',sans-serif;
  display: inline;
}

.announcement-card .announcement-detail .announcement-link {
  display: inline;
  color: #6f368e;
  font-family: "Avenir black";
}

.media-card {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100% !important;
}

@media (max-width: 766px) {
  .media-card {
    display: block;
  }
}

.media-card::after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#EC1C29), to(#6f358d));
  background: -webkit-linear-gradient(left, #EC1C29, #6f358d);
  background: linear-gradient(to right, #EC1C29, #6f358d);
  right: 0;
  bottom: 0;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .media-card::after {
    width: 100%;
  }
}

@media (max-width: 766px) {
  .media-card::after {
    width: 100%;
  }
}

.media-card .card-image {
  width: 50%;
  height: auto;
  display: block;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .media-card .card-image {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .media-card .card-image {
    width: 100%;
  }
}

.media-card .card-image img {
  width: 100%;
  height: auto;
}

.media-card .card-info {
  width: 50%;
  height: 100%;
  padding: 30px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .media-card .card-info {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .media-card .card-info {
    width: 100%;
  }
}

.media-card .card-info h1 {
  margin: 0;
  color: black;
  font-size: 2em;
  margin-bottom: 20px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .media-card .card-info h1 {
    font-size: 1.5em;
  }
}

@media (max-width: 766px) {
  .media-card .card-info h1 {
    font-size: 1.5em;
  }
}

.media-card .card-info p {
  color: black;
  font-size: 1em;
  margin-bottom: 20px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .media-card .card-info p {
    font-size: 0.8em;
  }
}

.media-card--video .card-image .iframe-wrapper {
  width: 100%;
  padding-top: -webkit-calc((9 / 16) * 100%);
  padding-top: calc((9 / 16) * 100%);
  position: relative;
}

.media-card--video .card-image .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.interactive-card {
  display: block;
  width: 100%;
  background-color: white;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  margin: 10px auto;
  position: relative;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .interactive-card {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-bottom: 1px solid #ebebeb;
  }
}

@media (max-width: 766px) {
  .interactive-card {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-bottom: 1px solid #ebebeb;
  }
}

.interactive-card .main-info {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.interactive-card .main-info .item-wrapper {
  display: table;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  padding: 15px 30px 15px 0px;
}

@media (min-width: 1025px) {
  .interactive-card .main-info .item-wrapper {
    padding: 15px 60px 15px 20px;
  }
}

.interactive-card .main-info .item-date {
  display: table-cell;
  vertical-align: middle;
  padding-right: 35px;
  width: 35%;
  padding-left: 15px;
}

.interactive-card .main-info .item-date p {
  display: block;
  position: relative;
  color: #666;
  margin: 0;
  font-size: 1.3rem;
  font-family: 'Avenir Black', sans-serif;
  padding-right: 25px;
}

@media (min-width: 1025px) {
  .interactive-card .main-info .item-date p {
    font-size: 1.45rem;
  }
}

.interactive-card .main-info .item-date p::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  vertical-align: middle;
  height: 1px;
  width: 25px;
  background-color: #666;
}

.interactive-card .main-info .item-icon {
  display: table-cell;
  vertical-align: middle;
  width: 52px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.interactive-card .main-info .item-icon img {
  width: 52px;
  height: 50px;
  font-family: "object-fit:contain";
  object-fit: contain;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.interactive-card .main-info .item-icon .highlight-icon {
  padding: 0px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  top: -webkit-calc(50% - 25px);
  top: calc(50% - 25px);
}

.interactive-card .main-info .item-title {
  display: table-cell;
  margin-right: -3%;
  height: 100%;
  vertical-align: middle;
  padding: 0px 10px;
  font-family: 'Avenir Black', sans-serif;
  vertical-align: middle;
}

.interactive-card .main-info .item-title p {
  vertical-align: middle;
  font-size: 1.4rem;
  font-family: 'Avenir Black', sans-serif;
  margin: 0;
}

@media (min-width: 1025px) {
  .interactive-card .main-info .item-title p {
    font-size: 1.4rem;
  }
}

.interactive-card .main-info .item-cta {
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  border-radius: 5px;
  background: #157dc1;
  background: -webkit-gradient(linear, right top, left top, from(#39ac85), to(#157dc1));
  background: -webkit-linear-gradient(right, #39ac85, #157dc1);
  background: linear-gradient(to left, #39ac85, #157dc1);
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 1025px) {
  .interactive-card .main-info .item-cta {
    opacity: 0;
    height: 100%;
    width: 50px;
    top: 0;
    border-radius: 0px 5px 5px 0px;
  }
}

.interactive-card .main-info .item-cta .cta-arrow {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 0;
  margin-left: 20px;
  -webkit-transform: rotate(180deg) translate(15px, -20px);
          transform: rotate(180deg) translate(15px, -20px);
}

@media (min-width: 1025px) {
  .interactive-card .main-info .item-cta .cta-arrow {
    margin-top: 30px;
    -webkit-transform: rotate(180deg) translate(20px, -15px);
            transform: rotate(180deg) translate(20px, -15px);
  }
}

.interactive-card .main-info .item-cta .cta-arrow span {
  display: block;
  margin: 0;
  padding: 0;
  width: 12px;
  height: 2px;
  background-color: white;
}

.interactive-card .main-info .item-cta .cta-arrow .span-right {
  -webkit-transform: rotate(45deg) translateX(5px);
          transform: rotate(45deg) translateX(5px);
}

.interactive-card .main-info .item-cta .cta-arrow .span-left {
  -webkit-transform: rotate(-45deg) translateX(-7px);
          transform: rotate(-45deg) translateX(-7px);
}

.interactive-card .main-info .item-cta .left {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.interactive-card .main-info .item-cta .right {
  -webkit-transform: rotate(-40deg) translate(6px, 3px);
          transform: rotate(-40deg) translate(6px, 3px);
}

.interactive-card .main-info .detail-info-section {
  padding: 10px 20px;
  display: none;
}

.interactive-card .main-info .detail-info-section p {
  font-size: 1.6rem;
}

.interactive-card:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.interactive-card:hover .item-cta {
  opacity: 1;
}

.interactive-card:hover .item-icon .highlight-icon {
  opacity: 1;
}

.interactive-card--expanded {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.interactive-card--expanded .main-info .item-cta {
  border-radius: 5px;
  opacity: 1;
}

@media (min-width: 1025px) {
  .interactive-card--expanded .main-info .item-cta {
    border-radius: 0px 5px 0px 0px;
  }
}

.interactive-card--expanded .main-info .item-icon .highlight-icon {
  opacity: 1;
}

.interactive-card--expanded .main-info .cta-arrow {
  -webkit-transform: rotate(0deg) translate(-5px, 15px) !important;
          transform: rotate(0deg) translate(-5px, 15px) !important;
}

@media (min-width: 1025px) {
  .interactive-card--expanded .main-info .cta-arrow {
    -webkit-transform: rotate(0deg) translate(0px, 0px) !important;
            transform: rotate(0deg) translate(0px, 0px) !important;
  }
}

.cta-card {
  display: block;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin: 0 0px;
  height: 200px;
}

@media (min-width: 1025px) {
  .cta-card {
    height: 260px;
  }
}

.cta-card .cta-card-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cta-card .cta-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover", 'object-fit: cover;';
}

.cta-card .cta-card-btn {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 5;
  position: relative;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.cta-card .cta-card-btn span {
  font-size: 1.6rem;
}

.cta-card .cta-card-description {
  text-decoration: none;
  position: absolute;
  text-align: left;
  top: 0;
  z-index: 1;
  width: 100%;
  margin-right: -1%;
  height: 100%;
  display: block;
  background-color: rgba(111, 54, 142, 0.7);
  padding: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

@media (min-width: 1025px) {
  .cta-card .cta-card-description {
    padding: 30px;
  }
}

.cta-card .cta-card-description p {
  color: white;
  font-family: 'Avenir Roman', sans-serif;
  font-size: 1.6rem;
}

.cta-card .cta-card-description p:first-child {
  margin-top: 0;
}

.cta-card .cta-card-description p:last-child {
  margin-bottom: 0;
}

.cta-card:hover .cta-card-description {
  opacity: 1;
}

.cta-card:hover .cta-card-btn {
  background: transparent;
}

.testimonial-item {
  padding: 20px 10px;
  text-align: center;
  margin-bottom: -20px;
}

.testimonial-item .testimonial-avatar {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 30px auto;
}

.testimonial-item .testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover", 'object-fit: cover;';
}

@media (max-width: 766px) {
  .testimonial-item .testimonial-avatar {
    display: none;
  }
}

.testimonial-item .testimonial-content {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  overflow: hidden;
  padding-top: 10px;
  width: 90%;
  margin-left: 5%;
}

@media (max-width: 766px) {
  .testimonial-item .testimonial-content {
    width: 90%;
    margin: 0 auto;
    opacity: 1;
  }
  .testimonial-item .testimonial-content p {
    font-size: 1.4rem !important;
  }
}

.testimonial-item .testimonial-content p {
  font-size: 1.8rem;
  font-family: "Avenir Roman", sans-serif;
  font-style: italic;
}

.testimonial-item .testimonial-author-detail {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  opacity: 1;
  text-align: center;
  width: 90%;
  margin-left: 5%;
}

.testimonial-item .testimonial-author-detail .author-name {
  text-align: center;
  font-size: 2.1rem;
  margin: 0;
  color: #6f368e;
  font-family: 'Avenir Black', sans-serif;
}

@media (max-width: 766px) {
  .testimonial-item .testimonial-author-detail .author-name {
    font-size: 1.7rem;
  }
}

@media (max-width: 766px) {
  .testimonial-item .testimonial-author-detail {
    margin: 0 auto !important;
    width: 90%;
  }
}

.testimonial-item .testimonial-author-detail .author-title {
  display: none;
  margin: 0;
  padding-top: 5px;
  font-size: 1.5rem;
  font-family: "Avenir Roman", sans-serif;
}

@media (max-width: 766px) {
  .testimonial-item .testimonial-author-detail .author-title {
    display: block;
    font-size: 1.4rem;
  }
}

.showcase-card {
  overflow: hidden;
  margin-bottom: -70px;
  text-decoration: none;
  display: block;
}

.showcase-card .showcase-card-image {
  height: 200px;
  width: 100%;
}

.showcase-card .showcase-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover", 'object-fit: cover;';
}

.showcase-card .showcase-card-detail {
  width: 90%;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  background-color: white;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}

.showcase-card .showcase-card-detail .showcase-card-title {
  font-size: 2.1rem;
  font-family: 'Avenir Black', sans-serif;
  color: #6f368e;
  margin: 0;
  padding-bottom: 10px;
}

.showcase-card .showcase-card-detail .showcase-card-description {
  font-size: 1.6rem;
  font-size: 'Avenir Roman', sans-serif;
  font-weight: 100;
  color: #555;
}

@media (max-width: 766px) {
  .scf-event {
    margin-top: 30px;
  }
}

.event {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.event:before {
  content: '';
  display: block;
  background: #eef1f4;
  position: absolute;
  top: -10px;
  right: 0;
  left: -5px;
  bottom: -5px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.event:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.event__date {
  width: 3em;
  padding-top: 2px;
  margin-right: 0.5em;
  position: relative;
  padding-left: 5px;
}

.event__date .date,
.event__date .month {
  display: block;
  text-transform: uppercase;
  line-height: 1;
}

.event__date .date {
  font-size: 2em;
  color: #d2005e;
  margin-top: 5px;
}

.event__desc {
  width: -webkit-calc(100% - 4em);
  width: calc(100% - 4em);
  position: relative;
}

.event__desc .title {
  margin: 0;
  line-height: 1.2;
  font-size: 1em;
  color: #000;
  font-family: 'Avenir Roman', sans-serif;
  font-weight: bold;
}

.event__desc .tag {
  font-size: 0.875em;
}

.event__date,
.event__desc {
  display: inline-block;
  vertical-align: top;
}

.download-section {
  margin-top: 30px;
}

@media (min-width: 1025px) {
  .download-section {
    margin-top: 0;
  }
}

.download-section .title {
  font-size: 1em;
  font-family: "Avenir Black", sans-serif;
}

.download-section .title:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #6f368e;
  vertical-align: middle;
  margin-right: 20px;
}

.download {
  margin-bottom: 20px;
  overflow: hidden;
}

@media (min-width: 450px) and (max-width: 767px) {
  .download.col-xs-12 {
    width: 50%;
  }
}

.keyindustry .download {
  border: 1px solid #ddd;
}

.download__image {
  position: relative;
}

.download__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center center";
  object-fit: cover;
  object-position: center center;
}

.download__image:after {
  content: '';
  display: block;
  padding-top: 56%;
}

.download__desc {
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 5px 0 10px;
  font-size: 1.5rem;
}

.download__button {
  display: block;
  overflow: hidden;
}

.download__button::after {
  display: none;
}

.download__title {
  background: #6f368e;
  min-height: 4.2em;
  color: #fff;
  padding-left: 20px;
  position: relative;
  display: table;
  width: 100%;
}

.download__title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.download__button:hover .download__title:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.keyindustry .download__title {
  background: #fff;
  color: #000;
}

.keyindustry .download__title:before {
  background: #eee;
}

.download__title .name,
.download__title .icon {
  position: relative;
  z-index: 2;
}

.download__title .name {
  display: table-cell;
  vertical-align: middle;
  font-family: "Avenir Black", sans-serif;
  padding: 0.75em 0.5em 0.75em 0;
}

.download__title .icon {
  width: 3.5em;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  top: 0;
  right: 0;
}

.keyindustry .download__title .icon {
  background: #eee;
}

.download__title .icon img {
  max-width: 20px;
}

.download__title .icon span {
  display: block;
  text-align: center;
  margin-top: 5px;
}

.carousel {
  padding: 0 10px;
}

@media (max-width: 766px) {
  .carousel {
    padding: 0 20px;
  }
}

.carousel.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.carousel .slick-prev,
.carousel .slick-next {
  width: 30px;
  top: 50%;
  background: transparent !important;
}

.carousel .slick-prev:before,
.carousel .slick-next:before {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}

.carousel .slick-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 766px) {
  .carousel .slick-prev {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.carousel .slick-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media (max-width: 766px) {
  .carousel .slick-next {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.carousel .slick-dots {
  margin: 10px 0 0;
}

.carousel .slick-dots:before {
  display: none;
}

.carousel .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 3px;
}

.carousel .slick-dots li button {
  width: 14px;
  height: 14px;
}

.carousel .slick-dots li button:before {
  width: 14px;
  height: 14px;
  content: '';
  background: #acacac;
  border-radius: 50%;
}

.carousel .film__content {
  background: #6f368e;
  padding: 10px 15px;
  color: #fff;
}

.carousel .film__title {
  color: #fff;
}

.carousel__item {
  display: none;
  padding: 0 10px;
}

.carousel__item:first-child {
  display: block;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .carousel__item:nth-child(2) {
    display: block;
  }
}

@media (min-width: 1025px) {
  .carousel__item:nth-child(2), .carousel__item:nth-child(3) {
    display: block;
  }
}

.film-filter {
  background: #eef1f4;
  padding: 20px 20px 10px;
  margin-bottom: 30px;
}

.film-filter .sggd-btn {
  margin-bottom: 10px;
}

.film-filter .desc {
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 766px) {
  .film-filter .desc {
    display: block;
    margin: 10px 0;
  }
}

.filter__group {
  display: block;
  width: 100%;
}

@media (min-width: 1200px) {
  .filter__group {
    float: left;
  }
  .filter__group--short {
    width: 30%;
  }
  .filter__group:last-child {
    width: 65%;
    float: right;
    text-align: right;
  }
}

.filter__subgroup {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.filter__subgroup input,
.filter__subgroup select {
  padding: 5px 10px;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

.filter__subgroup select {
  border: 0;
  border-bottom: 2px solid #d2005e;
  padding-right: 30px;
  background: #fff url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMqaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjcyREVCNDBGQzM2MTFFN0FFNDhFMTQzNzA1MDM2OTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjcyREVCNDFGQzM2MTFFN0FFNDhFMTQzNzA1MDM2OTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NzJERUIzRUZDMzYxMUU3QUU0OEUxNDM3MDUwMzY5NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NzJERUIzRkZDMzYxMUU3QUU0OEUxNDM3MDUwMzY5NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx8BBwcHDQwNGBAQGBoVERUaHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fH//AABEIAB4ACgMBEQACEQEDEQH/xAB2AAACAwAAAAAAAAAAAAAAAAAABgEFCAEBAAMBAAAAAAAAAAAAAAAAAAECBQQQAAECBAQDCQAAAAAAAAAAAAIBBQADBAYRMTIUIUEzUSJCU2M0VBYHEQABAwMDBQAAAAAAAAAAAAAAAQIDETEEYaESMlJyFAX/2gAMAwEAAhEDEQA/ANUwAQAj3B+xWdb7vOaXTdya2SqYhtyJCQtJAqcCEuSpF0jVTaxfg5E8aSM4q1dRi+wh8Ct9pvegujy8+r6eqK0M/wBVe5vVxvv462IdbSt91dW91r6MJ9e1kp0c4sxVe1PEgr3hxyXikEcqEw50sTHRsdRr7lvEHIEAEAf/2Q==) no-repeat right 5px center;
  background-size: 10px 30px;
}

.filter__subgroup select::-ms-expand {
  display: none;
}

.filter--search {
  border-left: 2px solid #6f368e;
  border-right: 2px solid #d2005e;
  position: relative;
  width: 100%;
  height: 42px;
  background: #fff;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .filter--search {
    display: inline-block;
  }
}

.filter--search:before, .filter--search:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#6f368e), to(#d2005e));
  background: -webkit-linear-gradient(left, #6f368e, #d2005e);
  background: linear-gradient(to right, #6f368e, #d2005e);
  position: absolute;
  left: 0;
}

.filter--search:before {
  top: 0;
}

.filter--search:after {
  bottom: 0;
}

.filter--search input {
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px);
  border: 0;
}

.filter--search button {
  width: 36px;
  height: 42px;
  float: right;
  border: 0;
  background: #fff;
  color: #d2005e;
}

.filter--search #filter-btn, .filter--search .keyword-search {
  cursor: pointer;
}

.film-listing .film__content {
  color: #000;
}

.film-listing .row {
  margin: 0 -10px;
}

.film-listing__item {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (min-width: 450px) and (max-width: 767px) {
  .film-listing__item {
    width: 50%;
  }
}

.banner {
  display: block;
  position: relative;
}

.banner .banner-image {
  width: 100%;
  height: 100%;
}

.banner .banner-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 766px) {
  .banner .banner-image .desktop-img {
    display: none;
  }
}

.banner .banner-image .mobile-img {
  display: none;
}

@media (max-width: 766px) {
  .banner .banner-image .mobile-img {
    display: block;
  }
}

.banner .banner-content {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner .banner-content--mobile {
  display: none;
}

@media (max-width: 766px) {
  .banner .banner-content--mobile {
    display: block;
  }
}

.title-box {
  background-color: #6f368e;
  text-align: center;
  padding: 50px 30px;
  margin: 70px 0px 0px 0px;
}

.title-box h1, .title-box h2, .title-box h3, .title-box h4, .title-box h5, .title-box h6, .title-box p, .title-box span {
  color: white !important;
}

.title-box p {
  font-size: 1.8rem;
}

.video-box {
  margin: 30px 0px;
}

.video-box .col-6 {
  padding: 20px;
}

.video-box .video-image {
  position: absolute;
  z-index: 1;
}

.video-box .video-image::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("/Cwp/assets/Imda/html/Imda/img/ui/play-button.svg");
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: center;
}

.video-box .video-image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.video-box .video-iframe {
  opacity: 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  z-index: 0;
  position: relative;
}

.video-box .video-iframe.visible {
  opacity: 1;
}

.video-box .video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-box .box-content {
  display: block;
}

.video-box .box-content .content-author {
  float: right;
  position: relative;
  padding: 10px 0px;
}

.video-box .box-content .content-author p {
  padding-left: 30px;
  margin: 0;
  font-size: 1.8rem;
}

.video-box .box-content .content-author::before {
  content: '';
  width: 20px;
  height: 1px;
  display: block;
  background-color: black;
  position: absolute;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  left: 0;
}

.video-list-box {
  text-align: center;
  margin: 30px 0px;
}

.video-list-box .video-box {
  padding: 20px;
}

.video-list-box .video-box .item-content {
  text-align: left;
  padding-top: 20px;
}

.sggd-list-box {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.sggd-list-box .sggd-item {
  padding: 20px;
}

.sggd-list-box .sggd-item .item-image {
  text-align: center;
}

.sggd-list-box .sggd-item .item-image img {
  width: 150px;
}

.sggd-list-box .item-content {
  padding-top: 20px;
}

.sggd-list-box .item-content ul {
  margin-bottom: 0;
}

.sggd-list-box .item-content .item-title {
  padding: 10px 0px;
}

.sggd-list-box .item-content .item-title p {
  font-size: 1.6rem;
}

.image-box {
  border: 1px solid #ebebeb;
}

.image-box .box-image {
  padding: 30px;
}

.image-box .box-image img {
  width: 100%;
  height: auto;
}

.image-box .box-content {
  padding: 20px;
}

.content-carousel {
  margin: 50px 0 0 0;
  position: relative;
  padding-bottom: 40px;
}

.content-carousel .content-slide {
  background-color: #f7f7f7;
}

.content-carousel .content-slide .slide-image {
  padding: 20px;
}

.content-carousel .content-slide .slide-image img {
  width: 100%;
  height: auto;
}

.content-carousel .content-slide .slide-content {
  padding: 20px;
}

.content-carousel .slider-nav {
  display: block;
  position: absolute;
  z-index: 10;
  top: -webkit-calc(50% - 1.2em - 40px);
  top: calc(50% - 1.2em - 40px);
  cursor: pointer;
}

.content-carousel .slider-nav span {
  color: white;
  display: block;
  font-family: 'icomoon';
  font-size: 1.2em;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
}

.content-carousel .slider-nav--next {
  right: 0px;
}

@media (max-width: 766px) {
  .content-carousel .slider-nav--next {
    right: 0px;
  }
}

.content-carousel .slider-nav--prev {
  left: 0px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media (max-width: 766px) {
  .content-carousel .slider-nav--prev {
    left: 0px;
  }
}

.content-carousel .slider-nav:hover span {
  background-color: #6f368e;
}

.content-carousel .content-carousel-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  z-index: 2;
}

.content-carousel .content-carousel-dots .slick-dots::before {
  display: none;
}

.content-carousel .content-carousel-dots .slick-dots li {
  display: inline-block;
  width: 30px;
}

.content-carousel .content-carousel-dots .slick-dots li button {
  width: 40px;
  height: 40px;
}

.content-carousel .content-carousel-dots .slick-dots li button::before {
  font-size: 10px;
}

.content-carousel .content-carousel-dots .slick-dots li.slick-active button::before {
  color: #6f368e;
}

.content-listing {
  margin: 30px 0px;
}

.content-listing .content-list-item {
  padding-right: 20px;
}

.content-listing .content-list-item .item-image {
  padding: 20px;
}

.content-listing .content-list-item .item-image img {
  width: 100%;
  height: auto;
}

.content-listing .content-list-item .item-content {
  padding: 20px 20px 20px 20px;
}

.content-listing .content-list-item .item-content .item-link a {
  color: #6f368e;
  font-weight: bold;
}

.content-listing .content-list-item .item-content .item-link a::after {
  content: '\e905';
  font-family: 'icomoon';
  font-size: 0.8em;
  padding-left: 5px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.content-listing .content-list-item .item-content .item-link a:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.download-box {
  margin: 30px 0;
}

.download-box .download-item {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  height: 130px;
  border: 2px solid #f7f7f7;
}

@media (max-width: 766px) {
  .download-box .download-item {
    height: auto;
  }
}

.download-box .download-item .item-image {
  display: inline-block;
  height: 130px;
  vertical-align: middle;
}

@media (max-width: 766px) {
  .download-box .download-item .item-image {
    height: auto;
  }
}

.download-box .download-item .item-image img {
  width: auto;
  height: 100%;
}

@media (max-width: 766px) {
  .download-box .download-item .item-image img {
    width: 120px;
    height: auto;
  }
}

.download-box .download-item .item-description {
  padding: 20px;
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 766px) {
  .download-box .download-item .item-description {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    height: auto;
  }
}

.button-centered {
  text-align: center;
}

.button-centered .btn {
  border: 2px solid #6f368e;
  border-radius: 30px;
  color: #6f368e;
  font-weight: bold;
  padding: 10px 30px;
}

.button-centered .btn:hover {
  background-color: #6f368e;
  color: white;
}

.sggd-wrapper .banner-section,
.scf-wrapper .banner-section {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.sggd-wrapper .banner-section .bg-image,
.scf-wrapper .banner-section .bg-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  min-height: 200px;
  max-height: 500px;
}

@media (max-width: 766px) {
  .sggd-wrapper .banner-section .bg-image,
  .scf-wrapper .banner-section .bg-image {
    height: 100%;
  }
}

.sggd-wrapper .banner-section .bg-image img,
.scf-wrapper .banner-section .bg-image img {
  width: 100%;
  height: auto;
  min-height: 200px;
}

@media (max-width: 766px) {
  .sggd-wrapper .banner-section .bg-image img,
  .scf-wrapper .banner-section .bg-image img {
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover;object-position:55% 50%";
    object-fit: cover;
    object-position: 55% 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.sggd-wrapper .banner-section .bg-image::after,
.scf-wrapper .banner-section .bg-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}

.sggd-wrapper .banner-section .banner-content,
.scf-wrapper .banner-section .banner-content {
  padding: 10px 30px;
  display: block;
  width: 100%;
  color: white;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 766px) {
  .sggd-wrapper .banner-section .banner-content,
  .scf-wrapper .banner-section .banner-content {
    padding: 5px 5px 20px;
    position: relative;
  }
}

.sggd-wrapper .banner-section .banner-content .container,
.scf-wrapper .banner-section .banner-content .container {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.sggd-wrapper .banner-section .banner-content .banner-detail,
.scf-wrapper .banner-section .banner-content .banner-detail {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  padding-top: 5%;
  display: block;
}

.sggd-wrapper .banner-section .banner-content h1,
.scf-wrapper .banner-section .banner-content h1 {
  font-family: 'Avenir Light', sans-serif;
  font-size: 5rem;
  font-weight: 200;
  padding-bottom: 10px;
  margin: 0;
}

@media (max-width: 766px) {
  .sggd-wrapper .banner-section .banner-content h1,
  .scf-wrapper .banner-section .banner-content h1 {
    font-size: 2.5rem;
    padding-bottom: 0;
  }
}

.sggd-wrapper .banner-section .banner-content p,
.scf-wrapper .banner-section .banner-content p {
  font-family: 'Avenir Roman', sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: white;
  line-height: 2rem;
  max-width: 520px;
  padding: 10px 0px;
}

@media (max-width: 766px) {
  .sggd-wrapper .banner-section .banner-content p,
  .scf-wrapper .banner-section .banner-content p {
    padding: 5px 0px;
    font-size: 1.5rem;
  }
}

@media (max-width: 766px) {
  .sggd-wrapper .banner-section .banner-content .sggd-btn--special .btn-text span,
  .scf-wrapper .banner-section .banner-content .sggd-btn--special .btn-text span {
    font-size: 0.7em;
  }
}

.sggd-wrapper .banner-section .banner-content .sggd-btn--special .arrow .left,
.scf-wrapper .banner-section .banner-content .sggd-btn--special .arrow .left {
  width: 8px;
  -webkit-transform: translateY(-5px) rotate(45deg);
          transform: translateY(-5px) rotate(45deg);
}

.sggd-wrapper .banner-section .banner-content .sggd-btn--special .arrow .right,
.scf-wrapper .banner-section .banner-content .sggd-btn--special .arrow .right {
  width: 8px;
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

.scf-wrapper {
  background: #fff;
}

.sggd-wrapper .carousel-banner,
.scf-wrapper .carousel-banner {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin: 0;
}

.sggd-wrapper .carousel-banner .banner-slider,
.scf-wrapper .carousel-banner .banner-slider {
  margin-bottom: 0;
}

.sggd-wrapper .carousel-banner .banner-slide,
.scf-wrapper .carousel-banner .banner-slide {
  cursor: pointer;
}

.sggd-wrapper .carousel-banner .slider-nav,
.scf-wrapper .carousel-banner .slider-nav {
  display: block;
  position: absolute;
  z-index: 10;
  top: -webkit-calc(50% - 1.2em);
  top: calc(50% - 1.2em);
}

.sggd-wrapper .carousel-banner .slider-nav span,
.scf-wrapper .carousel-banner .slider-nav span {
  color: white;
  display: block;
  font-family: 'icomoon';
  font-size: 1.2em;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
}

.sggd-wrapper .carousel-banner .slider-nav--next,
.scf-wrapper .carousel-banner .slider-nav--next {
  right: 20px;
}

@media (max-width: 766px) {
  .sggd-wrapper .carousel-banner .slider-nav--next,
  .scf-wrapper .carousel-banner .slider-nav--next {
    right: 0px;
  }
}

.sggd-wrapper .carousel-banner .slider-nav--prev,
.scf-wrapper .carousel-banner .slider-nav--prev {
  left: 20px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media (max-width: 766px) {
  .sggd-wrapper .carousel-banner .slider-nav--prev,
  .scf-wrapper .carousel-banner .slider-nav--prev {
    left: 0px;
  }
}

.sggd-wrapper .carousel-banner .banner-image,
.scf-wrapper .carousel-banner .banner-image {
  display: block;
  position: relative;
}

.sggd-wrapper .carousel-banner .banner-image img,
.scf-wrapper .carousel-banner .banner-image img {
  width: 100%;
  height: auto;
}

.sggd-wrapper .carousel-banner .banner-image .desktop-img,
.scf-wrapper .carousel-banner .banner-image .desktop-img {
  display: block;
}

@media (max-width: 766px) {
  .sggd-wrapper .carousel-banner .banner-image .desktop-img,
  .scf-wrapper .carousel-banner .banner-image .desktop-img {
    display: none;
  }
}

.sggd-wrapper .carousel-banner .banner-image .mobile-img,
.scf-wrapper .carousel-banner .banner-image .mobile-img {
  display: none;
}

@media (max-width: 766px) {
  .sggd-wrapper .carousel-banner .banner-image .mobile-img,
  .scf-wrapper .carousel-banner .banner-image .mobile-img {
    display: block;
  }
}

.sggd-wrapper .carousel-banner .banner-content,
.scf-wrapper .carousel-banner .banner-content {
  padding: 10px 50px;
  display: block;
  width: 100%;
  color: white;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sggd-wrapper .carousel-banner .banner-content.mobile-content,
.scf-wrapper .carousel-banner .banner-content.mobile-content {
  display: none;
}

@media (max-width: 766px) {
  .sggd-wrapper .carousel-banner .banner-content.mobile-content,
  .scf-wrapper .carousel-banner .banner-content.mobile-content {
    display: block;
  }
  .sggd-wrapper .carousel-banner .banner-content.mobile-content h1,
  .scf-wrapper .carousel-banner .banner-content.mobile-content h1 {
    font-size: 2rem;
  }
}

.sggd-wrapper .carousel-banner .banner-content.desktop-content,
.scf-wrapper .carousel-banner .banner-content.desktop-content {
  display: block;
}

@media (max-width: 766px) {
  .sggd-wrapper .carousel-banner .banner-content.desktop-content,
  .scf-wrapper .carousel-banner .banner-content.desktop-content {
    display: none;
  }
}

@media (max-width: 766px) {
  .sggd-wrapper .carousel-banner .banner-content,
  .scf-wrapper .carousel-banner .banner-content {
    padding: 30px;
  }
}

.sggd-wrapper .carousel-banner .banner-content .container,
.scf-wrapper .carousel-banner .banner-content .container {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.sggd-wrapper .carousel-banner .banner-content .banner-detail,
.scf-wrapper .carousel-banner .banner-content .banner-detail {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  padding-top: 5%;
  display: block;
}

.sggd-wrapper .carousel-banner .banner-content h1,
.scf-wrapper .carousel-banner .banner-content h1 {
  font-family: 'Avenir Light', sans-serif;
  font-size: 4.5rem;
  font-weight: 200;
  padding-bottom: 10px;
  margin: 0;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .sggd-wrapper .carousel-banner .banner-content h1,
  .scf-wrapper .carousel-banner .banner-content h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 766px) {
  .sggd-wrapper .carousel-banner .banner-content h1,
  .scf-wrapper .carousel-banner .banner-content h1 {
    font-size: 2.5rem;
    padding-bottom: 0;
  }
}

.sggd-wrapper .carousel-banner .banner-content p,
.scf-wrapper .carousel-banner .banner-content p {
  font-family: 'Avenir Roman', sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: white;
  line-height: 2rem;
  max-width: 520px;
  padding: 10px 0px;
}

@media (max-width: 766px) {
  .sggd-wrapper .carousel-banner .banner-content p,
  .scf-wrapper .carousel-banner .banner-content p {
    padding: 5px 0px;
    font-size: 1.5rem;
  }
}

@media (max-width: 766px) {
  .sggd-wrapper .carousel-banner .banner-content .sggd-btn--special .btn-text span,
  .scf-wrapper .carousel-banner .banner-content .sggd-btn--special .btn-text span {
    font-size: 0.7em;
  }
}

.sggd-wrapper .carousel-banner .banner-content .sggd-btn--special .arrow .left,
.scf-wrapper .carousel-banner .banner-content .sggd-btn--special .arrow .left {
  width: 8px;
  -webkit-transform: translateY(-5px) rotate(45deg);
          transform: translateY(-5px) rotate(45deg);
}

.sggd-wrapper .carousel-banner .banner-content .sggd-btn--special .arrow .right,
.scf-wrapper .carousel-banner .banner-content .sggd-btn--special .arrow .right {
  width: 8px;
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

.scf-wrapper {
  background: #fff;
}

.announcement-section {
  padding: 25px 0px;
  background-color: #ebebeb;
  max-height: 400px;
  overflow: hidden;
  position: relative;
  display: none;
}

.announcement-section h2 {
  padding-left: 40px;
  font-size: 2.5rem;
  padding-bottom: 5px;
  margin: 0;
  font-family: 'Avenir Roman', sans-serif;
}

@media (max-width: 766px) {
  .announcement-section h2 {
    padding-left: 0px;
    font-size: 2rem;
  }
}

.announcement-section .carousel-wrapper {
  padding: 0px 40px;
  display: block;
  position: relative;
  margin: 0;
}

@media (max-width: 766px) {
  .announcement-section .carousel-wrapper {
    padding: 0px;
  }
}

.announcement-section .announcement-prev-arrow, .announcement-section .announcement-next-arrow {
  display: block;
  border: none;
  z-index: 5;
  cursor: pointer;
  padding: 12px 10px;
  background: #157dc1;
  background: -webkit-gradient(linear, left top, right top, from(#39ac85), to(#157dc1)) !important;
  background: -webkit-linear-gradient(left, #39ac85, #157dc1) !important;
  background: linear-gradient(to right, #39ac85, #157dc1) !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.announcement-section .announcement-prev-arrow span, .announcement-section .announcement-next-arrow span {
  display: block;
  font-family: 'icomoon';
  color: white;
  font-size: 14px;
}

.announcement-section .announcement-prev-arrow {
  position: absolute;
  left: 60px;
  width: 30px;
  height: 45px;
  top: -webkit-calc(50% - 17.5px);
  top: calc(50% - 17.5px);
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.announcement-section .announcement-prev-arrow span {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 766px) {
  .announcement-section .announcement-prev-arrow {
    padding: 4px 0px;
    width: 50px;
    height: 30px;
    top: -webkit-calc(100% - 45px);
    top: calc(100% - 45px);
    left: -webkit-calc(100% - 52px);
    left: calc(100% - 52px);
  }
  .announcement-section .announcement-prev-arrow span {
    padding-left: 20px;
  }
}

.announcement-section .announcement-next-arrow {
  top: -webkit-calc(50% - 17.5px);
  top: calc(50% - 17.5px);
  position: absolute;
  right: 60px;
  width: 30px;
  height: 45px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 1;
}

@media (max-width: 766px) {
  .announcement-section .announcement-next-arrow {
    padding: 4px 0px;
    width: 50px;
    height: 30px;
    top: -webkit-calc(100% - 45px);
    top: calc(100% - 45px);
    right: 50px;
  }
  .announcement-section .announcement-next-arrow span {
    padding-left: 20px;
  }
}

.mediacard-section {
  padding: 60px 10px 0px 10px;
}

.interactive-section {
  background-color: white;
  padding: 50px 10px;
}

.interactive-section h2 {
  font-size: 5rem;
  font-weight: 200;
  margin: 0;
  padding: 20px 0px 40px 0px;
  font-family: 'Avenir Light', sans-serif;
}

@media (max-width: 766px) {
  .interactive-section h2 {
    font-size: 3rem;
    padding: 0 0 20px 0;
  }
}

.interactive-section p {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: 'Avenir Roman', sans-serif;
}

.interactive-section .col-6 {
  padding: 20px;
}

@media (max-width: 766px) {
  .interactive-section .col-6 {
    padding: 5px;
  }
}

.interactive-section .sggd-btn--standard .btn-text {
  padding-left: 5px !important;
}

.cta-section {
  overflow: hidden;
}

.cta-section .col-3 {
  padding: 0;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .cta-section .col-3 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .cta-section .col-3 {
    width: 100%;
  }
}

.cta-section .col-xs-12, .cta-section .col-sm-6, .cta-section .col-md-4 {
  padding: 0;
}

.testimonial-section {
  text-align: center;
  background-color: white;
}

.testimonial-section h3 {
  font-size: 5rem;
  padding: 35px 10px 20px 10px;
  color: black;
  font-family: 'Avenir Light', sans-serif;
  margin: 0;
  font-weight: 200;
}

@media (max-width: 766px) {
  .testimonial-section h3 {
    font-size: 3rem;
  }
}

.testimonial-section .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.testimonial-section .bg-image::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  position: absolute;
}

.testimonial-section .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover", 'object-fit: cover;';
}

.testimonial-section .content-wrapper {
  padding: 60px 10px;
}

.testimonial-section .carousel-arrow {
  display: block !important;
  position: absolute;
  cursor: pointer;
}

.testimonial-section .carousel-arrow span {
  font-family: 'icomoon';
  color: #6f368e;
  font-size: 2.4rem;
}

@media (max-width: 766px) {
  .testimonial-section .carousel-arrow span {
    font-size: 1.5rem;
  }
}

.testimonial-section .carousel-arrow--prev {
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.testimonial-section .carousel-arrow--next {
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  right: 10px;
}

@media (max-width: 766px) {
  .testimonial-section .carousel-arrow {
    display: block;
  }
}

.testimonial-section .testimonial-carousel {
  margin-bottom: 0;
}

.testimonial-slider-dots {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  text-align: center;
}

.testimonial-slider-dots li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 5px;
}

.testimonial-slider-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.testimonial-slider-dots li button:hover, .testimonial-slider-dots li button:focus {
  outline: none;
}

.testimonial-slider-dots li button:hover:before, .testimonial-slider-dots li button:focus:before {
  opacity: 1;
}

.testimonial-slider-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #777;
  opacity: 0.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.testimonial-slider-dots li.slick-active button:before {
  color: #6f368e;
  opacity: 0.75;
}

.showcase-section {
  padding: 60px 0px;
  background-color: white;
}

.showcase-section h4 {
  padding: 30px 10px;
  font-size: 5rem;
  font-family: 'Avenir Light', sans-serif;
  font-weight: 200;
  width: 80%;
  display: inline-block;
  margin: 0;
  line-height: 5rem;
}

@media (max-width: 766px) {
  .showcase-section h4 {
    font-size: 3rem;
    width: 100%;
  }
}

.showcase-section .col-4 {
  padding: 20px 10px;
}

.showcase-section .sggd-showcase-btn {
  margin-top: 40px;
  float: right;
}

@media (max-width: 766px) {
  .showcase-section .sggd-showcase-btn {
    display: none;
  }
}

.showcase-section .sggd-showcase-btn-mobile {
  margin-top: 10px;
  display: none;
}

@media (max-width: 766px) {
  .showcase-section .sggd-showcase-btn-mobile {
    display: inline-block;
  }
}

@media (max-width: 766px) {
  .detail-listing-section {
    height: 100%;
    padding-bottom: 30px;
  }
}

.detail-listing-section .col-4 {
  padding: 20px 10px;
}

body .event-form .scfForm fieldset {
  border: 0;
  padding: 0;
}

body .event-form .scfForm .scfSingleLineTextBorder,
body .event-form .scfForm .scfChecklistBorder {
  display: block;
  margin: 15px 0;
}

body .event-form .scfForm select,
body .event-form .scfForm input[type="text"],
body .event-form .scfForm input[type="email"],
body .event-form .scfForm input[type="number"],
body .event-form .scfForm input[type="date"] {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #dddddd;
  margin-bottom: 15px !important;
  font-size: 16px !important;
}

body .event-form .scfForm .scfSectionBorderAsFieldSet {
  margin: 0;
}

body .event-form .scfForm .scfSectionContent label,
body .event-form .scfForm .scfSectionContent .scfCheckBoxListLabel {
  padding: 0;
  display: inline-block;
  margin: 5px 0;
  color: #6f358d !important;
  font-family: 'Avenir Black', sans-serif;
}

body .event-form .scfForm .scfSectionContent .scfValidator {
  color: #EC1C29;
  display: block;
}

body .event-form .scfForm .scfSectionContent .scfRequired,
body .event-form .scfForm .scfSectionContent .scfValidatorRequired {
  left: -10px;
  top: 5px;
}

body .event-form .scfForm .scfSectionContent table {
  margin-bottom: 15px;
}

body .event-form .scfForm .scfSectionContent table td {
  padding: 2px 10px 2px 0;
}

body .event-form .scfForm .scfSectionContent select,
body .event-form .scfForm .scfSectionContent .scfSingleLineGeneralPanel,
body .event-form .scfForm .scfSectionContent .scfSingleEmailPanel {
  width: 100%;
  max-width: 600px;
}

body .event-form .scfForm .scfSectionContent input[type="checkbox"],
body .event-form .scfForm .scfSectionContent input[type="radio"] {
  margin: 7px 8px 0 0;
  vertical-align: top;
  display: inline-block;
}

body .event-form .scfForm .scfSectionContent input[type="checkbox"] + label,
body .event-form .scfForm .scfSectionContent input[type="radio"] + label {
  width: auto;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  display: inline-block;
  vertical-align: top;
  color: #000 !important;
  font-family: 'Avenir Roman';
  font-weight: normal;
}

body .event-form .scfForm .scfSectionContent .is-error select,
body .event-form .scfForm .scfSectionContent .is-error input[type="radio"],
body .event-form .scfForm .scfSectionContent .is-error input[type="checkbox"],
body .event-form .scfForm .scfSectionContent .is-error input[type="text"],
body .event-form .scfForm .scfSectionContent .is-error input[type="email"],
body .event-form .scfForm .scfSectionContent .is-error input[type="number"],
body .event-form .scfForm .scfSectionContent .is-error input[type="date"] {
  border-color: #EC1C29;
}

body .event-form .scfForm .scfSectionContent input[type="radio"],
body .event-form .scfForm .scfSectionContent input[type="checkbox"] {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  background: #fff;
  padding: 8px;
  display: inline-block;
  position: relative;
}

body .event-form .scfForm .scfSectionContent input[type="radio"]:checked,
body .event-form .scfForm .scfSectionContent input[type="checkbox"]:checked {
  border: 1px solid #ddd;
  background: #fff;
  color: #99a1a7;
}

body .event-form .scfForm .scfSectionContent input[type="radio"]:checked:after,
body .event-form .scfForm .scfSectionContent input[type="checkbox"]:checked:after {
  content: '\2714';
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 1px;
  left: 2px;
  color: #222;
  font-weight: bold;
}

body .event-form .scfForm .scfSectionContent .scfDropListLabel,
body .event-form .scfForm .scfSectionContent .scfEmailLabel,
body .event-form .scfForm .scfSectionContent .scfMultipleLineTextLabel,
body .event-form .scfForm .scfSectionContent .scfSingleLineTextLabel,
body .event-form .scfForm .scfSectionContent .scfPasswordLabel,
body .event-form .scfForm .scfSectionContent .scfNumberLabel,
body .event-form .scfForm .scfSectionContent .scfDatePickerLabel,
body .event-form .scfForm .scfSectionContent .scfDateLabel,
body .event-form .scfForm .scfSectionContent .scfRadioButtonListLabel,
body .event-form .scfForm .scfSectionContent .scfCheckBoxListLabel,
body .event-form .scfForm .scfSectionContent .scfListBoxLabel,
body .event-form .scfForm .scfSectionContent .scfFileUploadLabel,
body .event-form .scfForm .scfSectionContent .scfDateSelectorLabel,
body .event-form .scfForm .scfSectionContent .scfCreditCardLabel,
body .event-form .scfForm .scfSectionContent .scfConfirmPasswordLabel,
body .event-form .scfForm .scfSectionContent .scfCaptchaLabel,
body .event-form .scfForm .scfSectionContent .scfTelephoneLabel,
body .event-form .scfForm .scfSectionContent .scfSmsTelephoneLabel,
body .event-form .scfForm .scfSectionContent .scfEmailGeneralPanel,
body .event-form .scfForm .scfSectionContent .scfMultipleLineGeneralPanel,
body .event-form .scfForm .scfSectionContent .scfSingleLineGeneralPanel,
body .event-form .scfForm .scfSectionContent .scfPasswordGeneralPanel,
body .event-form .scfForm .scfSectionContent .scfNumberGeneralPanel,
body .event-form .scfForm .scfSectionContent .scfDatePickerGeneralPanel,
body .event-form .scfForm .scfSectionContent .scfDateGeneralPanel,
body .event-form .scfForm .scfSectionContent .scfRadioButtonListGeneralPanel,
body .event-form .scfForm .scfSectionContent .scfCheckBoxListGeneralPanel,
body .event-form .scfForm .scfSectionContent .scfFileUploadGeneralPanel,
body .event-form .scfForm .scfSectionContent .scfDateSelectorGeneralPanel,
body .event-form .scfForm .scfSectionContent .scfCreditCardGeneralPanel,
body .event-form .scfForm .scfSectionContent .scfConfirmPasswordGeneralPanel,
body .event-form .scfForm .scfSectionContent .scfCaptchaGeneralPanel,
body .event-form .scfForm .scfSectionContent .scfTelephoneGeneralPanel,
body .event-form .scfForm .scfSectionContent .scfSmsTelephoneGeneralPanel {
  float: none;
}

body .event-form .scfForm .scfSectionContent input[type="radio"] {
  border-radius: 50%;
}

body .event-form .scfForm .scfSectionContent input[type="checkbox"] {
  border-radius: 0;
}

body .event-form .scfForm .scfSubmitButton,
body .event-form .scfForm .cbtn {
  border-color: #6f368e;
  color: #6f368e;
}

body .event-form .scfForm .scfSubmitButton:hover,
body .event-form .scfForm .cbtn:hover {
  background: #6f368e;
  color: #fff;
}

body .event-form .scfForm .scfSubmitButton[disabled], body .event-form .scfForm .scfSubmitButton[disabled]:hover,
body .event-form .scfForm .cbtn[disabled],
body .event-form .scfForm .cbtn[disabled]:hover {
  border-color: #d7d7d7;
  background: #d7d7d7;
  color: #ebebeb;
}

body .event-form .scfForm .cbtn {
  margin-right: 5px;
  text-transform: uppercase;
}

body .event-form .scfForm .scfSubmitButtonBorder {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

body .event-form .scfForm .scfSubmitButton {
  border-color: #6f368e;
  color: #6f368e;
  padding: 7px 20px;
  display: none;
  border-radius: 0;
  font-size: 1.6rem;
  margin-right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  left: 0;
}

body .event-form button[type="submit"],
body .event-form input[type="submit"] {
  display: none;
}

.event-details {
  padding-bottom: 20px;
}

.event-form__tabs {
  margin: 0 0 20px;
}

.event-form__tab {
  width: 33.3%;
  float: left;
  text-align: center;
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  border-top: 4px solid #d7d7d7;
  padding: 15px 15px 5px;
  position: relative;
  overflow: hidden;
}

.event-form__tab:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 10px solid #d7d7d7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.event-form__tab .number {
  padding: 5px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #d7d7d7;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.event-form__tab.is-active {
  border-top-color: #6f368e;
  color: #6f368e;
  font-weight: bold;
}

.event-form__tab.is-active .number {
  background: #6f368e;
  color: #fff;
}

.event-form__tab.is-active:after {
  border-top-color: #6f368e;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.event-form__tab:hover:not([disabled]):before, .event-form__tab:focus:not([disabled]):before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.event-form__steps {
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  counter-reset: section;
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.event-form__step {
  display: inline-block;
  margin-right: 10px;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

.event-form__step:before {
  counter-increment: section;
  content: counter(section, decimal);
  padding: 5px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #d7d7d7;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.event-form__step.is-active:before {
  background: #6f368e;
  color: #fff;
}

.event-form__progress {
  margin: 20px 0 40px;
}

.progress__container {
  height: 5px;
  border-radius: 10px;
  background: #d7d7d7;
  display: block;
  margin: 10px 0;
  overflow: hidden;
}

.progress__value {
  display: block;
  width: 100%;
  background: #6f368e;
  height: 100%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scaleX(0.33);
          transform: scaleX(0.33);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.event-form__content {
  display: none;
}

.event-form__content.is-active {
  display: block;
}

.contact-section {
  padding: 50px 0;
}

.contact-section .title {
  font-family: "Avenir Roman", sans-serif;
  font-size: 2.5em;
}

@media (max-width: 766px) {
  .contact-section .title {
    font-size: 2em;
  }
}

.contact-wrapper:after {
  content: '';
  display: block;
  height: 10px;
  width: 100%;
  margin-top: 10px;
  background-image: url("/Cwp/assets/Imda/html/Imda/img/ui/film-pattern.png");
  background-repeat: repeat-x;
  background-position: top;
  background-size: auto 100%;
  background-color: #e2e2e2;
}

.contact-wrapper .contact__image {
  max-width: 24px;
  margin-right: 20px;
}

.contact-wrapper .contact__info {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  margin-bottom: 20px;
}

.contact-wrapper .contact__info.bigger {
  font-size: 1.25em;
}

.contact-wrapper .contact__info a {
  color: #000;
  font-weight: bold;
}

.contact__image,
.contact__info {
  display: inline-block;
  vertical-align: top;
}

.film-carousel {
  padding: 40px 0;
}

.film-carousel .title {
  font-size: 1.75em;
  font-family: "Avenir Black", sans-serif;
  color: #000;
  margin: 10px 0 20px;
}

.film-directory {
  padding: 40px 0;
}

.film-carousel + .film-directory {
  padding-top: 0;
}

.film-directory .title {
  font-size: 1.75em;
  font-family: "Avenir Black", sans-serif;
  color: #000;
  margin: 10px 0 20px;
  display: inline-block;
}

.film-directory__button {
  margin-bottom: 10px;
  float: right;
  margin-top: 10px;
}

@media (max-width: 766px) {
  .film-directory__button {
    float: none;
  }
}

.awards__list {
  list-style: none;
  padding: 10px;
  margin: 10px 0 20px;
  border: 2px dotted #ddd;
}

.awards__item {
  width: 50%;
  float: left;
  text-align: center;
  padding: 5px 10px;
  font-size: 0.875em;
}

.awards__item .title,
.awards__item .name {
  display: block;
  line-height: 1.2;
  margin: 5px 0;
}

.awards__item .name {
  text-transform: uppercase;
  font-weight: bold;
}

.film-gallery {
  margin-bottom: 40px;
}

.film-gallery .slick-arrow + div .slick-slide {
  padding: 0 10px;
}

.film-gallery .slick-prev,
.film-gallery .slick-next {
  width: 30px;
  top: 50%;
  background: transparent !important;
}

.film-gallery .slick-prev:before,
.film-gallery .slick-next:before {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}

.film-gallery .slick-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 766px) {
  .film-gallery .slick-prev {
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.film-gallery .slick-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media (max-width: 766px) {
  .film-gallery .slick-next {
    right: -20px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.film-gallery__item {
  position: relative;
  background: #eee;
  width: 50%;
  float: left;
  border: 5px solid #fff;
  display: block;
}

.film-gallery__item.slick-slide {
  margin: 0;
}

.film-gallery__item.slick-slide img {
  display: block;
}

.is-single .film-gallery__item {
  float: none;
  width: auto;
}

@media (max-width: 766px) {
  .film-gallery__item {
    width: 100%;
  }
}

.film-gallery__item:after {
  content: '';
  display: block;
  padding-top: 56%;
}

.film-gallery__item img {
  position: absolute;
  font-family: "object-fit:contain";
  object-fit: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.film-details a {
  color: #6f368e;
}

.film-details a:hover, .film-details a:focus {
  text-decoration: underline;
}

.film-details .info {
  margin: 1em 0;
}

.film-details .info .label {
  font-weight: bold;
  width: 150px;
  padding-right: 10px;
  text-align: right;
  color: #2a2a2a;
  font-size: 1em;
  height: 100%;
  overflow: hidden;
  white-space: normal;
}

.film-details .info .text {
  width: -webkit-calc(100% - 155px);
  width: calc(100% - 155px);
}

.film-details .info .label,
.film-details .info .text {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 766px) {
  .film-details .info .label,
  .film-details .info .text {
    display: block;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}

.film-details p:last-child {
  margin-bottom: 0;
}

.film-detail,
.film-gallery {
  padding: 10px 0 20px;
}

@media (min-width: 1025px) {
  .film-detail,
  .film-gallery {
    padding: 20px 0 40px;
  }
}

.film-detail__title,
.film-gallery__title,
.awards__title {
  font-size: 1.25em;
  margin: 20px 0 15px;
  line-height: 1.2;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.browsehappy {
  text-align: center;
  margin: 0;
  background: #fff8e2;
  color: #000;
  padding: 0.5em 0;
}

@media (min-width: 1025px) {
  .mobile-only {
    display: none;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 766px) {
  .hide-on-mobile {
    display: none;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Avenir Light', sans-serif;
  letter-spacing: 1.2px;
}

.sggd-article-img {
  width: 150px;
  height: 100px;
  float: left;
  padding-right: 20px;
  padding-bottom: 0px;
}

.sggd-article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover", 'object-fit: cover;';
}

.main-nav .wrapper a {
  font-size: 14px;
}

.scf-section,
.about-section {
  padding: 60px 0;
}

@media (max-width: 766px) {
  .scf-section,
  .about-section {
    padding: 30px 0;
  }
}

.scf-wrapper .container {
  padding-left: 20px;
  padding-right: 20px;
}

.scf-wrapper a {
  color: #6f368e;
}

.about-section {
  padding: 70px 0 50px;
  background-image: url("/Cwp/assets/Imda/html/Imda/img/ui/film-pattern.png");
  background-repeat: repeat-x;
  background-position: top;
  background-size: auto 40px;
  background-color: #f0f0f0;
}

.about-section .about__title {
  font-family: "Avenir Roman", sans-serif;
  font-size: 2.5em;
}

@media (max-width: 766px) {
  .about-section .about__title {
    font-size: 2em;
  }
}

.section-title .job {
  margin-left: 20px;
  padding-left: 20px;
  font-family: "Avenir Roman", sans-serif;
  display: inline-block;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 766px) {
  .section-title .job {
    margin-left: 15px;
    padding-left: 15px;
  }
}

.section-title .job:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  margin-right: 15px;
  background: #000;
}

.related-film {
  padding: 40px 0 10px;
}

.related-film__title {
  font-size: 1.5em;
  display: inline-block;
  margin: 0 0 10px;
}

.related-film__btn {
  float: right;
}

.widget-3-columns {
  margin: 30px 0 40px;
}

.widget-image-text .text {
  margin: 15px 0;
}

@media (min-width: 1025px) {
  .widget-image-text .image {
    width: 35%;
  }
  .widget-image-text .text {
    margin: 0;
    float: right;
    width: 65%;
    padding-left: 20px;
  }
}

@media (min-width: 1025px) {
  .widget-image-text--long-image .image {
    width: 55%;
  }
  .widget-image-text--long-image .text {
    float: right;
    width: 45%;
  }
}

.widget-image-text strong {
  font-size: 1.25em;
}

.profile__image {
  max-width: 400px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

@media (max-width: 766px) {
  .profile__image {
    display: block;
    margin: 0 auto 20px;
    float: none;
  }
}

.disclaimer {
  padding: 20px;
  background: #eef1f4;
  margin: 50px 0 20px;
}

.disclaimer > *:first-child {
  margin-top: 0;
}

.disclaimer > *:last-child {
  margin-bottom: 0;
}

.pika-table th,
.pika-table td {
  min-width: auto;
}

.pika-table .is-selected .pika-button,
.pika-table .pika-button:hover {
  border-radius: 0;
}

.pika-table tr + tr {
  border-top: 0;
}

.pika-table th,
.pika-table .pika-button {
  font-size: 0.75em;
}

/*# sourceMappingURL=style.css.map */
