div#n2-ss-1 .n2-ss-slider-1 {
	display: grid;
	position: relative;
}

div#n2-ss-1 .n2-ss-slider-2 {
	display: grid;
	position: relative;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	border: 0px solid RGBA(62, 62, 62, 1);
	border-radius: 0px;
	background-clip: padding-box;
	background-repeat: repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: scroll;
	z-index: 1;
}

div#n2-ss-1:not(.n2-ss-loaded) .n2-ss-slider-2 {
	background-image: none !important;
}

div#n2-ss-1 .n2-ss-slider-3 {
	display: grid;
	grid-template-areas: 'cover';
	position: relative;
	overflow: hidden;
	z-index: 10;
}

div#n2-ss-1 .n2-ss-slider-3>* {
	grid-area: cover;
}

div#n2-ss-1 .n2-ss-slide-backgrounds,
div#n2-ss-1 .n2-ss-slider-3>.n2-ss-divider {
	position: relative;
}

div#n2-ss-1 .n2-ss-slide-backgrounds {
	z-index: 10;
}

div#n2-ss-1 .n2-ss-slide-backgrounds>* {
	overflow: hidden;
}

div#n2-ss-1 .n2-ss-slide-background {
	transform: translateX(-100000px);
}

div#n2-ss-1 .n2-ss-slider-4 {
	place-self: center;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 20;
	display: grid;
	grid-template-areas: 'slide';
}

div#n2-ss-1 .n2-ss-slider-4>* {
	grid-area: slide;
}

div#n2-ss-1.n2-ss-full-page--constrain-ratio .n2-ss-slider-4 {
	height: auto;
}

div#n2-ss-1 .n2-ss-slide {
	display: grid;
	place-items: center;
	grid-auto-columns: 100%;
	position: relative;
	z-index: 20;
	-webkit-backface-visibility: hidden;
	transform: translateX(-100000px);
}

div#n2-ss-1 .n2-ss-slide {
	perspective: 1500px;
}

div#n2-ss-1 .n2-ss-slide-active {
	z-index: 21;
}

.n2-ss-background-animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

div#n2-ss-1 .n2-ss-button-container,
div#n2-ss-1 .n2-ss-button-container a {
	display: block;
}

div#n2-ss-1 .n2-ss-button-container--non-full-width,
div#n2-ss-1 .n2-ss-button-container--non-full-width a {
	display: inline-block;
}

div#n2-ss-1 .n2-ss-button-container.n2-ss-nowrap {
	white-space: nowrap;
}

div#n2-ss-1 .n2-ss-button-container a div {
	display: inline;
	font-size: inherit;
	text-decoration: inherit;
	color: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
}

div#n2-ss-1 .n2-ss-button-container a>div {
	display: inline-flex;
	align-items: center;
	vertical-align: top;
}

div#n2-ss-1 .n2-ss-button-container span {
	font-size: 100%;
	vertical-align: baseline;
}

div#n2-ss-1 .n2-ss-button-container a[data-iconplacement="left"] span {
	margin-right: 0.3em;
}

div#n2-ss-1 .n2-ss-button-container a[data-iconplacement="right"] span {
	margin-left: 0.3em;
}

div#n2-ss-1 .nextend-arrow {
	cursor: pointer;
	overflow: hidden;
	line-height: 0 !important;
	z-index: 18;
	-webkit-user-select: none;
}

div#n2-ss-1 .nextend-arrow img {
	position: relative;
	display: block;
}

div#n2-ss-1 .nextend-arrow img.n2-arrow-hover-img {
	display: none;
}

div#n2-ss-1 .nextend-arrow:FOCUS img.n2-arrow-hover-img,
div#n2-ss-1 .nextend-arrow:HOVER img.n2-arrow-hover-img {
	display: inline;
}

div#n2-ss-1 .nextend-arrow:FOCUS img.n2-arrow-normal-img,
div#n2-ss-1 .nextend-arrow:HOVER img.n2-arrow-normal-img {
	display: none;
}

div#n2-ss-1 .nextend-arrow-animated {
	overflow: hidden;
}

div#n2-ss-1 .nextend-arrow-animated>div {
	position: relative;
}

div#n2-ss-1 .nextend-arrow-animated .n2-active {
	position: absolute;
}

div#n2-ss-1 .nextend-arrow-animated-fade {
	transition: background 0.3s, opacity 0.4s;
}

div#n2-ss-1 .nextend-arrow-animated-horizontal>div {
	transition: all 0.4s;
	transform: none;
}

div#n2-ss-1 .nextend-arrow-animated-horizontal .n2-active {
	top: 0;
}

div#n2-ss-1 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active {
	left: 100%;
}

div#n2-ss-1 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active {
	right: 100%;
}

div#n2-ss-1 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER>div,
div#n2-ss-1 .nextend-arrow-previous.nextend-arrow-animated-horizontal:FOCUS>div {
	transform: translateX(-100%);
}

div#n2-ss-1 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER>div,
div#n2-ss-1 .nextend-arrow-next.nextend-arrow-animated-horizontal:FOCUS>div {
	transform: translateX(100%);
}

div#n2-ss-1 .nextend-arrow-animated-vertical>div {
	transition: all 0.4s;
	transform: none;
}

div#n2-ss-1 .nextend-arrow-animated-vertical .n2-active {
	left: 0;
}

div#n2-ss-1 .nextend-arrow-previous.nextend-arrow-animated-vertical .n2-active {
	top: 100%;
}

div#n2-ss-1 .nextend-arrow-next.nextend-arrow-animated-vertical .n2-active {
	bottom: 100%;
}

div#n2-ss-1 .nextend-arrow-previous.nextend-arrow-animated-vertical:HOVER>div,
div#n2-ss-1 .nextend-arrow-previous.nextend-arrow-animated-vertical:FOCUS>div {
	transform: translateY(-100%);
}

div#n2-ss-1 .nextend-arrow-next.nextend-arrow-animated-vertical:HOVER>div,
div#n2-ss-1 .nextend-arrow-next.nextend-arrow-animated-vertical:FOCUS>div {
	transform: translateY(100%);
}

