.ss-mr .small-footer{
border: none;
}
.ss-mr .small-footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

 .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before{
	color: #909090 !important;
}

/*<Upload>*/
.ss-mr .uploadButton .uploadButton-button{
	border: 1px dashed var(--white-3);
	background-color: var(--grey-0);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 31px 52px 30px 54px;
	box-shadow: none;
	width: 100%;
	height: initial;
}
.ss-mr .uploadButton .uploadButton-button:hover{
	border: 1px solid var(--white-3);
	background-color: var(--grey-0);
	box-shadow: none;
}
.ss-mr .uploadButton .uploadButton-button svg{
	display: inline-block;
	width: 48px;
	height: 48px;
}
.ss-mr .uploadButton .uploadButton-button p{
	margin: 0 0 0 8px;
	color: var(--black);
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: var(--font-weight-400);
	line-height: 16px;
}
.ss-mr .uploadButton .uploadButton-button p span.ss-block{
	display: block;
}
.ss-mr .uploadButton .uploadButton-button p span.ss-color{
	color: var(--highlight);
}
/*</Upload>*/
/*<Editor>*/
.ss-mr .tox-tinymce{
	border: 1px solid var(--white-3);
	border-radius: 6px;
}
.ss-mr .tox:not(.tox-tinymce-inline) .tox-editor-header{
	box-shadow: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.ss-mr .tox .tox-menubar+.tox-toolbar-overlord{
	border-top: 1px solid var(--white-3);
	padding-top:4px ;
}
.ss-mr .tox .tox-menubar+.tox-toolbar-overlord,
.ss-mr .tox .tox-toolbar-overlord>.tox-toolbar{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ss-mr .tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child{
	order: 1;
}
.ss-mr .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){

	position: relative;
}
.ss-mr .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type):before{
	content: " ";
	width: 1px;
	height: 90%;
	left: 0;
	top:5%;
	position: absolute;
	background-color: var(--white-3);
}
.ss-mr .tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):last-child .tox-toolbar__group:first-child:before{
	display: none !important;
}

.ss-mr .tox .tox-toolbar{
	background-image: none;
}

