
<style type="text/css">.scs-default-layout {
	font-family: 'Helvetica Neue', 'Segoe UI', sans-serif-regular, Helvetica, Arial;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-style: normal;
	color: #333;
}

.scs-default-layout li {
 	font-size: 14px;
	font-style: normal;
	font-variant-caps: normal;
	color: #333;
	font-weight: 200;
	margin: 0 0 1em;
}
.scs-default-layout h1 {
	font-size: 24px;
	color: #333;
	margin: 0;
	font-weight: 300;
}
.scs-default-layout img {
	width: auto;
	margin: 0;
	border-radius: 3px;
}
.scs-defualt-layout h2 {
	font-size: 18px;
	margin: 0;
}
.scs-default-layout p {
	margin: 0;
}.sl-horizontal-row {
	display: flex;
}

.sl-horizontal-item {
	background-color: transparent;
	flex: 1;
}

.sl-slider {
	-ms-overflow-x: hidden;
	overflow-x: hidden;

	position: relative;
	top: 0px;
	left: 0px;

	width: 100%;
}

/**
 * Stretch the component group in each slide, so that the background fills the slide.
 */
.sl-slider-page,
.sl-slider-page > .scs-componentgroup,
.sl-slider-page > .scs-componentgroup > .scs-container-styles,
.sl-slider-page > .scs-componentgroup > .scs-container-styles > .scs-component-content {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: auto;
	height: auto;
}

/**
 * Allow vertical scrollbar in component group
 */
.sl-slider-page > .scs-componentgroup > .scs-container-styles > .scs-component-content {
	overflow-y: auto;
}

.sl-slider-buttons-wrapper {
	margin-left: 50%;
	position: absolute;
	bottom: 10%;
	z-index: 2;
}

.sl-slider-buttons {
	text-align: center;
	list-style-type: none;
	margin: 0 0 0 -100%;
	padding: 0;
}

.sl-slider-button {
    position: relative;
    display: inline-block;
    text-align: center;
	margin: 0 .25em 0 .25em;

	width: 12px;
	height: 12px;
	background-color: #d7d7d7;
	border-radius: 50%;
	cursor: pointer;
}
.sl-slider-button > a {
    text-decoration: none;
    outline: 0;
    border: 0;
    -moz-outline-style: none;	
    white-space: nowrap;
}
.sl-slider-button.sl-slider-active-button {
	background-color: #6a6a6a;
}

.sl-slider-button > a {
	text-decoration: none;
}

.sl-slider-button > a:link,
.sl-slider-button > a:hover,
.sl-slider-button > a:active,
.sl-slider-button > a:visited {
	text-decoration: none;
}

.sl-slider-button > a > span {
	display: none;
}
.sl-slider-arrow {
	position: absolute;
	top: 50%;
	margin-top: -28px;
	z-index: 2;
	display: block;
	width: 42px;
	height: 55px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 4px;
	overflow: hidden;
}
/* ico-nav-left.svg, neutral-30 */
.sl-slider-arrow-left {
	left: 8px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.414 12l7.293-7.293-1.414-1.414L6.586 12l8.707 8.707 1.414-1.414L9.414 12z' fill='%23f1efed'/%3E%3C/svg%3E");
}
/* ico-nav-right.svg, neutral-30 */
.sl-slider-arrow-right {
	right: 8px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.586 12l-7.293 7.293 1.414 1.414L17.414 12 8.707 3.293 7.293 4.707 14.586 12z' fill='%23f1efed'/%3E%3C/svg%3E");
}
.sl-slider-arrow-left:hover,
.sl-slider-arrow-right:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.sl-blocking-div {
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) 
{
	.scs-slot.scs-responsive .sl-slider .scs-component-container
	{
		box-sizing: border-box;
	}
}
/**
 * Outside border
 */

.sl-tabs {
	border-radius: 0px;
}


/**
 * Tabs container (UL)
 */

.sl-tabs>ul {
	padding: 3px 4px 0px 4px;
	margin: 0px;
	border: transparent;
	background-color: transparent;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}


/**
 * Tab (LI)
 */

.sl-tabs li {
	padding-left: 0;
}

.sl-tabs .sl-tabs-tab {
	list-style: none;
	position: relative;
	float: left;
	height: 36px;
	line-height: 18px;
	margin: 0 1px 0 0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-radius: 0;
}

.sl-tabs ul>li:first-child {}

.sl-tabs ul>li:last-of-type {
	border-right: none;
}

.sl-tabs li.sl-tabs-inactive {
	background-color: #e0e0e0;
	color: #000;
}

.sl-tabs li.sl-tabs-active {
	background-color: darkgrey;
}

.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs li.sl-tabs-inactive.sl-tabs-add a {
	color: #000;
}

.sl-tabs li.sl-tabs-active.sl-tabs-add {
	background-color: darkgrey;
}

.sl-tabs li.sl-tabs-active.sl-tabs-add a {
	color: #fff;
}

.sl-tabs .sl-tabs-tab:focus,
.sl-tabs .sl-tabs-tab:active {
	text-decoration: none;
}


/**
 * Anchor tag (LI > A)
 */

.sl-tabs .sl-tabs-tab>a {
	float: left;
	padding: .5em;
	text-decoration: none;
}

.sl-tabs .sl-tabs-tab>a:link,
.sl-tabs .sl-tabs-tab>a:visited,
.sl-tabs .sl-tabs-tab>a:hover,
.sl-tabs .sl-tabs-tab>a:focus,
.sl-tabs .sl-tabs-tab>a:active {
	color: black;
	text-decoration: none;
	border: 0;
}

.sl-tabs li.sl-tabs-tab.sl-tabs-active>a {
	color: white;
}


/**
 * Pane
 */

.sl-tabs div.sl-tabs-pane {
	padding: 0;
	border: 0;
	margin: 0;
}

/**
 * Tab label (UL > LI > A > SPAN)
 */

.sl-tabs li.sl-tabs-tab>a>span {
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
}

.sl-tabs li.sl-tabs-tab>a>span.sl-tabs-editable {
	color: black;
	background-color: white;
}


/**
 * Misc.
 */

.sl-tabs .sl-tabs-clearfix {
	clear: both;
	height: 0px; 
	width: 0px;
	visibility: hidden;
}

.scs-edit-mode .sl-tabs .sl-empty-tabs {
	display: block;
	background-color: #f1f2f2;
	color: black;
	min-height: 25px;
	line-height: 25px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}


/***********************************************************
 * 1) Treatment 1a
 ***********************************************************/

.sl-tabs-treatment-1a.sl-tabs {}

.sl-tabs-treatment-1a.sl-tabs>ul,
.sl-tabs-treatment-1a.sl-tabs>a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-color: transparent;
	border: transparent;
}

.sl-tabs-treatment-1a.sl-tabs>a {
	padding: 5px;
	border-bottom: 1px solid rgb(170, 170, 170);
	border-top: 1px solid rgb(170, 170, 170);
	outline: none;
}

.sl-tabs-treatment-1a.sl-tabs li {}

.sl-tabs-treatment-1a.sl-tabs ul>li:first-child {
	border-top-left-radius: 2px;
}

.sl-tabs-treatment-1a.sl-tabs ul>li.sl-tabs-last {
	border-top-right-radius: 2px;
	border-right: none;
}

.sl-tabs-treatment-1a.sl-tabs ul>li:last-of-type {
	border-right: none;
}

.sl-tabs-treatment-1a.sl-tabs .sl-tabs-tab {
	height: 36px;
	line-height: 18px;
	margin: 0 1px 0 0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-radius: 0;
}

.sl-tabs-treatment-1a.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-1a.sl-tabs>a.sl-tabs-inactive {
	background-color: #d8d8d8;
}

.sl-tabs-treatment-1a.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs-treatment-1a.sl-tabs li.sl-tabs-active.sl-tabs-add {
	background-color: #56595c;
}

.sl-tabs-treatment-1a.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-1a.sl-tabs>a.sl-tabs-active {
	background-color: #56595c;
	color: #fff;
}

.sl-tabs-treatment-1a.sl-tabs li.sl-tabs-active {
	padding-bottom: 0;
}

