/**
 * @package     Wordpress.Site
 * @subpackage  Templates.NoName
 *
 * @copyright   Copyright (C) 2020 NoName. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
/**
 * @package     Wordpress.Site
 * @subpackage  Templates.NoName
 *
 * @copyright   Copyright (C) 2020 NoName. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
.about-ins-section {
  background-color: #ffffff;
}

.about-ins-slider-wrap {
  position: relative;
}

.about-ins-slider .slick-list {
  margin: 0 -12px;
  overflow: hidden;
}
.about-ins-slider .slick-track {
  display: flex;
}
.about-ins-slider .slick-slide {
  height: auto;
}
.about-ins-slider .slick-slide > div {
  height: 100%;
}

.about-ins-slider__item {
  padding: 0 12px;
  height: 100%;
  margin-bottom: 24px;
}
.about-ins-slider__item:last-child {
  margin-bottom: 0;
}
.about-ins-slider__item .ins-card {
  height: 100%;
}

.about-ins-nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}
.about-ins-nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #0093a8;
  border-radius: 50%;
  background-color: #ffffff;
  color: #0093a8;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.about-ins-nav__btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}
.about-ins-nav__btn:hover {
  background-color: #0093a8;
  color: #ffffff;
}
.about-ins-nav__btn:disabled, .about-ins-nav__btn.slick-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.about-hero {
  position: relative;
  overflow: visible;
}
.about-hero__tabs-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transform: translateY(50%);
}

/*# sourceMappingURL=template.about.css.map*/