.arrow-link {
	position: relative;
	display: inline;
	contain: content;
	color: #0646ff;
	font-weight: 700;
	font-family: Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
	Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 1.125rem;
	text-decoration: none !important;
}
.arrow-link:after {
	background: no-repeat;
	content: "";
	position: relative;
	top: 2px;
	width: 16px;
	height: 16px;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7071 3.29314C11.3166 2.90261 10.6834 2.90261 10.2929 3.29314C9.90237 3.68366 9.90237 4.31683 10.2929 4.70735L12.5858 7.00024H2C1.44772 7.00024 1 7.44796 1 8.00024C1 8.55253 1.44772 9.00024 2 9.00024H12.5858L10.2929 11.2931C9.90237 11.6837 9.90237 12.3168 10.2929 12.7074C10.6834 13.0979 11.3166 13.0979 11.7071 12.7074L15.7071 8.70735C16.0976 8.31683 16.0976 7.68366 15.7071 7.29314L11.7071 3.29314Z' fill='%230646FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.000244141)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	display: inline-block;
	margin-left: 6px;
	transition: margin-left .3s;
}
.arrow-link:hover {
	text-decoration: underline!important;
}
.arrow-link:hover:after {
	margin-left: 12px;
}

.link-button {
	text-decoration: none;
	font-weight: 700;
	text-decoration: underline;
	transition-duration: 0.3s;
	transition-property: background-color, border-color, color, fill, stroke,
	opacity, box-shadow, transform;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-weight: 700;
	display: inline-block;
	border-width: 2px;
	border-radius: 9999px;
	border-color: #0646ff;
	background-color: #0646ff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.57143;
	text-decoration: none;
	cursor: pointer;
	border: 2px solid #0646ff;
}
.link-button:hover {
	color: #0646ff;
	background-color: #fff;
	border: 2px solid #0646ff;
}

/**umb_name:H1 tag*/
h1 {
	font-size: 2rem;
	line-height: 1.375;
}

/**umb_name:H2 tag*/
h2 {
	font-size: 1.875rem;
	line-height: 1.4;
}

/**umb_name:H3 tag*/
h3 {
	font-size: 1.75rem;
	line-height: 1.42857;
}

/**umb_name:H4 tag*/
h4 {
	font-size: 1.5rem;
	line-height: 1.5;
}

/**umb_name:H5 tag*/
h5 {
	font-size: 1.375rem;
	line-height: 1.75;
}

/**umb_name:H6 tag*/
h6 {
	font-size: 1.25rem;
	line-height: 1.4;
}

/**umb_name:Paragraph tag*/
p {
}

/**umb_name:lead style*/
.lead {
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight: 500;
}

/**umb_name:h1 style*/
.h1 {
	font-size: 2rem;
	line-height: 1.375;
	font-weight: 700;
}

/**umb_name:h2 style*/
.h2 {
	font-size: 1.875rem;
	line-height: 1.4;
	font-weight: 700;
}

/**umb_name:h3 style*/
.h3 {
	font-size: 1.75rem;
	line-height: 1.42857;
	font-weight: 700;
}

/**umb_name:h4 style*/
.h4 {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 700;
}

/**umb_name:h5 style*/
.h5 {
	font-size: 1.375rem;
	line-height: 1.75;
	font-weight: 700;
}

/**umb_name:h6 style*/
.h6 {
	font-size: 1.25rem;
	line-height: 1.4;
	font-weight: 700;
}

/**umb_name:small style*/
.small {
	clear: none;
}

/**umb_name:body large style*/
.b-fsbodylarge {
	clear: none;
}

/**umb_name:Text Blue*/
.text-blue {
	color: rgba(1, 8, 40, 1);
}

/**umb_name:Text White*/
.ck-text-white {
	color: rgba(255, 255, 255, 1);
}
