
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-spacing: 0
}

.align-baseline {
	vertical-align: baseline !important
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.bg-primary {
	background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #0062cc !important
}

.bg-secondary {
	background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #545b62 !important
}

.bg-success {
	background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #1e7e34 !important
}

.bg-info {
	background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b !important
}

.bg-warning {
	background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #d39e00 !important
}

.bg-danger {
	background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #bd2130 !important
}

.bg-light {
	background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5 !important
}

.bg-dark {
	background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #1d2124 !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-top {
	border-top: 1px solid #dee2e6 !important
}

.border-right {
	border-right: 1px solid #dee2e6 !important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.border-left {
	border-left: 1px solid #dee2e6 !important
}

.border-0 {
	border: 0 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

.border-primary {
	border-color: #007bff !important
}

.border-secondary {
	border-color: #6c757d !important
}

.border-success {
	border-color: #28a745 !important
}

.border-info {
	border-color: #17a2b8 !important
}

.border-warning {
	border-color: #ffc107 !important
}

.border-danger {
	border-color: #dc3545 !important
}

.border-light {
	border-color: #f8f9fa !important
}

.border-dark {
	border-color: #343a40 !important
}

.border-white {
	border-color: #fff !important
}

.rounded-sm {
	border-radius: .2rem !important
}

.rounded {
	border-radius: .25rem !important
}

.rounded-top {
	border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
	border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
	border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
	border-bottom-left-radius: .25rem !important
}

.rounded-left {
	border-top-left-radius: .25rem !important
}

.rounded-lg {
	border-radius: .3rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: 50rem !important
}

.rounded-0 {
	border-radius: 0 !important
}

.clearfix:after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	display: inline-flex !important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: flex !important
	}

	.d-sm-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: flex !important
	}

	.d-md-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: flex !important
	}

	.d-lg-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: flex !important
	}

	.d-xl-inline-flex {
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}

	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: flex !important
	}

	.d-print-inline-flex {
		display: inline-flex !important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive:before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9:before {
	padding-top: 42.85714%
}

.embed-responsive-16by9:before {
	padding-top: 56.25%
}

.embed-responsive-4by3:before {
	padding-top: 75%
}

.embed-responsive-1by1:before {
	padding-top: 100%
}

.flex-row {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	flex: 1 1 auto !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

@media (min-width:576px) {
	.flex-sm-row {
		flex-direction: row !important
	}

	.flex-sm-column {
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-sm-fill {
		flex: 1 1 auto !important
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-sm-start {
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		justify-content: center !important
	}

	.justify-content-sm-between {
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		justify-content: space-around !important
	}

	.align-items-sm-start {
		align-items: flex-start !important
	}

	.align-items-sm-end {
		align-items: flex-end !important
	}

	.align-items-sm-center {
		align-items: center !important
	}

	.align-items-sm-baseline {
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		align-items: stretch !important
	}

	.align-content-sm-start {
		align-content: flex-start !important
	}

	.align-content-sm-end {
		align-content: flex-end !important
	}

	.align-content-sm-center {
		align-content: center !important
	}

	.align-content-sm-between {
		align-content: space-between !important
	}

	.align-content-sm-around {
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		align-content: stretch !important
	}

	.align-self-sm-auto {
		align-self: auto !important
	}

	.align-self-sm-start {
		align-self: flex-start !important
	}

	.align-self-sm-end {
		align-self: flex-end !important
	}

	.align-self-sm-center {
		align-self: center !important
	}

	.align-self-sm-baseline {
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		align-self: stretch !important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-md-start {
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

	.align-items-md-start {
		align-items: flex-start !important
	}

	.align-items-md-end {
		align-items: flex-end !important
	}

	.align-items-md-center {
		align-items: center !important
	}

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

	.align-content-md-start {
		align-content: flex-start !important
	}

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		align-self: stretch !important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		align-self: stretch !important
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

@media (min-width:576px) {
	.float-sm-left {
		float: left !important
	}

	.float-sm-right {
		float: right !important
	}

	.float-sm-none {
		float: none !important
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left !important
	}

	.float-md-right {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left !important
	}

	.float-lg-right {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left !important
	}

	.float-xl-right {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	user-select: all !important
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	user-select: auto !important
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: sticky !important
}

.fixed-top {
	top: 0
}

.fixed-bottom,
.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	bottom: 0
}

@supports (position:sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
	box-shadow: none !important
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.vw-100 {
	width: 100vw !important
}

.vh-100 {
	height: 100vh !important
}

.m-0 {
	margin: 0 !important
}

.mt-0,
.my-0 {
	margin-top: 0 !important
}

.mr-0,
.mx-0 {
	margin-right: 0 !important
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1,
.my-1 {
	margin-top: .25rem !important
}

.mr-1,
.mx-1 {
	margin-right: .25rem !important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
	margin-left: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2,
.my-2 {
	margin-top: .5rem !important
}

.mr-2,
.mx-2 {
	margin-right: .5rem !important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
	margin-left: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3,
.my-3 {
	margin-top: 1rem !important
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5,
.my-5 {
	margin-top: 3rem !important
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0,
.py-0 {
	padding-top: 0 !important
}

.pr-0,
.px-0 {
	padding-right: 0 !important
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important
}

.pl-0,
.px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1,
.py-1 {
	padding-top: .25rem !important
}

.pr-1,
.px-1 {
	padding-right: .25rem !important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2,
.py-2 {
	padding-top: .5rem !important
}

.pr-2,
.px-2 {
	padding-right: .5rem !important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3,
.py-3 {
	padding-top: 1rem !important
}

.pr-3,
.px-3 {
	padding-right: 1rem !important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5,
.py-5 {
	padding-top: 3rem !important
}

.pr-5,
.px-5 {
	padding-right: 3rem !important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
	padding-left: 3rem !important
}

.m-n1 {
	margin: -.25rem !important
}

.mt-n1,
.my-n1 {
	margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
	margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
	margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
	margin-left: -.25rem !important
}

.m-n2 {
	margin: -.5rem !important
}

.mt-n2,
.my-n2 {
	margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
	margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
	margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
	margin-left: -.5rem !important
}

.m-n3 {
	margin: -1rem !important
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important
}

.m-n4 {
	margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important
}

.m-n5 {
	margin: -3rem !important
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto,
.my-auto {
	margin-top: auto !important
}

.mr-auto,
.mx-auto {
	margin-right: auto !important
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
	margin-left: auto !important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem !important
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem !important
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem !important
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem !important
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem !important
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem !important
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem !important
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem !important
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem !important
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem !important
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem !important
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem !important
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important
	}

	.m-sm-n1 {
		margin: -.25rem !important
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -.25rem !important
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -.25rem !important
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -.25rem !important
	}

	.m-sm-n2 {
		margin: -.5rem !important
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -.5rem !important
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -.5rem !important
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -.5rem !important
	}

	.m-sm-n3 {
		margin: -1rem !important
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important
	}

	.m-sm-n4 {
		margin: -1.5rem !important
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important
	}

	.m-sm-n5 {
		margin: -3rem !important
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem !important
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem !important
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem !important
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem !important
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem !important
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem !important
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem !important
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem !important
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem !important
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem !important
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem !important
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important
	}

	.m-md-n1 {
		margin: -.25rem !important
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -.25rem !important
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -.25rem !important
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -.25rem !important
	}

	.m-md-n2 {
		margin: -.5rem !important
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -.5rem !important
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -.5rem !important
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -.5rem !important
	}

	.m-md-n3 {
		margin: -1rem !important
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important
	}

	.m-md-n4 {
		margin: -1.5rem !important
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important
	}

	.m-md-n5 {
		margin: -3rem !important
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem !important
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem !important
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem !important
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem !important
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem !important
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem !important
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem !important
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem !important
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem !important
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem !important
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem !important
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem !important
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important
	}

	.m-lg-n1 {
		margin: -.25rem !important
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -.25rem !important
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -.25rem !important
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -.25rem !important
	}

	.m-lg-n2 {
		margin: -.5rem !important
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -.5rem !important
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -.5rem !important
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -.5rem !important
	}

	.m-lg-n3 {
		margin: -1rem !important
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important
	}

	.m-lg-n4 {
		margin: -1.5rem !important
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important
	}

	.m-lg-n5 {
		margin: -3rem !important
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem !important
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem !important
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem !important
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem !important
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem !important
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem !important
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem !important
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem !important
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem !important
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem !important
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem !important
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem !important
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important
	}

	.m-xl-n1 {
		margin: -.25rem !important
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -.25rem !important
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -.25rem !important
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -.25rem !important
	}

	.m-xl-n2 {
		margin: -.5rem !important
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -.5rem !important
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -.5rem !important
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -.5rem !important
	}

	.m-xl-n3 {
		margin: -1rem !important
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important
	}

	.m-xl-n4 {
		margin: -1.5rem !important
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important
	}

	.m-xl-n5 {
		margin: -3rem !important
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important
	}
}

.stretched-link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: transparent
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
	text-align: justify !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left !important
	}

	.text-md-right {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left !important
	}

	.text-lg-right {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left !important
	}

	.text-xl-right {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.font-weight-light {
	font-weight: 300 !important
}

.font-weight-lighter {
	font-weight: lighter !important
}

.font-weight-normal {
	font-weight: 400 !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.font-weight-bolder {
	font-weight: bolder !important
}

.font-italic {
	font-style: italic !important
}

.text-white {
	color: #fff !important
}

.text-primary {
	color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #0056b3 !important
}

.text-secondary {
	color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #494f54 !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
	color: #19692c !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
	color: #0f6674 !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #ba8b00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #a71d2a !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
	color: #cbd3da !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #121416 !important
}

.text-body {
	color: #212529 !important
}

.text-muted {
	color: #6c757d !important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
	color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none !important
}

.text-break {
	word-wrap: break-word !important
}

.text-reset {
	color: inherit !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

*,
:after,
:before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	font-style: normal;
	line-height: inherit
}

address,
dl,
ol,
ul {
	margin-bottom: 1rem
}

dl,
ol,
ul {
	margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]),
a:not([href]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	border-style: none
}

img,
svg {
	vertical-align: middle
}

svg {
	overflow: hidden
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {

	.container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width:768px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}
}

@media (min-width:992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%
}

.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3>* {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6>* {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%
	}

	.row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-sm-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-sm-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		order: -1
	}

	.order-sm-last {
		order: 13
	}

	.order-sm-0 {
		order: 0
	}

	.order-sm-1 {
		order: 1
	}

	.order-sm-2 {
		order: 2
	}

	.order-sm-3 {
		order: 3
	}

	.order-sm-4 {
		order: 4
	}

	.order-sm-5 {
		order: 5
	}

	.order-sm-6 {
		order: 6
	}

	.order-sm-7 {
		order: 7
	}

	.order-sm-8 {
		order: 8
	}

	.order-sm-9 {
		order: 9
	}

	.order-sm-10 {
		order: 10
	}

	.order-sm-11 {
		order: 11
	}

	.order-sm-12 {
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333%
	}

	.offset-sm-2 {
		margin-left: 16.66667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333%
	}

	.offset-sm-5 {
		margin-left: 41.66667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333%
	}

	.offset-sm-8 {
		margin-left: 66.66667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333%
	}

	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%
	}

	.row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-md-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-md-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		order: -1
	}

	.order-md-last {
		order: 13
	}

	.order-md-0 {
		order: 0
	}

	.order-md-1 {
		order: 1
	}

	.order-md-2 {
		order: 2
	}

	.order-md-3 {
		order: 3
	}

	.order-md-4 {
		order: 4
	}

	.order-md-5 {
		order: 5
	}

	.order-md-6 {
		order: 6
	}

	.order-md-7 {
		order: 7
	}

	.order-md-8 {
		order: 8
	}

	.order-md-9 {
		order: 9
	}

	.order-md-10 {
		order: 10
	}

	.order-md-11 {
		order: 11
	}

	.order-md-12 {
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333%
	}

	.offset-md-2 {
		margin-left: 16.66667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333%
	}

	.offset-md-5 {
		margin-left: 41.66667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333%
	}

	.offset-md-8 {
		margin-left: 66.66667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333%
	}

	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%
	}

	.row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-lg-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-lg-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		order: -1
	}

	.order-lg-last {
		order: 13
	}

	.order-lg-0 {
		order: 0
	}

	.order-lg-1 {
		order: 1
	}

	.order-lg-2 {
		order: 2
	}

	.order-lg-3 {
		order: 3
	}

	.order-lg-4 {
		order: 4
	}

	.order-lg-5 {
		order: 5
	}

	.order-lg-6 {
		order: 6
	}

	.order-lg-7 {
		order: 7
	}

	.order-lg-8 {
		order: 8
	}

	.order-lg-9 {
		order: 9
	}

	.order-lg-10 {
		order: 10
	}

	.order-lg-11 {
		order: 11
	}

	.order-lg-12 {
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333%
	}

	.offset-lg-2 {
		margin-left: 16.66667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333%
	}

	.offset-lg-5 {
		margin-left: 41.66667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333%
	}

	.offset-lg-8 {
		margin-left: 66.66667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333%
	}

	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%
	}

	.row-cols-xl-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-xl-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-xl-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.row-cols-xl-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-xl-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-xl-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		order: -1
	}

	.order-xl-last {
		order: 13
	}

	.order-xl-0 {
		order: 0
	}

	.order-xl-1 {
		order: 1
	}

	.order-xl-2 {
		order: 2
	}

	.order-xl-3 {
		order: 3
	}

	.order-xl-4 {
		order: 4
	}

	.order-xl-5 {
		order: 5
	}

	.order-xl-6 {
		order: 6
	}

	.order-xl-7 {
		order: 7
	}

	.order-xl-8 {
		order: 8
	}

	.order-xl-9 {
		order: 9
	}

	.order-xl-10 {
		order: 10
	}

	.order-xl-11 {
		order: 11
	}

	.order-xl-12 {
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333%
	}

	.offset-xl-2 {
		margin-left: 16.66667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333%
	}

	.offset-xl-5 {
		margin-left: 41.66667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333%
	}

	.offset-xl-8 {
		margin-left: 66.66667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333%
	}

	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	padding: .5rem 1rem
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat 50%;
	background-size: 100% 100%
}

@media (max-width:575.98px) {

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (max-width:767.98px) {

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (max-width:991.98px) {

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (max-width:1199.98px) {

	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: hsla(0, 0%, 100%, .5);
	border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
	color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff
}

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: normal;
	line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #fff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: a 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes a {
	to {
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	backface-visibility: hidden
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	scroll-padding-top: 120px
}

body {
	font-family: futura-pt, sans-serif;
	color: #666d73;
	overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.5
}

a,
div,
p {
	line-height: 1.5
}

li,
p,
ul {
	font-family: futura-pt, sans-serif
}

a {
	color: #002856;
	font-weight: 500
}

strong {
	font-weight: 600 !important
}

em {
	font-style: italic
}

button {
	border: none;
	background-color: transparent
}

::-webkit-input-placeholder {
	color: #373a36
}

::-moz-placeholder {
	color: #373a36;
	opacity: 1
}

:-ms-input-placeholder {
	color: #373a36
}

:-moz-placeholder {
	color: #373a36
}

input[type],
textarea {
	font-weight: 500;
	border-radius: 0
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none
}

.top-left {
	left: 0;
	top: 0
}

.top-right {
	right: 0;
	top: 0
}

.bottom-left {
	left: 0;
	bottom: 0
}

.bottom-right {
	right: 0;
	bottom: 0
}

.font-xs {
	font-size: .75rem;
	letter-spacing: .05rem
}

.font-sm {
	font-size: .875rem;
	letter-spacing: .025rem
}

.font-md {
	font-size: 1rem
}

.font-lg {
	font-size: 1.25rem
}

.font-xl {
	font-size: 1.5rem
}

.font-xxl {
	font-size: 2.5rem
}

.font-xxxl {
	font-size: 3rem
}

.h1-font {
	font-size: 2.25rem
}

.h1-font,
.h2-font {
	font-weight: 600;
	line-height: 1.5;
	word-break: break-word;
	margin-bottom: 1rem
}

.h2-font {
	font-family: santelia-rough-two, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	font-size: 4rem;
	color: #bd5525;
	line-height: 100%
}

@media (max-width:991px) {
	.h2-font {
		font-size: clamp(3rem, 4vw, 4rem)
	}
}

.h3-font {
	font-size: 1.75rem;
	margin-bottom: 1rem
}

.h3-font,
.h4-font {
	font-weight: 600;
	line-height: 1.5;
	word-break: break-word
}

.h4-font {
	font-family: arno-pro, sans-serif;
	margin-bottom: 0;
	color: #002856;
	font-size: 1.5rem;
	letter-spacing: .1em;
	text-transform: uppercase
}

@media (max-width:991px) {
	.h4-font {
		font-size: clamp(1rem, 1.5vw, 1.5rem)
	}
}

.text-white {
	color: #fff
}

.text-primary {
	color: #000
}

.text-dark-gray {
	color: #373a36
}

.arrow-list-style li:before {
	background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23d15e29" viewBox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/></svg>')
}

.arrow-alt-list-style li:before {
	background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23d15e29" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M16.01 11H4v2h12.01v3L20 12l-3.99-4z"/></svg>')
}

.caret-list-style li:before {
	background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23d15e29" viewBox="0 0 24 24"><path d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"/><path fill="none" d="M0 0h24v24H0V0z"/></svg>')
}

@keyframes b {
	0% {
		opacity: 0;
		transition-timing-function: ease-in
	}

	to {
		opacity: 1;
		transition-timing-function: ease-out
	}
}

@keyframes c {
	0% {
		transform: translateX(100%);
		transition-timing-function: ease-in
	}

	to {
		transform: translateX(0);
		transition-timing-function: ease-out
	}
}

@keyframes d {
	0% {
		transform: translateX(0);
		transition-timing-function: ease-in
	}

	to {
		transform: translateX(100%);
		transition-timing-function: ease-out
	}
}

.container-t4 {
	max-width: 90%
}

.no-padding-divider {
	padding-top: 0;
	padding-bottom: 0
}

.no-padding-divider-top {
	padding-top: 0
}

.no-padding-divider-bottom {
	padding-bottom: 0
}

.single-padding-divider-top {
	padding-top: 4rem
}

.single-padding-divider-bottom {
	padding-bottom: 4rem
}

.single-padding-divider-bottom-negative {
	padding-bottom: -3rem
}

.single-padding-divider {
	padding-top: 4rem;
	padding-bottom: 4rem
}

.double-padding-divider-top {
	padding-top: 6rem
}

.double-padding-divider-bottom {
	padding-bottom: 6rem
}

.double-padding-divider {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.no-margin-divider {
	margin-top: 0;
	margin-bottom: 0
}

.no-margin-divider-top {
	margin-top: 0
}

.no-margin-divider-bottom {
	margin-bottom: 0
}

.single-margin-divider-top {
	margin-top: 4rem
}

.single-margin-divider-bottom {
	margin-bottom: 4rem
}

.single-margin-divider {
	margin-top: 4rem;
	margin-bottom: 4rem
}

.double-margin-divider-top {
	margin-top: 6rem
}

.double-margin-divider-bottom {
	margin-bottom: 6rem
}

.double-margin-divider {
	margin-top: 6rem;
	margin-bottom: 6rem
}

@media (min-width:1400px) {

	.container-t4,
	.container-t4-lg,
	.container-t4-md,
	.container-t4-sm,
	.container-t4-xl {
		max-width: 1300px !important
	}
}

@media (min-width:1200px) {
	.container-t4-xl {
		max-width: 90%
	}

	.no-padding-divider-xl {
		padding-top: 0;
		padding-bottom: 0
	}

	.no-padding-divider-top-xl {
		padding-top: 0
	}

	.no-padding-divider-bottom-xl {
		padding-bottom: 0
	}

	.single-padding-divider-top-xl {
		padding-top: 3rem
	}

	.single-padding-divider-bottom-xl {
		padding-bottom: 3rem
	}

	.single-padding-divider-xl {
		padding-top: 3rem;
		padding-bottom: 3rem
	}

	.double-padding-divider-top-xl {
		padding-top: 5rem
	}

	.double-padding-divider-bottom-xl {
		padding-bottom: 5rem
	}

	.double-padding-divider-xl {
		padding-top: 5rem;
		padding-bottom: 5rem
	}

	.no-margin-divider-xl {
		margin-top: 0;
		margin-bottom: 0
	}

	.no-margin-divider-top-xl {
		margin-top: 0
	}

	.no-margin-divider-bottom-xl {
		margin-bottom: 0
	}

	.single-margin-divider-top-xl {
		margin-top: 3rem
	}

	.single-margin-divider-bottom-xl {
		margin-bottom: 3rem
	}

	.single-margin-divider-xl {
		margin-top: 3rem;
		margin-bottom: 3rem
	}

	.double-margin-divider-top-xl {
		margin-top: 5rem
	}

	.double-margin-divider-bottom-xl {
		margin-bottom: 5rem
	}

	.double-margin-divider-xl {
		margin-top: 5rem;
		margin-bottom: 5rem
	}
}

@media (min-width:992px) {
	.container-t4-lg {
		max-width: 90%
	}

	.no-padding-divider-lg {
		padding-top: 0;
		padding-bottom: 0
	}

	.no-padding-divider-top-lg {
		padding-top: 0
	}

	.no-padding-divider-bottom-lg {
		padding-bottom: 0
	}

	.single-padding-divider-top-lg {
		padding-top: 3rem
	}

	.single-padding-divider-bottom-lg {
		padding-bottom: 3rem
	}

	.single-padding-divider-lg {
		padding-top: 3rem;
		padding-bottom: 3rem
	}

	.double-padding-divider-top-lg {
		padding-top: 5rem
	}

	.double-padding-divider-bottom-lg {
		padding-bottom: 5rem
	}

	.double-padding-divider-lg {
		padding-top: 5rem;
		padding-bottom: 5rem
	}

	.no-margin-divider-lg {
		margin-top: 0;
		margin-bottom: 0
	}

	.no-margin-divider-top-lg {
		margin-top: 0
	}

	.no-margin-divider-bottom-lg {
		margin-bottom: 0
	}

	.single-margin-divider-top-lg {
		margin-top: 3rem
	}

	.single-margin-divider-bottom-lg {
		margin-bottom: 3rem
	}

	.single-margin-divider-lg {
		margin-top: 3rem;
		margin-bottom: 3rem
	}

	.double-margin-divider-top-lg {
		margin-top: 5rem
	}

	.double-margin-divider-bottom-lg {
		margin-bottom: 5rem
	}

	.double-margin-divider-lg {
		margin-top: 5rem;
		margin-bottom: 5rem
	}
}

@media (min-width:768px) {
	.container-t4-md {
		max-width: 90%
	}

	.no-padding-divider-md {
		padding-top: 0;
		padding-bottom: 0
	}

	.no-padding-divider-top-md {
		padding-top: 0
	}

	.no-padding-divider-bottom-md {
		padding-bottom: 0
	}

	.single-padding-divider-top-md {
		padding-top: 3rem
	}

	.single-padding-divider-bottom-md {
		padding-bottom: 3rem
	}

	.single-padding-divider-md {
		padding-top: 3rem;
		padding-bottom: 3rem
	}

	.double-padding-divider-top-md {
		padding-top: 5rem
	}

	.double-padding-divider-bottom-md {
		padding-bottom: 5rem
	}

	.double-padding-divider-md {
		padding-top: 5rem;
		padding-bottom: 5rem
	}

	.no-margin-divider-md {
		margin-top: 0;
		margin-bottom: 0
	}

	.no-margin-divider-top-md {
		margin-top: 0
	}

	.no-margin-divider-bottom-md {
		margin-bottom: 0
	}

	.single-margin-divider-top-md {
		margin-top: 3rem
	}

	.single-margin-divider-bottom-md {
		margin-bottom: 3rem
	}

	.single-margin-divider-md {
		margin-top: 3rem;
		margin-bottom: 3rem
	}

	.double-margin-divider-top-md {
		margin-top: 5rem
	}

	.double-margin-divider-bottom-md {
		margin-bottom: 5rem
	}

	.double-margin-divider-md {
		margin-top: 5rem;
		margin-bottom: 5rem
	}
}

@media (min-width:576px) {
	.container-t4-sm {
		max-width: 90%
	}

	.no-padding-divider-sm {
		padding-top: 0;
		padding-bottom: 0
	}

	.no-padding-divider-top-sm {
		padding-top: 0
	}

	.no-padding-divider-bottom-sm {
		padding-bottom: 0
	}

	.single-padding-divider-top-sm {
		padding-top: 3rem
	}

	.single-padding-divider-bottom-sm {
		padding-bottom: 3rem
	}

	.single-padding-divider-sm {
		padding-top: 3rem;
		padding-bottom: 3rem
	}

	.double-padding-divider-top-sm {
		padding-top: 5rem
	}

	.double-padding-divider-bottom-sm {
		padding-bottom: 5rem
	}

	.double-padding-divider-sm {
		padding-top: 5rem;
		padding-bottom: 5rem
	}

	.no-margin-divider-sm {
		margin-top: 0;
		margin-bottom: 0
	}

	.no-margin-divider-top-sm {
		margin-top: 0
	}

	.no-margin-divider-bottom-sm {
		margin-bottom: 0
	}

	.single-margin-divider-top-sm {
		margin-top: 3rem
	}

	.single-margin-divider-bottom-sm {
		margin-bottom: 3rem
	}

	.single-margin-divider-sm {
		margin-top: 3rem;
		margin-bottom: 3rem
	}

	.double-margin-divider-top-sm {
		margin-top: 5rem
	}

	.double-margin-divider-bottom-sm {
		margin-bottom: 5rem
	}

	.double-margin-divider-sm {
		margin-top: 5rem;
		margin-bottom: 5rem
	}
}

.btn-t4-default {
	background-color: #bd5525;
	border-radius: 4px;
	font-size: 1rem;
	text-transform: uppercase;
	color: #fff;
	display: inline-flex;
	height: 3.688rem;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 1rem 1.5rem;
	gap: 8px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: .1em
}

.btn-t4-default svg {
	fill: #fff
}

.btn-t4-default:focus,
.btn-t4-default:hover {
	color: #fff;
	background-color: #8fba4c;
	animation-timing-function: ease-out;
	animation-duration: .3s;
	text-decoration: none
}

.btn-lg {
	height: 4.688rem;
	padding: 1.5rem
}

.btn-sm {
	height: 2.5rem;
	font-size: .875rem;
	padding: .5rem 1rem
}

.btn-t4-gray {
	background: hsla(0, 0%, 100%, .1);
	backdrop-filter: blur(16px)
}

.btn-t4-gray:focus,
.btn-t4-gray:hover {
	color: #b6ed61;
	background: hsla(0, 0%, 100%, .2);
	box-shadow: 0 0 12px rgba(0, 0, 0, .15)
}

.btn-t4-gray:focus svg,
.btn-t4-gray:hover svg {
	fill: #b6ed61
}

.btn-t4-navy {
	background: #002856;
	color: #fff
}

.btn-t4-navy:focus,
.btn-t4-navy:hover {
	color: #002856;
	background: #fff
}

.btn-block {
	display: block
}

.arrow-link,
.arrow-link-type2 {
	font-weight: 450;
	font-size: 1.125rem;
	line-height: 150%;
	color: #fff;
	text-decoration: none;
	margin-right: 40px;
	position: relative;
	padding-left: 24px
}

.arrow-link-type2:before,
.arrow-link:before {
	content: "";
	left: 0;
	top: 4px;
	position: absolute;
	width: 16px;
	height: 14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.293.293a1 1 0 0 1 1.414 0l6 6a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1-1.414-1.414L12.586 8H1a1 1 0 0 1 0-2h11.586L8.293 1.707a1 1 0 0 1 0-1.414z' fill='%238FBA4C'/%3E%3C/svg%3E");
	background-repeat: no-repeat
}

.arrow-link-type2:last-child,
.arrow-link:last-child {
	margin-right: 0
}

.arrow-link-type2:hover,
.arrow-link:hover {
	color: #fff
}

.arrow-link-type2 {
	color: #00568a
}

.arrow-link-type2:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.293.793a1 1 0 0 1 1.414 0l6 6a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1-1.414-1.414L12.586 8.5H1a1 1 0 0 1 0-2h11.586L8.293 2.207a1 1 0 0 1 0-1.414z' fill='%23D15E29'/%3E%3C/svg%3E")
}

.arrow-link-type2:hover {
	color: #00568a
}

.card-t4 .card-img-t4 {
	position: relative
}

.card-t4 .card-img-t4>img {
	max-width: 100%;
	height: auto;
	width: 100%
}

.card-t4 .card-img-t4 img:not([src]),
.card-t4 .card-img-t4 img[src=""] {
	display: none
}

.card-t4 .card-img-t4 .card-img-header-t4 {
	position: absolute;
	font-weight: 600;
	line-height: 1.5;
	padding: 2rem;
	width: 50%;
	white-space: normal;
	word-break: break-word
}

.card-t4 .card-img-t4 .card-line-decorator-t4 {
	position: absolute;
	height: 5px;
	width: 25%
}

.card-t4 .card-body-t4,
.card-t4 .card-header-t4 {
	padding: 2rem
}

.card-t4 ol.card-list-t4,
.card-t4 ul.card-list-t4 {
	margin-bottom: 0
}

.card-t4 .card-list-t4 li {
	padding: .5rem 0
}

.label-t4 {
	font-size: .875rem;
	letter-spacing: .025rem;
	padding: .25rem .5rem
}

.label-t4,
.tag-t4 {
	display: inline-block;
	font-weight: 600
}

.tag-t4 {
	font-size: .75rem;
	letter-spacing: .05rem;
	padding: .15rem .35rem
}

.label-t4-white,
.tag-t4-white {
	background-color: #fff;
	color: #000 !important
}

.label-t4-navy,
.tag-t4-navy {
	background-color: #002856;
	color: #fff !important
}

.label-t4-navy-outline,
.tag-t4-navy-outline {
	background-color: transparent;
	color: #002856;
	border: 2px solid #002856
}

.breadcrumb-t4 {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0
}

.breadcrumb-t4__item {
	font-weight: 500;
	font-size: .875rem;
	line-height: 100%;
	letter-spacing: .1em;
	text-transform: uppercase
}

.breadcrumb-t4__item a {
	color: #00568a
}

.breadcrumb-t4__item:before {
	position: relative
}

.breadcrumb-t4__item svg {
	display: flex
}

.breadcrumb-t4__item+li:before {
	content: "/";
	padding: 0 .25rem
}

.breadcrumb-t4__link:hover {
	color: #d15e29
}

.section-nav-t4 {
	position: relative
}

.section-nav-t4__button {
	display: flex;
	align-items: center;
	background-color: #002856;
	padding: .75rem 1.5rem;
	color: #fff !important;
	font-weight: 500
}

.section-nav-t4__button>svg {
	fill: #fff;
	margin-left: 1rem;
	transition: transform .3s ease-in-out
}

.section-nav-t4__button--active>svg {
	transform: rotate(180deg);
	transition: transform .3s ease-in-out
}

.section-nav-t4__button:focus {
	border: 4px solid #fff
}

.section-nav-t4__dropdown-menu {
	display: none;
	width: 280px;
	position: absolute;
	top: 3.25rem;
	right: 0;
	background-color: #666d73;
	padding: .75rem 1.5rem;
	margin-bottom: 0;
	z-index: 100
}

.section-nav-t4__dropdown-menu--open {
	display: block;
	animation: .25s b
}

.section-nav-t4__dropdown-menu li {
	padding: .25rem 0
}

.section-nav-t4__dropdown-menu li a {
	position: relative;
	z-index: 1;
	color: #fff !important;
	font-weight: 500
}

.section-nav-t4__dropdown-menu li a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 0;
	height: 6px;
	content: "";
	background-color: rgba(0, 40, 86, .5);
	transition: width .3s ease-in-out
}

.section-nav-t4__dropdown-menu li a:active:before,
.section-nav-t4__dropdown-menu li a:focus:before,
.section-nav-t4__dropdown-menu li a:hover:before {
	width: 100%;
	transition: width .3s ease-in-out
}

.section-nav-t4__dropdown-menu li a:hover {
	text-decoration: none
}

.section-nav-t4 .dropdown-menu {
	position: static;
	float: none;
	border: none;
	background-color: inherit;
	padding: 0 0 0 1.25rem;
	margin: .5rem 0;
	border-left: 3px solid rgba(55, 58, 54, .3)
}

.sidebar-nav-wrapper {
	margin-bottom: 3rem
}

.sidebar-navigation-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #7c868d;
	padding: .75rem 1.5rem;
	color: #000 !important;
	font-weight: 600;
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.sidebar-navigation-button>svg {
	fill: none;
	margin-left: 1rem;
	transition: transform .3s ease-in-out
}

@media screen and (min-width:992px) {
	.sidebar-navigation-button {
		display: none
	}
}

.sidebar-navigation-button.active {
	display: flex
}

.sidebar-navigation-button.active>svg {
	transform: rotate(180deg);
	transition: transform .3s ease-in-out
}

@media screen and (min-width:992px) {
	.sidebar-navigation-button.active {
		display: none
	}
}

.sidebar-navigation-menu {
	display: none
}

@media screen and (min-width:992px) {
	.sidebar-navigation-menu {
		display: block
	}
}

.sidebar-navigation-menu.active {
	display: block
}

.js .fullwidth {
	opacity: 0
}

.js.js-ready .fullwidth {
	opacity: 1
}

.fullwidth .breadcrumb__wrapper {
	display: flex;
	justify-content: center
}

.fullwidth .breadcrumb__nav {
	display: flex;
	align-items: center;
	margin-bottom: 4rem
}

.header .navbar-collapse {
	position: fixed;
	right: 0;
	top: 0;
	width: 480px;
	max-height: 100vh;
	background-color: #042645;
	color: #fff;
	z-index: 1000;
	overflow-y: auto;
	padding: 2rem
}

@media (max-width:480px) {
	.header .navbar-collapse {
		width: auto
	}
}

.header .navbar-collapse.navbar-mobile {
	display: block
}

.header .navbar-collapse.slide-in-right {
	animation: .5s c
}

.header .navbar-collapse.slide-out-right {
	animation: .5s d
}

.header .navbar-mobile-actions {
	justify-content: flex-end
}

.header .navbar-mobile-actions button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px;
	gap: 8px;
	width: 40px;
	height: 40px;
	background: hsla(0, 0%, 100%, .1);
	backdrop-filter: blur(16px);
	border-radius: 9999px;
	flex: none;
	order: 0;
	flex-grow: 0
}

.header .navbar-mobile-actions button svg {
	fill: #8fba4c
}

.header .navbar-secondary {
	background-color: transparent !important
}

.header .navbar-secondary .navbar-nav li h3 {
	font-weight: 500;
	font-size: 1.5rem;
	margin-top: 2rem
}

.header .navbar-secondary .navbar-nav li a {
	font-size: 1.125rem;
	color: #fff;
	display: flex;
	padding: 0 0 0 2.5rem;
	position: relative;
	font-weight: 400;
	margin-top: 1rem
}

.header .navbar-secondary .navbar-nav li a:before {
	position: absolute;
	content: "";
	left: 16px;
	right: 10%;
	top: 6px;
	bottom: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.293.793a1 1 0 0 1 1.414 0l6 6a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1-1.414-1.414L12.586 8.5H1a1 1 0 0 1 0-2h11.586L8.293 2.207a1 1 0 0 1 0-1.414z' fill='%238FBA4C'/%3E%3C/svg%3E");
	background-repeat: no-repeat
}

.js .header {
	opacity: 0
}

.js.js-ready .header {
	opacity: 1
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transition: height .5s ease-in-out
}

.header li.nav-item {
	padding: .5rem 0
}

.header li.nav-item a.nav-link {
	padding: 0
}

.header li.nav-item a.nav-link:active,
.header li.nav-item a.nav-link:focus,
.header li.nav-item a.nav-link:hover {
	color: #373a36
}

.header .navbar-logo {
	padding: .5rem 0;
	margin-right: auto
}

@media (max-width:991px) {
	.header .mobile-hide {
		display: none
	}
}

.header .navbar-collapse {
	display: flex;
	flex-wrap: wrap
}

.header.header-shrink .navbar-logo {
	top: 0;
	transition: all .3s
}

.header {
	padding: 0 2rem;
	height: 88px
}

.header .navbar {
	padding: 0
}

.header.header-shrink {
	height: auto;
	background: #042645
}

.header.header-shrink .header__container {
	padding-top: 0
}

.header__container {
	display: flex;
	align-items: center;
	width: 100%
}

.header .navbar-toggler {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px;
	gap: 8px;
	width: 40px;
	height: 40px;
	background: hsla(0, 0%, 100%, .2);
	backdrop-filter: blur(16px);
	border-radius: 9999px;
	flex: none;
	order: 1;
	flex-grow: 0
}

.header .navbar-toggler svg {
	fill: #fff
}

.header .navbar-collapse {
	display: none
}

.header .navbar-mobile-actions {
	display: flex
}

.header .navbar-primary {
	display: none
}

.skip-to-main {
	position: absolute;
	top: 2rem;
	left: 3rem;
	background-color: #fff;
	box-shadow: 4px 4px 4px 0 #000;
	transform: translateX(-150%);
	z-index: 1100;
	padding: 1rem 1.5rem;
	opacity: 0;
	visibility: hidden;
	color: #000;
	text-decoration: none
}

.skip-to-main:focus {
	transform: translateX(0);
	opacity: 1;
	visibility: visible
}

.js .footer {
	opacity: 0
}

.js.js-ready .footer {
	opacity: 1
}

.footer {
	background: #00568a
}

.footer-contact {
	margin-top: -30rem
}

.footer__hero-image {
	position: relative;
	overflow: hidden
}

.footer__hero-image img {
	width: 100%;
	height: 552px;
	object-fit: cover
}

.footer .container-t4 {
	background: #042645;
	position: relative;
	top: -2rem;
	padding: 2rem
}

.footer__container {
	display: flex
}

.footer__container__logo {
	flex: 1
}

.footer__container__links {
	margin-left: auto;
	display: flex;
	color: #fff
}

.footer__container__links-list {
	display: flex;
	align-items: center;
	margin-bottom: 0
}

.footer__container__links-list a {
	color: #b6ed61;
	font-style: normal;
	font-weight: 400;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	margin-right: 2rem
}

@media (max-width:991px) {
	.footer__container {
		flex-direction: column
	}

	.footer__container__links {
		margin-left: 0;
		margin-top: 1rem
	}

	.footer__container__links-list {
		flex-direction: column
	}

	.footer__container__links-list a {
		display: block;
		margin-right: 0;
		margin-top: 1rem
	}
}

.curved__mask-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	mask-image: url(/media/faithfully-forward/site-assets/images/overlay-lines.svg);
	mask-size: cover;
	mask-repeat: no-repeat;
	mask-position: bottom;
	-webkit-mask-image: url(/media/faithfully-forward/site-assets/images/overlay-lines.svg);
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: bottom;
	width: 100%;
	height: 552px;
	top: -400px
}

.curved__mask-overlay.powder-blue {
	background: #00568a
}

.curved__mask-overlay.gradient-blue {
	background: #196390
}

.curved__mask-overlay.white {
	background: #fff
}

.js .campaign-banner {
	opacity: 0
}

.js.js-ready .campaign-banner {
	opacity: 1
}

.campaign-banner {
	position: relative;
	height: 900px;
	width: 100%;
	margin-bottom: 6rem;
	overflow: hidden
}

.campaign-banner:after {
	content: "";
	width: 100%;
	height: 900px;
	left: 0;
	top: 0;
	background-image: url(/media/faithfully-forward/site-assets/images/overlay-lines.svg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
	background-position: bottom;
	background-size: cover
}

.campaign-banner .media-wrapper {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1
}

.campaign-banner .hero-media {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	object-position: center bottom;
	z-index: 1;
	display: block
}

.campaign-banner .video-mask-overlay {
	width: 100%;
	height: 855px;
	mask-image: url(/media/faithfully-forward/site-assets/images/video-mask.svg);
	mask-size: cover;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-image: url(/media/faithfully-forward/site-assets/images/video-mask.svg);
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: bottom;
	overflow: hidden;
	z-index: 2
}

.campaign-banner .video-mask-overlay:before {
	box-sizing: border-box;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	display: block;
	z-index: 2
}

.campaign-banner .video-mask-overlay .media-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.campaign-banner__block {
	position: absolute;
	top: 200px;
	left: 0;
	z-index: 20;
	width: 100%;
	text-align: center
}

.campaign-banner__block:before {
	content: "";
	display: inline-block;
	width: 379px;
	height: 287px;
	background-image: url(/media/faithfully-forward/site-assets/images/Faithfully-Forward-Logo-Public-Stacked-White.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.campaign-banner__block .play-button {
	background: none;
	position: absolute;
	left: 0;
	padding-left: 2rem
}

.campaign-banner__block__title {
	font-style: normal;
	font-weight: 400;
	font-size: 2.25rem;
	line-height: 150%;
	text-align: center;
	color: #fff;
	margin: 1rem auto;
	max-width: 800px;
	padding: 0 2rem
}

.campaign-banner__block__title>span {
	font-weight: 700;
	text-transform: uppercase
}

@media (max-width:767px) {
	.campaign-banner__block:before {
		width: 200px;
		height: 151px;
	}

	.campaign-banner__block .play-button {
		display: none
	}

	.campaign-banner__block__title {
		font-size: clamp(1.5rem, 2.25vw, 2.25rem)
	}
}

.js .large-hero-header {
	opacity: 0
}

.js.js-ready .large-hero-header {
	opacity: 1
}

.large-hero-header__img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column
}

.large-hero-header__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover; object-position: 50% 50%;";
	max-height: 640px
}

.large-hero-header__img.navy {
	background: #042645;
	height: 525px
}

.large-hero-header__img.navy:after {
	background: none
}

.large-hero-header__img-text {
	position: absolute;
	z-index: 1;
	max-width: 800px;
	width: 100%
}

.large-hero-header__img-text .featuring {
	margin-top: 1rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.large-hero-header__img-text .featuring-img img {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	margin-right: .5rem
}

.large-hero-header__img-text .featuring-text {
	font-style: normal;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 150%;
	color: #fff;
	text-align: left
}

.large-hero-header__img-text .featuring-text__name {
	font-weight: 700;
	font-size: 3rem;
	line-height: 100%;
	text-transform: uppercase;
	color: #ff7c40
}

.large-hero-header__img h1 {
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 4rem;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0
}

.large-hero-header__img .desc {
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	leading-trim: both;
	text-edge: cap;
	text-align: center;
	color: #fff;
	opacity: .7;
	margin-top: 2rem
}

.large-hero-header__img:after {
	box-sizing: border-box;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45));
	z-index: 0
}

@media (max-width:991px) {
	.large-hero-header__img img {
		width: auto
	}

	.large-hero-header__img-text h1 {
		font-size: clamp(3rem, 4vw, 4rem)
	}
}

.js .cta-text-block {
	opacity: 0
}

.js.js-ready .cta-text-block {
	opacity: 1
}

.cta-text-block {
	display: flex;
	gap: 2rem;
	flex-direction: column
}

.cta-text-block__col {
	flex: 1;
	font-size: 1.25rem;
	line-height: 150%;
	color: #666d73;
	padding: 0 2rem
}

.cta-text-block__col strong {
	font-weight: 500;
	color: #002856
}

@media (max-width:991px) {
	.cta-text-block .row {
		flex-direction: column
	}

	.cta-text-block__col:first-child {
		text-align: center;
		margin-bottom: 2rem
	}
}

.cta-text-block__cta {
	margin: 0 auto
}

.cta-text-block__video {
	z-index: 5;
	position: relative
}

.cta-text-block__video iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
	margin-bottom: -16px
}

.cta-text-block.single-column,
.cta-text-block.single-column-type2 {
	max-width: 800px;
	margin: 0 auto
}

.cta-text-block.single-column-type2 .row,
.cta-text-block.single-column .row {
	flex-direction: column
}

.cta-text-block.single-column-type2 .cta-text-block__col:first-child,
.cta-text-block.single-column .cta-text-block__col:first-child {
	text-align: center;
	margin-bottom: 1.563rem;
	padding: 0
}

.cta-text-block.single-column-type2 .cta-text-block__col:first-child .h2-font,
.cta-text-block.single-column .cta-text-block__col:first-child .h2-font {
	margin-bottom: 0
}

.cta-text-block.single-column-type2 {
	max-width: 600px
}

.cta-text-block.single-column-type2 .cta-text-block__col {
	text-align: center
}

.cta-text-block.single-column-type2 .h2-font {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 100%;
	text-transform: uppercase
}

.cta-text-block.has-video .container-t4 {
	position: relative
}

.cta-text-block.has-video .container-t4:after {
	position: absolute;
	content: "";
	width: 2px;
	border-left: 1px dashed #d15e29;
	height: 100%;
	left: 7rem;
	top: 2rem
}

.cta-text-block.has-video .container-t4:last-child:after {
	display: none
}

.cta-text-block.has-video .cta-text-block__col .h2-font,
.cta-text-block.has-video .cta-text-block__col .h4-font {
	position: relative;
	background: #fff;
	z-index: 1
}

.cta-text-block.has-video .cta-text-block__cta {
	margin-left: 3rem
}

@media (max-width:991px) {
	.cta-text-block.has-video .container-t4:after {
		left: 50%
	}

	.cta-text-block.has-video .container-t4:first-child:after {
		display: none
	}

	.cta-text-block.has-video .cta-text-block__cta {
		margin-left: auto
	}
}

.js .measuring-tool {
	opacity: 0
}

.js.js-ready .measuring-tool {
	opacity: 1
}

.measuring-tool {
	background: #042645;
	padding-bottom: 5rem;
	position: relative;
	overflow: hidden
}

.measuring-tool.centered {
	text-align: center
}

.measuring-tool .h2-font {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 100%;
	text-transform: uppercase;
	color: #d15e29;
	margin: 17rem 0 4rem
}

.measuring-tool__content {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 150%;
	color: #fff
}

.measuring-tool__content p {
	opacity: .7
}

.measuring-tool__content h3 {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 100%
}

.measuring-tool__wrapper-container {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 auto 2rem
}

.measuring-tool__wrapper {
	position: relative;
	flex-grow: 1;
	height: 40px;
	border-radius: 999px;
	overflow: hidden;
	border: 1px solid #d15e29
}

.measuring-tool__wrapper-fill {
	width: 0;
	position: relative;
	border-radius: 999px 0 0 999px;
	transition: width 1.2s ease-in-out
}

.measuring-tool__wrapper-fill,
.measuring-tool__wrapper-fill:after {
	height: 100%;
	background-image: url(/media/faithfully-forward/site-assets/images/bkg-orange-stars.svg);
	background-repeat: repeat;
	background-size: cover
}

.measuring-tool__wrapper-fill:after {
	content: "";
	position: absolute;
	top: 0;
	right: -18px;
	width: 18px;
	clip-path: polygon(0 0, 100% 50%, 0 100%)
}

.measuring-tool__wrapper-value {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	color: #fff;
	font-weight: 700;
	z-index: 2;
	pointer-events: none
}

.measuring-tool__total {
	margin-left: 30px;
	color: #bd5525;
	white-space: nowrap;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 37px;
	padding: 12px 8px 12px 4px;
	gap: 9px;
	background: #fff;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%
}

.measuring-tool__total .label {
	position: relative;
	display: inline-block
}

.measuring-tool__total .label:after {
	content: "";
	position: absolute;
	left: -22px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-right: 19px solid #fff
}

.measuring-tool .btn-t4-default {
	margin: 0 .5rem
}

.js .card-carousel {
	opacity: 0
}

.js.js-ready .card-carousel {
	opacity: 1
}

.card-carousel {
	position: relative;
	padding: 6rem 0
}

.card-carousel .container-t4>.row {
	margin-left: 3.75rem
}

.card-carousel .container-t4,
.card-carousel .container-t4>.row,
.card-carousel .container-t4>.row>.col-12 {
	padding-right: 0 !important;
	margin-right: 0 !important;
	max-width: 1700px !important
}

@media (min-width:768px) {
	.card-carousel .container-t4.two-items-center {
		max-width: 90% !important;
		padding-right: 15px !important;
		margin-right: auto !important
	}

	.card-carousel .container-t4.two-items-center>.row {
		margin-left: -15px
	}

	.card-carousel .container-t4.two-items-center>.row>.col-12 {
		padding-right: 15px !important;
		margin-right: auto !important;
		max-width: 100% !important;
		display: flex;
		justify-content: center
	}

	.card-carousel .container-t4.two-items-center>.row>.col-12 .card-carousel__swiper-slide.swiper-slide {
		width: 300px !important
	}

	.card-carousel .container-t4.two-items-center>.row>.col-12 .card-carousel__swiper-slide.swiper-slide:last-child {
		margin-right: 0 !important
	}
}

.card-carousel__header {
	display: flex;
	flex-direction: column;
	max-width: 800px;
	margin: 0 auto 2rem;
	text-align: center
}

@media (max-width:991px) {
	.card-carousel__header {
		margin-bottom: 2rem;
		padding: 0 30px
	}

	.card-carousel__header .desc {
		text-align: left
	}
}

.card-carousel__swiper-slide__img {
	height: 200px
}

.card-carousel__swiper-slide__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover; object-position: 50% 50%;"
}

.card-carousel__swiper-slide__caption {
	font-weight: 450;
	font-size: 1.313rem;
	line-height: 120%;
	text-transform: capitalize;
	color: #00568a;
	margin-top: 1rem
}

.card-carousel__swiper-slide__link {
	font-weight: 600;
	font-size: .875rem;
	line-height: 150%;
	text-align: center;
	color: #bd5525;
	margin-top: 1rem;
	display: inline-block
}

.card-carousel__swiper-slide__link svg {
	margin-left: 4px
}

.card-carousel__swiper-slide.swiper-slide {
	width: 90%;
	flex-shrink: 0
}

.card-carousel__swiper-arrows {
	height: 56px;
	right: 2rem;
	position: absolute;
	display: flex;
	gap: 8px
}

.card-carousel__swiper-button-next,
.card-carousel__swiper-button-prev {
	width: 56px;
	height: 56px;
	top: 1rem;
	left: auto;
	right: 4rem
}

.card-carousel__swiper-button-next:after,
.card-carousel__swiper-button-prev:after {
	display: none
}

.card-carousel__swiper-button-next {
	left: auto;
	right: 0
}

.card-carousel__actions {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

@media (max-width:991px) {
	.card-carousel__actions {
		padding: 0 30px;
		justify-content: start
	}
}

@media (max-width:991px) {
	.card-carousel .container-t4>.row {
		margin-left: 0
	}

	.card-carousel__swiper-slide__img {
		height: auto;
		width: 100vw;
		max-width: 100%;
		aspect-ratio: 1/1
	}

	.card-carousel__swiper-arrows {
		display: none
	}
}

.js .simple-image-text {
	opacity: 0
}

.js.js-ready .simple-image-text {
	opacity: 1
}

.simple-image-text {
	display: flex;
	gap: 2rem;
	padding-bottom: 6rem
}

.simple-image-text__col {
	flex: 1 1 50%;
	font-size: 1.25rem;
	line-height: 150%;
	color: #666d73
}

.simple-image-text__col strong {
	font-weight: 500;
	color: #002856
}

.simple-image-text__col-text {
	padding: 2rem 6rem
}

.simple-image-text__col-text .h3-font {
	font-family: futura-pt, sans-serif;
	color: #bd5525;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 100%;
	text-transform: uppercase
}

.simple-image-text__col-text .sub-title {
	font-style: normal;
	font-weight: 500;
	font-size: .875rem;
	line-height: 100%;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #00568a
}

.simple-image-text__col-text p {
	margin-bottom: 2rem
}

.simple-image-text__col-image {
	width: 100%;
	display: inline-block;
	position: relative;
	height: 572px
}

.simple-image-text__col-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 10
}

.simple-image-text__col-image:after {
	top: 2rem;
	right: 0;
	width: calc(100% - 2rem);
	height: calc(100% - 4rem);
	background-image: url(/media/faithfully-forward/site-assets/images/border-orange.svg);
	background-size: cover;
	z-index: 12;
	pointer-events: none;
	max-width: 668px
}

.simple-image-text__col-image:after,
.simple-image-text__col-image:before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0
}

.simple-image-text__col-image:before {
	bottom: -64px;
	left: -48px;
	width: 704px;
	height: 432px;
	background-image: url(/media/faithfully-forward/site-assets/images/dotted-bkg-orange.svg);
	background-size: contain;
	z-index: 5
}

@media (min-width:1200px) {
	.simple-image-text__col:last-child {
		flex: 1 1 580px
	}
}

.simple-image-text.image-left {
	flex-direction: row-reverse
}

.simple-image-text.image-left .simple-image-text__col-image:after {
	background-image: url(/media/faithfully-forward/site-assets/images/border-green.svg);
	right: 2rem;
	background-position: 100% 0
}

.simple-image-text.image-left .simple-image-text__col-image:before {
	right: -48px;
	left: inherit;
	background-image: url(/media/faithfully-forward/site-assets/images/dotted-bkg-green.svg);
	background-position: 0 0
}

@media (min-width:1200px) {
	.simple-image-text.image-left .simple-image-text__col:last-child {
		flex: 1 1 580px
	}
}

@media (max-width:991px) {
	.simple-image-text {
		flex-direction: column-reverse !important;
		padding-bottom: 4rem
	}

	.simple-image-text__col {
		padding-top: 2rem
	}

	.simple-image-text__col-text {
		padding: 2rem
	}

	.simple-image-text.image-left .simple-image-text__col-image:after {
		left: 0
	}
}

.js .image-slider {
	opacity: 0
}

.js.js-ready .image-slider {
	opacity: 1
}

.image-slider {
	position: relative
}

.image-slider:before {
	position: absolute;
	content: "";
	background-image: url(/media/faithfully-forward/site-assets/images/dotted-bkg.svg);
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 100%;
	height: 65%;
	left: 0;
	top: -16px
}

.image-slider .container-t4>.row {
	margin-left: 4rem
}

.image-slider .container-t4,
.image-slider .container-t4>.row,
.image-slider .container-t4>.row>.col-12 {
	padding-right: 0 !important;
	margin-right: 0 !important;
	max-width: 1700px !important
}

.image-slider__swiper-slide__img {
	width: 100%;
	height: 600px
}

.image-slider__swiper-slide__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover; object-position: 50% 50%;"
}

.image-slider__swiper-slide__caption {
	position: relative;
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #666d73;
	margin-top: 1rem
}

.image-slider__swiper-slide.swiper-slide {
	width: 90%;
	flex-shrink: 0
}

.image-slider__swiper-arrows {
	height: 56px;
	position: relative;
	margin-top: 2rem;
	right: 2rem
}

.image-slider__swiper-button-next,
.image-slider__swiper-button-prev {
	width: 56px;
	height: 56px;
	top: 1rem;
	left: auto;
	right: 4rem
}

.image-slider__swiper-button-next:after,
.image-slider__swiper-button-prev:after {
	display: none
}

.image-slider__swiper-button-next {
	left: auto;
	right: 0
}

@media (max-width:991px) {
	.image-slider .container-t4>.row {
		margin-left: 0
	}

	.image-slider__swiper-slide__img {
		height: auto;
		width: 100vw;
		max-width: 100%;
		aspect-ratio: 1/1
	}

	.image-slider__swiper-arrows {
		display: none
	}
}

.js .quote-slider {
	opacity: 0
}

.js.js-ready .quote-slider {
	opacity: 1
}

.quote-slider {
	position: relative;
	padding: 5rem 0
}

.quote-slider .container-t4>.row {
	margin-left: 4rem
}

.quote-slider .container-t4,
.quote-slider .container-t4>.row,
.quote-slider .container-t4>.row>.col-12 {
	padding-right: 0;
	margin-right: 0;
	max-width: 1700px !important
}

.quote-slider__header {
	text-align: center
}

.quote-slider__swiper-wrapper {
	align-items: center
}

.quote-slider__swiper-slide {
	display: flex;
	opacity: .5
}

.quote-slider__swiper-slide.swiper-slide-active {
	opacity: 1
}

.quote-slider__swiper-slide-wrap {
	display: flex;
	align-items: center;
	padding: 0 2rem
}

.quote-slider__swiper-slide__img {
	display: flex;
	margin-right: 4rem;
	height: 74px;
	flex: 1 1 128px
}

.quote-slider__swiper-slide__img img {
	width: 120px;
	height: 74px;
	object-fit: cover;
	z-index: 10;
	position: relative;
	top: 4px;
	left: 4px
}

.quote-slider__swiper-slide__img.has_image {
	position: relative;
	width: 128px;
	height: 128px
}

.quote-slider__swiper-slide__img.has_image:before {
	position: absolute;
	content: "";
	background-image: url(/media/faithfully-forward/site-assets/images/quote-circle.svg);
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 128px;
	height: 128px;
	left: 0;
	top: 0
}

.quote-slider__swiper-slide__img.has_image img {
	height: 120px;
	border-radius: 50%
}

.quote-slider__swiper-slide__text {
	font-family: arno-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2rem;
	line-height: 150%;
	hanging-punctuation: first last
}

.quote-slider__swiper-slide__text .smallTxt {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 1.063rem;
	line-height: 150%;
	leading-trim: both;
	text-edge: cap;
	opacity: .7;
	margin-top: 8px
}

.quote-slider__swiper-slide.swiper-slide {
	width: 90%;
	flex-shrink: 0
}

.quote-slider__swiper-arrows {
	height: 56px;
	position: relative;
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px
}

.quote-slider__swiper-button-next,
.quote-slider__swiper-button-prev {
	width: 56px;
	height: 56px
}

.quote-slider__swiper-button-next:after,
.quote-slider__swiper-button-prev:after {
	display: none
}

.quote-slider__swiper-button-next,
.quote-slider__swiper-button-prev {
	position: relative;
	left: 0;
	top: 0;
	margin-top: 0
}

.quote-slider.powder-blue {
	background: #00568a
}

.quote-slider.powder-blue .quote-slider__swiper-slide__text {
	color: #fff
}

.quote-slider.quote-hero {
	position: relative;
	overflow: hidden
}

.quote-slider.quote-hero:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 335px;
	background-color: #fff;
	z-index: 0
}

.quote-slider.quote-hero>* {
	position: relative;
	z-index: 1
}

.quote-slider.quote-hero .container-t4 {
	max-width: 100% !important;
	padding-right: 15px;
	margin-right: auto
}

.quote-slider.quote-hero .container-t4>.row {
	max-width: none !important;
	margin-right: -15px;
	margin-left: 0
}

.quote-slider.quote-hero .container-t4>.row>.col-12 {
	max-width: 100% !important;
	padding-right: 15px
}

.quote-slider.quote-hero .quote-slider__swiper-wrapper {
	justify-content: center
}

.quote-slider.quote-hero .quote-slider__swiper-slide {
	margin-right: 0 !important
}

.quote-slider.quote-hero .quote-slider__swiper-slide-wrap {
	flex-direction: column;
	padding: 0
}

.quote-slider.quote-hero .quote-slider__swiper-slide__img {
	height: 100%;
	width: auto;
	margin-right: 0;
	margin-bottom: 2rem;
	flex: 1 1 268px
}

.quote-slider.quote-hero .quote-slider__swiper-slide__img:before {
	width: 268px;
	height: 268px
}

.quote-slider.quote-hero .quote-slider__swiper-slide__img img {
	width: 250px;
	height: 250px;
	top: 9px;
	left: 8px
}

.quote-slider.quote-hero .quote-slider__swiper-slide__text {
	text-align: center
}

@media (max-width:991px) {
	.quote-slider.quote-hero:before {
		height: 250px
	}

	.quote-slider.quote-hero .quote-slider__swiper-slide {
		margin-right: 0 !important
	}

	.quote-slider.quote-hero .quote-slider__swiper-slide-wrap {
		align-items: center
	}

	.quote-slider.quote-hero .quote-slider__swiper-slide__img {
		flex: 1 1 170px
	}

	.quote-slider.quote-hero .quote-slider__swiper-slide__img:before {
		width: 170px;
		height: 170px
	}

	.quote-slider.quote-hero .quote-slider__swiper-slide__img img {
		width: 160px;
		height: 160px;
		top: 5px;
		left: 5px
	}
}

@media (max-width:991px) {
	.quote-slider .container-t4>.row {
		margin-left: 0
	}

	.quote-slider__swiper-slide-wrap {
		flex-direction: column;
		align-items: start
	}

	.quote-slider__swiper-slide__img {
		margin-bottom: 1rem
	}
}

.js .accordion-ct {
	opacity: 0
}

.js.js-ready .accordion-ct {
	opacity: 1
}

.js.js-ready .accordion-ct__button {
	float: right;
	margin-bottom: 1rem
}

.accordion-ct {
	background: #f1f1f1;
	padding: 8rem 0
}

.accordion-ct.accordion-ct-up {
	padding-top: 0
}

.accordion-ct.accordion-ct-up .accordion-ct__tabs {
	margin-top: -5rem
}

@media (max-width:991px) {
	.accordion-ct {
		padding: 4rem 0
	}
}

.accordion-ct__header {
	display: flex;
	flex-direction: column;
	max-width: 800px;
	margin: 0 auto 4rem;
	text-align: center
}

@media (max-width:991px) {
	.accordion-ct__header {
		margin-bottom: 2rem
	}
}

.accordion-ct__tabs {
	width: 900px;
	background: #fff;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px #d1cfc9;
	margin: auto;
	z-index: 2
}

.accordion-ct__tabs .tabs {
	margin-bottom: 0
}

.accordion-ct__tabs .tabs__nav {
	display: none
}

.accordion-ct__tabs .tabs__nav-link {
	display: flex;
	padding: 2.3rem;
	cursor: pointer;
	color: #002856;
	border-top: 1px solid #e0e0e0;
	transition: background .3s ease;
	width: 100%;
	font-weight: 500;
	font-size: 1.25rem;
	text-align: left
}

.accordion-ct__tabs .tabs__nav-link svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	margin-left: auto;
	align-self: center;
	z-index: -1
}

.accordion-ct__tabs .tabs__nav-link:focus {
	outline: none
}

@media (max-width:991px) {
	.accordion-ct__tabs .tabs__nav-link {
		font-size: 1.125rem;
		padding: 1.5rem
	}
}

.accordion-ct__tabs .tabs__content:nth-child(2) .tabs__nav-link {
	border-top: none
}

.accordion-ct__tabs .tabs__content .tabs__content-wrapper {
	display: none
}

.accordion-ct__tabs .tabs__content.is__active .tabs__content-wrapper {
	display: block
}

.accordion-ct__tabs .tabs__content-wrapper {
	margin: -2rem 0 2rem;
	padding: 0 2.5rem
}

.accordion-ct__tabs .tabs__content-wrapper ol,
.accordion-ct__tabs .tabs__content-wrapper ul {
	margin-bottom: 0;
	padding-left: 1rem;
	list-style: disc
}

.accordion-ct__tabs .tabs__content-wrapper ol li,
.accordion-ct__tabs .tabs__content-wrapper ul li {
	padding: 0
}

.accordion-ct__tabs .tabs__content-wrapper ol li::marker,
.accordion-ct__tabs .tabs__content-wrapper ul li::marker {
	color: #bd5525
}

.accordion-ct__tabs .tabs__content-wrapper ol {
	list-style: decimal
}

@media (max-width:991px) {
	.accordion-ct__tabs .tabs__content-wrapper {
		margin: -1rem 0 1.5rem;
		padding: 0 1.5rem
	}
}

.js .callout-block {
	opacity: 0
}

.js.js-ready .callout-block {
	opacity: 1
}

.callout-block {
	padding-bottom: 6rem;
	position: relative;
	z-index: 10
}

.callout-block__container {
	background: #042645;
	padding: 5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border-radius: 24px;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 150%;
	color: #fff;
	position: relative
}

.callout-block__container:before {
	content: "";
	position: absolute;
	top: 32px;
	left: 32px;
	right: 0;
	bottom: 32px;
	pointer-events: none;
	border-top: 2px solid #d15e29;
	border-left: 2px solid #d15e29;
	border-bottom: 2px solid #d15e29;
	border-right: none;
	z-index: 0
}

.callout-block__container .h2-font {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 1.563rem
}

.callout-block__container a {
	color: #ff7c40
}

.js .video-block-ct {
	opacity: 0
}

.js.js-ready .video-block-ct {
	opacity: 1
}

.video-block-ct__image img {
	max-width: 100%;
	border-radius: 16px
}

.video-block-ct__label {
	margin-top: 1rem
}

.video-block-ct iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
	margin-bottom: -16px
}

.youtube-placeholder {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	background-color: #000;
	background-size: cover;
	background-position: 50%;
	cursor: pointer;
	border-radius: 16px;
	overflow: hidden
}

.youtube-placeholder:before {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
	border-radius: 16px
}

.youtube-placeholder:after {
	content: "";
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -26px;
	margin-top: -26px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='52' height='52' rx='26' fill='%23D15E29'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.793 51.301a25.6 25.6 0 1 0 0-51.2 25.6 25.6 0 0 0 0 51.2zM24.369 16.64a3.2 3.2 0 0 0-4.976 2.662v12.8a3.2 3.2 0 0 0 4.976 2.663l9.6-6.4a3.201 3.201 0 0 0 0-5.325l-9.6-6.4z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='52' height='52' rx='26' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	width: 52px;
	height: 52px
}

.js .statistics-ct {
	opacity: 0
}

.js.js-ready .statistics-ct {
	opacity: 1
}

.statistics-ct__header {
	display: flex;
	flex-direction: column;
	max-width: 800px;
	margin: 0 auto 2rem;
	text-align: center
}

.statistics-ct__cards {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap
}

.statistics-ct__cards-card {
	flex: 1;
	min-width: 250px;
	max-width: calc(33.333% - 16px);
	background-color: #f1f1ef;
	padding: 4rem 2rem;
	border-radius: 16px;
	text-align: center
}

.statistics-ct__cards-card-value {
	font-weight: 700;
	font-size: 4rem;
	line-height: 100%;
	text-transform: uppercase;
	color: #d15e29;
	margin-bottom: 1rem
}

.statistics-ct__cards-card-title {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 150%;
	color: #00568a;
	margin-bottom: 1rem
}

@media (max-width:757px) {
	.statistics-ct__cards {
		flex-direction: column
	}

	.statistics-ct__cards-card {
		max-width: 100%
	}

	.statistics-ct__cards-card-value {
		font-size: clamp(3rem, 4vw, 4rem)
	}
}

.js .cta-banner {
	opacity: 0
}

.js.js-ready .cta-banner {
	opacity: 1
}

.cta-banner__img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column
}

.cta-banner__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover; object-position: 50% 50%;";
	max-height: 640px
}

