/*! Flickity v1.0.0
 http://flickity.metafizzy.co
 ---------------------------------------------- */
.cb_ec43dcac6f5b492943968996e34a11b0 {
  /* draggable */
  /* ---- previous/next buttons ---- */
  /* right to left */
  /* color & size if no SVG - IE8 and Android 2.3 */
  /* ---- page dots ---- */ }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-enabled {
    position: relative; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-enabled:focus {
    outline: none; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-enabled.is-draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-prev-next-button:hover {
    background: white; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09f; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-prev-next-button:active {
    filter: alpha(opacity=60);
    /* IE8 */
    opacity: 0.6; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-prev-next-button.previous {
    left: 10px; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-prev-next-button.next {
    right: 10px; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-prev-next-button:disabled {
    filter: alpha(opacity=30);
    /* IE8 */
    opacity: 0.3;
    cursor: auto; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-prev-next-button .arrow {
    fill: #333; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-rtl .flickity-page-dots {
    direction: rtl; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #ddd;
    border-radius: 50%;
    /*filter: alpha(opacity=25); !* IE8 *!*/
    /*opacity: 0.25;*/
    cursor: pointer; }
  .cb_ec43dcac6f5b492943968996e34a11b0 .flickity-page-dots .dot.is-selected {
    background: #ff4040; }