/*</Editor>*/
/*<New Style>*/
/*<Form>*/
.ss-mr .submit-field h6{
	color: var(--black);
	font-family: var(--font-primary);
	font-size: 12px;
	font-weight: var(--font-weight-500);
}
.ss-mr .ai_image_description{
	border: none;
	border-radius: none ;
	background-color: transparent;
	padding: 0;
}
.ss-mr .ai_image_description input[type=text],
.ss-mr input[type=number],
.ss-mr input,
.ss-mr input[type=text].with-border,
.ss-mr .with-border.bootstrap-select.btn-group button{
	box-shadow: none;
	border: 1px solid var(--white-3);
	border-radius:6px;
	min-height: 46px;
	color: var(--grey);
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: var(--font-weight-400);
}
.ss-mr textarea.with-border{
	box-shadow: none;
	border: 1px solid var(--white-3);
	border-radius:6px;
	color: var(--grey);
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: var(--font-weight-400);
}
.ss-mr .ai_image_description input[type=text]{
	padding-left: 12px;
}
.ss-mr .bootstrap-select.btn-group .dropdown-toggle .caret{
	background-image: url("/templates/classic-theme/images/system/arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	background-color: transparent;
	width: 20px;
	height: 20px;
	border: none;
	margin-top: -8px;
	
}

/*</Form>*/
/*<Search>*/
.ss-mr .ss-ai__search {
	 display: flex;
	 align-items: center;
	 justify-content: flex-end;
	 margin: 10px 0;
	 padding: 0;
}
 @media screen and (min-width: 1024px) {
	 .ss-mr .ss-ai__search {
		 margin: 0px 0px 0px auto;
	}
}
 .ss-mr .ss-ai__search.ss--mobile-tab {
	 width: 100%;
}
 @media screen and (min-width: 1024px) {
	 .ss-mr .ss-ai__search.ss--mobile-tab {
		 width: initial;
	}
}
 .ss-mr .ss-ai__search.ss--mobile-tab input[type=text] {
	 width: 100%;
}
 @media screen and (min-width: 1024px) {
	 .ss-mr .ss-ai__search.ss--mobile-tab input[type=text] {
		 width: initial;
	}
}
 .ss-mr .ss-ai__search input[type=text] {
	 display: block;
	 position: relative;
	 padding: 9px 10px 9px 46px;
	 background-color: var(--white);
	 color: var(--grey);
	 font-family: var(--font-primary);
	 font-size: 14px;
	 font-weight: var(--font-weight-400);
	 line-height: 21px;
	 border: 1px solid var(--border);
	 outline: none;
	 -webkit-border-radius: 6px 6px 6px 6px;
	 -moz-border-radius: 6px 6px 6px 6px;
	 -ms-border-radius: 6px 6px 6px 6px;
	 -o-border-radius: 6px 6px 6px 6px;
	 border-radius: 6px 6px 6px 6px;
	 width: 180px;
	 -webkit-transition: all 0.4s ease-out;
	 -moz-transition: all 0.4s ease-out;
	 -ms-transition: all 0.4s ease-out;
	 -o-transition: all 0.4s ease-out;
	 transition: all 0.4s ease-out;
	 /*Rewrite Base*/
	 height: initial;
	 margin: 0;
	 max-width: initial;
	 box-shadow: none;
}
 @media screen and (min-width: 1024px) {
	 .ss-mr .ss-ai__search input[type=text] {
		 width: 200px;
	}
}
 @media screen and (min-width: 1367px) {
	 .ss-mr .ss-ai__search input[type=text] {
		 width: 210px;
	}
}
 @media screen and (min-width: 1440px) {
	 .ss-mr .ss-ai__search input[type=text] {
		 width: 353px;
	}
}
 .ss-mr .ss-ai__search input[type=text].ss-page__search-icon {
	 background-image: url("/templates/classic-theme/images/system/search-listing.svg");
	 background-repeat: no-repeat;
	 background-position: 14px center;
	 background-size: 20px 20px;
}
 .ss-mr .ss-ai__search input[type=text]:focus {
	 border: 1px solid var(--theme-blue);
	 outline: none;
}
 .ss-mr .ss-ai__search input[type=text]:focus::placeholder {
	 color: var(--theme-blue);
}
 .ss-mr .ss-ai__search input[type=text]:focus.ss-page__search-icon {
	 background-image: url("/templates/classic-theme/images/system/search-listing--focus.svg");
	 background-repeat: no-repeat;
	 background-position: 14px center;
	 background-size: 20px 20px;
}
 .ss-mr .ss-ai__search input[type=text]::placeholder {
	 color: var(--grey);
	 font-family: var(--font-primary);
	 font-size: 14px;
	 font-weight: var(--font-weight-400);
}

/*</Search>*/
/*<Ylist>*/

 .ss-ylist {
	 padding: 0;
	 margin: 0;
	 position: relative;
}
 .ss-ylist__item {
	 padding: 12px 16px 12px 12px;
	 list-style-type: none;
	 border: 1px solid var(--border);
	 position: relative;
	 display: flex;
	 align-items: center;
	 justify-content: flex-start;
	 border-radius: 8px;
	 margin-bottom: 12px;
}
.ss-ylist__item:last-child{
	margin-bottom: 0;
}

 .ss-ylist__item > .ss-card > div {
	 background-color: var(--theme-grey-4);
}
 .ss-ylist__time {
	 width: 42px;
	 height: 52px;
	 background-color: var(--white);
	 position: absolute;
	 left: -21px;
	 top: calc(50% - 26px);
	 z-index: 99;
	 padding: 8px 0;
}
 .ss-ylist__time:before, .ss-ylist__time:after {
	 content: "";
	 position: absolute;
	 width: 6px;
	 height: 6px;
	 background-color: var(--theme-grey-2);
	 left: 17.5px;
	 z-index: 99;
	 transform: rotate(45deg);
}
 .ss-ylist__time:before {
	 top: 0;
}
 .ss-ylist__time:after {
	 bottom: 0;
}
 .ss-ylist__content {
	 position: relative;
}
 .ss-ylist__content > p {
	 position: relative;
}
 .ss-ylist__content > p.ss-before--6:before {
	 content: "";
	 width: 1px;
	 height: 9px;
	 background-color: var(--theme-grey-2);
	 position: absolute;
	 right: -7px;
	 top: 4px;
	 z-index: 1;
}
 .ss-ylist--box {
	 margin: 0px !important;
}
 .ss-ylist--box .ss-ylist__item {
	 background-color: var(--theme-grey-4);
	 border: 1px solid var(--theme-border) !important;
	 -webkit-border-radius: 4px 4px 4px 4px;
	 -moz-border-radius: 4px 4px 4px 4px;
	 -ms-border-radius: 4px 4px 4px 4px;
	 -o-border-radius: 4px 4px 4px 4px;
	 border-radius: 4px 4px 4px 4px;
	 display: flex;
	 align-items: center;
	 justify-content: flex-start;
	 padding: 0px 16px !important;
	 margin: 9px 0 0 0 !important;
}
 .ss-ylist--box .ss-ylist__item:last-child {
	 margin-bottom: 9px !important;
}
 .ss-ylist--box .ss-ylist__item > .ss-card > div {
	 background-color: var(--theme-grey-4);
	 border: none;
	 background-color: transparent;
}
 .ss-ylist--box .ss-ylist__item:first-child:before, .ss-ylist--box .ss-ylist__item:last-child:before {
	 display: none;
}
 .ss-ylist--box .ss-ylist__time {
	 width: 50px;
	 height: 50px;
	 background-color: var(--white);
	 border: 1px solid var(--theme-grey-5);
	 -webkit-border-radius: 4px 4px 4px 4px;
	 -moz-border-radius: 4px 4px 4px 4px;
	 -ms-border-radius: 4px 4px 4px 4px;
	 -o-border-radius: 4px 4px 4px 4px;
	 border-radius: 4px 4px 4px 4px;
	 position: static;
}
 .ss-ylist--box .ss-ylist__time:before, .ss-ylist--box .ss-ylist__time:after {
	 display: none;
}
/*</Ylist>*/

/*<Card>*/

.ss-card {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}

.ss-card__full,
.ss-card__left,
.ss-card__right {
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 0;
  background-color: var(--white);
  border: 1px solid var(--border);
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -ms-border-radius: 6px 6px 6px 6px;
  -o-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ss-card__full.ss--radius-8,
.ss-card__left.ss--radius-8,
.ss-card__right.ss--radius-8 {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  -o-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}

.ss-card__full.ss--no-max,
.ss-card__left.ss--no-max,
.ss-card__right.ss--no-max {
  max-width: initial;
}

@media screen and (min-width: 1024px) {
  .ss-card__left,
  .ss-card__right {
    width: calc(50% - 15px);
  }
}

@media screen and (min-width: 1024px) {
  .ss-card__left {
    margin-right: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .ss-card__right {
    margin-left: 15px;
  }
}

.ss-card__header,
.ss-card__body,
.ss-card__footer {
  padding: 24px;
}

.ss-card__header img,
.ss-card__body img,
.ss-card__footer img {
  width: 100%;
}

.ss-card__footer {
  border-top: 1px solid var(--border);
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -ms-border-radius: 0px 0px 6px 6px;
  -o-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
}

.ss-card__footer.ss--no-radius {
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.ss-card--no-shadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.ss-card--no-bg,
.ss-card--no-background {
  background-color: transparent !important;
}

.ss-card--no-border {
  border: none !important;
}

.ss-card--no-border-top,
.ss-card--no-border--top {
  border-top: none !important;
}

.ss-card--no-border-top.ss-no-border--top--responsive,
.ss-card--no-border--top.ss-no-border--top--responsive {
  border-top: 1px solid var(--border) !important;
}

@media screen and (min-width: 1024px) {
  .ss-card--no-border-top.ss-no-border--top--responsive,
  .ss-card--no-border--top.ss-no-border--top--responsive {
    border-top: none !important;
  }
}

.ss-card--no-radius {
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.ss-card--no-radius-top,
.ss-card--no-radius--top {
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -ms-border-radius: 0px 0px 6px 6px;
  -o-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
}

.ss-card--no-radius-top.ss-no-radius--top--responsive,
.ss-card--no-radius--top.ss-no-radius--top--responsive {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media screen and (min-width: 1024px) {
  .ss-card--no-radius-top.ss-no-radius--top--responsive,
  .ss-card--no-radius--top.ss-no-radius--top--responsive {
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -ms-border-radius: 0px 0px 6px 6px;
    -o-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
  }
}

.ss-card--hover:hover {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
  -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
}

.ss-card--no-overflow {
  overflow: hidden;
}

.ss-card--hover-scale:hover {
  transform: scale(1);
}

.ss-card--border-bottom {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.ss-card__body.ss--border-top,
.ss-card__footer.ss--border-top,
.ss-card__header.ss--border-top {
  border-top: 1px solid var(--border);
}

.ss-card__body.ss--border-bottom,
.ss-card__footer.ss--border-bottom,
.ss-card__header.ss--border-bottom {
  border-bottom: 1px solid var(--border);
}

.ss-card__body.ss--bg,
.ss-card__footer.ss--bg,
.ss-card__header.ss--bg,
.ss-card__full.ss--bg,
.ss-card__left.ss--bg,
.ss-card__right.ss--bg {
  background-color: var(--white);
}
/*</Card>*/

/*<Flex>*/

.ss-f--res,
.ss-f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.ss-f--stretch{
	align-items: stretch !important;
}
.ss-f--res {
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .ss-f--res {
    flex-direction: row;
  }
}


.ss-f--important {
  display: flex !important;
}

.ss-f--no-wrap {
  flex-wrap: nowrap !important;
}
.ss-f--wrap {
  flex-wrap: wrap !important;
}

.ss-f--column {
  flex-direction: column !important;
}
.ss-f--v-start,
.ss-f--column-start {
  align-items: flex-start !important;
}

.ss-f--row {
  flex-direction: row !important;
}

.ss-f--start {
  justify-content: flex-start !important;
}

.ss-f--end {
  justify-content: flex-end !important;
}

.ss-f--center {
  justify-content: center !important;
}


.ss-f--sb {
  justify-content: space-between !important;
}

.ss-f--sa {
  justify-content: space-around !important;
}


/*</Flex>*/

/*header*/

.ss-mr #header{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: var(--black-1);
	padding: 18px;
	height: 120px;
	
}
@media (min-width: 1024px) {
	.ss-mr #header{
		flex-direction: row;
		height: 72px;
		padding: 1px 34px 1px 24px;
	}
}
.ss-mr #header .ss-left,
.ss-mr #header .ss-right{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.ss-mr #header .ss-left{
		justify-content: center;
}
@media (min-width: 1024px) {
.ss-mr #header .ss-left,
.ss-mr #header .ss-right{
	width: initial;
	}
}
.ss-mr #logo{
	padding: 1px 10px;
}
@media (min-width: 1024px) {
	.ss-mr #logo{
		padding: 1px;
	}
}
.ss-mr .ss--button.language-switcher.bootstrap-select.btn-group button{
	font-family: var(--primary-font);
	background-color: var(--black-1);
	border: 1px solid var(--border-1);
	color: var(--white);
	font-size: 14px;
	font-weight: 500;
	outline: none;
	width: 100px;
	height: 40px;
	cursor: pointer;
	position: relative;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-ms-border-radius: 6px 6px 6px 6px;
	-o-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;

}
.ss-mr .open.ss--button.language-switcher.bootstrap-select.btn-group button{
	border: 1px solid var(--highlight);
	color:var(--highlight);
}
.ss-mr .ss--button.language-switcher.bootstrap-select.btn-group button span{
	text-transform: uppercase;
}
.ss-mr .ss--button.language-switcher.bootstrap-select.btn-group button svg{
	display: inline-block;
	width: 20px;
	height: 20px;
}

.ss-mr .ss--button.language-switcher.bootstrap-select.btn-group button:after{
	font-family:FontAwesome;
	content: '\f107';
	opacity: 1;
	font-size: 18px;
	color: var(--white);
	font-weight: 500;
	position: absolute;
	top: 20px;
	right: 14px;
	z-index: 1;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	transform: rotate(0deg);
}

.ss-mr .open.ss--button.language-switcher.bootstrap-select.btn-group button:after{
	transform: rotate(180deg);
	color:var(--highlight);
}

	.ss-mr .ss-separator{
		width: 1px;
		height: 40px;
		background-color: var(--border-1);
		margin: 0;
		padding: 0;
	}
/*aside*/

.ss-mr .dashboard-sidebar{
	box-shadow: none;
	border-right: 1px solid var(--border);
}
.ss-mr .dashboard-nav ul:before{
	color: var(--black);
	font-family: var( --font-primary);
	font-weight: 700;
	padding: 0px 0px 12px 24px;
	margin-bottom: 0;
}
.ss-mr .dashboard-nav ul li{
	margin-bottom: 8px;
}
.ss-mr .dashboard-nav ul li a{
	color:var(--black);
	font-family: var( --font-primary);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	/*padding: 24px 28px;*/
	padding: 8px 24px;
}
.ss-mr .dashboard-nav ul li a button{
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 0 8px 0 0;
	padding: 0;
	display: inline-block;
	width: 24px;
	height: 24px;
	
}
.ss-mr .dashboard-nav ul li a button svg{
	width: 24px;
	height: 24px;
	display: block
} 
.ss-mr .dashboard-nav ul li.active a button svg .ss--fill,
.ss-mr .dashboard-nav ul li.active-submenu a button svg .ss--fill{
	fill:#FF7043;
}
.ss-mr .dashboard-nav ul li.active a button svg .ss--fill-bg,
.ss-mr .dashboard-nav ul li.active-submenu a button svg .ss--fill-bg{
	fill:#FFDBD5;
}

.ss-mr .dashboard-nav ul li.active a button svg .ss--stroke,
.ss-mr .dashboard-nav ul li.active-submenu a button svg .ss--stroke{
	stroke:#FF7043;
}
.ss-mr .dashboard-nav ul li.active a button svg .ss--stroke-bg,
.ss-mr .dashboard-nav ul li.active-submenu a button svg .ss--stroke-bg{
	stroke:#FFDBD5;
}

/*.ss-mr .dashboard-nav ul:before{*/
/*    color:var(--highlight);*/
/*}*/
.ss-mr .dashboard-nav ul li.active-submenu,
.ss-mr .dashboard-nav ul li:hover,
.ss-mr .dashboard-nav ul li.active{
    /*border-color:var(--highlight);*/
    background-color: var(--highlight-a);
    border-left: none;
}
.ss-mr .dashboard-nav ul li.active-submenu > a,
.ss-mr .dashboard-nav ul li.active a{
		color:var(--highlight);
}
/*.ss-mr .dashboard-nav ul li.active-submenu > a:after,*/
.ss-mr .dashboard-nav ul li a:after{
	font-family: FontAwesome;
	content: '\f107';
	opacity: 1;
	font-size: 18px;
	font-weight: 600;
	background-color: transparent !important;
	color: var(--text);
	top:10px;
	right:24px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	transform: rotate(0deg);

}

.ss-mr .dashboard-nav ul li.active-submenu a:after{
	background-color: transparent !important;
	transform: rotate(180deg);
	color:var(--highlight);
}
.ss-mr .dashboard-nav ul li{
	border-left: none;
	position: relative;
}
/*.ss-mr .dashboard-nav ul li.active-submenu:before,*/
.ss-mr .dashboard-nav ul li:before{
	content: "";
	width: 4px;
	height: 100%;
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	z-index: 1;
}
.ss-mr .dashboard-nav ul li:hover:before,
.ss-mr .dashboard-nav ul li.active:before,
.ss-mr .dashboard-nav ul li.active-submenu:before{
	background-color: var(--highlight) !important;
}

/*</New Style>*/

/*Content | Dashboard*/
.ss-mr .dashboard-content-inner{
	padding: 32px;
}
.ss-mr #breadcrumbs{
	display: none;
}

.ss-mr .dashboard-content-container{
	background-color: var(--white);
}
.ss-mr .dashboard-content-container.ss-ai-templates{
	background-color:var(--grey-0) ;
}

.ss-mr .fun-facts-container.ss-fun-facts-container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0px -15px 32px -15px;
}
.ss-mr .fun-facts-container.ss-fun-facts-container .fun-fact{
	flex: 1 1 120px;
	margin: 32px 15px 0px 15px;
	border: none;
	border-right: 1px solid var(--border);
	padding: 0;
}
.ss-mr .fun-facts-container.ss-fun-facts-container .fun-fact:last-child {
    border-right: none !important;
}
 .ss-mr .fun-facts-container.ss-fun-facts-container .fun-fact .fun-fact-text{
 	margin: 0 0 0 70px;
 }
  .ss-mr .fun-facts-container.ss-fun-facts-container .fun-fact:first-child .fun-fact-text{
 	margin: 0;
 }
