/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./project_src/assets/css/components/blocks/history.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* breaks and gaps */
/* Font sizes and weight user friendly callers */
/* Animations defaults */
/* figma defined font styles */
/* end figma defined font styles */
.history .title h6, .history .title h5, .history .title h4, .history .title h3, .history .title h2, .history .title h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

.history__content > *:nth-child(n+2) {
  padding-top: min(max(24px, 2.0833333333vw), 40px);
}

.history__content > *:nth-child(n+2).biggertext {
  padding-top: min(max(10px, 0.8333333333vw), 16px);
  margin-top: 0;
}
.history__content > *:nth-child(n+2).link {
  padding-top: min(max(40px, 4.1666666667vw), 80px);
}

.history .title h1 {
  margin: 0;
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.history .title h2 {
  margin: 0;
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.history .title h3 {
  margin: 0;
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.history .title h4 {
  margin: 0;
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.history .title h5 {
  margin: 0;
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.history .title h6 {
  margin: 0;
  font-size: min(max(32px, 3.3333333333vw), 64px);
}

.history .slider-scroll {
  padding-top: 16px;
}
.history .slider-scroll .swiper-scrollbar {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary-gray-02);
}
.history .slider-scroll .swiper-scrollbar .swiper-scrollbar-drag {
  height: 8px;
  margin-top: -4px;
  background-color: var(--color-primary-gray-02);
  border-radius: 8px;
}

.history .arrows {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.history .arrows .swiper-button-prev,
.history .arrows .swiper-button-next {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #808080;
  border-radius: 50%;
  cursor: pointer;
}
.history .arrows .swiper-button-prev.swiper-button-disabled,
.history .arrows .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.history .arrows .swiper-button-prev {
  background-image: url(../../../../../../themes/ei/assets/images/arrows/arrowleft.svg);
}
.history .arrows .swiper-button-next {
  background-image: url(../../../../../../themes/ei/assets/images/arrows/arrowright.svg);
}

/*
	Improved screen reader only CSS class
	@author Gaël Poupard
		@note Based on Yahoo!'s technique
		@author Thierry Koblentz
		@see https://www.cssmojo.com/hide-content-from-sighted-users/
	* 1.
		@note `clip` is deprecated but works everywhere
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip
	* 2.
		@note `clip-path` is the future-proof version, but not very well supported yet
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path
		@see http://caniuse.com/#search=clip-path
		@author Yvain Liechti
		@see https://twitter.com/ryuran78/status/778943389819604992
	* 3.
		@note preventing text to be condensed
		author J. Renée Beach
		@see https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
		@note Drupal 8 goes with word-wrap: normal instead
		@see https://www.drupal.org/node/2045151
		@see http://cgit.drupalcode.org/drupal/commit/?id=5b847ea
	* 4.
		@note !important is important
		@note Obviously you wanna hide something
		@author Harry Roberts
		@see https://csswizardry.com/2016/05/the-importance-of-important/
*/
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important; /* 3 */
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  clip-path: inset(50%) !important; /* 2 */
}

/*
	Use in conjunction with .sr-only to only display content when it's focused.
	@note Useful for skip links
	@see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
	@note Based on a HTML5 Boilerplate technique, included in Bootstrap
	@note Fixed a bug with position: static on iOS 10.0.2 + VoiceOver
		@author Sylvain Pigeard
		@see https://github.com/twbs/bootstrap/issues/20732
*/
.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

.history {
  overflow-x: clip;
}
.history .page-builder__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
.history__content {
  position: relative;
  z-index: 2;
  grid-column: 7/-2 !important;
}
@media only screen and (max-width: 1240px) {
  .history__content {
    grid-column: 1/-1 !important;
  }
}
@media only screen and (max-width: 768px) {
  .history__content {
    grid-column: 1/-1 !important;
  }
}
.history__slider {
  grid-column: 2/-1 !important;
}
@media only screen and (max-width: 1760px) {
  .history__slider {
    grid-column: 1/-1 !important;
  }
}
@media only screen and (max-width: 768px) {
  .history .arrows {
    display: none;
  }
}
.history .slider-inner {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .history .slider-inner {
    flex-direction: column;
    height: 100%;
  }
}
.history .slider-inner__image {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
}
@media only screen and (max-width: 768px) {
  .history .slider-inner__image {
    width: 100%;
    flex: 0 0 auto;
  }
}
.history .slider-inner__image img {
  aspect-ratio: 571/727;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  vertical-align: top;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  transition: all 1s;
}
.history .slider-inner__box {
  flex: 0 0 auto;
  padding: min(max(24px, 2.0833333333vw), 40px);
  width: 570px;
  border: 1px solid var(--color-grey-bg);
  border-top-right-radius: 16px;
}
@media only screen and (max-width: 1024px) {
  .history .slider-inner__box {
    width: 470px;
  }
}
@media only screen and (max-width: 768px) {
  .history .slider-inner__box {
    width: 100%;
    flex: 1 1 auto;
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
.history .slider-inner__title h1 {
  margin: 0;
  font-size: min(max(18px, 1.25vw), 24px);
  line-height: 1.1;
  font-weight: 700;
  transition: all 1s;
}
@media only screen and (max-width: 768px) {
  .history .slider-inner__title h1 {
    font-size: min(max(32px, 3.3333333333vw), 64px);
  }
}
.history .slider-inner__title h2 {
  margin: 0;
  font-size: min(max(18px, 1.25vw), 24px);
  line-height: 1.1;
  font-weight: 700;
  transition: all 1s;
}
@media only screen and (max-width: 768px) {
  .history .slider-inner__title h2 {
    font-size: min(max(32px, 3.3333333333vw), 64px);
  }
}
.history .slider-inner__title h3 {
  margin: 0;
  font-size: min(max(18px, 1.25vw), 24px);
  line-height: 1.1;
  font-weight: 700;
  transition: all 1s;
}
@media only screen and (max-width: 768px) {
  .history .slider-inner__title h3 {
    font-size: min(max(32px, 3.3333333333vw), 64px);
  }
}
.history .slider-inner__title h4 {
  margin: 0;
  font-size: min(max(18px, 1.25vw), 24px);
  line-height: 1.1;
  font-weight: 700;
  transition: all 1s;
}
@media only screen and (max-width: 768px) {
  .history .slider-inner__title h4 {
    font-size: min(max(32px, 3.3333333333vw), 64px);
  }
}
.history .slider-inner__title h5 {
  margin: 0;
  font-size: min(max(18px, 1.25vw), 24px);
  line-height: 1.1;
  font-weight: 700;
  transition: all 1s;
}
@media only screen and (max-width: 768px) {
  .history .slider-inner__title h5 {
    font-size: min(max(32px, 3.3333333333vw), 64px);
  }
}
.history .slider-inner__title h6 {
  margin: 0;
  font-size: min(max(18px, 1.25vw), 24px);
  line-height: 1.1;
  font-weight: 700;
  transition: all 1s;
}
@media only screen and (max-width: 768px) {
  .history .slider-inner__title h6 {
    font-size: min(max(32px, 3.3333333333vw), 64px);
  }
}
.history .slider-inner__text {
  padding-top: min(max(16px, 1.25vw), 24px);
}
.history .slider .swiper {
  overflow: visible;
}
.history .slider .swiper.swiper-initialized .swiper-slide {
  transition: all 1s;
}
.history .slider .swiper-slide {
  display: flex;
  align-items: flex-end;
  width: 71%;
  height: 344px;
  padding-right: 20%;
  opacity: 0;
}
@media only screen and (max-width: 1760px) {
  .history .slider .swiper-slide {
    padding-right: 18%;
  }
}
@media only screen and (max-width: 1536px) {
  .history .slider .swiper-slide {
    width: 86%;
  }
}
@media only screen and (max-width: 1240px) {
  .history .slider .swiper-slide {
    width: 100%;
    height: auto;
    padding-right: 24px;
  }
  .history .slider .swiper-slide.empty-slide {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .history .slider .swiper-slide {
    padding-right: 12px;
    padding-left: 12px;
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .history .slider .swiper-slide .slider-inner {
    transform: scale(0.5);
    will-change: transform;
    transition: all 1s;
  }
}
.history .slider .swiper-slide.swiper-slide-active, .history .slider .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.history .slider .swiper-slide.swiper-slide-active {
  padding-right: 24px;
}
@media only screen and (max-width: 768px) {
  .history .slider .swiper-slide.swiper-slide-active {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .history .slider .swiper-slide.swiper-slide-active .slider-inner {
    transform: scale(1);
  }
}
.history .slider .swiper-slide.swiper-slide-active .slider-inner__title h1 {
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.history .slider .swiper-slide.swiper-slide-active .slider-inner__title h2 {
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.history .slider .swiper-slide.swiper-slide-active .slider-inner__title h3 {
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.history .slider .swiper-slide.swiper-slide-active .slider-inner__title h4 {
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.history .slider .swiper-slide.swiper-slide-active .slider-inner__title h5 {
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.history .slider .swiper-slide.swiper-slide-active .slider-inner__title h6 {
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.history .slider-scroll {
  display: none;
}
.history .slider-scroll .swiper-scrollbar {
  background-color: var(--color-grey-bg);
}
.history .slider-scroll .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #808080;
}
@media only screen and (max-width: 768px) {
  .history .slider-scroll {
    display: block;
  }
}

/*# sourceMappingURL=history.min.css.map*/