div#n2-ss-1 .n2-ss-control-bullet {
	visibility: hidden;
	text-align: center;
	justify-content: center;
	z-index: 14;
}

div#n2-ss-1 .n2-ss-control-bullet--calculate-size {
	left: 0 !important;
}

div#n2-ss-1 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize {
	width: 100%;
}

div#n2-ss-1 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize {
	height: 100%;
	flex-flow: column;
}

div#n2-ss-1 .nextend-bullet-bar {
	display: inline-flex;
	vertical-align: top;
	visibility: visible;
	align-items: center;
	flex-wrap: wrap;
}

div#n2-ss-1 .n2-bar-justify-content-left {
	justify-content: flex-start;
}

div#n2-ss-1 .n2-bar-justify-content-center {
	justify-content: center;
}

div#n2-ss-1 .n2-bar-justify-content-right {
	justify-content: flex-end;
}

div#n2-ss-1 .n2-ss-control-bullet-vertical>.nextend-bullet-bar {
	flex-flow: column;
}

div#n2-ss-1 .n2-ss-control-bullet-fullsize>.nextend-bullet-bar {
	display: flex;
}

div#n2-ss-1 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize>.nextend-bullet-bar {
	flex: 1 1 auto;
}

div#n2-ss-1 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize>.nextend-bullet-bar {
	height: 100%;
}

div#n2-ss-1 .nextend-bullet-bar .n2-bullet {
	cursor: pointer;
	transition: background-color 0.4s;
}

div#n2-ss-1 .nextend-bullet-bar .n2-bullet.n2-active {
	cursor: default;
}

div#n2-ss-1 div.n2-ss-bullet-thumbnail-container {
	position: absolute;
	z-index: 10000000;
}

div#n2-ss-1 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

div#n2-ss-1 .n-uc-Fjvyu081qJeK-inner {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: RGBA(255, 255, 255, 1);
}

div#n2-ss-1 .n-uc-Fjvyu081qJeK-inner:HOVER {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: RGBA(255, 255, 255, 1);
}

div#n2-ss-1 .n2-font-4ad7a6dc01e2835ae5c54087b4ae8314-hover {
	color: #ffffff;
	font-size: 400%;
	text-shadow: none;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: inherit;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: uppercase;
	font-weight: 700;
}

div#n2-ss-1 .n2-font-c362634131e148488ec03bb4aca3796c-hover {
	color: RGBA(255, 255, 255, 0.69);
	font-size: 100%;
	text-shadow: none;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: inherit;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	font-weight: 400;
}

div#n2-ss-1 .n2-font-6d26759eba529fa2dec4bfa6d3e52fae-link a {
	color: #ffffff;
	font-size: 87.5%;
	text-shadow: none;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: normal;
	text-transform: uppercase;
	font-weight: 700;
}

div#n2-ss-1 .n2-font-6d26759eba529fa2dec4bfa6d3e52fae-link a:HOVER,
div#n2-ss-1 .n2-font-6d26759eba529fa2dec4bfa6d3e52fae-link a:ACTIVE,
div#n2-ss-1 .n2-font-6d26759eba529fa2dec4bfa6d3e52fae-link a:FOCUS {
	color: #333333;
}

div#n2-ss-1 .n2-style-e0eedecad3d378dbdce85475941fc2f4-heading {
	background: RGBA(255, 255, 255, 0);
	opacity: 1;
	padding: 10px 20px 10px 20px;
	box-shadow: none;
	border: 2px solid var(--bs-special);
	border-radius: 10px;
}

div#n2-ss-1 .n2-style-e0eedecad3d378dbdce85475941fc2f4-heading:Hover,
div#n2-ss-1 .n2-style-e0eedecad3d378dbdce85475941fc2f4-heading:ACTIVE,
div#n2-ss-1 .n2-style-e0eedecad3d378dbdce85475941fc2f4-heading:FOCUS {
	background: #ffffff;
	border: 2px solid RGBA(255, 255, 255, 1);
}

div#n2-ss-1 .n-uc-LnImbm1HgUAv-inner {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: RGBA(255, 255, 255, 1);
}

div#n2-ss-1 .n-uc-LnImbm1HgUAv-inner:HOVER {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: RGBA(255, 255, 255, 1);
}

div#n2-ss-1 .n-uc-goFTMzMZwQEY-inner {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: RGBA(255, 255, 255, 1);
}

div#n2-ss-1 .n-uc-goFTMzMZwQEY-inner:HOVER {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: RGBA(255, 255, 255, 1);
}

div#n2-ss-1 .n2-font-887aee6636bca9871defb64463928f09-hover {
	color: #f2f2f2;
	font-size: 75%;
	text-shadow: none;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: uppercase;
	font-weight: 700;
}

div#n2-ss-1 .n2-font-d90c715c9d5d6480c9c82cc12363bd8f-hover {
	color: #ffffff;
	font-size: 400%;
	text-shadow: none;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: uppercase;
	font-weight: 400;
}

div#n2-ss-1 .n2-style-3b270bedb041e36f403e427e352bbadc-heading {
	background: var(--bs-special);
	opacity: 1;
	padding: 10px 20px 10px 20px;
	box-shadow: none;
	border: 2px solid var(--bs-special);
	border-radius: 10px;
}

div#n2-ss-1 .n2-style-3b270bedb041e36f403e427e352bbadc-heading:Hover,
div#n2-ss-1 .n2-style-3b270bedb041e36f403e427e352bbadc-heading:ACTIVE,
div#n2-ss-1 .n2-style-3b270bedb041e36f403e427e352bbadc-heading:FOCUS {
	background: #ffffff;
	border: 2px solid RGBA(255, 255, 255, 1);
}

div#n2-ss-1 .n2-style-37b83350d88fb82e7ea26e8ad7887167-dot {
	background: RGBA(0, 0, 0, 0);
	opacity: 1;
	padding: 5px 5px 5px 5px;
	box-shadow: none;
	border: 2px solid RGBA(255, 255, 255, 0.8);
	border-radius: 50px;
	margin: 4px;
}