.ss-mr .fun-facts-container.ss-fun-facts-container .fun-fact h4{
	color:var(--black);
	font-family: var(--font-primary);
	font-size: 36px;
	font-weight:500 ;
	line-height: 36px;
	margin: 0;
	padding: 12px 0 0 0;
}
.ss-mr .fun-facts-container.ss-fun-facts-container .fun-fact h4 small{
	font-size: 14px;
	line-height: 21px;
}
.ss-mr .ai-template-box,
.ss-mr .dashboard-box,
.ss-mr .fun-fact{
	box-shadow: none;
	border:1px solid var(--border);
	border-radius: 8px;
}
.ss-mr .dashboard-headline{
	margin: 0;
}
.ss-mr .dashboard-headline.ss--new{
	padding-left: 24px;
	padding-right: 24px;
	border-bottom: 1px solid var(--border);
}
.ss-mr .dashboard-content-container.ss-ai-templates .dashboard-headline.ss--new{
	background-color: var(--white);
}
.ss-mr .dashboard-headline h3{
	color:var(--black);
	font-family: var(--font-primary);
	font-weight:500 ;
}
.ss-mr .dashboard-headline.ss--new h3{
	margin: 0 12px 0 0;
	font-size: 18px;
}
.ss-mr .dashboard-headline h3.ss-db{
	line-height: 38.4px;
	font-size: 32px;
}
/*<Ai-template>*/
.ss-mr .ss-line-y{
	width: 1px;
	height: 40px;
	background-color: var(--border);
}
.ss-mr ul.ss-ai-template-list{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 22px;
	padding: 0;
	/*background-color: #F6F7F8;*/
}
.ss-mr ul.ss-ai-template-list li{
	box-shadow: none;
	border: 1px solid var(--border);
	border-radius: 8px;
	padding: 20px;
	margin: 10px;
	width: calc(100% - 20px );
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-color: var(--white);
}
.ss-mr ul.ss-ai-template-list li:hover{
		border: 1px solid var(--highlight);
}
	@media screen and (min-width: 768px) {
		.ss-mr ul.ss-ai-template-list li{
			width: calc(50% - 20px );
		}
	}
	@media screen and (min-width: 1024px) {
		.ss-mr ul.ss-ai-template-list li{
			width: calc(33% - 20px );
		}
	}
.ss-mr ul.ss-ai-template-list li.ai-templates-category-title{
		width: calc(100% - 20px );
		padding: 24px  0 0 0;
		border: none;
		border-top: 1px solid var(--border);
		margin: 24px 10px 6px 10px;
		border-radius: 0px;
		background-color: transparent;
}
.ss-mr ul.ss-ai-template-list li.ai-templates-category-title:first-child{
	padding: 0;
	/*margin: 0 10px;*/
		margin: 2px 10px 6px 10px;
	border-top: none;
}
.ss-mr .template-categories{
	box-shadow: none;
	border: none;
	padding: 0;
	border-bottom: 1px solid var(--border);
	border-radius: 0;
	background-color: var(--white);
		/*background-color: #F6F7F8;*/
}
.ss-mr .template-categories ul{
		padding: 13px 17px 6px;
}
.ss-mr .template-categories ul::-webkit-scrollbar {
    background: transparent;
    width: auto;
    height: 1px;
}
.ss-mr .template-categories ul::-webkit-scrollbar-thumb {
    background: transparent;
    width: auto;
    height: 1px;
}
.ss-mr .template-categories ul li{
	padding: 0;
}
.ss-mr .template-categories ul li a{
	color: var(--text);
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 500;
	position: relative;
	padding: 10px 15px;
	display: block;
}
.ss-mr .template-categories ul li.active{
	color: var(--highlight);
	background-color: var(--white);
	border-radius: 0px;
}
.template-categories ul li.active a{
	color: var(--highlight);
	font-weight:700 ;
}
.template-categories ul li.active a:after{
	content: " ";
	width: 100%;
	height: 3px;
	border-radius: 8px 8px 0 0;
	background-color: var(--highlight);
	position: absolute;
	left: 0;
	/*bottom: -18px;*/
	bottom: -6px;
	overflow: hidden;
	
}

 .ss-mr .ai-template-blocks{
 	padding: 0 32px;
 }
 
 
 /*<Ai-Image>*/
	.ss-mr .notification.notice{
		background-color: var(--white-2);
		color: var(--black);
		border-radius: 6px;
	}
 .ss-mr #ai_images{
 	background-color: var(--white-2);
 	padding: 20px;
 	border-radius: 8px;
 }
 
 .ss-mr .image-advance-settings-trigger{
 	color: var(--highlight);
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: var(--font-weight-600);
	display: flex;
	align-items: center;
	justify-content: flex-start;
 }
 .ss-mr .js-pm{
 	width: 18px;
 	height: 18px;
 	background-image: url("/templates/classic-theme/images/system/arrow_h.svg");
 	background-repeat: no-repeat;
 	background-position: center;
 	background-size: 18px;
 	display: inline-block;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	margin-left: 8px;
 }
	.ss-mr .js-pm.plus{
		transform: rotate(0deg);
	}
	.ss-mr .js-pm.minus{
		transform: rotate(180deg);
	}
 /*</Ai-Image>*/
/*Global*/
.ss--hide{
	display:none !important ;
}

/*<Button>*/
.ss-button-svg{
	background-color: transparent;
	border: none;
	outline: none;
	margin: 0;
	padding: 1px;
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 500;
	color:var(--grey);
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-ms-border-radius: 6px 6px 6px 6px;
	-o-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	transform: scale(1);
}
.ss-button-svg:hover{
	transform: scale(1.02);
}
.ss-button-svg.ss--full{
	width: 100%;
}
.ss-button-svg.ss--border{
	border: 1px solid var(--white-3);
}
/*Background Color*/
.ss-button-svg.ss-bg--highlight{
	background-color:var(--highlight) ;
}
.ss-button-svg.ss-bg--1{
	background-color:#58CAE3;
}
.ss-button-svg.ss-bg--2{
	background-color:#587FE3 ;
}
.ss-button-svg.ss-bg--3{
	background-color: #7B5CF9;
}
.ss-button-svg.ss-bg--4{
	background-color: #DC5385;
}
.ss-button-svg.ss-bg--5{
	background-color:#FF8469 ;
}
.ss-button-svg.ss-bg--7{
	background-color:#F2F3FB ;
}
.ss-button-svg.ss-radius--26{
	border-radius: 26px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	-o-border-radius: 26px;
}
/*//Color*/
.ss-button-svg.ss-color--white{
	color: var(--white);
}
.ss-button-svg.ss-color--black{
	color: var(--black);
}
.ss-button-svg span{
	margin: 0;
	display: inline-block;
	color: inherit;
	font-size:inherit;
	line-height: inherit;
}
.ss-button-svg svg{
	width: 24px;
	height: 24px;
	display: block
} 
.ss-button-svg.ss-button-svg--18 svg{
	width: 18px !important;
	height: 18px !important;
} 
.ss-button-svg.ss-button-svg--20 svg{
	width: 20px !important;
	height: 20px !important;
} 
.ss-button-svg.ss-button-svg--22 svg{
	width: 22px !important;
	height: 22px !important;
} 
.ss-button-svg.ss-button-svg--32 svg{
	width: 32px !important;
	height: 32px !important;
}
/*<Button>*/

