.splide.jobs .splide__track {
	overflow: visible;
	position: relative;
}
.splide.jobs .splide__pagination {
	bottom: -2.5em;
}
.splide.jobs .splide__pagination__page.is-active {
	background: #1f2c47;
}
.splide.jobs .splide__slide {
	transition: width 0.3s ease;
	width: 100%;
	border-radius: 12px;
	padding: 1rem;
	margin-right: 2rem;
}
.splide.jobs .splide__slide {
	overflow: hidden;
  width: 100%;
  transition: .3s ease-in-out;
  box-shadow: rgb(0 0 0 / 5%) 0px 1px 4px;
  /* background: linear-gradient(45deg, rgb(222 255 254 / 35%) 0%, rgb(255 255 255 / 53%) 34%) */
}

.splide.jobs .splide__slide.is-active {
  /**background: linear-gradient(45deg, rgb(255 255 255 / 35%) 100%, rgb(255 255 255 / 35%) 100%) */
}
.splide.jobs .splide__slide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, rgb(222 255 254 / 35%) 0%, rgb(255 255 255 / 53%) 34%);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	opacity: 1;
  z-index: -1;
}
/* Active style */
.splide.jobs .splide__slide::after {
	content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, rgb(255 255 255 / 35%) 100%, rgb(255 255 255 / 35%) 100%);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	opacity: 0;
  z-index: -1;
}
.splide.jobs .splide__slide.is-active::before,
.splide.jobs .splide__slide:hover::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, rgb(222 255 254 / 35%) 0%, rgb(255 255 255 / 53%) 34%);
	opacity: 0;
  z-index: -1;
}
.splide.jobs .splide__slide.is-active::after,
.splide.jobs .splide__slide:hover::before {
	content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, rgb(255 255 255 / 35%) 100%, rgb(255 255 255 / 35%) 100%);
	opacity: 1;
  z-index: -1;
}
.splide.jobs .splide__slide .job {
	display: flex;
	height: 100%;
}
.splide.jobs .splide__slide .job a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	height: 100%;
}
.splide.jobs .splide__slide .job h4 {
	text-decoration: none;
	color: #0F9E99;
	font-size: 1.3rem;
	margin-top: 0;
	flex: 3;
}
.splide.jobs .splide__slide .job p {
	flex: 2;
}
.splide.jobs .splide__slide .job img {
	width: 100%;
  max-height: 100px;
  object-fit: contain;
  object-position: left;
  margin-bottom: 2rem;
}
.splide.jobs .splide__slide .job button.button-atom {
	background: transparent;
}
.splide.jobs .splide__slide .job button.button-atom::after {
	left: 14px!important;
	top: 16px;
	right: unset!important;
}
.splide.jobs .splide__slide .job button.button-atom::before {
	left: 6px!important;
	right: unset!important;
}
.splide.jobs .splide__slide .job:hover button::before {
	transform: scale(11)!important;
}
.splide.jobs .splide__slide .job:hover .button-atom__text{
	color: #0F9E99!important;
}
.splide.jobs .splide__slide .job .button-atom__text {
	margin-left: 25px;
	margin-right: 0px;
	color: #000;
}
.splide.jobs .splide__arrow--prev {
	display: none!important;
}
.splide.jobs .splide__arrow--next {
	right: -20px!important;
	width: 40px!important;
	height: 40px!important;
	background: #0f9e99!important;
	opacity: 1!important;
	box-shadow: rgb(90 99 103) 0px 0px 12px -1px;
}
.splide.jobs .splide__arrow svg {
	fill: #fff!important;
	height: 14px!important;
	width: 14px!important;
}
.tab-wrapper {
	position: relative;
}
.tab-wrapper::after {
	content: '';
	width: 100vw;
	height: 100%;
	background: red;
	opacity: 0;
	pointer-events: none;
	right: 0;
	top: 0;
	z-index: 999;
}
.carousel-container .section-container {
	position: relative;
}
.carousel-container .section-container::after {
	content: '';
	position: absolute;
	top: 0;
	right: -100vw;
	height: 100%;
	width: calc(100vw - 18%);
	background: #f0f4fa;
	z-index: 1;
}
body.home .splide__track::before {
	content: '';
	background: #e9eff2;
	z-index: 999;
	position: absolute;
	width: 100vw;
	height: 102%;
	left: -100vw;
	top: -1%;
}
body.home .splide__track::after {
    content: '';
    z-index: 999;
    position: absolute;
    top: 0;
    right: -35%;
    width: 35%;
    height: 100%;
    background: linear-gradient(90deg, rgb(76 135 159 / 0%) 10%, rgb(233 239 242) 70%);
    pointer-events: none;
}
@media only screen and (min-width: 2256px) {
	body.home .splide__track::after:not(body.home .featured-references .splide__track::after) {    
		top: -5%;
    right: -40vw;
    width: 100vw;
    height: 110%;
    background: linear-gradient(90deg, rgb(76 135 159 / 0%) 18%, rgb(233 239 242) 78%);
	}
}
body.home #lease-filters {
	background: rgba(255,255,255, 0.5);
	width: 100%;
	max-width: 700px;
	position: absolute;
	top: -45px;
	padding: 45px;
	left: 50%;
	transform: translate(-50%);
	backdrop-filter: blur(6px);
}
body.home #lease-filters .form-row {
	margin: 0;
	align-items: flex-end;
}
body.home #lease-filters .input-wrapper {
	text-align: left;
	flex: 2;
}
body.home #lease-filter button {
	flex: 1;
}
body.home .custom-dropdown {
	background: transparent;
}
@media only screen and (max-width: 650px) {
	body.home #lease-filters {
		padding: 1rem;
		top: -25px;
		width: calc(100% - 2rem);
	}
	body.home #lease-filters .form-row {
		flex-direction: column;
	}
}
.breakdance .bde-advancedslide .advanced-slider__slide {
	justify-content: space-between!important;
}

