 
.fp-section {
	position: relative;
	box-sizing: border-box
}
.fp-slide {
	float: left
}
.fp-slide, .fp-slidesContainer {
	height: 100%;
	display: block
}
.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	transition: all .3s ease-out
}
.fp-section.fp-table, .fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%
}
.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%
}
.fp-slidesContainer {
	float: left;
	position: relative
}
.fp-controlArrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	transform: translateZ(0)
}
.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent
}
.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff
}
.fp-scrollable {
	position: relative
}
.fp-scrollable, .fp-scroller {
	overflow: hidden
}
.iScrollIndicator {
	border: 0!important
}
.fp-notransition {
	transition: none!important
}
#fp-nav {
	position: fixed;
	z-index: 100;
	top: 50%;
	opacity: 1;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translate3d(0, -50%, 0)
}
#fp-nav.fp-right {
	right: 17px
}
#fp-nav.fp-left {
	left: 17px
}
.fp-slidesNav {
	position: absolute;
	z-index: 4;
	opacity: 1;
	transform: translateZ(0);
	left: 0!important;
	right: 0;
	margin: 0 auto!important
}
.fp-slidesNav.fp-bottom {
	bottom: 17px
}
.fp-slidesNav.fp-top {
	top: 17px
}
#fp-nav ul, .fp-slidesNav ul {
	margin: 0;
	padding: 0
}
#fp-nav ul li, .fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative
}
.fp-slidesNav ul li {
	display: inline-block
}
#fp-nav ul li a, .fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none
}
#fp-nav ul li:hover a.active span, #fp-nav ul li a.active span, .fp-slidesNav ul li:hover a.active span, .fp-slidesNav ul li a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #333;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	transition: all .1s ease-in-out
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px
}
#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer
}
#fp-nav.fp-show-active a.active+.fp-tooltip, #fp-nav ul li:hover .fp-tooltip {
	transition: opacity .2s ease-in;
	width: auto;
	opacity: 1
}
#fp-nav ul li .fp-tooltip.fp-right {
	right: 20px
}
#fp-nav ul li .fp-tooltip.fp-left {
	left: 20px
}
.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
	height: auto!important
}
.fp-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0
}
@-webkit-keyframes plyr-progress {
to {
background-position:25px 0;
background-position:var(--plyr-progress-loading-size, 25px) 0
}
}
@keyframes plyr-progress {
to {
background-position:25px 0;
background-position:var(--plyr-progress-loading-size, 25px) 0
}
}
@-webkit-keyframes plyr-popup {
0% {
opacity:.5;
transform:translateY(10px)
}
to {
opacity:1;
transform:translateY(0)
}
}
@keyframes plyr-popup {
0% {
opacity:.5;
transform:translateY(10px)
}
to {
opacity:1;
transform:translateY(0)
}
}
@-webkit-keyframes plyr-fade-in {
0% {
opacity:0
}
to {
opacity:1
}
}
@keyframes plyr-fade-in {
0% {
opacity:0
}
to {
opacity:1
}
}
.plyr {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	align-items: center;
	direction: ltr;
	display: flex;
	flex-direction: column;
	font-family: inherit;
	font-family: var(--plyr-font-family, inherit);
	font-variant-numeric: tabular-nums;
	font-weight: 400;
	font-weight: var(--plyr-font-weight-regular, 400);
	height: 100%;
	line-height: 1.7;
	line-height: var(--plyr-line-height, 1.7);
	max-width: 100%;
	min-width: 200px;
	position: relative;
	text-shadow: none;
	transition: box-shadow .3s ease;
	z-index: 0
}
.plyr audio, .plyr iframe, .plyr video {
	display: block;
	height: 100%;
	width: 100%
}
.plyr button {
	font: inherit;
	line-height: inherit;
	width: auto
}
.plyr:focus {
	outline: 0
}
.plyr--full-ui {
	box-sizing: border-box
}
.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
	box-sizing: inherit
}
.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
	touch-action: manipulation
}
.plyr__badge {
	background: #4a5464;
	background: var(--plyr-badge-background, #4a5464);
	border-radius: 2px;
	border-radius: var(--plyr-badge-border-radius, 2px);
	color: #fff;
	color: var(--plyr-badge-text-color, #fff);
	font-size: 9px;
	font-size: var(--plyr-font-size-badge, 9px);
	line-height: 1;
	padding: 3px 4px
}
.plyr--full-ui ::-webkit-media-text-track-container {
display:none
}
.plyr__captions {
	-webkit-animation: plyr-fade-in .3s ease;
	animation: plyr-fade-in .3s ease;
	bottom: 0;
	display: none;
	font-size: 13px;
	font-size: var(--plyr-font-size-small, 13px);
	left: 0;
	padding: 10px;
	padding: var(--plyr-control-spacing, 10px);
	position: absolute;
	text-align: center;
	transition: transform .4s ease-in-out;
	width: 100%
}
.plyr__captions span:empty {
	display: none
}

@media (min-width:480px) {
.plyr__captions {
	font-size: 15px;
	font-size: var(--plyr-font-size-base, 15px);
	padding: 20px;
padding:calc(var(--plyr-control-spacing, 10px)*2)
}
}

@media (min-width:768px) {
.plyr__captions {
	font-size: 18px;
	font-size: var(--plyr-font-size-large, 18px)
}
}
.plyr--captions-active .plyr__captions {
	display: block
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
	transform: translateY(-40px);
transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))
}
.plyr__caption {
	background: rgba(0,0,0,.8);
	background: var(--plyr-captions-background, rgba(0,0,0,.8));
	border-radius: 2px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	color: #fff;
	color: var(--plyr-captions-text-color, #fff);
	line-height: 185%;
	padding: .2em .5em;
	white-space: pre-wrap
}
.plyr__caption div {
	display: inline
}
.plyr__control {
	background: 0 0;
	border: 0;
	border-radius: 3px;
	border-radius: var(--plyr-control-radius, 3px);
	color: inherit;
	cursor: pointer;
	flex-shrink: 0;
	overflow: visible;
	padding: 7px;
padding:calc(var(--plyr-control-spacing, 10px)*0.7);
	position: relative;
	transition: all .3s ease
}
.plyr__control svg {
	display: block;
	fill: currentColor;
	height: 18px;
	height: var(--plyr-control-icon-size, 18px);
	pointer-events: none;
	width: 18px;
	width: var(--plyr-control-icon-size, 18px)
}
.plyr__control:focus {
	outline: 0
}
.plyr__control.plyr__tab-focus {
	outline-color: #00b3ff;
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px
}
a.plyr__control {
	text-decoration: none
}
.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
	display: none
}
.plyr--full-ui ::-webkit-media-controls {
display:none
}
.plyr__controls {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	text-align: center
}
.plyr__controls .plyr__progress__container {
	flex: 1;
	min-width: 0
}
.plyr__controls .plyr__controls__item {
	margin-left: 2.5px;
	margin-left: calc(var(--plyr-control-spacing, 10px)/4)
}
.plyr__controls .plyr__controls__item:first-child {
	margin-left: 0;
	margin-right: auto
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
	padding-left: 2.5px;
	padding-left: calc(var(--plyr-control-spacing, 10px)/4)
}
.plyr__controls .plyr__controls__item.plyr__time {
	padding: 0 5px;
	padding: 0 calc(var(--plyr-control-spacing, 10px)/2)
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time+.plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
	padding-left: 0
}
.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
	display: none
}
.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
	display: inline-block
}
.plyr__menu {
	display: flex;
	position: relative
}
.plyr__menu .plyr__control svg {
	transition: transform .3s ease
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
	transform: rotate(90deg)
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
	display: none
}
.plyr__menu__container {
	-webkit-animation: plyr-popup .2s ease;
	animation: plyr-popup .2s ease;
	background: hsla(0,0%,100%,.9);
	background: var(--plyr-menu-background, hsla(0,0%,100%,.9));
	border-radius: 4px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0,0,0,.15));
	color: #4a5464;
	color: var(--plyr-menu-color, #4a5464);
	font-size: 15px;
	font-size: var(--plyr-font-size-base, 15px);
	margin-bottom: 10px;
	position: absolute;
	right: -3px;
	text-align: left;
	white-space: nowrap;
	z-index: 3
}
.plyr__menu__container>div {
	overflow: hidden;
	transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}
.plyr__menu__container:after {
	border: 4px solid transparent;
	border-width: var(--plyr-menu-arrow-size, 4px);
	border-top: var(--plyr-menu-arrow-size, 4px) solid hsla(0,0%,100%,.9);
	content: "";
	height: 0;
	position: absolute;
	right: 14px;
right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*0.7 - var(--plyr-menu-arrow-size, 4px)/2);
	top: 100%;
	width: 0
}
.plyr__menu__container [role=menu] {
	padding: 7px;
padding:calc(var(--plyr-control-spacing, 10px)*0.7)
}
.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
	margin-top: 2px
}
.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
	margin-top: 0
}
.plyr__menu__container .plyr__control {
	align-items: center;
	color: #4a5464;
	color: var(--plyr-menu-color, #4a5464);
	display: flex;
	font-size: 13px;
	font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
	padding: 4.66667px 10.5px;
padding:calc(var(--plyr-control-spacing, 10px)*0.7/1.5) calc(var(--plyr-control-spacing, 10px)*0.7*1.5);
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%
}
.plyr__menu__container .plyr__control>span {
	align-items: inherit;
	display: flex;
	width: 100%
}
.plyr__menu__container .plyr__control:after {
	border: 4px solid transparent;
	border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}
.plyr__menu__container .plyr__control--forward {
	padding-right: 28px;
padding-right:calc(var(--plyr-control-spacing, 10px)*0.7*4)
}
.plyr__menu__container .plyr__control--forward:after {
	border-left-color: #728197;
	border-left-color: var(--plyr-menu-arrow-color, #728197);
	right: 6.5px;
right:calc(var(--plyr-control-spacing, 10px)*0.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after, .plyr__menu__container .plyr__control--forward:hover:after {
	border-left-color: currentColor
}
.plyr__menu__container .plyr__control--back {
	font-weight: 400;
	font-weight: var(--plyr-font-weight-regular, 400);
	margin: 7px;
margin:calc(var(--plyr-control-spacing, 10px)*0.7);
	margin-bottom: 3.5px;
margin-bottom:calc(var(--plyr-control-spacing, 10px)*0.7/2);
	padding-left: 28px;
padding-left:calc(var(--plyr-control-spacing, 10px)*0.7*4);
	position: relative;
	width: calc(100% - 14px);
width:calc(100% - var(--plyr-control-spacing, 10px)*0.7*2)
}
.plyr__menu__container .plyr__control--back:after {
	border-right-color: #728197;
	border-right-color: var(--plyr-menu-arrow-color, #728197);
	left: 6.5px;
left:calc(var(--plyr-control-spacing, 10px)*0.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}
.plyr__menu__container .plyr__control--back:before {
	background: #dcdfe5;
	background: var(--plyr-menu-back-border-color, #dcdfe5);
	box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
	content: "";
	height: 1px;
	left: 0;
	margin-top: 3.5px;
margin-top:calc(var(--plyr-control-spacing, 10px)*0.7/2);
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus:after, .plyr__menu__container .plyr__control--back:hover:after {
	border-right-color: currentColor
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
	padding-left: 7px;
padding-left:calc(var(--plyr-control-spacing, 10px)*0.7)
}
.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
	border-radius: 100%
}
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
	background: rgba(0,0,0,.1);
	content: "";
	display: block;
	flex-shrink: 0;
	height: 16px;
	margin-right: 10px;
	margin-right: var(--plyr-control-spacing, 10px);
	transition: all .3s ease;
	width: 16px
}
.plyr__menu__container .plyr__control[role=menuitemradio]:after {
	background: #fff;
	border: 0;
	height: 6px;
	left: 12px;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%) scale(0);
	transition: transform .3s ease, opacity .3s ease;
	width: 6px
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
	background: #00b3ff;
	background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)))
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
	opacity: 1;
	transform: translateY(-50%) scale(1)
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
	background: rgba(35,40,47,.1)
}
.plyr__menu__container .plyr__menu__value {
	align-items: center;
	display: flex;
	margin-left: auto;
margin-right:calc(-7px - -2);
margin-right:calc((var(--plyr-control-spacing, 10px)*0.7 - 2)*-1);
	overflow: hidden;
	padding-left: 24.5px;
padding-left:calc(var(--plyr-control-spacing, 10px)*0.7*3.5);
	pointer-events: none
}
.plyr--full-ui input[type=range] {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 26px;
border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);
	color: #00b3ff;
	color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	display: block;
	height: 19px;
height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
	margin: 0;
	padding: 0;
	transition: box-shadow .3s ease;
	width: 100%
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
background:0 0;
border:0;
border-radius:2.5px;
border-radius:calc(var(--plyr-range-track-height, 5px)/2);
height:5px;
height:var(--plyr-range-track-height, 5px);
-webkit-transition:box-shadow .3s ease;
transition:box-shadow .3s ease;
-webkit-user-select:none;
user-select:none;
background-image:linear-gradient(90deg, currentColor, transparent 0);
background-image:linear-gradient(90deg, currentColor var(--value, 0), transparent var(--value, 0))
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
background:#fff;
background:var(--plyr-range-thumb-background, #fff);
border:0;
border-radius:100%;
box-shadow:0 1px 1px rgba(35,40,47,.15), 0 0 0 1px rgba(35,40,47,.2);
box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,.15), 0 0 0 1px rgba(35,40,47,.2));
height:13px;
height:var(--plyr-range-thumb-height, 13px);
position:relative;
-webkit-transition:all .2s ease;
transition:all .2s ease;
width:13px;
width:var(--plyr-range-thumb-height, 13px);
-webkit-appearance:none;
margin-top:-4px;
margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1)
}
.plyr--full-ui input[type=range]::-moz-range-track {
background:0 0;
border:0;
border-radius:2.5px;
border-radius:calc(var(--plyr-range-track-height, 5px)/2);
height:5px;
height:var(--plyr-range-track-height, 5px);
-moz-transition:box-shadow .3s ease;
transition:box-shadow .3s ease;
-moz-user-select:none;
user-select:none
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
background:#fff;
background:var(--plyr-range-thumb-background, #fff);
border:0;
border-radius:100%;
box-shadow:0 1px 1px rgba(35,40,47,.15), 0 0 0 1px rgba(35,40,47,.2);
box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,.15), 0 0 0 1px rgba(35,40,47,.2));
height:13px;
height:var(--plyr-range-thumb-height, 13px);
position:relative;
-moz-transition:all .2s ease;
transition:all .2s ease;
width:13px;
width:var(--plyr-range-thumb-height, 13px)
}
.plyr--full-ui input[type=range]::-moz-range-progress {
background:currentColor;
border-radius:2.5px;
border-radius:calc(var(--plyr-range-track-height, 5px)/2);
height:5px;
height:var(--plyr-range-track-height, 5px)
}
.plyr--full-ui input[type=range]::-ms-track {
color:transparent
}
.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
background:0 0;
border:0;
border-radius:2.5px;
border-radius:calc(var(--plyr-range-track-height, 5px)/2);
height:5px;
height:var(--plyr-range-track-height, 5px);
-ms-transition:box-shadow .3s ease;
transition:box-shadow .3s ease;
-ms-user-select:none;
user-select:none
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
background:0 0;
border:0;
border-radius:2.5px;
border-radius:calc(var(--plyr-range-track-height, 5px)/2);
height:5px;
height:var(--plyr-range-track-height, 5px);
-ms-transition:box-shadow .3s ease;
transition:box-shadow .3s ease;
-ms-user-select:none;
user-select:none;
background:currentColor
}
.plyr--full-ui input[type=range]::-ms-thumb {
background:#fff;
background:var(--plyr-range-thumb-background, #fff);
border:0;
border-radius:100%;
box-shadow:0 1px 1px rgba(35,40,47,.15), 0 0 0 1px rgba(35,40,47,.2);
box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,.15), 0 0 0 1px rgba(35,40,47,.2));
height:13px;
height:var(--plyr-range-thumb-height, 13px);
position:relative;
-ms-transition:all .2s ease;
transition:all .2s ease;
width:13px;
width:var(--plyr-range-thumb-height, 13px);
margin-top:0
}
.plyr--full-ui input[type=range]::-ms-tooltip {
display:none
}
.plyr--full-ui input[type=range]:focus {
	outline: 0
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
border:0
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
outline-color:#00b3ff;
outline-color:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
outline-offset:2px;
outline-style:dotted;
outline-width:3px
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
outline-color:#00b3ff;
outline-color:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
outline-offset:2px;
outline-style:dotted;
outline-width:3px
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
outline-color:#00b3ff;
outline-color:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
outline-offset:2px;
outline-style:dotted;
outline-width:3px
}
.plyr__poster {
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .2s ease;
	width: 100%;
	z-index: 1
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
	opacity: 1
}
.plyr__time {
	font-size: 13px;
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}
.plyr__time+.plyr__time:before {
	content: "\2044";
	margin-right: 10px;
	margin-right: var(--plyr-control-spacing, 10px)
}
@media (max-width:calc(768px - 1)) {
.plyr__time+.plyr__time {
display:none
}
}
.plyr__tooltip {
	background: hsla(0,0%,100%,.9);
	background: var(--plyr-tooltip-background, hsla(0,0%,100%,.9));
	border-radius: 3px;
	border-radius: var(--plyr-tooltip-radius, 3px);
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0,0,0,.15));
	color: #4a5464;
	color: var(--plyr-tooltip-color, #4a5464);
	font-size: 13px;
	font-size: var(--plyr-font-size-small, 13px);
	font-weight: 400;
	font-weight: var(--plyr-font-weight-regular, 400);
	left: 50%;
	line-height: 1.3;
	margin-bottom: 10px;
margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);
	opacity: 0;
	padding: 5px 7.5px;
padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, 10px) scale(.8);
	transform-origin: 50% 100%;
	transition: transform .2s ease .1s, opacity .2s ease .1s;
	white-space: nowrap;
	z-index: 2
}
.plyr__tooltip:before {
	border-left: 4px solid transparent;
	border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-right: 4px solid transparent;
	border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-top: 4px solid hsla(0,0%,100%,.9);
	border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0,0%,100%,.9));
	bottom: -4px;
bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
	opacity: 1;
	transform: translate(-50%) scale(1)
}
.plyr .plyr__control:hover .plyr__tooltip {
	z-index: 3
}
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip, .plyr__controls>.plyr__control:first-child .plyr__tooltip {
	left: 0;
	transform: translateY(10px) scale(.8);
	transform-origin: 0 100%
}
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before, .plyr__controls>.plyr__control:first-child .plyr__tooltip:before {
	left: 16px;
left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*0.7)
}
.plyr__controls>.plyr__control:last-child .plyr__tooltip {
	left: auto;
	right: 0;
	transform: translateY(10px) scale(.8);
	transform-origin: 100% 100%
}
.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
	left: auto;
	right: 16px;