/*<Margin>*/
.ss-ml--auto {
  margin-left: auto !important;
}
.ss-mr--auto {
  margin-right: auto !important;
}
.ss-mx--auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.ss-ma--0 {
  margin: 0 !important;
}
.ss-ma--1 {
  margin: 1px !important;
}
.ss-ma--2 {
  margin: 2px !important;
}
.ss-ma--3 {
  margin: 3px !important;
}
.ss-ma--4 {
  margin: 4px !important;
}
.ss-ma--5 {
  margin: 5px !important;
}
.ss-ma--6 {
  margin: 6px !important;
}
.ss-ma--7 {
  margin: 7px !important;
}
.ss-ma--8 {
  margin: 8px !important;
}
.ss-ma--9 {
  margin: 9px !important;
}
.ss-ma--10 {
  margin: 10px !important;
}
.ss-ma--11 {
  margin: 11px !important;
}
.ss-ma--12 {
  margin: 12px !important;
}
.ss-ma--13 {
  margin: 13px !important;
}
.ss-ma--14 {
  margin: 14px !important;
}
.ss-ma--15 {
  margin: 15px !important;
}
.ss-ma--16 {
  margin: 16px !important;
}
.ss-ma--17 {
  margin: 17px !important;
}
.ss-ma--18 {
  margin: 18px !important;
}
.ss-ma--19 {
  margin: 19px !important;
}
.ss-ma--20 {
  margin: 20px !important;
}
.ss-ma--21 {
  margin: 21px !important;
}
.ss-ma--22 {
  margin: 22px !important;
}
.ss-ma--23 {
  margin: 23px !important;
}
.ss-ma--24 {
  margin: 24px !important;
}
.ss-ma--25 {
  margin: 25px !important;
}
.ss-ma--26 {
  margin: 26px !important;
}
.ss-ma--27 {
  margin: 27px !important;
}
.ss-ma--28 {
  margin: 28px !important;
}
.ss-ma--29 {
  margin: 29px !important;
}
.ss-ma--30 {
  margin: 30px !important;
}
.ss-ma--31 {
  margin: 31px !important;
}
.ss-ma--32 {
  margin: 32px !important;
}
.ss-ma--33 {
  margin: 33px !important;
}
.ss-ma--34 {
  margin: 34px !important;
}
.ss-ma--35 {
  margin: 35px !important;
}
.ss-ma--36 {
  margin: 36px !important;
}
.ss-ma--37 {
  margin: 37px !important;
}
.ss-ma--38 {
  margin: 38px !important;
}
.ss-ma--39 {
  margin: 39px !important;
}
.ss-ma--40 {
  margin: 40px !important;
}
.ss-ma--41 {
  margin: 41px !important;
}
.ss-ma--42 {
  margin: 42px !important;
}
.ss-ma--43 {
  margin: 43px !important;
}
.ss-ma--44 {
  margin: 44px !important;
}
.ss-ma--45 {
  margin: 45px !important;
}
.ss-ma--46 {
  margin: 46px !important;
}
.ss-ma--47 {
  margin: 47px !important;
}
.ss-ma--48 {
  margin: 48px !important;
}
.ss-ma--49 {
  margin: 49px !important;
}
.ss-ma--50 {
  margin: 50px !important;
}
.ss-my--0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.ss-my--1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.ss-my--2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.ss-my--3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.ss-my--4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.ss-my--5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.ss-my--6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.ss-my--7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.ss-my--8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.ss-my--9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.ss-my--10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.ss-my--11 {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}
.ss-my--12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.ss-my--13 {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}
.ss-my--14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.ss-my--15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.ss-my--16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.ss-my--17 {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}
.ss-my--18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
.ss-my--19 {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}
.ss-my--20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.ss-my--21 {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}
.ss-my--22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}
.ss-my--23 {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}
.ss-my--24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.ss-my--25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.ss-my--26 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}
.ss-my--27 {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}
.ss-my--28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.ss-my--29 {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}
.ss-my--30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.ss-my--31 {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}
.ss-my--32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.ss-my--33 {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}
.ss-my--34 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}
.ss-my--35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.ss-my--36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.ss-my--37 {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}
.ss-my--38 {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}
.ss-my--39 {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}
.ss-my--40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.ss-my--41 {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}
.ss-my--42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}
.ss-my--43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}
.ss-my--44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.ss-my--45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.ss-my--46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}
.ss-my--47 {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}
.ss-my--48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.ss-my--49 {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}
.ss-my--50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.ss-mx--0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.ss-mx--1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}
.ss-mx--2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.ss-mx--3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}
.ss-mx--4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.ss-mx--5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.ss-mx--6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.ss-mx--7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}
.ss-mx--8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.ss-mx--9 {
  margin-left: 9px !important;
  margin-right: 9px !important;
}
.ss-mx--10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.ss-mx--11 {
  margin-left: 11px !important;
  margin-right: 11px !important;
}
.ss-mx--12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.ss-mx--13 {
  margin-left: 13px !important;
  margin-right: 13px !important;
}
.ss-mx--14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}
.ss-mx--15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.ss-mx--16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.ss-mx--17 {
  margin-left: 17px !important;
  margin-right: 17px !important;
}
.ss-mx--18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}
.ss-mx--19 {
  margin-left: 19px !important;
  margin-right: 19px !important;
}
.ss-mx--20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.ss-mx--21 {
  margin-left: 21px !important;
  margin-right: 21px !important;
}
.ss-mx--22 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}
.ss-mx--23 {
  margin-left: 23px !important;
  margin-right: 23px !important;
}
.ss-mx--24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.ss-mx--25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.ss-mx--26 {
  margin-left: 26px !important;
  margin-right: 26px !important;
}
.ss-mx--27 {
  margin-left: 27px !important;
  margin-right: 27px !important;
}
.ss-mx--28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}
.ss-mx--29 {
  margin-left: 29px !important;
  margin-right: 29px !important;
}
.ss-mx--30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.ss-mx--31 {
  margin-left: 31px !important;
  margin-right: 31px !important;
}
.ss-mx--32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.ss-mx--33 {
  margin-left: 33px !important;
  margin-right: 33px !important;
}
.ss-mx--34 {
  margin-left: 34px !important;
  margin-right: 34px !important;
}
.ss-mx--35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}
.ss-mx--36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}
.ss-mx--37 {
  margin-left: 37px !important;
  margin-right: 37px !important;
}
.ss-mx--38 {
  margin-left: 38px !important;
  margin-right: 38px !important;
}
.ss-mx--39 {
  margin-left: 39px !important;
  margin-right: 39px !important;
}
.ss-mx--40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.ss-mx--41 {
  margin-left: 41px !important;
  margin-right: 41px !important;
}
.ss-mx--42 {
  margin-left: 42px !important;
  margin-right: 42px !important;
}
.ss-mx--43 {
  margin-left: 43px !important;
  margin-right: 43px !important;
}
.ss-mx--44 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}
.ss-mx--45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}
.ss-mx--46 {
  margin-left: 46px !important;
  margin-right: 46px !important;
}
.ss-mx--47 {
  margin-left: 47px !important;
  margin-right: 47px !important;
}
.ss-mx--48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.ss-mx--49 {
  margin-left: 49px !important;
  margin-right: 49px !important;
}
.ss-mx--50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.ss-mt--0 {
  margin-top: 0px !important;
}
.ss-mt--1 {
  margin-top: 1px !important;
}
.ss-mt--2 {
  margin-top: 2px !important;
}
.ss-mt--3 {
  margin-top: 3px !important;
}
.ss-mt--4 {
  margin-top: 4px !important;
}
.ss-mt--5 {
  margin-top: 5px !important;
}
.ss-mt--6 {
  margin-top: 6px !important;
}
.ss-mt--7 {
  margin-top: 7px !important;
}
.ss-mt--8 {
  margin-top: 8px !important;
}
.ss-mt--9 {
  margin-top: 9px !important;
}
.ss-mt--10 {
  margin-top: 10px !important;
}
.ss-mt--11 {
  margin-top: 11px !important;
}
.ss-mt--12 {
  margin-top: 12px !important;
}
.ss-mt--13 {
  margin-top: 13px !important;
}
.ss-mt--14 {
  margin-top: 14px !important;
}
.ss-mt--15 {
  margin-top: 15px !important;
}
.ss-mt--16 {
  margin-top: 16px !important;
}
.ss-mt--17 {
  margin-top: 17px !important;
}
.ss-mt--18 {
  margin-top: 18px !important;
}
.ss-mt--19 {
  margin-top: 19px !important;
}
.ss-mt--20 {
  margin-top: 20px !important;
}
.ss-mt--21 {
  margin-top: 21px !important;
}
.ss-mt--22 {
  margin-top: 22px !important;
}
.ss-mt--23 {
  margin-top: 23px !important;
}
.ss-mt--24 {
  margin-top: 24px !important;
}
.ss-mt--25 {
  margin-top: 25px !important;
}
.ss-mt--26 {
  margin-top: 26px !important;
}
.ss-mt--27 {
  margin-top: 27px !important;
}
.ss-mt--28 {
  margin-top: 28px !important;
}
.ss-mt--29 {
  margin-top: 29px !important;
}
.ss-mt--30 {
  margin-top: 30px !important;
}
.ss-mt--31 {
  margin-top: 31px !important;
}
.ss-mt--32 {
  margin-top: 32px !important;
}
.ss-mt--33 {
  margin-top: 33px !important;
}
.ss-mt--34 {
  margin-top: 34px !important;
}
.ss-mt--35 {
  margin-top: 35px !important;
}
.ss-mt--36 {
  margin-top: 36px !important;
}
.ss-mt--37 {
  margin-top: 37px !important;
}
.ss-mt--38 {
  margin-top: 38px !important;
}
.ss-mt--39 {
  margin-top: 39px !important;
}
.ss-mt--40 {
  margin-top: 40px !important;
}
.ss-mt--41 {
  margin-top: 41px !important;
}
.ss-mt--42 {
  margin-top: 42px !important;
}
.ss-mt--43 {
  margin-top: 43px !important;
}
.ss-mt--44 {
  margin-top: 44px !important;
}
.ss-mt--45 {
  margin-top: 45px !important;
}
.ss-mt--46 {
  margin-top: 46px !important;
}
.ss-mt--47 {
  margin-top: 47px !important;
}
.ss-mt--48 {
  margin-top: 48px !important;
}
.ss-mt--49 {
  margin-top: 49px !important;
}
.ss-mt--50 {
  margin-top: 50px !important;
}
.ss-mb--0 {
  margin-bottom: 0px !important;
}
.ss-mb--1 {
  margin-bottom: 1px !important;
}
.ss-mb--2 {
  margin-bottom: 2px !important;
}
.ss-mb--3 {
  margin-bottom: 3px !important;
}
.ss-mb--4 {
  margin-bottom: 4px !important;
}
.ss-mb--5 {
  margin-bottom: 5px !important;
}
.ss-mb--6 {
  margin-bottom: 6px !important;
}
.ss-mb--7 {
  margin-bottom: 7px !important;
}
.ss-mb--8 {
  margin-bottom: 8px !important;
}
.ss-mb--9 {
  margin-bottom: 9px !important;
}
.ss-mb--10 {
  margin-bottom: 10px !important;
}
.ss-mb--11 {
  margin-bottom: 11px !important;
}
.ss-mb--12 {
  margin-bottom: 12px !important;
}
.ss-mb--13 {
  margin-bottom: 13px !important;
}
.ss-mb--14 {
  margin-bottom: 14px !important;
}
.ss-mb--15 {
  margin-bottom: 15px !important;
}
.ss-mb--16 {
  margin-bottom: 16px !important;
}
.ss-mb--17 {
  margin-bottom: 17px !important;
}
.ss-mb--18 {
  margin-bottom: 18px !important;
}
.ss-mb--19 {
  margin-bottom: 19px !important;
}
.ss-mb--20 {
  margin-bottom: 20px !important;
}
.ss-mb--21 {
  margin-bottom: 21px !important;
}
.ss-mb--22 {
  margin-bottom: 22px !important;
}
.ss-mb--23 {
  margin-bottom: 23px !important;
}
.ss-mb--24 {
  margin-bottom: 24px !important;
}
.ss-mb--25 {
  margin-bottom: 25px !important;
}
.ss-mb--26 {
  margin-bottom: 26px !important;
}
.ss-mb--27 {
  margin-bottom: 27px !important;
}
.ss-mb--28 {
  margin-bottom: 28px !important;
}
.ss-mb--29 {
  margin-bottom: 29px !important;
}
.ss-mb--30 {
  margin-bottom: 30px !important;
}
.ss-mb--31 {
  margin-bottom: 31px !important;
}
.ss-mb--32 {
  margin-bottom: 32px !important;
}
.ss-mb--33 {
  margin-bottom: 33px !important;
}
.ss-mb--34 {
  margin-bottom: 34px !important;
}
.ss-mb--35 {
  margin-bottom: 35px !important;
}
.ss-mb--36 {
  margin-bottom: 36px !important;
}
.ss-mb--37 {
  margin-bottom: 37px !important;
}
.ss-mb--38 {
  margin-bottom: 38px !important;
}
.ss-mb--39 {
  margin-bottom: 39px !important;
}
.ss-mb--40 {
  margin-bottom: 40px !important;
}
.ss-mb--41 {
  margin-bottom: 41px !important;
}
.ss-mb--42 {
  margin-bottom: 42px !important;
}
.ss-mb--43 {
  margin-bottom: 43px !important;
}
.ss-mb--44 {
  margin-bottom: 44px !important;
}
.ss-mb--45 {
  margin-bottom: 45px !important;
}
.ss-mb--46 {
  margin-bottom: 46px !important;
}
.ss-mb--47 {
  margin-bottom: 47px !important;
}
.ss-mb--48 {
  margin-bottom: 48px !important;
}
.ss-mb--49 {
  margin-bottom: 49px !important;
}
.ss-mb--50 {
  margin-bottom: 50px !important;
}
.ss-ml--0 {
  margin-left: 0px !important;
}
.ss-ml--1 {
  margin-left: 1px !important;
}
.ss-ml--2 {
  margin-left: 2px !important;
}
.ss-ml--3 {
  margin-left: 3px !important;
}
.ss-ml--4 {
  margin-left: 4px !important;
}
.ss-ml--5 {
  margin-left: 5px !important;
}
.ss-ml--6 {
  margin-left: 6px !important;
}
.ss-ml--7 {
  margin-left: 7px !important;
}
.ss-ml--8 {
  margin-left: 8px !important;
}
.ss-ml--9 {
  margin-left: 9px !important;
}
.ss-ml--10 {
  margin-left: 10px !important;
}
.ss-ml--11 {
  margin-left: 11px !important;
}
.ss-ml--12 {
  margin-left: 12px !important;
}
.ss-ml--13 {
  margin-left: 13px !important;
}
.ss-ml--14 {
  margin-left: 14px !important;
}
.ss-ml--15 {
  margin-left: 15px !important;
}
.ss-ml--16 {
  margin-left: 16px !important;
}
.ss-ml--17 {
  margin-left: 17px !important;
}
.ss-ml--18 {
  margin-left: 18px !important;
}
.ss-ml--19 {
  margin-left: 19px !important;
}
.ss-ml--20 {
  margin-left: 20px !important;
}
.ss-ml--21 {
  margin-left: 21px !important;
}
.ss-ml--22 {
  margin-left: 22px !important;
}
.ss-ml--23 {
  margin-left: 23px !important;
}
.ss-ml--24 {
  margin-left: 24px !important;
}
.ss-ml--25 {
  margin-left: 25px !important;
}
.ss-ml--26 {
  margin-left: 26px !important;
}
.ss-ml--27 {
  margin-left: 27px !important;
}
.ss-ml--28 {
  margin-left: 28px !important;
}
.ss-ml--29 {
  margin-left: 29px !important;
}
.ss-ml--30 {
  margin-left: 30px !important;
}
.ss-ml--31 {
  margin-left: 31px !important;
}
.ss-ml--32 {
  margin-left: 32px !important;
}
.ss-ml--33 {
  margin-left: 33px !important;
}
.ss-ml--34 {
  margin-left: 34px !important;
}
.ss-ml--35 {
  margin-left: 35px !important;
}
.ss-ml--36 {
  margin-left: 36px !important;
}
.ss-ml--37 {
  margin-left: 37px !important;
}
.ss-ml--38 {
  margin-left: 38px !important;
}
.ss-ml--39 {
  margin-left: 39px !important;
}
.ss-ml--40 {
  margin-left: 40px !important;
}
.ss-ml--41 {
  margin-left: 41px !important;
}
.ss-ml--42 {
  margin-left: 42px !important;
}
.ss-ml--43 {
  margin-left: 43px !important;
}
.ss-ml--44 {
  margin-left: 44px !important;
}
.ss-ml--45 {
  margin-left: 45px !important;
}
.ss-ml--46 {
  margin-left: 46px !important;
}
.ss-ml--47 {
  margin-left: 47px !important;
}
.ss-ml--48 {
  margin-left: 48px !important;
}
.ss-ml--49 {
  margin-left: 49px !important;
}
.ss-ml--50 {
  margin-left: 50px !important;
}
.ss-mr--0 {
  margin-right: 0px !important;
}
.ss-mr--1 {
  margin-right: 1px !important;
}
.ss-mr--2 {
  margin-right: 2px !important;
}
.ss-mr--3 {
  margin-right: 3px !important;
}
.ss-mr--4 {
  margin-right: 4px !important;
}
.ss-mr--5 {
  margin-right: 5px !important;
}
.ss-mr--6 {
  margin-right: 6px !important;
}
.ss-mr--7 {
  margin-right: 7px !important;
}
.ss-mr--8 {
  margin-right: 8px !important;
}
.ss-mr--9 {
  margin-right: 9px !important;
}
.ss-mr--10 {
  margin-right: 10px !important;
}
.ss-mr--11 {
  margin-right: 11px !important;
}
.ss-mr--12 {
  margin-right: 12px !important;
}
.ss-mr--13 {
  margin-right: 13px !important;
}
.ss-mr--14 {
  margin-right: 14px !important;
}
.ss-mr--15 {
  margin-right: 15px !important;
}
.ss-mr--16 {
  margin-right: 16px !important;
}
.ss-mr--17 {
  margin-right: 17px !important;
}
.ss-mr--18 {
  margin-right: 18px !important;
}
.ss-mr--19 {
  margin-right: 19px !important;
}
.ss-mr--20 {
  margin-right: 20px !important;
}
.ss-mr--21 {
  margin-right: 21px !important;
}
.ss-mr--22 {
  margin-right: 22px !important;
}
.ss-mr--23 {
  margin-right: 23px !important;
}
.ss-mr--24 {
  margin-right: 24px !important;
}
.ss-mr--25 {
  margin-right: 25px !important;
}
.ss-mr--26 {
  margin-right: 26px !important;
}
.ss-mr--27 {
  margin-right: 27px !important;
}
.ss-mr--28 {
  margin-right: 28px !important;
}
.ss-mr--29 {
  margin-right: 29px !important;
}
.ss-mr--30 {
  margin-right: 30px !important;
}
.ss-mr--31 {
  margin-right: 31px !important;
}
.ss-mr--32 {
  margin-right: 32px !important;
}
.ss-mr--33 {
  margin-right: 33px !important;
}
.ss-mr--34 {
  margin-right: 34px !important;
}
.ss-mr--35 {
  margin-right: 35px !important;
}
.ss-mr--36 {
  margin-right: 36px !important;
}
.ss-mr--37 {
  margin-right: 37px !important;
}
.ss-mr--38 {
  margin-right: 38px !important;
}
.ss-mr--39 {
  margin-right: 39px !important;
}
.ss-mr--40 {
  margin-right: 40px !important;
}
.ss-mr--41 {
  margin-right: 41px !important;
}
.ss-mr--42 {
  margin-right: 42px !important;
}
.ss-mr--43 {
  margin-right: 43px !important;
}
.ss-mr--44 {
  margin-right: 44px !important;
}
.ss-mr--45 {
  margin-right: 45px !important;
}
.ss-mr--46 {
  margin-right: 46px !important;
}
.ss-mr--47 {
  margin-right: 47px !important;
}
.ss-mr--48 {
  margin-right: 48px !important;
}
.ss-mr--49 {
  margin-right: 49px !important;
}
.ss-mr--50 {
  margin-right: 50px !important;
}
.ss-pa--0 {
  padding: 0px !important;
}
.ss-pa--1 {
  padding: 1px !important;
}
.ss-pa--2 {
  padding: 2px !important;
}
.ss-pa--3 {
  padding: 3px !important;
}
.ss-pa--4 {
  padding: 4px !important;
}
.ss-pa--5 {
  padding: 5px !important;
}
.ss-pa--6 {
  padding: 6px !important;
}
.ss-pa--7 {
  padding: 7px !important;
}
.ss-pa--8 {
  padding: 8px !important;
}
.ss-pa--9 {
  padding: 9px !important;
}
.ss-pa--10 {
  padding: 10px !important;
}
.ss-pa--11 {
  padding: 11px !important;
}
.ss-pa--12 {
  padding: 12px !important;
}
.ss-pa--13 {
  padding: 13px !important;
}
.ss-pa--14 {
  padding: 14px !important;
}
.ss-pa--15 {
  padding: 15px !important;
}
.ss-pa--16 {
  padding: 16px !important;
}
.ss-pa--17 {
  padding: 17px !important;
}
.ss-pa--18 {
  padding: 18px !important;
}
.ss-pa--19 {
  padding: 19px !important;
}
.ss-pa--20 {
  padding: 20px !important;
}
.ss-pa--21 {
  padding: 21px !important;
}
.ss-pa--22 {
  padding: 22px !important;
}
.ss-pa--23 {
  padding: 23px !important;
}
.ss-pa--24 {
  padding: 24px !important;
}
.ss-pa--25 {
  padding: 25px !important;
}
.ss-pa--26 {
  padding: 26px !important;
}
.ss-pa--27 {
  padding: 27px !important;
}
.ss-pa--28 {
  padding: 28px !important;
}
.ss-pa--29 {
  padding: 29px !important;
}
.ss-pa--30 {
  padding: 30px !important;
}
.ss-pa--32 {
  padding: 32px !important;
}
.ss-pa--40 {
  padding: 40px !important;
}
.ss-py--0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.ss-py--1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.ss-py--2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.ss-py--3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.ss-py--4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.ss-py--5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.ss-py--6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.ss-py--7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.ss-py--8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.ss-py--9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.ss-py--10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.ss-py--11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.ss-py--12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.ss-py--13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.ss-py--14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.ss-py--15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.ss-py--16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.ss-py--17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.ss-py--18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.ss-py--19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}
.ss-py--20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.ss-py--21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
.ss-py--22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.ss-py--23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}
.ss-py--24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.ss-py--25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.ss-py--26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}
.ss-py--27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}
.ss-py--28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.ss-py--29 {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}
.ss-py--30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.ss-py--31 {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}
.ss-py--32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.ss-py--33 {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}
.ss-py--34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}
.ss-py--35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.ss-py--36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.ss-py--37 {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}
.ss-py--38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.ss-py--39 {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}
.ss-py--40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.ss-py--41 {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}
.ss-py--42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}
.ss-py--43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}
.ss-py--44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.ss-py--45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.ss-py--46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}
.ss-py--47 {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}
.ss-py--48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.ss-py--49 {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}
.ss-py--50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.ss-px--0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.ss-px--1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.ss-px--2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.ss-px--3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.ss-px--4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.ss-px--5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.ss-px--6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.ss-px--7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.ss-px--8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.ss-px--9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
.ss-px--10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ss-px--11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}
.ss-px--12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.ss-px--13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}
.ss-px--14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.ss-px--15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ss-px--16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.ss-px--17 {
  padding-left: 17px !important;
  padding-right: 17px !important;
}
.ss-px--18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.ss-px--19 {
  padding-left: 19px !important;
  padding-right: 19px !important;
}
.ss-px--20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ss-px--21 {
  padding-left: 21px !important;
  padding-right: 21px !important;
}
.ss-px--22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}
.ss-px--23 {
  padding-left: 23px !important;
  padding-right: 23px !important;
}
.ss-px--24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.ss-px--25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.ss-px--26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}
.ss-px--27 {
  padding-left: 27px !important;
  padding-right: 27px !important;
}
.ss-px--28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.ss-px--29 {
  padding-left: 29px !important;
  padding-right: 29px !important;
}
.ss-px--30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.ss-px--31 {
  padding-left: 31px !important;
  padding-right: 31px !important;
}
.ss-px--32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.ss-px--33 {
  padding-left: 33px !important;
  padding-right: 33px !important;
}
.ss-px--34 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}
.ss-px--35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.ss-px--36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.ss-px--37 {
  padding-left: 37px !important;
  padding-right: 37px !important;
}
.ss-px--38 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}
.ss-px--39 {
  padding-left: 39px !important;
  padding-right: 39px !important;
}
.ss-px--40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.ss-px--41 {
  padding-left: 41px !important;
  padding-right: 41px !important;
}
.ss-px--42 {
  padding-left: 42px !important;
  padding-right: 42px !important;
}
.ss-px--43 {
  padding-left: 43px !important;
  padding-right: 43px !important;
}
.ss-px--44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}
.ss-px--45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.ss-px--46 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}
.ss-px--47 {
  padding-left: 47px !important;
  padding-right: 47px !important;
}
.ss-px--48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.ss-px--49 {
  padding-left: 49px !important;
  padding-right: 49px !important;
}
.ss-px--50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.ss-pt--0 {
  padding-top: 0px !important;
}
.ss-pt--1 {
  padding-top: 1px !important;
}
.ss-pt--2 {
  padding-top: 2px !important;
}
.ss-pt--3 {
  padding-top: 3px !important;
}
.ss-pt--4 {
  padding-top: 4px !important;
}
.ss-pt--5 {
  padding-top: 5px !important;
}
.ss-pt--6 {
  padding-top: 6px !important;
}
.ss-pt--7 {
  padding-top: 7px !important;
}
.ss-pt--8 {
  padding-top: 8px !important;
}
.ss-pt--9 {
  padding-top: 9px !important;
}
.ss-pt--10 {
  padding-top: 10px !important;
}
.ss-pt--11 {
  padding-top: 11px !important;
}
.ss-pt--12 {
  padding-top: 12px !important;
}
.ss-pt--13 {
  padding-top: 13px !important;
}
.ss-pt--14 {
  padding-top: 14px !important;
}
.ss-pt--15 {
  padding-top: 15px !important;
}
.ss-pt--16 {
  padding-top: 16px !important;
}
.ss-pt--17 {
  padding-top: 17px !important;
}
.ss-pt--18 {
  padding-top: 18px !important;
}
.ss-pt--19 {
  padding-top: 19px !important;
}
.ss-pt--20 {
  padding-top: 20px !important;
}
.ss-pt--21 {
  padding-top: 21px !important;
}
.ss-pt--22 {
  padding-top: 22px !important;
}
.ss-pt--23 {
  padding-top: 23px !important;
}
.ss-pt--24 {
  padding-top: 24px !important;
}
.ss-pt--25 {
  padding-top: 25px !important;
}
.ss-pt--26 {
  padding-top: 26px !important;
}
.ss-pt--27 {
  padding-top: 27px !important;
}
.ss-pt--28 {
  padding-top: 28px !important;
}
.ss-pt--29 {
  padding-top: 29px !important;
}
.ss-pt--30 {
  padding-top: 30px !important;
}
.ss-pt--31 {
  padding-top: 31px !important;
}
.ss-pt--32 {
  padding-top: 32px !important;
}
.ss-pt--33 {
  padding-top: 33px !important;
}
.ss-pt--34 {
  padding-top: 34px !important;
}
.ss-pt--35 {
  padding-top: 35px !important;
}
.ss-pt--36 {
  padding-top: 36px !important;
}
.ss-pt--37 {
  padding-top: 37px !important;
}
.ss-pt--38 {
  padding-top: 38px !important;
}
.ss-pt--39 {
  padding-top: 39px !important;
}
.ss-pt--40 {
  padding-top: 40px !important;
}
.ss-pt--41 {
  padding-top: 41px !important;
}
.ss-pt--42 {
  padding-top: 42px !important;
}
.ss-pt--43 {
  padding-top: 43px !important;
}
.ss-pt--44 {
  padding-top: 44px !important;
}
.ss-pt--45 {
  padding-top: 45px !important;
}
.ss-pt--46 {
  padding-top: 46px !important;
}
.ss-pt--47 {
  padding-top: 47px !important;
}
.ss-pt--48 {
  padding-top: 48px !important;
}
.ss-pt--49 {
  padding-top: 49px !important;
}
.ss-pt--50 {
  padding-top: 50px !important;
}
.ss-pb--0 {
  padding-bottom: 0px !important;
}
.ss-pb--1 {
  padding-bottom: 1px !important;
}
.ss-pb--2 {
  padding-bottom: 2px !important;
}
.ss-pb--3 {
  padding-bottom: 3px !important;
}
.ss-pb--4 {
  padding-bottom: 4px !important;
}
.ss-pb--5 {
  padding-bottom: 5px !important;
}
.ss-pb--6 {
  padding-bottom: 6px !important;
}
.ss-pb--7 {
  padding-bottom: 7px !important;
}
.ss-pb--8 {
  padding-bottom: 8px !important;
}
.ss-pb--9 {
  padding-bottom: 9px !important;
}
.ss-pb--10 {
  padding-bottom: 10px !important;
}
.ss-pb--11 {
  padding-bottom: 11px !important;
}
.ss-pb--12 {
  padding-bottom: 12px !important;
}
.ss-pb--13 {
  padding-bottom: 13px !important;
}
.ss-pb--14 {
  padding-bottom: 14px !important;
}
.ss-pb--15 {
  padding-bottom: 15px !important;
}
.ss-pb--16 {
  padding-bottom: 16px !important;
}
.ss-pb--17 {
  padding-bottom: 17px !important;
}
.ss-pb--18 {
  padding-bottom: 18px !important;
}
.ss-pb--19 {
  padding-bottom: 19px !important;
}
.ss-pb--20 {
  padding-bottom: 20px !important;
}
.ss-pb--21 {
  padding-bottom: 21px !important;
}
.ss-pb--22 {
  padding-bottom: 22px !important;
}
.ss-pb--23 {
  padding-bottom: 23px !important;
}
.ss-pb--24 {
  padding-bottom: 24px !important;
}
.ss-pb--25 {
  padding-bottom: 25px !important;
}
.ss-pb--26 {
  padding-bottom: 26px !important;
}
.ss-pb--27 {
  padding-bottom: 27px !important;
}
.ss-pb--28 {
  padding-bottom: 28px !important;
}
.ss-pb--29 {
  padding-bottom: 29px !important;
}
.ss-pb--30 {
  padding-bottom: 30px !important;
}
.ss-pb--31 {
  padding-bottom: 31px !important;
}
.ss-pb--32 {
  padding-bottom: 32px !important;
}
.ss-pb--33 {
  padding-bottom: 33px !important;
}
.ss-pb--34 {
  padding-bottom: 34px !important;
}
.ss-pb--35 {
  padding-bottom: 35px !important;
}
.ss-pb--36 {
  padding-bottom: 36px !important;
}
.ss-pb--37 {
  padding-bottom: 37px !important;
}
.ss-pb--38 {
  padding-bottom: 38px !important;
}
.ss-pb--39 {
  padding-bottom: 39px !important;
}
.ss-pb--40 {
  padding-bottom: 40px !important;
}
.ss-pb--41 {
  padding-bottom: 41px !important;
}
.ss-pb--42 {
  padding-bottom: 42px !important;
}
.ss-pb--43 {
  padding-bottom: 43px !important;
}
.ss-pb--44 {
  padding-bottom: 44px !important;
}
.ss-pb--45 {
  padding-bottom: 45px !important;
}
.ss-pb--46 {
  padding-bottom: 46px !important;
}
.ss-pb--47 {
  padding-bottom: 47px !important;
}
.ss-pb--48 {
  padding-bottom: 48px !important;
}
.ss-pb--49 {
  padding-bottom: 49px !important;
}
.ss-pb--50 {
  padding-bottom: 50px !important;
}
.ss-pl--0 {
  padding-left: 0px !important;
}
.ss-pl--1 {
  padding-left: 1px !important;
}
.ss-pl--2 {
  padding-left: 2px !important;
}
.ss-pl--3 {
  padding-left: 3px !important;
}
.ss-pl--4 {
  padding-left: 4px !important;
}
.ss-pl--5 {
  padding-left: 5px !important;
}
.ss-pl--6 {
  padding-left: 6px !important;
}
.ss-pl--7 {
  padding-left: 7px !important;
}
.ss-pl--8 {
  padding-left: 8px !important;
}
.ss-pl--9 {
  padding-left: 9px !important;
}
.ss-pl--10 {
  padding-left: 10px !important;
}
.ss-pl--11 {
  padding-left: 11px !important;
}
.ss-pl--12 {
  padding-left: 12px !important;
}
.ss-pl--13 {
  padding-left: 13px !important;
}
.ss-pl--14 {
  padding-left: 14px !important;
}
.ss-pl--15 {
  padding-left: 15px !important;
}
.ss-pl--16 {
  padding-left: 16px !important;
}
.ss-pl--17 {
  padding-left: 17px !important;
}
.ss-pl--18 {
  padding-left: 18px !important;
}
.ss-pl--19 {
  padding-left: 19px !important;
}
.ss-pl--20 {
  padding-left: 20px !important;
}
.ss-pl--21 {
  padding-left: 21px !important;
}
.ss-pl--22 {
  padding-left: 22px !important;
}
.ss-pl--23 {
  padding-left: 23px !important;
}
.ss-pl--24 {
  padding-left: 24px !important;
}
.ss-pl--25 {
  padding-left: 25px !important;
}
.ss-pl--26 {
  padding-left: 26px !important;
}
.ss-pl--27 {
  padding-left: 27px !important;
}
.ss-pl--28 {
  padding-left: 28px !important;
}
.ss-pl--29 {
  padding-left: 29px !important;
}
.ss-pl--30 {
  padding-left: 30px !important;
}
.ss-pl--31 {
  padding-left: 31px !important;
}
.ss-pl--32 {
  padding-left: 32px !important;
}
.ss-pl--33 {
  padding-left: 33px !important;
}
.ss-pl--34 {
  padding-left: 34px !important;
}
.ss-pl--35 {
  padding-left: 35px !important;
}
.ss-pl--36 {
  padding-left: 36px !important;
}
.ss-pl--37 {
  padding-left: 37px !important;
}
.ss-pl--38 {
  padding-left: 38px !important;
}
.ss-pl--39 {
  padding-left: 39px !important;
}
.ss-pl--40 {
  padding-left: 40px !important;
}
.ss-pl--41 {
  padding-left: 41px !important;
}
.ss-pl--42 {
  padding-left: 42px !important;
}
.ss-pl--43 {
  padding-left: 43px !important;
}
.ss-pl--44 {
  padding-left: 44px !important;
}
.ss-pl--45 {
  padding-left: 45px !important;
}
.ss-pl--46 {
  padding-left: 46px !important;
}
.ss-pl--47 {
  padding-left: 47px !important;
}
.ss-pl--48 {
  padding-left: 48px !important;
}
.ss-pl--49 {
  padding-left: 49px !important;
}
.ss-pl--50 {
  padding-left: 50px !important;
}
.ss-pr--0 {
  padding-right: 0px !important;
}
.ss-pr--1 {
  padding-right: 1px !important;
}
.ss-pr--2 {
  padding-right: 2px !important;
}
.ss-pr--3 {
  padding-right: 3px !important;
}
.ss-pr--4 {
  padding-right: 4px !important;
}
.ss-pr--5 {
  padding-right: 5px !important;
}
.ss-pr--6 {
  padding-right: 6px !important;
}
.ss-pr--7 {
  padding-right: 7px !important;
}
.ss-pr--8 {
  padding-right: 8px !important;
}
.ss-pr--9 {
  padding-right: 9px !important;
}
.ss-pr--10 {
  padding-right: 10px !important;
}
.ss-pr--11 {
  padding-right: 11px !important;
}
.ss-pr--12 {
  padding-right: 12px !important;
}
.ss-pr--13 {
  padding-right: 13px !important;
}
.ss-pr--14 {
  padding-right: 14px !important;
}
.ss-pr--15 {
  padding-right: 15px !important;
}
.ss-pr--16 {
  padding-right: 16px !important;
}
.ss-pr--17 {
  padding-right: 17px !important;
}
.ss-pr--18 {
  padding-right: 18px !important;
}
.ss-pr--19 {
  padding-right: 19px !important;
}
.ss-pr--20 {
  padding-right: 20px !important;
}
.ss-pr--21 {
  padding-right: 21px !important;
}
.ss-pr--22 {
  padding-right: 22px !important;
}
.ss-pr--23 {
  padding-right: 23px !important;
}
.ss-pr--24 {
  padding-right: 24px !important;
}
.ss-pr--25 {
  padding-right: 25px !important;
}
.ss-pr--26 {
  padding-right: 26px !important;
}
.ss-pr--27 {
  padding-right: 27px !important;
}
.ss-pr--28 {
  padding-right: 28px !important;
}
.ss-pr--29 {
  padding-right: 29px !important;
}
.ss-pr--30 {
  padding-right: 30px !important;
}
.ss-pr--31 {
  padding-right: 31px !important;
}
.ss-pr--32 {
  padding-right: 32px !important;
}
.ss-pr--33 {
  padding-right: 33px !important;
}
.ss-pr--34 {
  padding-right: 34px !important;
}
.ss-pr--35 {
  padding-right: 35px !important;
}
.ss-pr--36 {
  padding-right: 36px !important;
}
.ss-pr--37 {
  padding-right: 37px !important;
}
.ss-pr--38 {
  padding-right: 38px !important;
}
.ss-pr--39 {
  padding-right: 39px !important;
}
.ss-pr--40 {
  padding-right: 40px !important;
}
.ss-pr--41 {
  padding-right: 41px !important;
}
.ss-pr--42 {
  padding-right: 42px !important;
}
.ss-pr--43 {
  padding-right: 43px !important;
}
.ss-pr--44 {
  padding-right: 44px !important;
}
.ss-pr--45 {
  padding-right: 45px !important;
}
.ss-pr--46 {
  padding-right: 46px !important;
}
.ss-pr--47 {
  padding-right: 47px !important;
}
.ss-pr--48 {
  padding-right: 48px !important;
}
.ss-pr--49 {
  padding-right: 49px !important;
}
.ss-pr--50 {
  padding-right: 50px !important;
}

