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

.d-block {
	display: block !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-flex {
	display: flex !important;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-row {
	flex-direction: row;
}

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

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

.flex-column-reverse {
	flex-direction: column-reverse;
}

.justify-content-start {
	justify-content: flex-start;
}

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

.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-around {
	justify-content: space-around;
}

.justify-content-evenly {
	justify-content: space-evenly;
}

.align-items-start {
	align-items: flex-start;
}

.align-items-end {
	align-items: flex-end;
}

.align-items-center {
	align-items: center;
}

.flex-1 {
	flex: 1;
}

.order-0 {
	order: 0 !important;
}

.order-1 {
	order: 1 !important;
}

.order-2 {
	order: 2 !important;
}

.order-3 {
	order: 3 !important;
}

.order-4 {
	order: 4 !important;
}

.order-5 {
	order: 5 !important;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-6 {
	margin: 5rem !important;
}

.m-7 {
	margin: 7rem !important;
}

.m-8 {
	margin: 8rem !important;
}

.m-9 {
	margin: 9rem !important;
}

.m-10 {
	margin: 10rem !important;
}

.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-6 {
	margin-right: 5rem !important;
	margin-left: 5rem !important;
}

.mx-7 {
	margin-right: 7rem !important;
	margin-left: 7rem !important;
}

.mx-8 {
	margin-right: 8rem !important;
	margin-left: 8rem !important;
}

.mx-9 {
	margin-right: 9rem !important;
	margin-left: 9rem !important;
}

.mx-10 {
	margin-right: 10rem !important;
	margin-left: 10rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-6 {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important;
}

.my-7 {
	margin-top: 7rem !important;
	margin-bottom: 7rem !important;
}

.my-8 {
	margin-top: 8rem !important;
	margin-bottom: 8rem !important;
}

.my-9 {
	margin-top: 9rem !important;
	margin-bottom: 9rem !important;
}

.my-10 {
	margin-top: 10rem !important;
	margin-bottom: 10rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-6 {
	margin-top: 5rem !important;
}

.mt-7 {
	margin-top: 7rem !important;
}

.mt-8 {
	margin-top: 8rem !important;
}

.mt-9 {
	margin-top: 9rem !important;
}

.mt-10 {
	margin-top: 10rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mr-3 {
	margin-right: 1rem !important;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

.mr-5 {
	margin-right: 3rem !important;
}

.mr-6 {
	margin-right: 5rem !important;
}

.mr-7 {
	margin-right: 7rem !important;
}

.mr-8 {
	margin-right: 8rem !important;
}

.mr-9 {
	margin-right: 9rem !important;
}

.mr-10 {
	margin-right: 10rem !important;
}

.mr-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-6 {
	margin-bottom: 5rem !important;
}

.mb-7 {
	margin-bottom: 7rem !important;
}

.mb-8 {
	margin-bottom: 8rem !important;
}

.mb-9 {
	margin-bottom: 9rem !important;
}

.mb-10 {
	margin-bottom: 10rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.ml-3 {
	margin-left: 1rem !important;
}

.ml-4 {
	margin-left: 1.5rem !important;
}

.ml-5 {
	margin-left: 3rem !important;
}

.ml-6 {
	margin-left: 5rem !important;
}

.ml-7 {
	margin-left: 7rem !important;
}

.ml-8 {
	margin-left: 8rem !important;
}

.ml-9 {
	margin-left: 9rem !important;
}

.ml-10 {
	margin-left: 10rem !important;
}

.ml-auto {
	margin-left: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.p-6 {
	padding: 5rem !important;
}

.p-7 {
	padding: 7rem !important;
}

.p-8 {
	padding: 8rem !important;
}

.p-9 {
	padding: 9rem !important;
}

.p-10 {
	padding: 10rem !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.px-6 {
	padding-right: 5rem !important;
	padding-left: 5rem !important;
}

.px-7 {
	padding-right: 7rem !important;
	padding-left: 7rem !important;
}

.px-8 {
	padding-right: 8rem !important;
	padding-left: 8rem !important;
}

.px-9 {
	padding-right: 9rem !important;
	padding-left: 9rem !important;
}

.px-10 {
	padding-right: 10rem !important;
	padding-left: 10rem !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.py-6 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.py-7 {
	padding-top: 7rem !important;
	padding-bottom: 7rem !important;
}

.py-8 {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
}

.py-9 {
	padding-top: 9rem !important;
	padding-bottom: 9rem !important;
}

.py-10 {
	padding-top: 10rem !important;
	padding-bottom: 10rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pt-6 {
	padding-top: 5rem !important;
}

.pt-7 {
	padding-top: 7rem !important;
}

.pt-8 {
	padding-top: 8rem !important;
}

.pt-9 {
	padding-top: 9rem !important;
}

.pt-10 {
	padding-top: 10rem !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pr-1 {
	padding-right: 0.25rem !important;
}

.pr-2 {
	padding-right: 0.5rem !important;
}

.pr-3 {
	padding-right: 1rem !important;
}

.pr-4 {
	padding-right: 1.5rem !important;
}

.pr-5 {
	padding-right: 3rem !important;
}

.pr-6 {
	padding-right: 5rem !important;
}

.pr-7 {
	padding-right: 7rem !important;
}

.pr-8 {
	padding-right: 8rem !important;
}

.pr-9 {
	padding-right: 9rem !important;
}

.pr-10 {
	padding-right: 10rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.pb-6 {
	padding-bottom: 5rem !important;
}

.pb-7 {
	padding-bottom: 7rem !important;
}

.pb-8 {
	padding-bottom: 8rem !important;
}

.pb-9 {
	padding-bottom: 9rem !important;
}

.pb-10 {
	padding-bottom: 10rem !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pl-1 {
	padding-left: 0.25rem !important;
}

.pl-2 {
	padding-left: 0.5rem !important;
}

.pl-3 {
	padding-left: 1rem !important;
}

.pl-4 {
	padding-left: 1.5rem !important;
}

.pl-5 {
	padding-left: 3rem !important;
}

.pl-6 {
	padding-left: 5rem !important;
}

.pl-7 {
	padding-left: 7rem !important;
}

.pl-8 {
	padding-left: 8rem !important;
}

.pl-9 {
	padding-left: 9rem !important;
}

.pl-10 {
	padding-left: 10rem !important;
}

@media (max-width: 768px) {
	.pt-6,
	.pt-7 {
		padding-top: 3.5rem !important;
	}
	.pb-6,
	.pb-7 {
		padding-bottom: 3.5rem !important;
	}
	.py-6,
	.py-7 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important;
	}
	.pt-8,
	.pt-9 {
		padding-top: 4.25rem !important;
	}
	.pb-8,
	.pb-9 {
		padding-bottom: 4.25rem !important;
	}
	.py-8,
	.py-9 {
		padding-top: 4.25rem !important;
		padding-bottom: 4.25rem !important;
	}
	.pt-10 {
		padding-top: 5rem !important;
	}
	.pb-10 {
		padding-bottom: 5rem !important;
	}
	.py-10 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
}
.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-light {
	font-weight: 300 !important;
}

.text-regular {
	font-weight: 400 !important;
}

.text-medium {
	font-weight: 500 !important;
}

.text-semibold {
	font-weight: 600 !important;
}

.text-bold {
	font-weight: 700 !important;
}

.text-extrabold {
	font-weight: 800 !important;
}

.text-black {
	font-weight: 900 !important;
}

.color-white {
	color: var(--white) !important;
}
.color-white * {
	color: var(--white);
}

a.color-white:hover,
a.color-white:focus {
	color: var(--white);
}

.bg-white {
	background-color: var(--white) !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.icon {
	display: block;
	text-indent: -9999px;
	background-size: 100%;
	background-repeat: no-repeat;
	text-indent: -9999px;
	transition: 300ms ease all;
}

.h-100 {
	height: 100%;
}

.w-100 {
	width: 100%;
}

.mh-100 {
	max-height: 100%;
}

.mw-100 {
	max-width: 100%;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-square:after {
	display: block;
	content: '';
	padding-top: 100%;
}

.sixteen-nine:after {
	display: block;
	content: '';
	width: 100%;
	padding-top: 56.25%;
}

.percentage-height-75:after {
	display: block;
	content: '';
	width: 100%;
	padding-top: 75%;
}

.full-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.full-bg.full-bg-top {
	background-position: top center;
}
.full-bg.full-bg-right {
	background-position: center right;
}
.full-bg.full-bg-top-right {
	background-position: top right;
}
.full-bg.full-bg-top-left {
	background-position: top left;
}
.full-bg.full-bg-bottom {
	background-position: bottom center;
}

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -0.5);
	margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}
@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}
	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}
@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}
@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.col-3 {
		width: 50%;
	}
	.row-col-6 {
		margin-left: 0;
		margin-right: 0;
	}
	.col-6 {
		width: 100%;
		padding: 0;
	}
}
@media screen and (max-width: 500px) {
	.col-3 {
		width: 100%;
		padding: 0;
	}
}
.list-style-none,
.list-style-none * {
	list-style: none !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.mw-1 {
	max-width: 100px;
}

.mw-2 {
	max-width: 200px;
}

.mw-3 {
	max-width: 300px;
}

.mw-4 {
	max-width: 400px;
}

.mw-5 {
	max-width: 500px;
}

.mw-6 {
	max-width: 600px;
}

.mw-7 {
	max-width: 700px;
}

.mw-8 {
	max-width: 800px;
}

.mw-9 {
	max-width: 900px;
}

.mw-10 {
	max-width: 1000px;
}

@media (max-width: 768px) {
	.mw-1,
	.mw-2,
	.mw-3,
	.mw-4,
	.mw-5,
	.mw-6,
	.mw-7,
	.mw-8,
	.mw-9 {
		margin-left: auto;
		margin-right: auto;
	}
}

.opacity-0 {
	opacity: 0;
}

.opacity-10 {
	opacity: 0.1;
}

.opacity-20 {
	opacity: 0.2;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-40 {
	opacity: 0.4;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-60 {
	opacity: 0.6;
}

.opacity-70 {
	opacity: 0.7;
}

.opacity-80 {
	opacity: 0.8;
}

.opacity-90 {
	opacity: 0.9;
}

.opacity-100 {
	opacity: 1;
}

/******************************************************/
/* || ANIMATIONS */
@keyframes nav-menu-button-bar-grow-shrink {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.25, 1);
	}
	100% {
		transform: scale(1, 1);
	}
}
@keyframes pulse-outer {
	0% {
		transform: scale(0.5);
	}
	95%,
	100% {
		opacity: 0;
	}
}
@keyframes pulse-mid {
	0% {
		transform: scale(0.33);
	}
	80%,
	100% {
		opacity: 0;
	}
}
@keyframes pulse-inner {
	0% {
		transform: scale(0.8);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.8);
	}
}

.clearfix:after {
	display: block;
	content: "";
	clear: both;
}

.border-bottom {
	border-bottom: 1px solid #e2e0da;
}