/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 72px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}


/*
* Layout Profile
******************************************************************************/

.user-profile-header-banner img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}

.user-profile-header {
  margin-top: -2rem;
}
.user-profile-header .user-profile-img {
  border: 5px solid;
  width: 120px;
}

.light-style .user-profile-header .user-profile-img {
  border-color: #fff;
}

.dark-style .user-profile-header .user-profile-img {
  border-color: #2f3349;
}

.dataTables_wrapper .card-header .dataTables_filter label {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  .user-profile-header-banner img {
    height: 150px;
  }
  .user-profile-header .user-profile-img {
    width: 100px;
  }
}

.dt-table td, .dt-table th {
	font-size: 85% !important;
}

.swal2-popup.swal2-toast {
	box-sizing: border-box;
	grid-column: 1/4!important;
	grid-row: 1/4!important;
	grid-template-columns: 1fr 99fr 1fr;
	padding: 1em;
	overflow-y: hidden;
	background: #fff;
	box-shadow: 0 0 .625em #d9d9d9;
	pointer-events: all
}

.swal2-popup.swal2-toast>* {
	grid-column: 2
}

.swal2-popup.swal2-toast .swal2-title {
	margin: 1em;
	padding: 0;
	font-size: 1em;
	text-align: initial
}

.swal2-popup.swal2-toast .swal2-loading {
	justify-content: center
}

.swal2-popup.swal2-toast .swal2-input {
	height: 2em;
	margin: .5em;
	font-size: 1em
}

.swal2-popup.swal2-toast .swal2-validation-message {
	font-size: 1em
}

.swal2-popup.swal2-toast .swal2-footer {
	margin: .5em 0 0;
	padding: .5em 0 0;
	font-size: .8em
}

.swal2-popup.swal2-toast .swal2-close {
	grid-column: 3/3;
	grid-row: 1/99;
	align-self: center;
	width: .8em;
	height: .8em;
	margin: 0;
	font-size: 2em
}

.swal2-popup.swal2-toast .swal2-html-container {
	margin: 1em;
	padding: 0;
	font-size: 1em;
	text-align: initial
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
	padding: 0
}

.swal2-popup.swal2-toast .swal2-loader {
	grid-column: 1;
	grid-row: 1/99;
	align-self: center;
	width: 2em;
	height: 2em;
	margin: .25em
}

.swal2-popup.swal2-toast .swal2-icon {
	grid-column: 1;
	grid-row: 1/99;
	align-self: center;
	width: 2em;
	min-width: 2em;
	height: 2em;
	margin: 0 .5em 0 0
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
	display: flex;
	align-items: center;
	font-size: 1.8em;
	font-weight: 700
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
	width: 2em;
	height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	top: .875em;
	width: 1.375em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
	left: .3125em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
	right: .3125em
}

.swal2-popup.swal2-toast .swal2-actions {
	justify-content: flex-start;
	height: auto;
	margin: 0;
	margin-top: .3125em;
	padding: 0
}

.swal2-popup.swal2-toast .swal2-styled {
	margin: .25em .5em;
	padding: .4em .6em;
	font-size: 1em
}

.swal2-popup.swal2-toast .swal2-styled:focus {
	box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(100,150,200,.5)
}

.swal2-popup.swal2-toast .swal2-success {
	border-color: #a5dc86
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
	position: absolute;
	width: 1.6em;
	height: 3em;
	transform: rotate(45deg);
	border-radius: 50%
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
	top: -.8em;
	left: -.5em;
	transform: rotate(-45deg);
	transform-origin: 2em 2em;
	border-radius: 4em 0 0 4em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
	top: -.25em;
	left: .9375em;
	transform-origin: 0 1.5em;
	border-radius: 0 4em 4em 0
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
	width: 2em;
	height: 2em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
	top: 0;
	left: .4375em;
	width: .4375em;
	height: 2.6875em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
	height: .3125em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
	top: 1.125em;
	left: .1875em;
	width: .75em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
	top: .9375em;
	right: .1875em;
	width: 1.375em
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
	-webkit-animation: swal2-toast-animate-success-line-tip .75s;
	animation: swal2-toast-animate-success-line-tip .75s
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
	-webkit-animation: swal2-toast-animate-success-line-long .75s;
	animation: swal2-toast-animate-success-line-long .75s
}

.swal2-popup.swal2-toast.swal2-show {
	-webkit-animation: swal2-toast-show .5s;
	animation: swal2-toast-show .5s
}

.swal2-popup.swal2-toast.swal2-hide {
	-webkit-animation: swal2-toast-hide .1s forwards;
	animation: swal2-toast-hide .1s forwards
}

.swal2-container {
	display: grid;
	position: fixed;
	z-index: 1060;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end" "gap gap gap";
	grid-template-rows: auto auto auto .625em;
	height: 100%;
	padding: .625em .625em 0;
	overflow-x: hidden;
	transition: background-color .1s;
	-webkit-overflow-scrolling: touch
}

.swal2-container::after {
	content: "";
	grid-column: 1/4;
	grid-row: 4;
	height: .625em
}

.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation {
	background: rgba(0,0,0,.4)
}

.swal2-container.swal2-backdrop-hide {
	background: 0 0!important
}

.swal2-container.swal2-bottom-start,.swal2-container.swal2-center-start,.swal2-container.swal2-top-start {
	grid-template-columns: minmax(0,1fr) auto auto
}

.swal2-container.swal2-bottom,.swal2-container.swal2-center,.swal2-container.swal2-top {
	grid-template-columns: auto minmax(0,1fr) auto
}

.swal2-container.swal2-bottom-end,.swal2-container.swal2-center-end,.swal2-container.swal2-top-end {
	grid-template-columns: auto auto minmax(0,1fr)
}

.swal2-container.swal2-top-start>.swal2-popup {
	align-self: start
}

.swal2-container.swal2-top>.swal2-popup {
	grid-column: 2;
	align-self: start;
	justify-self: center
}

.swal2-container.swal2-top-end>.swal2-popup,.swal2-container.swal2-top-right>.swal2-popup {
	grid-column: 3;
	align-self: start;
	justify-self: end
}

.swal2-container.swal2-center-left>.swal2-popup,.swal2-container.swal2-center-start>.swal2-popup {
	grid-row: 2;
	align-self: center
}

.swal2-container.swal2-center>.swal2-popup {
	grid-column: 2;
	grid-row: 2;
	align-self: center;
	justify-self: center
}

.swal2-container.swal2-center-end>.swal2-popup,.swal2-container.swal2-center-right>.swal2-popup {
	grid-column: 3;
	grid-row: 2;
	align-self: center;
	justify-self: end
}

.swal2-container.swal2-bottom-left>.swal2-popup,.swal2-container.swal2-bottom-start>.swal2-popup {
	grid-column: 1;
	grid-row: 3;
	align-self: end
}

.swal2-container.swal2-bottom>.swal2-popup {
	grid-column: 2;
	grid-row: 3;
	justify-self: center;
	align-self: end
}

.swal2-container.swal2-bottom-end>.swal2-popup,.swal2-container.swal2-bottom-right>.swal2-popup {
	grid-column: 3;
	grid-row: 3;
	align-self: end;
	justify-self: end
}

.swal2-container.swal2-grow-fullscreen>.swal2-popup,.swal2-container.swal2-grow-row>.swal2-popup {
	grid-column: 1/4;
	width: 100%
}

.swal2-container.swal2-grow-column>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup {
	grid-row: 1/4;
	align-self: stretch
}

.swal2-container.swal2-no-transition {
	transition: none!important
}

.swal2-popup {
	display: none;
	position: relative;
	box-sizing: border-box;
	width: 32em;
	max-width: 100%;
	padding: 0 0 1.25em;
	border: none;
	border-radius: 5px;
	background: #fff;
	font-family: inherit;
	font-size: 1rem
}

.swal2-popup:focus {
	outline: 0
}

.swal2-popup.swal2-loading {
	overflow-y: hidden
}

.swal2-title {
	position: relative;
	max-width: 100%;
	margin: 0;
	padding: .8em 1em 0;
	color: #595959;
	font-size: 1.875em;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	word-wrap: break-word
}

.swal2-actions {
	display: flex;
	z-index: 1;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 1.25em auto 0;
	padding: 0
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
	opacity: .4
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
	background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
	background-image: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))
}

.swal2-loader {
	display: none;
	align-items: center;
	justify-content: center;
	width: 2.2em;
	height: 2.2em;
	margin: 0 1.875em;
	-webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	border-width: .25em;
	border-style: solid;
	border-radius: 100%;
	border-color: #2778c4 transparent #2778c4 transparent
}

.swal2-styled {
	margin: .3125em;
	padding: .625em 1.1em;
	transition: box-shadow .1s;
	box-shadow: 0 0 0 3px transparent;
	font-weight: 500
}

.swal2-styled:not([disabled]) {
	cursor: pointer
}

.swal2-styled.swal2-confirm {
	border: 0;
	border-radius: .25em;
	background: initial;
	background-color: #7367f0;
	color: #fff;
	font-size: 1em
}

.swal2-styled.swal2-confirm:focus {
	box-shadow: 0 0 0 3px rgba(115,103,240,.5)
}

.swal2-styled.swal2-deny {
	border: 0;
	border-radius: .25em;
	background: initial;
	background-color: #ea5455;
	color: #fff;
	font-size: 1em
}

.swal2-styled.swal2-deny:focus {
	box-shadow: 0 0 0 3px rgba(234,84,85,.5)
}

.swal2-styled.swal2-cancel {
	border: 0;
	border-radius: .25em;
	background: initial;
	background-color: #6e7d88;
	color: #fff;
	font-size: 1em
}

.swal2-styled.swal2-cancel:focus {
	box-shadow: 0 0 0 3px rgba(110,125,136,.5)
}

.swal2-styled.swal2-default-outline:focus {
	box-shadow: 0 0 0 3px rgba(100,150,200,.5)
}

.swal2-styled:focus {
	outline: 0
}

.swal2-styled::-moz-focus-inner {
	border: 0
}

.swal2-footer {
	justify-content: center;
	margin: 1em 0 0;
	padding: 1em 1em 0;
	border-top: 1px solid #eee;
	color: #545454;
	font-size: 1em
}

.swal2-timer-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	grid-column: auto!important;
	height: .25em;
	overflow: hidden;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px
}

.swal2-timer-progress-bar {
	width: 100%;
	height: .25em;
	background: rgba(0,0,0,.2)
}

.swal2-image {
	max-width: 100%;
	margin: 2em auto 1em
}

.swal2-close {
	z-index: 2;
	align-items: center;
	justify-content: center;
	width: 1.2em;
	height: 1.2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -1.2em;
	padding: 0;
	overflow: hidden;
	transition: color .1s,box-shadow .1s;
	border: none;
	border-radius: 5px;
	background: 0 0;
	color: #ccc;
	font-family: serif;
	font-family: monospace;
	font-size: 2.5em;
	cursor: pointer;
	justify-self: end
}

.swal2-close:hover {
	transform: none;
	background: 0 0;
	color: #f27474
}

.swal2-close:focus {
	outline: 0;
	box-shadow: inset 0 0 0 3px rgba(100,150,200,.5)
}

.swal2-close::-moz-focus-inner {
	border: 0
}

.swal2-html-container {
	z-index: 1;
	justify-content: center;
	margin: 0;
	padding: 1em 1.6em .3em;
	color: #545454;
	font-size: 1.125em;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	word-wrap: break-word;
	word-break: break-word
}

.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea {
	margin: 1em 2em 0
}

.swal2-file,.swal2-input,.swal2-textarea {
	box-sizing: border-box;
	width: auto;
	transition: border-color .1s,box-shadow .1s;
	border: 1px solid #d9d9d9;
	border-radius: .1875em;
	background: inherit;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px transparent;
	color: inherit;
	font-size: 1.125em
}

.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror {
	border-color: #f27474!important;
	box-shadow: 0 0 2px #f27474!important
}

.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus {
	border: 1px solid #b4dbed;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5)
}

.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder {
	color: #ccc
}

.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder {
	color: #ccc
}

.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder {
	color: #ccc
}

.swal2-range {
	margin: 1em 2em 0;
	background: #fff
}

.swal2-range input {
	width: 80%
}

.swal2-range output {
	width: 20%;
	color: inherit;
	font-weight: 600;
	text-align: center
}

.swal2-range input,.swal2-range output {
	height: 2.625em;
	padding: 0;
	font-size: 1.125em;
	line-height: 2.625em
}

.swal2-input {
	height: 2.625em;
	padding: 0 .75em
}

.swal2-input[type=number] {
	max-width: 10em
}

.swal2-file {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	background: inherit;
	font-size: 1.125em
}

.swal2-textarea {
	height: 6.75em;
	padding: .75em
}

.swal2-select {
	min-width: 50%;
	max-width: 100%;
	padding: .375em .625em;
	background: inherit;
	color: inherit;
	font-size: 1.125em
}

.swal2-checkbox,.swal2-radio {
	align-items: center;
	justify-content: center;
	background: #fff;
	color: inherit
}

.swal2-checkbox label,.swal2-radio label {
	margin: 0 .6em;
	font-size: 1.125em
}

.swal2-checkbox input,.swal2-radio input {
	flex-shrink: 0;
	margin: 0 .4em
}

.swal2-input-label {
	display: flex;
	justify-content: center;
	margin: 1em auto 0
}

.swal2-validation-message {
	align-items: center;
	justify-content: center;
	margin: 1em 0 0;
	padding: .625em;
	overflow: hidden;
	background: #f0f0f0;
	color: #666;
	font-size: 1em;
	font-weight: 300
}

.swal2-validation-message::before {
	content: "!";
	display: inline-block;
	width: 1.5em;
	min-width: 1.5em;
	height: 1.5em;
	margin: 0 .625em;
	border-radius: 50%;
	background-color: #f27474;
	color: #fff;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center
}

