/* Locations */
.locations {
	padding-bottom: 1.6rem; 
}

.locations .container {
    max-width: 140rem; 
}

.locations h3 {
	color: var(--white);
    margin-bottom: 3.3rem; 
}

.locations .subtitle {
	margin-bottom: 2.3rem;
    color: var(--orange-light); 
}

.locations .locations__slider {
    margin: 0 -0.7rem; 
}

.locations .locations__slider .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
}

.locations .locations__slider .slick-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-clip-path: polygon(100% 100%, -100% -100000%, 0% 0%, 0% 1000000%);
	clip-path: polygon(100% 100%, -100% -100000%, 0% 0%, 0% 1000000%);
    overflow: visible; 
}

.locations .locations__slider.fixing .slick-slide {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important; 
}

.locations .locations__wrapper {
    padding: 10.3rem 0;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 73rem;
}

.locations .locations__slider__wrapper {
    position: relative; 
}

.locations__wrapper__inner {
  position: relative;
  z-index: 11; 
}

.locations__item {
	-webkit-box-shadow: var(--box-shadow);
	box-shadow: var(--box-shadow);
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
  	background: var(--white);
  	margin: 0 0.7rem;
  	padding: 1.1rem; 
}

.locations__item .link__orange {
    font-size: 1.2rem; 
}

.locations__item .link__orange::after {
	width: 1.1rem;
	height: 0.9rem; 
}

.locations__item .locations__item__content {
    padding: 0.8rem 0.8rem 0.2rem 0.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; 
}

.locations__item h6 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
	margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    letter-spacing: 0.025rem; 
}

.locations__item p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.38;
    margin-bottom: 2rem; 
}

.locations__item .locations__item__img {
    position: relative; 
}

.locations__item .locations__item__img a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; 
}

.locations__item .locations__item__header {
    position: relative; 
}

.locations__item .locations__item__header a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; 
}

.locations__item .locations__item__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	justify-content: space-between; 
}

#map {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; 
}

.map {
	width: 100%;
	height: 100%; 
}

.locations__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
 	background-color: var(--blue-dark);
 	z-index: 10;
  	mix-blend-mode: multiply; 
}

#map .gmnoprint {
	display: none; 
}

#map img[alt='Google'] {
	display: none; 
}

#map .gm-style-cc {
	display: none; 
}

#map .gm-control-active.gm-fullscreen-control {
	display: none; 
}

.c-counter {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
  	-webkit-box-align: start;
  	-webkit-align-items: flex-start;
    -ms-flex-align: start;
	align-items: flex-start; 
}

.c-counter-divider {
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s; 
}

.c-counter-column {
	display: inline-block;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    letter-spacing: -0.4rem;
	width:46px; 
}
    
.c-counter-column-inner {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
 	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; 
}

.c-counter.done .c-counter-column, .c-counter.done .c-counter-divider {
	opacity: 1; 
}