@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;
}

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

.VzDtZHjlMk {
	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;
}

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

.VzDtZHjlMk .fJpIufYN47 {
	max-width: 1390px;
	padding: 0 25px;
}

.hlYFKmSPygGH {
	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%;
}

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

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

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

.CVsrx1G2iX .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.GdDOZdgpY47jUfy {
	background-color: var(--button2-background-color);
	color: var(--button2-text-color);
}

.btn.GdDOZdgpY47jUfy: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;
}

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

.WpyaDEEr4SpdF: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 .WpyaDEEr4SpdF:after {
	transform: rotate(180deg);
}

.NRnsLHBhMQYDR {
	margin-top: 90px;
}

.RbUvNUBOY2dQK {
	padding: 25px 0;
}

.RVXKiauYackT9 {
	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;
}

.RVXKiauYackT9 .fCQhe1WmpR {
	flex-shrink: 0;
	max-width: 517px;
	width: 100%;
}

.RVXKiauYackT9 .DcyAIS8PehqT {
	padding: 20px 0;
}

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

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

.RVXKiauYackT9 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;
}

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

.uEbbxcum1MQv {
	padding: 17px 49px;
	border-radius: 20px 20px 0 0;
	background-color: var(--h2-color-bg);
}

.uEbbxcum1MQv h2, .uEbbxcum1MQv h3, .uEbbxcum1MQv h4 {
	color: var(--h2-color-with-bg);
}

.wknSZfRqeX4 {
	padding: 25px 49px;
}

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

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

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

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

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

.wknSZfRqeX4 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;
}

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

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

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

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

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

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

.dAGfWGFsgdgaWrn.NwouDegU8dNJGnc {
	flex-direction: row-reverse;
}

.dAGfWGFsgdgaWrn .fCQhe1WmpR {
	flex-shrink: 0;
	max-width: 623px;
}

.dAGfWGFsgdgaWrn .fCQhe1WmpR img {
	border-radius: 20px;
}

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

.dAGfWGFsgdgaWrn .DcyAIS8PehqT .btn {
	margin-left: 0;
	margin-right: 0;
}

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

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

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

.MTZxpzgzkq .KajtNmBmIdY7 .NBXXWaysj3gCU3 {
	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;
}

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

.NBXXWaysj3gCU3 .exVEShNOUq2 {
	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;
}

.NBXXWaysj3gCU3 .exVEShNOUq2:hover {
	background-color: #0073C0;
}

.MTZxpzgzkq .KajtNmBmIdY7:hover .NBXXWaysj3gCU3 {
	opacity: 1;
}

.UGrIORVoArst9 {
	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;
}

.UGrIORVoArst9 p {
	color: #ffffff;
}

.UGrIORVoArst9 .DcyAIS8PehqT {
	padding: 20px 0;
}

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

.UGrIORVoArst9 .fCQhe1WmpR {
	flex-shrink: 0;
}

.UGrIORVoArst9 .DcyAIS8PehqT .btn {
	margin-top: 10px;
}

.UGrIORVoArst9.NwouDegU8dNJGnc {
	flex-direction: row-reverse;
}

.yWdsA3o9EMC {
	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: #2F4EAB;
}

.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: #2F4EAB;
}

.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;
}

.nZoYdK9DkhS5Y .fJpIufYN47 {
	padding: 0 15px;
	max-width: 1370px;
}

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

.drop.vuQROBXXu88B .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;
	color: var(--toc-title-elements);
}

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

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

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

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

.Paxjaas1Ngipj a {
	min-height: 43px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 5px 23px;
	font-size: 18px;
	font-weight: 500;
	color: var(--toc-title-elements);
	border-radius: 10px;
	background-color: var(--toc-elements-bg);
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	position: relative;
}

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

.Paxjaas1Ngipj a:hover {
	background-color: var(--toc-elements-bg-hov);
	color: var(--toc-title-elements-hov);
}

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

.oiqdTY9jocae .fJpIufYN47 {
	padding: 0 15px;
	max-width: 1170px;
}

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

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

.oiqdTY9jocae .JGdGMaA0GLBle {
	margin-bottom: 17px;
}

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

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

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

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

.maYvhAtuKDuJA {
	text-align: center;
}

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

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

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

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

.dwzMru6voT 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;
}

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

.ygJmxQAJuZIE8 {
	display: none !important;
}

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

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

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


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

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

.hWrS7fxX .fJpIufYN47 {
	padding: 0 15px;
}

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

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

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

@media screen and (max-width: 1300px) {
	.dAGfWGFsgdgaWrn .fCQhe1WmpR {
		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;
	}

	.hlYFKmSPygGH .JGdGMaA0GLBle img {
		max-width: 124px;
		max-height: 27px;
	}

	.WpyaDEEr4SpdF {
		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);
	}

	.VzDtZHjlMk {
		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;
	}

	.fvlchod34WZh {
		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;
	}

	.NRnsLHBhMQYDR {
		padding: 20px 0;
	}

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

	.CVsrx1G2iX {
		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;
	}

	.NRnsLHBhMQYDR {
		margin-top: 57px;
	}

	.ygJmxQAJuZIE8 {
		display: block !important;
	}

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

	.RbUvNUBOY2dQK {
		padding: 20px 0;
	}

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

	.RVXKiauYackT9.NwouDegU8dNJGnc {
		flex-direction: column;
		padding: 15px;
	}

	.RVXKiauYackT9 .fCQhe1WmpR {
		margin: 10px auto 0;
	}

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

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

	body {
		font-size: 15px;
	}

	.RVXKiauYackT9 .DcyAIS8PehqT {
		padding: 0;
	}

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

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

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

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

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

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

	.uEbbxcum1MQv {
		padding: 15px 15px;
	}

	.wknSZfRqeX4 {
		padding: 15px 15px;
	}

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

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

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

	.dAGfWGFsgdgaWrn.NwouDegU8dNJGnc {
		flex-direction: column;
	}

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

	.MTZxpzgzkq .KajtNmBmIdY7 {
		width: calc(33.3% - 7px);
	}

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

	.UGrIORVoArst9.NwouDegU8dNJGnc {
		flex-direction: column;
	}

	.UGrIORVoArst9 .DcyAIS8PehqT {
		padding: 0;
	}

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

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

}

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

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

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

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

	.yWdsA3o9EMC {
		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;
	}

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

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

	.oiqdTY9jocae .cuwR7aU5ss7 {
		margin-top: 0;
	}

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

	.dwzMru6voT a {
		text-align: center;
	}

	.KkCqYfleWsynC {
		font-size: 26px;
	}

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

	.RVXKiauYackT9 {
		text-align: left;
	}

}

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

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

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

	.NBXXWaysj3gCU3 .exVEShNOUq2 {
		height: 31px;
		font-size: 16px;
	}

	.UGrIORVoArst9 .DcyAIS8PehqT .btn {
		margin: 10px auto 0;
		width: 100%;
	}

	.JNXkvEisTTI0o .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;
}


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


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