div#n2-ss-1 .n2-style-37b83350d88fb82e7ea26e8ad7887167-dot.n2-active,
div#n2-ss-1 .n2-style-37b83350d88fb82e7ea26e8ad7887167-dot:HOVER,
div#n2-ss-1 .n2-style-37b83350d88fb82e7ea26e8ad7887167-dot:FOCUS {
	background: RGBA(255, 255, 255, 0.8);
	border: 2px solid RGBA(255, 255, 255, 0.8);
}

div#n2-ss-1 .n2-ss-slide-limiter {
	max-width: 1900px;
}

div#n2-ss-1 .n-uc-5yB9f18gCjlk {
	padding: 10px 60px 10px 60px
}

div#n2-ss-1 .n-uc-IbNOabpfT5aE-inner {
	padding: 0px 0px 0px 0px;
	justify-content: center
}

div#n2-ss-1 .n-uc-IbNOabpfT5aE {
	max-width: 1120px;
	align-self: center;
}

div#n2-ss-1 .n-uc-dtwtw9DVCwgQ-inner {
	padding: 10px 0px 10px 0px
}

div#n2-ss-1 .n-uc-dtwtw9DVCwgQ-inner>.n2-ss-layer-row-inner {
	width: calc(100% + 1px);
	margin: -0px;
	flex-wrap: nowrap;
}

div#n2-ss-1 .n-uc-dtwtw9DVCwgQ-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"] {
	margin: 0px
}

div#n2-ss-1 .n-uc-Fjvyu081qJeK-inner {
	padding: 10px 10px 10px 10px;
	text-align: left;
	--ssselfalign: var(--ss-fs);
	;
	justify-content: center
}

div#n2-ss-1 .n-uc-Fjvyu081qJeK {
	max-width: 720px;
	width: 40%
}

div#n2-ss-1 .n-uc-vOS5ohHkjQUT {
	--margin-bottom: 20px;
	max-width: 635px
}

div#n2-ss-1 .n-uc-4N3wahM8Figy {
	--margin-top: 15px;
	--margin-bottom: 20px;
	max-width: 540px
}

div#n2-ss-1 .n-uc-vHBmkP3wR2c7 {
	--margin-top: 20px
}

div#n2-ss-1 .n-uc-LnImbm1HgUAv-inner {
	padding: 0px 0px 0px 0px;
	text-align: left;
	--ssselfalign: var(--ss-fs);
	;
	justify-content: center
}

div#n2-ss-1 .n-uc-LnImbm1HgUAv {
	max-width: 440px;
	width: 60%
}

div#n2-ss-1 .n-uc-p0ack03Wlvx9 {
	padding: 10px 60px 10px 60px
}

div#n2-ss-1 .n-uc-QLzHShjgiffs-inner {
	padding: 0px 0px 0px 0px;
	justify-content: center
}

div#n2-ss-1 .n-uc-QLzHShjgiffs {
	max-width: 1120px;
	align-self: center;
}

div#n2-ss-1 .n-uc-ag25QaqyXSty-inner {
	padding: 10px 0px 10px 0px
}

div#n2-ss-1 .n-uc-ag25QaqyXSty-inner>.n2-ss-layer-row-inner {
	width: calc(100% + 1px);
	margin: -0px;
	flex-wrap: nowrap;
}

div#n2-ss-1 .n-uc-ag25QaqyXSty-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"] {
	margin: 0px
}

div#n2-ss-1 .n-uc-goFTMzMZwQEY-inner {
	padding: 20px 0px 10px 10px;
	text-align: center;
	--ssselfalign: center;
	;
	justify-content: center
}

div#n2-ss-1 .n-uc-goFTMzMZwQEY {
	width: 100%
}

div#n2-ss-1 .n-uc-YdvXLkq8vbnR {
	--margin-bottom: 40px;
	max-width: 510px
}

div#n2-ss-1 .n-uc-rqy70BA7UcKn {
	--margin-bottom: 20px;
	max-width: 615px
}

div#n2-ss-1 .n-uc-sk788Org9QKI {
	--margin-top: 25px;
	--margin-bottom: 25px;
	max-width: 560px
}

div#n2-ss-1 .n-uc-ihQj9tZ494iw {
	--margin-top: 20px;
	max-width: 190px
}

div#n2-ss-1 .nextend-arrow img {
	width: 32px
}

@media (min-width: 1200px) {
	div#n2-ss-1 [data-hide-desktopportrait="1"] {
		display: none !important;
	}
}

@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),
(orientation: portrait) and (max-width: 1199px) and (min-width: 701px) {
	div#n2-ss-1 .n-uc-5yB9f18gCjlk {
		padding: 10px 50px 10px 50px
	}

	div#n2-ss-1 .n-uc-dtwtw9DVCwgQ-inner {
		padding: 10px 0px 10px 0px
	}

	div#n2-ss-1 .n-uc-dtwtw9DVCwgQ-inner>.n2-ss-layer-row-inner {
		width: calc(100% + 21px);
		margin: -10px;
		flex-wrap: nowrap;
	}

	div#n2-ss-1 .n-uc-dtwtw9DVCwgQ-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"] {
		margin: 10px
	}

	div#n2-ss-1 .n-uc-Fjvyu081qJeK-inner {
		padding: 10px 0px 10px 0px
	}

	div#n2-ss-1 .n-uc-Fjvyu081qJeK {
		width: 40%
	}

	div#n2-ss-1 .n-uc-vOS5ohHkjQUT {
		--ssfont-scale: 0.8
	}

	div#n2-ss-1 .n-uc-4N3wahM8Figy {
		--ssfont-scale: 0.8
	}

	div#n2-ss-1 .n-uc-vHBmkP3wR2c7 {
		--ssfont-scale: 0.8
	}

	div#n2-ss-1 .n-uc-LnImbm1HgUAv {
		width: 60%
	}

	div#n2-ss-1 .n-uc-p0ack03Wlvx9 {
		padding: 10px 50px 10px 50px
	}

	div#n2-ss-1 .n-uc-ag25QaqyXSty-inner {
		padding: 10px 0px 10px 0px
	}

	div#n2-ss-1 .n-uc-ag25QaqyXSty-inner>.n2-ss-layer-row-inner {
		width: calc(100% + 21px);
		margin: -10px;
		flex-wrap: nowrap;
	}

	div#n2-ss-1 .n-uc-ag25QaqyXSty-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"] {
		margin: 10px
	}

	div#n2-ss-1 .n-uc-goFTMzMZwQEY-inner {
		padding: 10px 0px 10px 0px
	}

	div#n2-ss-1 .n-uc-goFTMzMZwQEY {
		width: 100%
	}

	div#n2-ss-1 .n-uc-rqy70BA7UcKn {
		--ssfont-scale: 0.8
	}

	div#n2-ss-1 .n-uc-sk788Org9QKI {
		--ssfont-scale: 0.8
	}

	div#n2-ss-1 .n-uc-ihQj9tZ494iw {
		--ssfont-scale: 0.8
	}

	div#n2-ss-1 [data-hide-tabletportrait="1"] {
		display: none !important;
	}
}

