@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
	url('../fonts/OpenSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
	url('../fonts/OpenSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
	url('../fonts/OpenSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
	url('../fonts/OpenSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

.non-scroll {
	overflow: hidden;
}

.wrapper {
	flex-direction: column;
	display: flex;
	overflow: hidden;
	min-height: 100%;
}

form, input, textarea, button {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
}

input[type="submit"],
input[type="button"] {
	appearance: none;
	-webkit-appearance: none;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

b, span {
	font-weight: 700;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: var(--main-page-color);
	font-size: 18px;
}

.vYHZYUt9esx6 {
	max-width: 1340px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.UULlFk4S1MA {
	background-color: var(--header-background-color);
	padding: 24px 0;
	z-index: 15;
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	transition: all 0.3s ease-in-out;
}

.UULlFk4S1MA.active {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.UULlFk4S1MA .vYHZYUt9esx6 {
	max-width: 1390px;
	padding: 0 25px;
}

.QHLpfCu7g {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.overlay-top {
	flex: 1;
}

.main-menu {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	list-style-type: none;
	position: relative;
	margin-left: auto;
}

.main-menu li a {
	padding: 10px;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: var(--menu-text-color);
	transition: color 0.3s ease-in-out;
	position: relative;
}

.main-menu li.has-submenu {
	position: relative;
}

.main-menu li.has-submenu:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 7px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -4px;
	background-image: url("../img/icon_arrow_down.svg");
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.3s ease-in-out;
}

.main-menu li.has-submenu:hover:after {
	transform: rotate(180deg);
}

.main-menu li a:hover {
	color: var(--menu-text-hover-color);
}

.main-menu > li.has-submenu .box-submenu {
	position: absolute;
	overflow-y: auto;
	left: 0;
	top: 100%;
	display: none;
	z-index: 10;
	background: transparent;
	padding: 10px 20px;
	margin-left: -28px;
	border-radius: 30px;
}

.main-menu > li.has-submenu .box-submenu > ul {
	white-space: nowrap;
	border-radius: 20px;
	min-width: 200px;
	padding: 3px 0 10px;
	background-color: var(--menu-background-hover-color);
	box-shadow: 0 4px 8px rgba(0, 66, 111, 0.25);
	list-style-type: none;
}

.main-menu li.has-submenu:hover .box-submenu {
	display: block;
}

.main-menu > li.has-submenu .box-submenu > ul li a {
	font-size: 15px;
	line-height: 120%;
	color: var(--menu-text-color);
	padding: 7px 20px;
}

.main-menu > li.has-submenu .box-submenu > ul li a:hover {
	color: var(--menu-text-hover-color);
}

.main-menu > li.has-submenu .box-submenu > ul::-webkit-scrollbar {
	width: 3px;
	background: transparent;
}

.main-menu > li.has-submenu .box-submenu > ul::-webkit-scrollbar-track {
	margin: 5px;
}

.main-menu > li.has-submenu > ul::-webkit-scrollbar-thumb {
	width: 3px;
	border-radius: 3px;
	background: #000000;
}

.overlay-top {
	width: 100%;
}

.QZQsXWjOC4Mav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.QZQsXWjOC4Mav > * {
	margin-left: auto;
}

.PROVcGUKDLsjBl9 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
}

.PROVcGUKDLsjBl9 .btn {
	text-transform: capitalize;
	padding-left: 15px;
	padding-right: 15px;
}

.btn {
	border-radius: 50px;
	height: 47px;
	background-color: var(--button1-background-color);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	color: var(--button1-text-color);
	padding: 10px 33px;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	text-transform: uppercase;
}

.btn:hover {
	background-color: var(--button1-background-hover-color);
	color: var(--button1-text-hover-color);
}

.btn.BhUQqidkL5L6O {
	background-color: var(--button2-background-color);
	color: var(--button2-text-color);
}

.btn.BhUQqidkL5L6O:hover {
	background-color: var(--button2-background-hover-color);
	color: var(--button2-text-hover-color);
}

.languages {
	z-index: 2;
	position: relative;
	display: flex;
	margin-left: 10px;
	flex-shrink: 0;
}

.languages img {
	width: 28px;
	height: 28px;
	object-fit: cover;
	border-radius: 50%;
}

.languages.active > ul {
	display: block;
}

.THRb8DL10 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	gap: 6px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.THRb8DL10:after {
	content: "";
	background-image: url("../img/icon_arrow_down.svg");
	width: 9px;
	height: 7px;
	transition: transform 0.3s ease-in-out;
}

.languages > ul {
	position: absolute;
	width: 100%;
	left: -6px;
	right: 0;
	top: 100%;
	display: none;
	border-radius: 8px;
	overflow: hidden;
	background-color: #ffffff;
	z-index: 10;
	padding: 6px 0;
	box-shadow: 0 4px 8px rgba(0, 66, 111, 0.25);
}

.languages > ul li a {
	padding: 6px;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.languages.active .THRb8DL10:after {
	transform: rotate(180deg);
}

.bJRiny2sr4LNku {
	margin-top: 90px;
}

.FRIkQibplmy7B {
	padding: 25px 0;
}

.qAsr47C4TS {
	background-image: url("../img/bg-main.jpg");
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	background-size: cover;
	justify-content: space-between;
	background-repeat: no-repeat;
	gap: 10px;
	padding-left: 75px;
	min-height: 437px;
}

.qAsr47C4TS .zSYxSNaMoCMlU {
	flex-shrink: 0;
	max-width: 517px;
	width: 100%;
}

.qAsr47C4TS .akipsxiazQh {
	padding: 20px 0;
}

.qAsr47C4TS.nKvUecAL24buOOp {
	flex-direction: row-reverse;
	padding-left: 0;
	padding-right: 75px;
}

.RpJsDmmFk7EByXk4 {
	height: 59px;
	margin-top: 25px;
	min-width: 221px;
	text-transform: uppercase;
}

.qAsr47C4TS p {
	color: #ffffff;
}

h1 {
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}

h2 {
	font-size: 33px;
	font-weight: 600;
	color: #00426F;
	text-transform: capitalize;
}

h3 {
	font-size: 26px;
	font-weight: 600;
	color: #00426F;
}

h4 {
	font-size: 22px;
	font-weight: 600;
	color: #00426F;
}

p {
	margin-top: 10px;
}

.KureyGMVderW {
	background-color: var(--container-color);
	border-radius: 20px;
	overflow: hidden;
}

.dCYJZQy3oo4V3CR {
	padding: 17px 49px;
	border-radius: 20px 20px 0 0;
	background-color: #00426F;
}

.dCYJZQy3oo4V3CR h2, .dCYJZQy3oo4V3CR h3, .dCYJZQy3oo4V3CR h4 {
	color: #ffffff;
}

.CdHGYfNae9TEP {
	padding: 25px 49px;
}

.CdHGYfNae9TEP > *:first-child {
	margin-top: 0;
}

.CdHGYfNae9TEP p {
	font-size: 18px;
	/*color: #00426F;*/
	color: var(--p-text-color);
}

.CdHGYfNae9TEP a{
    color:var(--link-color);
}

.CdHGYfNae9TEP a:hover{
    color:var(--link-hover-color);
}

.CdHGYfNae9TEP h1{
    color: var(--h1-color);
}

.CdHGYfNae9TEP h2,h3,h4,h5,h6 {
    color:var(--h2-h6-color);
}

.table-wrapper {
	overflow-x: auto;
	width: 100%;
}

table {
	color: #00426F;
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 15px;
}

table thead tr th {
	padding: 15px 35px;
	background-color: #F8FBFD;
	border: 1px solid #E9F1F6;
	font-weight: 500;
}

table tbody tr td {
	padding: 15px 35px;
	border: 1px solid #E9F1F6;
}

.CdHGYfNae9TEP h2, .CdHGYfNae9TEP h3, .CdHGYfNae9TEP h4 {
	margin-top: 10px;
}

.CdHGYfNae9TEP ul, .CdHGYfNae9TEP ol {
	padding-left: 25px;
	margin-top: 10px;
}

.CdHGYfNae9TEP ul li, .CdHGYfNae9TEP ol li {
	font-size: 18px;
	color: var(--p-text-color);
}

.CdHGYfNae9TEP img {
	margin: 10px auto 0;
	border-radius: 18px;
}

.CdHGYfNae9TEP .btn {
	margin: 25px auto 0;
	display: flex;
	width: fit-content;
}

.RLbevOJMe0ThR9 {
	display: flex;
	align-items: center;
	gap: 54px;
}

.RLbevOJMe0ThR9.nKvUecAL24buOOp {
	flex-direction: row-reverse;
}

.RLbevOJMe0ThR9 .zSYxSNaMoCMlU {
	flex-shrink: 0;
	max-width: 623px;
}

.RLbevOJMe0ThR9 .zSYxSNaMoCMlU img {
	border-radius: 20px;
}

.RLbevOJMe0ThR9 .akipsxiazQh > *:first-child {
	margin-top: 0;
}

.RLbevOJMe0ThR9 .akipsxiazQh .btn {
	margin-left: 0;
	margin-right: 0;
}

.WAZowwp02CZ {
	margin-top: 10px;
	display: flex;
	align-items: stretch;
	gap: 26px;
	flex-wrap: wrap;
}

.WAZowwp02CZ .kTqIdUprsGbUdF {
	border-radius: 20px;
	width: calc(16% - 15px);
	height: 249px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.WAZowwp02CZ .kTqIdUprsGbUdF img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
}

.WAZowwp02CZ .kTqIdUprsGbUdF .CKjiegabaQl5UY2Y {
	display: flex;
	position: absolute;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
	height: 100%;
	width: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	background-color: rgba(2, 4, 13, 0.4);
	backdrop-filter: blur(4px);
	flex-direction: column;
	gap: 14px;
	align-items: center;
	justify-content: center;
	padding: 13px;
	transition: all 0.3s ease-in-out;
}

.CKjiegabaQl5UY2Y .name {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	text-transform: capitalize;
}

.CKjiegabaQl5UY2Y .cpSebuRzahQn {
	height: 35px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	background-color: #0098FF;
	transition: background-color 0.3s ease-in-out;
}

.CKjiegabaQl5UY2Y .cpSebuRzahQn:hover {
	background-color: #0073C0;
}

.WAZowwp02CZ .kTqIdUprsGbUdF:hover .CKjiegabaQl5UY2Y {
	opacity: 1;
}

.WgkCHQZk5iHT {
	border-radius: 20px;
	overflow: hidden;
	background-image: url("../img/bg-cta.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 49px;
	display: flex;
	align-items: center;
	gap: 35px;
}

.WgkCHQZk5iHT p {
	color: #ffffff;
}

.WgkCHQZk5iHT .akipsxiazQh {
	padding: 20px 0;
}

.WgkCHQZk5iHT h2 {
	color: #ffffff;
	text-transform: uppercase;
}

.WgkCHQZk5iHT .zSYxSNaMoCMlU {
	flex-shrink: 0;
}

.WgkCHQZk5iHT .akipsxiazQh .btn {
	margin-top: 10px;
}

.WgkCHQZk5iHT.nKvUecAL24buOOp {
	flex-direction: row-reverse;
}

.aNXDERxoqG6J {
	margin-top: 20px;
}

.drop {
	background-color: var(--faq-color);
	border-radius: 10px;
	overflow: hidden;
	margin-top: 10px;
}

.drop .toc-default {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease-in-out;
	padding: 22px 70px 22px 30px;
	font-size: 20px;
	font-weight: 500;
	color: #00426F;
}

.drop .toc-default:after {
	content: "";
	position: absolute;
	width: 19px;
	height: 14px;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url("../img/icon_arrow_down.svg") no-repeat top center/cover;
	transition: all 0.3s ease-in-out;
}

.drop.active .toc-default:after {
	transform: rotate(-180deg);
}

.drop .options-holder {
	display: none;
	padding: 0 70px 22px 30px;
	font-size: 18px;
}

.drop .options-holder p {
	margin: 0;
	color: #00426F;
}

.drop .options-holder ul,
.drop .options-holder ol {
	padding-left: 25px;
}

.drop .options-holder ul li,
.drop .options-holder ol li{
	padding-left: 25px;
	color: #00426F;
}

.ugUHhUTR9O .vYHZYUt9esx6 {
	padding: 0 15px;
	max-width: 1370px;
}

.drop.xwPjHLX2JEr8O {
	background-color: transparent;
	overflow: hidden;
	color: #00426F;
	margin-top: 0;
}

.drop.xwPjHLX2JEr8O .toc-default {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease-in-out;
	padding: 22px 80px 22px 49px;
	font-size: 20px;
	font-weight: 600;
}

.drop.xwPjHLX2JEr8O .toc-default:after {
	width: 14px;
	height: 9px;
	right: 49px;
}

.drop.xwPjHLX2JEr8O.active .toc-default:after {
	transform: rotate(-90deg);
}

.drop.xwPjHLX2JEr8O .options-holder {
	display: none;
	padding: 22px 49px;
}

.xuLv96wgKf {
	display: flex;
	align-items: stretch;
	gap: 17px;
	flex-wrap: wrap;
}

.xuLv96wgKf a {
	height: 43px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 5px 23px;
	font-size: 18px;
	font-weight: 500;
	color: #00426F;
	border-radius: 10px;
	background-color: #F8FBFD;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	position: relative;
}

.xuLv96wgKf a:after {
	content: "";
	background-image: url("../img/icon-arrow-link.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 8px;
	height: 11px;
}

.xuLv96wgKf a:hover {
	background-color: #F2F7FB;
	color: #0098FF;
}

.mOyfWZYAhy7l {
	padding: 35px 0;
	background-color: var(--footer-background-color);
	margin-top: auto;
}

.mOyfWZYAhy7l .vYHZYUt9esx6 {
	padding: 0 15px;
	max-width: 1170px;
}

.ZIHcP7Uoj8 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 25px;
}

.eZFpBA3M3Ln {
	max-width: 390px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.mOyfWZYAhy7l .rRaNjxgGmwYBLh {
	margin-bottom: 17px;
}

.brQQmsBYOF {
	font-weight: 500;
	margin-top: 17px;
	font-size: 18px;
	color: var(--footer-text-color);
}

.wAOCwHEAyDSXFp {
	font-size: 15px;
	color: var(--footer-text-color);
}

.mOyfWZYAhy7l .Oiun12qwdgl2 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	margin-top: 10px;
	color: var(--footer-text-color);
}

.ywStwTR4p {
	display: flex;
	align-items: flex-start;
	gap: 36px;
}

.gcesB4kgQ {
	text-align: center;
}

.WipDamBIW {
	margin-top: 20px;
	list-style-type: none;
}

.WipDamBIW li a {
	font-size: 15px;
	color: var(--footer-text-color);
	margin-top: 5px;
	display: block;
	transition: color 0.3s ease-in-out;
}

.WipDamBIW li a:hover {
	color: #0098FF;
}

.HNVKKSCB756q {
	display: flex;
	flex-direction: column;
}

.HNVKKSCB756q a {
	padding: 10px 0;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	color: var(--footer-text-color);
	transition: color 0.3s ease-in-out;
}

.HNVKKSCB756q a:hover {
	color: #0098FF;
}

.ykVZAZc7dpSD {
	display: none !important;
}

.HtlcmkuWeP04 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #00426F;
	margin-bottom: 25px;
	padding: 0 15px;
}

.HtlcmkuWeP04 a {
	color: rgba(0, 66, 111, 0.5);
	position: relative;
	transition: color 0.3s ease-in-out;
	display: flex;
	align-items: center;
	gap: 10px;
}

.HtlcmkuWeP04 a:hover {
	color: #00426F;
}


.HtlcmkuWeP04 a:after {
	content: "";
	background-image: url("../img/icon-arrow-nav.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 10px;
	height: 25px;
}

.eOQHYGhd {
	background-color: var(--for-background-color);
	flex: 1;
}

.eOQHYGhd .vYHZYUt9esx6 {
	padding: 0 15px;
}

.JDmQgzDI0HwQ {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
}

.NjliakxQwTsaX {
    color: var(--for-text-color);
	font-size: 33px;
	font-weight: 600;
	text-transform: uppercase;
}

.JDmQgzDI0HwQ .btn {
	min-width: 221px;
}

@media screen and (max-width: 1300px) {
	.RLbevOJMe0ThR9 .zSYxSNaMoCMlU {
		max-width: 560px;
	}
}

@media screen and (max-width: 1200px) {
	.main-menu li a {
		font-size: 16px;
	}

}

@media screen and (max-width: 1100px) {

	.main-menu li {
		width: 100%;
	}

	.main-menu li a {
		font-size: 18px;
		padding: 11px 10px;
		width: 100%;
	}

	.main-menu > li.has-submenu .box-submenu > ul {
		white-space: nowrap;
		border-radius: 0;
		min-width: 100%;
		padding: 0;
		background-color: transparent;
		box-shadow: none;
		list-style-type: none;
	}

	.main-menu > li.has-submenu .box-submenu {
		position: relative;
		overflow-y: auto;
		left: 0;
		top: 0;
		display: none;
		z-index: 10;
		background: transparent;
		padding: 0;
		margin-left: 0;
		border-radius: 0;
	}

	.main-menu li.has-submenu {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.main-menu li.has-submenu > a {
		margin-right: 30px;
	}

	.main-menu li.has-submenu:after {
		top: 14px;
		bottom: auto;
		margin: 0;
		right: -4px;
		height: 20px;
		width: 30px;
		background-size: auto;
		background-position: center;
	}

	.QHLpfCu7g .rRaNjxgGmwYBLh img {
		max-width: 124px;
		max-height: 27px;
	}

	.THRb8DL10 {
		padding: 0;
	}

	.languages {
		margin-left: auto;
	}

	#menu-toggle {
		margin-left: 13px;
		display: flex;
		z-index: 99;
	}

	#menu-toggle span {
		display: block;
		background: var(--burger-color);
		border-radius: 3px;
		transition: .25s ease-in-out;
	}

	#menu-toggle #hamburger {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
	}

	#menu-toggle #hamburger span {
		width: 22px;
		height: 3px;
		position: relative;
		top: 0;
		right: 0;
		margin: 2px 0;
	}

	#menu-toggle.open #hamburger span:nth-child(1) {
		transform: rotate(-45deg) translate(-1px, 1px);
		margin: 0;
	}

	#menu-toggle.open #hamburger span:nth-child(3) {
		opacity: 0;
	}

	#menu-toggle.open #hamburger span:nth-child(2) {
		margin: 0;
		transform: rotate(45deg) translate(-1px, -1px);
	}

	.UULlFk4S1MA {
		padding: 15px 0;
	}

	.overlay-top {
		position: fixed;
		background-color: var(--header-background-color);
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		transform: translateX(100%);
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		overflow: hidden;
		display: block;
		padding: 56px 0 0;
	}

	.QZQsXWjOC4Mav {
		width: 100%;
		height: 100%;
		display: flex;
		overflow: hidden;
		overflow-y: scroll;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-end;
		padding: 10px 28px 10px;
	}

	.overlay-top.open {
		z-index: 15;
		transform: translateX(0);
		width: 100%;
	}

	.main-menu {
		gap: 22px;
		margin-left: 0;
		flex-direction: column;
		width: 100%;
		text-align: right;
		padding: 0;
		margin-top: 0;
		max-width: 450px;
	}

	.bJRiny2sr4LNku {
		padding: 20px 0;
	}

	.core-area {
		border-radius: 20px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 10px;
		padding: 15px;
	}

	.PROVcGUKDLsjBl9 {
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.btn {
		height: 45px;
	}

	table thead tr th {
		padding: 10px 20px;
	}

	table {
		display: block;
		overflow-x: auto;
	}

	table tbody tr td {
		padding: 10px 20px;
	}

	table {
		font-size: 15px;
		margin-top: 10px;
	}

	table tbody tr td {
		min-width: 260px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
	}

	.bJRiny2sr4LNku {
		margin-top: 57px;
	}

	.ykVZAZc7dpSD {
		display: block !important;
	}

	.d-desk {
		display: none !important;
	}

	.FRIkQibplmy7B {
		padding: 20px 0;
	}

	.qAsr47C4TS {
		gap: 0;
		padding: 15px;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.qAsr47C4TS.nKvUecAL24buOOp {
		flex-direction: column;
		padding: 15px;
	}

	.qAsr47C4TS .zSYxSNaMoCMlU {
		margin: 10px auto 0;
	}

	.RpJsDmmFk7EByXk4 {
		min-width: auto;
		max-width: 400px;
		width: 100%;
		text-transform: uppercase;
		margin: 0 auto;
	}

	.btn {
		height: 45px;
		font-size: 15px;
	}

	body {
		font-size: 15px;
	}

	.qAsr47C4TS .akipsxiazQh {
		padding: 0;
	}

	h1 {
		font-size: 30px;
		line-height: 1;
		margin-bottom: 20px;
	}

	h2 {
		font-size: 26px;
		line-height: 1;
	}

	.drop.xwPjHLX2JEr8O .toc-default {
		padding: 20px 50px 20px 20px;
		font-size: 18px;
	}

	.drop.xwPjHLX2JEr8O .toc-default:after {
		right: 20px;
	}

	.drop.xwPjHLX2JEr8O .options-holder {
		padding: 0 20px 20px 20px;
	}

	.xuLv96wgKf a {
		height: 38px;
		padding: 5px 19px;
		font-size: 15px;
	}

	.dCYJZQy3oo4V3CR {
		padding: 15px 15px;
	}

	.CdHGYfNae9TEP {
		padding: 15px 15px;
	}

	.CdHGYfNae9TEP p {
		font-size: 15px;
		line-height: 18px;
	}

	.CdHGYfNae9TEP ul li, .CdHGYfNae9TEP ol li {
		font-size: 15px;
		line-height: 18px;
	}

	.RLbevOJMe0ThR9 {
		gap: 10px;
		flex-direction: column;
	}

	.RLbevOJMe0ThR9.nKvUecAL24buOOp {
		flex-direction: column;
	}

	.WAZowwp02CZ {
		gap: 10px;
		max-width: 500px;
		margin: 10px auto 0;
	}

	.WAZowwp02CZ .kTqIdUprsGbUdF {
		width: calc(33.3% - 7px);
	}

	.WgkCHQZk5iHT {
		padding: 30px 15px;
		display: flex;
		align-items: center;
		gap: 30px;
		flex-direction: column;
	}

	.WgkCHQZk5iHT.nKvUecAL24buOOp {
		flex-direction: column;
	}

	.WgkCHQZk5iHT .akipsxiazQh {
		padding: 0;
	}

	.only-desktop {
		display: none!important;
	}

	.focus-top {
		display: flex;
		flex-direction: column-reverse;
		text-align: left;
	}

}

@media screen and (max-width: 900px) {
	.ZIHcP7Uoj8 {
		align-items: center;
		justify-content: center;
		gap: 25px;
		flex-direction: column-reverse;
	}

	.eZFpBA3M3Ln {
		max-width: 100%;
		text-align: center;
	}

	.eZFpBA3M3Ln img {
		margin: 0 auto 25px;
	}
}

@media screen and (max-width: 767px) {
	.drop {
		margin-top: 10px;
	}

	.aNXDERxoqG6J {
		margin-top: 10px;
	}

	.drop .options-holder {
		padding: 0 50px 15px 20px;
		font-size: 14px;
	}

	.drop .toc-default {
		padding: 10px 50px 10px 20px;
		font-size: 18px;
	}

	.drop .options-holder p{
		font-size: 14px;
	}

	.drop .toc-default:after {
		right: 16px;
	}

	.group img {
		max-width: 124px;
	}

	.mOyfWZYAhy7l {
		padding: 31px 15px 20px;
		margin-top: auto;
	}

	.ywStwTR4p {
		display: flex;
		align-items: center;
		gap: 0;
		flex-direction: column;
	}

	.mOyfWZYAhy7l .Oiun12qwdgl2 {
		margin-top: 0;
	}

	.WipDamBIW li a {
		font-size: 15px;
		margin-top: 0;
		padding: 5px 0;
	}

	.HNVKKSCB756q a {
		text-align: center;
	}

	.NjliakxQwTsaX {
		font-size: 26px;
	}

	.HtlcmkuWeP04 {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.qAsr47C4TS {
		text-align: left;
	}

}

@media screen and (max-width: 500px) {
	.CdHGYfNae9TEP .btn {
		margin: 20px auto 0;
		width: 100%;
	}

	.WAZowwp02CZ .kTqIdUprsGbUdF {
		width: calc(50% - 5px);
		height: 220px;
	}

	.CKjiegabaQl5UY2Y .name {
		font-size: 16px;
	}

	.CKjiegabaQl5UY2Y .cpSebuRzahQn {
		height: 31px;
		font-size: 16px;
	}

	.WgkCHQZk5iHT .akipsxiazQh .btn {
		margin: 10px auto 0;
		width: 100%;
	}

	.JDmQgzDI0HwQ .btn {
		width: 100%;
	}
}


.overlay-top {
	z-index: 1;
	max-width: 100%;
}


.amp-sidebar-mask {
	display: none!important;
}

.drop .toc-default {
	border: 0;
	margin: 0;
	background-color: transparent;
}

amp-accordion > section {
	border-radius: 10px;
	overflow: hidden;
}

amp-accordion section[expanded] .toc-default:after {
	transform: rotate(-180deg);
}


.alignleft {
  float: left;
  margin-right: 20px!important;
  margin-bottom: 20px!important;
}

.alignright {
  float: right;
  margin-left: 20px!important;
  margin-bottom: 20px!important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}


.vYHZYUt9esx6:after  {
    content: "";
    display: table;
    clear: both;
}


@media (max-width: 767px) {
    .alignleft,
    .alignright {
        float: none;
        margin-right: auto!important;
        margin-left: auto!important;
        display: block;
    }
}