right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*0.7);
	transform: translateX(50%)
}
.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible, .plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip, .plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control:first-child .plyr__tooltip--visible, .plyr__controls>.plyr__control:first-child:hover .plyr__tooltip, .plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control:last-child .plyr__tooltip--visible, .plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
	transform: translate(0) scale(1)
}
.plyr__progress {
	left: 6.5px;
left:calc(var(--plyr-range-thumb-height, 13px)*0.5);
	margin-right: 13px;
	margin-right: var(--plyr-range-thumb-height, 13px);
	position: relative
}
.plyr__progress__buffer, .plyr__progress input[type=range] {
	margin-left: -6.5px;
margin-left:calc(var(--plyr-range-thumb-height, 13px)*-0.5);
	margin-right: -6.5px;
margin-right:calc(var(--plyr-range-thumb-height, 13px)*-0.5);
	width: calc(100% + 13px);
	width: calc(100% + var(--plyr-range-thumb-height, 13px))
}
.plyr__progress input[type=range] {
	position: relative;
	z-index: 2
}
.plyr__progress .plyr__tooltip {
	font-size: 13px;
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
	left: 0
}
.plyr__progress__buffer {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 100px;
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	left: 0;
	margin-top: -2.5px;
margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);
	padding: 0;
	position: absolute;
	top: 50%
}
.plyr__progress__buffer::-webkit-progress-bar {
background:0 0
}
.plyr__progress__buffer::-webkit-progress-value {
background:currentColor;
border-radius:100px;
min-width:5px;
min-width:var(--plyr-range-track-height, 5px);
-webkit-transition:width .2s ease;
transition:width .2s ease
}
.plyr__progress__buffer::-moz-progress-bar {
background:currentColor;
border-radius:100px;
min-width:5px;
min-width:var(--plyr-range-track-height, 5px);
-moz-transition:width .2s ease;
transition:width .2s ease
}
.plyr__progress__buffer::-ms-fill {
border-radius:100px;
-ms-transition:width .2s ease;
transition:width .2s ease
}
.plyr--loading .plyr__progress__buffer {
	-webkit-animation: plyr-progress 1s linear infinite;
	animation: plyr-progress 1s linear infinite;
	background-image: linear-gradient(-45deg, rgba(35,40,47,.6) 25%, transparent 0, transparent 50%, rgba(35,40,47,.6) 0, rgba(35,40,47,.6) 75%, transparent 0, transparent);
	background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35,40,47,.6)) 25%, transparent 0, transparent 50%, var(--plyr-progress-loading-background, rgba(35,40,47,.6)) 0, var(--plyr-progress-loading-background, rgba(35,40,47,.6)) 75%, transparent 0, transparent);
	background-repeat: repeat-x;
	background-size: 25px 25px;
	background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
	color: transparent
}
.plyr--video.plyr--loading .plyr__progress__buffer {
	background-color: hsla(0,0%,100%,.25);
	background-color: var(--plyr-video-progress-buffered-background, hsla(0,0%,100%,.25))
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
	background-color: rgba(193,200,209,.6);
	background-color: var(--plyr-audio-progress-buffered-background, rgba(193,200,209,.6))
}
.plyr__volume {
	align-items: center;
	display: flex;
	max-width: 110px;
	min-width: 80px;
	position: relative;
	width: 20%
}
.plyr__volume input[type=range] {
	margin-left: 5px;
	margin-left: calc(var(--plyr-control-spacing, 10px)/2);
	margin-right: 5px;
	margin-right: calc(var(--plyr-control-spacing, 10px)/2);
	position: relative;
	z-index: 2
}
.plyr--is-ios .plyr__volume {
	min-width: 0;
	width: auto
}
.plyr--audio {
	display: block
}
.plyr--audio .plyr__controls {
	background: #fff;
	background: var(--plyr-audio-controls-background, #fff);
	border-radius: inherit;
	color: #4a5464;
	color: var(--plyr-audio-control-color, #4a5464);
	padding: 10px;
	padding: var(--plyr-control-spacing, 10px)
}
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
	background: #00b3ff;
	background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	color: #fff;
	color: var(--plyr-audio-control-color-hover, #fff)
}
.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
background-color:rgba(193,200,209,.6);
background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193,200,209,.6)))
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
background-color:rgba(193,200,209,.6);
background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193,200,209,.6)))
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
background-color:rgba(193,200,209,.6);
background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193,200,209,.6)))
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
box-shadow:0 1px 1px rgba(35,40,47,.15), 0 0 0 1px rgba(35,40,47,.2), 0 0 0 3px rgba(35,40,47,.1);
box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,.15), 0 0 0 1px rgba(35,40,47,.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35,40,47,.1))
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
box-shadow:0 1px 1px rgba(35,40,47,.15), 0 0 0 1px rgba(35,40,47,.2), 0 0 0 3px rgba(35,40,47,.1);
box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,.15), 0 0 0 1px rgba(35,40,47,.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35,40,47,.1))
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
box-shadow:0 1px 1px rgba(35,40,47,.15), 0 0 0 1px rgba(35,40,47,.2), 0 0 0 3px rgba(35,40,47,.1);
box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,.15), 0 0 0 1px rgba(35,40,47,.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35,40,47,.1))
}
.plyr--audio .plyr__progress__buffer {
	color: rgba(193,200,209,.6);
	color: var(--plyr-audio-progress-buffered-background, rgba(193,200,209,.6))
}
.plyr--video {
	background: #000;
	overflow: hidden
}
.plyr--video.plyr--menu-open {
	overflow: visible
}
.plyr__video-wrapper {
	background: #000;
	height: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%
}
.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
	height: 0;
	padding-bottom: 56.25%
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
	border: 0;
	left: 0;
	position: absolute;
	top: 0
}
.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
	padding-bottom: 240%;
	position: relative;
	transform: translateY(-38.28125%)
}
.plyr--video .plyr__controls {
	background: linear-gradient(transparent, rgba(0,0,0,.75));
	background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0,0,0,.75)));
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	bottom: 0;
	color: #fff;
	color: var(--plyr-video-control-color, #fff);
	left: 0;
	padding: 5px;
	padding: calc(var(--plyr-control-spacing, 10px)/2);
	padding-top: 20px;
padding-top:calc(var(--plyr-control-spacing, 10px)*2);
	position: absolute;
	right: 0;
	transition: opacity .4s ease-in-out, transform .4s ease-in-out;
	z-index: 3
}

@media (min-width:480px) {
.plyr--video .plyr__controls {
	padding: 10px;
	padding: var(--plyr-control-spacing, 10px);
	padding-top: 35px;
padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)
}
}
.plyr--video.plyr--hide-controls .plyr__controls {
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%)
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
	background: #00b3ff;
	background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	color: #fff;
	color: var(--plyr-video-control-color-hover, #fff)
}
.plyr__control--overlaid {
	background: #00b3ff;
	background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	border: 0;
	border-radius: 100%;
	color: #fff;
	color: var(--plyr-video-control-color, #fff);
	display: none;
	left: 50%;
	opacity: .9;
	padding: 15px;
padding:calc(var(--plyr-control-spacing, 10px)*1.5);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
	z-index: 2
}
.plyr__control--overlaid svg {
	left: 2px;
	position: relative
}
.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
	opacity: 1
}
.plyr--playing .plyr__control--overlaid {
	opacity: 0;
	visibility: hidden
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
	display: block
}
.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
background-color:hsla(0,0%,100%,.25);
background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0,0%,100%,.25)))
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
background-color:hsla(0,0%,100%,.25);
background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0,0%,100%,.25)))
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
background-color:hsla(0,0%,100%,.25);
background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0,0%,100%,.25)))
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
box-shadow:0 1px 1px rgba(35,40,47,.15), 0 0 0 1px rgba(35,40,47,.2), 0 0 0 3px hsla(0,0%,100%,.5);
box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,.15), 0 0 0 1px rgba(35,40,47,.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0,0%,100%,.5))
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
box-shadow:0 1px 1px rgba(35,40,47,.15), 0 0 0 1px rgba(35,40,47,.2), 0 0 0 3px hsla(0,0%,100%,.5);
box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,.15), 0 0 0 1px rgba(35,40,47,.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0,0%,100%,.5))
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
box-shadow:0 1px 1px rgba(35,40,47,.15), 0 0 0 1px rgba(35,40,47,.2), 0 0 0 3px hsla(0,0%,100%,.5);
box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35,40,47,.15), 0 0 0 1px rgba(35,40,47,.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0,0%,100%,.5))
}
.plyr--video .plyr__progress__buffer {
	color: hsla(0,0%,100%,.25);
	color: var(--plyr-video-progress-buffered-background, hsla(0,0%,100%,.25))
}
.plyr:fullscreen {
background:#000;
border-radius:0!important;
height:100%;
margin:0;
width:100%
}
.plyr:fullscreen video {
height:100%
}
.plyr:fullscreen .plyr__video-wrapper {
height:100%;
position:static
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
height:0;
position:relative
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
display:block
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
display:none
}
.plyr:fullscreen.plyr--hide-controls {
cursor:none
}

@media (min-width:1024px) {
.plyr:-webkit-full-screen .plyr__captions {
font-size:21px;
font-size:var(--plyr-font-size-xlarge, 21px)
}
.plyr:-ms-fullscreen .plyr__captions {
font-size:21px;
font-size:var(--plyr-font-size-xlarge, 21px)
}
.plyr:fullscreen .plyr__captions {
font-size:21px;
font-size:var(--plyr-font-size-xlarge, 21px)
}
}
.plyr:-webkit-full-screen {
background:#000;
border-radius:0!important;
height:100%;
margin:0;
width:100%
}
.plyr:-webkit-full-screen video {
height:100%
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
height:100%;
position:static
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
height:0;
position:relative
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
display:block
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
display:none
}
.plyr:-webkit-full-screen.plyr--hide-controls {
cursor:none
}

@media (min-width:1024px) {
.plyr:-webkit-full-screen .plyr__captions {
font-size:21px;
font-size:var(--plyr-font-size-xlarge, 21px)
}
}
.plyr:-moz-full-screen {
background:#000;
border-radius:0!important;
height:100%;
margin:0;
width:100%
}
.plyr:-moz-full-screen video {
height:100%
}
.plyr:-moz-full-screen .plyr__video-wrapper {
height:100%;
position:static
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
height:0;
position:relative
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
display:block
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
display:none
}
.plyr:-moz-full-screen.plyr--hide-controls {
cursor:none
}

@media (min-width:1024px) {
.plyr:-moz-full-screen .plyr__captions {
font-size:21px;
font-size:var(--plyr-font-size-xlarge, 21px)
}
}
.plyr:-ms-fullscreen {
background:#000;
border-radius:0!important;
height:100%;
margin:0;
width:100%
}
.plyr:-ms-fullscreen video {
height:100%
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
height:100%;
position:static
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
height:0;
position:relative
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
display:block
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
display:none
}
.plyr:-ms-fullscreen.plyr--hide-controls {
cursor:none
}

@media (min-width:1024px) {
.plyr:-ms-fullscreen .plyr__captions {
font-size:21px;
font-size:var(--plyr-font-size-xlarge, 21px)
}
}
.plyr--fullscreen-fallback {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%;
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000000
}
.plyr--fullscreen-fallback video {
	height: 100%
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
	height: 100%;
	position: static
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
	display: block
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
	display: none
}
.plyr--fullscreen-fallback.plyr--hide-controls {
	cursor: none
}

@media (min-width:1024px) {
.plyr--fullscreen-fallback .plyr__captions {
	font-size: 21px;
	font-size: var(--plyr-font-size-xlarge, 21px)
}
}
.plyr__ads {
	border-radius: inherit;
	bottom: 0;
	cursor: pointer;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}
.plyr__ads>div, .plyr__ads>div iframe {
	height: 100%;
	position: absolute;
	width: 100%
}
.plyr__ads:after {
	background: #23282f;
	border-radius: 2px;
	bottom: 10px;
	bottom: var(--plyr-control-spacing, 10px);
	color: #fff;
	content: attr(data-badge-text);
	font-size: 11px;
	padding: 2px 6px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	right: var(--plyr-control-spacing, 10px);
	z-index: 3
}
.plyr__ads:after:empty {
display:none
}
.plyr__cues {
	background: currentColor;
	display: block;
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	left: 0;
	margin: -var(--plyr-range-track-height, 5px)/2 0 0;
	opacity: .8;
	position: absolute;
	top: 50%;
	width: 3px;
	z-index: 3
}
.plyr__preview-thumb {
	background-color: hsla(0,0%,100%,.9);
	background-color: var(--plyr-tooltip-background, hsla(0,0%,100%,.9));
	border-radius: 3px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0,0,0,.15));
	margin-bottom: 10px;
margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);
	opacity: 0;
	padding: 3px;
	padding: var(--plyr-tooltip-radius, 3px);
	pointer-events: none;
	position: absolute;
	transform: translateY(10px) scale(.8);
	transform-origin: 50% 100%;
	transition: transform .2s ease .1s, opacity .2s ease .1s;
	z-index: 2
}
.plyr__preview-thumb--is-shown {
	opacity: 1;
	transform: translate(0) scale(1)
}
.plyr__preview-thumb:before {
	border-left: 4px solid transparent;
	border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-right: 4px solid transparent;
	border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-top: 4px solid hsla(0,0%,100%,.9);
	border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0,0%,100%,.9));
	bottom: -4px;
bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}
.plyr__preview-thumb__image-container {
	background: #c1c8d1;
	border-radius: 2px;
	border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
	overflow: hidden;
	position: relative;
	z-index: 0
}
.plyr__preview-thumb__image-container img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%
}
.plyr__preview-thumb__time-container {
	bottom: 6px;
	left: 0;
	position: absolute;
	right: 0;
	white-space: nowrap;
	z-index: 3
}
.plyr__preview-thumb__time-container span {
	background-color: rgba(0,0,0,.55);
	border-radius: 2px;
	border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
	color: #fff;
	font-size: 13px;
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
	padding: 3px 6px
}
.plyr__preview-scrubbing {
	bottom: 0;
	-webkit-filter: blur(1px);
	filter: blur(1px);
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .3s ease;
	width: 100%;
	z-index: 1
}
.plyr__preview-scrubbing--is-shown {
	opacity: 1
}
.plyr__preview-scrubbing img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 100%
}
.plyr--no-transition {
	transition: none!important
}
.plyr__sr-only {
	clip: rect(1px,1px,1px,1px);
	overflow: hidden;
	border: 0!important;
	height: 1px!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important
}
.plyr [hidden] {
	display: none!important
}
div.juxtapose {
	width: 100%;
	font-family: Helvetica, Arial, sans-serif
}
div.jx-slider {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	color: #f3f3f3
}
div.jx-handle {
	position: absolute;
	height: 100%;
	width: 40px;
	cursor: col-resize;
	z-index: 15;
	margin-left: -20px
}
.vertical div.jx-handle {
	height: 40px;
	width: 100%;
	cursor: row-resize;
	margin-top: -20px;
	margin-left: 0
}
div.jx-control {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 3px;
	background-color: currentColor
}
.vertical div.jx-control {
	height: 3px;
	width: 100%;
	background-color: currentColor;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}
div.jx-controller {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 60px;
	width: 9px;
	margin: auto auto auto -3px;
	background-color: currentColor
}
.vertical div.jx-controller {
	height: 9px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	top: -3px;
	position: relative
}
div.jx-arrow {
	margin: auto;
	top: 0;
	bottom: 0
}
.vertical div.jx-arrow, div.jx-arrow {
	position: absolute;
	width: 0;
	height: 0;
	transition: all .2s ease
}
.vertical div.jx-arrow {
	margin: 0 auto;
	left: 0;
	right: 0
}
div.jx-arrow.jx-left {
	left: 2px;
	border-color: transparent currentcolor transparent transparent;
	border-style: solid;
	border-width: 8px 8px 8px 0
}
div.jx-arrow.jx-right {
	right: 2px;
	border-color: transparent transparent transparent currentcolor;
	border-style: solid;
	border-width: 8px 0 8px 8px
}
.vertical div.jx-arrow.jx-left {
	left: 0;
	top: 2px;
	border-color: transparent transparent currentcolor;
	border-style: solid;
	border-width: 0 8px 8px
}
.vertical div.jx-arrow.jx-right {
	right: 0;
	top: auto;
	bottom: 2px;
	border-color: currentcolor transparent transparent;
	border-style: solid;
	border-width: 8px 8px 0
}
div.jx-handle:active div.jx-arrow.jx-left, div.jx-handle:hover div.jx-arrow.jx-left {
	left: -1px
}
div.jx-handle:active div.jx-arrow.jx-right, div.jx-handle:hover div.jx-arrow.jx-right {
	right: -1px
}
.vertical div.jx-handle:active div.jx-arrow.jx-left, .vertical div.jx-handle:hover div.jx-arrow.jx-left {
	left: 0;
	top: 0
}
.vertical div.jx-handle:active div.jx-arrow.jx-right, .vertical div.jx-handle:hover div.jx-arrow.jx-right {
	right: 0;
	bottom: 0
}
div.jx-image {
	position: absolute;
	height: 100%;
	display: inline-block;
	top: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden
}
.vertical div.jx-image {
	width: 100%;
	left: 0;
	top: auto
}
div.jx-image img {
	height: 100%;
	width: auto;
	z-index: 5;
	position: absolute;
	margin-bottom: 0;
	max-height: none;
	max-width: none
}
.vertical div.jx-image img {
	height: auto;
	width: 100%
}
div.jx-image.jx-left {
	left: 0;
	background-position: 0
}
div.jx-image.jx-left img {
	left: 0
}
div.jx-image.jx-right {
	right: 0;
	background-position: 100%
}
div.jx-image.jx-right img {
	right: 0;
	bottom: 0
}
.veritcal div.jx-image.jx-left {
	top: 0;
	background-position: top
}
.veritcal div.jx-image.jx-left img {
	top: 0
}
.vertical div.jx-image.jx-right {
	bottom: 0;
	background-position: bottom
}
.veritcal div.jx-image.jx-right img {
	bottom: 0
}
div.jx-image div.jx-label {
	font-size: 1em;
	padding: .25em .75em;
	position: relative;
	display: inline-block;
	top: 0;
	background-color: #000;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	z-index: 10;
	white-space: nowrap;
	line-height: 18px;
	vertical-align: middle
}
div.jx-image.jx-left div.jx-label {
	float: left;
	left: 0
}
div.jx-image.jx-right div.jx-label {
	float: right;
	right: 0
}
.vertical div.jx-image div.jx-label {
	display: table;
	position: absolute
}
.vertical div.jx-image.jx-right div.jx-label {
	left: 0;
	bottom: 0;
	top: auto
}
div.jx-credit {
	line-height: 1.1;
	font-size: .75em
}
div.jx-credit em {
	font-weight: 700;
	font-style: normal
}
div.jx-image.transition {
	transition: width .5s ease
}
div.jx-handle.transition {
	transition: left .5s ease
}
.vertical div.jx-image.transition {
	transition: height .5s ease
}
.vertical div.jx-handle.transition {
	transition: top .5s ease
}
a.jx-knightlab {
	background-color: #000;
	background-color: rgba(0,0,0,.25);
	bottom: 0;
	display: table;
	height: 14px;
	line-height: 14px;
	padding: 1px 4px 1px 5px;
	position: absolute;
	right: 0;
	text-decoration: none;
	z-index: 10
}
a.jx-knightlab div.knightlab-logo {
	display: inline-block;
	vertical-align: middle;
	height: 8px;
	width: 8px;
	background-color: #c34528;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: -1.25px;
	position: relative;
	cursor: pointer
}
a.jx-knightlab:hover {
	background-color: #000;
	background-color: rgba(0,0,0,.35)
}
a.jx-knightlab:hover div.knightlab-logo {
	background-color: #ce4d28
}
a.jx-knightlab span.juxtapose-name {
	display: table-cell;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 10px;
	padding: 0 0 0 .375em;
	vertical-align: middle;
	line-height: normal;
	text-shadow: none
}
a.jx-knightlab:focus, div.jx-controller:focus, div.jx-image.jx-left div.jx-label:focus, div.jx-image.jx-right div.jx-label:focus {
	background: #eae34a;
	color: #000
}
a.jx-knightlab:focus span.juxtapose-name {
	color: #000;
	border: none
}
@charset "UTF-8";
@font-face {
	font-family: EuclidCircular-Regular;
	src: url(../fonts/EuclidCircularB-Regular.otf)
}
@font-face {
	font-family: EuclidCircular-Medium;
	src: url(../fonts/EuclidCircularB-Medium.otf)
}
@font-face {
	font-family: EuclidCircular-Light;
	src: url(../fonts/EuclidCircularB-Light.otf)
}
@font-face {
	font-family: EuclidCircular-SemiBold;
	src: url(../fonts/EuclidCircularB-Semibold.otf)
}
@font-face {
	font-family: EuclidCircular-Bold;
	src: url(../fonts/EuclidCircularB-Bold.otf)
}
@font-face {
	font-family: FSNerudaLight-Italic;
	src: url(../fonts/FSNerudaLightItalic.otf)
}
@font-face {
	font-family: FSNerudaLight-Regular;
	src: url(../fonts/FSNerudaLight.otf)
}
.nav-item {
	cursor: pointer;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	font-size: 13px;
	line-height: 1;
	padding: 0;
	margin: 0 1rem;
	height: auto;
	text-transform: uppercase;
	color: #fff!important;
	font-family: EuclidCircular-Light!important;
	transition: all .45s;
	-webkit-transition: all .45s;
	-moz-transition: all .45s;
	position: relative;
	display: flex;
	align-items: center;
	text-shadow: -1px 1px 0 rgba(22,22,21,.3)
}
.nav-item:hover {
	color: #df3c64!important
}