.bde-accordion__panel-content {
	padding-top: 0!important;
}
.counter-section .bde-text:not(#counter .bde-text) {
	margin-top: 8rem!important;
}
.counter-section .bde-heading {
	position: relative;
	z-index: 2;
	font-size: clamp(2rem, 8.5vw, 6rem)!important;
	margin: 1rem auto 4rem!important;
}
.counter-section .image-wrapper {
	position: absolute!important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#counter {
	border-radius: 12px;
	background: rgba(255,255,255, 0.1);
	box-shadow: rgb(0 0 0 / 5%) 0px 1px 4px;
	backdrop-filter: blur(20px);
	position: absolute;
	bottom: -87px;
	right: 0;
	width: 300px;
	padding: 2rem;
	z-index: 3;
	height: auto;
}
#counter .bde-simple-counter-219-135 {
	padding: 0;
	margin-top: 0;
}
#counter .bde-simple-counter__digit,
#counter .bde-simple-counter__suffix {
	font-family: 'Plat', sans-serif!important;
}
.counter-section img {
	position: absolute;
	border-radius: 12px;
	top: 0px;
	left: 0;
	z-index: 1;
}
@media only screen and (max-width: 1430px) {
	.counter-section .inner-wrapper{
		margin: 0px 45px;
	}
}
@media only screen and (max-width: 1210px) {
	.counter-section .image-wrapper {
		position: relative!important;
		display: flex;
		flex-direction: row!important;
		align-items: stretch!important;
		justify-content: flex-start;
		gap: 2rem;
	}
	#counter {
		position: relative;
		bottom: 0;
		justify-content: space-between;
	}
	.counter-section img {
		position: relative;
	}
}
@media only screen and (max-width: 920px) {
	.counter-section .inner-wrapper{
		margin: 0px;
	}
}
@media only screen and (max-width: 843px) {
	#counter {
		display: none;
	}
	.counter-section img {
		width: 100%;
	}
	.counter-section .bde-text:not(#counter .bde-text) {
		margin-top: 3rem!important;
	}
}

/* Referencer */
.reference {
	display: flex;
	gap: 2rem;
	position: relative;
}
.reference .image-wrapper {
	position: relative;
}
.reference img {
	object-fit: cover;
	object-position: center;
	border-radius: 12px;
	max-width: unset!important;
	width: 100%;
	aspect-ratio: 2/3;
	height: 100%!important;
	max-height: 500px;
	display: block!important;
}