@media (orientation: landscape) and (max-width: 900px),
(orientation: portrait) and (max-width: 700px) {
	div#n2-ss-1 .n-uc-5yB9f18gCjlk {
		padding: 10px 10px 35px 10px
	}

	div#n2-ss-1 .n-uc-dtwtw9DVCwgQ-inner {
		padding: 0px 0px 0px 0px
	}

	div#n2-ss-1 .n-uc-dtwtw9DVCwgQ-inner>.n2-ss-layer-row-inner {
		width: calc(100% + 21px);
		margin: -10px;
		flex-wrap: wrap;
	}

	div#n2-ss-1 .n-uc-dtwtw9DVCwgQ-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"] {
		margin: 10px
	}

	div#n2-ss-1 .n-uc-dtwtw9DVCwgQ {
		max-width: 400px
	}

	div#n2-ss-1 .n-uc-Fjvyu081qJeK-inner {
		padding: 10px 0px 10px 0px
	}

	div#n2-ss-1 .n-uc-Fjvyu081qJeK {
		order: 2;
		width: calc(100% - 20px)
	}

	div#n2-ss-1 .n-uc-vOS5ohHkjQUT {
		--ssfont-scale: 0.6
	}

	div#n2-ss-1 .n-uc-4N3wahM8Figy {
		--ssfont-scale: 0.9
	}

	div#n2-ss-1 .n-uc-vHBmkP3wR2c7 {
		--margin-top: 10px;
		--ssfont-scale: 0.8
	}

	div#n2-ss-1 .n-uc-LnImbm1HgUAv-inner {
		text-align: center;
		--ssselfalign: center;
	}

	div#n2-ss-1 .n-uc-LnImbm1HgUAv {
		order: 1;
		width: calc(100% - 20px)
	}

	div#n2-ss-1 .n-uc-tMPKjchIktpV {
		max-width: 300px
	}

	div#n2-ss-1 .n-uc-p0ack03Wlvx9 {
		padding: 10px 10px 35px 10px
	}

	div#n2-ss-1 .n-uc-ag25QaqyXSty-inner {
		padding: 0px 0px 0px 0px
	}

	div#n2-ss-1 .n-uc-ag25QaqyXSty-inner>.n2-ss-layer-row-inner {
		width: calc(100% + 21px);
		margin: -10px;
		flex-wrap: wrap;
	}

	div#n2-ss-1 .n-uc-ag25QaqyXSty-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"] {
		margin: 10px
	}

	div#n2-ss-1 .n-uc-ag25QaqyXSty {
		max-width: 400px
	}

	div#n2-ss-1 .n-uc-goFTMzMZwQEY-inner {
		padding: 10px 0px 10px 0px;
		text-align: left;
		--ssselfalign: var(--ss-fs);
	}

	div#n2-ss-1 .n-uc-goFTMzMZwQEY {
		order: 2;
		width: calc(100% - 20px)
	}

	div#n2-ss-1 .n-uc-rqy70BA7UcKn {
		--ssfont-scale: 0.6
	}

	div#n2-ss-1 .n-uc-sk788Org9QKI {
		--ssfont-scale: 0.9
	}

	div#n2-ss-1 .n-uc-ihQj9tZ494iw {
		--margin-top: 10px;
		--ssfont-scale: 0.8
	}

	div#n2-ss-1 [data-hide-mobileportrait="1"] {
		display: none !important;
	}

	div#n2-ss-1 .nextend-arrow img {
		width: 16px
	}
}

.logo-text {
	fill: #ffffff;
}

.page-title {
	color: #9bacbb;
}

.page-header {
	background-image: url("../images/heading-bg.jpg");
	background-position: center bottom;
}

input[type="submit"]:hover,
.archive-post-categories-wrap .post-category-link,
.widget_block .wp-block-search__button:hover,
.widget_search .search-submit:hover,
.single-post-categories-wrap a.post-category-link,
.single-post-nav a,
h3.comment-reply-title a:hover,
.form-submit .submit:hover,
.single-post-content .navigation a,
.home-return-link,
.wp-pagination-wrap a,
.wp-pagination-wrap a,
.pagination-wrap a:hover,
.sp-view-all-link a:hover,
.sp-table-wrapper .dataTables_paginate a:hover,
.woocommerce .shop-archive-wrap ul.products li.product .button:hover,
.woocommerce .shop-archive-wrap ul.products li.product span.onsale,
.woocommerce .single-product-wrap span.onsale,
.single-product-wrap .product .cart .button:hover,
.woocommerce div.product #respond.comment-respond .form-submit input#submit:hover,
.woocommerce .single-product-wrap .related.products li.product .button:hover,
.woocommerce .widget_shopping_cart .buttons a.button:hover,
.woocommerce.widget_shopping_cart .buttons a.button:hover,
.woocommerce.widget_product_search button:hover,
.woocommerce.widget_price_filter .button:hover,
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce.widget_price_filter .ui-slider .ui-slider-range,
.woocommerce form.checkout_coupon .button:hover,
.woocommerce-cart table.cart .actions .button:hover,
.woocommerce-cart table.cart td.actions .coupon .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce-account .woocommerce-address-fields button:hover,
.woocommerce .shop-slider-img-wrap span.on-sale {
	background-color: var(--bs-special);
}