@media (min-width:1024px) {
.nav-item {
	font-size: 15px;
	margin: 0 .5rem
}
}

@media (min-width:1280px) {
.nav-item {
	font-size: 14px;
	margin: 0 .4rem
}
}

@media (min-width:1375px) {
.nav-item {
	font-size: 15px;
	margin: 0 .5rem
}
}
.products_btn {
	transition: all .45s;
	-webkit-transition: all .45s;
	-moz-transition: all .45s
}
.products_btn:hover {
	cursor: pointer;
	background-position: right 4px!important;
	color: #df3c64!important
}
.menu-dropdown-items {
	position: fixed;
	top: 5rem;
	width: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 999
}
.menu-dropdown-items .items {
	position: relative;
	color: #fff
}
.menu-dropdown-items .items:hover {
	color: #f0506e
}
.menu-dropdown-items .items a {
	color: #fff
}
.menu-dropdown-items .items a:hover {
	color: #f0506e
}
#algolia-autocomplete-listbox-0, #algolia-autocomplete-listbox-2, #hits {
	overflow: auto
}
#menu-products-items {
	color: #fff;
	overflow: scroll;
	max-height: calc(100% - 96px)
}

@media (min-width:1280px) {
#menu-products-items {
	overflow: inherit;
	max-height: inherit
}
}
#menu-products-items .left, #menu-products-items .right {
	width: 50%
}
#menu-products-items h3 {
	display: inline-block;
	margin: 8px 0 0;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 13px;
	border-bottom: 2px solid #df3c64;
	text-transform: uppercase
}
#menu-products-items li {
	font-size: 14px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	cursor: pointer
}
#menu-products-items li, #menu-products-items li a {
	color: #fff;
	transition: color .3s ease, border-color .3s ease, background-color .3s ease, opacity .3s ease
}
#menu-products-items li:hover, #menu-products-items li a:hover {
	color: #f0506e
}
#menu-products-items ul {
	margin: 8px 0 0 12px;
	list-style: none
}
#menu-products-items ul.first {
	margin: 8px 0 0
}
#menu-products-items #applications {
	display: flex
}
#menu-products-items #applications .application {
	margin: 0 1.5%;
	width: 45%
}
#menu-products-items #launches ul {
	list-style: none;
	margin: 0
}
#menu-products-items #launches ul li {
	float: left;
	width: auto;
	margin: 0 14px 0 4px;
	list-style: none
}
#menu-products-items #launches ul li span {
	display: block;
	height: 32px;
	margin: 12px 0 0;
	line-height: 1em
}
#menu-products-items #launches ul li img {
	width: 120px;
	height: 120px;
	-o-object-fit: cover;
	object-fit: cover
}

@media (min-width:1280px) {
#menu-products-items {
	padding-left: 3%;
	padding-bottom: 1rem;
	display: none
}
}
.toggle-menu {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	height: 29px
}
.toggle-menu img {
	width: 30px;
	height: 100%
}
.mobile-menu-search {
	width: 30px;
	height: 30px;
	margin-left: 20px
}
body {
	transition: margin-left .3s
}
body.expanded {
	margin-left: -300px
}
body.expanded #mobile_navigation {
	right: 0
}
#mobile_navigation {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	background-color: #222;
	color: #666;
	display: block;
	z-index: 999;
	transition: right .3s;
	overflow-y: scroll
}
#mobile_navigation #close-mobile-menu {
	position: absolute;
	right: 15px;
	top: 21px;
	color: #fff;
	border: 2px solid #fff;
	line-height: 24px;
	width: 28px;
	height: 28px;
	font-size: 1em;
	text-align: center;
	display: inline-block;
	z-index: 10;
	border-radius: 50%
}
#mobile_navigation .mobile_menu {
	padding: 20px 30px;
	margin: 0;
	list-style: none;
	max-height: 100%
}
#mobile_navigation .mobile_menu>li {
	display: block;
	width: 100%
}
#mobile_navigation .mobile_menu>li>a, #mobile_navigation .mobile_menu>li>div {
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	display: block;
	position: relative;
	padding: 0 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all .3s ease-in-out;
	cursor: pointer
}
#mobile_navigation .mobile_menu>li>a:hover, #mobile_navigation .mobile_menu>li>div:hover {
	color: #df3c64
}
#mobile_navigation .mobile_menu>li ul {
	margin: -5px 0 5px 5px
}
#mobile_navigation .mobile_menu>li ul li a {
	color: #fff;
	font-size: .9rem
}
#mobile_navigation .mobile_menu>li ul li a:hover {
	color: #df3c64
}
footer {
	padding: 0 60px;
	width: 100%;
	position: relative;
	color: #888;
	font-size: 12px;
	z-index: 100
}
footer .image {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}
footer .image img {
	width: 85px;
	margin-bottom: 1.5rem
}
footer .footer-line {
	border-top: 2px solid #e4466e;
	padding-top: 30px
}
footer div .header {
	font-family: EuclidCircular-Medium;
	font-size: 10pt
}
footer div a {
	list-style-type: none;
	color: #989898;
	font-family: EuclidCircular-Light
}
footer div a:hover {
	color: #df3c64!important
}
footer .social img {
	height: 18px;
	margin: 10px;
	cursor: pointer
}
footer .notes .item {
	margin-left: 10px;
	margin-right: 10px
}
footer .notes .item a {
	color: #989898
}
footer .notes .item a:hover {
	text-decoration: underline
}
footer .notes, footer .social {
	height: 75px
}
#products-searchable {
	min-height: 450px
}
#products-searchable, #products-searchable #filters-container {
	background-color: #222
}
#products-searchable .aa-hint {
	top: inherit!important;
	left: inherit!important
}
#products-searchable img {
	left: 0;
	top: 20px
}
#products-searchable input::-webkit-input-placeholder {
color:#fff;
opacity:1;
font-size:13px
}
#products-searchable input::-moz-placeholder {
color:#fff;
opacity:1;
font-size:13px
}
#products-searchable input:-ms-input-placeholder {
color:#fff;
opacity:1;
font-size:13px
}
#products-searchable input::-ms-input-placeholder {
color:#fff;
opacity:1;
font-size:13px
}
#products-searchable input::placeholder {
color:#fff;
opacity:1;
font-size:13px
}

@media (min-width:1024px) {
#products-searchable input::-webkit-input-placeholder {
font-size:15px;
margin:0 .5rem
}
#products-searchable input::-moz-placeholder {
font-size:15px;
margin:0 .5rem
}
#products-searchable input:-ms-input-placeholder {
font-size:15px;
margin:0 .5rem
}
#products-searchable input::-ms-input-placeholder {
font-size:15px;
margin:0 .5rem
}
#products-searchable input::placeholder {
font-size:15px;
margin:0 .5rem
}
}

@media (min-width:1280px) {
#products-searchable {
	min-height: inherit
}
#products-searchable input::-webkit-input-placeholder {
font-size:14px;
margin:0 .4rem
}
#products-searchable input::-moz-placeholder {
font-size:14px;
margin:0 .4rem
}
#products-searchable input:-ms-input-placeholder {
font-size:14px;
margin:0 .4rem
}
#products-searchable input::-ms-input-placeholder {
font-size:14px;
margin:0 .4rem
}
#products-searchable input::placeholder {
font-size:14px;
margin:0 .4rem
}
}

@media (min-width:1375px) {
#products-searchable input::-webkit-input-placeholder {
font-size:15px;
margin:0 .5rem
}
#products-searchable input::-moz-placeholder {
font-size:15px;
margin:0 .5rem
}
#products-searchable input:-ms-input-placeholder {
font-size:15px;
margin:0 .5rem
}
#products-searchable input::-ms-input-placeholder {
font-size:15px;
margin:0 .5rem
}
#products-searchable input::placeholder {
font-size:15px;
margin:0 .5rem
}
}
#hidden_products_searchable img {
	left: 0;
	top: 10px!important
}
#hidden_products_searchable .products-input {
	border-bottom-width: 1px;
	border-color: #fff;
	text-indent: 22px
}
tab {
	padding-left: 20px
}
#search-autocomplete {
	left: 15px;
	top: 4px;
	background-color: transparent;
	letter-spacing: 0
}
.iScrollVerticalScrollbar {
	display: none
}
body, html {
	text-rendering: optimizeLegibility!important;
	-moz-tab-size: unset!important;
	-o-tab-size: unset!important;
	tab-size: unset!important;
	font-smooth: never!important;
	-moz-osx-font-smoothing: auto!important
}
body {
	line-height: 26px;
	font-weight: 400;
	letter-spacing: normal;
	word-spacing: normal;
	-webkit-text-size-adjust: none
}
body, h1, h2, h3, h4, h5, h6 {
	font-family: EuclidCircular-Light, sans-serif
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0;
	line-height: normal
}
p {
	line-height: 1.4em;
	font-size: 1.35em
}
.category-description h2 {
	line-height: 1.6;
	font-size: 1.55em
}
.my-container {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

@media (min-width:1024px) {
.my-container {
	padding-left: 4rem;
	padding-right: 4rem
}
}
.draggable tr i.mdi-cursor-move {
	display: none
}
.draggable tr:hover {
	cursor: move;
	background-color: rgba(0,0,0,.05)!important
}
.draggable tr:hover i.mdi-cursor-move {
	display: inline
}
.animate-when-visible {
	opacity: 0
}
.fadeIn {
	animation: fadeIn 1s ease;
	-webkit-animation: fadeIn 1s ease;
	-moz-animation: fadeIn ease 1s;
	-o-animation: fadeIn ease 1s;
	-ms-animation: fadeIn ease 1s
}
@keyframes fadeIn {
0% {
opacity:0
}
to {
opacity:1
}
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
to {
opacity:1
}
}
#main_navigation {
	background-color: transparent;
	box-shadow: none!important;
	transition: all .3s ease
}
#main_navigation.scrolled {
	background-color: rgba(0,0,0,.6)
}
.layout_subtitle {
	font-size: 30px;
	padding-left: 5px
}
.option-circle, .option-circle-small {
	border-radius: 9999px;
	height: 12rem;
	width: 12rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1.5rem;
	border: 1px solid #df3c64;
	color: #df3c64;
	max-height: 12rem;
	max-width: 12rem;
	background-color: #fff;
	transition: background-color .5s;
	font-size: 21px
}
.option-circle-small {
	max-height: 9rem;
	max-width: 9rem
}
.option-circle-small:hover, .option-circle:hover {
	background-color: #df3c64
}
.option-product {
	padding: 1rem 1.5rem;
	border-radius: .5rem;
	border: 1px solid #eee;
	background-color: #eee;
	transition: background-color .15s, border .15s;
	transition-timing-function: ease-in
}
.option-product:hover {
--bg-opacity:1;
	background-color: #fff;
	background-color: rgba(255, 255, 255, var(--bg-opacity));
	border: 1px solid #df3c64;
	cursor: pointer
}
.pv-image {
	transition: all .15s;
	transition-timing-function: ease-in
}
.max-h-111 {
	max-height: 111px
}
.min-h-111 {
	min-height: 111px
}
.inner_title {
	font-size: 25px;
	text-shadow: -1px 1px 0 rgba(22,22,21,.3);
	visibility: visible;
	transition: visibility .05s
}
.pv-cover {
	background-color: rgba(39,40,34,.5);
	visibility: hidden;
	opacity: 0;
	transition: all .15s;
	transition-timing-function: ease-in
}
.pv-overlay-image .title {
	font-size: 25px;
	text-shadow: -1px 1px 0 rgba(22,22,21,.3)
}
.pv-overlay-image span {
	font-size: 18px
}
.pv-overlay-image .content {
	position: absolute;
	bottom: 65%
}
.pv-overlay-image .content-center {
	position: absolute;
	bottom: 70%
}

@media (min-width:1024px) {
.pv-overlay-image .content-center {
	position: relative;
	bottom: 0
}
}
.pv-overlay-image:hover .pv-cover {
	opacity: 1;
	visibility: visible
}
.pv-overlay-image:hover .pv-image {
	transform: scale(1.05)
}
.pv-overlay-image:hover .inner_title {
	visibility: hidden
}
.home_new_item:hover {
	color: #3e3e3e!important
}
.home_new_item:hover .pv-cover {
	opacity: 1;
	visibility: visible
}
.home_new_item:hover .pv-image {
	transform: scale(1.05)
}
a {
	color: #3e3e3e;
	transition: all .2s
}
a:hover {
	color: #df3c64
}
select {
	-moz-appearance: none;
	-webkit-appearance: none
}
select::-ms-expand {
display:none
}
.pv-input {
	border-radius: 12px;
	color: #1b1b1b;
	border: 1px solid #1b1b1b;
	padding: 12px 20px;
	background: #fff;
	transition: all .25s
}
.pv-input::-webkit-input-placeholder {
color:#1b1b1b
}
.pv-input::-moz-placeholder {
color:#1b1b1b
}
.pv-input:-ms-input-placeholder {
color:#1b1b1b
}
.pv-input::-ms-input-placeholder {
color:#1b1b1b
}
.pv-input::placeholder {
color:#1b1b1b
}
select, select option {
	color: #1b1b1b!important
}
input:focus, select:focus, textarea:focus {
	outline: none!important
}
.pv-input-bt {
	text-transform: uppercase;
	border-radius: 12px;
	padding: 15px 60px!important;
	color: #fff;
	background-color: #777;
	transition: background-color .2s;
	transition-timing-function: ease-in
}
.pv-input-bt:hover {
	background-color: #df3c64
}
.w-max-content {
	width: -webkit-max-content!important;
	width: -moz-max-content!important;
	width: max-content!important
}
.rounded-default, .search-form {
	border-radius: 10px
}
.search-form {
	display: flex;
	align-items: center
}
.search-form .search-input {
	border: none!important;
	color: #000;
	padding: 8px 15px;
	font-size: 13px;
	margin-bottom: 0!important;
	border-radius: inherit!important
}
.search-form .search-input::-webkit-input-placeholder {
color:#000
}
.search-form .search-input::-moz-placeholder {
color:#000
}
.search-form .search-input:-ms-input-placeholder {
color:#000
}
.search-form .search-input::-ms-input-placeholder {
color:#000
}
.search-form .search-input::placeholder {
color:#000
}
.search-form img {
	height: 20px;
	margin-right: 12px;
	cursor: pointer
}
.container-title {
	padding: 0 0 6px 2px;
	border-bottom: 2px solid #df3c64;
	font-size: 22px!important
}
.default_button, input.default_button {
	cursor: pointer!important
}
.default_button {
	padding: 14px 60px!important;
	border-radius: 12px!important;
	color: #fff!important;
	font-size: 1.25em!important;
	font-family: Din!important;
	font-weight: 400!important;
	transition: all .2s ease!important;
	background-color: #777!important
}
.default_button:hover {
	background-color: #df3c64!important
}
.button, input[type=submit] {
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #1b1b1b;
	font-weight: 600;
	display: inline-block;
	padding: 15px 30px;
	line-height: 19px!important;
	opacity: 1;
	border: none;
	outline: none!important;
	margin: 5px 2px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-mobox-sizing: border-box;
	box-sizing: border-box
}
.button:hover, input[type=submit]:hover {
	opacity: .85
}
input[hidden] {
	display: none!important
}
.z-full {
	z-index: 999
}
.h-content {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content
}
.big-container, .container {
	margin: 0;
	padding: 0 15px;
	width: 100%!important;
	max-width: 100%!important;
	display: inline-block
}

@media (min-width:1024px) {
.big-container, .container {
	padding: 0 60px
}
}
.downloads a {
	display: block;
	padding-left: 35px;
	margin-bottom: 10px;
	background-size: auto 100%!important
}
.downloads a.pv-overlay-image {
	padding-left: 0
}
.height250 {
	height: 250px
}
.slide-container {
	padding: 0 5%
}
.slide {
	font-family: EuclidCircular-SemiBold;
	font-size: 35pt
}
.slide .videoInsert {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: contain;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	z-index: 999
}
.slide a {
	color: #fff
}
.slide a:hover {
	text-decoration: none
}
.slide .title {
	font-size: 3rem;
	line-height: 3rem!important
}
.slide .description, .slide .title {
	color: #fff;
	text-shadow: -1px 1px 0 rgba(22,22,21,.3)
}
.slide .description {
	font-size: 2rem;
	margin-bottom: 3rem!important;
	line-height: normal!important;
	font-family: FSNerudaLight-Regular;
	margin-top: 15px!important
}
.slide .description p {
	font-size: inherit!important;
	margin-bottom: inherit!important;
	line-height: inherit!important
}

@media (min-width:1024px) {
.slide .title {
	line-height: 83pt!important;
	font-size: 2.5em!important
}
.slide .description {
	font-size: 1.4em!important
}
}
.fp-controlArrow {
	background-size: auto 200%!important;
	width: 45px!important;
	height: 45px!important;
	border-width: 0!important;
	border-color: none!important;
	display: none
}
.fp-controlArrow:hover {
	background-position: 0 -45px!important
}
.fp-controlArrow.fp-prev {
	transform: rotate(180deg);
	left: 0
}
.fp-controlArrow.fp-next {
	right: 0
}

@media (min-width:768px) {
.fp-controlArrow {
	display: inherit
}
}
.z-max {
	z-index: 9999
}
.cc-window {
	font-size: 14px
}
.cc-window, .cc-window .cc-message {
	font-family: EuclidCircular-Light, sans-serif
}
.cc-window .cc-message {
	font-size: 1em;
	line-height: 1.4em
}
.cc-window .cc-message a, .cc-window .cc-message a:hover {
	color: #df3c64;
	text-decoration: none;
	opacity: 1
}
.cc-window .cc-btn {
	min-width: inherit!important;
	color: #fff!important;
	background-color: #df3c64!important;
	padding: 5px 14px;
	border-radius: 5px;
	font-family: EuclidCircular-Light, sans-serif;
	transition: background-color .2s ease
}
.cc-window .cc-btn:hover {
	background-color: #000!important
}
.disable-scrollbars {
	scrollbar-width: none;
	-ms-overflow-style: none
}
.disable-scrollbars::-webkit-scrollbar {
width:0;
background:transparent
}
.page-content h2, .page_content_wrapper h2 {
	padding-bottom: 3px!important;
	padding-left: 1px!important;
	border-bottom: 1px solid #df3c64!important;
	color: #df3c64!important;
	margin: 0 0 15px!important;
	font-size: 22px!important
}
.page-content h3, .page_content_wrapper h3 {
	color: #1b1b1b!important;
	padding-bottom: 20px!important;
	font-size: 22px!important
}
.page-content iframe.ql-video, .page_content_wrapper iframe.ql-video {
	width: 100%;
	height: 50vw
}
.page-content ul, .page_content_wrapper ul {
	line-height: 1.4em;
	font-size: 1.35em;
	margin: inherit;
	padding-left: 40px;
	list-style: inherit
}
.tab-content {
	display: none
}
.tab-content ul {
	list-style: inherit;
	padding-left: 40px
}
.tab-content p span {
	line-height: inherit;
	font-size: inherit
}
.tab-content span {
	line-height: 1.4em;
	font-size: 1.35em
}
.tab-content.active {
	display: block
}
#mycalendar .cld-main {
	width: 100%
}
#mycalendar .cld-labels {
	-webkit-margin-before: 1em;
	margin-block-start: 1em;
	-webkit-margin-after: 1em;
	margin-block-end: 1em;
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	-webkit-margin-end: 0;
	margin-inline-end: 0
}
#mycalendar .cld-number {
	font-size: inherit!important;
	margin: 5px!important;
	line-height: inherit!important;
	padding: 0
}
#mycalendar .eventday, #mycalendar .today .cld-number {
	height: 27px;
	width: 27px
}
#mycalendar .cld-number.eventday {
	border: 1px solid #df3c64
}
#social .instagram {
	padding: 0 3px
}

