@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    position: absolute;
    bottom: -100px;
    display: block;
    width: 44px;
    height: 44px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    /*color: transparent;
    outline: none;
    background: 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: .1;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  /*
  opacity: .75;
  color: white;*/

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
  left: 45%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='18' cy='18' r='18' stroke='%23FFDE00' stroke-width='2'/%3E%3Cpath fill='%232C2C2C' fill-opacity='.50294' fill-rule='nonzero' d='M12.51184 18.83333H25.5c.46024 0 .83333-.3731.83333-.83333 0-.46024-.3731-.83333-.83333-.83333H12.51184l5.29596-5.29596c.32544-.32542.32544-.85306 0-1.1785-.32543-.32543-.85307-.32543-1.1785 0l-6.71856 6.71855c-.1627.16272-.24407.376-.24407.58926 0 .21328.08136.42655.24407.58927l6.71855 6.71854c.32542.32545.85306.32545 1.1785 0 .32543-.32542.32543-.85306 0-1.1785l-5.29597-5.29596z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.slick-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38'%3E%3Cg fill='%23FFDE00' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='18' cy='18' r='18' stroke='%23FFDE00' stroke-width='2'/%3E%3Cpath fill='%232C2C2C' fill-opacity='.8' fill-rule='nonzero' d='M12.51184 18.83333H25.5c.46024 0 .83333-.3731.83333-.83333 0-.46024-.3731-.83333-.83333-.83333H12.51184l5.29596-5.29596c.32544-.32542.32544-.85306 0-1.1785-.32543-.32543-.85307-.32543-1.1785 0l-6.71856 6.71855c-.1627.16272-.24407.376-.24407.58926 0 .21328.08136.42655.24407.58927l6.71855 6.71854c.32542.32545.85306.32545 1.1785 0 .32543-.32542.32543-.85306 0-1.1785l-5.29597-5.29596z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

button.slick-prev.slick-arrow.slick-disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='18' cy='18' r='18' stroke='%232C2C2C' stroke-opacity='.3' stroke-width='2'/%3E%3Cpath fill='%232C2C2C' fill-opacity='.3' fill-rule='nonzero' d='M12.51184 18.83333H25.5c.46024 0 .83333-.3731.83333-.83333 0-.46024-.3731-.83333-.83333-.83333H12.51184l5.29596-5.29596c.32544-.32542.32544-.85306 0-1.1785-.32543-.32543-.85307-.32543-1.1785 0l-6.71856 6.71855c-.1627.16272-.24407.376-.24407.58926 0 .21328.08136.42655.24407.58927l6.71855 6.71854c.32542.32545.85306.32545 1.1785 0 .32543-.32542.32543-.85306 0-1.1785l-5.29597-5.29596z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  opacity: .4;
  cursor: default;
}

[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    /*content: '←';*/
}
[dir='rtl'] .slick-prev:before
{
    /*content: '→';*/
}

.slick-next
{
  right: 45%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='18' cy='18' r='18' stroke='%23FFDE00' stroke-width='2'/%3E%3Cpath fill='%232C2C2C' fill-opacity='.50294' fill-rule='nonzero' d='M23.48816 18.83333H10.5c-.46024 0-.83333-.3731-.83333-.83333 0-.46024.3731-.83333.83333-.83333h12.98816L18.1922 11.8707c-.32544-.32543-.32544-.85307 0-1.1785.32543-.32544.85307-.32544 1.1785 0l6.71856 6.71854c.1627.16272.24407.376.24407.58926 0 .21327-.08136.42654-.24407.58926L19.3707 25.3078c-.32543.32544-.85307.32544-1.1785 0-.32544-.32543-.32544-.85307 0-1.1785l5.29596-5.29597z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.slick-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38'%3E%3Cg fill='%23FFDE00' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='18' cy='18' r='18' stroke='%23FFDE00' stroke-width='2'/%3E%3Cpath fill='%232C2C2C' fill-opacity='.8' fill-rule='nonzero' d='M23.48816 18.83333H10.5c-.46024 0-.83333-.3731-.83333-.83333 0-.46024.3731-.83333.83333-.83333h12.98816L18.1922 11.8707c-.32544-.32543-.32544-.85307 0-1.1785.32543-.32544.85307-.32544 1.1785 0l6.71856 6.71854c.1627.16272.24407.376.24407.58926 0 .21327-.08136.42654-.24407.58926L19.3707 25.3078c-.32543.32544-.85307.32544-1.1785 0-.32544-.32543-.32544-.85307 0-1.1785l5.29596-5.29597z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

button.slick-next.slick-arrow.slick-disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='18' cy='18' r='18' stroke='%232C2C2C' stroke-opacity='.2' stroke-width='2'/%3E%3Cpath fill='%232C2C2C' fill-opacity='.2' fill-rule='nonzero' d='M23.48816 18.83333H10.5c-.46024 0-.83333-.3731-.83333-.83333 0-.46024.3731-.83333.83333-.83333h12.98816L18.1922 11.8707c-.32544-.32543-.32544-.85307 0-1.1785.32543-.32544.85307-.32544 1.1785 0l6.71856 6.71854c.1627.16272.24407.376.24407.58926 0 .21327-.08136.42654-.24407.58926L19.3707 25.3078c-.32543.32544-.85307.32544-1.1785 0-.32544-.32543-.32544-.85307 0-1.1785l5.29596-5.29597z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  opacity: .4;
  cursor: default;
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    /*content: '→';*/
}
[dir='rtl'] .slick-next:before
{
    /*content: '←';*/
}

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

.slick-dots
{
    position: absolute;
    bottom: 25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: red;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}