.swal2-icon {
	position: relative;
	box-sizing: content-box;
	justify-content: center;
	width: 5em;
	height: 5em;
	margin: 2.5em auto .6em;
	border: .25em solid transparent;
	border-radius: 50%;
	border-color: #000;
	font-family: inherit;
	line-height: 5em;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.swal2-icon .swal2-icon-content {
	display: flex;
	align-items: center;
	font-size: 3.75em
}

.swal2-icon.swal2-error {
	border-color: #f27474;
	color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
	position: relative;
	flex-grow: 1
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	display: block;
	position: absolute;
	top: 2.3125em;
	width: 2.9375em;
	height: .3125em;
	border-radius: .125em;
	background-color: #f27474
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
	left: 1.0625em;
	transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
	right: 1em;
	transform: rotate(-45deg)
}

.swal2-icon.swal2-error.swal2-icon-show {
	-webkit-animation: swal2-animate-error-icon .5s;
	animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
	-webkit-animation: swal2-animate-error-x-mark .5s;
	animation: swal2-animate-error-x-mark .5s
}

.swal2-icon.swal2-warning {
	border-color: #facea8;
	color: #f8bb86
}

.swal2-icon.swal2-info {
	border-color: #9de0f6;
	color: #3fc3ee
}

.swal2-icon.swal2-question {
	border-color: #c9dae1;
	color: #87adbd
}

.swal2-icon.swal2-success {
	border-color: #a5dc86;
	color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
	position: absolute;
	width: 3.75em;
	height: 7.5em;
	transform: rotate(45deg);
	border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
	top: -.4375em;
	left: -2.0635em;
	transform: rotate(-45deg);
	transform-origin: 3.75em 3.75em;
	border-radius: 7.5em 0 0 7.5em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
	top: -.6875em;
	left: 1.875em;
	transform: rotate(-45deg);
	transform-origin: 0 3.75em;
	border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success .swal2-success-ring {
	position: absolute;
	z-index: 2;
	top: -.25em;
	left: -.25em;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	border: .25em solid rgba(165,220,134,.3);
	border-radius: 50%
}

.swal2-icon.swal2-success .swal2-success-fix {
	position: absolute;
	z-index: 1;
	top: .5em;
	left: 1.625em;
	width: .4375em;
	height: 5.625em;
	transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
	display: block;
	position: absolute;
	z-index: 2;
	height: .3125em;
	border-radius: .125em;
	background-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
	top: 2.875em;
	left: .8125em;
	width: 1.5625em;
	transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
	top: 2.375em;
	right: .5em;
	width: 2.9375em;
	transform: rotate(-45deg)
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
	-webkit-animation: swal2-animate-success-line-tip .75s;
	animation: swal2-animate-success-line-tip .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
	-webkit-animation: swal2-animate-success-line-long .75s;
	animation: swal2-animate-success-line-long .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
	-webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
	animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-progress-steps {
	flex-wrap: wrap;
	align-items: center;
	max-width: 100%;
	margin: 1.25em auto;
	padding: 0;
	background: inherit;
	font-weight: 600
}

.swal2-progress-steps li {
	display: inline-block;
	position: relative
}

.swal2-progress-steps .swal2-progress-step {
	z-index: 20;
	flex-shrink: 0;
	width: 2em;
	height: 2em;
	border-radius: 2em;
	background: #2778c4;
	color: #fff;
	line-height: 2em;
	text-align: center
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
	background: #2778c4
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
	background: #add8e6;
	color: #fff
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
	background: #add8e6
}

.swal2-progress-steps .swal2-progress-step-line {
	z-index: 10;
	flex-shrink: 0;
	width: 2.5em;
	height: .4em;
	margin: 0 -1px;
	background: #2778c4
}

[class^=swal2] {
	-webkit-tap-highlight-color: transparent
}

.swal2-show {
	-webkit-animation: swal2-show .3s;
	animation: swal2-show .3s
}

.swal2-hide {
	-webkit-animation: swal2-hide .15s forwards;
	animation: swal2-hide .15s forwards
}

.swal2-noanimation {
	transition: none
}

.swal2-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

.swal2-rtl .swal2-close {
	margin-right: initial;
	margin-left: 0
}

.swal2-rtl .swal2-timer-progress-bar {
	right: 0;
	left: auto
}

@-webkit-keyframes swal2-toast-show {
	0% {
			transform: translateY(-.625em) rotateZ(2deg)
	}

	33% {
			transform: translateY(0) rotateZ(-2deg)
	}

	66% {
			transform: translateY(.3125em) rotateZ(2deg)
	}

	100% {
			transform: translateY(0) rotateZ(0)
	}
}

@keyframes swal2-toast-show {
	0% {
			transform: translateY(-.625em) rotateZ(2deg)
	}

	33% {
			transform: translateY(0) rotateZ(-2deg)
	}

	66% {
			transform: translateY(.3125em) rotateZ(2deg)
	}

	100% {
			transform: translateY(0) rotateZ(0)
	}
}

@-webkit-keyframes swal2-toast-hide {
	100% {
			transform: rotateZ(1deg);
			opacity: 0
	}
}

@keyframes swal2-toast-hide {
	100% {
			transform: rotateZ(1deg);
			opacity: 0
	}
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
	0% {
			top: .5625em;
			left: .0625em;
			width: 0
	}

	54% {
			top: .125em;
			left: .125em;
			width: 0
	}

	70% {
			top: .625em;
			left: -.25em;
			width: 1.625em
	}

	84% {
			top: 1.0625em;
			left: .75em;
			width: .5em
	}

	100% {
			top: 1.125em;
			left: .1875em;
			width: .75em
	}
}

@keyframes swal2-toast-animate-success-line-tip {
	0% {
			top: .5625em;
			left: .0625em;
			width: 0
	}

	54% {
			top: .125em;
			left: .125em;
			width: 0
	}

	70% {
			top: .625em;
			left: -.25em;
			width: 1.625em
	}

	84% {
			top: 1.0625em;
			left: .75em;
			width: .5em
	}

	100% {
			top: 1.125em;
			left: .1875em;
			width: .75em
	}
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
	0% {
			top: 1.625em;
			right: 1.375em;
			width: 0
	}

	65% {
			top: 1.25em;
			right: .9375em;
			width: 0
	}

	84% {
			top: .9375em;
			right: 0;
			width: 1.125em
	}

	100% {
			top: .9375em;
			right: .1875em;
			width: 1.375em
	}
}

@keyframes swal2-toast-animate-success-line-long {
	0% {
			top: 1.625em;
			right: 1.375em;
			width: 0
	}

	65% {
			top: 1.25em;
			right: .9375em;
			width: 0
	}

	84% {
			top: .9375em;
			right: 0;
			width: 1.125em
	}

	100% {
			top: .9375em;
			right: .1875em;
			width: 1.375em
	}
}

@-webkit-keyframes swal2-show {
	0% {
			transform: scale(.7)
	}

	45% {
			transform: scale(1.05)
	}

	80% {
			transform: scale(.95)
	}

	100% {
			transform: scale(1)
	}
}

@keyframes swal2-show {
	0% {
			transform: scale(.7)
	}

	45% {
			transform: scale(1.05)
	}

	80% {
			transform: scale(.95)
	}

	100% {
			transform: scale(1)
	}
}

@-webkit-keyframes swal2-hide {
	0% {
			transform: scale(1);
			opacity: 1
	}

	100% {
			transform: scale(.5);
			opacity: 0
	}
}

@keyframes swal2-hide {
	0% {
			transform: scale(1);
			opacity: 1
	}

	100% {
			transform: scale(.5);
			opacity: 0
	}
}

@-webkit-keyframes swal2-animate-success-line-tip {
	0% {
			top: 1.1875em;
			left: .0625em;
			width: 0
	}

	54% {
			top: 1.0625em;
			left: .125em;
			width: 0
	}

	70% {
			top: 2.1875em;
			left: -.375em;
			width: 3.125em
	}

	84% {
			top: 3em;
			left: 1.3125em;
			width: 1.0625em
	}

	100% {
			top: 2.8125em;
			left: .8125em;
			width: 1.5625em
	}
}

@keyframes swal2-animate-success-line-tip {
	0% {
			top: 1.1875em;
			left: .0625em;
			width: 0
	}

	54% {
			top: 1.0625em;
			left: .125em;
			width: 0
	}

	70% {
			top: 2.1875em;
			left: -.375em;
			width: 3.125em
	}

	84% {
			top: 3em;
			left: 1.3125em;
			width: 1.0625em
	}

	100% {
			top: 2.8125em;
			left: .8125em;
			width: 1.5625em
	}
}

@-webkit-keyframes swal2-animate-success-line-long {
	0% {
			top: 3.375em;
			right: 2.875em;
			width: 0
	}

	65% {
			top: 3.375em;
			right: 2.875em;
			width: 0
	}

	84% {
			top: 2.1875em;
			right: 0;
			width: 3.4375em
	}

	100% {
			top: 2.375em;
			right: .5em;
			width: 2.9375em
	}
}

@keyframes swal2-animate-success-line-long {
	0% {
			top: 3.375em;
			right: 2.875em;
			width: 0
	}

	65% {
			top: 3.375em;
			right: 2.875em;
			width: 0
	}

	84% {
			top: 2.1875em;
			right: 0;
			width: 3.4375em
	}

	100% {
			top: 2.375em;
			right: .5em;
			width: 2.9375em
	}
}

@-webkit-keyframes swal2-rotate-success-circular-line {
	0% {
			transform: rotate(-45deg)
	}

	5% {
			transform: rotate(-45deg)
	}

	12% {
			transform: rotate(-405deg)
	}

	100% {
			transform: rotate(-405deg)
	}
}

@keyframes swal2-rotate-success-circular-line {
	0% {
			transform: rotate(-45deg)
	}

	5% {
			transform: rotate(-45deg)
	}

	12% {
			transform: rotate(-405deg)
	}

	100% {
			transform: rotate(-405deg)
	}
}

@-webkit-keyframes swal2-animate-error-x-mark {
	0% {
			margin-top: 1.625em;
			transform: scale(.4);
			opacity: 0
	}

	50% {
			margin-top: 1.625em;
			transform: scale(.4);
			opacity: 0
	}

	80% {
			margin-top: -.375em;
			transform: scale(1.15)
	}

	100% {
			margin-top: 0;
			transform: scale(1);
			opacity: 1
	}
}

@keyframes swal2-animate-error-x-mark {
	0% {
			margin-top: 1.625em;
			transform: scale(.4);
			opacity: 0
	}

	50% {
			margin-top: 1.625em;
			transform: scale(.4);
			opacity: 0
	}

	80% {
			margin-top: -.375em;
			transform: scale(1.15)
	}

	100% {
			margin-top: 0;
			transform: scale(1);
			opacity: 1
	}
}

@-webkit-keyframes swal2-animate-error-icon {
	0% {
			transform: rotateX(100deg);
			opacity: 0
	}

	100% {
			transform: rotateX(0);
			opacity: 1
	}
}

@keyframes swal2-animate-error-icon {
	0% {
			transform: rotateX(100deg);
			opacity: 0
	}

	100% {
			transform: rotateX(0);
			opacity: 1
	}
}

@-webkit-keyframes swal2-rotate-loading {
	0% {
			transform: rotate(0)
	}

	100% {
			transform: rotate(360deg)
	}
}

@keyframes swal2-rotate-loading {
	0% {
			transform: rotate(0)
	}

	100% {
			transform: rotate(360deg)
	}
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	overflow: hidden
}

body.swal2-height-auto {
	height: auto!important
}

body.swal2-no-backdrop .swal2-container {
	background-color: transparent!important;
	pointer-events: none
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
	pointer-events: all
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
	box-shadow: 0 0 10px rgba(0,0,0,.4)
}

@media print {
	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
			overflow-y: scroll!important
	}

	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
			display: none
	}

	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
			position: static!important
	}
}

body.swal2-toast-shown .swal2-container {
	box-sizing: border-box;
	width: 360px;
	max-width: 100%;
	background-color: transparent;
	pointer-events: none
}

body.swal2-toast-shown .swal2-container.swal2-top {
	top: 0;
	right: auto;
	bottom: auto;
	left: 50%;
	transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right {
	top: 0;
	right: 0;
	bottom: auto;
	left: auto
}

body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start {
	top: 0;
	right: auto;
	bottom: auto;
	left: 0
}

body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 0;
	transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	transform: translate(-50%,-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right {
	top: 50%;
	right: 0;
	bottom: auto;
	left: auto;
	transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
	top: auto;
	right: auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right {
	top: auto;
	right: 0;
	bottom: 0;
	left: auto
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.modal-open),html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	overflow-y: initial!important
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.modal-open):not(.sweetalert2-nopadding),html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.sweetalert2-nopadding) {
	padding-right: 0!important
}

.swal2-popup {
	background-color: #fff;
	padding: 2rem
}

.swal2-popup .swal2-title {
	font-weight: 500;
	font-size: 1.3rem;
	color: #181c32
}

.swal2-popup .swal2-content,.swal2-popup .swal2-html-container {
	font-weight: 400;
	font-size: 1.1rem;
	margin-top: 1.5rem;
	color: #3f4254
}

.swal2-popup .btn {
	margin: 15px 5px 0
}

.swal2-popup .swal2-styled:focus {
	box-shadow: none
}

.swal2-popup .swal2-actions {
	margin: 1.5rem auto 1rem auto
}

.swal2-container {
	overflow-y: hidden!important
}

.swal2-container.swal2-shown {
	background-color: rgba(0,0,0,.2)
}

.swal2-container .swal2-html-container {
	max-height: 200px;
	overflow: auto
}

body.swal2-height-auto {
	height: 100%!important
}

.swal2-icon.swal2-warning {
	border-color: #ffc700;
	color: #ffc700
}

.swal2-icon.swal2-error {
	border-color: #f1416c;
	color: #f1416c
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	background-color: rgba(241,65,108,.75)
}

.swal2-icon.swal2-success {
	border-color: #50cd89;
	color: #50cd89
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
	background-color: #50cd89
}

.swal2-icon.swal2-success .swal2-success-ring {
	border-color: rgba(80,205,137,.3)
}

.swal2-icon.swal2-info {
	border-color: #7239ea;
	color: #7239ea
}

.swal2-icon.swal2-question {
	border-color: #009ef7;
	color: #009ef7
}

.overlay .overlay-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .05);
    transition: all .3s ease;
    opacity: 0;
}

.overlay.overlay-block .overlay-layer, .overlay.overlay-show .overlay-layer, .overlay:hover .overlay-layer {
    transition: all .3s ease;
    opacity: 1;
}

.overlay:hover .overlay-image{
	transition: all .3s ease;
    transform: scale(1.03);
}

.bgi-no-repeat {
    background-repeat: no-repeat
}

.bgi-position-y-top {
    background-position-y: top
}

.bgi-position-y-bottom {
    background-position-y: bottom
}

.bgi-position-y-center {
    background-position-y: center
}

.bgi-position-x-start {
    background-position-x: left
}

.bgi-position-x-end {
    background-position-x: right
}

.bgi-position-x-center {
    background-position-x: center
}

.bgi-position-top {
    background-position: 0 top
}

.bgi-position-bottom {
    background-position: 0 bottom
}

.bgi-position-center {
    background-position: center
}

.bgi-size-auto {
    background-size: auto
}

.bgi-size-cover {
    background-size: cover
}

.bgi-size-contain {
    background-size: contain
}

.bgi-attachment-fixed {
    background-attachment: fixed
}

.bgi-attachment-auto {
    background-attachment: auto
}

@media (min-width: 576px) {
    .bgi-size-sm-auto {
        background-size:auto
    }

    .bgi-size-sm-cover {
        background-size: cover
    }

    .bgi-size-sm-contain {
        background-size: contain
    }

    .bgi-attachment-sm-fixed {
        background-attachment: fixed
    }

    .bgi-attachment-sm-auto {
        background-attachment: auto
    }
}

@media (min-width: 768px) {
    .bgi-size-md-auto {
        background-size:auto
    }

    .bgi-size-md-cover {
        background-size: cover
    }

    .bgi-size-md-contain {
        background-size: contain
    }

    .bgi-attachment-md-fixed {
        background-attachment: fixed
    }

    .bgi-attachment-md-auto {
        background-attachment: auto
    }
}

@media (min-width: 992px) {
    .bgi-size-lg-auto {
        background-size:auto
    }

    .bgi-size-lg-cover {
        background-size: cover
    }

    .bgi-size-lg-contain {
        background-size: contain
    }

    .bgi-attachment-lg-fixed {
        background-attachment: fixed
    }

    .bgi-attachment-lg-auto {
        background-attachment: auto
    }
}

@media (min-width: 1200px) {
    .bgi-size-xl-auto {
        background-size:auto
    }

    .bgi-size-xl-cover {
        background-size: cover
    }

    .bgi-size-xl-contain {
        background-size: contain
    }

    .bgi-attachment-xl-fixed {
        background-attachment: fixed
    }

    .bgi-attachment-xl-auto {
        background-attachment: auto
    }
}

@media (min-width: 1400px) {
    .bgi-size-xxl-auto {
        background-size:auto
    }

    .bgi-size-xxl-cover {
        background-size: cover
    }

    .bgi-size-xxl-contain {
        background-size: contain
    }

    .bgi-attachment-xxl-fixed {
        background-attachment: fixed
    }

    .bgi-attachment-xxl-auto {
        background-attachment: auto
    }
}

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

