.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: initial;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.home .slider-section {
  padding: 0 0 16px;
}

.home .slider {
  position: relative;
}

.home .slider .glide__slides {
  margin: 0;
}

.home .slider .glide__slide {
  position: relative;
  max-height: 300px;
  background: #ffffff;
}

@media only screen and (max-width: 899px) {
  .home .slider .glide__slide {
    height: 270px;
  }
}

@media only screen and (max-width: 809px) {
  .home .slider .glide__slide {
    height: 240px;
  }
}

@media only screen and (max-width: 719px) {
  .home .slider .glide__slide {
    height: 210px;
  }
}

@media only screen and (max-width: 629px) {
  .home .slider .glide__slide {
    height: 180px;
  }
}

@media only screen and (max-width: 539px) {
  .home .slider .glide__slide {
    height: 150px;
  }
}

@media only screen and (max-width: 449px) {
  .home .slider .glide__slide {
    height: 120px;
  }
}

@media only screen and (max-width: 359px) {
  .home .slider .glide__slide {
    height: 90px;
  }
}

.home .slider .glide__slide .image {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 899px) {
  .home .slider .glide__slide .image {
    height: 100%;
    width: auto;
  }
}

.home .slider .glide__slide .poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.home .slider .glide__slide .cover {
  width: 100%;
  height: 100%;
  background: #ffffff no-repeat center center;
}

.home .slider .glide__arrow {
  cursor: pointer;
  padding: 0;
  border: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 8px 16px;
  margin-top: -9px;
  background-color: #0091EA;
  color: #fefefe;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 0;
}

@media only screen and (max-width: 899px) {
  .home .slider .glide__arrow {
    display: none;
  }
}

.home .slider .glide__arrow:before {
  font-size: 14px;
  font-weight: bold;
}

.home .slider .glide__arrow--left {
  left: 0;
}

.home .slider .glide__arrow--left:before {
  content: "<";
}

.home .slider .glide__arrow--right {
  right: 0;
}

.home .slider .glide__arrow--right:before {
  content: ">";
}

.home .slider .glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 1.5rem;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home .slider .glide__bullet {
  background: #bcbcbc;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  border: none;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  cursor: pointer;
  line-height: 0;
  margin: 0 .25em;
}

.home .slider .glide__bullet.glide__bullet--active {
  -webkit-box-shadow: 0 0 0 2px #f39c12;
          box-shadow: 0 0 0 2px #f39c12;
  background: transparent;
}

.home .products-section {
  padding: 0 16px 48px;
}

@media only screen and (max-width: 519px) {
  .home .products-section {
    padding: 0 0 48px;
  }
}

.home .products-section .panel {
  border: none;
}

.home .products-section .products {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home .products-section .products-offer {
  width: 70%;
  padding: 0 16px 0 0;
}

@media only screen and (max-width: 959px) {
  .home .products-section .products-offer {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 0;
  }
}

.home .products-section .products-offer .panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 8px;
}

.home .products-section .products-offer .product-offer-item {
  width: 33.33333333%;
  padding: 8px;
}

@media only screen and (max-width: 799px) {
  .home .products-section .products-offer .product-offer-item {
    width: 50%;
  }
}

@media only screen and (max-width: 512px) {
  .home .products-section .products-offer .product-offer-item {
    width: 100%;
  }
}

.home .products-section .products-offer .product-offer-item .pc-resume {
  height: 100%;
}

.home .products-section .products-offer .product-offer-item .pc-resume a {
  height: 100%;
}

.home .products-section .products-offer .product-offer-item .pc-resume .pc-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home .products-section .products-outstanding {
  width: 30%;
  padding: 0;
}

@media only screen and (max-width: 959px) {
  .home .products-section .products-outstanding {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 16px;
    width: 100%;
  }
}

.home .products-section .products-outstanding .panel-body {
  padding-top: 8px;
}

.home .products-section .products-outstanding .pc-resume-v .pc-cover {
  -webkit-box-shadow: 0 0 0 8px #FEF7EB inset;
          box-shadow: 0 0 0 8px #FEF7EB inset;
}

.home .products-section .products-outstanding .pc-resume-v .pc-body {
  background: #FEF7EB;
}

@media only screen and (max-width: 959px) {
  .home .products-section .products-outstanding .pc-resume-v .pc-cover {
    width: 30%;
  }

  .home .products-section .products-outstanding .pc-resume-v .pc-body {
    width: 70%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 519px) {
  .home .products-section .products-outstanding .pc-resume-v .pc-cover {
    width: 100%;
  }

  .home .products-section .products-outstanding .pc-resume-v .pc-body {
    width: 100%;
    padding: 8px;
  }
}

.home .help-calendar-section {
  padding: 0 16px 48px;
}

@media only screen and (max-width: 519px) {
  .home .help-calendar-section {
    padding: 0 0 48px;
  }
}

.home .help-calendar-section .help-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home .help-calendar-section .help-calendar .help-center {
  width: 40%;
  padding: 0 16px 0 0;
}

@media only screen and (max-width: 899px) {
  .home .help-calendar-section .help-calendar .help-center {
    width: 100%;
    padding: 0 0 16px;
  }
}

.home .help-calendar-section .help-calendar .help-center .panel {
  border: none;
}

.home .help-calendar-section .help-calendar .help-center .panel .panel-body {
  padding: 8px 0;
}

.home .help-calendar-section .help-calendar .help-center .panel .panel-body .help-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 248px;
  max-width: 580px;
}

