.doc-ul1 li a {
	color: #434343
}

.doc-p1 a {
	color: #408de4
}

.bubble {
	position: absolute;
	top: 7px;
	right: 18%;
	display: block
}

.mw-menu {
	padding-top: 10px
}

.bubble-mob {
	display: none;
	position: absolute;
	top: 20px;
	left: 100px
}

.mw-sub-content-li {
	position: relative
}

.drop-link-sup-tt {
	color: #fff;
	background: #556bd5;
	vertical-align: middle;
	font-size: 10px;
	padding: 5px 7px;
	border-radius: 3px;
	font-weight: 500;
	margin-left: 2px;
	border: none;
	display: inline-block
}

.drop-link-sup-tt2 {
	margin-bottom: 2px
}

@media(max-width:994px) {
	.bubble {
		display: none
	}

	.bubble-mob {
		display: block
	}
}

.mw-menu-tabs {
	padding: 38px 25px
}

@media (max-width:1400px) {
	.mw-menu-tabs {
		padding: 25px 13px
	}

	.mw-menu-tab-dwn::after,
	.mw-menu-tab-dwn::before {
		left: -1px
	}

	.bubble,
	.bubble-mob {
		top: 0
	}

	.mw-menu-tabs::after {
		bottom: 14px
	}
}

@media (min-width:995px) {
	.mw-submenu {
		left: 52%
	}
}

.mw-menu-left-2 {
	margin-right: 0
}

.mw-menu-logo-a {
	position: relative
}

.mw_flag {
	padding-left: 12px;
	display: block
}

@media (max-width:1600px) {
	.mw_flag img {
		width: 32px !important;
		height: 20px !important
	}
}

.mw-flag-dropdown {
	position: relative;
	display: inline-block
}

.mw-flag-toggle {
	background: 0 0;
	border: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 20px !important
}

.mw-flag-drop-list {
	padding: 12px
}

.mw-flag-drop-list img {
	width: 30px;
	height: 30px
}

.mw-flag-drop {
	padding: 20px
}

.mw-flag-drop.mw-show {
	display: block
}

.mw-flag-lnk {
	color: var(--gray_clr)
}

.mw-flag-dropdown-small,
.mw-flag-toggle::after {
	display: none
}

@media (max-width:1400px) {
	.mw-flag-txt {
		font-size: 14px
	}
}

@media (max-width:991px) {
	.mw-flag-dropdown {
		display: block
	}

	.mw-flag-dropdown-larg {
		display: none
	}

	.mw-flag-dropdown-small {
		display: block
	}

	.mw-flag-toggle {
		padding: 20px 30px !important
	}
}

.mw-flag-span {
	font-size: 15px;
	font-weight: 400
}

.mw-menu-logo-1 {
	width: 155px;
	height: 50px
}

.docspg-mncntnr {
	padding: 60px 10px
}

.docspg-mnwrapr {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start
}

.docspg-mncol1 {
	width: 250px;
	margin-right: 30px;
	position: sticky;
	top: 100px
}

.docspg-nav {
	display: block;
	width: 100%;
	text-align: right
}

.docspg-nav li {
	position: relative
}

.docspg-nav a {
	display: block;
	font-size: 16px;
	padding: 8px 20px 8px 5px;
	color: #121212;
	transition: all .3s ease-in-out
}

.docspg-nav a:hover {
	color: #6b60ff
}

.docspg-navli-activ a {
	color: #6b60ff
}

.docspg-nav li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: 100%;
	background: #f1f6f9
}

.docspg-nav .docspg-navli-activ::after {
	background: #feb73b
}

.docspg-mncol2 {
	width: calc(100% - 280px);
	padding-right: 10px
}

.doc-hdrttl {
	font-size: 45px;
	margin-bottom: 30px
}

.doc-p1 {
	margin: 10px 0;
	position: relative;
	padding-left: 10px
}

.doc-p1-strong {
	font-weight: 600
}

.doc-h2title {
	font-size: 25px;
	font-weight: 600;
	margin: 20px 0 15px
}

.doc-hr1 {
	width: 100%;
	height: 1px;
	background: #f2efee;
	margin: 20px 0
}

.doc-ul1 {
	width: 100%;
	padding: 10px 15px
}

.doc-ul1 li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px
}

.doc-ul1 li::before {
	content: "A4";
	color: #27235c;
	position: absolute;
	top: 0;
	left: 0
}

.doc-ul1 li:last-child {
	margin-bottom: 0
}

.docspg-back-btn a {
	padding: 10px 30px;
	border-radius: 3px
}