@media (min-width: 1200px) {
.w-xl-unset {
	width: unset!important
}

.w-xl-25 {
	width: 25%!important
}

.w-xl-100 {
	width: 100%!important
}

.w-xl-auto {
	width: auto!important
}

.w-xl-1px {
	width: 1px!important
}

.w-xl-2px {
	width: 2px!important
}

.w-xl-3px {
	width: 3px!important
}

.w-xl-4px {
	width: 4px!important
}

.w-xl-5px {
	width: 5px!important
}

.w-xl-6px {
	width: 6px!important
}

.w-xl-7px {
	width: 7px!important
}

.w-xl-8px {
	width: 8px!important
}

.w-xl-9px {
	width: 9px!important
}

.w-xl-10px {
	width: 10px!important
}

.w-xl-15px {
	width: 15px!important
}

.w-xl-20px {
	width: 20px!important
}

.w-xl-25px {
	width: 25px!important
}

.w-xl-30px {
	width: 30px!important
}

.w-xl-35px {
	width: 35px!important
}

.w-xl-40px {
	width: 40px!important
}

.w-xl-45px {
	width: 45px!important
}

.w-xl-50px {
	width: 50px!important
}

.w-xl-55px {
	width: 55px!important
}

.w-xl-60px {
	width: 60px!important
}

.w-xl-65px {
	width: 65px!important
}

.w-xl-70px {
	width: 70px!important
}

.w-xl-75px {
	width: 75px!important
}

.w-xl-80px {
	width: 80px!important
}

.w-xl-85px {
	width: 85px!important
}

.w-xl-90px {
	width: 90px!important
}

.w-xl-95px {
	width: 95px!important
}

.w-xl-100px {
	width: 100px!important
}

.w-xl-125px {
	width: 125px!important
}

.w-xl-150px {
	width: 150px!important
}

.w-xl-175px {
	width: 175px!important
}

.w-xl-200px {
	width: 200px!important
}

.w-xl-225px {
	width: 225px!important
}

.w-xl-250px {
	width: 250px!important
}

.w-xl-275px {
	width: 275px!important
}

.w-xl-300px {
	width: 300px!important
}

.w-xl-325px {
	width: 325px!important
}

.w-xl-350px {
	width: 350px!important
}

.w-xl-375px {
	width: 375px!important
}

.w-xl-400px {
	width: 400px!important
}

.w-xl-425px {
	width: 425px!important
}

.w-xl-450px {
	width: 450px!important
}

.w-xl-475px {
	width: 475px!important
}

.w-xl-500px {
	width: 500px!important
}

.w-xl-550px {
	width: 550px!important
}

.w-xl-600px {
	width: 600px!important
}

.w-xl-650px {
	width: 650px!important
}

.w-xl-700px {
	width: 700px!important
}

.w-xl-750px {
	width: 750px!important
}

.w-xl-800px {
	width: 800px!important
}

.w-xl-850px {
	width: 850px!important
}

.w-xl-900px {
	width: 900px!important
}

.w-xl-950px {
	width: 950px!important
}

.w-xl-1000px {
	width: 1000px!important
}

.mw-xl-unset {
	max-width: unset!important
}

.mw-xl-25 {
	max-width: 25%!important
}

.mw-xl-50 {
	max-width: 50%!important
}

.mw-xl-75 {
	max-width: 75%!important
}

.mw-xl-100 {
	max-width: 100%!important
}

.mw-xl-auto {
	max-width: auto!important
}

.mw-xl-1px {
	max-width: 1px!important
}

.mw-xl-2px {
	max-width: 2px!important
}

.mw-xl-3px {
	max-width: 3px!important
}

.mw-xl-4px {
	max-width: 4px!important
}

.mw-xl-5px {
	max-width: 5px!important
}

.mw-xl-6px {
	max-width: 6px!important
}

.mw-xl-7px {
	max-width: 7px!important
}

.mw-xl-8px {
	max-width: 8px!important
}

.mw-xl-9px {
	max-width: 9px!important
}

.mw-xl-10px {
	max-width: 10px!important
}

.mw-xl-15px {
	max-width: 15px!important
}

.mw-xl-20px {
	max-width: 20px!important
}

.mw-xl-25px {
	max-width: 25px!important
}

.mw-xl-30px {
	max-width: 30px!important
}

.mw-xl-35px {
	max-width: 35px!important
}

.mw-xl-40px {
	max-width: 40px!important
}

.mw-xl-45px {
	max-width: 45px!important
}

.mw-xl-50px {
	max-width: 50px!important
}

.mw-xl-55px {
	max-width: 55px!important
}

.mw-xl-60px {
	max-width: 60px!important
}

.mw-xl-65px {
	max-width: 65px!important
}

.mw-xl-70px {
	max-width: 70px!important
}

.mw-xl-75px {
	max-width: 75px!important
}

.mw-xl-80px {
	max-width: 80px!important
}

.mw-xl-85px {
	max-width: 85px!important
}

.mw-xl-90px {
	max-width: 90px!important
}

.mw-xl-95px {
	max-width: 95px!important
}

.mw-xl-100px {
	max-width: 100px!important
}

.mw-xl-125px {
	max-width: 125px!important
}

.mw-xl-150px {
	max-width: 150px!important
}

.mw-xl-175px {
	max-width: 175px!important
}

.mw-xl-200px {
	max-width: 200px!important
}

.mw-xl-225px {
	max-width: 225px!important
}

.mw-xl-250px {
	max-width: 250px!important
}

.mw-xl-275px {
	max-width: 275px!important
}

.mw-xl-300px {
	max-width: 300px!important
}

.mw-xl-325px {
	max-width: 325px!important
}

.mw-xl-350px {
	max-width: 350px!important
}

.mw-xl-375px {
	max-width: 375px!important
}

.mw-xl-400px {
	max-width: 400px!important
}

.mw-xl-425px {
	max-width: 425px!important
}

.mw-xl-450px {
	max-width: 450px!important
}

.mw-xl-475px {
	max-width: 475px!important
}

.mw-xl-500px {
	max-width: 500px!important
}

.mw-xl-550px {
	max-width: 550px!important
}

.mw-xl-600px {
	max-width: 600px!important
}

.mw-xl-650px {
	max-width: 650px!important
}

.mw-xl-700px {
	max-width: 700px!important
}

.mw-xl-750px {
	max-width: 750px!important
}

.mw-xl-800px {
	max-width: 800px!important
}

.mw-xl-850px {
	max-width: 850px!important
}

.mw-xl-900px {
	max-width: 900px!important
}

.mw-xl-950px {
	max-width: 950px!important
}

.mw-xl-1000px {
	max-width: 1000px!important
}

.h-xl-unset {
	height: unset!important
}

.h-xl-25 {
	height: 25%!important
}

.h-xl-50 {
	height: 50%!important
}

.h-xl-75 {
	height: 75%!important
}

.h-xl-100 {
	height: 100%!important
}

.h-xl-auto {
	height: auto!important
}

.h-xl-1px {
	height: 1px!important
}

.h-xl-2px {
	height: 2px!important
}

.h-xl-3px {
	height: 3px!important
}

.h-xl-4px {
	height: 4px!important
}

.h-xl-5px {
	height: 5px!important
}

.h-xl-6px {
	height: 6px!important
}

.h-xl-7px {
	height: 7px!important
}

.h-xl-8px {
	height: 8px!important
}

.h-xl-9px {
	height: 9px!important
}

.h-xl-10px {
	height: 10px!important
}

.h-xl-15px {
	height: 15px!important
}

.h-xl-20px {
	height: 20px!important
}

.h-xl-25px {
	height: 25px!important
}

.h-xl-30px {
	height: 30px!important
}

.h-xl-35px {
	height: 35px!important
}

.h-xl-40px {
	height: 40px!important
}

.h-xl-45px {
	height: 45px!important
}

.h-xl-50px {
	height: 50px!important
}

.h-xl-55px {
	height: 55px!important
}

.h-xl-60px {
	height: 60px!important
}

.h-xl-65px {
	height: 65px!important
}

.h-xl-70px {
	height: 70px!important
}

.h-xl-75px {
	height: 75px!important
}

.h-xl-80px {
	height: 80px!important
}

.h-xl-85px {
	height: 85px!important
}

.h-xl-90px {
	height: 90px!important
}

.h-xl-95px {
	height: 95px!important
}

.h-xl-100px {
	height: 100px!important
}

.h-xl-125px {
	height: 125px!important
}

.h-xl-150px {
	height: 150px!important
}

.h-xl-175px {
	height: 175px!important
}

.h-xl-200px {
	height: 200px!important
}

.h-xl-225px {
	height: 225px!important
}

.h-xl-250px {
	height: 250px!important
}

.h-xl-275px {
	height: 275px!important
}

.h-xl-300px {
	height: 300px!important
}

.h-xl-325px {
	height: 325px!important
}

.h-xl-350px {
	height: 350px!important
}

.h-xl-375px {
	height: 375px!important
}

.h-xl-400px {
	height: 400px!important
}

.h-xl-425px {
	height: 425px!important
}

.h-xl-450px {
	height: 450px!important
}

.h-xl-475px {
	height: 475px!important
}

.h-xl-500px {
	height: 500px!important
}

.h-xl-550px {
	height: 550px!important
}

.h-xl-600px {
	height: 600px!important
}

.h-xl-650px {
	height: 650px!important
}

.h-xl-700px {
	height: 700px!important
}

.h-xl-750px {
	height: 750px!important
}

.h-xl-800px {
	height: 800px!important
}

.h-xl-850px {
	height: 850px!important
}

.h-xl-900px {
	height: 900px!important
}

.h-xl-950px {
	height: 950px!important
}

.h-xl-1000px {
	height: 1000px!important
}

.mh-xl-unset {
	max-height: unset!important
}

.mh-xl-25 {
	max-height: 25%!important
}

.mh-xl-50 {
	max-height: 50%!important
}

.mh-xl-75 {
	max-height: 75%!important
}

.mh-xl-100 {
	max-height: 100%!important
}

.mh-xl-auto {
	max-height: auto!important
}

.mh-xl-1px {
	max-height: 1px!important
}

.mh-xl-2px {
	max-height: 2px!important
}

.mh-xl-3px {
	max-height: 3px!important
}

.mh-xl-4px {
	max-height: 4px!important
}

.mh-xl-5px {
	max-height: 5px!important
}

.mh-xl-6px {
	max-height: 6px!important
}

.mh-xl-7px {
	max-height: 7px!important
}

.mh-xl-8px {
	max-height: 8px!important
}

.mh-xl-9px {
	max-height: 9px!important
}

.mh-xl-10px {
	max-height: 10px!important
}

.mh-xl-15px {
	max-height: 15px!important
}

.mh-xl-20px {
	max-height: 20px!important
}

.mh-xl-25px {
	max-height: 25px!important
}

.mh-xl-30px {
	max-height: 30px!important
}

.mh-xl-35px {
	max-height: 35px!important
}

.mh-xl-40px {
	max-height: 40px!important
}

.mh-xl-45px {
	max-height: 45px!important
}

.mh-xl-50px {
	max-height: 50px!important
}

.mh-xl-55px {
	max-height: 55px!important
}

.mh-xl-60px {
	max-height: 60px!important
}

.mh-xl-65px {
	max-height: 65px!important
}

.mh-xl-70px {
	max-height: 70px!important
}

.mh-xl-75px {
	max-height: 75px!important
}

.mh-xl-80px {
	max-height: 80px!important
}

.mh-xl-85px {
	max-height: 85px!important
}

.mh-xl-90px {
	max-height: 90px!important
}

.mh-xl-95px {
	max-height: 95px!important
}

.mh-xl-100px {
	max-height: 100px!important
}

.mh-xl-125px {
	max-height: 125px!important
}

.mh-xl-150px {
	max-height: 150px!important
}

.mh-xl-175px {
	max-height: 175px!important
}

.mh-xl-200px {
	max-height: 200px!important
}

.mh-xl-225px {
	max-height: 225px!important
}

.mh-xl-250px {
	max-height: 250px!important
}

.mh-xl-275px {
	max-height: 275px!important
}

.mh-xl-300px {
	max-height: 300px!important
}

.mh-xl-325px {
	max-height: 325px!important
}

.mh-xl-350px {
	max-height: 350px!important
}

.mh-xl-375px {
	max-height: 375px!important
}

.mh-xl-400px {
	max-height: 400px!important
}

.mh-xl-425px {
	max-height: 425px!important
}

.mh-xl-450px {
	max-height: 450px!important
}

.mh-xl-475px {
	max-height: 475px!important
}

.mh-xl-500px {
	max-height: 500px!important
}

.mh-xl-550px {
	max-height: 550px!important
}

.mh-xl-600px {
	max-height: 600px!important
}

.mh-xl-650px {
	max-height: 650px!important
}

.mh-xl-700px {
	max-height: 700px!important
}

.mh-xl-750px {
	max-height: 750px!important
}

.mh-xl-800px {
	max-height: 800px!important
}

.mh-xl-850px {
	max-height: 850px!important
}

.mh-xl-900px {
	max-height: 900px!important
}

.mh-xl-950px {
	max-height: 950px!important
}

.mh-xl-1000px {
	max-height: 1000px!important
}
}


.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative
}

.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #3f4254;
    background-color: #f5f8fa;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.symbol .symbol-badge {
    position: absolute;
    border: 2px solid #fff;
    border-radius: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)!important
}

.symbol>img {
    width: 100%;
    flex-shrink: 0;
    display: inline-block
}

.symbol.symbol-square,.symbol.symbol-square .symbol-label,.symbol.symbol-square>img {
    border-radius: 0!important
}

.symbol.symbol-circle,.symbol.symbol-circle .symbol-label,.symbol.symbol-circle>img {
    border-radius: 50%
}

.symbol>img {
    width: 50px;
    height: 50px
}

.symbol .symbol-label {
    width: 50px;
    height: 50px
}

.symbol.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px
}

.symbol.symbol-fixed>img {
    width: 50px;
    height: 50px;
    max-width: auto
}

.symbol.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px
}

.symbol.symbol-2by3>img {
    height: 50px;
    width: 75px;
    max-width: auto
}

.symbol.symbol-20px>img {
    width: 20px;
    height: 20px
}

.symbol.symbol-20px .symbol-label {
    width: 20px;
    height: 20px
}

.symbol.symbol-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px
}

.symbol.symbol-20px.symbol-fixed>img {
    width: 20px;
    height: 20px;
    max-width: auto
}

.symbol.symbol-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px
}

.symbol.symbol-20px.symbol-2by3>img {
    height: 20px;
    width: 30px;
    max-width: auto
}

.symbol.symbol-25px>img {
    width: 25px;
    height: 25px
}

.symbol.symbol-25px .symbol-label {
    width: 25px;
    height: 25px
}

.symbol.symbol-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px
}

.symbol.symbol-25px.symbol-fixed>img {
    width: 25px;
    height: 25px;
    max-width: auto
}

.symbol.symbol-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px
}

.symbol.symbol-25px.symbol-2by3>img {
    height: 25px;
    width: 37.5px;
    max-width: auto
}

.symbol.symbol-30px>img {
    width: 30px;
    height: 30px
}

.symbol.symbol-30px .symbol-label {
    width: 30px;
    height: 30px
}

.symbol.symbol-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px
}

.symbol.symbol-30px.symbol-fixed>img {
    width: 30px;
    height: 30px;
    max-width: auto
}

.symbol.symbol-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px
}

.symbol.symbol-30px.symbol-2by3>img {
    height: 30px;
    width: 45px;
    max-width: auto
}

.symbol.symbol-35px>img {
    width: 35px;
    height: 35px
}

.symbol.symbol-35px .symbol-label {
    width: 35px;
    height: 35px
}