/*<Width>*/
.ss-width--0 {
  width: 0% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--0 {
    width: 100% !important;
  }
}

.ss-width--1 {
  width: 1% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--1 {
    width: 100% !important;
  }
}

.ss-width--2 {
  width: 2% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--2 {
    width: 100% !important;
  }
}

.ss-width--3 {
  width: 3% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--3 {
    width: 100% !important;
  }
}

.ss-width--4 {
  width: 4% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--4 {
    width: 100% !important;
  }
}

.ss-width--5 {
  width: 5% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--5 {
    width: 100% !important;
  }
}

.ss-width--6 {
  width: 6% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--6 {
    width: 100% !important;
  }
}

.ss-width--7 {
  width: 7% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--7 {
    width: 100% !important;
  }
}

.ss-width--8 {
  width: 8% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--8 {
    width: 100% !important;
  }
}

.ss-width--9 {
  width: 9% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--9 {
    width: 100% !important;
  }
}

.ss-width--10 {
  width: 10% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--10 {
    width: 100% !important;
  }
}

.ss-width--11 {
  width: 11% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--11 {
    width: 100% !important;
  }
}

.ss-width--12 {
  width: 12% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--12 {
    width: 100% !important;
  }
}

.ss-width--13 {
  width: 13% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--13 {
    width: 100% !important;
  }
}