a:hover,
blockquote a:hover,
blockquote:before,
.archive-post-title:hover,
.archive-post-excerpt a.read-more-link:hover,
.widget a:hover,
.widget_block li a:hover,
.widget_block .wp-calendar-table a:hover,
.widget_block.widget_tag_cloud a,
.widget_archive ul a:hover,
.widget_archive ol a:hover,
.widget_calendar .wp-calendar-table a:hover,
.widget_calendar .wp-calendar-nav-prev a:hover,
.widget_calendar .wp-calendar-nav-next a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_rss ul li a.rsswidget:hover,
.widget_tag_cloud a:hover,
.widget_nav_menu ul li a:hover,
.widget_nav_menu ol li a:hover,
.single-post-content a:hover,
.single-post-tags a:hover,
.logged-in-as a:hover,
.comment-author a:hover,
.comment-metadata a:hover,
.reply a:hover,
.secondary-menu li a:hover,
.main-menu li a:hover,
.section-link-wrap .section-link:hover,
.featured-event-item .featured-event-summary-link:hover,
.sp-section-content.sp-section-content-events .sp-event-results a,
.widget_sportspress.widget_countdown .event-name a:hover,
.widget_sportspress.widget_team_gallery .gallery-item a:hover dd,
.widget_sportspress.widget_player_gallery .gallery-item a:hover dd,
.widget_sportspress.widget_birthdays .gallery-item a:hover dd,
.woocommerce .shop-archive-wrap ul.products li.product .star-rating span:before,
.woocommerce.widget_shopping_cart .mini_cart_item a:hover,
.woocommerce.widget_layered_nav a:hover,
.woocommerce.widget_recently_viewed_products .product_list_widget li a:hover,
.woocommerce.widget_recent_reviews .product_list_widget li a:hover,
.woocommerce.widget_products .product_list_widget li a:hover,
.woocommerce.widget_top_rated_products .product_list_widget li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.shop-slider-item-rating .star-rating {
	color: var(--bs-special);
}

blockquote,
.single-post-content dd,
.widget-title:first-letter,
.secondary-menu li.current-menu-item a,
.main-menu li.current-menu-item a,
.main-menu ul li.current-menu-item a,
.section-title,
.player-slider-number,
.sp-section-content .sp-template-gallery dl a:hover dd,
.sp-section-content .sp-template-gallery dl dd strong,
.sp-section-content .sp-staff-name .sp-staff-role,
table.sp-data-table thead,
.sp-result.result-win,
.widget_sportspress.widget_team_gallery .gallery-item a dd strong,
.widget_sportspress.widget_player_gallery .gallery-item a dd strong,
.widget_sportspress.widget_birthdays .gallery-item a dd strong,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active,
.shop-slider-item-price,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-lin {
	border-color: var(--bs-special);
}

input[type="submit"],
.sidebar-wrap .widget-container .widget-title-wrap,
.pagination-wrap a,
.sidebar-wrap .widget-container .widget_block h2,
.widget_block .wp-block-search__button,
.sp-view-all-link a,
.woocommerce .shop-archive-wrap ul.products li.product .button,
.woocommerce .single-product-wrap .related.products li.product .button,
.sidebar-wrap .widget-container .widget_block h2,
.player-slider-number,
.shop-slider-item-price,
.sp-section-content .sp-template-gallery dl dd strong,
.woocommerce .widget_shopping_cart .buttons a.button,
.woocommerce.widget_shopping_cart .buttons a.button,
.woocommerce.widget_price_filter .button,
.widget_search .wp-block-search__button,
.widget_search .search-submit,
table.sp-data-table thead,
.woocommerce form.checkout_coupon .button,
.woocommerce-cart table.cart .actions .button,
.woocommerce-cart table.cart td.actions .coupon .button,
.woocommerce button.button,
.woocommerce a.button,
.single-post-img-wrap {
	background-color: #111820;
}

.pagination-wrap span.current,
.widget_search .wp-block-search__button,
.widget_search .search-submit {
	border-color: #111820;
}

input[type="submit"]:hover,
.pagination-wrap a:hover,
.widget_block .wp-block-search__button:hover,
.sp-view-all-link a:hover,
.woocommerce .shop-archive-wrap ul.products li.product .button:hover,
.woocommerce .single-product-wrap .related.products li.product .button:hover,
.woocommerce .widget_shopping_cart .buttons a.button:hover,
.woocommerce.widget_shopping_cart .buttons a.button:hover,
.woocommerce.widget_price_filter .button:hover,
.widget_search .wp-block-search__button:hover,
.widget_search .search-submit:hover,
.woocommerce form.checkout_coupon .button:hover,
.woocommerce-cart table.cart .actions .button:hover,
.woocommerce-cart table.cart td.actions .coupon .button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce a.button.shop-slider-item-button:hover {
	background-color: var(--bs-special);
	color: #ffffff;
}

.widget_search .wp-block-search__button:hover,
.widget_search .search-submit:hover {
	border-color: #ffffff;
}

input[type="submit"],
.sidebar-wrap .widget-container .widget-title-wrap,
.pagination-wrap a,
.sidebar-wrap .widget-container .widget_block h2,
.widget_block .wp-block-search__button,
.sp-view-all-link a,
.woocommerce .shop-archive-wrap ul.products li.product .button,
.woocommerce .single-product-wrap .related.products li.product .button,
.sidebar-wrap .widget-container .widget_block h2,
.player-slider-number,
.shop-slider-item-price,
.sp-section-content .sp-template-gallery dl dd strong,
.woocommerce .widget_shopping_cart .buttons a.button,
.woocommerce.widget_shopping_cart .buttons a.button,
.woocommerce.widget_price_filter .button,
.widget_search .wp-block-search__button,
.widget_search .search-submit,
table.sp-data-table thead,
.woocommerce form.checkout_coupon .button,
.woocommerce-cart table.cart .actions .button,
.woocommerce-cart table.cart td.actions .coupon .button,
.woocommerce button.button,
.woocommerce a.button {
	color: #ffffff;
}

