*,
*:before,
*:after {
	box-sizing: border-box;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

::placeholder {
	color: var(--color-placeholder-text);
	opacity: 1;
	transition: opacity 0.25s ease-in-out;
}

[data-margin-bottom="small"] {
	margin-block-end: 16px;
}

@media (min-width: 768px) {
	[data-margin-bottom-tablet="xxxsmall"] {
		margin-block-end: 4px;
	}
}

{
display: block;
	margin: 0 auto;
	width: 100%;
}


[BlueOliveApp-1] {
cursor: pointer;
position: relative;
}

:where([data-color])[BlueOliveApp-1] {
font-size: 15px;
line-height: 1.4;
border: 1px solid;
border-radius: 3px;
display: inline-block;
font-weight: 700;
padding: 6px 13px;
text-align: center;
}

:where([data-color]):active:not(.ButtonGroupFirst):not(.ButtonGroupMiddle):not(.ButtonGroupLast),
:where([data-color]):focus:not(.ButtonGroupFirst):not(.ButtonGroupMiddle):not(.ButtonGroupLast),
:where([data-color]):focus:active:not(.ButtonGroupFirst):not(.ButtonGroupMiddle):not(.ButtonGroupLast) {
transform: scale(0.96);
}

:where([data-color]):hover:not(:active) {
transition: background-color 0.1s linear, border-color 0.1s linear;
}

:where([data-color]):active {
outline: 0;
}

:where([data-color]) .ArrowIcon[BlueOliveApp2-1] {
fill: #fff;
}

:where([data-color="primary"]) {
background: #e60278;
border-color: transparent;
color: #fcfcfd;
}

:where([data-color="primary"]):hover {
filter: saturate(0.8);
}

:where([data-color="primary"]):active {
filter: saturate(0.7);
}

@media (hover: none) {
:where([data-color=primary]):hover:not(: active):not([disabled=true]) {
	background: #e60278;
}
}

:where([data-color="primary"]) .ArrowIcon[BlueOliveApp2-1] {
	fill: #fcfcfd;
}

:where([]) {
	display: inline;
	width: auto;
}

:where([])[data-color] {
	display: inline-block;
}

[BlueOliveApp2-1]:where(.ArrowIcon) {
	align-items: center;
	display: flex;
	height: 16px;
	width: 16px;
}

[BlueOliveApp2-1]:where(.ArrowIcon-head) {
	transform: translate(0);
	transition: transform 0.2s ease-in-out;
}

[BlueOliveApp2-1]:where(.ArrowIcon-body) {
	opacity: 0;
	transition: all 0.2s linear;
}

[BlueOliveApp2-1]:where(.ArrowRight) {
	margin-left: 8px;
}

:hover [BlueOliveApp2-1]:where(.ArrowIcon-body) {
	animation: BlueOliveApp2-1_line 0.1s linear;
	opacity: 1;
}

:hover [BlueOliveApp2-1]:where(.ArrowRightHead) {
	transform: translate(3px);
}

.IconContainer {
	display: inline-block;
	padding-bottom: 2px;
	vertical-align: middle;
}

.ButtonElement {
	background: none;
	border: 0;
	color: inherit;
	cursor: inherit;
	display: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: normal;
	padding: 0;
	text-align: inherit;
}

.ButtonElement:after {
	content: "";
	cursor: inherit;
	inset: 0;
	position: absolute;
}

.ButtonElement {
	display: inline-block;
}

.ButtonElement {
	display: inherit;
	line-height: normal;
	width: auto;
}

.ButtonElement {
	display: inline-block;
}

.ImageElement {
	height: inherit;
}

.ImageElement {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.IsShown {
	opacity: 1;
}

.ImageElement {
	margin-left: auto;
	margin-right: auto;
}

.ImageElement {
	object-fit: cover;
}

.ImageElement {
	aspect-ratio: 4/3;
	line-height: 0;
	width: 100%;
}

[BlueOliveApp-Dev] {
	color: var(--color-link);
	cursor: pointer;
	position: relative;
	transition: color 0.1s ease-out;
}

div {
	font-size: 15px;
	line-height: 1.4;
}

.LinkElement {
	background: none;
	border: 0;
	color: inherit;
	cursor: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding: 0;
	text-align: left;
}

.LinkElement:before {
	content: "";
	cursor: inherit;
	inset: 0;
	position: absolute;
}

@media (hover: hover) and (pointer: fine) {
	.LinkElement:hover {
		text-decoration: underline;
	}
}

.flexClass1 {
	margin: 0 auto;
	max-width: 1200px;
}

@media (min-width: 960px) {
	.flexClass1 {
		padding: 0 32px;
	}
}

@media (min-width: 1440px) {
	.flexClass1 {
		max-width: 1200px;
		padding: 0;
	}
}

@media (min-width: 1600px) {
	.flexClass1 {
		max-width: 1440px;
	}
}

@media (min-width: 1920px) {
	.flexClass1 {
		max-width: 1600px;
	}
}

@media (min-width: 2560px) {
	.flexClass1 {
		max-width: 1920px;
	}
}

.Content1 {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: space-between;
}

.GalleryGrid {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.GalleryGrid {
	margin: -6px;
}

.FiveItems {
	padding: 6px;
}

.FiveItems:first-child {
	width: 100%;
}

@media (min-width: 768px) {
	.FiveItems:first-child {
		width: 50%;
	}
}

.FiveItems:not(:first-child) {
	flex-basis: 25%;
	width: 25%;
}

.FiveItems:nth-child(4) {
	bottom: 0;
	left: 50%;
	position: absolute;
}

.FiveItems:nth-child(5) {
	bottom: 0;
	position: absolute;
	right: 0;
}

.GridColumn-pictureContainer {
	overflow: hidden;
	width: 100%;
}

.GridColumn-pictureContainer[] {
	border-radius: 5px;
}

.GridColumn-pictureContainer-picture {
	display: block;
	line-height: 0;
	transition: 0.3s;
	width: 100%;
}

.GridColumn-pictureContainer .GridColumn-pictureContainer-picture:before {
	padding-top: 100%;
}

.interActive-1 {
	position: relative;
	transition: all 0.3s ease;
}

@media (min-width: 960px) {
	.interActive-1:hover {
		background: var(--color-bg-light);
		box-shadow: 0 1px 2px #12151b40;
		overflow: visible;
		transform: scale(1.1);
		z-index: 4;
	}

	.interActive-1:hover[] {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.interActive-1:hover .Content1Wrap {
		left: -10%;
		transform: scale(0.833) translate(0);
		transform-origin: top;
		width: 120%;
		z-index: 1;
	}

	.interActive-1:hover .Content1 {
		box-shadow: 0 5px 5px #12151b0f;
		opacity: 1;
		visibility: visible;
		z-index: 1;
		background-color: #fff;
		border-left: 0.5px solid #12151b0f;
		border-right: 1px solid #12151b0f;
		border-bottom: 1px solid #12151b0f;
	}
}

.Content1Wrap {
	position: relative;
	transform: translateY(-10%);
	transform-origin: top;
	width: 100%;
	z-index: 0;
}

.Content1 {
	background: var(--color-bg-light);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	left: 0;
	opacity: 0;
	padding: 12px;
	position: absolute;
	top: -1px;
	transition: opacity 0.3s ease;
	visibility: hidden;
	width: calc(100% + 1px);
	z-index: 0;
}

.Link {
	inset: 0;
	position: absolute;
}
a:hover {
	color: #FFFFFF !important;
}