@media (min-width:1024px) {
#social .instagram {
	padding: 0 27px
}
}
.plyr.plyr--video {
	width: 100%;
	max-width: 156vh
}
#CybotCookiebotDialog a, #CybotCookiebotDialogBodyContentTitle, #CybotCookiebotDialog div, #CybotCookiebotDialog td, #CybotCookiebotDialog th {
	font-family: EuclidCircular-Light, sans-serif!important
}
#CybotCookiebotDialogBodyContentTitle {
	line-height: 1.4em!important
}
.CookieDeclaration, .CookieDeclaration p {
	font-size: inherit
}
.hide-scroll::-webkit-scrollbar {
display:none
}
.hide-scroll {
	-ms-overflow-style: none;
	scrollbar-width: none
}
.our-impact-pilar h1, .our-impact-pilar h2, .our-impact-project h1, .our-impact-project h2 {
	font-size: 1.5rem
}
.our-impact-pilar p, .our-impact-project p {
	font-size: 1.125rem
}
.whitespace-nowrap {
	white-space: nowrap
}
.text-ellipsis {
	text-overflow: ellipsis
}
.modal {
	transition: opacity .25s ease
}
body.modal-active {
	overflow-x: hidden;
	overflow-y: visible!important
}
#breadcrumb a {
	color: #3e3e3e;
	transition: all .2s
}
#breadcrumb a:hover, #breadcrumb a:last-child {
	color: #df3c64
}
.aa-input-container {
	display: inline-block;
	position: relative
}
#search-box .ais-SearchBox-loadingIndicator, #search-box .ais-SearchBox-reset, #search-box .ais-SearchBox-submit {
	display: none
}
#search-box input {
	background-color: transparent;
	border-style: none;
	padding-top: .25rem;
	padding-bottom: .25rem;
	width: 100%
}
#search-box input::-webkit-input-placeholder {
opacity:.75
}
#search-box input::-moz-placeholder {
opacity:.75
}
#search-box input:-ms-input-placeholder {
opacity:.75
}
#search-box input::-ms-input-placeholder {
opacity:.75
}
#search-box input::placeholder {
opacity:.75
}
#hits .category, #hits a.hover, #hits a.hover mark {
	color: #df3c64!important
}
#hits .category {
	font-size: .75rem
}
#hits mark {
--bg-opacity:1;
	background-color: #2d3748;
	background-color: rgba(45, 55, 72, var(--bg-opacity));
--text-opacity:1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity))
}
.ais-RefinementList-list {
	margin-left: 0!important;
	margin-top: 1rem
}
.ais-RefinementList-list .ais-RefinementList-item input, .ais-RefinementList-list .ais-RefinementList-item label {
	cursor: pointer
}
.algolia-autocomplete {
	width: 100%
}
.aa-hint {
	color: #e4e4e4
}
.aa-dropdown-menu {
	background-color: transparent;
	font-family: inherit;
	margin-top: 25px;
	font-size: 11px;
	width: 100%
}
.aa-suggestion {
	padding: 0;
	cursor: pointer;
	transition: .2s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff!important
}
.aa-suggestion a {
	margin-bottom: .75rem
}
.aa-suggestion a, .aa-suggestion a span {
	color: #fff!important;
	line-height: 1.375
}
.aa-suggestion a.category, .aa-suggestion a span.category {
	color: #df3c64!important;
	font-size: .75rem
}
.aa-suggestion.aa-cursor, .aa-suggestion.aa-cursor a, .aa-suggestion.aa-cursor a span, .aa-suggestion:hover, .aa-suggestion:hover a, .aa-suggestion:hover a span {
	color: #df3c64!important
}
.aa-suggestion>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%
}
.aa-suggestion span:first-child em, .aa-suggestion span:last-child em {
	font-weight: 700;
	font-style: normal;
	background-color: rgba(58,150,207,.1);
	padding: 2px 0 2px 2px
}
.aa-dropdown-menu>div {
	display: inline-block;
	width: 100%;
	vertical-align: top
}
.aa-empty {
	padding: 6px 12px
}
.blocked-label {
	opacity: .25
}
.algolia-autocomplete {
	border-bottom-width: 1px;
	padding: 2px 0;
	margin-top: 9px
}
a.result mark {
	transition: all .3s ease
}
a.result:hover mark {
	color: #df3c64!important
}
.filters-fill-animation path {
	-webkit-animation-name: filters-fill-animation;
	animation-name: filters-fill-animation;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate
}
@-webkit-keyframes filters-fill-animation {
0% {
fill:#fff
}
to {
fill:#df3c64
}
}
@keyframes filters-fill-animation {
0% {
fill:#fff
}
to {
fill:#df3c64
}
}
#refinement-slider input {
	width: 100%;
	background: transparent
}
input[type=range] {
	height: 25px;
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%
}
input[type=range]:focus {
	outline: none
}
input[type=range]::-webkit-slider-runnable-track {
width:100%;
height:5px;
cursor:pointer;
animate:.2s;
box-shadow:0 0 0 #000;
background:#fff;
border-radius:1px;
border:0 solid #000
}
input[type=range]::-webkit-slider-thumb {
box-shadow:0 0 0 #000;
border:1px solid #df3c64;
height:10px;
width:10px;
border-radius:25px;
background:#df3c64;
cursor:pointer;
-webkit-appearance:none;
margin-top:-3px
}
input[type=range]:focus::-webkit-slider-runnable-track {
background:#fff
}
input[type=range]::-moz-range-track {
width:100%;
height:5px;
cursor:pointer;
animate:.2s;
box-shadow:0 0 0 #000;
background:#fff;
border-radius:1px;
border:0 solid #000
}
input[type=range]::-moz-range-thumb {
box-shadow:0 0 0 #000;
border:1px solid #df3c64;
height:10px;
width:10px;
border-radius:25px;
background:#df3c64;
cursor:pointer
}
input[type=range]::-ms-track {
width:100%;
height:5px;
cursor:pointer;
animate:.2s;
background:transparent;
border-color:transparent;
color:transparent
}
input[type=range]::-ms-fill-lower, input[type=range]::-ms-fill-upper {
background:#fff;
border:0 solid #000;
border-radius:2px;
box-shadow:0 0 0 #000
}
input[type=range]::-ms-thumb {
margin-top:1px;
box-shadow:0 0 0 #000;
border:1px solid #df3c64;
height:10px;
width:10px;
border-radius:25px;
background:#df3c64;
cursor:pointer
}
input[type=range]:focus::-ms-fill-lower, input[type=range]:focus::-ms-fill-upper {
background:#fff
}
.ais-ToggleRefinement-labelText {
	margin-left: .4rem
}
#algolia-filters-toggle-button.isHidden {
	display: none!important
}
.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list, .slick-slider {
	position: relative;
	display: block
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	transform: translateZ(0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:after, .slick-track:before {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.slick-loading .slick-list {
	background: #fff url(ajax-loader.gif) 50% no-repeat
}
@font-face {
	font-family: slick;
	src: url(../fonts/slick.eot);
	src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
	font-weight: 400;
	font-style: normal
}
.slick-next, .slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none
}
.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
	background: transparent;
	color: transparent;
	outline: none
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #000;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-prev {
	left: -20px
}
[dir=rtl] .slick-prev {
	left: auto;
	right: -20px
}
.slick-prev:before {
	content: "\2190"
}
[dir=rtl] .slick-prev:before {
	content: "\2192"
}
.slick-next {
	right: -20px
}
[dir=rtl] .slick-next {
	left: -20px;
	right: auto
}
.slick-next:before {
	content: "\2192"
}
[dir=rtl] .slick-next:before {
	content: "\2190"
}
.slick-dotted.slick-slider {
	margin-bottom: 30px
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0
}
.slick-dots li, .slick-dots li button {
	height: 20px;
	width: 20px;
	cursor: pointer
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px
}
.slick-dots li button:focus, .slick-dots li button:hover {
	outline: none
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
main {
	display: block
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
img {
	border-style: none
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style:none;
padding:0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
outline:1px dotted ButtonText
}
fieldset {
	padding: .35em .75em .625em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
details {
	display: block
}
summary {
	display: list-item
}
[hidden], template {
	display: none
}
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
	margin: 0
}
button {
	background-color: transparent;
	background-image: none
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
fieldset, ol, ul {
	margin: 0;
	padding: 0
} 

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#a0aec0
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:#a0aec0
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#a0aec0
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
color:#a0aec0
}
input::placeholder, textarea::placeholder {
color:#a0aec0
}
[role=button], button {
	cursor: pointer
}
table {
	border-collapse: collapse
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit
}
a {
	color: inherit;
	text-decoration: inherit
}
button, input, optgroup, select, textarea {
	padding: 0;
	line-height: inherit;
	color: inherit
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}
audio, canvas, embed, iframe, img, object, svg, video {
	/*display: block;*/
	vertical-align: middle
}
img, video {
	max-width: 100%;
	height: auto
}
.container {
	width: 100%
}

@media (min-width:640px) {
.container {
	max-width: 640px
}
}

@media (min-width:768px) {
.container {
	max-width: 768px
}
}

@media (min-width:1024px) {
.container {
	max-width: 1024px
}
}

@media (min-width:1280px) {
.container {
	max-width: 1280px
}
}
.space-x-1>:not(template)~:not(template) {
--space-x-reverse:0;
margin-right:calc(0.25rem*var(--space-x-reverse));
margin-left:calc(0.25rem*(1 - var(--space-x-reverse)))
}
.space-y-2>:not(template)~:not(template) {
--space-y-reverse:0;
margin-top:calc(0.5rem*(1 - var(--space-y-reverse)));
margin-bottom:calc(0.5rem*var(--space-y-reverse))
}
.space-x-2>:not(template)~:not(template) {
--space-x-reverse:0;
margin-right:calc(0.5rem*var(--space-x-reverse));
margin-left:calc(0.5rem*(1 - var(--space-x-reverse)))
}
.space-y-4>:not(template)~:not(template) {
--space-y-reverse:0;
margin-top:calc(1rem*(1 - var(--space-y-reverse)));
margin-bottom:calc(1rem*var(--space-y-reverse))
}
.space-x-4>:not(template)~:not(template) {
--space-x-reverse:0;
margin-right:calc(1rem*var(--space-x-reverse));
margin-left:calc(1rem*(1 - var(--space-x-reverse)))
}
.space-y-6>:not(template)~:not(template) {
--space-y-reverse:0;
margin-top:calc(1.5rem*(1 - var(--space-y-reverse)));
margin-bottom:calc(1.5rem*var(--space-y-reverse))
}
.space-y-8>:not(template)~:not(template) {
--space-y-reverse:0;
margin-top:calc(2rem*(1 - var(--space-y-reverse)));
margin-bottom:calc(2rem*var(--space-y-reverse))
}
.bg-transparent {
	background-color: transparent
}
.bg-white {
--bg-opacity:1;
	background-color: #fff;
	background-color: rgba(255, 255, 255, var(--bg-opacity))
}
.bg-gray-200 {
--bg-opacity:1;
	background-color: #edf2f7;
	background-color: rgba(237, 242, 247, var(--bg-opacity))
}
.bg-gray-900 {
--bg-opacity:1;
	background-color: #1a202c;
	background-color: rgba(26, 32, 44, var(--bg-opacity))
}
.bg-green-900 {
--bg-opacity:1;
	background-color: #22543d;
	background-color: rgba(34, 84, 61, var(--bg-opacity))
}
.bg-indigo-500 {
--bg-opacity:1;
	background-color: #667eea;
	background-color: rgba(102, 126, 234, var(--bg-opacity))
}
.bg-lfPink {
--bg-opacity:1;
	background-color: #df3c64;
	background-color: rgba(223, 60, 100, var(--bg-opacity))
}
.bg-lfGray {
--bg-opacity:1;
	background-color: #777;
	background-color: rgba(119, 119, 119, var(--bg-opacity))
}
.hover\:bg-white:hover {
--bg-opacity:1;
	background-color: #fff;
	background-color: rgba(255, 255, 255, var(--bg-opacity))
}
.hover\:bg-gray-200:hover {
--bg-opacity:1;
	background-color: #edf2f7;
	background-color: rgba(237, 242, 247, var(--bg-opacity))
}
.hover\:bg-indigo-400:hover {
--bg-opacity:1;
	background-color: #7f9cf5;
	background-color: rgba(127, 156, 245, var(--bg-opacity))
}
.hover\:bg-lfPink:hover {
--bg-opacity:1;
	background-color: #df3c64;
	background-color: rgba(223, 60, 100, var(--bg-opacity))
}
.bg-center {
	background-position: 50%
}
.bg-cover {
	background-size: cover
}
.border-black {
--border-opacity:1;
	border-color: #000;
	border-color: rgba(0, 0, 0, var(--border-opacity))
}
.border-white {
--border-opacity:1;
	border-color: #fff;
	border-color: rgba(255, 255, 255, var(--border-opacity))
}
.border-gray-400 {
--border-opacity:1;
	border-color: #cbd5e0;
	border-color: rgba(203, 213, 224, var(--border-opacity))
}
.border-lfPink {
--border-opacity:1;
	border-color: #df3c64;
	border-color: rgba(223, 60, 100, var(--border-opacity))
}
.border-lfGrey {
--border-opacity:1;
	border-color: #777;
	border-color: rgba(119, 119, 119, var(--border-opacity))
}
.border-lfYellow {
--border-opacity:1;
	border-color: #f9b617;
	border-color: rgba(249, 182, 23, var(--border-opacity))
}
.border-lfBlue {
--border-opacity:1;
	border-color: #0da2dd;
	border-color: rgba(13, 162, 221, var(--border-opacity))
}
.border-lfPurple {
--border-opacity:1;
	border-color: #5f56bc;
	border-color: rgba(95, 86, 188, var(--border-opacity))
}
.hover\:border-lfPink:hover {
--border-opacity:1;
	border-color: #df3c64;
	border-color: rgba(223, 60, 100, var(--border-opacity))
}
.rounded {
	border-radius: .25rem
}
.rounded-lg {
	border-radius: .5rem
}
.rounded-full {
	border-radius: 9999px
}
.rounded-xl {
	border-radius: .8rem
}
.border-solid {
	border-style: solid
}
.border-none {
	border-style: none
}
.border-2 {
	border-width: 2px
}
.border {
	border-width: 1px
}
.border-b-2 {
	border-bottom-width: 2px
}
.border-b {
	border-bottom-width: 1px
}
.cursor-pointer {
	cursor: pointer
}
.block {
	display: block
}
.inline-block {
	display: inline-block
}
.inline {
	display: inline
}
.flex {
	display: flex
}
.table {
	display: table
}
.grid {
	display: grid
}
.contents {
	display: contents
}
.hidden {
	display: none
}
.flex-col {
	flex-direction: column
}
.flex-col-reverse {
	flex-direction: column-reverse
}
.flex-wrap {
	flex-wrap: wrap
}
.place-items-center {
	place-items: center
}
.items-end {
	align-items: flex-end
}
.items-center {
	align-items: center
}
.content-center {
	align-content: center
}
.justify-end {
	justify-content: flex-end
}
.justify-center {
	justify-content: center
}
.justify-between {
	justify-content: space-between
}
.justify-around {
	justify-content: space-around
}
.justify-evenly {
	justify-content: space-evenly
}
.flex-1 {
	flex: 1 1 0%
}
.flex-grow-0 {
	flex-grow: 0
}
.flex-grow {
	flex-grow: 1
}
.flex-shrink-0 {
	flex-shrink: 0
}
.order-first {
	order: -9999
}
.float-left {
	float: left
}
.font-EuclidCircular-SemiBold {
	font-family: EuclidCircular-SemiBold
}
.font-EuclidCircular-Medium {
	font-family: EuclidCircular-Medium
}
.font-EuclidCircular-Light {
	font-family: EuclidCircular-Light
}
.font-normal {
	font-weight: 400
}
.font-bold {
	font-weight: 700
}
.font-extrabold {
	font-weight: 800
}
.h-3 {
	height: .75rem
}
.h-4 {
	height: 1rem
}
.h-5 {
	height: 1.25rem
}
.h-6 {
	height: 1.5rem
}
.h-8 {
	height: 2rem
}
.h-10 {
	height: 2.5rem
}
.h-12 {
	height: 3rem
}
.h-16 {
	height: 4rem
}
.h-20 {
	height: 5rem
}
.h-24 {
	height: 6rem
}
.h-64 {
	height: 16rem
}
.h-auto {
	height: auto
}
.h-full {
	height: 100%
}
.h-screen {
	height: 100vh
}
.text-xs {
	font-size: .75rem
}
.text-sm {
	font-size: .875rem
}
.text-base {
	font-size: 1rem
}
.text-lg {
	font-size: 1.125rem
}
.text-xl {
	font-size: 1.25rem
}
.text-2xl {
	font-size: 1.5rem
}
.text-3xl {
	font-size: 1.875rem
}
.text-4xl {
	font-size: 2.25rem
}
.text-6xl {
	font-size: 4rem
}
.leading-none {
	line-height: 1
}
.leading-tight {
	line-height: 1.25
}
.list-none {
	list-style-type: none
}
.m-0 {
	margin: 0
}
.m-6 {
	margin: 1.5rem
}
.m-8 {
	margin: 2rem
}
.m-auto {
	margin: auto
}
.my-1 {
	margin-top: .25rem;
	margin-bottom: .25rem
}
.my-2 {
	margin-top: .5rem;
	margin-bottom: .5rem
}
.mx-2 {
	margin-left: .5rem;
	margin-right: .5rem
}
.my-3 {
	margin-top: .75rem;
	margin-bottom: .75rem
}
.mx-3 {
	margin-left: .75rem;
	margin-right: .75rem
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem
}
.mx-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem
}
.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem
}
.my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem
}
.mx-auto {
	margin-left: auto;
	margin-right: auto
}
.mb-0 {
	margin-bottom: 0
}
.ml-0 {
	margin-left: 0
}
.mt-1 {
	margin-top: .25rem
}
.mb-1 {
	margin-bottom: .25rem
}
.mt-2 {
	margin-top: .5rem
}
.mr-2 {
	margin-right: .5rem
}
.mb-2 {
	margin-bottom: .5rem
}
.ml-2 {
	margin-left: .5rem
}
.mt-3 {
	margin-top: .75rem
}
.mr-3 {
	margin-right: .75rem
}
.ml-3 {
	margin-left: .75rem
}
.mt-4 {
	margin-top: 1rem
}
.mr-4 {
	margin-right: 1rem
}
.mb-4 {
	margin-bottom: 1rem
}
.ml-4 {
	margin-left: 1rem
}
.mt-5 {
	margin-top: 1.25rem
}
.mr-5 {
	margin-right: 1.25rem
}
.mb-5 {
	margin-bottom: 1.25rem
}
.mt-6 {
	margin-top: 1.5rem
}
.mr-6 {
	margin-right: 1.5rem
}
.mb-6 {
	margin-bottom: 1.5rem
}
.ml-6 {
	margin-left: 1.5rem
}
.mt-8 {
	margin-top: 2rem
}
.mb-8 {
	margin-bottom: 2rem
}
.ml-8 {
	margin-left: 2rem
}
.mt-10 {
	margin-top: 2.5rem
}
.mr-10 {
	margin-right: 2.5rem
}
.mb-10 {
	margin-bottom: 2.5rem
}
.mt-12 {
	margin-top: 3rem
}
.mb-12 {
	margin-bottom: 3rem
}
.mt-16 {
	margin-top: 4rem
}
.mb-16 {
	margin-bottom: 4rem
}
.mb-20 {
	margin-bottom: 5rem
}
.mt-40 {
	margin-top: 10rem
}
.ml-auto {
	margin-left: auto
}
.-mt-2 {
	margin-top: -.5rem
}
.max-h-full {
	max-height: 100%
}
.max-w-xs {
	max-width: 20rem
}
.max-w-xl {
	max-width: 36rem
}
.object-contain {
	-o-object-fit: contain;
	object-fit: contain
}
.object-cover {
	-o-object-fit: cover;
	object-fit: cover
}
.object-center {
	-o-object-position: center;
	object-position: center
}
.object-top {
	-o-object-position: top;
	object-position: top
}
.opacity-0 {
	opacity: 0
}
.opacity-50 {
	opacity: .5
}
.opacity-100 {
	opacity: 1
}
.overflow-auto {
	overflow: auto
}
.overflow-hidden {
	overflow: hidden
}
.overflow-y-auto {
	overflow-y: auto
}
.overflow-y-scroll {
	overflow-y: scroll
}
.p-0 {
	padding: 0
}
.p-1 {
	padding: .25rem
}
.p-2 {
	padding: .5rem
}
.p-3 {
	padding: .75rem
}
.p-4 {
	padding: 1rem
}
.p-5 {
	padding: 1.25rem
}
.p-6 {
	padding: 1.5rem
}
.p-8 {
	padding: 2rem
}
.p-10 {
	padding: 2.5rem
}
.p-20 {
	padding: 5rem
}
.px-0 {
	padding-left: 0;
	padding-right: 0
}
.py-1 {
	padding-top: .25rem;
	padding-bottom: .25rem
}
.py-2 {
	padding-top: .5rem;
	padding-bottom: .5rem
}
.px-2 {
	padding-left: .5rem;
	padding-right: .5rem
}
.py-3 {
	padding-top: .75rem;
	padding-bottom: .75rem
}
.px-3 {
	padding-left: .75rem;
	padding-right: .75rem
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem
}
.px-12 {
	padding-left: 3rem;
	padding-right: 3rem
}
.px-16 {
	padding-left: 4rem;
	padding-right: 4rem
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem
}
.py-32 {
	padding-top: 8rem;
	padding-bottom: 8rem
}
.py-40 {
	padding-top: 10rem;
	padding-bottom: 10rem
}
.pb-0 {
	padding-bottom: 0
}
.pl-0 {
	padding-left: 0
}
.pb-1 {
	padding-bottom: .25rem
}
.pr-2 {
	padding-right: .5rem
}
.pb-2 {
	padding-bottom: .5rem
}
.pl-2 {
	padding-left: .5rem
}
.pt-3 {
	padding-top: .75rem
}
.pb-3 {
	padding-bottom: .75rem
}
.pt-4 {
	padding-top: 1rem
}
.pl-5 {
	padding-left: 1.25rem
}
.pt-6 {
	padding-top: 1.5rem
}
.pr-6 {
	padding-right: 1.5rem
}
.pb-6 {
	padding-bottom: 1.5rem
}
.pr-8 {
	padding-right: 2rem
}
.pt-10 {
	padding-top: 2.5rem
}
.pr-10 {
	padding-right: 2.5rem
}
.pb-10 {
	padding-bottom: 2.5rem
}
.pl-10 {
	padding-left: 2.5rem
}
.pt-12 {
	padding-top: 3rem
}
.pb-12 {
	padding-bottom: 3rem
}
.pt-20 {
	padding-top: 5rem
}
.pb-20 {
	padding-bottom: 5rem
}
.pt-24 {
	padding-top: 6rem
}
.pt-32 {
	padding-top: 8rem
}
.pointer-events-none {
	pointer-events: none
}
.static {
	position: static
}
.fixed {
	position: fixed
}
.absolute {
	position: absolute
}
.relative {
	position: relative
}
.inset-0 {
	right: 0;
	left: 0
}
.inset-0, .inset-y-0 {
	top: 0;
	bottom: 0
}
.top-0 {
	top: 0
}
.right-0 {
	right: 0
}
.bottom-0 {
	bottom: 0
}
.left-0 {
	left: 0
}
.resize {
	resize: both
}
.shadow-lg {
	box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05)
}
.fill-current {
	fill: currentColor
}
.text-left {
	text-align: left
}
.text-center {
	text-align: center
}
.text-right {
	text-align: right
}
.text-black {
--text-opacity:1;
	color: #000;
	color: rgba(0, 0, 0, var(--text-opacity))
}
.text-white {
--text-opacity:1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity))
}
.text-gray-700 {
--text-opacity:1;
	color: #4a5568;
	color: rgba(74, 85, 104, var(--text-opacity))
}
.text-gray-900 {
--text-opacity:1;
	color: #1a202c;
	color: rgba(26, 32, 44, var(--text-opacity))
}
.text-red-500 {
--text-opacity:1;
	color: #f56565;
	color: rgba(245, 101, 101, var(--text-opacity))
}
.text-green-600 {
--text-opacity:1;
	color: #38a169;
	color: rgba(56, 161, 105, var(--text-opacity))
}
.text-lfPink {
--text-opacity:1;
	color: #df3c64;
	color: rgba(223, 60, 100, var(--text-opacity))
}
.text-lfKaki {
--text-opacity:1;
	color: #76a17c;
	color: rgba(118, 161, 124, var(--text-opacity))
}
.text-lfGray, .text-lfGrey {
--text-opacity:1;
	color: #777;
	color: rgba(119, 119, 119, var(--text-opacity))
}
.text-lfYellow {
--text-opacity:1;
	color: #f9b617;
	color: rgba(249, 182, 23, var(--text-opacity))
}
.text-lfBlue {
--text-opacity:1;
	color: #0da2dd;
	color: rgba(13, 162, 221, var(--text-opacity))
}
.text-lfPurple {
--text-opacity:1;
	color: #5f56bc;
	color: rgba(95, 86, 188, var(--text-opacity))
}
.group:hover .group-hover\:text-lfPink {
--text-opacity:1;
	color: #df3c64;
	color: rgba(223, 60, 100, var(--text-opacity))
}
.italic {
	font-style: italic
}
.uppercase {
	text-transform: uppercase
}
.lowercase {
	text-transform: lowercase
}
.capitalize {
	text-transform: capitalize
}
.underline {
	text-decoration: underline
}
.tracking-tight {
	letter-spacing: -.025em
}
.align-baseline {
	vertical-align: baseline
}
.align-middle {
	vertical-align: middle
}
.visible {
	visibility: visible
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.w-3 {
	width: .75rem
}
.w-4 {
	width: 1rem
}
.w-6 {
	width: 1.5rem
}
.w-12 {
	width: 3rem
}
.w-32 {
	width: 8rem
}
.w-1\/2 {
	width: 50%
}
.w-1\/3 {
	width: 33.333333%
}
.w-2\/3 {
	width: 66.666667%
}
.w-1\/4 {
	width: 25%
}
.w-3\/4 {
	width: 75%
}
.w-11\/12 {
	width: 91.666667%
}
.w-full {
	width: 100%
}
.w-max-content {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}
.z-0 {
	z-index: 0
}
.z-2 {
	z-index: 2
}
.z-10 {
	z-index: 10
}
.gap-2 {
	grid-gap: .5rem;
	gap: .5rem
}
.gap-3 {
	grid-gap: .75rem;
	gap: .75rem
}
.gap-4 {
	grid-gap: 1rem;
	gap: 1rem
}
.gap-5 {
	grid-gap: 1.25rem;
	gap: 1.25rem
}
.gap-6 {
	grid-gap: 1.5rem;
	gap: 1.5rem
}
.gap-8 {
	grid-gap: 2rem;
	gap: 2rem
}
.gap-10 {
	grid-gap: 2.5rem;
	gap: 2.5rem
}
.gap-12 {
	grid-gap: 3rem;
	gap: 3rem
}
.gap-16 {
	grid-gap: 4rem;
	gap: 4rem
}
.gap-x-4 {
	grid-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem
}
.gap-x-5 {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem
}
.gap-x-16 {
	grid-column-gap: 4rem;
	-moz-column-gap: 4rem;
	column-gap: 4rem
}
.gap-y-3 {
	grid-row-gap: .75rem;
	row-gap: .75rem
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr))
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr))
}
.grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr))
}
.col-span-2 {
	grid-column: span 2/span 2
}
.col-start-1 {
	grid-column-start: 1
}
.col-start-2 {
	grid-column-start: 2
}
.col-start-3 {
	grid-column-start: 3
}
.col-start-4 {
	grid-column-start: 4
}
.col-start-5 {
	grid-column-start: 5
}
.col-start-6 {
	grid-column-start: 6
}
.col-start-7 {
	grid-column-start: 7
}
.col-start-8 {
	grid-column-start: 8
}
.col-start-9 {
	grid-column-start: 9
}
.col-start-10 {
	grid-column-start: 10
}
.col-start-11 {
	grid-column-start: 11
}
.col-start-12 {
	grid-column-start: 12
}
.col-start-13 {
	grid-column-start: 13
}
.col-start-auto {
	grid-column-start: auto
}
.col-end-6 {
	grid-column-end: 6
}
.transform {
--transform-translate-x:0;
--transform-translate-y:0;
--transform-rotate:0;
--transform-skew-x:0;
--transform-skew-y:0;
--transform-scale-x:1;
--transform-scale-y:1;
	transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}