.symbol.symbol-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px
}

.symbol.symbol-35px.symbol-fixed>img {
    width: 35px;
    height: 35px;
    max-width: auto
}

.symbol.symbol-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px
}

.symbol.symbol-35px.symbol-2by3>img {
    height: 35px;
    width: 52.5px;
    max-width: auto
}

.symbol.symbol-40px>img {
    width: 40px;
    height: 40px
}

.symbol.symbol-40px .symbol-label {
    width: 40px;
    height: 40px
}

.symbol.symbol-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px
}

.symbol.symbol-40px.symbol-fixed>img {
    width: 40px;
    height: 40px;
    max-width: auto
}

.symbol.symbol-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px
}

.symbol.symbol-40px.symbol-2by3>img {
    height: 40px;
    width: 60px;
    max-width: auto
}

.symbol.symbol-45px>img {
    width: 45px;
    height: 45px
}

.symbol.symbol-45px .symbol-label {
    width: 45px;
    height: 45px
}

.symbol.symbol-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px
}

.symbol.symbol-45px.symbol-fixed>img {
    width: 45px;
    height: 45px;
    max-width: auto
}

.symbol.symbol-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px
}

.symbol.symbol-45px.symbol-2by3>img {
    height: 45px;
    width: 67.5px;
    max-width: auto
}

.symbol.symbol-50px>img {
    width: 50px;
    height: 50px
}

.symbol.symbol-50px .symbol-label {
    width: 50px;
    height: 50px
}

.symbol.symbol-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px
}

.symbol.symbol-50px.symbol-fixed>img {
    width: 50px;
    height: 50px;
    max-width: auto
}

.symbol.symbol-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px
}

.symbol.symbol-50px.symbol-2by3>img {
    height: 50px;
    width: 75px;
    max-width: auto
}

.symbol.symbol-55px>img {
    width: 55px;
    height: 55px
}

.symbol.symbol-55px .symbol-label {
    width: 55px;
    height: 55px
}

.symbol.symbol-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px
}

.symbol.symbol-55px.symbol-fixed>img {
    width: 55px;
    height: 55px;
    max-width: auto
}

.symbol.symbol-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px
}

.symbol.symbol-55px.symbol-2by3>img {
    height: 55px;
    width: 82.5px;
    max-width: auto
}

.symbol.symbol-60px>img {
    width: 60px;
    height: 60px
}

.symbol.symbol-60px .symbol-label {
    width: 60px;
    height: 60px
}

.symbol.symbol-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px
}

.symbol.symbol-60px.symbol-fixed>img {
    width: 60px;
    height: 60px;
    max-width: auto
}

.symbol.symbol-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px
}

.symbol.symbol-60px.symbol-2by3>img {
    height: 60px;
    width: 90px;
    max-width: auto
}

.symbol.symbol-65px>img {
    width: 65px;
    height: 65px
}

.symbol.symbol-65px .symbol-label {
    width: 65px;
    height: 65px
}

.symbol.symbol-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px
}

.symbol.symbol-65px.symbol-fixed>img {
    width: 65px;
    height: 65px;
    max-width: auto
}

.symbol.symbol-65px.symbol-2by3 .symbol-label {
    height: 65px;
    width: 97.5px
}

.symbol.symbol-65px.symbol-2by3>img {
    height: 65px;
    width: 97.5px;
    max-width: auto
}

.symbol.symbol-70px>img {
    width: 70px;
    height: 70px
}

.symbol.symbol-70px .symbol-label {
    width: 70px;
    height: 70px
}

.symbol.symbol-70px.symbol-fixed .symbol-label {
    width: 70px;
    height: 70px
}

.symbol.symbol-70px.symbol-fixed>img {
    width: 70px;
    height: 70px;
    max-width: auto
}

.symbol.symbol-70px.symbol-2by3 .symbol-label {
    height: 70px;
    width: 105px
}

.symbol.symbol-70px.symbol-2by3>img {
    height: 70px;
    width: 105px;
    max-width: auto
}

.symbol.symbol-75px>img {
    width: 75px;
    height: 75px
}

.symbol.symbol-75px .symbol-label {
    width: 75px;
    height: 75px
}

.symbol.symbol-75px.symbol-fixed .symbol-label {
    width: 75px;
    height: 75px
}

.symbol.symbol-75px.symbol-fixed>img {
    width: 75px;
    height: 75px;
    max-width: auto
}

.symbol.symbol-75px.symbol-2by3 .symbol-label {
    height: 75px;
    width: 112.5px
}

.symbol.symbol-75px.symbol-2by3>img {
    height: 75px;
    width: 112.5px;
    max-width: auto
}

.symbol.symbol-100px>img {
    width: 100px;
    height: 100px
}

.symbol.symbol-100px .symbol-label {
    width: 100px;
    height: 100px
}

.symbol.symbol-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px
}

.symbol.symbol-100px.symbol-fixed>img {
    width: 100px;
    height: 100px;
    max-width: auto
}

.symbol.symbol-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px
}

.symbol.symbol-100px.symbol-2by3>img {
    height: 100px;
    width: 150px;
    max-width: auto
}

.symbol.symbol-125px>img {
    width: 125px;
    height: 125px
}

.symbol.symbol-125px .symbol-label {
    width: 125px;
    height: 125px
}

.symbol.symbol-125px.symbol-fixed .symbol-label {
    width: 125px;
    height: 125px
}

.symbol.symbol-125px.symbol-fixed>img {
    width: 125px;
    height: 125px;
    max-width: auto
}

.symbol.symbol-125px.symbol-2by3 .symbol-label {
    height: 125px;
    width: 187.5px
}

.symbol.symbol-125px.symbol-2by3>img {
    height: 125px;
    width: 187.5px;
    max-width: auto
}

.symbol.symbol-150px>img {
    width: 150px;
    height: 150px
}

.symbol.symbol-150px .symbol-label {
    width: 150px;
    height: 150px
}

.symbol.symbol-150px.symbol-fixed .symbol-label {
    width: 150px;
    height: 150px
}

.symbol.symbol-150px.symbol-fixed>img {
    width: 150px;
    height: 150px;
    max-width: auto
}

.symbol.symbol-150px.symbol-2by3 .symbol-label {
    height: 150px;
    width: 225px
}

.symbol.symbol-150px.symbol-2by3>img {
    height: 150px;
    width: 225px;
    max-width: auto
}

.symbol.symbol-160px>img {
    width: 160px;
    height: 160px
}

.symbol.symbol-160px .symbol-label {
    width: 160px;
    height: 160px
}

.symbol.symbol-160px.symbol-fixed .symbol-label {
    width: 160px;
    height: 160px
}

.symbol.symbol-160px.symbol-fixed>img {
    width: 160px;
    height: 160px;
    max-width: auto
}

.symbol.symbol-160px.symbol-2by3 .symbol-label {
    height: 160px;
    width: 240px
}

.symbol.symbol-160px.symbol-2by3>img {
    height: 160px;
    width: 240px;
    max-width: auto
}

.symbol.symbol-175px>img {
    width: 175px;
    height: 175px
}

.symbol.symbol-175px .symbol-label {
    width: 175px;
    height: 175px
}

.symbol.symbol-175px.symbol-fixed .symbol-label {
    width: 175px;
    height: 175px
}

.symbol.symbol-175px.symbol-fixed>img {
    width: 175px;
    height: 175px;
    max-width: auto
}

.symbol.symbol-175px.symbol-2by3 .symbol-label {
    height: 175px;
    width: 262.5px
}

.symbol.symbol-175px.symbol-2by3>img {
    height: 175px;
    width: 262.5px;
    max-width: auto
}

.symbol.symbol-200px>img {
    width: 200px;
    height: 200px
}

.symbol.symbol-200px .symbol-label {
    width: 200px;
    height: 200px
}

.symbol.symbol-200px.symbol-fixed .symbol-label {
    width: 200px;
    height: 200px
}

.symbol.symbol-200px.symbol-fixed>img {
    width: 200px;
    height: 200px;
    max-width: auto
}

.symbol.symbol-200px.symbol-2by3 .symbol-label {
    height: 200px;
    width: 300px
}

.symbol.symbol-200px.symbol-2by3>img {
    height: 200px;
    width: 300px;
    max-width: auto
}

@media (min-width: 576px) {
    .symbol.symbol-sm-20px>img {
        width:20px;
        height: 20px
    }

    .symbol.symbol-sm-20px .symbol-label {
        width: 20px;
        height: 20px
    }

    .symbol.symbol-sm-20px.symbol-fixed .symbol-label {
        width: 20px;
        height: 20px
    }

    .symbol.symbol-sm-20px.symbol-fixed>img {
        width: 20px;
        height: 20px;
        max-width: auto
    }

    .symbol.symbol-sm-20px.symbol-2by3 .symbol-label {
        height: 20px;
        width: 30px
    }

    .symbol.symbol-sm-20px.symbol-2by3>img {
        height: 20px;
        width: 30px;
        max-width: auto
    }

    .symbol.symbol-sm-25px>img {
        width: 25px;
        height: 25px
    }

    .symbol.symbol-sm-25px .symbol-label {
        width: 25px;
        height: 25px
    }

    .symbol.symbol-sm-25px.symbol-fixed .symbol-label {
        width: 25px;
        height: 25px
    }

    .symbol.symbol-sm-25px.symbol-fixed>img {
        width: 25px;
        height: 25px;
        max-width: auto
    }

    .symbol.symbol-sm-25px.symbol-2by3 .symbol-label {
        height: 25px;
        width: 37.5px
    }

    .symbol.symbol-sm-25px.symbol-2by3>img {
        height: 25px;
        width: 37.5px;
        max-width: auto
    }

    .symbol.symbol-sm-30px>img {
        width: 30px;
        height: 30px
    }

    .symbol.symbol-sm-30px .symbol-label {
        width: 30px;
        height: 30px
    }

    .symbol.symbol-sm-30px.symbol-fixed .symbol-label {
        width: 30px;
        height: 30px
    }

    .symbol.symbol-sm-30px.symbol-fixed>img {
        width: 30px;
        height: 30px;
        max-width: auto
    }

    .symbol.symbol-sm-30px.symbol-2by3 .symbol-label {
        height: 30px;
        width: 45px
    }

    .symbol.symbol-sm-30px.symbol-2by3>img {
        height: 30px;
        width: 45px;
        max-width: auto
    }

    .symbol.symbol-sm-35px>img {
        width: 35px;
        height: 35px
    }

    .symbol.symbol-sm-35px .symbol-label {
        width: 35px;
        height: 35px
    }

    .symbol.symbol-sm-35px.symbol-fixed .symbol-label {
        width: 35px;
        height: 35px
    }

    .symbol.symbol-sm-35px.symbol-fixed>img {
        width: 35px;
        height: 35px;
        max-width: auto
    }

    .symbol.symbol-sm-35px.symbol-2by3 .symbol-label {
        height: 35px;
        width: 52.5px
    }

    .symbol.symbol-sm-35px.symbol-2by3>img {
        height: 35px;
        width: 52.5px;
        max-width: auto
    }

    .symbol.symbol-sm-40px>img {
        width: 40px;
        height: 40px
    }

    .symbol.symbol-sm-40px .symbol-label {
        width: 40px;
        height: 40px
    }

    .symbol.symbol-sm-40px.symbol-fixed .symbol-label {
        width: 40px;
        height: 40px
    }

    .symbol.symbol-sm-40px.symbol-fixed>img {
        width: 40px;
        height: 40px;
        max-width: auto
    }

    .symbol.symbol-sm-40px.symbol-2by3 .symbol-label {
        height: 40px;
        width: 60px
    }

    .symbol.symbol-sm-40px.symbol-2by3>img {
        height: 40px;
        width: 60px;
        max-width: auto
    }

    .symbol.symbol-sm-45px>img {
        width: 45px;
        height: 45px
    }

    .symbol.symbol-sm-45px .symbol-label {
        width: 45px;
        height: 45px
    }

    .symbol.symbol-sm-45px.symbol-fixed .symbol-label {
        width: 45px;
        height: 45px
    }

    .symbol.symbol-sm-45px.symbol-fixed>img {
        width: 45px;
        height: 45px;
        max-width: auto
    }

    .symbol.symbol-sm-45px.symbol-2by3 .symbol-label {
        height: 45px;
        width: 67.5px
    }

    .symbol.symbol-sm-45px.symbol-2by3>img {
        height: 45px;
        width: 67.5px;
        max-width: auto
    }

    .symbol.symbol-sm-50px>img {
        width: 50px;
        height: 50px
    }

    .symbol.symbol-sm-50px .symbol-label {
        width: 50px;
        height: 50px
    }

    .symbol.symbol-sm-50px.symbol-fixed .symbol-label {
        width: 50px;
        height: 50px
    }

    .symbol.symbol-sm-50px.symbol-fixed>img {
        width: 50px;
        height: 50px;
        max-width: auto
    }

    .symbol.symbol-sm-50px.symbol-2by3 .symbol-label {
        height: 50px;
        width: 75px
    }

    .symbol.symbol-sm-50px.symbol-2by3>img {
        height: 50px;
        width: 75px;
        max-width: auto
    }

    .symbol.symbol-sm-55px>img {
        width: 55px;
        height: 55px
    }

    .symbol.symbol-sm-55px .symbol-label {
        width: 55px;
        height: 55px
    }

    .symbol.symbol-sm-55px.symbol-fixed .symbol-label {
        width: 55px;
        height: 55px
    }

    .symbol.symbol-sm-55px.symbol-fixed>img {
        width: 55px;
        height: 55px;
        max-width: auto
    }

    .symbol.symbol-sm-55px.symbol-2by3 .symbol-label {
        height: 55px;
        width: 82.5px
    }

    .symbol.symbol-sm-55px.symbol-2by3>img {
        height: 55px;
        width: 82.5px;
        max-width: auto
    }

    .symbol.symbol-sm-60px>img {
        width: 60px;
        height: 60px
    }

    .symbol.symbol-sm-60px .symbol-label {
        width: 60px;
        height: 60px
    }

    .symbol.symbol-sm-60px.symbol-fixed .symbol-label {
        width: 60px;
        height: 60px
    }

    .symbol.symbol-sm-60px.symbol-fixed>img {
        width: 60px;
        height: 60px;
        max-width: auto
    }

    .symbol.symbol-sm-60px.symbol-2by3 .symbol-label {
        height: 60px;
        width: 90px
    }

    .symbol.symbol-sm-60px.symbol-2by3>img {
        height: 60px;
        width: 90px;
        max-width: auto
    }

    .symbol.symbol-sm-65px>img {
        width: 65px;
        height: 65px
    }

    .symbol.symbol-sm-65px .symbol-label {
        width: 65px;
        height: 65px
    }

    .symbol.symbol-sm-65px.symbol-fixed .symbol-label {
        width: 65px;
        height: 65px
    }

    .symbol.symbol-sm-65px.symbol-fixed>img {
        width: 65px;
        height: 65px;
        max-width: auto
    }

    .symbol.symbol-sm-65px.symbol-2by3 .symbol-label {
        height: 65px;
        width: 97.5px
    }

    .symbol.symbol-sm-65px.symbol-2by3>img {
        height: 65px;
        width: 97.5px;
        max-width: auto
    }

    .symbol.symbol-sm-70px>img {
        width: 70px;
        height: 70px
    }

    .symbol.symbol-sm-70px .symbol-label {
        width: 70px;
        height: 70px
    }

    .symbol.symbol-sm-70px.symbol-fixed .symbol-label {
        width: 70px;
        height: 70px
    }

    .symbol.symbol-sm-70px.symbol-fixed>img {
        width: 70px;
        height: 70px;
        max-width: auto
    }

    .symbol.symbol-sm-70px.symbol-2by3 .symbol-label {
        height: 70px;
        width: 105px
    }

    .symbol.symbol-sm-70px.symbol-2by3>img {
        height: 70px;
        width: 105px;
        max-width: auto
    }

    .symbol.symbol-sm-75px>img {
        width: 75px;
        height: 75px
    }

    .symbol.symbol-sm-75px .symbol-label {
        width: 75px;
        height: 75px
    }

    .symbol.symbol-sm-75px.symbol-fixed .symbol-label {
        width: 75px;
        height: 75px
    }

    .symbol.symbol-sm-75px.symbol-fixed>img {
        width: 75px;
        height: 75px;
        max-width: auto
    }

    .symbol.symbol-sm-75px.symbol-2by3 .symbol-label {
        height: 75px;
        width: 112.5px
    }

    .symbol.symbol-sm-75px.symbol-2by3>img {
        height: 75px;
        width: 112.5px;
        max-width: auto
    }

    .symbol.symbol-sm-100px>img {
        width: 100px;
        height: 100px
    }

    .symbol.symbol-sm-100px .symbol-label {
        width: 100px;
        height: 100px
    }

    .symbol.symbol-sm-100px.symbol-fixed .symbol-label {
        width: 100px;
        height: 100px
    }

    .symbol.symbol-sm-100px.symbol-fixed>img {
        width: 100px;
        height: 100px;
        max-width: auto
    }

    .symbol.symbol-sm-100px.symbol-2by3 .symbol-label {
        height: 100px;
        width: 150px
    }

    .symbol.symbol-sm-100px.symbol-2by3>img {
        height: 100px;
        width: 150px;
        max-width: auto
    }

    .symbol.symbol-sm-125px>img {
        width: 125px;
        height: 125px
    }

    .symbol.symbol-sm-125px .symbol-label {
        width: 125px;
        height: 125px
    }

    .symbol.symbol-sm-125px.symbol-fixed .symbol-label {
        width: 125px;
        height: 125px
    }

    .symbol.symbol-sm-125px.symbol-fixed>img {
        width: 125px;
        height: 125px;
        max-width: auto
    }

    .symbol.symbol-sm-125px.symbol-2by3 .symbol-label {
        height: 125px;
        width: 187.5px
    }

    .symbol.symbol-sm-125px.symbol-2by3>img {
        height: 125px;
        width: 187.5px;
        max-width: auto
    }

    .symbol.symbol-sm-150px>img {
        width: 150px;
        height: 150px
    }

    .symbol.symbol-sm-150px .symbol-label {
        width: 150px;
        height: 150px
    }

    .symbol.symbol-sm-150px.symbol-fixed .symbol-label {
        width: 150px;
        height: 150px
    }

    .symbol.symbol-sm-150px.symbol-fixed>img {
        width: 150px;
        height: 150px;
        max-width: auto
    }

    .symbol.symbol-sm-150px.symbol-2by3 .symbol-label {
        height: 150px;
        width: 225px
    }

    .symbol.symbol-sm-150px.symbol-2by3>img {
        height: 150px;
        width: 225px;
        max-width: auto
    }

    .symbol.symbol-sm-160px>img {
        width: 160px;
        height: 160px
    }

    .symbol.symbol-sm-160px .symbol-label {
        width: 160px;
        height: 160px
    }

    .symbol.symbol-sm-160px.symbol-fixed .symbol-label {
        width: 160px;
        height: 160px
    }

    .symbol.symbol-sm-160px.symbol-fixed>img {
        width: 160px;
        height: 160px;
        max-width: auto
    }

    .symbol.symbol-sm-160px.symbol-2by3 .symbol-label {
        height: 160px;
        width: 240px
    }

    .symbol.symbol-sm-160px.symbol-2by3>img {
        height: 160px;
        width: 240px;
        max-width: auto
    }

    .symbol.symbol-sm-175px>img {
        width: 175px;
        height: 175px
    }

    .symbol.symbol-sm-175px .symbol-label {
        width: 175px;
        height: 175px
    }

    .symbol.symbol-sm-175px.symbol-fixed .symbol-label {
        width: 175px;
        height: 175px
    }

    .symbol.symbol-sm-175px.symbol-fixed>img {
        width: 175px;
        height: 175px;
        max-width: auto
    }

    .symbol.symbol-sm-175px.symbol-2by3 .symbol-label {
        height: 175px;
        width: 262.5px
    }

    .symbol.symbol-sm-175px.symbol-2by3>img {
        height: 175px;
        width: 262.5px;
        max-width: auto
    }

    .symbol.symbol-sm-200px>img {
        width: 200px;
        height: 200px
    }

    .symbol.symbol-sm-200px .symbol-label {
        width: 200px;
        height: 200px
    }

    .symbol.symbol-sm-200px.symbol-fixed .symbol-label {
        width: 200px;
        height: 200px
    }

    .symbol.symbol-sm-200px.symbol-fixed>img {
        width: 200px;
        height: 200px;
        max-width: auto
    }

    .symbol.symbol-sm-200px.symbol-2by3 .symbol-label {
        height: 200px;
        width: 300px
    }

    .symbol.symbol-sm-200px.symbol-2by3>img {
        height: 200px;
        width: 300px;
        max-width: auto
    }
}