.slick-prev2
{
  left: 45%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='18' cy='18' r='18' stroke='%23FFDE00' stroke-width='2'/%3E%3Cpath fill='%232C2C2C' fill-opacity='.50294' fill-rule='nonzero' d='M12.51184 18.83333H25.5c.46024 0 .83333-.3731.83333-.83333 0-.46024-.3731-.83333-.83333-.83333H12.51184l5.29596-5.29596c.32544-.32542.32544-.85306 0-1.1785-.32543-.32543-.85307-.32543-1.1785 0l-6.71856 6.71855c-.1627.16272-.24407.376-.24407.58926 0 .21328.08136.42655.24407.58927l6.71855 6.71854c.32542.32545.85306.32545 1.1785 0 .32543-.32542.32543-.85306 0-1.1785l-5.29597-5.29596z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.slick-prev2:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38'%3E%3Cg fill='%23FFDE00' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='18' cy='18' r='18' stroke='%23FFDE00' stroke-width='2'/%3E%3Cpath fill='%232C2C2C' fill-opacity='.8' fill-rule='nonzero' d='M12.51184 18.83333H25.5c.46024 0 .83333-.3731.83333-.83333 0-.46024-.3731-.83333-.83333-.83333H12.51184l5.29596-5.29596c.32544-.32542.32544-.85306 0-1.1785-.32543-.32543-.85307-.32543-1.1785 0l-6.71856 6.71855c-.1627.16272-.24407.376-.24407.58926 0 .21328.08136.42655.24407.58927l6.71855 6.71854c.32542.32545.85306.32545 1.1785 0 .32543-.32542.32543-.85306 0-1.1785l-5.29597-5.29596z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

button.slick-prev2.slick-arrow.slick-disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='18' cy='18' r='18' stroke='%232C2C2C' stroke-opacity='.3' stroke-width='2'/%3E%3Cpath fill='%232C2C2C' fill-opacity='.3' fill-rule='nonzero' d='M12.51184 18.83333H25.5c.46024 0 .83333-.3731.83333-.83333 0-.46024-.3731-.83333-.83333-.83333H12.51184l5.29596-5.29596c.32544-.32542.32544-.85306 0-1.1785-.32543-.32543-.85307-.32543-1.1785 0l-6.71856 6.71855c-.1627.16272-.24407.376-.24407.58926 0 .21328.08136.42655.24407.58927l6.71855 6.71854c.32542.32545.85306.32545 1.1785 0 .32543-.32542.32543-.85306 0-1.1785l-5.29597-5.29596z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  opacity: .4;
  cursor: default;
}

[dir='rtl'] .slick-prev2
{
    right: 25px;
    left: auto;
}
.slick-prev2:before
{
    /*content: '←';*/
}
[dir='rtl'] .slick-prev2:before
{
    /*content: '→';*/
}

.slick-next2
{
  right: 45%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='18' cy='18' r='18' stroke='%23FFDE00' stroke-width='2'/%3E%3Cpath fill='%232C2C2C' fill-opacity='.50294' fill-rule='nonzero' d='M23.48816 18.83333H10.5c-.46024 0-.83333-.3731-.83333-.83333 0-.46024.3731-.83333.83333-.83333h12.98816L18.1922 11.8707c-.32544-.32543-.32544-.85307 0-1.1785.32543-.32544.85307-.32544 1.1785 0l6.71856 6.71854c.1627.16272.24407.376.24407.58926 0 .21327-.08136.42654-.24407.58926L19.3707 25.3078c-.32543.32544-.85307.32544-1.1785 0-.32544-.32543-.32544-.85307 0-1.1785l5.29596-5.29597z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.slick-next2:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38'%3E%3Cg fill='%23FFDE00' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='18' cy='18' r='18' stroke='%23FFDE00' stroke-width='2'/%3E%3Cpath fill='%232C2C2C' fill-opacity='.8' fill-rule='nonzero' d='M23.48816 18.83333H10.5c-.46024 0-.83333-.3731-.83333-.83333 0-.46024.3731-.83333.83333-.83333h12.98816L18.1922 11.8707c-.32544-.32543-.32544-.85307 0-1.1785.32543-.32544.85307-.32544 1.1785 0l6.71856 6.71854c.1627.16272.24407.376.24407.58926 0 .21327-.08136.42654-.24407.58926L19.3707 25.3078c-.32543.32544-.85307.32544-1.1785 0-.32544-.32543-.32544-.85307 0-1.1785l5.29596-5.29597z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

button.slick-next2.slick-arrow.slick-disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='18' cy='18' r='18' stroke='%232C2C2C' stroke-opacity='.2' stroke-width='2'/%3E%3Cpath fill='%232C2C2C' fill-opacity='.2' fill-rule='nonzero' d='M23.48816 18.83333H10.5c-.46024 0-.83333-.3731-.83333-.83333 0-.46024.3731-.83333.83333-.83333h12.98816L18.1922 11.8707c-.32544-.32543-.32544-.85307 0-1.1785.32543-.32544.85307-.32544 1.1785 0l6.71856 6.71854c.1627.16272.24407.376.24407.58926 0 .21327-.08136.42654-.24407.58926L19.3707 25.3078c-.32543.32544-.85307.32544-1.1785 0-.32544-.32543-.32544-.85307 0-1.1785l5.29596-5.29597z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  opacity: .4;
  cursor: default;
}

[dir='rtl'] .slick-next2
{
    right: auto;
    left: 25px;
}
.slick-next2:before
{
    /*content: '→';*/
}
[dir='rtl'] .slick-nex2t:before
{
    /*content: '←';*/
}