.transition-none {
	transition-property: none
}
.transition-all {
	transition-property: all
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}
.ease-in-out {
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}
.duration-0 {
	transition-duration: 0ms
}
.duration-200 {
	transition-duration: .2s
}
.duration-500 {
	transition-duration: .5s
}
@-webkit-keyframes spin {
to {
transform:rotate(1turn)
}
}
@keyframes spin {
to {
transform:rotate(1turn)
}
}
@-webkit-keyframes ping {
75%, to {
transform:scale(2);
opacity:0
}
}
@keyframes ping {
75%, to {
transform:scale(2);
opacity:0
}
}
@-webkit-keyframes pulse {
50% {
opacity:.5
}
}
@keyframes pulse {
50% {
opacity:.5
}
}
@-webkit-keyframes bounce {
0%, to {
transform:translateY(-25%);
-webkit-animation-timing-function:cubic-bezier(.8, 0, 1, 1);
animation-timing-function:cubic-bezier(.8, 0, 1, 1)
}
50% {
transform:none;
-webkit-animation-timing-function:cubic-bezier(0, 0, .2, 1);
animation-timing-function:cubic-bezier(0, 0, .2, 1)
}
}
@keyframes bounce {
0%, to {
transform:translateY(-25%);
-webkit-animation-timing-function:cubic-bezier(.8, 0, 1, 1);
animation-timing-function:cubic-bezier(.8, 0, 1, 1)
}
50% {
transform:none;
-webkit-animation-timing-function:cubic-bezier(0, 0, .2, 1);
animation-timing-function:cubic-bezier(0, 0, .2, 1)
}
}
.product_alternatives_wrapper {
	overflow: hidden;
	background-color: #ddd;
	transition: all 1s;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content
}
.product_alternatives_wrapper .product_alternatives_icon {
	display: inline-block;
	width: 35px;
	height: 32px
}
.product_alternatives_wrapper .product_alternatives_icon img {
	position: absolute;
	height: 28px;
	margin-top: 2px;
	display: none
}
.product_alternatives_wrapper .product_alternatives_icon img:nth-child(2) {
	margin-left: 10px
}
.product_alternatives_wrapper .product_alternatives_label {
	color: #df3c64;
	font-size: 15px;
	font-weight: 700
}
.product_alternatives_wrapper .product_alternative {
	border: 2px solid #1b1b1b;
	border-radius: 12px;
	font-size: 15px;
	transition: all .4s;
	color: #000;
	margin-right: 1rem
}
.product_alternatives_wrapper .product_alternative:hover {
	color: #df3c64;
	border-color: #df3c64;
	background-color: hsla(0,0%,100%,.5)
}

@media screen and (min-width:640px) {
.product_alternatives_wrapper .product_alternatives_icon {
	width: 35px;
	height: 32px
}
.product_alternatives_wrapper .product_alternatives_icon img {
	height: 28px
}
.product_alternatives_wrapper .product_alternatives_label {
	font-size: 18px
}
}

@media screen and (min-width:768px) {
.product_alternatives_wrapper .product_alternatives_label {
	font-size: 20px
}
}

@media screen and (min-width:1024px) {
.product_alternatives_wrapper .product_alternatives_label {
	height: 61px
}
.product_alternatives_wrapper .product_alternatives_label:after {
	transform: rotate(90deg);
	transform-origin: 50%;
	content: "";
	display: block;
	width: 18px;
	height: 40px;
	margin: 3px 20px 0 34px;
	background-size: 100% auto
}
.product_alternatives_wrapper .product_alternatives_icon {
	width: 45px;
	height: 40px;
	margin-top: 1px
}
.product_alternatives_wrapper .product_alternatives_icon img {
	height: 40px
}
}
.product_alternatives_wrapper:after {
	content: "  ";
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden
}
.product_short_description {
	font-size: 1.2em
}
.product_technical_documentation {
	font-weight: 700
}
.product_before_after_title {
	font-size: 1.05em;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #df3c64
}
.product_specs_title {
	font-size: 1.1em;
	font-weight: 700
}
.product_specs_text {
	font-size: 1em
}
.bav_viewer {
	width: 470px;
	height: 332px;
	margin-top: 14px
}
.bav_viewer .bav_after, .bav_viewer .bav_before, .bav_viewer .bav_labels, .bav_viewer .bav_overlay {
	position: absolute;
	width: 470px;
	height: 332px;
	overflow: hidden
}
.bav_viewer .bav_after video, .bav_viewer .bav_before video, .bav_viewer .bav_labels video, .bav_viewer .bav_overlay video {
	width: 470px
}
.bav_viewer .bav_after {
	width: 0
}
.bav_viewer .bav_after video {
	float: left
}
.bav_viewer .bav_before {
	width: 470px
}
.bav_viewer .bav_before video {
	float: right
}
.bav_viewer .bav_labels div {
	float: left;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	margin-top: 147px;
	margin-left: 10px;
	opacity: 0;
	transition: all .4s;
	transition-delay: .1s;
	font-size: 13px;
	background-color: hsla(0,0%,100%,.4);
	border-radius: 4px;
	letter-spacing: 1px
}
.bav_viewer .bav_labels div:nth-child(2) {
	float: right;
	margin-right: 10px
}
.bav_viewer .bav_labels.active div {
	opacity: 1
}
.bav_viewer .bav_overlay .bav_loading {
	display: flex;
	position: absolute;
	width: 470px;
	height: 332px;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px
}
.bav_viewer .bav_overlay .bav_control {
	display: none;
	position: relative;
	left: 235px;
	width: 3px;
	height: 332px;
	cursor: pointer
}
.bav_viewer .bav_overlay .bav_control div {
	width: 45px;
	height: 332px;
	margin-left: -21px;
	background-size: auto 346px;
	background-position: 50%
}

@media screen and (max-width:1000px) {
.before_after--video {
	display: none
}
}
#video-compare-container {
	display: inline-block;
	line-height: 0;
	position: relative;
	width: 100%;
	padding-top: 71.3%;
	left: 0
}
#video-compare-container video {
	max-width: unset!important
}
#video-compare-container>video {
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%
}
#video-clipper {
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden
}
#video-clipper video {
	width: 200%;
	position: absolute;
	height: 100%
}

@media screen and (min-width:768px) {
#video-compare-container {
	padding-top: 53%;
	left: -12.5%
}
}

@media screen and (min-width:1024px) {
#video-compare-container {
	padding-top: 42.3%;
	left: -20%
}
}
.certificate-item {
	border-width: 2px;
	border-radius: .8rem;
	padding-left: .5rem;
	padding-right: .5rem;
	display: flex;
	justify-content: center;
	width: 4rem;
	font-family: EuclidCircular-SemiBold;
	font-size: .875rem;
--text-opacity:1;
	color: #777;
	color: rgba(119, 119, 119, var(--text-opacity))
}
.ais-RangeSlider .rheostat-progress {
	background-color: #fff!important
}
.ais-RangeSlider .rheostat-handle {
	margin-left: -6px!important;
	top: -3px!important
}
.rheostat-handle {
	background-color: #df3c64!important;
	width: 12px!important;
	height: 12px!important
}
.ais-InfiniteHits-loadMore {
	margin-top: 10px!important
}
.ais-InfiniteHits-loadMore:hover {
	color: #df3c64!important
}
.product-video-two {
	height: 50vw
}

@media (min-width:1024px) {
.product-video-two {
	height: 25vw
}
}
.layout_header {
	background-color: rgba(117,28,142,.31);
	background-position: 50%;
	background-size: cover!important;
	background-blend-mode: multiply
}
.layout_header_container {
	padding: 10rem 3rem 5rem
}
.layout_header_container h1 {
	font-family: EuclidCircular-SemiBold;
	color: #fff;
	font-size: 27pt;
	line-height: 1em!important
}
.layout_header_container h1 a:hover {
	color: inherit
}
.layout_header_container h2, .layout_header_container h3 {
	font-family: EuclidCircular-Light;
	margin: 4px 0 0;
	font-size: 16pt;
	color: #fff
}
.layout_header_container h2 a:hover, .layout_header_container h3 a:hover {
	color: inherit
}
.layout_header video {
	background-color: rgba(117,28,142,.31);
	mix-blend-mode: multiply
}

@media screen and (min-width:640px) {
.layout_header h1 {
	font-size: 40pt
}
.layout_header h2, .layout_header h3 {
	font-size: 16pt
}
}

@media screen and (min-width:768px) {
.layout_header_container h1 {
	font-size: 40pt
}
.layout_header_container h2, .layout_header_container h3 {
	font-size: 16pt
}
}

@media screen and (min-width:1024px) {
.layout_header_container {
	padding-top: 8rem
}
.layout_header_container h1 {
	font-size: 102pt;
	line-height: 1em
}
.layout_header_container h1.text-small {
	font-size: 77pt
}
.layout_header_container h2, .layout_header_container h3 {
	font-size: 22pt;
	line-height: 27pt
}
}
@-webkit-keyframes plant-rotation {
0% {
transform:rotate(-2deg)
}
to {
transform:rotate(1deg)
}
}
div[id*=plant-draw] {
	position: absolute;
	right: -10%;
	width: 80%;
	max-width: 1000px;
	bottom: 0;
	-webkit-animation: plant-rotation 2s ease-in-out infinite alternate both;
	animation: plant-rotation 2s ease-in-out infinite alternate both;
	transform-origin: bottom center;
	z-index: 3
}
div[id*=plant-draw] * {
	fill-opacity: 0;
	transition: fill-opacity 1s
}
div[id*=plant-draw].finished {
	z-index: 1
}
div[id*=plant-draw].finished * {
	fill-opacity: 1
}
.wallsio-load-more-button {
	font-family: EuclidCircular-Light, sans-serif;
	margin-top: 20px;
	border: 2px solid #e4466e;
	border-radius: 22px;
	padding: 7px 19px
}
.wallsio-load-more-button:hover {
	color: #df3c64
}
#menu-nav-button {
	position: fixed;
	right: 0;
	bottom: 17%;
	cursor: pointer;
	width: 5rem;
	height: 3rem;
	z-index: 200;
	transform: translateX(1.6rem);
	transition: all .2s
}
#menu-nav-button:hover {
	transform: translateX(15px)
}
#my-menu {
	background-color: #fff;
	border: 1px solid #df3c64;
	border-radius: 10px 0 0 10px;
	bottom: 18%;
	position: fixed;
	z-index: 201;
	right: 0;
	transform: translateX(300px);
	transition: all .2s
}
#my-menu ul li {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin: 6px 30px;
	cursor: pointer
}
#my-menu ul li a {
	color: #777;
	font-family: EuclidCircular-Light, sans-serif!important;
	height: 22px
}
#my-menu ul li a span {
	color: #777;
	background: #777;
	position: inherit;
	display: inline-block;
	margin: 0 0 0 7px
}
#my-menu ul li a span, .fp-slidesNav ul li a span {
	background-color: #fff!important;
	border: 1px solid #df3c64!important;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	transition: all .1s ease-in-out
}
#my-menu ul li.active {
	font-weight: 700!important
}
#my-menu ul li.active a span {
	background-color: #df3c64!important
}
#my-menu ul li:hover {
	font-weight: 700!important
}
#my-menu ul li:hover a span, .fp-slidesNav ul li:hover a span {
	width: 7px;
	height: 7px;
	margin: 0 0 0 7px;
	background-color: #df3c64!important
}
.pv-overlay-image.natural_extract {
	font-size: 18px
}
.pv-overlay-image.natural_extract .title {
	font-size: 25px;
	text-shadow: -1px 1px 0 rgba(22,22,21,.3)
}
.pv-overlay-image.natural_extract span {
	font-size: 1.5em!important;
	line-height: 1.2em!important
}