.cta-banner__img-text {
	position: absolute;
	z-index: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 2rem
}

.cta-banner__img-text-secondary {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	max-width: 700px
}

.cta-banner__img-text .h2-font {
	font-size: 5rem;
	color: #ff7c40;
	margin: 1rem 0
}

.cta-banner__img-text-actions {
	padding-top: 2rem;
	display: flex;
	gap: 1rem
}

@media (max-width:991px) {
	.cta-banner__img-text-actions {
		flex-direction: column;
		width: 100%
	}
}

.cta-banner__img:after {
	box-sizing: border-box;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45));
	z-index: 0
}

@media (max-width:991px) {
	.cta-banner__img img {
		width: auto
	}

	.cta-banner__img-text-secondary {
		font-size: clamp(1.5rem, 2vw, 2.5rem)
	}

	.cta-banner__img-text .h2-font {
		font-size: clamp(2rem, 5vw, 5rem)
	}
}

.js .timeline-block {
	opacity: 0
}

.js.js-ready .timeline-block {
	opacity: 1
}

.timeline-block {
	margin-top: -4rem;
	padding: 6rem 0;
	position: relative;
	background: linear-gradient(0deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1)), linear-gradient(180deg, #042645 21.3%, #00568a 99.94%)
}

@media (max-width:768px) {

	.timeline-block .container-fluid,
	.timeline-block .container-lg,
	.timeline-block .container-md,
	.timeline-block .container-sm,
	.timeline-block .container-xl {
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
		position: relative
	}

	.timeline-block .container-fluid:before,
	.timeline-block .container-lg:before,
	.timeline-block .container-md:before,
	.timeline-block .container-sm:before,
	.timeline-block .container-xl:before {
		background: url(/media/faithfully-forward/site-assets/images/vertical-line.svg);
		content: "";
		top: 2.75rem;
		right: 0;
		height: 100%;
		width: 4px;
		transform: rotate(90deg);
		display: block;
		z-index: 1;
		position: absolute;
		background-position: 0;
		transform-origin: top right
	}
}