.header-topbar-wrap {
	background-color: #0F131A;
}

.header-topbar a:not(.highlight-color) {
	color: #b4b4b4;
}

.top-bar-cart span {
	background-color: #5d676f;
}

.header-topbar a:hover {
	color: #ffffff;
}

.top-bar-cart:hover span {
	background-color: #ffffff;
}

.header,
.header-search-wrap .search-field,
.header-search-wrap .search-submit,
.header-topbar-line:before {
	background-color: #111820;
}

.header-search-wrap .search-field,
.header-search-wrap .search-submit {
	background-color: #0F131A;
	color: #5d676f;
}

.header-search-wrap .search-submit:hover {
	color: #ffffff;
}

.featured-event-section {
	background: #111820;
	background-color: #111820;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.latest-posts-section {
	background: #f3f6f8;
	background-color: #f3f6f8;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.team-section {
	background-image: url("../images/team-bg1.jpg");
	background-color: #282a2b;
}

.media-section {
	background: #ffffff;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.shop-section {
	background: #f3f3f3;
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sponsors-section {
}

.widgets-section {
	background: #ffffff;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.footer {
	background: #111820;
	background-color: #111820;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.copyright-area {
	background: #0F131A;
	background-color: #0F131A;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	color: #898989;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.media-cats-links-wrap a {
	color: #9bacbb;
}

.archive-wrap.media-archive {
	background: rgba(15, 19, 26, 0.93);
	background-color: rgba(15, 19, 26, 0.93);
}

.masonry-grid-col {
	padding-right: 5px;
	padding-left: 5px;
}

.masonry-grid-col .masonry-grid-item {
	margin-bottom: calc(5px * 2);
}

.masonry-grid {
	margin-left: -5px;
	margin-right: -5px;
}

.media-archive .media-item-caption {
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
}

/* cyrillic-ext */

.a2a_hide {
	display: none
}

.a2a_logo_color {
	background-color: #0166ff
}

.a2a_menu,
.a2a_menu * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	float: none;
	margin: 0;
	padding: 0;
	position: static;
	height: auto;
	width: auto
}

.a2a_menu {
	border-radius: 6px;
	display: none;
	direction: ltr;
	background: #FFF;
	font: 16px sans-serif-light, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
	color: #000;
	line-height: 12px;
	border: 1px solid #CCC;
	vertical-align: baseline;
	overflow: hidden
}

.a2a_mini {
	min-width: 200px;
	position: absolute;
	width: 300px;
	z-index: 9999997
}

.a2a_overlay {
	display: none;
	background: #616c7deb;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999998;
	-webkit-tap-highlight-color: transparent;
	transition: opacity .14s, backdrop-filter .14s
}

.a2a_full {
	background: #FFF;
	border: 1px solid #FFF;
	box-shadow: #2a2a2a1a 0 0 20px 10px;
	height: auto;
	height: calc(320px);
	top: 15%;
	left: 50%;
	margin-left: -320px;
	position: fixed;
	text-align: center;
	width: 640px;
	z-index: 9999999;
	transition: transform .14s, opacity .14s
}

.a2a_full_footer,
.a2a_full_header,
.a2a_full_services {
	border: 0;
	margin: 0;
	padding: 12px;
	box-sizing: border-box
}

.a2a_full_header {
	padding-bottom: 8px
}

.a2a_full_services {
	height: 280px;
	overflow-y: scroll;
	padding: 0 12px;
	-webkit-overflow-scrolling: touch
}

.a2a_full_services .a2a_i {
	display: inline-block;
	float: none;
	width: 181px;
	width: calc(33.334% - 18px)
}

div.a2a_full_footer {
	font-size: 12px;
	text-align: center;
	padding: 8px 14px
}

div.a2a_full_footer a,
div.a2a_full_footer a:visited {
	display: inline;
	font-size: 12px;
	line-height: 14px;
	padding: 8px 14px
}

div.a2a_full_footer a:focus,
div.a2a_full_footer a:hover {
	background: 0 0;
	border: 0;
	color: #0166FF
}

div.a2a_full_footer a span.a2a_s_a2a,
div.a2a_full_footer a span.a2a_w_a2a {
	background-size: 14px;
	border-radius: 3px;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin: 0 3px 0 0;
	vertical-align: top;
	width: 14px
}

.a2a_modal {
	height: 0;
	left: 50%;
	margin-left: -320px;
	position: fixed;
	text-align: center;
	top: 15%;
	width: 640px;
	z-index: 9999999;
	transition: transform .14s, opacity .14s;
	-webkit-tap-highlight-color: transparent
}

.a2a_modal_body {
	background: 0 0;
	border: 0;
	font: 24px sans-serif-light, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
	position: relative;
	height: auto;
	width: auto
}

.a2a_thanks {
	color: #fff;
	height: auto;
	margin-top: 20px;
	width: auto
}

.a2a_thanks>div:first-child {
	margin: 0 0 40px 0
}

.a2a_thanks div * {
	height: inherit
}

#a2a_copy_link {
	background: #FFF;
	border: 1px solid #FFF;
	cursor: pointer;
	margin-top: 15%
}

label.a2a_s_link#a2a_copy_link_icon,
label.a2a_w_link#a2a_copy_link_icon {
	background-size: 48px;
	border-radius: 0;
	display: inline-block;
	height: 48px;
	left: 0;
	line-height: 48px;
	margin: 0 3px 0 0;
	position: absolute;
	vertical-align: top;
	width: 48px
}

#a2a_modal input#a2a_copy_link_text {
	background-color: transparent;
	border: 0;
	color: #2A2A2A;
	cursor: pointer;
	font: inherit;
	height: 48px;
	left: 62px;
	max-width: initial;
	min-height: auto;
	padding: 0;
	position: relative;
	width: 564px;
	width: calc(100% - 76px)
}