@media (min-width:1024px) {
.pv-overlay-image.natural_extract span {
	font-size: 2em!important
}
}
.pv-overlay-image.natural_extract .pv-cover {
	background-color: rgba(229,0,126,.6)
}
.naturalextracts_file_header {
	padding: 14px 0;
	margin-bottom: 20px;
	border-bottom: 2px solid #df3c64;
	text-align: center
}
.naturalextracts_file_image {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 9999px;
	width: 280px;
	height: 280px
}
.naturalextracts_file_name {
	margin: 25px 0 0;
	font-size: 40px
}
.naturalextracts_file_latin_name {
	margin: 2px 0 12px;
	font-style: italic;
	font-size: 24px
}
.naturalextracts_file_section {
	margin: 30px 0;
/*	padding: 0 50px*/
}
.naturalextracts_file_section img {
	 
	display: flex;
	justify-content: center;
 
	height: 110px; margin:50px auto 30px;  
}
.naturalextracts_file_section h4 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2em
}
.naturalextracts_file_section h4, .naturalextracts_file_section p {
	text-align: center;
	font-size: 16px;
	display: flex;
	justify-content: center
}
.naturalextracts_file_section p {
	margin-top: 16px
}
.naturalextracts_file_section a {
	font-size: 14px;
	line-height: 1em;
	padding: 4px 5px!important;
	border-radius: 2px;
	color: #fff;
	background-color: #878787;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	transition: color .3s ease, border-color .3s ease, background-color .3s ease, opacity .3s ease;
	text-decoration: none
}
.naturalextracts_file_section a:hover {
	background-color: #df3c64;
	text-decoration: none
}

@media screen and (min-width:640px) {
/*.naturalextracts_file_section {
	padding: 0 60px
}*/
}

@media screen and (min-width:768px) {
/*.naturalextracts_file_section {
	padding: 0 20px
}*/
}

@media screen and (min-width:1024px) {
/*.naturalextracts_file_section {
	padding: 0 60px
}*/
}
.news-list .info {
	padding: 10px 0
}
.news-list .info .time {
	font-size: 1.15em;
	color: #878787;
	margin: 5px 0
}
.news-list .info .title {
	color: #1b1b1b;
	font-size: 1.5em;
	transition: all .4s ease-in-out
}
.news-list .info .title:hover {
	color: #df3c64
}
.news-list .info p {
	margin-top: 5px;
	color: #878787;
	font-size: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}
.news-list .pv-overlay-image:hover .info .title {
	color: #df3c64
}
.new-article .info .time {
	font-size: 1.5em;
	color: #878787;
	margin: 35px 0 4px
}
.new-article .info .title {
	color: #1b1b1b;
	margin-bottom: 30px;
	font-size: 2.5em
}
.new-article .info p {
	margin: 10px 0 20px;
	color: #878787;
	font-size: 1.2em
}
#profile-page .input-parent, .modal .input-parent {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 15px
}
#profile-page .input-parent .label, .modal .input-parent .label {
	margin: 0 0 2px 10px;
	font-size: 14px!important;
	color: #df3c64;
	text-transform: uppercase
}
#profile-page .input-parent button, .modal .input-parent button {
	border-radius: 12px!important;
	padding: 15px 60px!important;
	color: #fff;
	background-color: #777!important;
	font-size: 1.25em!important;
	font-family: EuclidCircular-Light, sans-serif;
	font-weight: 400;
	width: -webkit-max-content!important;
	width: -moz-max-content!important;
	width: max-content!important
}
#profile-page .input-parent button:hover, .modal .input-parent button:hover {
	background-color: #df3c64!important
}
#contact h3 {
	color: #de3c68;
	font-family: EuclidCircular-Medium;
	text-transform: lowercase;
	font-size: 30pt;
	line-height: 27pt;
	margin-top: 3rem
}

@media (min-width:640px) {
#contact h3 {
	margin-top: 0;
	font-size: 70pt;
	line-height: 60pt
}
}
#contact input:not([type=checkbox]) {
	width: 90%!important;
	height: 4rem;
	margin: 0!important
}
#contact input:not([type=checkbox]), #contact textarea {
	border: none!important;
	border-bottom: 2px solid #de3c68!important;
	padding-bottom: 0!important
}
#contact textarea {
	margin-top: 2rem;
	width: 95%!important;
	min-height: 100px
}
#contact input:not([type=checkbox]), #contact select {
	box-sizing: border-box;
	font-size: 1.2em;
	padding: 12px 20px!important;
	color: #1b1b1b
}
#contact ::-webkit-input-placeholder {
color:#1b1b1b!important
}
#contact ::-moz-placeholder {
color:#1b1b1b!important
}
#contact :-ms-input-placeholder {
color:#1b1b1b!important
}
#contact ::-ms-input-placeholder {
color:#1b1b1b!important
}
#contact ::placeholder {
color:#1b1b1b!important
}
#contact input[type=email], #contact input[type=password], #contact input[type=text], #contact select, #contact textarea {
	background: #fff;
	padding: 14px 15px!important;
	outline: none;
	font-size: inherit;
	margin: 0;
	max-width: 100%;
	display: block;
	width: 180px;
	color: inherit;
	font-family: inherit;
	outline: none!important;
	border: 1px solid #e8e8e8;
	transition: all .25s;
	border-radius: 0;
	box-shadow: none;
	font-size: 13px!important
}
#contact input[type=submit] {
	width: 10rem!important;
	margin-top: 2rem!important;
	background: #de3c68;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	line-height: 19px!important;
	opacity: 1;
	border: none;
	outline: none!important;
	margin: 5px 2px;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: auto;
	padding: 15px 30px!important
}
#contact input[type=submit]:hover {
	opacity: .85;
	color: #fff
}
#contact .contact-info {
	text-align: right;
	justify-content: flex-end;
	color: #aeb3b9;
	width: 95%;
	margin-top: 3rem
}
#contact .contact-info p {
	line-height: 1.4em;
	font-size: 1em;
	padding: 0
}

@media (min-width:640px) {
#contact .contact-info {
	margin-top: 0
}
#contact .contact-info p {
	font-size: 1.35rem
}
}
#contact-button {
	position: fixed;
	right: 0;
	bottom: 10%;
	cursor: pointer;
	width: 5rem;
	height: 3rem;
	z-index: 200;
	transform: translateX(1.6rem);
	transition: all .2s
}
#contact-button:hover {
	transform: translateX(15px)
}
#be-natural-categories .dropdown-btn, #categories .dropdown-btn {
	font-family: EuclidCircular-Light
}
#be-natural-categories .category-blue, #categories .category-blue {
	color: #3d8fca
}
#be-natural-categories .category-yellow, #categories .category-yellow {
	color: #dda739
}
#be-natural-categories .selected, #categories .selected {
	display: flex
}
#be-natural-categories a.product, #categories a.product {
	color: #df3c64
}
#be-natural-categories a.product:hover, #categories a.product:hover {
	color: inherit
}
#be-natural-categories .subcategoryOrProduct, #categories .subcategoryOrProduct {
	border-radius: 0 10px 10px 0;
	color: #777;
	border: 2px solid #777;
	transition: color .15s, border .15s;
	transition-timing-function: ease-in;
	min-height: 210px
}
#be-natural-categories .subcategoryOrProduct .max-h-210, #categories .subcategoryOrProduct .max-h-210 {
	max-height: 210px
}
#be-natural-categories .subcategoryOrProduct .prod_short_desc, #categories .subcategoryOrProduct .prod_short_desc {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}
#be-natural-categories .subcategoryOrProduct:hover, #categories .subcategoryOrProduct:hover {
	border: 2px solid #df3c64;
	cursor: pointer
}
#be-natural-categories .subcategoryOrProduct:hover .subcatOrProduct_info, #categories .subcategoryOrProduct:hover .subcatOrProduct_info {
	color: #df3c64
}
#be-natural-categories .subcategoryOrProduct.selected, #categories .subcategoryOrProduct.selected {
	background-color: #777;
	color: #777
}
#be-natural-categories .subcategoryOrProduct.selected:hover, #categories .subcategoryOrProduct.selected:hover {
	color: #fff;
	border: 2px solid #df3c64;
	cursor: pointer
}
#be-natural-categories .subcategoryOrProduct.selected a, #categories .subcategoryOrProduct.selected a {
	color: #777
}
#be-natural-categories .subcategoryOrProduct.selected a:hover, #categories .subcategoryOrProduct.selected a:hover {
	color: #df3c64
}
.divider {
	border: 1px solid #de3c66;
	width: 100%;
	display: block
}
#company_profile #video h2, #event #video h2, #home #video h2 {
	margin-bottom: 1.5rem
}
#company_profile #video h2, #company_profile #video p, #event #video h2, #event #video p, #home #video h2, #home #video p {
	text-align: right;
	font-size: 2.3rem;
	color: #de3c66;
	font-family: EuclidCircular-SemiBold
}
#company_profile #video p strong, #event #video p strong, #home #video p strong {
	color: #58595b;
	font-family: FSNerudaLight-Italic
}
#company_profile #video a, #event #video a, #home #video a {
	width: 80px
}
#company_profile #video .video-parent, #event #video .video-parent, #home #video .video-parent {
	display: flex;
	justify-content: flex-start;
	overflow: hidden
}
#company_profile #video .video-parent+#over-btn, #event #video .video-parent+#over-btn, #home #video .video-parent+#over-btn {
	pointer-events: none
}
#company_profile #video .video-parent:hover #overlay-video, #event #video .video-parent:hover #overlay-video, #home #video .video-parent:hover #overlay-video {
	display: flex
}
#company_profile #video .video-parent:hover+#over-btn, #event #video .video-parent:hover+#over-btn, #home #video .video-parent:hover+#over-btn {
	display: none
}
#company_profile #video .video-parent #overlay-video, #event #video .video-parent #overlay-video, #home #video .video-parent #overlay-video {
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e4466e;
	opacity: .7
}
#company_profile #video .video-parent video, #event #video .video-parent video, #home #video .video-parent video {
	-o-object-fit: cover;
	object-fit: cover;
	pointer-events: none;
	width: 100%;
	height: 100%
}
#company_profile #ppt h2, #event #ppt h2, #home #ppt h2 {
	font-size: 2.3rem;
	color: #de3c66;
	font-family: EuclidCircular-SemiBold
}
#company_profile #ppt #download-btn, #event #ppt #download-btn, #home #ppt #download-btn {
	color: #de3c66;
	border: 2px solid #de3c66;
	border-radius: 22px;
	padding: 7px 19px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	cursor: pointer
}
#company_profile #ppt #download-btn:hover, #event #ppt #download-btn:hover, #home #ppt #download-btn:hover {
	color: #fff;
	background-color: #de3c66
}
#company_profile #servicios h2.surrounded, #event #servicios h2.surrounded, #home #servicios h2.surrounded {
	font-size: 22px!important
}
#company_profile #servicios h2.surrounded:after, #company_profile #servicios h2.surrounded:before, #event #servicios h2.surrounded:after, #event #servicios h2.surrounded:before, #home #servicios h2.surrounded:after, #home #servicios h2.surrounded:before {
	content: " ";
	display: inline-block;
	width: 50px;
	height: 8px;
	border-top: 2px solid rgba(0,0,0,.4)
}
#company_profile #servicios h2.surrounded span, #event #servicios h2.surrounded span, #home #servicios h2.surrounded span {
	display: inline-block;
	padding: 0 20px
}
#company_profile #provital_data .counter-box-container, #event #provital_data .counter-box-container, #home #provital_data .counter-box-container {
	border: 2px solid #df3c64
}
#company_profile #provital_data .counter-box-container span, #event #provital_data .counter-box-container span, #home #provital_data .counter-box-container span {
	font-size: 70px;
	line-height: 75px
}
#company_profile #provital_data .counter-box-container p, #event #provital_data .counter-box-container p, #home #provital_data .counter-box-container p {
	font-size: 1.1em!important
}
#company_profile #enterprises_map, #event #enterprises_map, #home #enterprises_map {
	position: relative
}
#company_profile #enterprises_map .controls .field label, #event #enterprises_map .controls .field label, #home #enterprises_map .controls .field label {
	padding-bottom: 8px;
	font-size: 1.7em;
	color: #df3c64;
	-webkit-text-decoration: uppercase;
	text-decoration: uppercase
}
#company_profile #enterprises_map .controls .field select, #event #enterprises_map .controls .field select, #home #enterprises_map .controls .field select {
	border: 2px solid rgba(0,0,0,.4);
	background: url(https://www.weareprovital.com/landing/templates/css/img/dropdown_arrow.svg);
	background-size: auto 10px;
	background-position: 100%;
	background-repeat: no-repeat;
	background-color: #fff;
	height: 24px;
	line-height: 22px!important;
	font-family: Din;
	font-size: 14px;
	width: 174px;
	margin: 0!important;
	padding: 0 5px!important
}
#company_profile #history h2, #event #history h2, #home #history h2 {
	margin: 4px 0 0!important;
	line-height: 1em!important;
	padding: 0!important;
	font-size: 22px!important
}
#company_profile #history h3, #event #history h3, #home #history h3 {
	color: #df3c64;
	font-size: 20px;
	margin-bottom: 20px
}
.more_info_btn, .play_header_video_btn {
	background: transparent;
	color: #fff;
	padding: .3rem 1rem;
	border: 2px solid #fff;
	border-radius: 1rem;
	font-size: 1.1rem!important;
	font-family: EuclidCircular-Light, sans-serif
}
.more_info_btn:hover, .play_header_video_btn:hover {
	background: #fff;
	color: #df3c64!important
}
.more_info_btn:hover.info_careactives, .play_header_video_btn:hover.info_careactives {
	color: #0aa4de!important
}
.more_info_btn:hover.info_caremotives, .play_header_video_btn:hover.info_caremotives {
	color: #f8b617!important
}
#home section .section-title {
	color: #c6d394;
	font-family: EuclidCircular-SemiBold;
	line-height: 50pt;
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-bottom: 2px solid #e4466e;
	border-color: #e4466e #e4466e currentcolor;
	border-top: 2px solid #e4466e;
	font-size: 3rem;
	line-height: 1
}

@media (min-width:768px) {
#home section .section-title {
	font-size: 65pt;
	line-height: 65pt
}
}

@media (min-width:1024px) {
#home section .section-title {
	font-size: 115pt;
	padding-top: 2rem;
	padding-bottom: 2rem;
	line-height: 100pt
}
#home section#home_blog .section-title, #home section#home_events .section-title {
	font-size: 7rem!important;
	line-height: 7rem!important
}
}
#home .bg-white-z-top {
	background-color: #fff;
	z-index: 999
}
#home p {
	line-height: 1.4em;
	padding: 0;
	margin: 20px 0
}
#home .responsive_video {
	width: 100%;
	height: 100%;
	background-position: 50%;
	-o-object-fit: fill;
	object-fit: fill
}
#home #home_corporate h1 {
	text-align: right;
	color: #de3c66;
	font-family: EuclidCircular-SemiBold;
	font-size: 28pt;
	line-height: 30pt;
	text-transform: none;
	margin-bottom: 0
}

@media (min-width:640px) {
#home #home_corporate h1 {
	font-size: 38pt;
	line-height: 40pt;
	width: 85%
}
}

@media (min-width:1024px) {
#home #home_corporate h1 {
	font-size: 44pt;
	width: 85%
}
}
#home #actividad .hashtag, #home .hashtag {
	text-align: left;
	font-family: FSNerudaLight-Italic;
	color: #58595b;
	font-size: 30pt;
	margin-top: 2rem;
	margin-bottom: 2rem
}

@media (min-width:768px) {
#home #actividad .hashtag, #home .hashtag {
	margin-top: 3rem;
	margin-bottom: 3rem
}
}

@media (min-width:1024px) {
#home #actividad .hashtag, #home .hashtag {
	text-align: right;
	padding-right: 45px;
	margin-top: 5rem
}
}
#home #rsc .parent {
	display: flex;
	justify-content: flex-start
}

@media (min-width:1024px) {
#home #rsc .parent {
	justify-content: flex-end;
	padding-right: 45px
}
}
#home #rsc .rsc {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border: 2px solid #e4466e;
	border-radius: 22px;
	padding: 7px 19px;
	text-align: center;
	cursor: pointer
}
#home #rsc .rsc:hover div {
	color: #e4466e
}
#home #rsc .rsc div {
	font-size: 12pt;
	line-height: 14pt;
	font-family: EuclidCircular-Light;
	color: #58595b
}
#home #careactives {
	background-color: #0aa4de
}
#home #careactives .circle-parent {
	position: absolute;
	right: -16%;
	width: 500px!important;
	height: 400px!important;
	transition: all 3.5s;
	background-size: contain!important;
	background-repeat: no-repeat!important;
	background-position: 50%!important
}

@media (min-width:640px) {
#home #careactives .circle-parent {
	right: -12%
}
}

@media (min-width:768px) {
#home #careactives .circle-parent {
	right: -9%
}
}

@media (min-width:1024px) {
#home #careactives .circle-parent {
	right: -3%
}
}
#home #careactives .careactives-circle {
	width: 800px;
	height: 800px;
	transform: scale(.075);
	border-radius: 50%;
	background: #5c4f95;
	transition: all 15.5s;
	position: absolute;
	left: -30%;
	top: -77%
}
#home #careactives .careactives-circle.fill {
	width: 100%;
	height: 100%;
	top: 0;
	margin-top: 0;
	left: 0;
	margin-left: 0
}
#home #caremotives {
	background-color: #f8b617
}
#home #caremotives_plant {
	-webkit-animation: plant-rotation 2s ease-in-out infinite alternate both;
	animation: plant-rotation 2s ease-in-out infinite alternate both;
	transform-origin: bottom center;
	position: absolute;
	bottom: -50px;
	right: 2%;
	image-rendering: auto!important;
	width: 55%
}

@media (min-width:768px) {
#home #caremotives_plant {
	bottom: -80px;
	width: 40%
}
}
#home #careactives .title, #home #caremotives .title {
	color: #fff;
	font-family: EuclidCircular-SemiBold;
	text-transform: capitalize;
	font-size: 3rem
}
#home #careactives .description, #home #caremotives .description {
	color: #fff;
	font-family: FSNerudaLight-Regular;
	font-size: 1.2rem
}

@media (min-width:640px) {
#home #careactives .title, #home #caremotives .title {
	font-size: 3.5rem
}
#home #careactives .description, #home #caremotives .description {
	font-size: 1.3rem
}
}

@media (min-width:768px) {
#home #careactives .title, #home #caremotives .title {
	font-size: 7rem
}
#home #careactives .description, #home #caremotives .description {
	font-size: 1.5rem;
	width: 80%
}
}

@media (min-width:1024px) {
#home #careactives .title, #home #caremotives .title {
	font-size: 9rem
}
#home #careactives .description, #home #caremotives .description {
	font-size: 2rem;
	width: 80%
}
}
#home #careactives a, #home #caremotives a {
	color: #fff;
	font-size: 2rem;
	transform: rotate(0);
	transition: all 1s;
	display: inline-block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}