.timeline-block__wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-top: -9rem;
	padding-bottom: 6rem
}

.timeline-block__wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 3px;
	z-index: 1;
	background: url(/media/faithfully-forward/site-assets/images/vertical-line.svg)
}

.timeline-block__item {
	display: grid;
	grid-template-columns: 1fr 40px 1fr;
	align-items: center;
	position: relative
}

.timeline-block__item.left .timeline-block__card {
	grid-column: 1/2
}

.timeline-block__item.left .timeline-block__date {
	grid-column: 3/4;
	text-align: left
}

.timeline-block__item.right .timeline-block__card {
	grid-column: 3/4
}

.timeline-block__item.right .timeline-block__date {
	grid-column: 1/2;
	text-align: right
}

.timeline-block__center {
	grid-column: 2/3;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1
}

.timeline-block__bullet {
	width: 21px;
	height: 21px;
	position: relative;
	z-index: 1;
	background: url(/media/faithfully-forward/site-assets/images/timeline-bullet.svg)
}

.timeline-block__card {
	background: #fff;
	padding: 2rem;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	min-width: 280px;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 150%;
	color: #666d73
}

.timeline-block__card-title {
	color: #00568a;
	margin-bottom: 1rem;
	font-weight: 500
}

.timeline-block__card-desc {
	margin-bottom: 1rem
}