#a2a_copy_link_copied {
	background-color: #0166ff;
	color: #fff;
	display: none;
	font: inherit;
	font-size: 16px;
	margin-top: 1px;
	padding: 3px 8px
}

@media (forced-colors:active) {

	.a2a_color_buttons a,
	.a2a_svg {
		forced-color-adjust: none
	}
}

@media (prefers-color-scheme:dark) {

	.a2a_menu a,
	.a2a_menu a.a2a_i,
	.a2a_menu a.a2a_i:visited,
	.a2a_menu a.a2a_more,
	i.a2a_i {
		border-color: #2a2a2a !important;
		color: #fff !important
	}

	.a2a_menu a.a2a_i:active,
	.a2a_menu a.a2a_i:focus,
	.a2a_menu a.a2a_i:hover,
	.a2a_menu a.a2a_more:active,
	.a2a_menu a.a2a_more:focus,
	.a2a_menu a.a2a_more:hover,
	.a2a_menu_find_container {
		border-color: #444 !important;
		background-color: #444 !important
	}

	.a2a_menu:not(.a2a_thanks) {
		background-color: #2a2a2a;
		border-color: #2a2a2a
	}

	.a2a_menu_find {
		color: #fff !important
	}

	.a2a_menu label.a2a_s_find svg {
		background-color: transparent !important
	}

	.a2a_menu label.a2a_s_find svg path {
		fill: #fff !important
	}

	.a2a_full {
		box-shadow: #00000066 0 0 20px 10px
	}

	.a2a_overlay {
		background-color: #373737eb
	}
}

@media print {

	.a2a_floating_style,
	.a2a_menu,
	.a2a_overlay {
		visibility: hidden
	}
}

@keyframes a2aFadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.a2a_starting {
	opacity: 0
}

.a2a_starting.a2a_full,
.a2a_starting.a2a_modal {
	transform: scale(.8)
}

@media (max-width:639px) {
	.a2a_full {
		border-radius: 0;
		top: 15%;
		left: 0;
		margin-left: auto;
		width: 100%
	}

	.a2a_modal {
		left: 0;
		margin-left: 10px;
		width: calc(100% - 20px)
	}
}

@media (min-width:318px) and (max-width:437px) {
	.a2a_full .a2a_full_services .a2a_i {
		width: calc(50% - 18px)
	}
}

@media (max-width:317px) {
	.a2a_full .a2a_full_services .a2a_i {
		width: calc(100% - 18px)
	}
}

@media (max-height:436px) {
	.a2a_full {
		bottom: 40px;
		height: auto;
		top: 40px
	}
}

@media (max-height:550px) {
	.a2a_modal {
		top: 30px
	}
}

@media (max-height:360px) {
	.a2a_modal {
		top: 20px
	}

	.a2a_thanks>div:first-child {
		margin-bottom: 20px
	}
}

.a2a_menu a {
	color: #0166FF;
	text-decoration: none;
	font: 16px sans-serif-light, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
	line-height: 14px;
	height: auto;
	width: auto;
	outline: 0
}

.a2a_menu a.a2a_i:visited,
.a2a_menu a.a2a_more {
	color: #0166FF
}

.a2a_menu a.a2a_i:active,
.a2a_menu a.a2a_i:focus,
.a2a_menu a.a2a_i:hover,
.a2a_menu a.a2a_more:active,
.a2a_menu a.a2a_more:focus,
.a2a_menu a.a2a_more:hover {
	color: #2A2A2A;
	border-color: #EEE;
	border-style: solid;
	background-color: #EEE;
	text-decoration: none
}

.a2a_menu label.a2a_s_find {
	background-size: 24px;
	height: 24px;
	left: 8px;
	pointer-events: auto;
	position: absolute;
	top: 7px;
	width: 24px
}

.a2a_menu label.a2a_s_find svg {
	background-color: #FFF
}

.a2a_menu label.a2a_s_find svg path {
	fill: #CCC
}

#a2a_menu_container {
	display: inline-block
}

.a2a_menu_find_container {
	border: 1px solid #CCC;
	border-radius: 6px;
	padding: 2px 24px 2px 0;
	position: relative;
	text-align: left
}

.a2a_cols_container .a2a_col1 {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

#a2a_modal input,
#a2a_modal input[type=text],
.a2a_menu input,
.a2a_menu input[type=text] {
	display: block;
	background-image: none;
	box-shadow: none;
	line-height: 100%;
	margin: 0;
	outline: 0;
	overflow: hidden;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none
}

#a2afeed_find_container input,
#a2afeed_find_container input[type=text],
#a2apage_find_container input,
#a2apage_find_container input[type=text] {
	background-color: transparent;
	border: 0;
	box-sizing: content-box;
	color: #2A2A2A;
	float: none;
	font: inherit;
	font-size: 16px;
	height: 28px;
	line-height: 20px;
	left: 38px;
	outline: 0;
	margin: 0;
	max-width: initial;
	min-height: initial;
	padding: 2px 0;
	position: relative;
	width: 99%
}

.a2a_clear {
	clear: both
}

.a2a_svg {
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	padding: 0;
	pointer-events: none;
	width: 32px
}

.a2a_svg svg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: none;
	display: block;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: 0;
	width: auto;
	height: auto
}

a.a2a_i,
i.a2a_i {
	display: block;
	float: left;
	border: 1px solid #FFF;
	line-height: 24px;
	padding: 6px 8px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 132px
}

a.a2a_i span,
a.a2a_more span {
	display: inline-block;
	overflow: hidden;
	vertical-align: top
}

a.a2a_i .a2a_svg {
	margin: 0 6px 0 0
}

a.a2a_i .a2a_svg,
a.a2a_more .a2a_svg {
	background-size: 24px;
	height: 24px;
	line-height: 24px;
	width: 24px
}

a.a2a_sss:hover {
	border-left: 1px solid #CCC
}

a.a2a_more {
	border-bottom: 1px solid #FFF;
	border-left: 0;
	border-right: 0;
	line-height: 24px;
	margin: 6px 0 0;
	padding: 6px;
	-webkit-touch-callout: none
}