@media (min-width: 768px) {
    .symbol.symbol-md-20px>img {
        width:20px;
        height: 20px
    }

    .symbol.symbol-md-20px .symbol-label {
        width: 20px;
        height: 20px
    }

    .symbol.symbol-md-20px.symbol-fixed .symbol-label {
        width: 20px;
        height: 20px
    }

    .symbol.symbol-md-20px.symbol-fixed>img {
        width: 20px;
        height: 20px;
        max-width: auto
    }

    .symbol.symbol-md-20px.symbol-2by3 .symbol-label {
        height: 20px;
        width: 30px
    }

    .symbol.symbol-md-20px.symbol-2by3>img {
        height: 20px;
        width: 30px;
        max-width: auto
    }

    .symbol.symbol-md-25px>img {
        width: 25px;
        height: 25px
    }

    .symbol.symbol-md-25px .symbol-label {
        width: 25px;
        height: 25px
    }

    .symbol.symbol-md-25px.symbol-fixed .symbol-label {
        width: 25px;
        height: 25px
    }

    .symbol.symbol-md-25px.symbol-fixed>img {
        width: 25px;
        height: 25px;
        max-width: auto
    }

    .symbol.symbol-md-25px.symbol-2by3 .symbol-label {
        height: 25px;
        width: 37.5px
    }

    .symbol.symbol-md-25px.symbol-2by3>img {
        height: 25px;
        width: 37.5px;
        max-width: auto
    }

    .symbol.symbol-md-30px>img {
        width: 30px;
        height: 30px
    }

    .symbol.symbol-md-30px .symbol-label {
        width: 30px;
        height: 30px
    }

    .symbol.symbol-md-30px.symbol-fixed .symbol-label {
        width: 30px;
        height: 30px
    }

    .symbol.symbol-md-30px.symbol-fixed>img {
        width: 30px;
        height: 30px;
        max-width: auto
    }

    .symbol.symbol-md-30px.symbol-2by3 .symbol-label {
        height: 30px;
        width: 45px
    }

    .symbol.symbol-md-30px.symbol-2by3>img {
        height: 30px;
        width: 45px;
        max-width: auto
    }

    .symbol.symbol-md-35px>img {
        width: 35px;
        height: 35px
    }

    .symbol.symbol-md-35px .symbol-label {
        width: 35px;
        height: 35px
    }

    .symbol.symbol-md-35px.symbol-fixed .symbol-label {
        width: 35px;
        height: 35px
    }

    .symbol.symbol-md-35px.symbol-fixed>img {
        width: 35px;
        height: 35px;
        max-width: auto
    }

    .symbol.symbol-md-35px.symbol-2by3 .symbol-label {
        height: 35px;
        width: 52.5px
    }

    .symbol.symbol-md-35px.symbol-2by3>img {
        height: 35px;
        width: 52.5px;
        max-width: auto
    }

    .symbol.symbol-md-40px>img {
        width: 40px;
        height: 40px
    }

    .symbol.symbol-md-40px .symbol-label {
        width: 40px;
        height: 40px
    }

    .symbol.symbol-md-40px.symbol-fixed .symbol-label {
        width: 40px;
        height: 40px
    }

    .symbol.symbol-md-40px.symbol-fixed>img {
        width: 40px;
        height: 40px;
        max-width: auto
    }

    .symbol.symbol-md-40px.symbol-2by3 .symbol-label {
        height: 40px;
        width: 60px
    }

    .symbol.symbol-md-40px.symbol-2by3>img {
        height: 40px;
        width: 60px;
        max-width: auto
    }

    .symbol.symbol-md-45px>img {
        width: 45px;
        height: 45px
    }

    .symbol.symbol-md-45px .symbol-label {
        width: 45px;
        height: 45px
    }

    .symbol.symbol-md-45px.symbol-fixed .symbol-label {
        width: 45px;
        height: 45px
    }

    .symbol.symbol-md-45px.symbol-fixed>img {
        width: 45px;
        height: 45px;
        max-width: auto
    }

    .symbol.symbol-md-45px.symbol-2by3 .symbol-label {
        height: 45px;
        width: 67.5px
    }

    .symbol.symbol-md-45px.symbol-2by3>img {
        height: 45px;
        width: 67.5px;
        max-width: auto
    }

    .symbol.symbol-md-50px>img {
        width: 50px;
        height: 50px
    }

    .symbol.symbol-md-50px .symbol-label {
        width: 50px;
        height: 50px
    }

    .symbol.symbol-md-50px.symbol-fixed .symbol-label {
        width: 50px;
        height: 50px
    }

    .symbol.symbol-md-50px.symbol-fixed>img {
        width: 50px;
        height: 50px;
        max-width: auto
    }

    .symbol.symbol-md-50px.symbol-2by3 .symbol-label {
        height: 50px;
        width: 75px
    }

    .symbol.symbol-md-50px.symbol-2by3>img {
        height: 50px;
        width: 75px;
        max-width: auto
    }

    .symbol.symbol-md-55px>img {
        width: 55px;
        height: 55px
    }

    .symbol.symbol-md-55px .symbol-label {
        width: 55px;
        height: 55px
    }

    .symbol.symbol-md-55px.symbol-fixed .symbol-label {
        width: 55px;
        height: 55px
    }

    .symbol.symbol-md-55px.symbol-fixed>img {
        width: 55px;
        height: 55px;
        max-width: auto
    }

    .symbol.symbol-md-55px.symbol-2by3 .symbol-label {
        height: 55px;
        width: 82.5px
    }

    .symbol.symbol-md-55px.symbol-2by3>img {
        height: 55px;
        width: 82.5px;
        max-width: auto
    }

    .symbol.symbol-md-60px>img {
        width: 60px;
        height: 60px
    }

    .symbol.symbol-md-60px .symbol-label {
        width: 60px;
        height: 60px
    }

    .symbol.symbol-md-60px.symbol-fixed .symbol-label {
        width: 60px;
        height: 60px
    }

    .symbol.symbol-md-60px.symbol-fixed>img {
        width: 60px;
        height: 60px;
        max-width: auto
    }

    .symbol.symbol-md-60px.symbol-2by3 .symbol-label {
        height: 60px;
        width: 90px
    }

    .symbol.symbol-md-60px.symbol-2by3>img {
        height: 60px;
        width: 90px;
        max-width: auto
    }

    .symbol.symbol-md-65px>img {
        width: 65px;
        height: 65px
    }

    .symbol.symbol-md-65px .symbol-label {
        width: 65px;
        height: 65px
    }

    .symbol.symbol-md-65px.symbol-fixed .symbol-label {
        width: 65px;
        height: 65px
    }

    .symbol.symbol-md-65px.symbol-fixed>img {
        width: 65px;
        height: 65px;
        max-width: auto
    }

    .symbol.symbol-md-65px.symbol-2by3 .symbol-label {
        height: 65px;
        width: 97.5px
    }

    .symbol.symbol-md-65px.symbol-2by3>img {
        height: 65px;
        width: 97.5px;
        max-width: auto
    }

    .symbol.symbol-md-70px>img {
        width: 70px;
        height: 70px
    }

    .symbol.symbol-md-70px .symbol-label {
        width: 70px;
        height: 70px
    }

    .symbol.symbol-md-70px.symbol-fixed .symbol-label {
        width: 70px;
        height: 70px
    }

    .symbol.symbol-md-70px.symbol-fixed>img {
        width: 70px;
        height: 70px;
        max-width: auto
    }

    .symbol.symbol-md-70px.symbol-2by3 .symbol-label {
        height: 70px;
        width: 105px
    }

    .symbol.symbol-md-70px.symbol-2by3>img {
        height: 70px;
        width: 105px;
        max-width: auto
    }

    .symbol.symbol-md-75px>img {
        width: 75px;
        height: 75px
    }

    .symbol.symbol-md-75px .symbol-label {
        width: 75px;
        height: 75px
    }

    .symbol.symbol-md-75px.symbol-fixed .symbol-label {
        width: 75px;
        height: 75px
    }

    .symbol.symbol-md-75px.symbol-fixed>img {
        width: 75px;
        height: 75px;
        max-width: auto
    }

    .symbol.symbol-md-75px.symbol-2by3 .symbol-label {
        height: 75px;
        width: 112.5px
    }

    .symbol.symbol-md-75px.symbol-2by3>img {
        height: 75px;
        width: 112.5px;
        max-width: auto
    }

    .symbol.symbol-md-100px>img {
        width: 100px;
        height: 100px
    }

    .symbol.symbol-md-100px .symbol-label {
        width: 100px;
        height: 100px
    }

    .symbol.symbol-md-100px.symbol-fixed .symbol-label {
        width: 100px;
        height: 100px
    }

    .symbol.symbol-md-100px.symbol-fixed>img {
        width: 100px;
        height: 100px;
        max-width: auto
    }

    .symbol.symbol-md-100px.symbol-2by3 .symbol-label {
        height: 100px;
        width: 150px
    }

    .symbol.symbol-md-100px.symbol-2by3>img {
        height: 100px;
        width: 150px;
        max-width: auto
    }

    .symbol.symbol-md-125px>img {
        width: 125px;
        height: 125px
    }

    .symbol.symbol-md-125px .symbol-label {
        width: 125px;
        height: 125px
    }

    .symbol.symbol-md-125px.symbol-fixed .symbol-label {
        width: 125px;
        height: 125px
    }

    .symbol.symbol-md-125px.symbol-fixed>img {
        width: 125px;
        height: 125px;
        max-width: auto
    }

    .symbol.symbol-md-125px.symbol-2by3 .symbol-label {
        height: 125px;
        width: 187.5px
    }

    .symbol.symbol-md-125px.symbol-2by3>img {
        height: 125px;
        width: 187.5px;
        max-width: auto
    }

    .symbol.symbol-md-150px>img {
        width: 150px;
        height: 150px
    }

    .symbol.symbol-md-150px .symbol-label {
        width: 150px;
        height: 150px
    }

    .symbol.symbol-md-150px.symbol-fixed .symbol-label {
        width: 150px;
        height: 150px
    }

    .symbol.symbol-md-150px.symbol-fixed>img {
        width: 150px;
        height: 150px;
        max-width: auto
    }

    .symbol.symbol-md-150px.symbol-2by3 .symbol-label {
        height: 150px;
        width: 225px
    }

    .symbol.symbol-md-150px.symbol-2by3>img {
        height: 150px;
        width: 225px;
        max-width: auto
    }

    .symbol.symbol-md-160px>img {
        width: 160px;
        height: 160px
    }

    .symbol.symbol-md-160px .symbol-label {
        width: 160px;
        height: 160px
    }

    .symbol.symbol-md-160px.symbol-fixed .symbol-label {
        width: 160px;
        height: 160px
    }

    .symbol.symbol-md-160px.symbol-fixed>img {
        width: 160px;
        height: 160px;
        max-width: auto
    }

    .symbol.symbol-md-160px.symbol-2by3 .symbol-label {
        height: 160px;
        width: 240px
    }

    .symbol.symbol-md-160px.symbol-2by3>img {
        height: 160px;
        width: 240px;
        max-width: auto
    }

    .symbol.symbol-md-175px>img {
        width: 175px;
        height: 175px
    }

    .symbol.symbol-md-175px .symbol-label {
        width: 175px;
        height: 175px
    }

    .symbol.symbol-md-175px.symbol-fixed .symbol-label {
        width: 175px;
        height: 175px
    }

    .symbol.symbol-md-175px.symbol-fixed>img {
        width: 175px;
        height: 175px;
        max-width: auto
    }

    .symbol.symbol-md-175px.symbol-2by3 .symbol-label {
        height: 175px;
        width: 262.5px
    }

    .symbol.symbol-md-175px.symbol-2by3>img {
        height: 175px;
        width: 262.5px;
        max-width: auto
    }

    .symbol.symbol-md-200px>img {
        width: 200px;
        height: 200px
    }

    .symbol.symbol-md-200px .symbol-label {
        width: 200px;
        height: 200px
    }

    .symbol.symbol-md-200px.symbol-fixed .symbol-label {
        width: 200px;
        height: 200px
    }

    .symbol.symbol-md-200px.symbol-fixed>img {
        width: 200px;
        height: 200px;
        max-width: auto
    }

    .symbol.symbol-md-200px.symbol-2by3 .symbol-label {
        height: 200px;
        width: 300px
    }

    .symbol.symbol-md-200px.symbol-2by3>img {
        height: 200px;
        width: 300px;
        max-width: auto
    }
}