.timeline-block__card-img {
	position: relative
}

.timeline-block__card-img img {
	max-width: 100%
}

.timeline-block__card-img .video-embed {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
	margin-bottom: 1.5rem
}

.timeline-block__card-img .video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

@media (max-width:768px) {
	.timeline-block__card {
		width: 100%
	}
}

.timeline-block__date {
	color: #ff7c40;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 100%
}

@media (max-width:768px) {
	.timeline-block__wrapper {
		display: flex;
		flex-direction: row;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding: 2rem 1rem;
		margin-top: -5rem;
		column-gap: 16px;
		cursor: grab;
		scrollbar-width: none;
		-ms-overflow-style: none
	}

	.timeline-block__wrapper::-webkit-scrollbar {
		display: none
	}

	.timeline-block__wrapper.is-grabbing {
		cursor: grabbing
	}

	.timeline-block__wrapper:before {
		display: none
	}

	.timeline-block__item {
		scroll-snap-align: start;
		flex: 0 0 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		min-width: 260px;
		position: relative
	}

	.timeline-block__item.left .timeline-block__card,
	.timeline-block__item.left .timeline-block__date,
	.timeline-block__item.right .timeline-block__card,
	.timeline-block__item.right .timeline-block__date {
		grid-column: auto
	}

	.timeline-block__center {
		order: 1;
		margin-bottom: 1rem;
		position: relative
	}

	.timeline-block__center .timeline-block__bullet {
		position: relative;
		top: 0
	}

	.timeline-block__date {
		order: 2;
		margin-bottom: 1rem
	}

	.timeline-block__card {
		order: 3
	}
}