.quote {
	font-family: 'Plat', sans-serif;
	margin: 0;
	max-width: 200px;
}
.reference .text-wrapper {
	width: 50%;
}
.name-wrapper {
	display: flex;
	background: rgba(255,255,255, 0.5);
	backdrop-filter: blur(12px);
	padding: .6rem 2rem;
	color: #000;
	flex-direction: row;
	border-radius: 45px;
	align-items: center;
	position: absolute;
	right: 35%;
	bottom: 45px;
	width: auto;
	justify-content: center;
}
.name-wrapper p {
	margin: 0;
	font-weight: 500;
}
.bde-shortcode {
	position: relative;
}
.carousel-controls {
	position: absolute;
	top: -90px;
	right: 0;
	display: flex;
	flex-direction: row;

}
.carousel-controls button {
	border: none;
	background: none;
	display: flex;
	flex-direction: row;
	gap: 1rem;
	align-items: center;
	font-family: 'DM Sans',sans-serif;
	color: #fff;
	font-weight: 500;
}
.carousel-controls .icon {
	width: 48px;
	height: 48px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}
.splide-prev .icon svg {
	transform: rotate(180deg);
}
.splide-prev.is-disabled,
.splide-next.is-disabled {
  opacity: 0.15;
  pointer-events: none;
  cursor: default;
}
@media only screen and (max-width: 975px) {
	.carousel-controls {
		position: relative;
		top: 0;
		margin-bottom: 2rem;
	}
}
@media only screen and (max-width: 650px) {
	.reference {
		flex-direction: column-reverse;
	}
	.reference .image-wrapper {
		width: 70%!important;
		height: 100%!important;
		aspect-ratio: 3/4;
	}
	.reference img {
		max-width: 100%!important;
		min-width: 200px;
	}
	.reference .text-wrapper {
		width: 80%;
	}
	.reference .quote {
		max-width: unset;
	}
	.reference .name-wrapper {
		right: 0;
		bottom: 20px;
	}
}
/* Tab tings */
.custom-toggle-tabs {
  width: 100%;
  margin: 40px auto;
  font-family: sans-serif;
}

.toggle-switch {
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #0F9E99;
  user-select: none;
  overflow: hidden;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
}

.toggle-label {
  flex: 1;
  text-align: center;
  z-index: 9;
  font-weight: bold;
  pointer-events: none;
  color: #000;
  transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 600px) {
	.toggle-label {
		font-size: 0.8rem;
	}
}
.toggle-label.active {
  color: #fff;
}
.toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(50% - 8px);
  height: 42px;
  background: #0F9E99;
  border-radius: 999px;
  z-index: 2;
  transition: left 0.25s ease;
  touch-action: none;

}
.toggle-content {
  margin-top: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

/* Custom column button */
.column-button {
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  transition: .3s ease-in-out;
  background: rgba(255,255,255, 0);
  transform: scale(1);
  border-radius: 12px;
  box-shadow: rgb(0 0 0 / 0%) 0px 1px 4px;
  cursor: pointer;
}
.column-button.worker {
	padding: 0;
}
.column-button:hover {
  transform: scale(1.02);
  padding: 1rem;
  background: linear-gradient(45deg, rgb(222 255 254 / 35%) 0%, rgb(255 255 255 / 53%) 34%);
  box-shadow: rgb(0 0 0 / 5%) 0px 1px 4px;
}
.column-button .image-column,
.column-button .button-column {
  flex:0;
}
.column-button .text-column {
  flex:4;
}
.column-button .text-column h3 {
	font-size: clamp(1.2rem, 5vw, 2.5rem) !important;
}
@media only screen and (max-width: 767px) {
	.column-button .image-column {
		display: none!important;
	}
}

.intro-style {
	font-family: 'Plat', serif;
	color: #000;
	font-size: 1.1rem;
	display: block;
}
.column-text {
	columns: 2;
	column-gap: 2rem;
}
@media only screen and (max-width: 1250px) {
	.column-text {
		columns: 1;
	}
}
.breakdance-popup-open {
	background: rgba(255,255,255, 0.8);
	backdrop-filter: blur(12px);
}
.breakdance-form-button.breakdance-form-button__submit {
	width: 170px!important;
	border: 1px solid #0f9e99!important;
}
.breakdance-form-button.breakdance-form-button__submit .button-atom__text {
	width: 100%;
	text-align: left;
}
.insight-slider .swiper-button-prev {
	display: none;
}
.insight-slider .swiper-button-next {
	background: #0f9e99;
	box-shadow: rgb(90 99 103) 0px 0px 12px -1px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: -20px!important;
}
.insight-slider .swiper-button-next svg {
	width: 14px;
}