#home .image .image-overlay {
	background-color: rgba(229,0,126,.5)
}
@-webkit-keyframes careactives-circle-scale {
0% {
transform:scale(1)
}
to {
transform:scale(30)
}
}
@keyframes careactives-circle-scale {
0% {
transform:scale(1)
}
to {
transform:scale(30)
}
}
@keyframes plant-rotation {
0% {
transform:rotate(-2deg)
}
to {
transform:rotate(1deg)
}
}
@-webkit-keyframes plant-grow {
0% {
transform:scale(0)
}
to {
transform:scale(1)
}
}
@keyframes plant-grow {
0% {
transform:scale(0)
}
to {
transform:scale(1)
}
}
#home .news-max-height {
	height: 16rem!important
}

@media (min-width:768px) {
#home .news-max-height {
	height: 11rem!important
}
}

@media (min-width:1024px) {
#home .news-max-height {
	height: 16rem!important
}
}

@media (min-width:1280px) {
#home .news-max-height {
	height: 12rem!important
}
}

@media (min-width:1536px) {
#home .news-max-height {
	height: 18rem!important
}
}
.events-max-height {
	height: 16rem!important
}
#categories .catalogue .more_info_btn.info_careactives {
	border: 2px solid #0aa4de!important;
	color: #0aa4de!important
}
#categories .catalogue .more_info_btn.info_caremotives {
	border: 2px solid #f8b617!important;
	color: #f8b617!important
}
#categories .catalogue a {
	color: #fff;
	font-size: 2rem;
	transform: rotate(0);
	transition: all 1s;
	display: inline-block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}
#categories .catalogue a:hover {
	opacity: .5
}
#events time, #home_blog time, #home_events time, #home_news time {
	font-family: FSNerudaLight-Italic;
	font-size: 13pt
}
#events .title, #home_blog .title, #home_events .title, #home_news .title {
	font-family: EuclidCircular-Medium;
	font-size: 17pt;
	color: #353535;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 63px
}
#events .view_all, #home_blog .view_all, #home_events .view_all, #home_news .view_all {
	color: #df3c64;
	padding: 4px 10px;
	font-size: 13px;
	border: .5px solid #df3c64;
	border-radius: 7px
}
#events .view_all:hover, #home_blog .view_all:hover, #home_events .view_all:hover, #home_news .view_all:hover {
	color: #000
}
#events .description, #home_blog .description, #home_events .description, #home_news .description {
	font-family: FSNerudaLight-Regular;
	font-size: 13pt;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}
#events p, #home_events p {
	margin: inherit!important
}
#events .add_calendar_bt, #home_events .add_calendar_bt {
	color: #000!important
}
#events .add_calendar_bt:hover, #home_events .add_calendar_bt:hover {
	color: #df3c64!important
}
#events .item:hover, #home_events .item:hover {
	background-color: #f0f0f0;
	cursor: pointer
}
#events .item:hover .pv-overlay-image .pv-cover, #home_events .item:hover .pv-overlay-image .pv-cover {
	opacity: 1;
	visibility: visible
}
#events .item:hover .pv-overlay-image .pv-image, #home_events .item:hover .pv-overlay-image .pv-image {
	transform: scale(1.05)
}
#events .item:hover .pv-overlay-image .inner_title, #home_events .item:hover .pv-overlay-image .inner_title {
	visibility: hidden
}
#events .title, #home_events .title {
	margin: 5px 0;
	min-height: auto
}
#events .description, #home_events .description {
	-webkit-line-clamp: 4
}
#events .date, #home_events .date {
	font-family: EuclidCircular-Light;
	font-size: 15px;
	color: #df3c64;
	margin: 40px 0 5px
}
#events .location, #home_events .location {
	font-family: EuclidCircular-Light;
	font-size: 15px;
	color: #df3c64;
	margin: 0!important
}
#events .filter_by_text, #home_events .filter_by_text {
	font-family: EuclidCircular-Medium
}
#events .filter_by_bt, #home_events .filter_by_bt {
	font-family: EuclidCircular-Regular;
	color: #c6c6c6;
	margin-left: 15px;
	font-size: 17px
}
#events .filter_by_bt.active, #events .filter_by_bt:hover, #home_events .filter_by_bt.active, #home_events .filter_by_bt:hover {
	color: #df3c64
}
.filter {
	display: flex;
	align-items: center;
	border: .5px solid #d83c67;
	color: #d83c67;
	border-radius: 7px
}
.filter .search-input {
	border: none!important;
	color: #d83c67;
	padding: 4px 10px;
	font-size: 13px;
	margin-bottom: 0!important;
	border-radius: inherit!important
}
.filter .search-input::-webkit-input-placeholder {
color:#d83c67
}
.filter .search-input::-moz-placeholder {
color:#d83c67
}
.filter .search-input:-ms-input-placeholder {
color:#d83c67
}
.filter .search-input::-ms-input-placeholder {
color:#d83c67
}
.filter .search-input::placeholder {
color:#d83c67
}
.filter img {
	height: 20px;
	margin-right: 12px;
	cursor: pointer;
	color: #d83c67
}
#be-tech-products a, #inspirations-list a, #releases a, .link-button {
	border-radius: 12px;
	display: inline-block;
	padding: 1px 12px;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 700;
	background-color: transparent;
	transition: all .2s
}
#be-tech-products a, #releases a, .link-button {
	margin: 0 4px
}
#be-tech-products .txt-img, #be-tech-products .txt-img-big, #releases .txt-img, #releases .txt-img-big {
	z-index: 15;
	left: 0;
	bottom: 0
}
#be-tech-products .txt-img-big img, #be-tech-products .txt-img img, #releases .txt-img-big img, #releases .txt-img img {
	height: 150px;
	min-height: 115px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	width: 100%
}

@media (min-width:1024px) {
#be-tech-products .txt-img-big img, #releases .txt-img-big img {
	height: 100%;
	-o-object-position: top;
	object-position: top
}
}
#be-tech-products .txts, #releases .txts {
	z-index: 15;
	color: #fff;
	top: 15px;
	margin-left: 15px;
	width: 70%
}
#be-tech-products .txts .title, #releases .txts .title {
	font-size: 20pt
}
#be-tech-products .txts .description, #releases .txts .description {
	font-size: 12pt;
	margin-top: 4pt;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
#be-tech-products .txts-highlighted, #releases .txts-highlighted {
	z-index: 15;
	color: #fff;
	font-family: FSNerudaLight-Regular;
	bottom: 0;
	margin-left: 25px;
	width: 70%;
	top: 25px
}
#be-tech-products .txts-highlighted .title, #releases .txts-highlighted .title {
	font-size: 20pt
}
#be-tech-products .txts-highlighted .description, #releases .txts-highlighted .description {
	font-size: 12pt;
	margin-top: 4pt;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

@media (min-width:1024px) {
#be-tech-products .txts-highlighted, #releases .txts-highlighted {
	z-index: 15;
	color: #fff;
	font-family: FSNerudaLight-Regular;
	bottom: 60px;
	margin-left: 25px;
	width: 80%;
	top: inherit
}
#be-tech-products .txts-highlighted .title, #releases .txts-highlighted .title {
	font-size: 25pt
}
#be-tech-products .txts-highlighted .description, #releases .txts-highlighted .description {
	display: inherit;
	font-size: 15pt;
	margin-top: 13pt
}
}
.p-30 {
	padding: 30px
}
.pill {
	text-align: center;
--text-opacity:1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity));
	text-transform: uppercase;
	display: block;
	border-radius: .25rem;
	padding: .5rem 1rem;
--bg-opacity:1;
	background-color: #777;
	background-color: rgba(119, 119, 119, var(--bg-opacity))
}
.pill:hover {
	cursor: pointer
}
.pill.active, .pill:hover {
--bg-opacity:1;
	background-color: #df3c64;
	background-color: rgba(223, 60, 100, var(--bg-opacity));
--text-opacity:1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity))
}
.iframe-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%
}
.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%
}
#event .title {
	font-family: EuclidCircular-Medium;
	margin-bottom: 30px;
	font-size: 20px;
	color: #353535
}
#event .description {
	font-family: EuclidCircular-Light;
	font-size: 15px;
	color: #232323
}
#event .date {
	margin: 30px 0 5px
}
#event .date, #event .location {
	font-family: EuclidCircular-Light;
	font-size: 15px;
	color: #df3c64
}
#event .location {
	margin: 0
}
.events_category {
	font-size: 13px
}
.events_category:hover {
	opacity: .9
}
.events_date_label {
	color: #000;
	padding-left: 15px;
	font-size: 13px
}
.event_date_input {
	font-size: 13px;
	padding: 8px 0;
	color: #777
}
#be-happy {
	font-size: 20px;
	line-height: 26px
}
#be-happy .line {
	height: 1px;
	margin: 30px auto;
	background-color: #221f20;
	width: 50%
}
#be-happy .blockquote {
	font-size: 20px
}
#be-happy .blockquote .title {
	line-height: 1.2em;
	font-size: 1.1em;
	font-style: italic
}
#be-happy .blockquote .autor {
	font-size: .8em
}

@media (min-width:768px) {
#be-happy .blockquote .title {
	font-size: 1.1em
}
#be-happy .blockquote .autor {
	font-size: .8em
}
}

@media (min-width:1024px) {
#be-happy .blockquote .title {
	font-size: 1.25em
}
#be-happy .blockquote .autor {
	font-size: .85em
}
}
#be-happy .description {
	font-size: 14px
}
#be-happy .description .text {
	font-size: 1.45em;
	line-height: 1.25em
}
#be-happy .description .product {
	font-size: 1.45em;
	margin: 30px auto auto
}

@media (min-width:768px) {
#be-happy .description .product, #be-happy .description .text {
	font-size: 1.2em
}
}

@media (min-width:1024px) {
#be-happy .description .product, #be-happy .description .text {
	font-size: 1.45em
}
}
#be-happy .images-wrapper {
	overflow: hidden
}
#be-happy .images-wrapper .cycle-img {
	-webkit-animation: image-cycle 15s infinite;
	animation: image-cycle 15s infinite
}
#be-happy .images-wrapper .cycle-img:last-child {
	-webkit-animation-delay: 7.5s;
	animation-delay: 7.5s
}
#be-happy .images-wrapper .text_wrapper {
	z-index: 11;
	width: 90%;
	height: 28vw;
	margin: 0 5%!important;
	color: #fff;
	transform: translateY(250px)
}
#be-happy .images-wrapper .text_wrapper:last-child {
	-webkit-animation-delay: 7.5s;
	animation-delay: 7.5s
}
#be-happy .images-wrapper .text_wrapper .title {
	font-family: EuclidCircular-SemiBold;
	display: block;
	font-size: 5.4vw;
	-webkit-animation: image-cycle-text 15s ease infinite;
	animation: image-cycle-text 15s ease infinite
}
#be-happy .images-wrapper .text_wrapper .title.animate_delay {
	-webkit-animation-delay: 7.5s;
	animation-delay: 7.5s
}
#be-happy .images-wrapper .text_wrapper .description {
	font-family: FSNerudaLight-Regular;
	display: block;
	line-height: 1.3em;
	font-size: 8.5vw;
	-webkit-animation: image-cycle-text 15s ease infinite;
	animation: image-cycle-text 15s ease infinite;
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}
#be-happy .images-wrapper .text_wrapper .description.animate_delay {
	-webkit-animation-delay: 7.9s;
	animation-delay: 7.9s
}

@media (min-width:768px) {
#be-happy .images-wrapper .text_wrapper {
	height: 14vw
}
#be-happy .images-wrapper .text_wrapper .title {
	font-size: 2.4vw
}
#be-happy .images-wrapper .text_wrapper .description {
	font-size: 3.8vw
}
}

@media (min-width:1024px) {
#be-happy .images-wrapper .text_wrapper {
	height: 11vw
}
#be-happy .images-wrapper .text_wrapper .description {
	margin-top: 8px
}
}
@-webkit-keyframes image-cycle {
0% {
opacity:1;
transform:scale(1);
z-index:1
}
50% {
opacity:1
}
75% {
transform:scale(1.2);
opacity:0;
z-index:10
}
to {
transform:scale(1);
opacity:0;
z-index:10
}
}
@keyframes image-cycle {
0% {
opacity:1;
transform:scale(1);
z-index:1
}
50% {
opacity:1
}
75% {
transform:scale(1.2);
opacity:0;
z-index:10
}
to {
transform:scale(1);
opacity:0;
z-index:10
}
}
@-webkit-keyframes image-cycle-text {
0% {
transform:translateY(0)
}
10% {
transform:translateY(0)
}
15% {
transform:translateY(-250px)
}
20% {
transform:translateY(-250px)
}
50% {
transform:translateY(-250px)
}
55% {
transform:translateY(0)
}
75% {
transform:translateY(0)
}
to {
transform:translateY(0)
}
}
@keyframes image-cycle-text {
0% {
transform:translateY(0)
}
10% {
transform:translateY(0)
}
15% {
transform:translateY(-250px)
}
20% {
transform:translateY(-250px)
}
50% {
transform:translateY(-250px)
}
55% {
transform:translateY(0)
}
75% {
transform:translateY(0)
}
to {
transform:translateY(0)
}
}
#be-happy .volunteer_list {
	margin-top: 75px
}
#be-happy .volunteer_list .title {
	font-size: 1.25em;
	margin-bottom: 50px
}
#be-happy .volunteer_list .title:after {
	width: 50px;
	height: 8px;
	border-top: 2px solid rgba(0,0,0,.4)
}
#be-happy .volunteer_list .volunteer-wrapper .img-after {
	opacity: 1;
	transition: opacity .8s linear
}
#be-happy .volunteer_list .volunteer-wrapper:hover .img-after {
	opacity: 0
}
#be-happy .volunteer_list .volunteer-wrapper:hover .text_wrapper {
	color: #fff!important
}
#be-happy .volunteer_list .volunteer-wrapper .text_wrapper {
	transition: color .8s linear;
	position: absolute;
	color: #fff;
	font-weight: 600;
	bottom: 0;
	margin: 58vw 4vw 0;
	line-height: 7vw;
	width: 42vw;
	height: 16vw
}
#be-happy .volunteer_list .volunteer-wrapper .text_wrapper .title {
	font-size: 4.5vw;
	margin-bottom: 0
}
#be-happy .volunteer_list .volunteer-wrapper .text_wrapper .description {
	font-size: 5vw
}

@media (min-width:768px) {
#be-happy .volunteer_list .volunteer-wrapper .text_wrapper {
	margin: 30vw 2vw 0;
	line-height: 2.8vw;
	width: 21vw;
	height: 8vw
}
#be-happy .volunteer_list .volunteer-wrapper .text_wrapper .title {
	font-size: 2vw
}
#be-happy .volunteer_list .volunteer-wrapper .text_wrapper .description {
	font-size: 2.5vw
}
}
#be-happy .volunteer_list .volunteer-wrapper:first-child .text_wrapper, #be-happy .volunteer_list .volunteer-wrapper:nth-child(3) .text_wrapper {
	color: #221f20
}
#be-happy .graphs_wrapper {
	font-size: 14px;
	margin-top: 75px
}
#be-happy .graphs_wrapper .title {
	font-size: 23px
}
#be-happy .graphs_wrapper .subtitle {
	font-size: 1.35em;
	font-weight: 600
}
#be-happy .graphs_wrapper .results_summary p {
	font-size: 1.35em;
	line-height: 1.4em
}
#be-happy .graphs_wrapper .general_improvement {
	margin-top: 35px
}
#be-happy .graphs_wrapper .general_improvement .percentage1 {
	font-weight: 700;
	font-size: 2em
}
#be-happy .graphs_wrapper .general_improvement .percentage2 {
	font-weight: 700;
	font-size: 1.15em
}
#be-happy .graphs_wrapper .general_improvement .arrow_wrapper {
	display: inline-block;
	width: 40px;
	height: 60px;
	overflow: hidden
}
#be-happy .graphs_wrapper .general_improvement .arrow_wrapper .arrow {
	transform: translateY(40px);
	width: 40px;
	height: 100%;
	background-size: auto 100%;
	transition: transform 1s ease-in-out
}
#be-happy .graphs_wrapper .general_improvement .arrow_wrapper .arrow.active {
	transform: translateY(0)
}
#be-happy .graphs_wrapper .graph_list p {
	font-size: 1.2em
}