.js .map-text {
	opacity: 0
}

.js.js-ready .map-text {
	opacity: 1
}

.map-text {
	display: flex;
	gap: 2rem;
	flex-direction: column
}

.map-text__col {
	flex: 1;
	font-size: 1.25rem;
	line-height: 150%;
	color: #666d73;
	padding: 0 2rem
}

.map-text__col strong {
	font-weight: 500;
	color: #002856
}

.map-text .map-text__col {
	position: relative;
	display: inline-block
}

.map-text .map-text__col .map-wrapper {
	width: 100%;
	max-width: 900px;
	margin: 0 auto
}

@media (max-width:991px) {
	.map-text .map-text__col .map-wrapper {
		height: 60vw
	}
}

.map-text .map-text__col .map-container {
	position: relative;
	width: 100%;
	aspect-ratio: 16/10;
	background-image: url(/media/faithfully-forward/site-assets/images/us-map.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 0 auto
}

.map-text .map-text__col .marker {
	position: absolute;
	left: var(--x);
	top: var(--y);
	transform: translate(-50%, -100%);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none
}

.map-text .map-text__col .icon {
	width: 21px;
	height: 25px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='25' viewBox='0 0 21 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.675 3.722A10.03 10.03 0 0 1 17.86 17.907l-7.092 7.092-7.093-7.092a10.029 10.029 0 0 1 0-14.185zm7.093 9.958a2.866 2.866 0 1 0 0-5.731 2.866 2.866 0 0 0 0 5.73z' fill='%23D15E29'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform .3s ease
}

.map-text .map-text__col .marker:hover .icon {
	transform: scale(1.5)
}

.map-text .map-text__col .marker:hover .label {
	opacity: 1;
	transform: translateY(0)
}

.map-text .map-text__col .label {
	color: #fff;
	font-size: .75rem;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	padding: 3px 8px;
	background: #bd5525;
	z-index: 2
}

@media (max-width:991px) {
	.map-text .row {
		flex-direction: column-reverse
	}

	.map-text__col:last-child {
		margin-bottom: 2rem
	}

	.map-text__col:last-child .h2-font,
	.map-text__col:last-child .h4-font {
		text-align: center
	}
}

@media (max-width:480px) {
	.map-text .map-text__col .map-container {
		background-position: 1px -10px;
	}
}

.js .cards-ct {
	opacity: 0
}

.js.js-ready .cards-ct {
	opacity: 1
}

.cards-ct__header {
	display: flex;
	flex-direction: column;
	max-width: 800px;
	margin: 0 auto 2rem;
	text-align: center
}

.cards-ct__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem
}