@media (min-width: 992px) {
    .symbol.symbol-lg-20px>img {
        width:20px;
        height: 20px
    }

    .symbol.symbol-lg-20px .symbol-label {
        width: 20px;
        height: 20px
    }

    .symbol.symbol-lg-20px.symbol-fixed .symbol-label {
        width: 20px;
        height: 20px
    }

    .symbol.symbol-lg-20px.symbol-fixed>img {
        width: 20px;
        height: 20px;
        max-width: auto
    }

    .symbol.symbol-lg-20px.symbol-2by3 .symbol-label {
        height: 20px;
        width: 30px
    }

    .symbol.symbol-lg-20px.symbol-2by3>img {
        height: 20px;
        width: 30px;
        max-width: auto
    }

    .symbol.symbol-lg-25px>img {
        width: 25px;
        height: 25px
    }

    .symbol.symbol-lg-25px .symbol-label {
        width: 25px;
        height: 25px
    }

    .symbol.symbol-lg-25px.symbol-fixed .symbol-label {
        width: 25px;
        height: 25px
    }

    .symbol.symbol-lg-25px.symbol-fixed>img {
        width: 25px;
        height: 25px;
        max-width: auto
    }

    .symbol.symbol-lg-25px.symbol-2by3 .symbol-label {
        height: 25px;
        width: 37.5px
    }

    .symbol.symbol-lg-25px.symbol-2by3>img {
        height: 25px;
        width: 37.5px;
        max-width: auto
    }

    .symbol.symbol-lg-30px>img {
        width: 30px;
        height: 30px
    }

    .symbol.symbol-lg-30px .symbol-label {
        width: 30px;
        height: 30px
    }

    .symbol.symbol-lg-30px.symbol-fixed .symbol-label {
        width: 30px;
        height: 30px
    }

    .symbol.symbol-lg-30px.symbol-fixed>img {
        width: 30px;
        height: 30px;
        max-width: auto
    }

    .symbol.symbol-lg-30px.symbol-2by3 .symbol-label {
        height: 30px;
        width: 45px
    }

    .symbol.symbol-lg-30px.symbol-2by3>img {
        height: 30px;
        width: 45px;
        max-width: auto
    }

    .symbol.symbol-lg-35px>img {
        width: 35px;
        height: 35px
    }

    .symbol.symbol-lg-35px .symbol-label {
        width: 35px;
        height: 35px
    }

    .symbol.symbol-lg-35px.symbol-fixed .symbol-label {
        width: 35px;
        height: 35px
    }

    .symbol.symbol-lg-35px.symbol-fixed>img {
        width: 35px;
        height: 35px;
        max-width: auto
    }

    .symbol.symbol-lg-35px.symbol-2by3 .symbol-label {
        height: 35px;
        width: 52.5px
    }

    .symbol.symbol-lg-35px.symbol-2by3>img {
        height: 35px;
        width: 52.5px;
        max-width: auto
    }

    .symbol.symbol-lg-40px>img {
        width: 40px;
        height: 40px
    }

    .symbol.symbol-lg-40px .symbol-label {
        width: 40px;
        height: 40px
    }

    .symbol.symbol-lg-40px.symbol-fixed .symbol-label {
        width: 40px;
        height: 40px
    }

    .symbol.symbol-lg-40px.symbol-fixed>img {
        width: 40px;
        height: 40px;
        max-width: auto
    }

    .symbol.symbol-lg-40px.symbol-2by3 .symbol-label {
        height: 40px;
        width: 60px
    }

    .symbol.symbol-lg-40px.symbol-2by3>img {
        height: 40px;
        width: 60px;
        max-width: auto
    }

    .symbol.symbol-lg-45px>img {
        width: 45px;
        height: 45px
    }

    .symbol.symbol-lg-45px .symbol-label {
        width: 45px;
        height: 45px
    }

    .symbol.symbol-lg-45px.symbol-fixed .symbol-label {
        width: 45px;
        height: 45px
    }

    .symbol.symbol-lg-45px.symbol-fixed>img {
        width: 45px;
        height: 45px;
        max-width: auto
    }

    .symbol.symbol-lg-45px.symbol-2by3 .symbol-label {
        height: 45px;
        width: 67.5px
    }

    .symbol.symbol-lg-45px.symbol-2by3>img {
        height: 45px;
        width: 67.5px;
        max-width: auto
    }

    .symbol.symbol-lg-50px>img {
        width: 50px;
        height: 50px
    }

    .symbol.symbol-lg-50px .symbol-label {
        width: 50px;
        height: 50px
    }

    .symbol.symbol-lg-50px.symbol-fixed .symbol-label {
        width: 50px;
        height: 50px
    }

    .symbol.symbol-lg-50px.symbol-fixed>img {
        width: 50px;
        height: 50px;
        max-width: auto
    }

    .symbol.symbol-lg-50px.symbol-2by3 .symbol-label {
        height: 50px;
        width: 75px
    }

    .symbol.symbol-lg-50px.symbol-2by3>img {
        height: 50px;
        width: 75px;
        max-width: auto
    }

    .symbol.symbol-lg-55px>img {
        width: 55px;
        height: 55px
    }

    .symbol.symbol-lg-55px .symbol-label {
        width: 55px;
        height: 55px
    }

    .symbol.symbol-lg-55px.symbol-fixed .symbol-label {
        width: 55px;
        height: 55px
    }

    .symbol.symbol-lg-55px.symbol-fixed>img {
        width: 55px;
        height: 55px;
        max-width: auto
    }

    .symbol.symbol-lg-55px.symbol-2by3 .symbol-label {
        height: 55px;
        width: 82.5px
    }

    .symbol.symbol-lg-55px.symbol-2by3>img {
        height: 55px;
        width: 82.5px;
        max-width: auto
    }

    .symbol.symbol-lg-60px>img {
        width: 60px;
        height: 60px
    }

    .symbol.symbol-lg-60px .symbol-label {
        width: 60px;
        height: 60px
    }

    .symbol.symbol-lg-60px.symbol-fixed .symbol-label {
        width: 60px;
        height: 60px
    }

    .symbol.symbol-lg-60px.symbol-fixed>img {
        width: 60px;
        height: 60px;
        max-width: auto
    }

    .symbol.symbol-lg-60px.symbol-2by3 .symbol-label {
        height: 60px;
        width: 90px
    }

    .symbol.symbol-lg-60px.symbol-2by3>img {
        height: 60px;
        width: 90px;
        max-width: auto
    }

    .symbol.symbol-lg-65px>img {
        width: 65px;
        height: 65px
    }

    .symbol.symbol-lg-65px .symbol-label {
        width: 65px;
        height: 65px
    }

    .symbol.symbol-lg-65px.symbol-fixed .symbol-label {
        width: 65px;
        height: 65px
    }

    .symbol.symbol-lg-65px.symbol-fixed>img {
        width: 65px;
        height: 65px;
        max-width: auto
    }

    .symbol.symbol-lg-65px.symbol-2by3 .symbol-label {
        height: 65px;
        width: 97.5px
    }

    .symbol.symbol-lg-65px.symbol-2by3>img {
        height: 65px;
        width: 97.5px;
        max-width: auto
    }

    .symbol.symbol-lg-70px>img {
        width: 70px;
        height: 70px
    }

    .symbol.symbol-lg-70px .symbol-label {
        width: 70px;
        height: 70px
    }

    .symbol.symbol-lg-70px.symbol-fixed .symbol-label {
        width: 70px;
        height: 70px
    }

    .symbol.symbol-lg-70px.symbol-fixed>img {
        width: 70px;
        height: 70px;
        max-width: auto
    }

    .symbol.symbol-lg-70px.symbol-2by3 .symbol-label {
        height: 70px;
        width: 105px
    }

    .symbol.symbol-lg-70px.symbol-2by3>img {
        height: 70px;
        width: 105px;
        max-width: auto
    }

    .symbol.symbol-lg-75px>img {
        width: 75px;
        height: 75px
    }

    .symbol.symbol-lg-75px .symbol-label {
        width: 75px;
        height: 75px
    }

    .symbol.symbol-lg-75px.symbol-fixed .symbol-label {
        width: 75px;
        height: 75px
    }

    .symbol.symbol-lg-75px.symbol-fixed>img {
        width: 75px;
        height: 75px;
        max-width: auto
    }

    .symbol.symbol-lg-75px.symbol-2by3 .symbol-label {
        height: 75px;
        width: 112.5px
    }

    .symbol.symbol-lg-75px.symbol-2by3>img {
        height: 75px;
        width: 112.5px;
        max-width: auto
    }

    .symbol.symbol-lg-100px>img {
        width: 100px;
        height: 100px
    }

    .symbol.symbol-lg-100px .symbol-label {
        width: 100px;
        height: 100px
    }

    .symbol.symbol-lg-100px.symbol-fixed .symbol-label {
        width: 100px;
        height: 100px
    }

    .symbol.symbol-lg-100px.symbol-fixed>img {
        width: 100px;
        height: 100px;
        max-width: auto
    }

    .symbol.symbol-lg-100px.symbol-2by3 .symbol-label {
        height: 100px;
        width: 150px
    }

    .symbol.symbol-lg-100px.symbol-2by3>img {
        height: 100px;
        width: 150px;
        max-width: auto
    }

    .symbol.symbol-lg-125px>img {
        width: 125px;
        height: 125px
    }

    .symbol.symbol-lg-125px .symbol-label {
        width: 125px;
        height: 125px
    }

    .symbol.symbol-lg-125px.symbol-fixed .symbol-label {
        width: 125px;
        height: 125px
    }

    .symbol.symbol-lg-125px.symbol-fixed>img {
        width: 125px;
        height: 125px;
        max-width: auto
    }

    .symbol.symbol-lg-125px.symbol-2by3 .symbol-label {
        height: 125px;
        width: 187.5px
    }

    .symbol.symbol-lg-125px.symbol-2by3>img {
        height: 125px;
        width: 187.5px;
        max-width: auto
    }

    .symbol.symbol-lg-150px>img {
        width: 150px;
        height: 150px
    }

    .symbol.symbol-lg-150px .symbol-label {
        width: 150px;
        height: 150px
    }

    .symbol.symbol-lg-150px.symbol-fixed .symbol-label {
        width: 150px;
        height: 150px
    }

    .symbol.symbol-lg-150px.symbol-fixed>img {
        width: 150px;
        height: 150px;
        max-width: auto
    }

    .symbol.symbol-lg-150px.symbol-2by3 .symbol-label {
        height: 150px;
        width: 225px
    }

    .symbol.symbol-lg-150px.symbol-2by3>img {
        height: 150px;
        width: 225px;
        max-width: auto
    }

    .symbol.symbol-lg-160px>img {
        width: 160px;
        height: 160px
    }

    .symbol.symbol-lg-160px .symbol-label {
        width: 160px;
        height: 160px
    }

    .symbol.symbol-lg-160px.symbol-fixed .symbol-label {
        width: 160px;
        height: 160px
    }

    .symbol.symbol-lg-160px.symbol-fixed>img {
        width: 160px;
        height: 160px;
        max-width: auto
    }

    .symbol.symbol-lg-160px.symbol-2by3 .symbol-label {
        height: 160px;
        width: 240px
    }

    .symbol.symbol-lg-160px.symbol-2by3>img {
        height: 160px;
        width: 240px;
        max-width: auto
    }

    .symbol.symbol-lg-175px>img {
        width: 175px;
        height: 175px
    }

    .symbol.symbol-lg-175px .symbol-label {
        width: 175px;
        height: 175px
    }

    .symbol.symbol-lg-175px.symbol-fixed .symbol-label {
        width: 175px;
        height: 175px
    }

    .symbol.symbol-lg-175px.symbol-fixed>img {
        width: 175px;
        height: 175px;
        max-width: auto
    }

    .symbol.symbol-lg-175px.symbol-2by3 .symbol-label {
        height: 175px;
        width: 262.5px
    }

    .symbol.symbol-lg-175px.symbol-2by3>img {
        height: 175px;
        width: 262.5px;
        max-width: auto
    }

    .symbol.symbol-lg-200px>img {
        width: 200px;
        height: 200px
    }

    .symbol.symbol-lg-200px .symbol-label {
        width: 200px;
        height: 200px
    }

    .symbol.symbol-lg-200px.symbol-fixed .symbol-label {
        width: 200px;
        height: 200px
    }

    .symbol.symbol-lg-200px.symbol-fixed>img {
        width: 200px;
        height: 200px;
        max-width: auto
    }

    .symbol.symbol-lg-200px.symbol-2by3 .symbol-label {
        height: 200px;
        width: 300px
    }

    .symbol.symbol-lg-200px.symbol-2by3>img {
        height: 200px;
        width: 300px;
        max-width: auto
    }
}