.sl-tabs-treatment-1a.sl-tabs>a.sl-tabs-active::after {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.sl-tabs-treatment-1a.sl-tabs .sl-tabs-tab>a:active {
	border: 0;
}


/***********************************************************
 * 2) Treatment 1b
 ***********************************************************/

.sl-tabs-treatment-1b.sl-tabs>ul,
.sl-tabs-treatment-1b.sl-tabs>a {
	color: #fff;
}

.sl-tabs-treatment-1b.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-1b.sl-tabs>a.sl-tabs-inactive {
	background-color: #027bc7;
}

.sl-tabs-treatment-1b.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-1b.sl-tabs>a.sl-tabs-active {
	background-color: #024882;
}

.sl-tabs-treatment-1b.sl-tabs li.sl-tabs-active {
	padding-bottom: 0;
}

.sl-tabs-treatment-1b.sl-tabs>a.sl-tabs-inactive::after {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.sl-tabs-treatment-1b.sl-tabs .sl-tabs-accordion {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.sl-tabs-treatment-1b.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs-treatment-1b.sl-tabs li.sl-tabs-inactive.sl-tabs-add a {
	color: #024882;
}

.sl-tabs-treatment-1b.sl-tabs li.sl-tabs-active.sl-tabs-add a {
	color: #fff;
}

.sl-tabs-treatment-1b.sl-tabs li.sl-tabs-active.sl-tabs-add {
	background-color: #024882;
	color: #fff;
}

.sl-tabs-treatment-1b.sl-tabs .sl-tabs-tab>a {
	color: #fff;
}


/***********************************************************
 * 3) Treatment 1c
 ***********************************************************/

.sl-tabs-treatment-1c.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-1c.sl-tabs>a.sl-tabs-inactive {
	background-color: #f3f3f3;
}

.sl-tabs-treatment-1c.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-1c.sl-tabs>a.sl-tabs-active {
	background-color: #bababa;
}

.sl-tabs-treatment-1c.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs-treatment-1c.sl-tabs li.sl-tabs-active.sl-tabs-add {
	background-color: #bababa;
}

.sl-tabs-treatment-1c.sl-tabs .sl-tabs-tab>a {
	color: #595959;
}

.sl-tabs-treatment-1c.sl-tabs li.sl-tabs-tab.sl-tabs-active>a {
	color: #333333;
}


/***********************************************************
 * 4) Treatment 1d
 ***********************************************************/

.sl-tabs-treatment-1d.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-1d.sl-tabs>a.sl-tabs-inactive {
	background-color: #d8d8d8;
}

.sl-tabs-treatment-1d.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-1d.sl-tabs>a.sl-tabs-active {
	background-color: #027bc7;
}

.sl-tabs-treatment-1d.sl-tabs .sl-tabs-accordion {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.sl-tabs-treatment-1d.sl-tabs .sl-tabs-tab>a {
	color: #595959;
}

.sl-tabs-treatment-1d.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs-treatment-1d.sl-tabs li.sl-tabs-active.sl-tabs-add {
	background-color: #027bc7;
}

.sl-tabs-treatment-1c.sl-tabs li.sl-tabs-active.sl-tabs-add a {
	color: #fff;
}

.sl-tabs-treatment-1d.sl-tabs li.sl-tabs-tab.sl-tabs-active>a {
	color: #fff;
}


/***********************************************************
 * 5) Treatment 2a
 ***********************************************************/

.sl-tabs-treatment-2a.sl-tabs li.sl-tabs-inactive a {
	color: #c0c4c8;
}

.sl-tabs-treatment-2a.sl-tabs li.sl-tabs-active a {
	color: #fff;
}

.sl-tabs-treatment-2a.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-2a.sl-tabs>a.sl-tabs-inactive {
	color: #c0c4c8;
	background-color: #333;
}

.sl-tabs-treatment-2a.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-2a.sl-tabs>a.sl-tabs-active {
	color: #fff;
	font-weight: bold;
	background-color: #5b5b5b;
}

.sl-tabs-treatment-2a.sl-tabs>a.sl-tabs-inactive::after {
	border-top: 2px solid #c0c4c8;
	border-left: 2px solid #c0c4c8;
}

.sl-tabs-treatment-2a.sl-tabs .sl-tabs-accordion {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.sl-tabs-treatment-2a.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs-treatment-2a.sl-tabs li.sl-tabs-inactive.sl-tabs-add a {
	color: #333;
}

.sl-tabs-treatment-2a.sl-tabs li.sl-tabs-active.sl-tabs-add {
	background-color: #333;
	color: #fff;
}

.sl-tabs-treatment-2a.sl-tabs li.sl-tabs-active.sl-tabs-add a {
	color: #fff;
}


/***********************************************************
 * 6) Treatment 3a
 ***********************************************************/
 
.sl-tabs-treatment-3a.sl-tabs>ul,
.sl-tabs-treatment-3a.sl-tabs>a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.sl-tabs-treatment-3a.sl-tabs .sl-tabs-tab,
.sl-tabs-treatment-3a.sl-tabs>a {
	line-height: 25px;
}

.sl-tabs-treatment-3a.sl-tabs .sl-tabs-accordion.sl-tabs-active::after {
	margin-top: -15px;
}

.sl-tabs-treatment-3a.sl-tabs .sl-tabs-accordion.sl-tabs-inactive::after {
	margin-top: -22px;
}

.sl-tabs-treatment-3a.sl-tabs .sl-tabs-tab {
	height: 42px;
	border-right: none;
	margin: 0;
}

.sl-tabs-treatment-3a.sl-tabs ul>li:first-child,
.sl-tabs-treatment-3a.sl-tabs>a {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.sl-tabs-treatment-3a.sl-tabs ul>li.sl-tabs-last,
.sl-tabs-treatment-3a.sl-tabs>a {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.sl-tabs-treatment-3a.sl-tabs li.sl-tabs-inactive a,
.sl-tabs-treatment-3a.sl-tabs>a.sl-tabs-inactive {
	color: #fff;
}

.sl-tabs-treatment-3a.sl-tabs li.sl-tabs-active a,
.sl-tabs-treatment-3a.sl-tabs>a.sl-tabs-active {
	color: #fff;
	font-weight: bold;
}

.sl-tabs-treatment-3a.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-3a.sl-tabs>a.sl-tabs-inactive {
	background-color: #027bc7;
}

.sl-tabs-treatment-3a.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-3a.sl-tabs>a.sl-tabs-active {
	background-color: #439ae1;
}

.sl-tabs-treatment-3a.sl-tabs>a::after {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.sl-tabs-treatment-3a.sl-tabs .sl-tabs-accordion {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.sl-tabs-treatment-3a.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs-treatment-3a.sl-tabs li.sl-tabs-inactive.sl-tabs-add a {
	color: #027bc7;
}


/***********************************************************
 * 7) Treatment 3b
 ***********************************************************/

.sl-tabs-treatment-3b.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-3b.sl-tabs>a.sl-tabs-active {
	background-color: #014c7a;
}


/***********************************************************
 * 8) Treatment 3c
 ***********************************************************/

.sl-tabs-treatment-3c.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-3c.sl-tabs>a.sl-tabs-inactive {
	background-color: #333333;
}

.sl-tabs-treatment-3c.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-3c.sl-tabs>a.sl-tabs-active {
	background-color: #5b5b5b;
}

.sl-tabs-treatment-3c.sl-tabs li.sl-tabs-inactive.sl-tabs-add a {
	color: #5b5b5b;
}

.sl-tabs-treatment-3c.sl-tabs li.sl-tabs-active.sl-tabs-add a {
	color: #333333;
}


/***********************************************************
 * 9) Treatment 3d
 ***********************************************************/

.sl-tabs-treatment-3d.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-3d.sl-tabs>a.sl-tabs-inactive {
	background-color: #333333;
}

.sl-tabs-treatment-3d.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-3d.sl-tabs>a.sl-tabs-active {
	background-color: #015c94;
}


/***********************************************************
 * ..) Treatment 3e
 ***********************************************************/

.sl-tabs-treatment-3e.sl-tabs ul>li:first-child {
	border-radius: 0;
}

.sl-tabs-treatment-3e.sl-tabs ul>li.sl-tabs-last {
	border-radius: 0;
}

.sl-tabs-treatment-3e.sl-tabs li.sl-tabs-inactive {
	background-color: #333333;
}

.sl-tabs-treatment-3e.sl-tabs li.sl-tabs-active {
	background-color: #015c94;
}


/***********************************************************
 * 10) Treatment 4a
 ***********************************************************/
 
.sl-tabs-treatment-4a.sl-tabs>ul,
.sl-tabs-treatment-4a.sl-tabs>a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.sl-tabs-treatment-4a.sl-tabs .sl-tabs-tab,
.sl-tabs-treatment-4a.sl-tabs>a {
	line-height: 19px;
	border-top: 5px solid #ededed;
	background-color: rgba(237, 237, 237, 0.70);
	color: #666;
}

.sl-tabs-treatment-4a.sl-tabs .sl-tabs-tab {
	height: 37px;
	margin: 0;
	border-right: none;
}

.sl-tabs-treatment-4a.sl-tabs .sl-tabs-accordion-allbutfirst {
	margin-top: 0px;
}

.sl-tabs-treatment-4a.sl-tabs ul>li:first-child {
	border-radius: 0;
}

.sl-tabs-treatment-4a.sl-tabs ul>li:last-of-type {
	border-radius: 0;
}

.sl-tabs-treatment-4a.sl-tabs li.sl-tabs-active a {
	color: #333;
}

.sl-tabs-treatment-4a.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-4a.sl-tabs>a.sl-tabs-active {
	border-top: 5px solid rgba(51, 51, 51, 0.40);
	background-color: #ededed;
}

.sl-tabs-treatment-4a.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	border-top: 5px solid transparent;
}

.sl-tabs-treatment-4a.sl-tabs li.sl-tabs-inactive.sl-tabs-add a {}

.sl-tabs-treatment-4a.sl-tabs li.sl-tabs-active.sl-tabs-add {
	border-top: 5px solid transparent;
}


/***********************************************************
 * 11) Treatment 4b
 ***********************************************************/

.sl-tabs-treatment-4b.sl-tabs .sl-tabs-tab,
.sl-tabs-treatment-4b.sl-tabs>a {
	line-height: 19px;
	border-right: none;
	background-color: rgba(237, 237, 237, 0.70);
	color: #666;
	border-top: 5px solid #ededed;
}

.sl-tabs-treatment-4b.sl-tabs .sl-tabs-tab {
	height: 37px;
}

.sl-tabs-treatment-4b.sl-tabs ul>li:first-child {
	border-radius: 0;
}

.sl-tabs-treatment-4b.sl-tabs ul>li:last-of-type {
	border-radius: 0;
}

.sl-tabs-treatment-4b.sl-tabs li.sl-tabs-inactive a {}

.sl-tabs-treatment-4b.sl-tabs li.sl-tabs-active a,
.sl-tabs-treatment-4b.sl-tabs>a.sl-tabs-active {
	color: #027bc7;
}

.sl-tabs-treatment-4b.sl-tabs li.sl-tabs-inactive {}

.sl-tabs-treatment-4b.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-4b.sl-tabs>a.sl-tabs-active {
	border-top: 5px solid #027bc7;
	background-color: #ededed;
}

.sl-tabs-treatment-4b.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	border-top: 5px solid transparent;
}

.sl-tabs-treatment-4b.sl-tabs li.sl-tabs-active.sl-tabs-add {
	border-top: 5px solid transparent;
}


/***********************************************************
 * 12) Treatment 4c
 ***********************************************************/

.sl-tabs-treatment-4c.sl-tabs .sl-tabs-tab,
.sl-tabs-treatment-4c.sl-tabs>a {
	line-height: 19px;
	border-right: none;
	border-top: 5px solid #ededed;
	background-color: rgba(237, 237, 237, 0.70);
	color: #666;
}

.sl-tabs-treatment-4c.sl-tabs .sl-tabs-tab {
	height: 37px;
}

.sl-tabs-treatment-4c.sl-tabs ul>li:first-child {
	border-radius: 0;
}

.sl-tabs-treatment-4c.sl-tabs ul>li:last-of-type {
	border-radius: 0;
}

.sl-tabs-treatment-4c.sl-tabs li.sl-tabs-inactive a {}

.sl-tabs-treatment-4c.sl-tabs li.sl-tabs-active a,
.sl-tabs-treatment-4c.sl-tabs>a.sl-tabs-active {
	color: #fff;
}

.sl-tabs-treatment-4c.sl-tabs li.sl-tabs-inactive {}

.sl-tabs-treatment-4c.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-4c.sl-tabs>a.sl-tabs-active {
	border-top: 5px solid rgba(51, 51, 51, 0.4);
	background-color: #027bc7;
}

.sl-tabs-treatment-4c.sl-tabs>a.sl-tabs-active::after {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.sl-tabs-treatment-4c.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	border-top: 5px solid transparent;
}

.sl-tabs-treatment-4c.sl-tabs li.sl-tabs-inactive.sl-tabs-add a {}

.sl-tabs-treatment-4c.sl-tabs li.sl-tabs-active.sl-tabs-add {
	border-top: 5px solid transparent;
}


/***********************************************************
 * 13) Treatment 5a
 ***********************************************************/
 
.sl-tabs-treatment-5a.sl-tabs>ul,
.sl-tabs-treatment-5a.sl-tabs>a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.sl-tabs-treatment-5a.sl-tabs .sl-tabs-tab,
.sl-tabs-treatment-5a.sl-tabs>a {
	line-height: 25px;
}

.sl-tabs-treatment-5a.sl-tabs .sl-tabs-tab {
	height: 42px;
	border-right: none;
	margin: 0;
}

.sl-tabs-treatment-5a.sl-tabs ul>li:first-child {
	border-radius: 0;
}

.sl-tabs-treatment-5a.sl-tabs ul>li:last-of-type {
	border-radius: 0;
}

.sl-tabs-treatment-5a.sl-tabs li.sl-tabs-inactive a,
.sl-tabs-treatment-5a.sl-tabs>a.sl-tabs-inactive {
	color: #666;
}

.sl-tabs-treatment-5a.sl-tabs li.sl-tabs-active a, 
.sl-tabs-treatment-5a.sl-tabs>a.sl-tabs-active {
	color: #fff;
}

.sl-tabs-treatment-5a.sl-tabs>a.sl-tabs-active::after {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.sl-tabs-treatment-5a.sl-tabs .sl-tabs-accordion.sl-tabs-active::after {
	margin-top: -15px;
}

.sl-tabs-treatment-5a.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-5a.sl-tabs>a.sl-tabs-inactive {
	background-color: #e0e0e0;
	z-index: 0;
}

.sl-tabs-treatment-5a.sl-tabs li.sl-tabs-inactive {
	margin-top: 4px;
}

.sl-tabs-treatment-5a.sl-tabs ul>li.sl-tabs-active,
.sl-tabs-treatment-5a.sl-tabs>a.sl-tabs-active {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: rgba(191, 191, 191, 1);
	background: -moz-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(143, 143, 143, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191, 191, 191, 1)), color-stop(100%, rgba(143, 143, 143, 1)));
	background: -webkit-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(143, 143, 143, 1) 100%);
	background: -o-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(143, 143, 143, 1) 100%);
	background: -ms-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(143, 143, 143, 1) 100%);
	background: linear-gradient(to bottom, rgba(191, 191, 191, 1) 0%, rgba(143, 143, 143, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#8f8f8f', GradientType=0);
	-webkit-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.25);
	z-index: 1;
}

.sl-tabs-treatment-5a.sl-tabs ul>li.sl-tabs-active {
	margin-top: 0px;
	height: 46px;
	line-height: 35px;
}

.sl-tabs-treatment-5a.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}


/***********************************************************
 * 14) Treatment 5b
 ***********************************************************/

.sl-tabs-treatment-5b.sl-tabs .sl-tabs-tab,
.sl-tabs-treatment-5b.sl-tabs>a {
	line-height: 25px;
}

.sl-tabs-treatment-5b.sl-tabs .sl-tabs-tab {
	height: 42px;
	border-right: none;
}

.sl-tabs-treatment-5b.sl-tabs ul>li:first-child {
	border-radius: 0;
}

.sl-tabs-treatment-5b.sl-tabs ul>li:last-of-type {
	border-radius: 0;
}

.sl-tabs-treatment-5b.sl-tabs li.sl-tabs-inactive a,
.sl-tabs-treatment-5b.sl-tabs>a.sl-tabs-inactive {
	color: #666;
}

.sl-tabs-treatment-5b.sl-tabs li.sl-tabs-active a,
.sl-tabs-treatment-5b.sl-tabs>a.sl-tabs-active {
	color: #333;
}

.sl-tabs-treatment-5b.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-5b.sl-tabs>a.sl-tabs-inactive {
	background-color: #e0e0e0;
	z-index: 0;
}

.sl-tabs-treatment-5b.sl-tabs li.sl-tabs-inactive {
	margin-top: 4px;
}

.sl-tabs-treatment-5b.sl-tabs>a.sl-tabs-active::after {
	border-top: 2px solid #333;
	border-left: 2px solid #333;
}

.sl-tabs-treatment-5b.sl-tabs ul>li.sl-tabs-active,
.sl-tabs-treatment-5b.sl-tabs>a.sl-tabs-active {
	margin-top: 0px;
	line-height: 35px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	z-index: 1;
}

.sl-tabs-treatment-5b.sl-tabs ul>li.sl-tabs-active {
	height: 46px;
	border: solid 1px #ccc;
}

.sl-tabs-treatment-5b.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs-treatment-5b.sl-tabs li.sl-tabs-active.sl-tabs-add a {
	color: #333;
}


/***********************************************************
 * 15) Treatment 5c
 ***********************************************************/

.sl-tabs-treatment-5c.sl-tabs .sl-tabs-tab,
.sl-tabs-treatment-5c.sl-tabs>a {
	line-height: 25px;
}

.sl-tabs-treatment-5c.sl-tabs .sl-tabs-tab {
	height: 42px;
	border-right: none;
}

.sl-tabs-treatment-5c.sl-tabs ul>li:first-child {
	border-radius: 0;
}

.sl-tabs-treatment-5c.sl-tabs ul>li:last-of-type {
	border-radius: 0;
}

.sl-tabs-treatment-5c.sl-tabs li.sl-tabs-inactive a,
.sl-tabs-treatment-5c.sl-tabs>a.sl-tabs-inactive {
	color: #fff;
}

.sl-tabs-treatment-5c.sl-tabs li.sl-tabs-active a,
.sl-tabs-treatment-5c.sl-tabs>a.sl-tabs-active {
	color: #fff;
}

.sl-tabs-treatment-5c.sl-tabs>a.sl-tabs-inactive::after {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.sl-tabs-treatment-5c.sl-tabs .sl-tabs-accordion {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.sl-tabs-treatment-5c.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-5c.sl-tabs>a.sl-tabs-inactive {
	background-color: #027bc7;
	z-index: 0;
}

.sl-tabs-treatment-5c.sl-tabs li.sl-tabs-inactive {
	margin-top: 4px;
}

.sl-tabs-treatment-5c.sl-tabs ul>li.sl-tabs-active,
.sl-tabs-treatment-5c.sl-tabs>a.sl-tabs-active,
.sl-tabs-treatment-5c.sl-tabs>a.sl-tabs-inactive {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.sl-tabs-treatment-5c.sl-tabs ul>li.sl-tabs-active,
.sl-tabs-treatment-5c.sl-tabs>a.sl-tabs-active {
	background: #015c94;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	z-index: 1;
}

.sl-tabs-treatment-5c.sl-tabs ul>li.sl-tabs-active {
	margin-top: 0px;
	height: 46px;
	line-height: 35px;
}

.sl-tabs-treatment-5c.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs-treatment-5c.sl-tabs li.sl-tabs-inactive.sl-tabs-add a {
	color: #027bc7;
}

.sl-tabs-treatment-5c.sl-tabs li.sl-tabs-active.sl-tabs-add {}

.sl-tabs-treatment-5c.sl-tabs li.sl-tabs-active.sl-tabs-add a {
	color: #015c94;
	font-weight: bold;
}


/*
 * Accordion styles
 */


/* desktop styles:  hide accordion by default - tabs will be displayed */

.sl-tabs-accordion {
	display: none;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #AAA;
	background-color: transparent;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	outline: none;
}


/* for the top/bottom border, move up the margin on all but first so that we don't get double lines */

.sl-tabs-accordion-allbutfirst {
	margin-top: -1px;
}


/* handle the up/down arrow for active/inactive tabs */

.sl-tabs-accordion::after {
	box-sizing: border-box;
	content: "";
	position: absolute;
	height: 12px;
	width: 12px;
	display: block;
	cursor: pointer;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	right: 8px;
}

.sl-tabs-accordion.sl-tabs-active::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -10px;
}

.sl-tabs-accordion.sl-tabs-inactive::after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	margin-top: -18px;
}


/* mobile styles: are on a per-instance basis in render.js */.sl-three-columns {
	display: flex;
}
.sl-two-columns {
	display: flex;
}
.scs-component-content{position:relative;max-width:100%;display:inline-block;vertical-align:bottom}.scs-hidden{display:none}.scs-hidden-component{text-align:center;color:#000;background-color:#fff;opacity:.4;width:100%;text-transform:uppercase;font-family:"Oracle Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;font-size:9pt;font-weight:700}.scs-render-offscreen{position:absolute!important;inset-inline-start:-9999px!important;visibility:hidden!important}.scs-component-edit-glass{position:absolute;top:0;inset-inline:0;bottom:0;z-index:1}.scs-watermark{border:1px solid rgb(var(--oj-palette-neutral-rgb-60));background-color:rgb(var(--oj-palette-neutral-rgb-10));display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:64px;padding-bottom:64px;color:rgb(var(--oj-palette-neutral-rgb-80));font-size:14px;font-family:"Oracle Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif}.scs-watermark .scs-watermark-image{font-size:24px;width:24px;height:24px;margin-bottom:4px;color:rgb(var(--oj-palette-neutral-rgb-60))}.scs-image .scs-image-image{width:100%;vertical-align:top}.scs-image-edit .scs-image-caption{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}@media (max-width:479px){.scs-image .scs-image-caption{font-size:14px}}.scs-image-container{overflow:hidden;position:relative}.mfp-title{font-family:"Oracle Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif}.scs-paragraph .scs-paragraph-text,.scs-title .scs-title-text{overflow:auto;word-wrap:break-word}.scs-paragraph-edit .scs-paragraph-text,.scs-title-edit .scs-title-text{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.scs-drag .scs-paragraph-edit .scs-paragraph-text.mce-content-body,.scs-drag .scs-title-edit .scs-title-text.mce-content-body{pointer-events:none}.scs-paragraph table{border-color:#e3e7ea;border-style:solid}.scs-paragraph table td{color:#333;background-color:#f9f9f9;border-color:#e3e7ea;border-style:solid;text-align:center}.scs-paragraph table th{color:#000;background-color:#ededed;border-color:#e3e7ea;border-style:solid;text-align:center}.scs-paragraph figure{text-align:center;outline:solid 1px #ccc;background:rgba(0,0,0,.05);padding:0;margin:0;display:inline-block}.scs-paragraph figure>figcaption{text-align:center}.scs-paragraph .cke_widget_wrapper:hover>.cke_widget_drag_handler_container,.scs-paragraph .cke_widget_wrapper:hover>.cke_widget_drag_handler_container img.cke_widget_drag_handler,.scs-paragraph .cke_widget_wrapper>.cke_widget_drag_handler_container img.cke_widget_drag_handler{display:none!important}.scs-hidden-ckeditor-dialog{display:block;opacity:0!important}.scs-button .scs-button-button{padding-block:4px;padding-inline:8px;text-decoration:none;display:block;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.scs-button .scs-button-text{display:inline-block;white-space:nowrap;cursor:default;overflow:hidden;text-align:center;vertical-align:middle;width:100%}.scs-button.scs-button-edit .scs-button-text{cursor:text}.scs-button .scs-button-edit{cursor:text}.scs-button-edit .scs-button-button{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.scs-button-edit .scs-watermark-button{color:#676767;text-transform:uppercase}.scs-cobrowse-errormsg{font-size:14px;font-family:"Oracle Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;color:#333;font-weight:400;text-decoration:none}.scs-document .scs-document-container,.scs-eloqua .scs-eloqua-container,.scs-gallery .scs-gallery-container{overflow:hidden}.scs-document-container .i{box-sizing:content-box}.scs-gallery-caption-title{font-size:16px}.scs-gallery-caption-desc{font-size:12px}@media (max-width:479px){.scs-gallery-caption-title{font-size:28px}.scs-gallery-caption-desc{font-size:24px}}@media (min-width:480px) and (max-width:767px){.scs-gallery-caption-title{font-size:20px}.scs-gallery-caption-desc{font-size:18px}}.scs-swiper .scs-swiper-main{padding-top:66.666%;height:0;position:relative}.scs-swiper .scs-swiper-main .swiperMain{position:absolute;top:0;inset-inline:0;bottom:0}.scs-swiper .scs-swiper-main .swiperMain .swiper-pagination-bullet{--swiper-pagination-color:#fff;--swiper-pagination-bullet-inactive-opacity:0.5;border:1px solid #fff}.scs-swiper .scs-swiper-main .swiperMain .swiper-button-next,.scs-swiper .scs-swiper-main .swiperMain .swiper-button-prev{--swiper-navigation-color:#f1efed;width:auto;height:calc(12px + var(--swiper-navigation-size));margin-top:calc(-6px - var(--swiper-navigation-size)/ 2);padding-block:6px;padding-inline:12px;border-radius:4px}.scs-swiper .scs-swiper-main .swiperMain .swiper-button-next:hover,.scs-swiper .scs-swiper-main .swiperMain .swiper-button-prev:hover{background-color:rgba(0,0,0,.2);color:#fff}.scs-swiper .scs-swiper-main .swiperMain .swiper-slide{display:flex}.scs-swiper .scs-swiper-main .swiperMain .swiper-slide .scs-swiper-slide{flex:1 1 auto;display:flex;position:relative}.scs-swiper .scs-swiper-main .swiperMain .swiper-slide .scs-swiper-slide.scs-swiper-slide-scroll{display:block;overflow-y:auto}.scs-swiper .scs-swiper-main .swiperMain .swiper-slide .scs-swiper-slide.scs-swiper-slide-scroll img{height:auto}.scs-swiper .scs-swiper-main .swiperMain .swiper-slide .scs-swiper-slide a{display:block;flex:1 1 auto}.scs-swiper .scs-swiper-main .swiperMain .swiper-slide .scs-swiper-slide img{display:block;width:100%;height:100%}.scs-swiper .scs-swiper-main .swiperMain .swiper-slide .scs-swiper-caption{position:absolute;bottom:0;inset-inline:0;padding:.5em;color:#fff;z-index:1;background-color:rgba(0,0,0,.54);display:flex;flex-direction:column;align-items:baseline}.scs-swiper .scs-swiper-main .swiperMain .swiper-slide .scs-swiper-caption .scs-swiper-caption-title{flex-shrink:0}.scs-swiper .scs-swiper-main .swiperMain .swiper-slide .scs-swiper-caption .scs-swiper-caption-desc{font-style:italic;color:#ccc;padding-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scs-swiper.scs-swiper-has-caption{bottom:16px}.scs-swiper.scs-swiper-has-caption .swiper-pagination{bottom:42px}.scs-swiper.scs-swiper-has-thumbs .scs-swiper-thumb{padding-top:16.666%;height:0;position:relative}.scs-swiper.scs-swiper-has-thumbs .scs-swiper-thumb .swiperThumb{position:absolute;top:0;inset-inline:0;bottom:0;margin-top:10px;margin-bottom:10px}.scs-swiper.scs-swiper-has-thumbs .scs-swiper-thumb .swiperThumb .swiper-slide{display:flex;background-color:#000;border:1px solid #fff}.scs-swiper.scs-swiper-has-thumbs .scs-swiper-thumb .swiperThumb .swiper-slide div{flex:1 1 auto;display:flex}.scs-swiper.scs-swiper-has-thumbs .scs-swiper-thumb .swiperThumb .swiper-slide div img{display:block;width:100%;height:100%;object-fit:cover}.scs-swiper.scs-swiper-has-thumbs .scs-swiper-thumb .swiperThumb .swiper-slide:not(.swiper-slide-thumb-active){border-color:#000}.scs-swiper.scs-swiper-has-thumbs .scs-swiper-thumb .swiperThumb .swiper-slide:not(.swiper-slide-thumb-active) div img{opacity:.5}.scs-swiper:not(.scs-swiper-has-thumbs) .scs-swiper-thumb{display:none}.scs-youtube iframe{vertical-align:top}.scs-video-edit{background-color:transparent}.scs-video-edit .scs-video-edit-text{border:1px solid grey}.scs-video video.scs-standard-video[controls]::-webkit-media-controls,.scs-video video.scs-standard-video[controls]::-webkit-media-controls-panel,.scs-video video.scs-standard-video[controls]::-webkit-media-controls-panel-container,.scs-video video.scs-standard-video[controls]::-webkit-media-controls-start-playback-button{display:flex!important;opacity:1!important}.scs-video-edit-text{text-align:center;opacity:.5;padding-top:10px;padding-bottom:10px}.scs-advanced-video-player{position:relative}.scs-advanced-video-player .kaltura-player-container{position:absolute;top:0;inset-inline:0;bottom:0}.scs-advanced-video-player .playkit-player .playkit-pre-playback-play-overlay .playkit-pre-playback-play-button{border:none;width:180px;height:180px;padding:7.5px;background-color:transparent;border-radius:0}.scs-advanced-video-player .playkit-player .rectangle-bottom-bar{background-color:rgba(54,51,51,.65)}.scs-advanced-video-player .playkit-player .playkit-time-display{font-family:"Helvetica Neue","Segoe UI",sans-serif-regular,Helvetica,Arial,sans-serif}.scs-advanced-video-player .playkit-player .playkit-control-button{width:24px;height:24px;padding-top:4px}.scs-advanced-video-player .playkit-player .playkit-control-button i{width:24px;height:24px}.scs-advanced-video-player .playkit-player .playkit-control-button-container.playkit-volume-control{width:130px;margin-right:15px}.scs-advanced-video-player .playkit-player .playkit-control-button-container.playkit-volume-control i{top:4px}.scs-advanced-video-player .playkit-player .playkit-volume-control-bar .playkit-progress{background-color:#c74634!important}.scs-advanced-video-player .playkit-player .playkit-volume-control-bar{transform:rotate(90deg);position:absolute;bottom:-54px;left:70px;background-color:transparent;box-shadow:none;opacity:0;transition:visibility 0s,opacity .5s linear;display:block}.scs-advanced-video-player .playkit-player .playkit-volume-control-bar:hover{visibility:visible;opacity:1}.scs-advanced-video-player .playkit-player .playkit-volume-control-bar .playkit-bar{width:10px}.scs-advanced-video-player .playkit-player .playkit-seek-bar .playkit-progress-bar{height:8px}.scs-advanced-video-player .playkit-player .playkit-seek-bar .playkit-progress-bar .playkit-progress{background-color:#c74634!important}.scs-advanced-video-player .playkit-player .playkit-seek-bar .playkit-progress-bar .playkit-scrubber{top:-2px;height:12px;width:12px}.scs-advanced-video-player .playkit-player .playkit-icon-play{background-image:url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5 1v22l17-11.0010155zm2.01780415 3.72082718 11.25026705 7.27815732-11.25026705 7.2801883z' fill='%23fcfbfa' fill-rule='evenodd'/%3E%3C/svg%3E")}.scs-advanced-video-player .playkit-player .playkit-icon-pause{background-image:url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11 3v18h-6v-18zm8 0v18h-6v-18zm-10 2h-2v14h2zm8 0h-2v14h2z' fill='%23fcfbfa' fill-rule='evenodd'/%3E%3C/svg%3E")}.scs-advanced-video-player .playkit-player .playkit-icon-rewind-10{background-image:url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.2928932.29289322 1.4142136 1.41421356-1.2999589 1.30103072c5.3340706.21360075 9.5928521 4.60538576 9.5928521 9.9918625 0 5.5228475-4.4771525 10-10 10-5.42923991 0-9.84793172-4.3266708-9.9961582-9.7200952l-.0038418-.2799048h2c0 4.418278 3.581722 8 8 8s8-3.581722 8-8c0-4.27517588-3.3534649-7.76710805-7.5734196-7.98882132l1.2805264 1.28171454-1.4142136 1.41421356-3.70710676-3.70710678zm1.3221068 10.13710678c1.6740084 0 2.511 1.100989 2.511 3.303 0 1.1040055-.2129979 1.9439971-.639 2.52s-1.0499959.864-1.872.864-1.4459979-.2879971-1.872-.864-.639-1.4159945-.639-2.52c0-2.202011.8369916-3.303 2.511-3.303zm-3.537.117v6.453h-1.413v-4.77l-1.494.504v-.828l1.908-1.359zm3.537 1.026c-.3840019 0-.6644991.1724983-.8415.5175s-.2655.8924962-.2655 1.6425c0 .7620038.0899991 1.3259982.27 1.692s.4589981.549.837.549.6569991-.1829982.837-.549.27-.9299962.27-1.692c0-.7500038-.0884991-1.2974983-.2655-1.6425s-.4574981-.5175-.8415-.5175z' fill='%23fcfbfa' fill-rule='evenodd'/%3E%3C/svg%3E")}.scs-advanced-video-player .playkit-player .playkit-icon-forward-10{background-image:url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.7071068.29289322 3.7071068 3.70710678-3.7071068 3.70710678-1.4142136-1.41421356 1.2805264-1.28171454c-4.21995466.22171327-7.5734196 3.71364544-7.5734196 7.98882132 0 4.418278 3.581722 8 8 8s8-3.581722 8-8h2l-.0038418.2799048c-.1482265 5.3934244-4.5669183 9.7200952-9.9961582 9.7200952-5.5228475 0-10-4.4771525-10-10 0-5.38647674 4.25878153-9.77826175 9.5928521-9.9918625l-1.2999589-1.30103072zm1.9078932 10.13710678c1.6740084 0 2.511 1.100989 2.511 3.303 0 1.1040055-.2129979 1.9439971-.639 2.52s-1.0499959.864-1.872.864-1.4459979-.2879971-1.872-.864-.639-1.4159945-.639-2.52c0-2.202011.8369916-3.303 2.511-3.303zm-3.537.117v6.453h-1.413v-4.77l-1.494.504v-.828l1.908-1.359zm3.537 1.026c-.3840019 0-.6644991.1724983-.8415.5175s-.2655.8924962-.2655 1.6425c0 .7620038.0899991 1.3259982.27 1.692s.4589981.549.837.549.6569991-.1829982.837-.549.27-.9299962.27-1.692c0-.7500038-.0884991-1.2974983-.2655-1.6425s-.4574981-.5175-.8415-.5175z' fill='%23fcfbfa' fill-rule='evenodd'/%3E%3C/svg%3E")}.scs-advanced-video-player .playkit-player .playkit-icon-start-over{background-image:url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.2928932.29289322 1.4142136 1.41421356-1.2999589 1.30103072c5.3340706.21360075 9.5928521 4.60538576 9.5928521 9.9918625 0 5.5228475-4.4771525 10-10 10s-10-4.4771525-10-10h2c0 4.418278 3.581722 8 8 8s8-3.581722 8-8c0-4.27517588-3.3534649-7.76710805-7.5734196-7.98882132l1.2805264 1.28171454-1.4142136 1.41421356-3.70710676-3.70710678z' fill='%23fcfbfa' fill-rule='evenodd'/%3E%3C/svg%3E")}.scs-advanced-video-player .playkit-player .playkit-icon-volume-base{background-image:url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 3-6.35 4.95038407-4.65.00501732v7.92864221h4.65l6.35 5.1159564zm-9 6.93756194h3.351l3.649-2.81268583v9.74925669l-3.649-2.9722497h-3.351z' fill='%23fcfbfa' fill-rule='evenodd'/%3E%3C/svg%3E")}.scs-advanced-video-player .playkit-player .playkit-icon-volume-waves{background-image:url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.6698,4.44569c2.119,1.96729 3.302,4.61348 3.33,7.45193c0.029,2.90486 -1.149,5.65808 -3.316,7.75025l-1.396,-1.42121c1.772,-1.70961 2.735,-3.95045 2.712,-6.31021c-0.023,-2.29038 -0.981,-4.43013 -2.697,-6.02478l1.367,-1.44598zm-4.0355,2.86987c1.516,1.23191 2.357,2.89594 2.366,4.68385c0.01,1.80574 -0.828,3.50049 -2.358,4.77106l-1.284,-1.51933c1.065,-0.88503 1.649,-2.03667 1.642,-3.24182c-0.006,-1.18732 -0.587,-2.30922 -1.634,-3.16056l1.268,-1.5332z' fill='%23fcfbfa' fill-rule='evenodd'/%3E%3C/svg%3E")}.scs-advanced-video-player .playkit-player .playkit-icon-volume-mute{background-image:none}.scs-advanced-video-player .playkit-player .playkit-icon-settings{background-image:url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15 0v3.52237201c.2982345.10526747.5898171.22590145.8739082.36150618l2.4900918-2.49009175 4.2422136 4.24221356-2.4903911 2.49039108c.1356645.28427435.2563543.57576615.3616076.87360892h3.5225699v6h-3.5225699c-.1052533.2978428-.2259431.5893346-.3616076.8736089l2.4903911 2.4903911-4.2422136 4.2422136-2.4900918-2.4900918c-.2840911.1356047-.5756737.2562387-.8739082.3615062v3.522372h-6v-3.522372c-.29823454-.1052675-.58981714-.2259015-.87390824-.3615062l-2.49009176 2.4900918-4.24221356-4.2422136 2.49039108-2.4903911c-.13566457-.2842743-.25635434-.5757661-.36160764-.8736089h-3.52256988v-6h3.52256988c.1052533-.29784277.22594307-.58933457.36160764-.87360892l-2.49039108-2.49039108 4.24221356-4.24221356 2.49009176 2.49009175c.2840911-.13560473.5756737-.25623871.87390824-.36150618v-3.52237201zm-2 2h-2v3.0365983l-.750002.19364804c-.63797967.16472427-1.24117842.41474006-1.7990863.74457239l-.66761557.39469096-2.14729613-2.14729613-1.41378644 1.41378644 2.14663628 2.14663628-.39343835.66727144c-.33055508.5606214-.58103377 1.16440688-.74516515 1.80009028l-.19364804.750002h-3.0365983v2h3.0365983l.19364804.750002c.16413138.6356834.41461007 1.2394689.74516515 1.8000903l.39343835.6672714-2.14663628 2.1466363 1.41378644 1.4137864 2.14729613-2.1472961.66761557.394691c.55790788.3298323 1.16110663.5798481 1.7990863.7445724l.750002.193648v3.0365983h2v-3.0365983l.750002-.193648c.6379797-.1647243 1.2411784-.4147401 1.7990863-.7445724l.6676156-.394691 2.1472961 2.1472961 1.4137864-1.4137864-2.1466362-2.1466363.3934383-.6672714c.3305551-.5606214.5810338-1.1644069.7451652-1.8000903l.193648-.750002h3.0365983v-2h-3.0365983l-.193648-.750002c-.1641314-.6356834-.4146101-1.23946888-.7451652-1.80009028l-.3934383-.66727144 2.1466362-2.14663628-1.4137864-1.41378644-2.1472961 2.14729613-.6676156-.39469096c-.5579079-.32983233-1.1611066-.57984812-1.7990863-.74457239l-.750002-.19364804zm-1 6c2.2092847 0 4 1.79071525 4 4 0 2.2092847-1.7907153 4-4 4-2.20928475 0-4-1.7907153-4-4 0-2.20928475 1.79071525-4 4-4zm0 2c-1.1047153 0-2 .8952847-2 2s.8952847 2 2 2 2-.8952847 2-2-.8952847-2-2-2z' fill='%23fcfbfa' fill-rule='evenodd'/%3E%3C/svg%3E")}.scs-advanced-video-player .playkit-player .playkit-icon-maximize{background-image:url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23 17v6h-6v-2h4v-4zm-20 0v4h4v2h-6v-6zm4-16v2h-4v4h-2v-6zm16 0v6h-2v-4h-4v-2z' fill='%23fcfbfa' fill-rule='evenodd'/%3E%3C/svg%3E")}.scs-advanced-video-player .playkit-player .playkit-icon-minimize{background-image:url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22.9996 16.9993v2.001l-3.9992-.0007.0002 3.9997h-2l-.0002-5.9997zm-15.9992 0v6h-2v-3.999l-4-.0007v-2.0003zm.0006-15.9993v5.999h-6.001v-1.999h4v-4zm11.9996 0v4h3.999v1.999h-5.999v-5.999z' fill='%23fcfbfa' fill-rule='evenodd'/%3E%3C/svg%3E")}.scs-article.scs-align-left .image-box{float:left;margin-inline-end:5px}.scs-article.scs-align-right .image-box{float:right;margin-inline-start:5px}.scs-article .image-box{max-width:100%;position:relative;z-index:10}.scs-headline{display:flex;justify-content:space-between}.scs-headline.scs-align-left{flex-direction:row}.scs-headline.scs-align-right{flex-direction:row-reverse}.scs-headline .text-box{flex-grow:1;flex-shrink:1}.scs-headline .image-box{max-width:100%;flex-grow:0;flex-shrink:0;flex-basis:auto}.scs-imagetext.scs-align-top .image-box{margin-bottom:5px}.scs-imagetext.scs-align-left .image-box{float:left;margin-inline-end:5px}.scs-imagetext.scs-align-right .image-box{float:right;margin-inline-start:5px}.scs-imagetext.scs-align-left .image-box,.scs-imagetext.scs-align-right .image-box{max-width:100%;position:relative;z-index:10}@media screen and (max-width:767px){.scs-article.scs-align-left .image-box,.scs-article.scs-align-right .image-box{float:none;margin-inline:0}.scs-article .image-box{width:auto!important}.scs-headline{flex-direction:column!important}.scs-headline .image-box{flex-basis:auto!important}.scs-imagetext.scs-align-left .image-box,.scs-imagetext.scs-align-right .image-box{float:none;margin-inline:0}.scs-imagetext.scs-align-left .image-box,.scs-imagetext.scs-align-right .image-box{width:auto!important}}.scs-opa-interview-no-connection{font-size:12px;font-family:"Oracle Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;color:#333;font-weight:400;text-decoration:none;text-align:center}.scs-custom-component-wrapper{overflow:hidden}.scs-map-content{position:relative;background-color:transparent;overflow:hidden;display:block!important;-webkit-transform:translateZ(0);transform:translateZ(0);-ms-transform:translateZ(0);width:100%}.scs-contentlist ol.scs-pagination,.scs-dynamiclist ol.scs-pagination,.scs-recommendation ol.scs-pagination{display:flex;justify-content:center;list-style:none;padding:0;margin:0;clear:both}.scs-contentlist ol.scs-pagination li,.scs-dynamiclist ol.scs-pagination li,.scs-recommendation ol.scs-pagination li{display:block;margin-block:0;margin-inline:5px;color:#666;font-size:13px;font-weight:400;text-align:center;line-height:2em;height:2em;min-width:2em;box-sizing:border-box;border:1px solid transparent}.scs-contentlist ol.scs-pagination li a,.scs-dynamiclist ol.scs-pagination li a,.scs-recommendation ol.scs-pagination li a{color:inherit;text-decoration:none;padding-block:0;padding-inline:8px;display:block}.scs-contentlist ol.scs-pagination li.scs-disabled a,.scs-dynamiclist ol.scs-pagination li.scs-disabled a,.scs-recommendation ol.scs-pagination li.scs-disabled a{cursor:default}.scs-contentlist ol.scs-pagination li.scs-clickable,.scs-dynamiclist ol.scs-pagination li.scs-clickable,.scs-recommendation ol.scs-pagination li.scs-clickable{background-color:#ececec}.scs-contentlist ol.scs-pagination li.scs-clickable:hover,.scs-dynamiclist ol.scs-pagination li.scs-clickable:hover,.scs-recommendation ol.scs-pagination li.scs-clickable:hover{color:#000}.scs-contentlist ol.scs-pagination li.scs-clickable.scs-current,.scs-dynamiclist ol.scs-pagination li.scs-clickable.scs-current,.scs-recommendation ol.scs-pagination li.scs-clickable.scs-current{color:#111;background-color:#ccc}.scs-contentlist ol.scs-pagination li.scs-clickable.scs-disabled,.scs-dynamiclist ol.scs-pagination li.scs-clickable.scs-disabled,.scs-recommendation ol.scs-pagination li.scs-clickable.scs-disabled{color:#bbb;background-color:#eee}.scs-contentlist ol.scs-pagination li.ellipses,.scs-dynamiclist ol.scs-pagination li.ellipses,.scs-recommendation ol.scs-pagination li.ellipses{min-width:0}.scs-contentlist-edit .scs-custom-component a,.scs-custom-component.scs-component-edit a,.scs-dynamiclist-edit .scs-custom-component a,.scs-recommendation-edit .scs-custom-component a{cursor:default}.scs-dynamiclist-empty-list{text-align:center}.scs-socialbar .scs-component-content{white-space:nowrap;overflow:hidden}.scs-socialbar-container{display:inline-block}.scs-socialbar-container .scs-socialbar-icon{vertical-align:bottom;border:none;outline:0;background-size:contain}.scs-spacer-edit{border:1px solid #d7d7d7;background-color:rgba(241,242,242,0);box-sizing:border-box;overflow:hidden}.scs-spacer-edit:hover{background-color:rgba(241,242,242,.5)}.scs-spacer-edit-text{text-align:center;text-transform:uppercase;position:relative;top:50%;margin-top:-.5em;color:#6a6a6a;font-weight:700;font-size:12px;text-transform:uppercase;font-family:"Oracle Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif}.scs-gallerygrid .scs-gallerygrid-container{display:flex;flex-wrap:wrap}.scs-gallerygrid .scs-gallerygrid-container scs-image{display:inline-block;max-width:100%}.scs-gallerygrid .scs-gallerygrid-container.scs-gallerygrid-flowing scs-image{flex-grow:0}.scs-gallerygrid .scs-image{width:100%;height:100%}.scs-gallerygrid .scs-image .scs-component-content{width:100%;height:100%;overflow:hidden}.scs-gallerygrid .scs-gallerygrid-columns .scs-image .scs-image-container{height:0}.scs-gallerygrid .scs-gallerygrid-flowing .scs-image .scs-image-container{width:100%;height:100%}.scs-gallerygrid .scs-gallerygrid-custom .scs-image .scs-image-container{width:100%;height:100%;display:block}.scs-gallerygrid .scs-gallerygrid-crop .scs-image .scs-image-image{transform:translate(-100%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);top:50%;inset-inline-start:50%;position:absolute}.scs-gallerygrid .scs-gallerygrid-crop .scs-image .scs-image-image.scs-image-wide{width:auto;height:100%}.scs-gallerygrid .scs-gallerygrid-crop .scs-image .scs-image-image.scs-image-tall{width:100%}.scs-gallerygrid .scs-gallerygrid-fit .scs-image .scs-image-image{position:absolute;top:0;bottom:0;inset-inline:0;margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;vertical-align:middle}.scs-gallerygrid .scs-gallerygrid-flowing .scs-image .scs-image-image{width:auto;height:100%;max-width:100%}@media (max-width:767px){.scs-gallerygrid-container .scs-image .scs-image-caption{font-size:14px}}.scs-inline-image-toolbar{border:1px solid #47423e;box-shadow:1px 1px 3px 0 rgba(0,0,0,.35);background-color:#3a3632}.scs-inline-image-toolbar .scs-inline-image-toolbar-item a{display:flex;align-items:center;justify-content:center;cursor:default;color:#fff;font-family:ojuxIconFont;font-size:20px;line-height:20px;height:32px;width:32px}.scs-inline-image-toolbar .scs-inline-image-toolbar-item a::before{content:"\f34b"}.scs-inline-image-toolbar .scs-inline-image-toolbar-item a:hover{background-color:#514c47}.scs-search-form{position:relative}.scs-search-input{border:none;padding-block:0;padding-inline:10px;width:calc(100% - 20px);height:32px;font-size:16px;box-sizing:content-box}.scs-search-input[data-show-icon=true]{width:calc(100% - 38px);padding-inline-end:28px}.scs-search-button{top:7px;inset-inline-end:5px;width:18px;height:18px;border:0;padding:0;position:absolute;display:block;text-indent:-9000px;overflow:hidden;background-color:transparent;background-size:18px auto;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAxNyAxNyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTcgMTciIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM0NTQ1NDUiIGQ9Ik0xNS42MjUsMTMuNzE3bC0zLjQzOC0zLjI1QzEyLjgxMiw5LjQ2NSwxMy4yNSw4LjM0LDEzLjI1LDcuMDljMC0zLjM3NS0yLjc1LTYuMTI2LTYuMTI1LTYuMTI2UzAuOTk5LDMuNzE1LDAuOTk5LDcuMDljMCwzLjM3NiwyLjc1LDYuMTI2LDYuMTI1LDYuMTI2YzEuMjUsMCwyLjQzNy0wLjM3NSwzLjQzOC0xLjA2NGwzLjE4OCwzLjUwMmMwLjQ5OSwwLjQ5OCwxLjMxMiwwLjQ5OCwxLjg3NSwwLjA2MUMxNi4xMjUsMTUuMDI3LDE2LjEyNSwxNC4yMTUsMTUuNjI1LDEzLjcxNyBNNy4xMjUsMTEuMjc3Yy0yLjMxMiwwLTQuMjUtMS44NzUtNC4yNS00LjI1YzAtMi4zNzUsMS44NzUtNC4yNSw0LjI1LTQuMjVzNC4yNSwxLjg3NSw0LjI1LDQuMjVjMCwwLjc1LTAuMTg4LDEuNDM4LTAuNTYzLDIuMDYyQzEwLjA2MiwxMC40MDIsOC42ODcsMTEuMjc3LDcuMTI1LDExLjI3NyIvPjwvc3ZnPg==)}.oj-progress-circle{position:relative;display:block;margin-block:0;margin-inline:auto;width:36px;height:36px;max-width:100%;max-height:100%}.oj-progress-circle-indeterminate{position:relative;display:inline-block;width:100%;height:100%;max-width:100%;max-height:100%;animation:circleRotation 1s linear 0s infinite}.oj-progress-circle-indeterminate-inner{width:100%;height:100%;border-radius:50%;box-sizing:border-box;border:2px solid #161513;animation:circleLength 1.5s linear 0s infinite alternate;position:absolute}@keyframes circleRotation{0%{transform:rotate(30deg)}100%{transform:rotate(390deg)}}@keyframes circleLength{0%{-webkit-clip-path:polygon(21.1% 0,21.1% 0,21.1% 0,50% 50%,78.9% 0,78.9% 0,78.9% 0);clip-path:polygon(21.1% 0,21.1% 0,21.1% 0,50% 50%,78.9% 0,78.9% 0,78.9% 0)}6.25%{-webkit-clip-path:polygon(0 0,0 0,0 0,50% 50%,100% 0,100% 0,100% 0);clip-path:polygon(0 0,0 0,0 0,50% 50%,100% 0,100% 0,100% 0)}43.75%{-webkit-clip-path:polygon(0 0,0 100%,0 100%,50% 50%,100% 100%,100% 100%,100% 0);clip-path:polygon(0 0,0 100%,0 100%,50% 50%,100% 100%,100% 100%,100% 0)}50%{-webkit-clip-path:polygon(0 0,0 100%,21.1% 100%,50% 50%,78.9% 100%,100% 100%,100% 0);clip-path:polygon(0 0,0 100%,21.1% 100%,50% 50%,78.9% 100%,100% 100%,100% 0)}56.25%{-webkit-clip-path:polygon(0 0,0 100%,0 100%,50% 50%,100% 100%,100% 100%,100% 0);clip-path:polygon(0 0,0 100%,0 100%,50% 50%,100% 100%,100% 100%,100% 0)}93.75%{-webkit-clip-path:polygon(0 0,0 0,0 0,50% 50%,100% 0,100% 0,100% 0);clip-path:polygon(0 0,0 0,0 0,50% 50%,100% 0,100% 0,100% 0)}100%{-webkit-clip-path:polygon(21.1% 0,21.1% 0,21.1% 0,50% 50%,78.9% 0,78.9% 0,78.9% 0);clip-path:polygon(21.1% 0,21.1% 0,21.1% 0,50% 50%,78.9% 0,78.9% 0,78.9% 0)}}.scs-app-iframe-wrapper{overflow:auto;max-width:100%;-webkit-overflow-scrolling:touch}.scs-app-iframe-wrapper iframe{display:block;width:100%;height:100%}.jssorb01{position:absolute}.jssorb01 .av,.jssorb01 div,.jssorb01 div:hover{position:absolute;width:12px;height:12px;opacity:.7;overflow:hidden;cursor:pointer;border:#000 1px solid}.jssorb01 div{background-color:gray}.jssorb01 .av:hover,.jssorb01 div:hover{background-color:#d3d3d3}.jssorb01 .av{background-color:#fff}.jssorb01 .dn,.jssorb01 .dn:hover{background-color:#555}.jssorb02{position:absolute}.jssorb02 .av,.jssorb02 div,.jssorb02 div:hover{position:absolute;width:21px;height:21px;text-align:center;line-height:21px;color:#fff;font-size:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAeCAYAAADnydqVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA69pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6RDNGREM2MzAxODY4RTIxMTg1RkVGRTIzQjUwMzk2OTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEY1Q0YzQzI1Qzc5MTFFM0JBMDI4RkFCRTA5NTdERjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEY1Q0YzQzE1Qzc5MTFFM0JBMDI4RkFCRTA5NTdERjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNDVFNjkxQTc4NUNFMzExQUQ1MUIyQzREMkRGQzczOCIg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) -800px -800px no-repeat;overflow:hidden;cursor:pointer}.jssorb02 div{background-position:-5px -5px}.jssorb02 .av:hover,.jssorb02 div:hover{background-position:-35px -5px}.jssorb02 .av{background-position:-65px -5px}.jssorb02 .dn,.jssorb02 .dn:hover{background-position:-95px -5px}.jssorb14{position:absolute;z-index:1}.jssorb14 .av,.jssorb14 div,.jssorb14 div:hover{position:absolute;width:12px;height:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAeCAYAAADnydqVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8xJREFUeNrsWl9IU1EcvptzaWsYI91EcyGJVASWT75UauIeqgcRhJSGoPOhB3u1lyASyfKp5x6UBPUhfQhMGwxSJoGTSKeED/bH1E3wD06nc+v2/eQYJrqm3PMivw8+zr3njn075/v9fufc3atTVVVhnFzoeQrYYAYbzGCDGWwwgw1msMEMNpgNZpwUGI4REIXgZfCU6FsAh8Elib/TCD4Gb4Epou8H+Bz0yRBcXV1VjEajkpycfB+nLWCOuETjfCEYMxgMmur29fWRppKUlBRX1+FwaJ7BelVV76C9RuYGAoFNIIZjG/or0J6XaO4b0CHMDdMAxcBfgfckBtaz7e3tTjAHVAQtYEskEuldX1+XphuLxTrBHFARtIAt0Wi0F/OufYnGoK7odDrb0tJSpKyszG+z2Xzp6eljAwMDQfTrIUzZpZMw2IfCzC1wCHwLvgN/id//CEySoHt1a2urCUYqBxHzcRefqZKhi+9u2hNQ/xDzfCTdhA0OhUJ51La3t393u91UFv3o+1xRUTFGpqNUpYbDYauEAd8U7QT4UmRtK9ghTD+95zOaYX5+3gkj9TBZOYwLCwv1WutiLp0wUn+YwcTl5eV6zQ0WE6mgPMxQI55CqRsbGz+DweBOrZqamjorwWCzaD1gQBzHRBavifOLWotiTPnxzCUioO1a666srOQjS5V4RODZNTd4cXGRskVxOp1pu48YqQUNdrvdROfDw8ObEgwOi/bCvv4ze8zXfIOH7Az9z2AEwZqEDA7Fy14igmBNc4M9Hg+teYrVar0uMobWWzMW/tupqanGubm5jcbGxoAEgydFS5upB2K9zROlmnbyVD28Wov29/e7kaFqPINHRkY+aq07OjrqRpVUD1v7iX6/P2FdXaIP/LGRsni93pKioiLL/mvYTUbr6uq+dHV1jUp4gYBuy56AGQft/cAP4FOtRTFea1tbW09xcfGNg65PT09/raqqqsR4J7TWbWho6CkoKDhQd3Z29mtzc3PCukcxeKdM4svzampqMrKzs00oFRGsu2sul+vbJEDlVNIbIpXiNskuyjItFysU8OBrcE6CwdSU1NbWuqqrqx1mszmNOpC54cHBwaHW1tYOZFOn1uPd1S0vL3eVlpY6UB3TxF1M2OfzDXV3d3dgHU5Y96gGEywim2jTFaENNgUWGN1dlyWhUPCc0CRT34tjRZLBhEsUXLm5uVkmk8kwPj4+j3MqkZ/A35IM/qubmZmZlZKSYpiZmTmWro7fyTrZ4P+i2WAGG8xggxlsMIMNZrDBDDaYDWacGPwRYAC5Q4FTXIE8QwAAAABJRU5ErkJggg==) -800px -800px no-repeat;overflow:hidden;cursor:pointer}.jssorb14 div{background-position:-9px -9px}.jssorb14 .av:hover,.jssorb14 div:hover{background-position:-39px -9px}.jssorb14 .av{background-position:-69px -9px}.jssorb14 .dn,.jssorb14 .dn:hover{background-position:-99px -9px}.jssoral01,.jssorar01{display:block;position:absolute;width:45px;height:45px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAABaCAYAAACWuwCqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA69pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6RDNGREM2MzAxODY4RTIxMTg1RkVGRTIzQjUwMzk2OTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTk5RjdCNUU1Rjk1MTFFMzlGRUU4REI3MUVDRjVERUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTk5RjdCNUQ1Rjk1MTFFMzlGRUU4REI3MUVDRjVERUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NzUwRjk0MDk1NUZFMzExQjZBQ0Q3MjhEOEZEMDVCNCIg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) no-repeat;overflow:hidden}.jssoral01{background-position:-8px -38px}.jssorar01{background-position:-68px -38px}.jssoral01:hover{background-position:-128px -38px}.jssorar01:hover{background-position:-188px -38px}.jssoral01.jssoraldn{background-position:-8px -38px}.jssorar01.jssorardn{background-position:-68px -38px}.jssora02l,.jssora02r{display:block;position:absolute;width:55px;height:55px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAABaCAYAAACWuwCqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA69pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6Njk0RjBFQzZBQTYzRTIxMUE1NkVBODkwRDdBMjM1OEQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzRCQTIzMTk2MTQwMTFFMzhBQUFERjI1MTg2QkYxQjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzRCQTIzMTg2MTQwMTFFMzhBQUFERjI1MTg2QkYxQjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMkM4MzUzMzQwNjFFMzExODI5RkFDOUJBMDBGREM5NSIg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) no-repeat;overflow:hidden}.jssora02l{background-position:-3px -33px}.jssora02r{background-position:-63px -33px}.jssora02l:hover{background-position:-123px -33px}.jssora02r:hover{background-position:-183px -33px}.jssora02l.jssora02ldn{background-position:-3px -33px}.jssora02r.jssora02rdn{background-position:-63px -33px}.jssora02l.jssora02lds{background-position:-3px -33px;opacity:.3;pointer-events:none}.jssora02r.jssora02rds{background-position:-63px -33px;opacity:.3;pointer-events:none}.jssort01{position:absolute;width:600px;height:88px}.jssort01 .p{position:absolute;top:0;inset-inline-start:0;width:72px;height:72px}.jssort01 .t{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;border:none}.jssort01 .w{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.jssort01 .c{position:absolute;top:0;inset-inline-start:0;width:68px;height:68px;border:#000 2px solid;background:url(data:image/png;base64,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) -800px -800px no-repeat}.jssort01 .pav .c{top:2px;inset-inline-start:2px;width:68px;height:68px;border:#000 0 solid;background-position:50% 50%}.jssort01 .p:hover .c{top:0;inset-inline-start:0;width:70px;height:70px;border:#fff 1px solid;background-position:50% 50%}.jssort01 .p.pdn .c{background-position:50% 50%;width:68px;height:68px;border:#000 2px solid}* html .jssort01 .c,* html .jssort01 .pav .c,* html .jssort01 .pdn .c{width:72px;height:72px}.jssort07{position:absolute;width:600px;height:88px}.jssort07 .p{position:absolute;top:0;inset-inline-start:0;width:72px;height:72px}.jssort07 .i{position:absolute;inset-inline:-100%;top:-100%;bottom:-100%;margin:auto;height:100%;min-width:100%;opacity:.8}.jssort07 .p:hover .i,.jssort07 .pav .i{opacity:1}.jssort07 .o{position:absolute;top:0;inset-inline-start:0;width:70px;height:70px;border:1px solid #000;box-sizing:content-box;transition:border-color .6s;-moz-transition:border-color .6s;-webkit-transition:border-color .6s;-o-transition:border-color .6s}.jssort07 .pav .o{border-color:#fff}.jssort07 .p:hover .o{border-color:#09f;transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none}.jssort07 .p.pdn .o{border-color:#fff}* html .jssort07 .o{width:72px;height:72px}.scs-rte-contentitem{overflow:hidden}.scs-rte-video{position:relative}.scs-rte-contentitem.scs-ci-align-right,.scs-rte-video.scs-video-align-right{float:right}.scs-rte-contentitem.scs-ci-align-left,.scs-rte-video.scs-video-align-left{float:left}.scs-rte-contentitem.scs-ci-align-center,.scs-rte-video.scs-video-align-center{margin-inline:auto}.scs-paragraph figure.image.align-left{float:left}.scs-paragraph figure.image.align-right{float:right}.scs-paragraph figure.image.align-center{display:table;margin-inline:auto}.scs-ckeditor-fullscreen-dialog .cke_dialog_body{position:fixed!important;top:0!important;bottom:0!important;inset-inline:0!important}.scs-ckeditor-fullscreen-dialog .cke_dialog_contents{width:100%!important;height:100%!important}.scs-ckeditor-fullscreen-dialog .cke_dialog_contents_body{height:100%!important}.scs-ckeditor-fullscreen-dialog .cke_dialog_contents tr:nth-child(2){height:110px}.scs-ckeditor-fullscreen-dialog .cke_dialog_footer{display:flex}.scs-ckeditor-fullscreen-dialog .cke_dialog_ui_vbox.cke_dialog_page_contents{height:100%!important}.scs-ckeditor-fullscreen-dialog .cke_dialog_ui_vbox.cke_dialog_page_contents div,.scs-ckeditor-fullscreen-dialog .cke_dialog_ui_vbox.cke_dialog_page_contents table,.scs-ckeditor-fullscreen-dialog .cke_dialog_ui_vbox.cke_dialog_page_contents tbody{height:100%!important}.scs-ckeditor-fullscreen-dialog .cke_dialog_ui_vbox.cke_dialog_page_contents textarea{height:100%!important;width:100%!important}.scsZoomDialog .cke_dialog_footer_buttons,.scsZoomDialog .cke_dialog_ui_hbox_first{width:100%}.scsZoomDialog .cke_dialog_ui_hbox_first .cke_dialog_ui_button{float:left}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.scs-row,.scs-row>.scs-col>.scs-row.scs-inner-row{margin-left:0;margin-right:0;display:table;table-layout:fixed;width:100%;-moz-box-sizing:border-box;box-sizing:border-box}.scs-col{display:table-cell;vertical-align:top;float:none;width:100%;position:relative;-moz-box-sizing:border-box;box-sizing:border-box}html[dir=rtl] .scs-col{float:right}.scs-component-bounding-box{vertical-align:top;padding:.01px;-webkit-padding-before:.1px;-webkit-padding-after:.1px}.scs-component-container.scs-componentgroup,.scs-component-container.scs-sectionlayout{vertical-align:top;padding:.01px;-webkit-margin-collapse:separate}.scs-componentgroup>.scs-container-styles,.scs-sectionlayout>.scs-container-styles{overflow:hidden;position:relative}.scs-componentgroup>.scs-container-styles>.scs-component-content,.scs-sectionlayout>.scs-container-styles>.scs-component-content{width:100%}@media screen and (max-width:767px){.scs-slot.scs-responsive .scs-col,.scs-slot.scs-responsive .scs-component-container,.scs-slot.scs-responsive .scs-inner-row{width:100%!important;float:left}}
</style>