@media (max-width:1024px) {
	.cards-ct__cards {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width:640px) {
	.cards-ct__cards {
		grid-template-columns: 1fr
	}
}

.cards-ct__cards-card {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	height: 456px;
	flex: 1;
	width: 100%;
	display: flex;
	align-items: flex-end
}

.cards-ct__cards-card_image {
	position: absolute;
	inset: 0;
	z-index: 0
}

.cards-ct__cards-card_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
	display: block
}

.cards-ct__cards-card-info {
	position: relative;
	width: 100%;
	z-index: 1;
	background-color: #bd5525;
	padding: 1.5rem;
	color: #fff;
	border-radius: 8px;
	margin: 8px
}

.cards-ct__cards-card-info .title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 125%;
	text-transform: uppercase
}

.cards-ct__cards-card-info .sub-title {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 150%
}

.cards-ct__cards-card-info .desc {
	font-size: 1.063rem;
	font-weight: 400;
	line-height: 20px;
	opacity: .7
}

.cards-ct__cards-card-info .card-feat {
	display: flex;
	align-items: center;
	border-top: 1px solid hsla(0, 0%, 100%, .3);
	margin-top: 1rem;
	padding-top: 1rem
}

.cards-ct__cards-card-info .card-feat img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-right: .75rem
}