@media (min-width: 1200px) {
    .symbol.symbol-xl-20px>img {
        width:20px;
        height: 20px
    }

    .symbol.symbol-xl-20px .symbol-label {
        width: 20px;
        height: 20px
    }

    .symbol.symbol-xl-20px.symbol-fixed .symbol-label {
        width: 20px;
        height: 20px
    }

    .symbol.symbol-xl-20px.symbol-fixed>img {
        width: 20px;
        height: 20px;
        max-width: auto
    }

    .symbol.symbol-xl-20px.symbol-2by3 .symbol-label {
        height: 20px;
        width: 30px
    }

    .symbol.symbol-xl-20px.symbol-2by3>img {
        height: 20px;
        width: 30px;
        max-width: auto
    }

    .symbol.symbol-xl-25px>img {
        width: 25px;
        height: 25px
    }

    .symbol.symbol-xl-25px .symbol-label {
        width: 25px;
        height: 25px
    }

    .symbol.symbol-xl-25px.symbol-fixed .symbol-label {
        width: 25px;
        height: 25px
    }

    .symbol.symbol-xl-25px.symbol-fixed>img {
        width: 25px;
        height: 25px;
        max-width: auto
    }

    .symbol.symbol-xl-25px.symbol-2by3 .symbol-label {
        height: 25px;
        width: 37.5px
    }

    .symbol.symbol-xl-25px.symbol-2by3>img {
        height: 25px;
        width: 37.5px;
        max-width: auto
    }

    .symbol.symbol-xl-30px>img {
        width: 30px;
        height: 30px
    }

    .symbol.symbol-xl-30px .symbol-label {
        width: 30px;
        height: 30px
    }

    .symbol.symbol-xl-30px.symbol-fixed .symbol-label {
        width: 30px;
        height: 30px
    }

    .symbol.symbol-xl-30px.symbol-fixed>img {
        width: 30px;
        height: 30px;
        max-width: auto
    }

    .symbol.symbol-xl-30px.symbol-2by3 .symbol-label {
        height: 30px;
        width: 45px
    }

    .symbol.symbol-xl-30px.symbol-2by3>img {
        height: 30px;
        width: 45px;
        max-width: auto
    }

    .symbol.symbol-xl-35px>img {
        width: 35px;
        height: 35px
    }

    .symbol.symbol-xl-35px .symbol-label {
        width: 35px;
        height: 35px
    }

    .symbol.symbol-xl-35px.symbol-fixed .symbol-label {
        width: 35px;
        height: 35px
    }

    .symbol.symbol-xl-35px.symbol-fixed>img {
        width: 35px;
        height: 35px;
        max-width: auto
    }

    .symbol.symbol-xl-35px.symbol-2by3 .symbol-label {
        height: 35px;
        width: 52.5px
    }

    .symbol.symbol-xl-35px.symbol-2by3>img {
        height: 35px;
        width: 52.5px;
        max-width: auto
    }

    .symbol.symbol-xl-40px>img {
        width: 40px;
        height: 40px
    }

    .symbol.symbol-xl-40px .symbol-label {
        width: 40px;
        height: 40px
    }

    .symbol.symbol-xl-40px.symbol-fixed .symbol-label {
        width: 40px;
        height: 40px
    }

    .symbol.symbol-xl-40px.symbol-fixed>img {
        width: 40px;
        height: 40px;
        max-width: auto
    }

    .symbol.symbol-xl-40px.symbol-2by3 .symbol-label {
        height: 40px;
        width: 60px
    }

    .symbol.symbol-xl-40px.symbol-2by3>img {
        height: 40px;
        width: 60px;
        max-width: auto
    }

    .symbol.symbol-xl-45px>img {
        width: 45px;
        height: 45px
    }

    .symbol.symbol-xl-45px .symbol-label {
        width: 45px;
        height: 45px
    }

    .symbol.symbol-xl-45px.symbol-fixed .symbol-label {
        width: 45px;
        height: 45px
    }

    .symbol.symbol-xl-45px.symbol-fixed>img {
        width: 45px;
        height: 45px;
        max-width: auto
    }

    .symbol.symbol-xl-45px.symbol-2by3 .symbol-label {
        height: 45px;
        width: 67.5px
    }

    .symbol.symbol-xl-45px.symbol-2by3>img {
        height: 45px;
        width: 67.5px;
        max-width: auto
    }

    .symbol.symbol-xl-50px>img {
        width: 50px;
        height: 50px
    }

    .symbol.symbol-xl-50px .symbol-label {
        width: 50px;
        height: 50px
    }

    .symbol.symbol-xl-50px.symbol-fixed .symbol-label {
        width: 50px;
        height: 50px
    }

    .symbol.symbol-xl-50px.symbol-fixed>img {
        width: 50px;
        height: 50px;
        max-width: auto
    }

    .symbol.symbol-xl-50px.symbol-2by3 .symbol-label {
        height: 50px;
        width: 75px
    }

    .symbol.symbol-xl-50px.symbol-2by3>img {
        height: 50px;
        width: 75px;
        max-width: auto
    }

    .symbol.symbol-xl-55px>img {
        width: 55px;
        height: 55px
    }

    .symbol.symbol-xl-55px .symbol-label {
        width: 55px;
        height: 55px
    }

    .symbol.symbol-xl-55px.symbol-fixed .symbol-label {
        width: 55px;
        height: 55px
    }

    .symbol.symbol-xl-55px.symbol-fixed>img {
        width: 55px;
        height: 55px;
        max-width: auto
    }

    .symbol.symbol-xl-55px.symbol-2by3 .symbol-label {
        height: 55px;
        width: 82.5px
    }

    .symbol.symbol-xl-55px.symbol-2by3>img {
        height: 55px;
        width: 82.5px;
        max-width: auto
    }

    .symbol.symbol-xl-60px>img {
        width: 60px;
        height: 60px
    }

    .symbol.symbol-xl-60px .symbol-label {
        width: 60px;
        height: 60px
    }

    .symbol.symbol-xl-60px.symbol-fixed .symbol-label {
        width: 60px;
        height: 60px
    }

    .symbol.symbol-xl-60px.symbol-fixed>img {
        width: 60px;
        height: 60px;
        max-width: auto
    }

    .symbol.symbol-xl-60px.symbol-2by3 .symbol-label {
        height: 60px;
        width: 90px
    }

    .symbol.symbol-xl-60px.symbol-2by3>img {
        height: 60px;
        width: 90px;
        max-width: auto
    }

    .symbol.symbol-xl-65px>img {
        width: 65px;
        height: 65px
    }

    .symbol.symbol-xl-65px .symbol-label {
        width: 65px;
        height: 65px
    }

    .symbol.symbol-xl-65px.symbol-fixed .symbol-label {
        width: 65px;
        height: 65px
    }

    .symbol.symbol-xl-65px.symbol-fixed>img {
        width: 65px;
        height: 65px;
        max-width: auto
    }

    .symbol.symbol-xl-65px.symbol-2by3 .symbol-label {
        height: 65px;
        width: 97.5px
    }

    .symbol.symbol-xl-65px.symbol-2by3>img {
        height: 65px;
        width: 97.5px;
        max-width: auto
    }

    .symbol.symbol-xl-70px>img {
        width: 70px;
        height: 70px
    }

    .symbol.symbol-xl-70px .symbol-label {
        width: 70px;
        height: 70px
    }

    .symbol.symbol-xl-70px.symbol-fixed .symbol-label {
        width: 70px;
        height: 70px
    }

    .symbol.symbol-xl-70px.symbol-fixed>img {
        width: 70px;
        height: 70px;
        max-width: auto
    }

    .symbol.symbol-xl-70px.symbol-2by3 .symbol-label {
        height: 70px;
        width: 105px
    }

    .symbol.symbol-xl-70px.symbol-2by3>img {
        height: 70px;
        width: 105px;
        max-width: auto
    }

    .symbol.symbol-xl-75px>img {
        width: 75px;
        height: 75px
    }

    .symbol.symbol-xl-75px .symbol-label {
        width: 75px;
        height: 75px
    }

    .symbol.symbol-xl-75px.symbol-fixed .symbol-label {
        width: 75px;
        height: 75px
    }

    .symbol.symbol-xl-75px.symbol-fixed>img {
        width: 75px;
        height: 75px;
        max-width: auto
    }

    .symbol.symbol-xl-75px.symbol-2by3 .symbol-label {
        height: 75px;
        width: 112.5px
    }

    .symbol.symbol-xl-75px.symbol-2by3>img {
        height: 75px;
        width: 112.5px;
        max-width: auto
    }

    .symbol.symbol-xl-100px>img {
        width: 100px;
        height: 100px
    }

    .symbol.symbol-xl-100px .symbol-label {
        width: 100px;
        height: 100px
    }

    .symbol.symbol-xl-100px.symbol-fixed .symbol-label {
        width: 100px;
        height: 100px
    }

    .symbol.symbol-xl-100px.symbol-fixed>img {
        width: 100px;
        height: 100px;
        max-width: auto
    }

    .symbol.symbol-xl-100px.symbol-2by3 .symbol-label {
        height: 100px;
        width: 150px
    }

    .symbol.symbol-xl-100px.symbol-2by3>img {
        height: 100px;
        width: 150px;
        max-width: auto
    }

    .symbol.symbol-xl-125px>img {
        width: 125px;
        height: 125px
    }

    .symbol.symbol-xl-125px .symbol-label {
        width: 125px;
        height: 125px
    }

    .symbol.symbol-xl-125px.symbol-fixed .symbol-label {
        width: 125px;
        height: 125px
    }

    .symbol.symbol-xl-125px.symbol-fixed>img {
        width: 125px;
        height: 125px;
        max-width: auto
    }

    .symbol.symbol-xl-125px.symbol-2by3 .symbol-label {
        height: 125px;
        width: 187.5px
    }

    .symbol.symbol-xl-125px.symbol-2by3>img {
        height: 125px;
        width: 187.5px;
        max-width: auto
    }

    .symbol.symbol-xl-150px>img {
        width: 150px;
        height: 150px
    }

    .symbol.symbol-xl-150px .symbol-label {
        width: 150px;
        height: 150px
    }

    .symbol.symbol-xl-150px.symbol-fixed .symbol-label {
        width: 150px;
        height: 150px
    }

    .symbol.symbol-xl-150px.symbol-fixed>img {
        width: 150px;
        height: 150px;
        max-width: auto
    }

    .symbol.symbol-xl-150px.symbol-2by3 .symbol-label {
        height: 150px;
        width: 225px
    }

    .symbol.symbol-xl-150px.symbol-2by3>img {
        height: 150px;
        width: 225px;
        max-width: auto
    }

    .symbol.symbol-xl-160px>img {
        width: 160px;
        height: 160px
    }

    .symbol.symbol-xl-160px .symbol-label {
        width: 160px;
        height: 160px
    }

    .symbol.symbol-xl-160px.symbol-fixed .symbol-label {
        width: 160px;
        height: 160px
    }

    .symbol.symbol-xl-160px.symbol-fixed>img {
        width: 160px;
        height: 160px;
        max-width: auto
    }

    .symbol.symbol-xl-160px.symbol-2by3 .symbol-label {
        height: 160px;
        width: 240px
    }

    .symbol.symbol-xl-160px.symbol-2by3>img {
        height: 160px;
        width: 240px;
        max-width: auto
    }

    .symbol.symbol-xl-175px>img {
        width: 175px;
        height: 175px
    }

    .symbol.symbol-xl-175px .symbol-label {
        width: 175px;
        height: 175px
    }

    .symbol.symbol-xl-175px.symbol-fixed .symbol-label {
        width: 175px;
        height: 175px
    }

    .symbol.symbol-xl-175px.symbol-fixed>img {
        width: 175px;
        height: 175px;
        max-width: auto
    }

    .symbol.symbol-xl-175px.symbol-2by3 .symbol-label {
        height: 175px;
        width: 262.5px
    }

    .symbol.symbol-xl-175px.symbol-2by3>img {
        height: 175px;
        width: 262.5px;
        max-width: auto
    }

    .symbol.symbol-xl-200px>img {
        width: 200px;
        height: 200px
    }

    .symbol.symbol-xl-200px .symbol-label {
        width: 200px;
        height: 200px
    }

    .symbol.symbol-xl-200px.symbol-fixed .symbol-label {
        width: 200px;
        height: 200px
    }

    .symbol.symbol-xl-200px.symbol-fixed>img {
        width: 200px;
        height: 200px;
        max-width: auto
    }

    .symbol.symbol-xl-200px.symbol-2by3 .symbol-label {
        height: 200px;
        width: 300px
    }

    .symbol.symbol-xl-200px.symbol-2by3>img {
        height: 200px;
        width: 300px;
        max-width: auto
    }
}