.ss-width--14 {
  width: 14% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--14 {
    width: 100% !important;
  }
}

.ss-width--15 {
  width: 15% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--15 {
    width: 100% !important;
  }
}

.ss-width--16 {
  width: 16% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--16 {
    width: 100% !important;
  }
}

.ss-width--17 {
  width: 17% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--17 {
    width: 100% !important;
  }
}

.ss-width--18 {
  width: 18% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--18 {
    width: 100% !important;
  }
}

.ss-width--19 {
  width: 19% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--19 {
    width: 100% !important;
  }
}

.ss-width--20 {
  width: 20% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--20 {
    width: 100% !important;
  }
}

.ss-width--21 {
  width: 21% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--21 {
    width: 100% !important;
  }
}

.ss-width--22 {
  width: 22% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--22 {
    width: 100% !important;
  }
}

.ss-width--23 {
  width: 23% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--23 {
    width: 100% !important;
  }
}

.ss-width--24 {
  width: 24% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--24 {
    width: 100% !important;
  }
}

.ss-width--25 {
  width: 25% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--25 {
    width: 100% !important;
  }
}

.ss-width--26 {
  width: 26% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--26 {
    width: 100% !important;
  }
}

.ss-width--27 {
  width: 27% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--27 {
    width: 100% !important;
  }
}

