.hero-home-define__slider {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.hero-home-define .content {
  width: 100%;
}

.hero-home-define__slide {
  width: calc(100vw - var(--container-left)/2)
}

.hero-home-define__slide .hero-home-define__text {
  width: 76%
}

@media screen and (max-width: 767px) {
  .hero-home-define__slide .hero-home-define__text {
    width: initial
  }
}

.hero-home-define__slide .logo {
  height: 2.25vw;
  width: auto
}

@media screen and (max-width: 767px) {
  .hero-home-define__slide .logo {
    height: 12.5vmin
  }
}

.hero-home-define__slide svg {
  height: 1.5vw;
  width: auto
}

@media screen and (max-width: 767px) {
  .hero-home-define__slide svg {
    height: 5vmin
  }
}

.hero-home-define__slide svg path,
.hero-home-define__slide svg circle,
.hero-home-define__slide svg rect,
.hero-home-define__slide svg polygon,
.hero-home-define__slide svg text {
  fill: #fff !important
}

@media screen and (max-width: 767px) {
  .hero-home-define__slider {
  }
}

.hero-home-define .container-mid {
  width: 100% !important;
  flex-shrink: 1;
  padding: 0 calc(var(--container-left)/4);
  position: relative;
}

@media screen and (max-width: 767px) {
  .hero-home-define .container-mid {
    padding: 20vmin 10vmin 0
  }
}

.hero-home-define .content__mid {
  height: 100%;
  margin-top: 0;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .hero-home-define .content__mid {
    margin-left: 0 !important;
    padding: 0
  }
}

.hero-home-define .content {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .hero-home-define .content .item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 15vmin
  }
}

.hero-home-define .content .item .title {
  margin-top: 0 !important;
  font-size: 3rem;
  line-height: 4.5rem !important
}

@media screen and (max-width: 767px) {
  .hero-home-define .content .item .title {
    font-size: 8.66vmin !important;
    line-height: 12vmin !important;
    text-align: center
  }
}

.hero-home-define .content .item .hero-home-define__text {
  font-size: 1.35rem;
  margin-top: .9vw
}

@media screen and (max-width: 767px) {
  .hero-home-define .content .item .hero-home-define__text {
    display: none
  }
}

.hero-home-define .content .item .CEO {
  position: absolute !important;
  right: 0;
  margin-top: 0 !important;
  top: 22vw !important;
  bottom: initial !important
}

@media screen and (max-width: 767px) {
  .hero-home-define .content .item .CEO {
    bottom: 1.5vmin !important;
    top: initial !important
  }
}

.hero-home-define__slider .slick-slide>div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0
}

@media screen and (max-width: 767px) {
  .hero-home-define__slider .slick-slide>div {
    /* align-items: flex-start */
  }
}

.hero-home-define .slider-arrows {
  padding: 0 !important;
}

.hero-home-define .slider-arrows .arrow .arrowSvg circle {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 1px;
  stroke: #4349DE;
  stroke-opacity: .2;
  transition: all .25s ease-in-out
}

.hero-home-define .slider-arrows .arrow .arrowSvg path {
  fill: none;
  stroke-width: 1.5px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke: #4349DE
}

.hero-home-define .slider-arrows .arrow .arrowArrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3D(-50%, -50%, 0);
  width: 1.05vw;
  height: 1.05vw;
}

@media screen and (max-width: 769px) {
  .hero-home-define .slider-arrows .arrow .arrowArrow {
    width: 16px;
    height: 16px;
  }
}

.hero-home-define .slider-arrows .arrow .arrowArrow path {
  fill: #4349DE;
  stroke: none
}

.hero-home-define__right-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.hero-home-define__counter {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-align: left;
}

@media screen and (max-width: 478px) {
  .hero-home-define__slider-dots {
    display: none !important;
  }
}

.hero-home-define__slider-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin-right: 1.05rem;
  margin-bottom: 0;
  height: 1.18rem;
  width: 1rem;
}

.hero-home-define__slider-dots li .hero-home-define__circle {
  display: block;
  background: #CBCFDE;
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  visibility: visible;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.hero-home-define svg .pathW {
  stroke: #4349DE;
}

.hero-home-define__slider-dots li .number .line {
  overflow: hidden
}

.hero-home-define__slider-dots li.slick-active {
  pointer-events: none
}

.hero-home-define__slider-dots li.slick-active .hero-home-define__circle {
  background: #4349DE;
  width: 9px;
  height: 9px;
}

@media screen and (max-width: 767px) {
  .hero-home-define__slider-dots.no-logo {
    margin-top: 5.5rem
  }
}

/* .hero-home-define .slider-img {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden
}

.hero-home-define .slider-img .item {
  width: 100%;
  width: 100%;
  height: 100.1%;
  position: absolute
}

.hero-home-define .slider-img .item.hidden {
  display: none
}

.hero-home-define .slider-img .item.slider-mask {
  clip-path: url(#slider-clipping);
  z-index: 2;
  position: absolute;
  display: block
}

.hero-home-define .slider-img .item img {
  width: 100%;
  height: 100%;
  object-fit: cover
} */

/* @media screen and (max-width: 767px) {
  .hero-home-define .slider-img .item img.mobileHidden {
    display: none
  }
} */

/*
 * -- News & Blog filter
 */

.filter-dropdown-wrapper {
  position: relative;
  margin-right: 20px;
}

.filter-capsule {
  display: inline-block;
  padding: 12px 22px;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  text-align: center;
  text-decoration: none;
}

.filter-capsule,
.filter-dropdown,
.select2-container--default .select2-selection--single,
.select2-dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  gap: 10px;
  color: var(--c-bg-2);
  border: 1px solid var(--c-bg-2);
  font-weight: 600;
  appearance: none;
  height: auto;
  background: #fff;
  overflow: hidden;
  line-height: 0;
}

.select2-results {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .filter-capsule,
  .filter-dropdown,
  .select2-container--default .select2-selection--single,
  .select2-dropdown {
    gap: 8px;
  }
}

.filter-dropdown option,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-results__option,
.filter-capsule__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: var(--c-bg-2);
  font-weight: 600;
  text-transform: uppercase;
  text-overflow: unset;
}

.filter-dropdown option,
.select2-results__option {
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.015em;
  text-align: left;
}

.filter-dropdown option {
  padding: 12px 22px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 12px 0;
}

.select2-results__option {
  padding: 12px 22px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  /* position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%); */
  position: relative;
  top: auto;
  right: auto;
  width: 11px;
  height: 8px;
}

@media screen and (max-width: 767px) {
  .filter-capsule,
  .filter-dropdown,
  .select2-container--default .select2-selection--single,
  .select2-dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "";
  display: block;
  width: 11px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.74072L9.94457 0.703369L5.5369 5.20364L1.03663 0.795963L0 1.87021L5.57381 7.29642L11 1.74072Z' fill='%233956D4'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  border-bottom: none;
}

.select2-container {
  min-width: 108px;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

@media screen and (max-width: 767px) {
    .filter-dropdown option {
        /* font-size: 1.6rem; */
        padding: 1.5vmin 3.5vmin;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        /* font-size: 1.6rem; */
        padding: 0;
    }

    .select2-results__option {
        /* font-size: 1.6rem; */
        /* padding: 1.5vmin 3.5vmin; */
        padding: 8px 22px;
    }

    .select2-container--default .select2-results>.select2-results__options {
      padding-bottom: 8px;
    }
}

