.user-greeting {
	font-weight: 900;
	color: #787878;
	text-align: center;
	border-top: 1px solid #ddd;
	margin: 12px 2px 12px 2px;
	padding-top: 8px;
	text-transform: capitalize
}
#top-header {
	background-color: transparent;
	display: block;
	height: 52px;
	position: relative;
	top: 0;
	z-index: 3
}

.header-left {
	display: flex;
	float: left;
	height: 52px
}
.header-right {
	display: flex;
	float: right;
	height: 52px
}
.main-nav {
	width: 52px;
	padding: 10px
}
#language-container {
	width: 52px;
	max-height: 52px
}
.header-menu,
.header-search {
	width: inherit
}
.member-avatar {
	text-align: center;
	width: 52px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 12px
}
.member-avatar img {
	border-radius: 50%;
	width: 32px;
	height: 32px
}
.member-avatar a {
	display: block
}
.member-dropdown {
	position: absolute;
	display: block;
	background-color: #fff;
	border-top: 1px solid #f4f4f4;
	border-left: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	top: 61px;
	z-index: 3;
	right: 0;
	width: 69px;
	display: none;
	border-radius: 0 0 0 8px
}
body.system-switch-mode-on .member-dropdown {
	background-color: #202020;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444
}
.submenu-trigger:hover .member-dropdown {
	display: block
}
.member-dropdown .header-sub-icon:last-child {
	border-radius: 0 0 8px 8px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.member-dropdown .header-sub-icon:hover {
	background-color: #fff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.open-footer {
	position: absolute;
	bottom: 0
}
.cd-main-content {
	text-align: center
}
.cd-main-content h1 {
	font-size: 2rem;
	color: #64788c;
	padding: 4em 0
}
@media only screen and (min-width: 1170px) {
	.cd-main-content h1 {
		font-size: 3.2rem
	}
}
.cd-panel {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	-webkit-transition: visibility 0s .6s;
	transition: visibility 0s .6s;
	z-index: 999
}
.cd-panel::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	cursor: pointer;
	-webkit-transition: background .2s .2s;
	transition: background .2s .2s
}
.cd-panel.cd-panel--is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
	background-color: rgba(255, 255, 255, .5)
}
body.system-switch-mode-on .cd-panel.cd-panel--is-visible {
	background-color: rgba(0, 0, 0, .5)
}
.cd-panel.cd-panel--is-visible::after {
	background: 0 0;
	-webkit-transition: background .2s 0s;
	transition: background .2s 0s
}
.cd-panel__header {
	position: fixed;
	width: 90%;
	height: 50px;
	line-height: 50px;
	background: rgba(255, 255, 255, .96);
	z-index: 2;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
	-webkit-transition: -webkit-transform .2s 0s;
	transition: -webkit-transform .2s 0s;
	transition: transform .2s 0s;
	transition: transform .2s 0s, -webkit-transform .2s 0s;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px)
}
.cd-panel__header h1,
.panel-header {
	color: #787878;
	font-size: 22px;
	text-transform: capitalize;
	line-height: 42px;
	margin-bottom: 0
}
body.system-switch-mode-on .cd-panel__header h1,
body.system-switch-mode-on .panel-header {
	color: #eee
}
.header-logo-panel img {
	float: left;
	width: 32px;
	margin: 4px 10px 4px 4px
}
.header-logo-panel .cd-panel__close,
.header-panel .cd-panel__close {
	top: 16px;
	right: 6px
}
.site-panel-header {
	margin: 8px 0 -12px 4px
}
.header-divider {
	margin: -8px 8px 22px 8px;
	display: block
}
.panel-header i {
	padding-right: 8px;
	font-size: 26px!important;
	color: var(--primary)
}
.cd-panel--from-right .cd-panel__header {
	right: 0;
	background: #fff;
	border-left: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
	box-shadow: none
}
.cd-panel--from-left .cd-panel__header {
	left: 0
}
.cd-panel--is-visible .cd-panel__header {
	-webkit-transition: -webkit-transform .2s .2s;
	transition: -webkit-transform .2s .2s;
	transition: transform .2s .2s;
	transition: transform .2s .2s, -webkit-transform .2s .2s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
@media only screen and (min-width: 768px) {
	.cd-panel__header {
		width: 70%
	}
}
@media only screen and (min-width: 1170px) {
	.cd-panel__header {
		width: 50%
	}
}
.cd-panel__close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent!important
}
.cd-panel__close::after,
.cd-panel__close::before {
	content: '';
	position: absolute;
	top: 23px;
	left: 15px;
	height: 3px;
	width: 20px;
	background-color: #787878;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.panel-close::after,
.panel-close::before {
	top: 25px;
	left: 16px
}
.cd-panel__close:hover {
	background-color: transparent
}
body.system-switch-mode-on .cd-panel__close:hover {
	background-color: transparent
}
body.system-switch-mode-on .cd-panel__close::after,
body.system-switch-mode-on .cd-panel__close::before {
	background-color: #eee
}
.cd-panel__close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.cd-panel__close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.cd-panel__close:hover::after,
.cd-panel__close:hover::before {
	background-color: var(--secondary);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
body.system-switch-mode-on .cd-panel__close:hover::after,
body.system-switch-mode-on .cd-panel__close:hover::before {
	background-color: var(--secondary)
}
.cd-panel__close:hover::before {
	-webkit-transform: rotate(220deg);
	-ms-transform: rotate(220deg);
	transform: rotate(220deg)
}
.cd-panel__close:hover::after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}
.cd-panel--is-visible .cd-panel__close::before {
	-webkit-animation: cd-close-1 .6s .2s;
	animation: cd-close-1 .6s .2s
}
.cd-panel--is-visible .cd-panel__close::after {
	-webkit-animation: cd-close-2 .6s .2s;
	animation: cd-close-2 .6s .2s
}
.left-close {
	top: 16px;
	height: 48px;
	width: 48px;
	right: 14px;
	z-index: 1
}
.left-close:hover {
	background-color: transparent
}
.right-close {
    top: 12px;
    height: 48px;
    width: 48px;
    right: 12px;
    z-index: 1;
}
.right-close:hover {
	background-color: transparent
}
.panel-close {
	top: 0;
	height: 52px;
	width: 52px;
	left: 0;
	display: block;
	position: initial;
	z-index: 1
}
@-webkit-keyframes cd-close-1 {
	0%, 50% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
}
@keyframes cd-close-1 {
	0%, 50% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
}
@-webkit-keyframes cd-close-2 {
	0%, 50% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}
@keyframes cd-close-2 {
	0%, 50% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}
.cd-panel__container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: 0 0;
	z-index: 3;
	-webkit-transition: -webkit-transform .2s .2s;
	transition: -webkit-transform .2s .2s;
	transition: transform .2s .2s;
	transition: transform .2s .2s, -webkit-transform .2s .2s
}
.cd-panel--from-right .cd-panel__container {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.panel-content-left {
	border-left: 0!important;
	border-right: 1px solid #f4f4f4;
	height: 100%!important;
	bottom: unset!important;
	top: 0;
	max-height: 100%!important
}
body.system-switch-mode-on .panel-content-left {
	border-left: 0!important;
	border-right: 1px solid #202020
}
.cd-panel--from-left .cd-panel__container {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.cd-panel--is-visible .cd-panel__container {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}
.cd-panel__content {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	padding: 12px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	border-left: 1px solid #f4f4f4
}
body.system-switch-mode-on .cd-panel__content {
	border-left: 1px solid #202020;
	background-color: #191919
}
.cd-panel__content p {
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.4;
	margin: 2em 0
}
.cd-panel__content p:first-of-type {
	margin-top: 0
}
@media only screen and (min-width: 768px) {
	.cd-panel__content p {
		font-size: 1.6rem;
		line-height: 1.6
	}
}
.panel-header-right {
	width: 302px
}
.panel-container-right {
	width: 302px
}
.panel-header-left {
	width: 302px
}
.panel-container-left {
	width: 302px
}
.side-nav-panel {
	width: 332px
}
.action-content {
	height: auto!important;
	width: 456px;
	top: unset;
	bottom: 64px!important;
	left: 22px;
	border-radius: 8px;
	border: 1px solid #f4f4f4!important;
	overflow-y: hidden
}
body.system-switch-mode-on .action-content {
	border: 1px solid #333!important
}
.function-content {
	height: fit-content!important;
	width: 50%;
	top: 22%;
	left: 25%;
	border-radius: 8px;
	border: 1px solid #f4f4f4!important;
	overflow-y: hidden
}
@media only screen and (max-width: 992px) {
	.function-content {
		width: 80%;
		left: 10%;
		top: 12%
	}
}
body.system-switch-mode-on .function-content {
	border: 1px solid #333!important
}
.location-container {
	position: absolute;
	right: 62px;
	top: 22px;
	background-color: #eee;
	color: #585858;
	border-radius: 50px;
	padding: 4px 12px 4px 12px;
	font-weight: 700
}
@media only screen and (max-width: 500px) {
	.location-container {
		display: none
	}
}
body.system-switch-mode-on .location-container {
	background-color: #181818;
	color: #eee
}
.floating-panel {
	bottom: 62px;
	right: 22px!important;
	top: unset;
	height: 622px
}
.floating-panel-content {
	border-radius: 8px;
	border: 0;
	height: 622px
}
.footer-panel__close:hover::after,
.footer-panel__close:hover::before {
	background-color: var(--secondary)
}
body.system-switch-mode-on .footer-panel__close:hover::after,
body.system-switch-mode-on .footer-panel__close:hover::before {
	background-color: var(--secondary)
}
.footer-panel {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	-webkit-transition: visibility 0s .6s;
	transition: visibility 0s .6s;
	z-index: 101;
	background-color: rgba(255, 255, 255, .5)
}
body.system-switch-mode-on .footer-panel {
	background-color: rgba(0, 0, 0, .5)
}
.footer-panel::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	cursor: pointer;
	-webkit-transition: background .2s .2s;
	transition: background .2s .2s
}
.footer-panel.footer-panel--is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	transition: visibility 0s 0s
}
.footer-panel.footer-panel--is-visible::after {
	background: 0 0;
	-webkit-transition: background .2s 0s;
	transition: background .2s 0s
}
body.system-switch-mode-on .footer-panel.footer-panel--is-visible::after {
	background: 0 0;
	-webkit-transition: background .2s 0s;
	transition: background .2s 0s
}
.footer-panel--from-bottom .footer-panel__header {
	right: 0;
	display: inline-flex
}
.footer-panel--is-visible .footer-panel__header {
	-webkit-transition: -webkit-transform .2s .2s;
	transition: -webkit-transform .2s .2s;
	transition: transform .2s .2s;
	transition: transform .2s .2s, -webkit-transform .2s .2s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
body.system-switch-mode-on .footer-panel__container {
	background: #181818
}
.footer-panel__header {
	width: 100%
}
.footer-panel__close {
	z-index: 3;
	position: absolute;
	top: 6px;
	right: 8px;
	height: 48px;
	width: 48px;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	border-radius: 0;
	background-color: transparent
}
body.system-switch-mode-on .footer-panel__close {
	background-color: #181818
}
.footer-panel__close::after,
.footer-panel__close::before {
	content: '';
	position: absolute;
	top: 22px;
	left: 16px;
	height: 3px;
	width: 20px;
	background-color: #ccc;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
body.system-switch-mode-on .footer-panel__close::after,
body.system-switch-mode-on .footer-panel__close::before {
	background-color: #777
}
.footer-panel__close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.footer-panel__close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.footer-panel__close:hover::after,
.footer-panel__close:hover::before {
	background--webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
.footer-panel__close:hover::before {
	-webkit-transform: rotate(220deg);
	-ms-transform: rotate(220deg);
	transform: rotate(220deg)
}
.footer-panel__close:hover::after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}
.footer-panel--is-visible .footer-panel__close::before {
	-webkit-animation: content-close-1 .6s .2s;
	animation: content-close-1 .6s .2s
}
.footer-panel--is-visible .footer-panel__close::after {
	-webkit-animation: content-close-2 .6s .2s;
	animation: content-close-2 .6s .2s
}
.footer-content {
	padding: 12px 62px 12px 62px;
	margin-top: 6px;
	width: -webkit-fill-available;
	padding-left: 42px!important;
	padding-right: 42px!important
}
@media only screen and (max-width: 768px) {
	.footer-content {
		padding: 12px 22px 28px 22px;
		width: -webkit-fill-available
	}
}
@media only screen and (max-width: 768px) {
	.footer-menu-blocks {
		display: flex
	}
}
@media only screen and (max-width: 768px) {
	.mobile-block {
		width: 50%
	}
}
.footer-nav>div>ul {
	list-style: none;
	padding: 2px;
	margin-top: 2px
}
.footer-nav>div>ul>li>a {
	font-size: 14px;
	color: #787878;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 1px
}
body.system-switch-mode-on .footer-nav>div>ul>li>a {
	color: #999
}
.footer-hr {
	margin-top: 20px;
	margin-bottom: 32px;
	border-top: 1px solid #eee;
	margin-right: 22px
}
.footer-hr-bottom {
	margin-top: 12px;
	margin-bottom: 18px;
	border-top: 1px solid #eee
}
@media only screen and (max-width: 768px) {
	.footer-hr {
		margin-right: 32px
	}
}
@media only screen and (max-width: 768px) {
	.footer-hr-bottom {
		margin-right: 12px;
		margin-top: 2px;
		margin-bottom: 32px
	}
}
.footer-heading {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600
}
.copyright-text {
	font-size: 14px;
	color: #999;
	font-weight: 500;
	padding: 16px
}
.footer-bottom {
	display: inline-flex;
	width: -webkit-fill-available
}
.footer-logo-text {
	width: -webkit-fill-available
}
@media only screen and (max-width: 768px) {
	.footer-logo-text {
		display: none
	}
}
@media only screen and (min-width: 768px) {
	.footer-logo-text-mobile {
		display: none
	}
}
.footer-logo-text img {
	width: 52px
}
.footer-logo-text-mobile img {
	width: 32px
}
@media only screen and (max-width: 768px) {
	.footer-logo-text {
		margin-top: -12px
	}
}
#footer-options {
	float: right;
	margin-top: -46px
}
#footer-language-container select {
	height: 18px;
	box-shadow: none;
	padding: 7px 10px;
	border-radius: 3px;
	transition: box-shadow .25s ease-in-out;
	cursor: pointer;
	font-size: 12px!important;
	font-weight: 600!important;
	font-family: 'Asap', sans-serif;
	text-transform: uppercase!important;
	letter-spacing: .5px;
	color: #999!important;
	background: 0 0;
	border: 0;
	-moz-appearance: none;
	text-indent: .01px;
	text-overflow: '';
	width: 102px
}
@media only screen and (max-width: 768px) {
	#footer-language-container {
		display: none
	}
}
.currency-container {
	position: relative;
	padding: 0;
	text-align: center
}
.options-container {
	float: right;
	margin-right: 0;
	padding: 6px
}
@media only screen and (max-width: 768px) {
	.options-container {
		display: none
	}
}
.options-container div {
	margin: 4px
}
.footer-currency-select {
	color: #999;
	height: 32px;
	box-shadow: none;
	border: 0;
	padding: 2px 2px;
	border-radius: 3px;
	transition: box-shadow .25s ease-in-out;
	cursor: pointer;
	margin: 0;
	outline-style: none!important;
	outline: 0!important;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #fff;
	width: 120px
}
body.system-switch-mode-on .footer-currency-select {
	color: #999;
	border: 0;
	background-color: #181818
}
#footer-currencies-container {
	position: relative;
	display: inline;
	margin-top: 0;
	margin-right: 0
}
.footer-currencies {
	list-style: none;
	display: inline-flex;
	text-align: left;
	padding: 2px;
	margin-bottom: 0
}
.currency-icons-li {
	display: inline-block;
	margin: 5px;
	margin-left: 4px;
	margin-right: 4px;
	vertical-align: top
}
.currency-icon-footer {
	display: inline-block;
	width: 22px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: all .2s ease-out;
	opacity: .5
}
.currency-icon-footer:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	transition: all .2s ease-out;
	opacity: 1
}
body.system-switch-mode-on .currency-icon-footer {
	filter: grayscale(100%) brightness(300%)
}
body.system-switch-mode-on .currency-icon-footer:hover {
	filter: brightness(120%)
}
.footer-logo-text-mobile {
	width: -webkit-fill-available
}
@media only screen and (max-width: 1020px) {
	#footer-currencies-container {
		display: none
	}
}
.sys-switch-container {
	display: inline-flex;
	position: absolute;
	left: 22px;
	top: 17px
}
@media only screen and (max-width: 452px) {
	.sys-switch-container {
		display: none
	}
}
.mode-text {
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 32px
}
@media only screen and (max-width: 768px) {
	.footer-menu-blocks {
		margin-bottom: 72px;
		padding-bottom: 12px
	}
}
.footer-menu-blocks {
	margin-bottom: 12px;
	max-height: 250px
}
.footer-panel__header {
	padding-top: 8px;
	bottom: 0;
	position: fixed;
	width: 100%;
	background: #fff;
	border-top: 0;
	z-index: 2;
	-webkit-transition: -webkit-transform .2s 0s;
	transition: -webkit-transform .2s 0s;
	transition: transform .2s 0s;
	transition: transform .2s 0s, -webkit-transform .2s 0s
}
.footer-panel__container {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 1;
	-webkit-transition: -webkit-transform .2s .2s;
	transition: -webkit-transform .2s .2s;
	transition: transform .2s .2s;
	transition: transform .2s .2s, -webkit-transform .2s .2s;
	bottom: 0
}
body.system-switch-mode-on .footer-panel__header {
	background: #181818;
	border-top: 0
}
.footer-panel__header {
	-webkit-transform: translateY(482px);
	-ms-transform: translateY(482px);
	transform: translateY(482px)
}
.footer-panel__container {
	height: 462px
}
@media only screen and (max-width: 768px) {
	.footer-panel__header {
		height: auto!important;
		-webkit-transform: translateY(622px);
		-ms-transform: translateY(622px);
		transform: translateY(622px)
	}
}
.full-panel {
	height: 100%;
	max-height: 100%;
	padding-bottom: 62px
}
.experience-content {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}
@media only screen and (max-width: 768px) {
	.experience-content {
		height: auto!important;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%)
	}
}
.full-close {
	top: 22px
}
.cd-panel__close {
	opacity: 0
}
.cd-panel__container:hover .cd-panel__close {
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.panel-legal-text {
	display: inline-block;
	color: #999;
	font-weight: 700;
	font-size: 12px
}
#panel-legal {
	display: block;
	text-align: center
}
.panel-legal-menu {
	display: inline-block
}
#menu-panel-legal {
	margin: -5px 0!important;
	list-style: none;
	display: flex
}
#menu-panel-legal li:not(:last-child):after {
	content: '|';
	padding: 0 4px 0 5px;
	color: #e5e5e5
}
body.system-switch-mode-on #menu-panel-legal li:not(:last-child):after {
	color: #444
}
#menu-panel-legal li a {
	color: #999;
	font-size: 9px;
	font-weight: 800
}
#menu-panel-legal li a:hover {
	color: var(--primary)
}
.panel-legal-text::after {
	content: '|';
	padding: 0 4px 0 5px;
	color: #e5e5e5
}
body.system-switch-mode-on .panel-legal-text::after {
	color: #444
}

.panel-container-50 {
    width: 50%;
}
.panel-container-40 {
    width: 40%;
}

.search-content-panel {
    width: 392px;
}