@media only screen and (max-width: 536px) {
  .home .help-calendar-section .help-calendar .help-center .panel .panel-body .help-options .help-col {
    width: 30%;
  }
}

.home .help-calendar-section .help-calendar .help-center .panel .panel-body .help-options .help-col:hover {
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.25);
}

.home .help-calendar-section .help-calendar .help-center .panel .panel-body .help-options .help-col a {
  display: block;
}

.home .help-calendar-section .help-calendar .help-center .panel .panel-body .help-options .help-col img {
  display: block;
  height: 200px;
  width: auto;
  max-width: 100%;
}

@media only screen and (max-width: 1100px) {
  .home .help-calendar-section .help-calendar .help-center .panel .panel-body .help-options .help-col img {
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 536px) {
  .home .help-calendar-section .help-calendar .help-center .panel .panel-body .help-options .help-col img {
    height: auto;
    width: 100%;
  }
}

.home .help-calendar-section .help-calendar .help-center .panel .panel-footer {
  text-align: center;
  padding-top: 8px;
}

.home .help-calendar-section .help-calendar .help-center .panel .panel-footer .btn-block {
  max-width: 412px;
  margin: 0 auto;
}

.home .help-calendar-section .help-calendar .calendar {
  width: 60%;
  padding: 0 0 0 16px;
}

@media only screen and (max-width: 899px) {
  .home .help-calendar-section .help-calendar .calendar {
    width: 100%;
    padding: 0;
  }
}

.home .help-calendar-section .help-calendar .calendar .panel {
  border: none;
}

.home .help-calendar-section .help-calendar .calendar .panel .panel-subtitle {
  float: right;
  font-style: italic;
}

.home .help-calendar-section .help-calendar .calendar .panel .panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-top: 8px;
}

.home .help-calendar-section .help-calendar .calendar .panel .panel-body .calendar-plugin {
  width: 50%;
  padding-right: 8px;
  border-right: 1px solid #696969;
}

@media only screen and (max-width: 529px) {
  .home .help-calendar-section .help-calendar .calendar .panel .panel-body .calendar-plugin {
    width: 100%;
    padding: 0 8px 16px;
    border: none;
  }
}

.home .help-calendar-section .help-calendar .calendar .panel .panel-body .calendar-plugin .pika-lendar {
  margin: 0 auto 16px;
}

.home .help-calendar-section .help-calendar .calendar .panel .panel-body .calendar-plugin .pika-lendar .pika-title .pika-label {
  z-index: 1;
}

.home .help-calendar-section .help-calendar .calendar .panel .panel-body .calendar-events {
  width: 50%;
  padding-left: 8px;
}

@media only screen and (max-width: 529px) {
  .home .help-calendar-section .help-calendar .calendar .panel .panel-body .calendar-events {
    width: 100%;
    padding: 0 8px;
  }
}

.home .help-calendar-section .help-calendar .calendar .panel .panel-body .calendar-events .calendar-date {
  text-align: center;
  text-transform: capitalize;
  background: #d6eaf7;
  font-weight: bold;
  padding: 4px 12px;
}

.home .help-calendar-section .help-calendar .calendar .panel .panel-body .calendar-events .calendar-events-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home .help-calendar-section .help-calendar .calendar .panel .panel-body .calendar-events .calendar-event {
  display: block;
  padding: 4px 8px;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #dedede;
}

.home .help-calendar-section .help-calendar .calendar .panel .panel-body .calendar-events .calendar-event:hover {
  background: #efefef;
}

.home .help-calendar-section .help-calendar .calendar .panel .panel-body .calendar-events .calendar-event .event-name {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home .help-calendar-section .help-calendar .calendar .panel .panel-body .calendar-events .calendar-event .event-location {
  display: block;
  color: #0091EA;
  font-size: 12px;
}

.home .brands-section {
  padding: 0 16px 48px;
}

@media only screen and (max-width: 519px) {
  .home .brands-section {
    padding: 0 0 48px;
    display: none;
  }
}

.home .brands-section .panel {
  border: none;
}

.home .brands-section .panel-header {
  padding: 0;
}

.home .brands-section .panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home .brands-section .panel-body.brands-primary {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home .brands-section .brand {
  width: 10%;
  padding: 8px;
  text-align: center;
}

.home .brands-section .brand.big {
  width: 12.5%;
}

.home .brands-section .brand.big img {
  max-width: 120px;
}

@media only screen and (max-width: 999px) {
  .home .brands-section .brand {
    width: 12.5%;
  }

  .home .brands-section .brand.big {
    padding: 8px 2px;
  }
}

@media only screen and (max-width: 779px) {
  .home .brands-section .brand {
    width: 16.66666667%;
  }

  .home .brands-section .brand.big {
    width: 16.66666667%;
  }
}

@media only screen and (max-width: 549px) {
  .home .brands-section .brand {
    width: 25%;
  }

  .home .brands-section .brand.big {
    width: 25%;
  }
}

@media only screen and (max-width: 365px) {
  .home .brands-section .brand {
    width: 33.33333333%;
  }
}

.home .brands-section .brand img {
  width: 100%;
  max-width: 80px;
  height: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.home .brands-section .brand img:hover {
  -webkit-filter: none;
          filter: none;
}