a.a2a_more span {
	height: 24px;
	margin: 0 6px 0 0
}

.a2a_kit .a2a_svg {
	background-repeat: repeat
}

.a2a_default_style a:empty,
.a2a_flex_style a:empty,
.a2a_floating_style a:empty,
.a2a_overlay_style a:empty {
	display: none
}

.a2a_color_buttons a,
.a2a_floating_style a {
	text-decoration: none
}

.a2a_default_style:not(.a2a_flex_style) a {
	float: left;
	line-height: 16px;
	padding: 0 2px
}

.a2a_default_style a:hover .a2a_svg,
.a2a_floating_style a:hover .a2a_svg,
.a2a_overlay_style a:hover .a2a_svg svg {
	opacity: .7
}

.a2a_overlay_style.a2a_default_style a:hover .a2a_svg {
	opacity: 1
}

.a2a_default_style .a2a_count,
.a2a_default_style .a2a_svg,
.a2a_floating_style .a2a_svg,
.a2a_menu .a2a_svg,
.a2a_vertical_style .a2a_count,
.a2a_vertical_style .a2a_svg {
	border-radius: 4px
}

.a2a_default_style .a2a_counter img,
.a2a_default_style .a2a_dd,
.a2a_default_style .a2a_svg {
	float: left
}

.a2a_default_style .a2a_img_text {
	margin-right: 4px
}

.a2a_default_style .a2a_divider {
	border-left: 1px solid #000;
	display: inline;
	float: left;
	height: 16px;
	line-height: 16px;
	margin: 0 5px
}

.a2a_kit a {
	cursor: pointer;
	transition: none
}

.a2a_floating_style {
	background-color: #fff;
	border-radius: 6px;
	position: fixed;
	z-index: 9999995
}

.a2a_overlay_style {
	z-index: 2147483647
}

.a2a_floating_style,
.a2a_overlay_style {
	animation: a2aFadeIn .2s ease-in;
	padding: 4px
}

.a2a_vertical_style:not(.a2a_flex_style) a {
	clear: left;
	display: block;
	overflow: hidden;
	padding: 4px
}

.a2a_floating_style.a2a_default_style {
	bottom: 0
}

.a2a_floating_style.a2a_default_style a,
.a2a_overlay_style.a2a_default_style a {
	padding: 4px
}

.a2a_count {
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #2a2a2a;
	display: block;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	height: 16px;
	margin-left: 4px;
	position: relative;
	text-align: center;
	width: 50px
}

.a2a_count:after,
.a2a_count:before {
	border: solid transparent;
	border-width: 4px 4px 4px 0;
	content: "";
	height: 0;
	left: 0;
	line-height: 0;
	margin: -4px 0 0 -4px;
	position: absolute;
	top: 50%;
	width: 0
}

.a2a_count:before {
	border-right-color: #ccc
}

.a2a_count:after {
	border-right-color: #fff;
	margin-left: -3px
}

.a2a_count span {
	animation: a2aFadeIn .14s ease-in
}

.a2a_vertical_style .a2a_counter img {
	display: block
}

.a2a_vertical_style .a2a_count {
	float: none;
	margin-left: 0;
	margin-top: 6px
}

.a2a_vertical_style .a2a_count:after,
.a2a_vertical_style .a2a_count:before {
	border: solid transparent;
	border-width: 0 4px 4px 4px;
	content: "";
	height: 0;
	left: 50%;
	line-height: 0;
	margin: -4px 0 0 -4px;
	position: absolute;
	top: 0;
	width: 0
}

.a2a_vertical_style .a2a_count:before {
	border-bottom-color: #ccc
}

.a2a_vertical_style .a2a_count:after {
	border-bottom-color: #fff;
	margin-top: -3px
}

.a2a_color_buttons .a2a_count,
.a2a_color_buttons .a2a_count:after,
.a2a_color_buttons .a2a_count:before,
.a2a_color_buttons.a2a_vertical_style .a2a_count:after,
.a2a_color_buttons.a2a_vertical_style .a2a_count:before {
	background-color: transparent;
	border: none;
	color: #fff;
	float: none;
	width: auto
}

.a2a_color_buttons.a2a_vertical_style .a2a_count {
	margin-top: 0
}

.a2a_flex_style {
	display: flex;
	align-items: flex-start;
	gap: 0
}

.a2a_default_style.a2a_flex_style {
	left: 0;
	right: 0;
	width: 100%
}

.a2a_vertical_style.a2a_flex_style {
	flex-direction: column;
	top: 0;
	bottom: 0
}

.a2a_flex_style a {
	display: flex;
	justify-content: center;
	flex: 1;
	padding: 4px
}

.a2a_flex_style.a2a_vertical_style a {
	flex-direction: column
}

.a2a_floating_style.a2a_color_buttons,
.a2a_floating_style.a2a_flex_style {
	border-radius: 0;
	padding: 0
}

.a2a_floating_style.a2a_default_style.a2a_flex_style {
	bottom: 0
}

.a2a_kit.a2a_flex_style .a2a_counter img,
.a2a_kit.a2a_flex_style .a2a_dd,
.a2a_kit.a2a_flex_style .a2a_svg {
	float: none
}

.a2a_nowrap {
	white-space: nowrap
}

.a2a_note {
	margin: 0 auto;
	padding: 9px;
	font-size: 12px;
	text-align: center
}

.a2a_note .a2a_note_note {
	margin: 0;
	color: #2A2A2A
}

.a2a_wide a {
	display: block;
	margin-top: 3px;
	border-top: 1px solid #EEE;
	text-align: center
}

.a2a_label {
	position: absolute !important;
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	overflow: hidden;
	height: 1px;
	width: 1px
}

.a2a_kit,
.a2a_menu,
.a2a_modal,
.a2a_overlay {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	outline: 0
}

.a2a_dd {
	-webkit-user-drag: none
}

.a2a_dd img {
	border: 0
}

.a2a_button_facebook_like iframe {
	max-width: none
}