.ss-width--28 {
  width: 28% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--28 {
    width: 100% !important;
  }
}

.ss-width--29 {
  width: 29% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--29 {
    width: 100% !important;
  }
}

.ss-width--30 {
  width: 30% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--30 {
    width: 100% !important;
  }
}

.ss-width--31 {
  width: 31% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--31 {
    width: 100% !important;
  }
}

.ss-width--32 {
  width: 32% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--32 {
    width: 100% !important;
  }
}

.ss-width--33 {
  width: 33% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--33 {
    width: 100% !important;
  }
}

.ss-width--34 {
  width: 34% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--34 {
    width: 100% !important;
  }
}

.ss-width--35 {
  width: 35% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--35 {
    width: 100% !important;
  }
}

.ss-width--36 {
  width: 36% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--36 {
    width: 100% !important;
  }
}

.ss-width--37 {
  width: 37% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--37 {
    width: 100% !important;
  }
}

.ss-width--38 {
  width: 38% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--38 {
    width: 100% !important;
  }
}

.ss-width--39 {
  width: 39% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--39 {
    width: 100% !important;
  }
}

.ss-width--40 {
  width: 40% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--40 {
    width: 100% !important;
  }
}

.ss-width--41 {
  width: 41% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--41 {
    width: 100% !important;
  }
}

.ss-width--42 {
  width: 42% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--42 {
    width: 100% !important;
  }
}

.ss-width--43 {
  width: 43% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--43 {
    width: 100% !important;
  }
}

.ss-width--44 {
  width: 44% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--44 {
    width: 100% !important;
  }
}

.ss-width--45 {
  width: 45% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--45 {
    width: 100% !important;
  }
}

.ss-width--46 {
  width: 46% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--46 {
    width: 100% !important;
  }
}

.ss-width--47 {
  width: 47% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--47 {
    width: 100% !important;
  }
}

.ss-width--48 {
  width: 48% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--48 {
    width: 100% !important;
  }
}

.ss-width--49 {
  width: 49% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--49 {
    width: 100% !important;
  }
}

.ss-width--50 {
  width: 50% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--50 {
    width: 100% !important;
  }
}

.ss-width--51 {
  width: 51% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--51 {
    width: 100% !important;
  }
}

.ss-width--52 {
  width: 52% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--52 {
    width: 100% !important;
  }
}

.ss-width--53 {
  width: 53% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--53 {
    width: 100% !important;
  }
}

.ss-width--54 {
  width: 54% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--54 {
    width: 100% !important;
  }
}

.ss-width--55 {
  width: 55% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--55 {
    width: 100% !important;
  }
}

.ss-width--56 {
  width: 56% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--56 {
    width: 100% !important;
  }
}

.ss-width--57 {
  width: 57% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--57 {
    width: 100% !important;
  }
}

.ss-width--58 {
  width: 58% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--58 {
    width: 100% !important;
  }
}

.ss-width--59 {
  width: 59% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--59 {
    width: 100% !important;
  }
}

.ss-width--60 {
  width: 60% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--60 {
    width: 100% !important;
  }
}

.ss-width--61 {
  width: 61% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--61 {
    width: 100% !important;
  }
}

.ss-width--62 {
  width: 62% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--62 {
    width: 100% !important;
  }
}

.ss-width--63 {
  width: 63% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--63 {
    width: 100% !important;
  }
}

.ss-width--64 {
  width: 64% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--64 {
    width: 100% !important;
  }
}

.ss-width--65 {
  width: 65% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--65 {
    width: 100% !important;
  }
}

.ss-width--66 {
  width: 66% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--66 {
    width: 100% !important;
  }
}

.ss-width--67 {
  width: 67% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--67 {
    width: 100% !important;
  }
}

.ss-width--68 {
  width: 68% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--68 {
    width: 100% !important;
  }
}

.ss-width--69 {
  width: 69% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--69 {
    width: 100% !important;
  }
}

.ss-width--70 {
  width: 70% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--70 {
    width: 100% !important;
  }
}

.ss-width--71 {
  width: 71% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--71 {
    width: 100% !important;
  }
}

.ss-width--72 {
  width: 72% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--72 {
    width: 100% !important;
  }
}

.ss-width--73 {
  width: 73% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--73 {
    width: 100% !important;
  }
}

.ss-width--74 {
  width: 74% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--74 {
    width: 100% !important;
  }
}

.ss-width--75 {
  width: 75% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--75 {
    width: 100% !important;
  }
}

.ss-width--76 {
  width: 76% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--76 {
    width: 100% !important;
  }
}

.ss-width--77 {
  width: 77% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--77 {
    width: 100% !important;
  }
}

.ss-width--78 {
  width: 78% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--78 {
    width: 100% !important;
  }
}

.ss-width--79 {
  width: 79% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--79 {
    width: 100% !important;
  }
}

.ss-width--80 {
  width: 80% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--80 {
    width: 100% !important;
  }
}

.ss-width--81 {
  width: 81% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--81 {
    width: 100% !important;
  }
}

.ss-width--82 {
  width: 82% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--82 {
    width: 100% !important;
  }
}

.ss-width--83 {
  width: 83% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--83 {
    width: 100% !important;
  }
}