.doctbl1-wrapr {
	margin: 40px 0;
	padding-left: 20px
}

.doctbl1-hdrttl {
	font-size: 18px;
	font-weight: 600;
	color: #6b60ff;
	text-align: center;
	margin-bottom: 10px
}

.doctbl1-hdrttl a {
	color: #6b60ff
}

.doctbl1 {
	width: 100%;
	text-align: center
}

.doctbl1 tr {
	border: 1px solid #f2efee;
	border-left: none;
	border-right: none
}

.doctbl1 tr td,
.doctbl1 tr th {
	text-align: center
}

.doctbl1 tr th {
	background: #f1f6f9;
	padding: 15px 5px
}

.doctbl1 tr td {
	padding: 10px 5px
}

@media(max-width:660px) {
	.docspg-nav {
		width: 100%;
		display: flex;
		justify-content: center
	}

	.doc-hdrttl {
		font-size: 32px
	}

	.docspg-mncol1 {
		width: 100%;
		margin-right: 6px;
		background: #fff;
		top: 74px;
		z-index: 99
	}

	.docspg-mncol2 {
		width: 100%;
		padding-top: 60px;
		position: relative;
		z-index: 0
	}

	.docspg-nav a {
		padding: 26px 20px 26px 5px !important
	}
}

@media(max-width:360px) {
	.docspg-mncntnr {
		overflow-x: scroll
	}

	.docspg-mncol1 {
		top: -32px
	}

	.list_count {
		left: -25px
	}

	.dclo-wrapr {
		padding: 0px 6px
	}
}

._f87h-mnwrapr {
	margin-top: 32px
}

#mwshow_contact_popup {
	display: none
}

.f0t3r_mncntnr {
	background: #0f0d2c
}

.f6yt-ftr-mncol-logo {
	max-width: 300px
}

.f6yt-ftr-awrd {
	display: flex;
	flex-wrap: wrap;
	padding: 45px 0 30px 0
}

.f6yt-ftr-awrd-img-box {
	padding: 0 10px
}

._f3t303r-s0m3d {
	padding-left: 15px
}

.awrd-img-box1 {
	padding-left: 0
}

.f6yt-ftr-col-copy {
	padding: 0 0 20px
}

@media (max-width:1114px) {
	.f0t33r-mnwrapr {
		text-align: unset
	}
}

@media(max-width:1016px) {
	.f0t33r-mnwrapr {
		text-align: center
	}
}

@media (max-width:920px) {
	.f6yt-ftr-col-copy {
		width: 50%
	}
}

@media(max-width:854px) {
	.f3t303r-col1 {
		margin-bottom: 30px;
		width: 100%;
		flex-wrap: wrap;
		padding: 25px
	}

	.f6yt-ftr-awrd {
		padding: 25px 0 15px 0
	}

	._f3t303r-s0m3d {
		justify-content: center;
		padding-bottom: 15px;
		padding-left: unset
	}

	.awrd-img-box1 {
		padding-left: unset
	}
}

@media (max-width:725px) {
	.f6yt-ftr-col-copy {
		width: 100%;
		padding: 5px 0
	}
}

@media(max-width:550px) {
	.f6yt-ftr-awrd {
		justify-content: center
	}

	.f6yt-ftr-awrd-img-box {
		padding: 5px 10px
	}
}

.f6yt-ftr-add {
	max-width: 250px;
	padding-bottom: 15px
}

.f6yt-ftr-add-ttl {
	font-size: 14px;
	font-weight: 400;
	color: #9d9cb5;
	position: relative;
	display: inline-block;
	padding-bottom: 20px
}

.f6yt-ftr-add-ttl::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #d6d5E485;
	bottom: 15px
}

.f6yt-ftr-add-desc {
	font-size: 14px;
	font-weight: 400;
	color: #9d9cb5;
	position: relative;
	display: inline-block;
	line-height: 1.5
}

@media (max-width:994px) {
	.f3t303r-r0w {
		justify-content: unset
	}
}

.popupbtn img {
	position: fixed;
	bottom: 5px;
	z-index: 1000;
	right: 5px
}

.popupbtn_img {
	width: 140px
}

.popupbtn_mobimg {
	display: none;
	width: 69px;
	height: 69px
}

@media screen and (max-width:800px) {
	.popupbtn_img {
		display: none
	}

	.popupbtn_mobimg {
		display: block
	}
}

.show_contact_popup {
	cursor: pointer
}

.mw-ftr-copyright {
	padding-left: 35px;
	font-size: 12px
}

@media(max-width:991px) {
	.mw-ftr-copyright {
		padding-left: 4px
	}
}