.cards-ct__cards-card-info .card-feat .name {
	font-weight: 400;
	font-size: 1.063rem;
	line-height: 150%
}

.cards-ct__cards-card-info .card-feat .name strong {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 125%
}

.cards-ct__cards-card-info .card-feat .btn-t4-default {
	margin-left: auto
}

.cards-ct__cards-card.card-type2 .cards-ct__cards-card-info {
	background: #00568a
}

.cards-ct__cards-card.card-type3 .cards-ct__cards-card_image:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 456px;
	left: 0;
	top: 0;
	display: block;
	background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), #f1f1ef;
	border-radius: 16px;
	opacity: .6
}

.cards-ct__cards-card.card-type3 .cards-ct__cards-card-info {
	background: #3a3c39
}

.cards-ct__cards-card.card-type3 .cards-ct__cards-card-info .title {
	color: #f1f1ef
}

.cards-ct__cards-card.card-type3 .cards-ct__cards-card-info .desc,
.cards-ct__cards-card.card-type3 .cards-ct__cards-card-info .sub-title {
	color: #7b848b
}

@media (max-width:757px) {
	.cards-ct__cards {
		flex-direction: column
	}

	.cards-ct__cards-card {
		max-width: 100%
	}

	.cards-ct__cards-card-value {
		font-size: clamp(3rem, 4vw, 4rem)
	}
}

.js .category-progress {
	opacity: 0
}

.js.js-ready .category-progress {
	opacity: 1
}

.category-progress {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 5rem;
	background-color: #042645
}

.category-progress:after {
	content: "";
	position: absolute;
	top: 32px;
	left: 32px;
	right: 0;
	bottom: 32px;
	pointer-events: none;
	border-top: 2px solid #d15e29;
	border-left: 2px solid #d15e29;
	border-bottom: 2px solid #d15e29;
	border-right: none;
	z-index: 0
}

.category-progress__image {
	position: relative
}

.category-progress__image img {
	position: absolute;
	width: 47vw;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	object-fit: contain;
	object-position: bottom;
	pointer-events: none
}

.category-progress__slides {
	flex: 1;
	margin-left: auto;
	max-width: 65%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: end;
	z-index: 2
}

.category-progress__slides-container {
	width: 100%;
	overflow: hidden
}

.category-progress__slides-wrapper {
	display: flex;
	height: auto
}

.category-progress__slides-slide {
	flex-shrink: 0;
	width: 100%;
	text-align: center;
	padding: 10rem 0
}

.category-progress__slides-slide .category-progress__title {
	font-family: arno-pro, sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 150%;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #d15e29;
	margin-bottom: 1rem
}

.category-progress__slides-slide .category-progress__current {
	font-weight: 700;
	font-size: 12.5rem;
	line-height: 100%;
	position: relative;
	display: inline-block;
	color: transparent;
	-webkit-text-stroke: 1px #d15e29;
	overflow: hidden
}

.category-progress__slides-slide .category-progress__current.number-stroke .number-fill {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	color: #d15e29;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	-webkit-text-stroke: 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #d15e29;
	background-clip: text;
	text-fill-color: transparent;
	transition: height 7s ease
}

.category-progress__slides-slide .category-progress__current.number-stroke .number-fill:before {
	content: attr(data-text);
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 12.5rem;
	line-height: 100%;
	display: block
}

.category-progress__slides-slide .category-progress__current.number-stroke.animate .number-fill {
	height: var(--fill-height)
}

.category-progress__slides-slide .category-progress__goal {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 100%;
	text-transform: uppercase;
	color: #ff7c40;
	margin: 1rem 0
}

.category-progress__slides-button-next,
.category-progress__slides-button-prev {
	width: 56px;
	height: 56px
}

.category-progress__slides-button-next:after,
.category-progress__slides-button-prev:after {
	display: none
}

@media (max-width:1200px) {
	.category-progress .category-progress__slides {
		padding-bottom: 4rem
	}

	.category-progress .category-progress__slides-slide {
		padding: 5rem 2rem 2rem 0
	}

	.category-progress .category-progress__slides-arrows {
		display: flex;
		justify-content: center;
		gap: 1rem;
		margin-right: 2rem
	}

	.category-progress .category-progress__slides-arrows .category-progress__slides-button-next,
	.category-progress .category-progress__slides-arrows .category-progress__slides-button-prev {
		position: relative;
		left: inherit;
		top: inherit;
		right: inherit;
		margin: 0
	}
}