@media (min-width:1024px) {
#be-happy .graphs_wrapper .graph_list p {
	height: 55px
}
}
#be-happy .graphs_wrapper .graph_list .graph {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 15px auto
}
#be-happy .graphs_wrapper .graph_list .graph .progressbar-text {
	font-weight: 700;
	letter-spacing: -2px;
	color: #221f20
}
#be-happy .graphs_wrapper .graph_list .graph svg {
	transform: rotate(180deg)
}
#be-happy .button_wrapper {
	margin: 60px 0 0;
	font-size: 12px
}
#be-happy .button_wrapper .button {
	background-color: #df3c64;
	text-transform: none;
	font-size: 1.6em;
	letter-spacing: -1px
}
#be-happy .button_wrapper .button:hover {
	background-color: #000;
	color: #fff
}
.juicer-feed .j-text .j-message p {
	max-height: 400px
}
.section1 {
	min-height: 100vh
}
.__more_info_btn {
	background: transparent;
	color: #fff;
	padding: .3rem 1rem;
	border: 2px solid #fff;
	border-radius: 1rem;
	font-size: 1.1rem!important;
	font-family: EuclidCircular-Light, sans-serif
}
.__more_info_btn:hover {
	background-color: #fff
}
.__more_info_btn:hover a {
	color: #de3c68
}
.memories_btn {
	background: transparent;
	color: #fff;
	padding: .3rem 1rem;
	border: 2px solid #fff;
	border-radius: 1rem;
	font-size: 1.1rem!important;
	font-family: EuclidCircular-Light, sans-serif
}
.memories-arrow {
	border: solid #000;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	left: .35rem;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}
.memories-arrow.active {
	left: .45rem;
	top: .35rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}
.videoInsert {
	z-index: 0!important
}

@media only screen and (min-width:1024px) {
.section1 {
	min-height: 70vh
}
}
.section2 {
	min-height: 30vh
}
.pilar__button {
	background-color: #f2f2f2;
	color: #9e9e9e;
	padding: 15px 35px;
	border-radius: 25px;
	font-weight: 700;
	transition: all .2s ease-in-out
}
.pilar__button:hover {
	color: #fff
}
.pilar__button:hover.pilar__button__1 {
	background-color: #5da17a
}
.pilar__button:hover.pilar__button__2 {
	background-color: #44a3dc
}
.pilar__button:hover.pilar__button__3 {
	background-color: #524690
}
.pilar__button:hover.pilar__button__4 {
	background-color: #efb03d
}
.pilar__button:hover.pilar__button__5 {
	background-color: #ec4f68
}
.pilar__button:focus {
	outline: none
}
.pilar__button--selected {
	outline: none;
	color: #fff
}
.pilar__button--selected.pilar__button__1 {
	background-color: #5da17a
}
.pilar__button--selected.pilar__button__2 {
	background-color: #44a3dc
}
.pilar__button--selected.pilar__button__3 {
	background-color: #524690
}
.pilar__button--selected.pilar__button__4 {
	background-color: #efb03d
}
.pilar__button--selected.pilar__button__5 {
	background-color: #ec4f68
}
.pilar_content.pilar_content_1 {
	background-color: #5da17a
}
.pilar_content.pilar_content_2 {
	background-color: #44a3dc
}
.pilar_content.pilar_content_3 {
	background-color: #524690
}
.pilar_content.pilar_content_4 {
	background-color: #efb03d
}
.pilar_content.pilar_content_5 {
	background-color: #ec4f68
}

@media only screen and (max-width:1200px) {
.pilar__button {
	padding: 5px 15px;
	font-size: .7em
}
}
.sliderArrow {
	top: 60%;
	cursor: pointer
}
.sliderArrow img {
	transition: all .5s ease;
	opacity: .2
}
.sliderArrow:hover img {
	opacity: .8
}
.sliderProjectsArrow {
	top: 50%;
	cursor: pointer
}
.sliderProjectsArrow img {
	transition: all .5s ease;
	opacity: .2
}
.sliderProjectsArrow:hover img {
	opacity: .8
}
.pilarLine0 {
	width: 503px;
	bottom: -106px;
	left: 50%;
	transform: rotate(22deg)
}
.pilarLine0, .pilarLine1 {
	z-index: 2;
	height: 1px;
	background: #f2f2f2
}
.pilarLine1 {
	width: 280px;
	bottom: -115px;
	left: 30%;
	transform: rotate(49deg)
}
.pilarLine2 {
	width: 161px;
	bottom: -80px;
	left: -25px;
	transform: rotate(110deg)
}
.pilarLine2, .pilarLine3 {
	z-index: 2;
	height: 1px;
	background: #f2f2f2
}
.pilarLine3 {
	width: 165px;
	bottom: -84px;
	left: -19px;
	transform: rotate(101deg)
}
.pilarLine4 {
	z-index: 2;
	width: 250px;
	height: 1px;
	background: #f2f2f2;
	bottom: -81px;
	left: -140px;
	transform: rotate(139deg)
}
.section3 .pilar {
	height: 350px
}
.section3 .pilar_content {
	min-height: 410px
}
.section3 .__grid {
	display: flex;
	flex-direction: column;
	gap: 10
}
.section3 .__font--reduce {
	font-size: 1em
}
.hover-shadow:hover {
	text-shadow: 0 2px #fff;
	transition: all .3s ease
}

@media only screen and (min-width:1200px) {
.section3 {
	display: flex
}
.section3 .__font--reduce {
	font-size: inherit
}
.section3 .pilar {
	min-height: 700px
}
.section3 .pilar_content {
	min-height: auto
}
.section3 .__circle {
	padding: 50px
}
.section3 .move-text-1 {
	-webkit-animation: move1 6s infinite;
	animation: move1 6s infinite
}
.section3 .move-text-2 {
	-webkit-animation: move2 6s infinite;
	animation: move2 6s infinite
}
.section3 .move-text-3 {
	-webkit-animation: move3 6s infinite;
	animation: move3 6s infinite
}
.section3 .__circle1 {
	-webkit-animation: increaseCircle1 3s infinite;
	animation: increaseCircle1 3s infinite
}
.section3 .__circle2 {
	-webkit-animation: increaseCircle2 3.5s infinite;
	animation: increaseCircle2 3.5s infinite
}
.section3 .item1 {
	-webkit-animation: moveItem1 10s infinite;
	animation: moveItem1 10s infinite
}
.section3 .item2 {
	-webkit-animation: moveItem2 10s infinite;
	animation: moveItem2 10s infinite
}
}
.text1 {
	-webkit-animation: scale1 4s infinite;
	animation: scale1 4s infinite
}
.text2 {
	-webkit-animation: scale1 4.5s infinite;
	animation: scale1 4.5s infinite
}
.text3 {
	-webkit-animation: scale1 5s infinite;
	animation: scale1 5s infinite
}
@-webkit-keyframes move1 {
0% {
transform:translate(0)
}
50% {
transform:translate(15px)
}
to {
transform:translate(0)
}
}
@keyframes move1 {
0% {
transform:translate(0)
}
50% {
transform:translate(15px)
}
to {
transform:translate(0)
}
}
@-webkit-keyframes move2 {
0% {
transform:translate(0)
}
50% {
transform:translate(-15px)
}
to {
transform:translate(0)
}
}
@keyframes move2 {
0% {
transform:translate(0)
}
50% {
transform:translate(-15px)
}
to {
transform:translate(0)
}
}
@-webkit-keyframes move3 {
0% {
transform:translate(0)
}
50% {
transform:translateY(15px)
}
to {
transform:translate(0)
}
}
@keyframes move3 {
0% {
transform:translate(0)
}
50% {
transform:translateY(15px)
}
to {
transform:translate(0)
}
}
@-webkit-keyframes scale1 {
0% {
transform:scale(1)
}
50% {
transform:scale(1.4)
}
to {
transform:scale(1)
}
}
@keyframes scale1 {
0% {
transform:scale(1)
}
50% {
transform:scale(1.4)
}
to {
transform:scale(1)
}
}
@-webkit-keyframes increaseCircle1 {
0% {
transform:translate(0)
}
50% {
transform:translate(5px, 5px)
}
to {
transform:translate(0)
}
}
@keyframes increaseCircle1 {
0% {
transform:translate(0)
}
50% {
transform:translate(5px, 5px)
}
to {
transform:translate(0)
}
}
@-webkit-keyframes increaseCircle2 {
0% {
transform:translate(0)
}
50% {
transform:translate(-5px, -5px)
}
to {
transform:translate(0)
}
}
@keyframes increaseCircle2 {
0% {
transform:translate(0)
}
50% {
transform:translate(-5px, -5px)
}
to {
transform:translate(0)
}
}
@-webkit-keyframes moveItem1 {
0% {
transform:translateX(0)
}
50% {
transform:translateX(100%)
}
to {
transform:translateX(0)
}
}
@keyframes moveItem1 {
0% {
transform:translateX(0)
}
50% {
transform:translateX(100%)
}
to {
transform:translateX(0)
}
}
@-webkit-keyframes moveItem2 {
0% {
transform:translateX(0)
}
50% {
transform:translateX(-100%)
}
to {
transform:translateX(0)
}
}
@keyframes moveItem2 {
0% {
transform:translateX(0)
}
50% {
transform:translateX(-100%)
}
to {
transform:translateX(0)
}
}
.section4 .column {
	min-height: 700px;
	min-width: 300px
}
.section4 .column .__content {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: space-around;
	padding: 50px 40px 33px;
	height: 50%
}
.section5 .__item {
	border-left: 1px solid #fff
}
.section5 .__item:hover .__project {
	text-decoration: underline;
	transition: all .3s
}

@media only screen and (min-width:1024px) {
.line {
	width: 100%;
	border-bottom: 2px solid #fff
}
}
.carousel {
	position: relative
}
.carousel__item {
	height: auto;
	top: 0;
	position: absolute;
	transform: translateX(-100%);
	opacity: 0;
	transition: all .9s ease
}
.carousel__item--selected {
	opacity: 1;
	position: static;
	transform: translateX(0)
}
.carousel__nav {
	width: 100%;
	position: absolute;
	top: 340px;
	bottom: unset;
	left: 0;
	text-align: center
}
.carousel__button {
	width: 15px;
	height: 15px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 15px;
	cursor: pointer
}
.carousel__button--selected {
	background: #fff
}

@media only screen and (min-width:1200px) {
.carousel__item--selected {
	display: flex
}
.carousel__nav {
	width: auto;
	top: unset;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%)
}
.carousel__button {
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer
}
}
.rising_stars_carousel .pilar__button:hover.pilar__button__1 {
	background-color: #5c4d97
}
.rising_stars_carousel .pilar__button:hover.pilar__button__2 {
	background-color: #fab814
}
.rising_stars_carousel .pilar__button:hover.pilar__button__3 {
	background-color: #3abfdc
}
.rising_stars_carousel .pilar__button:hover.pilar__button__4 {
	background-color: #de3c66
}
.rising_stars_carousel .pilar__button--selected {
	outline: none;
	color: #fff
}
.rising_stars_carousel .pilar__button--selected.pilar__button__1 {
	background-color: #5c4d97
}
.rising_stars_carousel .pilar__button--selected.pilar__button__2 {
	background-color: #fab814
}
.rising_stars_carousel .pilar__button--selected.pilar__button__3 {
	background-color: #3abfdc
}
.rising_stars_carousel .pilar__button--selected.pilar__button__4 {
	background-color: #de3c66
}
.rising_stars_carousel .pilar_content.pilar_content_1 {
	background-color: #5c4d97
}
.rising_stars_carousel .pilar_content.pilar_content_2 {
	background-color: #fab814
}
.rising_stars_carousel .pilar_content.pilar_content_3 {
	background-color: #3abfdc
}
.rising_stars_carousel .pilar_content.pilar_content_4 {
	background-color: #de3c66
}
.rising_stars_carousel .section3 .pilar {
	min-height: 52rem
}
.rising_stars_carousel .section3 .pilar_content {
	min-height: 410px
}
.rising_stars_carousel .section3 .__grid {
	display: flex;
	flex-direction: column;
	gap: 10
}
.rising_stars_carousel .section3 .__font--reduce {
	font-size: 1em
}
.be-tech-category-body h1 {
	font-size: 3rem
}
.be-tech-category-body h2 {
	font-size: 1.5rem
}
.be-tech-category-body h3 {
	font-size: 1.25rem
}
.be-tech-category-body h4 {
	font-size: 1.125rem
}
.be-tech-category-body h5 {
	font-size: 1rem
}
.matrix-anim-part img, .plant-steam-cell-anim-part img, .triplobiome-anim-part img {
	height: 20vw
}
.matrix-anim-part p, .plant-steam-cell-anim-part p, .triplobiome-anim-part p {
	font-size: .5rem
}

@media (min-width:1280px) {
.matrix-anim-part p, .plant-steam-cell-anim-part p, .triplobiome-anim-part p {
	font-size: .85rem
}
}
.matrix-anim-part:nth-child(3) p, .plant-steam-cell-anim-part:nth-child(3) p, .triplobiome-anim-part:nth-child(3) p {
	left: 1.5rem!important
}

@media (min-width:1280px) {
.matrix-anim-part:nth-child(3) p, .plant-steam-cell-anim-part:nth-child(3) p, .triplobiome-anim-part:nth-child(3) p {
	left: 3rem!important
}
}
.matrix-anim-part:nth-child(4) p, .plant-steam-cell-anim-part:nth-child(4) p, .triplobiome-anim-part:nth-child(4) p {
	left: 4rem!important
}

@media (min-width:1280px) {
.matrix-anim-part:nth-child(4) p, .plant-steam-cell-anim-part:nth-child(4) p, .triplobiome-anim-part:nth-child(4) p {
	left: 8rem!important
}
}

@media (min-width:640px) {
.sm\:container {
	width: 100%;
	max-width: 640px
}
@media (min-width:768px) {
.sm\:container {
max-width:768px
}
}
@media (min-width:1024px) {
.sm\:container {
max-width:1024px
}
}
@media (min-width:1280px) {
.sm\:container {
max-width:1280px
}
}
.sm\:h-40 {
	height: 10rem
}
.sm\:text-6xl {
	font-size: 4rem
}
.sm\:ml-32 {
	margin-left: 8rem
}
.sm\:max-w-sm {
	max-width: 24rem
}
.sm\:w-1\/2 {
	width: 50%
}
.sm\:w-1\/3 {
	width: 33.333333%
}
.sm\:w-full {
	width: 100%
}
.sm\:grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}
}

@media (min-width:768px) {
.md\:container {
	width: 100%
}
@media (min-width:640px) {
.md\:container {
max-width:640px
}
}
@media (min-width:768px) {
.md\:container {
max-width:768px
}
}
@media (min-width:1024px) {
.md\:container {
max-width:1024px
}
}
@media (min-width:1280px) {
.md\:container {
max-width:1280px
}
}
.md\:block {
	display: block
}
.md\:hidden {
	display: none
}
.md\:flex-row {
	flex-direction: row
}
.md\:justify-end {
	justify-content: flex-end
}
.md\:justify-center {
	justify-content: center
}
.md\:justify-evenly {
	justify-content: space-evenly
}
.md\:flex-1 {
	flex: 1 1 0%
}
.md\:h-64 {
	height: 16rem
}
.md\:text-xl {
	font-size: 1.25rem
}
.md\:text-3xl {
	font-size: 1.875rem
}
.md\:text-8xl {
	font-size: 8rem
}
.md\:leading-10 {
	line-height: 2.5rem
}
.md\:my-auto {
	margin-top: auto;
	margin-bottom: auto
}
.md\:mt-0 {
	margin-top: 0
}
.md\:mr-0 {
	margin-right: 0
}
.md\:mt-6 {
	margin-top: 1.5rem
}
.md\:mr-6 {
	margin-right: 1.5rem
}
.md\:ml-auto {
	margin-left: auto
}
.md\:max-w-md {
	max-width: 28rem
}
.md\:overflow-hidden {
	overflow: hidden
}
.md\:py-0 {
	padding-top: 0;
	padding-bottom: 0
}
.md\:px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}
.md\:px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}
.md\:px-8 {
	padding-left: 2rem;
	padding-right: 2rem
}
.md\:px-16 {
	padding-left: 4rem;
	padding-right: 4rem
}
.md\:pt-0 {
	padding-top: 0
}
.md\:pr-0 {
	padding-right: 0
}
.md\:pb-0 {
	padding-bottom: 0
}
.md\:pr-3 {
	padding-right: .75rem
}
.md\:pl-3 {
	padding-left: .75rem
}
.md\:pr-6 {
	padding-right: 1.5rem
}
.md\:pl-6 {
	padding-left: 1.5rem
}
.md\:pt-12 {
	padding-top: 3rem
}
.md\:w-1\/2 {
	width: 50%
}
.md\:w-1\/3 {
	width: 33.333333%
}
.md\:w-2\/3 {
	width: 66.666667%
}
.md\:w-1\/4 {
	width: 25%
}
.md\:w-3\/4 {
	width: 75%
}
}

@media (min-width:1024px) {
.lg\:container {
	width: 100%
}
@media (min-width:640px) {
.lg\:container {
max-width:640px
}
}
@media (min-width:768px) {
.lg\:container {
max-width:768px
}
}
@media (min-width:1024px) {
.lg\:container {
max-width:1024px
}
}
@media (min-width:1280px) {
.lg\:container {
max-width:1280px
}
}
.lg\:space-y-0>:not(template)~:not(template) {
--space-y-reverse:0;
margin-top:calc(0px*(1 - var(--space-y-reverse)));
margin-bottom:calc(0px*var(--space-y-reverse))
}
.lg\:space-x-6>:not(template)~:not(template) {
--space-x-reverse:0;
margin-right:calc(1.5rem*var(--space-x-reverse));
margin-left:calc(1.5rem*(1 - var(--space-x-reverse)))
}
.lg\:block {
	display: block
}
.lg\:flex {
	display: flex
}
.lg\:grid {
	display: grid
}
.lg\:hidden {
	display: none
}
.lg\:flex-row {
	flex-direction: row
}
.lg\:flex-col {
	flex-direction: column
}
.lg\:flex-no-wrap {
	flex-wrap: nowrap
}
.lg\:items-center {
	align-items: center
}
.lg\:justify-start {
	justify-content: flex-start
}
.lg\:flex-grow {
	flex-grow: 1
}
.lg\:order-last {
	order: 9999
}
.lg\:h-full {
	height: 100%
}
.lg\:text-sm {
	font-size: .875rem
}
.lg\:text-2xl {
	font-size: 1.5rem
}
.lg\:text-3xl {
	font-size: 1.875rem
}
.lg\:text-4xl {
	font-size: 2.25rem
}
.lg\:text-5xl {
	font-size: 3rem
}
.lg\:text-6xl {
	font-size: 4rem
}
.lg\:text-9xl {
	font-size: 9rem
}
.lg\:m-8 {
	margin: 2rem
}
.lg\:mx-3 {
	margin-left: .75rem;
	margin-right: .75rem
}
.lg\:my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}
.lg\:mx-12 {
	margin-left: 3rem;
	margin-right: 3rem
}
.lg\:mx-16 {
	margin-left: 4rem;
	margin-right: 4rem
}
.lg\:mt-0 {
	margin-top: 0
}
.lg\:mb-0 {
	margin-bottom: 0
}
.lg\:ml-1 {
	margin-left: .25rem
}
.lg\:mr-5 {
	margin-right: 1.25rem
}
.lg\:mt-10 {
	margin-top: 2.5rem
}
.lg\:ml-64 {
	margin-left: 16rem
}
.lg\:object-cover {
	-o-object-fit: cover;
	object-fit: cover
}
.lg\:object-right {
	-o-object-position: right;
	object-position: right
}
.lg\:overflow-x-scroll {
	overflow-x: scroll
}
.lg\:p-0 {
	padding: 0
}
/*.lg\:p-4 {
	padding: 1rem
}*/
.lg\:p-6 {
	padding: 1.5rem
}
.lg\:p-10 {
	padding: 2.5rem
}
.lg\:p-20 {
	padding: 5rem
}
.lg\:px-4 {
	padding-left: 1rem;
	padding-right: 1rem
}
.lg\:px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}
.lg\:px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem
}
.lg\:px-12 {
	padding-left: 3rem;
	padding-right: 3rem
}
.lg\:px-16 {
	padding-left: 4rem;
	padding-right: 4rem
}
.lg\:px-20 {
	padding-left: 5rem;
	padding-right: 5rem
}
.lg\:pt-0 {
	padding-top: 0
}
.lg\:pb-0 {
	padding-bottom: 0
}
.lg\:pr-8 {
	padding-right: 2rem
}
.lg\:pl-8 {
	padding-left: 2rem
}
.lg\:pr-10 {
	padding-right: 2.5rem
}
.lg\:pl-10 {
	padding-left: 2.5rem
}
.lg\:pr-12 {
	padding-right: 3rem
}
.lg\:pr-16 {
	padding-right: 4rem
}
.lg\:pl-16 {
	padding-left: 4rem
}
.lg\:pt-24 {
	padding-top: 6rem
}
.lg\:pt-32 {
	padding-top: 8rem
}
.lg\:relative {
	position: relative
}
.lg\:text-left {
	text-align: left
}
.lg\:text-right {
	text-align: right
}
.lg\:w-auto {
	width: auto
}
.lg\:w-1\/2 {
	width: 50%
}
.lg\:w-1\/3 {
	width: 31.333333%
}
.lg\:w-2\/3 {
	width: 66.666667%
}
.lg\:w-1\/4 {
	width: 25%
}
.lg\:w-3\/4 {
	width: 75%
}
.lg\:w-3\/5 {
	width: 60%
}
.lg\:w-1\/6 {
	width: 16.666667%
}
.lg\:w-full {
	width: 100%
}
.lg\:gap-4 {
	grid-gap: 1rem;
	gap: 1rem
}
.lg\:gap-10 {
	grid-gap: 2.5rem;
	gap: 2.5rem
}
.lg\:grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}
.lg\:grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr))
}
.lg\:grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr))
}
}

@media (min-width:1280px) {
.xl\:container {
	width: 100%
}
@media (min-width:640px) {
.xl\:container {
max-width:640px
}
}
@media (min-width:768px) {
.xl\:container {
max-width:768px
}
}
@media (min-width:1024px) {
.xl\:container {
max-width:1024px
}
}
@media (min-width:1280px) {
.xl\:container {
max-width:1280px
}
}
.xl\:space-y-0>:not(template)~:not(template) {
--space-y-reverse:0;
margin-top:calc(0px*(1 - var(--space-y-reverse)));
margin-bottom:calc(0px*var(--space-y-reverse))
}
.xl\:block {
	display: block
}
.xl\:flex {
	display: flex
}
.xl\:hidden {
	display: none
}
.xl\:flex-row {
	flex-direction: row
}
.xl\:items-center {
	align-items: center
}
.xl\:justify-end {
	justify-content: flex-end
}
.xl\:h-auto {
	height: auto
}
.xl\:mx-4 {
	margin-left: 1rem;
	margin-right: 1rem
}
.xl\:my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem
}
.xl\:max-h-screen {
	max-height: 100vh
}
.xl\:py-0 {
	padding-top: 0;
	padding-bottom: 0
}
.xl\:px-12 {
	padding-left: 3rem;
	padding-right: 3rem
}
.xl\:pt-5 {
	padding-top: 1.25rem
}
.xl\:pb-5 {
	padding-bottom: 1.25rem
}
.xl\:absolute {
	position: absolute
}
.xl\:w-1\/3 {
	width: 33.333333%
}
.xl\:w-1\/4 {
	width: 25%
}
.xl\:w-3\/4 {
	width: 75%
}
.xl\:w-1\/5 {
	width: 20%
}
.xl\:w-full {
	width: 100%
}
.xl\:gap-24 {
	grid-gap: 6rem;
	gap: 6rem
}
.xl\:gap-y-8 {
	grid-row-gap: 2rem;
	row-gap: 2rem
}
.xl\:grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}
.xl\:grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr))
}
}