.ss-width--84 {
  width: 84% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--84 {
    width: 100% !important;
  }
}

.ss-width--85 {
  width: 85% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--85 {
    width: 100% !important;
  }
}

.ss-width--86 {
  width: 86% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--86 {
    width: 100% !important;
  }
}

.ss-width--87 {
  width: 87% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--87 {
    width: 100% !important;
  }
}

.ss-width--88 {
  width: 88% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--88 {
    width: 100% !important;
  }
}

.ss-width--89 {
  width: 89% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--89 {
    width: 100% !important;
  }
}

.ss-width--90 {
  width: 90% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--90 {
    width: 100% !important;
  }
}

.ss-width--91 {
  width: 91% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--91 {
    width: 100% !important;
  }
}

.ss-width--92 {
  width: 92% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--92 {
    width: 100% !important;
  }
}

.ss-width--93 {
  width: 93% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--93 {
    width: 100% !important;
  }
}

.ss-width--94 {
  width: 94% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--94 {
    width: 100% !important;
  }
}

.ss-width--95 {
  width: 95% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--95 {
    width: 100% !important;
  }
}

.ss-width--96 {
  width: 96% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--96 {
    width: 100% !important;
  }
}

.ss-width--97 {
  width: 97% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--97 {
    width: 100% !important;
  }
}

.ss-width--98 {
  width: 98% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--98 {
    width: 100% !important;
  }
}

.ss-width--99 {
  width: 99% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--99 {
    width: 100% !important;
  }
}

.ss-width--100 {
  width: 100% !important;
}

@media screen and (max-width: 1024px) {
  .ss-width--responsive.ss-width--100 {
    width: 100% !important;
  }
}
/*</Width>*/


/*<Text>*/

/*<Text>*/

.ss-htext {
  margin: 0;
  padding: 10px 0;
  font-family: var(--primary-font);
  color: var(--black);
  font-weight: 700;
}

.ss-htext--ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inherit;
}

.ss-htext a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.ss-htext--10 {
  font-size: 12px;
}

.ss-htext--11 {
  font-size: 11px;
}

.ss-htext--12 {
  font-size: 12px;
}

.ss-htext--13 {
  font-size: 13px;
}

.ss-htext--14 {
  font-size: 14px;
}

.ss-htext--15 {
  font-size: 15px;
}

.ss-htext--16 {
  font-size: 16px;
}

.ss-htext--17 {
  font-size: 17px;
}

.ss-htext--18 {
  font-size: 18px;
}

.ss-htext--20 {
  font-size: 20px;
}

.ss-htext--22 {
  font-size: 22px;
}

.ss-htext--24 {
  font-size: 24px;
}

.ss-htext--26 {
  font-size: 26px;
}

.ss-htext--28 {
  font-size: 28px;
}

.ss-htext--30 {
  font-size: 30px;
}

.ss-htext--32 {
  font-size: 32px;
}

.ss-htext--32 span.ss--24 {
  font-size: 24px;
}

.ss-htext--36 {
  font-size: 36px;
}

.ss-ptext {
  margin: 0;
  padding: 10px 0;
  font-family: var(--primary-font);
  color: var(--grey);
  font-weight: 400;
}

.ss-ptext--ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inherit;
}

.ss-ptext a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.ss-ptext--10 {
  font-size: 12px;
}

.ss-ptext--11 {
  font-size: 11px;
}

.ss-ptext--12 {
  font-size: 12px;
}

.ss-ptext--13 {
  font-size: 13px;
}

.ss-ptext--14 {
  font-size: 14px;
}

.ss-ptext--15 {
  font-size: 15px;
}

.ss-ptext--16 {
  font-size: 16px;
}

.ss-ptext--17 {
  font-size: 17px;
}

.ss-ptext--18 {
  font-size: 18px;
}

.ss-ptext--22 {
  font-size: 22px;
}

.ss-ptext--32 {
  font-size: 32px;
}

.ss-ptext--32 span.ss--24 {
  font-size: 24px;
}

.ss-ptext--36 {
  font-size: 36px;
}


/*</Text>*/


/*<Font>*/

.ss-fw--300 {
  font-weight: 300 !important;
}

.ss-fw--400 {
  font-weight: 400 !important;
}

.ss-fw--500 {
  font-weight: 500 !important;
}

.ss-fw--600 {
  font-weight: 600 !important;
}

.ss-fw--700 {
  font-weight: 700 !important;
}
/*</Font>*/

/*<Font-Size>*/
.ss-fs--6 {
  font-size: 6px !important;
}
.ss-fs--7 {
  font-size: 7px !important;
}
.ss-fs--8 {
  font-size: 8px !important;
}
.ss-fs--9 {
  font-size: 9px !important;
}
.ss-fs--10 {
  font-size: 10px !important;
}
.ss-fs--11 {
  font-size: 11px !important;
}
.ss-fs--12 {
  font-size: 12px !important;
}
.ss-fs--13 {
  font-size: 13px !important;
}
.ss-fs--14 {
  font-size: 14px !important;
}
.ss-fs--15 {
  font-size: 15px !important;
}
.ss-fs--16 {
  font-size: 16px !important;
}
.ss-fs--17 {
  font-size: 17px !important;
}
.ss-fs--18 {
  font-size: 18px !important;
}
.ss-fs--19 {
  font-size: 19px !important;
}
.ss-fs--20 {
  font-size: 20px !important;
}
.ss-fs--21 {
  font-size: 21px !important;
}
.ss-fs--22 {
  font-size: 22px !important;
}
.ss-fs--23 {
  font-size: 23px !important;
}
.ss-fs--24 {
  font-size: 24px !important;
}
.ss-fs--25 {
  font-size: 25px !important;
}
.ss-fs--26 {
  font-size: 26px !important;
}
.ss-fs--27 {
  font-size: 27px !important;
}
.ss-fs--28 {
  font-size: 28px !important;
}
.ss-fs--29 {
  font-size: 29px !important;
}
.ss-fs--30 {
  font-size: 30px !important;
}
.ss-fs--31 {
  font-size: 31px !important;
}
.ss-fs--32 {
  font-size: 32px !important;
}
.ss-fs--33 {
  font-size: 33px !important;
}
.ss-fs--34 {
  font-size: 34px !important;
}
.ss-fs--35 {
  font-size: 35px !important;
}
.ss-fs--36 {
  font-size: 36px !important;
}
.ss-fs--37 {
  font-size: 37px !important;
}
.ss-fs--38 {
  font-size: 38px !important;
}
.ss-fs--39 {
  font-size: 39px !important;
}
.ss-fs--40 {
  font-size: 40px !important;
}
.ss-fs--41 {
  font-size: 41px !important;
}
.ss-fs--42 {
  font-size: 42px !important;
}
.ss-fs--43 {
  font-size: 43px !important;
}
.ss-fs--44 {
  font-size: 44px !important;
}
.ss-fs--45 {
  font-size: 45px !important;
}
.ss-fs--46 {
  font-size: 46px !important;
}
.ss-fs--47 {
  font-size: 47px !important;
}
.ss-fs--48 {
  font-size: 48px !important;
}
.ss-fs--49 {
  font-size: 49px !important;
}
.ss-fs--50 {
  font-size: 50px !important;
}
/*</font-size>*/

 /*<Line-height>*/
.ss-lh--1 {
	 line-height: 1px !important;
}
 .ss-lh--2 {
	 line-height: 2px !important;
}
 .ss-lh--3 {
	 line-height: 3px !important;
}
 .ss-lh--4 {
	 line-height: 4px !important;
}
 .ss-lh--5 {
	 line-height: 5px !important;
}
 .ss-lh--6 {
	 line-height: 6px !important;
}
 .ss-lh--7 {
	 line-height: 7px !important;
}
 .ss-lh--8 {
	 line-height: 8px !important;
}
 .ss-lh--9 {
	 line-height: 9px !important;
}
 .ss-lh--10 {
	 line-height: 10px !important;
}
 .ss-lh--11 {
	 line-height: 11px !important;
}
 .ss-lh--12 {
	 line-height: 12px !important;
}
 .ss-lh--13 {
	 line-height: 13px !important;
}
 .ss-lh--14 {
	 line-height: 14px !important;
}
 .ss-lh--15 {
	 line-height: 15px !important;
}
 .ss-lh--16 {
	 line-height: 16px !important;
}
 .ss-lh--17 {
	 line-height: 17px !important;
}
 .ss-lh--18 {
	 line-height: 18px !important;
}
 .ss-lh--19 {
	 line-height: 19px !important;
}
 .ss-lh--20 {
	 line-height: 20px !important;
}
 .ss-lh--21 {
	 line-height: 21px !important;
}
 .ss-lh--22 {
	 line-height: 22px !important;
}
 .ss-lh--23 {
	 line-height: 23px !important;
}
 .ss-lh--24 {
	 line-height: 24px !important;
}
 .ss-lh--25 {
	 line-height: 25px !important;
}
 .ss-lh--26 {
	 line-height: 26px !important;
}
 .ss-lh--27 {
	 line-height: 27px !important;
}
 .ss-lh--28 {
	 line-height: 28px !important;
}
 .ss-lh--29 {
	 line-height: 29px !important;
}
 .ss-lh--30 {
	 line-height: 30px !important;
}
 .ss-lh--31 {
	 line-height: 31px !important;
}
 .ss-lh--32 {
	 line-height: 32px !important;
}
 .ss-lh--33 {
	 line-height: 33px !important;
}
 .ss-lh--34 {
	 line-height: 34px !important;
}
 .ss-lh--35 {
	 line-height: 35px !important;
}
 .ss-lh--36 {
	 line-height: 36px !important;
}
 .ss-lh--37 {
	 line-height: 37px !important;
}
 .ss-lh--38 {
	 line-height: 38px !important;
}
 .ss-lh--39 {
	 line-height: 39px !important;
}
 .ss-lh--40 {
	 line-height: 40px !important;
}
 .ss-lh--41 {
	 line-height: 41px !important;
}
 .ss-lh--42 {
	 line-height: 42px !important;
}
 .ss-lh--43 {
	 line-height: 43px !important;
}
 .ss-lh--44 {
	 line-height: 44px !important;
}
 .ss-lh--45 {
	 line-height: 45px !important;
}
 .ss-lh--46 {
	 line-height: 46px !important;
}
 .ss-lh--47 {
	 line-height: 47px !important;
}
 .ss-lh--48 {
	 line-height: 48px !important;
}
 .ss-lh--49 {
	 line-height: 49px !important;
}
 .ss-lh--50 {
	 line-height: 50px !important;
}
/*</Line-height>*/


/*<Color>*/
	.ss-color--blue{
		color: var(--theme-blue) !important
	}
	.ss-color--text{
		color: var(--text);
	}

/*</Color>*/