@media (min-width: 1400px) {
    .symbol.symbol-xxl-20px>img {
        width:20px;
        height: 20px
    }

    .symbol.symbol-xxl-20px .symbol-label {
        width: 20px;
        height: 20px
    }

    .symbol.symbol-xxl-20px.symbol-fixed .symbol-label {
        width: 20px;
        height: 20px
    }

    .symbol.symbol-xxl-20px.symbol-fixed>img {
        width: 20px;
        height: 20px;
        max-width: auto
    }

    .symbol.symbol-xxl-20px.symbol-2by3 .symbol-label {
        height: 20px;
        width: 30px
    }

    .symbol.symbol-xxl-20px.symbol-2by3>img {
        height: 20px;
        width: 30px;
        max-width: auto
    }

    .symbol.symbol-xxl-25px>img {
        width: 25px;
        height: 25px
    }

    .symbol.symbol-xxl-25px .symbol-label {
        width: 25px;
        height: 25px
    }

    .symbol.symbol-xxl-25px.symbol-fixed .symbol-label {
        width: 25px;
        height: 25px
    }

    .symbol.symbol-xxl-25px.symbol-fixed>img {
        width: 25px;
        height: 25px;
        max-width: auto
    }

    .symbol.symbol-xxl-25px.symbol-2by3 .symbol-label {
        height: 25px;
        width: 37.5px
    }

    .symbol.symbol-xxl-25px.symbol-2by3>img {
        height: 25px;
        width: 37.5px;
        max-width: auto
    }

    .symbol.symbol-xxl-30px>img {
        width: 30px;
        height: 30px
    }

    .symbol.symbol-xxl-30px .symbol-label {
        width: 30px;
        height: 30px
    }

    .symbol.symbol-xxl-30px.symbol-fixed .symbol-label {
        width: 30px;
        height: 30px
    }

    .symbol.symbol-xxl-30px.symbol-fixed>img {
        width: 30px;
        height: 30px;
        max-width: auto
    }

    .symbol.symbol-xxl-30px.symbol-2by3 .symbol-label {
        height: 30px;
        width: 45px
    }

    .symbol.symbol-xxl-30px.symbol-2by3>img {
        height: 30px;
        width: 45px;
        max-width: auto
    }

    .symbol.symbol-xxl-35px>img {
        width: 35px;
        height: 35px
    }

    .symbol.symbol-xxl-35px .symbol-label {
        width: 35px;
        height: 35px
    }

    .symbol.symbol-xxl-35px.symbol-fixed .symbol-label {
        width: 35px;
        height: 35px
    }

    .symbol.symbol-xxl-35px.symbol-fixed>img {
        width: 35px;
        height: 35px;
        max-width: auto
    }

    .symbol.symbol-xxl-35px.symbol-2by3 .symbol-label {
        height: 35px;
        width: 52.5px
    }

    .symbol.symbol-xxl-35px.symbol-2by3>img {
        height: 35px;
        width: 52.5px;
        max-width: auto
    }

    .symbol.symbol-xxl-40px>img {
        width: 40px;
        height: 40px
    }

    .symbol.symbol-xxl-40px .symbol-label {
        width: 40px;
        height: 40px
    }

    .symbol.symbol-xxl-40px.symbol-fixed .symbol-label {
        width: 40px;
        height: 40px
    }

    .symbol.symbol-xxl-40px.symbol-fixed>img {
        width: 40px;
        height: 40px;
        max-width: auto
    }

    .symbol.symbol-xxl-40px.symbol-2by3 .symbol-label {
        height: 40px;
        width: 60px
    }

    .symbol.symbol-xxl-40px.symbol-2by3>img {
        height: 40px;
        width: 60px;
        max-width: auto
    }

    .symbol.symbol-xxl-45px>img {
        width: 45px;
        height: 45px
    }

    .symbol.symbol-xxl-45px .symbol-label {
        width: 45px;
        height: 45px
    }

    .symbol.symbol-xxl-45px.symbol-fixed .symbol-label {
        width: 45px;
        height: 45px
    }

    .symbol.symbol-xxl-45px.symbol-fixed>img {
        width: 45px;
        height: 45px;
        max-width: auto
    }

    .symbol.symbol-xxl-45px.symbol-2by3 .symbol-label {
        height: 45px;
        width: 67.5px
    }

    .symbol.symbol-xxl-45px.symbol-2by3>img {
        height: 45px;
        width: 67.5px;
        max-width: auto
    }

    .symbol.symbol-xxl-50px>img {
        width: 50px;
        height: 50px
    }

    .symbol.symbol-xxl-50px .symbol-label {
        width: 50px;
        height: 50px
    }

    .symbol.symbol-xxl-50px.symbol-fixed .symbol-label {
        width: 50px;
        height: 50px
    }

    .symbol.symbol-xxl-50px.symbol-fixed>img {
        width: 50px;
        height: 50px;
        max-width: auto
    }

    .symbol.symbol-xxl-50px.symbol-2by3 .symbol-label {
        height: 50px;
        width: 75px
    }

    .symbol.symbol-xxl-50px.symbol-2by3>img {
        height: 50px;
        width: 75px;
        max-width: auto
    }

    .symbol.symbol-xxl-55px>img {
        width: 55px;
        height: 55px
    }

    .symbol.symbol-xxl-55px .symbol-label {
        width: 55px;
        height: 55px
    }

    .symbol.symbol-xxl-55px.symbol-fixed .symbol-label {
        width: 55px;
        height: 55px
    }

    .symbol.symbol-xxl-55px.symbol-fixed>img {
        width: 55px;
        height: 55px;
        max-width: auto
    }

    .symbol.symbol-xxl-55px.symbol-2by3 .symbol-label {
        height: 55px;
        width: 82.5px
    }

    .symbol.symbol-xxl-55px.symbol-2by3>img {
        height: 55px;
        width: 82.5px;
        max-width: auto
    }

    .symbol.symbol-xxl-60px>img {
        width: 60px;
        height: 60px
    }

    .symbol.symbol-xxl-60px .symbol-label {
        width: 60px;
        height: 60px
    }

    .symbol.symbol-xxl-60px.symbol-fixed .symbol-label {
        width: 60px;
        height: 60px
    }

    .symbol.symbol-xxl-60px.symbol-fixed>img {
        width: 60px;
        height: 60px;
        max-width: auto
    }

    .symbol.symbol-xxl-60px.symbol-2by3 .symbol-label {
        height: 60px;
        width: 90px
    }

    .symbol.symbol-xxl-60px.symbol-2by3>img {
        height: 60px;
        width: 90px;
        max-width: auto
    }

    .symbol.symbol-xxl-65px>img {
        width: 65px;
        height: 65px
    }

    .symbol.symbol-xxl-65px .symbol-label {
        width: 65px;
        height: 65px
    }

    .symbol.symbol-xxl-65px.symbol-fixed .symbol-label {
        width: 65px;
        height: 65px
    }

    .symbol.symbol-xxl-65px.symbol-fixed>img {
        width: 65px;
        height: 65px;
        max-width: auto
    }

    .symbol.symbol-xxl-65px.symbol-2by3 .symbol-label {
        height: 65px;
        width: 97.5px
    }

    .symbol.symbol-xxl-65px.symbol-2by3>img {
        height: 65px;
        width: 97.5px;
        max-width: auto
    }

    .symbol.symbol-xxl-70px>img {
        width: 70px;
        height: 70px
    }

    .symbol.symbol-xxl-70px .symbol-label {
        width: 70px;
        height: 70px
    }

    .symbol.symbol-xxl-70px.symbol-fixed .symbol-label {
        width: 70px;
        height: 70px
    }

    .symbol.symbol-xxl-70px.symbol-fixed>img {
        width: 70px;
        height: 70px;
        max-width: auto
    }

    .symbol.symbol-xxl-70px.symbol-2by3 .symbol-label {
        height: 70px;
        width: 105px
    }

    .symbol.symbol-xxl-70px.symbol-2by3>img {
        height: 70px;
        width: 105px;
        max-width: auto
    }

    .symbol.symbol-xxl-75px>img {
        width: 75px;
        height: 75px
    }

    .symbol.symbol-xxl-75px .symbol-label {
        width: 75px;
        height: 75px
    }

    .symbol.symbol-xxl-75px.symbol-fixed .symbol-label {
        width: 75px;
        height: 75px
    }

    .symbol.symbol-xxl-75px.symbol-fixed>img {
        width: 75px;
        height: 75px;
        max-width: auto
    }

    .symbol.symbol-xxl-75px.symbol-2by3 .symbol-label {
        height: 75px;
        width: 112.5px
    }

    .symbol.symbol-xxl-75px.symbol-2by3>img {
        height: 75px;
        width: 112.5px;
        max-width: auto
    }

    .symbol.symbol-xxl-100px>img {
        width: 100px;
        height: 100px
    }

    .symbol.symbol-xxl-100px .symbol-label {
        width: 100px;
        height: 100px
    }

    .symbol.symbol-xxl-100px.symbol-fixed .symbol-label {
        width: 100px;
        height: 100px
    }

    .symbol.symbol-xxl-100px.symbol-fixed>img {
        width: 100px;
        height: 100px;
        max-width: auto
    }

    .symbol.symbol-xxl-100px.symbol-2by3 .symbol-label {
        height: 100px;
        width: 150px
    }

    .symbol.symbol-xxl-100px.symbol-2by3>img {
        height: 100px;
        width: 150px;
        max-width: auto
    }

    .symbol.symbol-xxl-125px>img {
        width: 125px;
        height: 125px
    }

    .symbol.symbol-xxl-125px .symbol-label {
        width: 125px;
        height: 125px
    }

    .symbol.symbol-xxl-125px.symbol-fixed .symbol-label {
        width: 125px;
        height: 125px
    }

    .symbol.symbol-xxl-125px.symbol-fixed>img {
        width: 125px;
        height: 125px;
        max-width: auto
    }

    .symbol.symbol-xxl-125px.symbol-2by3 .symbol-label {
        height: 125px;
        width: 187.5px
    }

    .symbol.symbol-xxl-125px.symbol-2by3>img {
        height: 125px;
        width: 187.5px;
        max-width: auto
    }

    .symbol.symbol-xxl-150px>img {
        width: 150px;
        height: 150px
    }

    .symbol.symbol-xxl-150px .symbol-label {
        width: 150px;
        height: 150px
    }

    .symbol.symbol-xxl-150px.symbol-fixed .symbol-label {
        width: 150px;
        height: 150px
    }

    .symbol.symbol-xxl-150px.symbol-fixed>img {
        width: 150px;
        height: 150px;
        max-width: auto
    }

    .symbol.symbol-xxl-150px.symbol-2by3 .symbol-label {
        height: 150px;
        width: 225px
    }

    .symbol.symbol-xxl-150px.symbol-2by3>img {
        height: 150px;
        width: 225px;
        max-width: auto
    }

    .symbol.symbol-xxl-160px>img {
        width: 160px;
        height: 160px
    }

    .symbol.symbol-xxl-160px .symbol-label {
        width: 160px;
        height: 160px
    }

    .symbol.symbol-xxl-160px.symbol-fixed .symbol-label {
        width: 160px;
        height: 160px
    }

    .symbol.symbol-xxl-160px.symbol-fixed>img {
        width: 160px;
        height: 160px;
        max-width: auto
    }

    .symbol.symbol-xxl-160px.symbol-2by3 .symbol-label {
        height: 160px;
        width: 240px
    }

    .symbol.symbol-xxl-160px.symbol-2by3>img {
        height: 160px;
        width: 240px;
        max-width: auto
    }

    .symbol.symbol-xxl-175px>img {
        width: 175px;
        height: 175px
    }

    .symbol.symbol-xxl-175px .symbol-label {
        width: 175px;
        height: 175px
    }

    .symbol.symbol-xxl-175px.symbol-fixed .symbol-label {
        width: 175px;
        height: 175px
    }

    .symbol.symbol-xxl-175px.symbol-fixed>img {
        width: 175px;
        height: 175px;
        max-width: auto
    }

    .symbol.symbol-xxl-175px.symbol-2by3 .symbol-label {
        height: 175px;
        width: 262.5px
    }

    .symbol.symbol-xxl-175px.symbol-2by3>img {
        height: 175px;
        width: 262.5px;
        max-width: auto
    }

    .symbol.symbol-xxl-200px>img {
        width: 200px;
        height: 200px
    }

    .symbol.symbol-xxl-200px .symbol-label {
        width: 200px;
        height: 200px
    }

    .symbol.symbol-xxl-200px.symbol-fixed .symbol-label {
        width: 200px;
        height: 200px
    }

    .symbol.symbol-xxl-200px.symbol-fixed>img {
        width: 200px;
        height: 200px;
        max-width: auto
    }

    .symbol.symbol-xxl-200px.symbol-2by3 .symbol-label {
        height: 200px;
        width: 300px
    }

    .symbol.symbol-xxl-200px.symbol-2by3>img {
        height: 200px;
        width: 300px;
        max-width: auto
    }
}

.symbol-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px
}

.symbol-group .symbol {
    position: relative;
    z-index: 0;
    margin-left: -10px;
    border: 2px solid #fff;
    transition: all .3s ease
}

.symbol-group .symbol:hover {
    transition: all .3s ease;
    z-index: 1
}

.symbol-group.symbol-hover .symbol {
    cursor: pointer
}


.min-h-unset {
    min-height: unset!important
}

.min-h-25 {
    min-height: 25%!important
}

.min-h-50 {
    min-height: 50%!important
}

.min-h-75 {
    min-height: 75%!important
}

.min-h-100 {
    min-height: 100%!important
}

.min-h-auto {
    min-height: auto!important
}

.min-h-1px {
    min-height: 1px!important
}

.min-h-2px {
    min-height: 2px!important
}

.min-h-3px {
    min-height: 3px!important
}

.min-h-4px {
    min-height: 4px!important
}

.min-h-5px {
    min-height: 5px!important
}

.min-h-6px {
    min-height: 6px!important
}

.min-h-7px {
    min-height: 7px!important
}

.min-h-8px {
    min-height: 8px!important
}

.min-h-9px {
    min-height: 9px!important
}

.min-h-10px {
    min-height: 10px!important
}

.min-h-15px {
    min-height: 15px!important
}

.min-h-20px {
    min-height: 20px!important
}

.min-h-25px {
    min-height: 25px!important
}

.min-h-30px {
    min-height: 30px!important
}

.min-h-35px {
    min-height: 35px!important
}

.min-h-40px {
    min-height: 40px!important
}

.min-h-45px {
    min-height: 45px!important
}

.min-h-50px {
    min-height: 50px!important
}

.min-h-55px {
    min-height: 55px!important
}

.min-h-60px {
    min-height: 60px!important
}

.min-h-65px {
    min-height: 65px!important
}

.min-h-70px {
    min-height: 70px!important
}

.min-h-75px {
    min-height: 75px!important
}

.min-h-80px {
    min-height: 80px!important
}

.min-h-85px {
    min-height: 85px!important
}

.min-h-90px {
    min-height: 90px!important
}

.min-h-95px {
    min-height: 95px!important
}

.min-h-100px {
    min-height: 100px!important
}

.min-h-125px {
    min-height: 125px!important
}

.min-h-150px {
    min-height: 150px!important
}

.min-h-175px {
    min-height: 175px!important
}

.min-h-200px {
    min-height: 200px!important
}

.min-h-225px {
    min-height: 225px!important
}

.min-h-250px {
    min-height: 250px!important
}

.min-h-275px {
    min-height: 275px!important
}

.min-h-300px {
    min-height: 300px!important
}

.min-h-325px {
    min-height: 325px!important
}

.min-h-350px {
    min-height: 350px!important
}

.min-h-375px {
    min-height: 375px!important
}

.min-h-400px {
    min-height: 400px!important
}

.min-h-425px {
    min-height: 425px!important
}

.min-h-450px {
    min-height: 450px!important
}

.min-h-475px {
    min-height: 475px!important
}

.min-h-500px {
    min-height: 500px!important
}

.min-h-550px {
    min-height: 550px!important
}

.min-h-600px {
    min-height: 600px!important
}

.min-h-650px {
    min-height: 650px!important
}

.min-h-700px {
    min-height: 700px!important
}

.min-h-750px {
    min-height: 750px!important
}

.min-h-800px {
    min-height: 800px!important
}

.min-h-850px {
    min-height: 850px!important
}

.min-h-900px {
    min-height: 900px!important
}

.min-h-950px {
    min-height: 950px!important
}

.min-h-1000px {
    min-height: 1000px!important
}

.flex-stack {
    justify-content: space-between;
    align-items: center;
}

.divider-left {
	height: 12px;
	width: 1px;
	background: #e8e8e8;
}

.preview-label {
	position: fixed;
	top: 75px;
	left: -225px;
	width: 600px;
	height: 55px;
	margin: 0;
	padding: 10px;
	font-size: 24px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	transform: rotate(-45deg);
	transform-origin: 50% 0;
	background-color: rgb(0, 0, 0);
	border: 1px solid rgb(170, 170, 170);
	opacity: .7;
	z-index: 1200;
}

@-webkit-keyframes placeHolderShimmer {
	0% {
	  background-position: -468px 0;
	}
	100% {
	  background-position: 468px 0;
	}
}

  @keyframes placeHolderShimmer {
	0% {
	  background-position: -468px 0;
	}
	100% {
	  background-position: 468px 0;
	}
}

.flex-basis-auto{
	flex-basis : auto !important;
}

.flex-basis-0{
	flex-basis : 0% !important;
}

.post-title {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 360px) and (max-width: 600px) {
    .post-title {
        display: -webkit-inline-box;
        height: 44px;
        padding-top: 4px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
        word-break: break-word;
    }
}

.post-wrapper{
	border-radius: 2px;
	margin: 10px 0;
	/* background-color: #fafafa; */
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 3px 1px -2px rgba(0, 0, 0, .12), 0px 1px 5px 0px rgba(0, 0, 0, .2);
	position: relative;
	text-align: start;
	box-sizing: border-box;
	flex-direction: column;
	overflow: visible;
	padding: 16px;
	vertical-align: top;
	width: 100%;
	cursor: pointer;
}
.post-wrapper{
	/* background-color: #fff; */
	border: 1px solid #cfd8dc;
	border-radius: 4px;
	box-shadow: none;
}
.post-transition {
	-webkit-transition-property: margin, padding, height, opacity, -webkit-transform;
	-webkit-transition-property: margin, padding, height, opacity, -webkit-transform;
	transition-property: margin, padding, height, opacity, -webkit-transform;
	transition-property: transform, margin, padding, height, opacity;
	-webkit-transition-property: transform, margin, padding, height, opacity, -webkit-transform;
	transition-property: transform, margin, padding, height, opacity, -webkit-transform;
	transition-delay: 0ms, 100ms, 0ms, 0ms, 0ms;
	transition-duration: 200ms, 100ms, 100ms, 150ms, 200ms;
}

.post-wrapper:hover .user-post{
	display: none;
}

.user-toolbar {
	display: none;
	z-index: 5;
}

.btn-manage, .btn-cancel {
	-webkit-user-select: none;
	transition: background .2s .1s;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	min-width: 4em;
	outline: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-tap-highlight-color: transparent;
	z-index: 0;
}

.image-header {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	white-space: normal;
	max-width: 530px;
	line-height: normal;
}

.image-header img {
	border-radius: 4px;
	height: 100%;
	width: 72px;
}

.post-description {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-left: 16px;
	width: calc(100% - 72px);
}

.edit-post {
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.block-link:hover .ratiobox {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.ratiobox {
	position: relative;
	display: block;
	height: 0;
	overflow: hidden;
	/* padding-bottom: 80%; */
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	background-position: center center;
	background-repeat: no-repeat;
}