@media (max-width:991px) {
	.category-progress {
		flex-direction: column
	}

	.category-progress:after {
		left: 0;
		border-left: none
	}

	.category-progress__image {
		bottom: 0;
		position: absolute;
		width: 100vw;
		height: 45vw
	}

	.category-progress__image img {
		width: 100%;
		max-height: 45vw
	}

	.category-progress .category-progress__slides {
		order: 1;
		max-width: 100%;
		flex: 0 0 auto;
		width: 100%;
		padding-bottom: 50vw
	}

	.category-progress .category-progress__slides-slide {
		padding: 6rem 2rem 2rem
	}

	.category-progress .category-progress__slides-arrows {
		margin-right: 0
	}
}

@media (max-width:767px) {
	.category-progress .btn-t4-default {
		width: 100%
	}

	.category-progress__slides-slide .category-progress__current,
	.category-progress__slides-slide .category-progress__current.number-stroke .number-fill:before {
		font-size: clamp(6rem, 12.5vw, 12.5rem)
	}

	.category-progress__slides-slide .category-progress__goal {
		font-size: clamp(1.5rem, 2.5vw, 2.5rem)
	}
}

.js .general-content {
	opacity: 0
}

.js.js-ready .general-content {
	opacity: 1
}

.js.js-ready .general-content:after {
	content: "";
	clear: both;
	display: table
}

.general-content figure {
	margin-bottom: 2rem
}

.general-content figure figcaption {
	width: 100%;
	padding: .75rem;
	margin-left: auto;
	margin-right: auto;
	font-size: .75rem;
	letter-spacing: .05rem;
	font-weight: 700;
	background-color: #7c868d
}

.general-content .img-left {
	float: left;
	margin-right: 2rem;
	width: 100%
}

@media (min-width:992px) {
	.general-content .img-left {
		width: 35%
	}
}

.general-content .img-left img {
	max-width: none;
	margin: 0
}

.general-content .img-right {
	float: right;
	width: 100%;
	margin-left: 2rem
}

@media (min-width:992px) {
	.general-content .img-right {
		width: 35%
	}
}

.general-content .img-right img {
	max-width: none;
	margin: 0
}

.general-content .img-right:after {
	content: "";
	clear: both;
	display: table
}

.general-content .img-center img {
	max-width: 80%;
	margin: 2rem auto 0
}

.general-content .img-center figcaption {
	max-width: 80%;
	margin: 0 auto 2rem
}

.general-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover; object-position: 50% 50%;";
	max-width: 80%;
	height: auto;
	display: block;
	margin: 2rem auto
}

.general-content .h1-font,
.general-content h1 {
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1.5;
	word-break: break-word;
	margin-bottom: 1rem
}

.general-content .h2-font,
.general-content h2 {
	font-family: santelia-rough-two, sans-serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	word-break: break-word;
	margin-bottom: 1rem
}

.general-content .h3-font,
.general-content h3 {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.5;
	word-break: break-word;
	margin-bottom: 1rem
}

.general-content .h4-font,
.general-content h4 {
	font-family: arno-pro, sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
	word-break: break-word;
	margin-bottom: 0
}

.general-content .h5-font,
.general-content h5 {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
	word-break: break-word;
	margin-bottom: 1rem
}

.general-content .h6-font,
.general-content h6 {
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.5;
	word-break: break-word;
	margin-bottom: 1rem
}

.general-content .body-lead-font {
	font-weight: 600;
	line-height: 1.5;
	font-size: 1.25rem;
	word-break: break-word
}

.general-content .body-small-font {
	font-size: .875rem;
	letter-spacing: .01rem
}

.general-content .text-white {
	color: #fff
}

.general-content .text-primary {
	color: #002856
}

.general-content .text-dark-gray {
	color: #373a36
}

.general-content p {
	margin-bottom: 2rem
}

.general-content p:last-child {
	margin-bottom: 0
}

.general-content a {
	font-weight: 500;
	text-decoration: underline
}

.general-content a.btn-t4-default {
	text-decoration: none
}

.general-content [class*=btn] a,
.general-content a[class*=btn],
.general-content a span[class*=btn] {
	margin-right: .75rem;
	margin-bottom: 1rem
}

.general-content a:last-child span[class*=btn],
.general-content a[class*=btn]:last-child,
.general-content p[class*=btn] a:last-child,
.general-content span[class*=btn]:last-child a {
	margin-right: 0
}

.general-content button.btn-t4-default {
	margin-right: .75rem;
	margin-bottom: 1rem
}

.general-content button.btn-t4-default:last-child {
	margin-right: 0
}

.general-content ul {
	list-style: disc inside;
	list-style-position: outside;
	padding-left: 1.2rem
}

.general-content ul:not(.arrow-alt-list-style):not(.arrow-list-style):not(.caret-list-style) {
	margin: 0 0 1.5rem
}

.general-content ul:not(.arrow-alt-list-style):not(.arrow-list-style):not(.caret-list-style):last-child {
	margin-bottom: 0
}

.general-content ul:not(.arrow-alt-list-style):not(.arrow-list-style):not(.caret-list-style) li {
	padding: .5rem 0
}

.general-content ul:not(.arrow-alt-list-style):not(.arrow-list-style):not(.caret-list-style) li ul {
	margin-top: .5rem;
	padding: 0 0 0 2rem
}

.general-content ul.arrow-alt-list-style,
.general-content ul.arrow-list-style,
.general-content ul.caret-list-style,
.general-content ul.list-inline-unstyled,
.general-content ul.list-unstyled {
	list-style: none
}

.general-content ul.arrow-alt-list-style:last-child,
.general-content ul.arrow-list-style:last-child,
.general-content ul.caret-list-style:last-child,
.general-content ul.list-inline-unstyled:last-child,
.general-content ul.list-unstyled:last-child {
	margin-bottom: 0
}

.general-content ul.arrow-alt-list-style,
.general-content ul.arrow-list-style,
.general-content ul.caret-list-style {
	margin: 0 0 1.5rem
}

.general-content ul.arrow-alt-list-style li,
.general-content ul.arrow-list-style li,
.general-content ul.caret-list-style li {
	position: relative;
	left: 2rem
}

.general-content ul.arrow-alt-list-style li:before,
.general-content ul.arrow-list-style li:before,
.general-content ul.caret-list-style li:before {
	position: absolute;
	top: .75rem;
	left: -2rem;
	content: "";
	background-size: cover;
	backface-visibility: hidden;
	width: 1.25rem;
	height: 1.25rem
}

.general-content ul.arrow-alt-list-style li,
.general-content ul.arrow-list-style li,
.general-content ul.caret-list-style li {
	padding: .5rem 0
}

.general-content ul.arrow-alt-list-style li ul,
.general-content ul.arrow-list-style li ul,
.general-content ul.caret-list-style li ul {
	margin-top: .5rem
}

.general-content ol {
	list-style-position: inside;
	list-style: decimal-leading-zero;
	padding-left: 1.6rem
}

.general-content ol:not(.arrow-alt-list-style):not(.arrow-list-style):not(.caret-list-style) {
	margin: 0 0 1.5rem
}

.general-content ol:not(.arrow-alt-list-style):not(.arrow-list-style):not(.caret-list-style):last-child {
	margin-bottom: 0
}

.general-content ol:not(.arrow-alt-list-style):not(.arrow-list-style):not(.caret-list-style) li {
	padding: .5rem 0
}

.general-content ol:not(.arrow-alt-list-style):not(.arrow-list-style):not(.caret-list-style) li ol {
	margin-top: .5rem;
	padding: 0 0 0 2rem
}

.general-content ol.arrow-alt-list-style,
.general-content ol.arrow-list-style,
.general-content ol.caret-list-style,
.general-content ol.list-inline-unstyled,
.general-content ol.list-unstyled {
	list-style: none
}

.general-content ol.arrow-alt-list-style:last-child,
.general-content ol.arrow-list-style:last-child,
.general-content ol.caret-list-style:last-child,
.general-content ol.list-inline-unstyled:last-child,
.general-content ol.list-unstyled:last-child {
	margin-bottom: 0
}

.general-content ol.arrow-alt-list-style,
.general-content ol.arrow-list-style,
.general-content ol.caret-list-style {
	margin: 0 0 1.5rem
}

.general-content ol.arrow-alt-list-style li,
.general-content ol.arrow-list-style li,
.general-content ol.caret-list-style li {
	position: relative;
	left: 2rem
}

.general-content ol.arrow-alt-list-style li:before,
.general-content ol.arrow-list-style li:before,
.general-content ol.caret-list-style li:before {
	position: absolute;
	top: .75rem;
	left: -2rem;
	content: "";
	background-size: cover;
	backface-visibility: hidden;
	width: 1.25rem;
	height: 1.25rem
}

.general-content ol.arrow-alt-list-style li,
.general-content ol.arrow-list-style li,
.general-content ol.caret-list-style li {
	padding: .5rem 0
}

.general-content ol.arrow-alt-list-style li ul,
.general-content ol.arrow-list-style li ul,
.general-content ol.caret-list-style li ul {
	margin-top: .5rem
}

.general-content blockquote {
	padding: 1.5rem 1rem 1rem 1.5rem;
	background-color: #7c868d;
	border-left: 6px solid rgba(85, 85, 85, .6);
	font-family: futura-pt, sans-serif
}

.hero-image {
	margin-bottom: 3rem
}

.hero-image img {
	width: 100%
}

@media (min-width:992px) {
	.hero-image img {
		height: 560px;
		object-fit: cover
	}
}

.table-wrapper {
	overflow-x: auto
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 3rem
}

table thead {
	font-weight: 700
}

table tr:nth-child(2n) {
	background-color: #7c868d
}

.container-fluid .container-fluid,
.container-fluid .container-lg,
.container-fluid .container-md,
.container-fluid .container-sm,
.container-fluid .container-xl,
.container-lg .container-fluid,
.container-lg .container-lg,
.container-lg .container-md,
.container-lg .container-sm,
.container-lg .container-xl,
.container-md .container-fluid,
.container-md .container-lg,
.container-md .container-md,
.container-md .container-sm,
.container-md .container-xl,
.container-sm .container-fluid,
.container-sm .container-lg,
.container-sm .container-md,
.container-sm .container-sm,
.container-sm .container-xl,
.container-xl .container-fluid,
.container-xl .container-lg,
.container-xl .container-md,
.container-xl .container-sm,
.container-xl .container-xl {
	padding-right: 0;
	padding-left: 0
}

.container-t4 .container-t4 {
	max-width: unset
}

.list-inline-unstyled,
.list-unstyled {
	list-style: none
}

.list-inline-unstyled li {
	display: inline-block;
	margin-right: 1rem
}

.arrow-list-style li {
	position: relative;
	left: 2rem
}

.arrow-list-style li:before {
	position: absolute;
	top: .75rem;
	left: -2rem;
	content: "";
	background-size: cover;
	backface-visibility: hidden;
	width: 1.25rem;
	height: 1.25rem;
	background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23002856" viewBox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/></svg>')
}

.arrow-alt-list-style li {
	position: relative;
	left: 2rem
}

.arrow-alt-list-style li:before {
	position: absolute;
	top: .75rem;
	left: -2rem;
	content: "";
	background-size: cover;
	backface-visibility: hidden;
	width: 1.25rem;
	height: 1.25rem;
	background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23002856" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M16.01 11H4v2h12.01v3L20 12l-3.99-4z"/></svg>')
}

.caret-list-style li {
	position: relative;
	left: 2rem
}

.caret-list-style li:before {
	position: absolute;
	top: .75rem;
	left: -2rem;
	content: "";
	background-size: cover;
	backface-visibility: hidden;
	width: 1.25rem;
	height: 1.25rem;
	background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23002856" viewBox="0 0 24 24"><path d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"/><path fill="none" d="M0 0h24v24H0V0z"/></svg>')
}

/*# sourceMappingURL=maps/t4samplesite.css.map */







