body.ReactModal__Body--open {
	overflow: hidden;
}
.academy-react-modal {
	position: relative;
}
.academy-react-modal button.academy-btn-close-modal {
	align-items: center;
	background: #fff;
	border: 1px solid #eaebee;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	height: 34px;
	justify-content: center;
	padding: 0 15px !important;
	transition: all 0.3s ease;
	width: 34px;
}
.academy-react-modal button.academy-btn-close-modal:hover {
	border-color: #367bc3;
}
.academy-react-modal button.academy-btn-close-modal:hover .academy-icon--close {
	transition: all 0.3s ease;
}
.academy-react-modal
	button.academy-btn-close-modal:hover
	.academy-icon--close:before {
	color: #367bc3;
}
.academy-react-modal
	button.academy-btn-close-modal
	.academy-icon--close:before {
	color: #bdbdbd;
	transition: all 0.3s ease;
}
.academy-react-modal button.academy-btn-close-modal .dashicons {
	font-size: 30px !important;
	line-height: unset;
	width: unset;
}
.academy-react-modal button.academy-btn-close-modal .dashicons:before {
	color: #bdbdbd;
	transition: all 0.3s ease;
}
.academy-react-modal__head {
	align-items: center;
	background: #f6f7f9;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 18px 30px;
}
.academy-react-modal__head-title {
	color: #1c1f22;
	font-size: 16px;
	margin: 0;
}
.academy-react-modal__content {
	padding: 20px;
}
.academy-react-modal__content button.academy-btn-close-modal {
	position: absolute;
	right: -10px;
	top: -10px;
}
.academy-react-modal__content .academy-editor {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-bottom: 10px;
	padding: unset;
}
.academy-react-modal__content .academy-editor__title {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 0;
}
.academy-react-modal__content .academy-editor__title-input {
	background: #fff;
	border: 1px solid #eaebee !important;
	border-radius: 8px !important;
	font-size: 15px;
	font-weight: 400;
	height: 52px;
	margin: 0;
}
.academy-react-modal__content .academy-editor-title {
	align-items: center;
	color: #1c1f22;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 19px;
}
.academy-react-modal__content .academy-editor .mce-tinymce .mce-toolbar-grp {
	background: transparent !important;
	border-bottom: unset !important;
}
.academy-react-modal__content .academy-editor-tinymce-wrapper {
	border: 1px solid #eaebee;
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.academy-react-modal__footer {
	display: flex;
	justify-content: space-between;
	padding: 20px 30px;
}
.academy-react-modal__footer .academy-btn--cancel {
	background: transparent;
}
.academy-react-modal__content {
	-ms-overflow-style: none;
	overflow-y: scroll;
	scrollbar-width: none;
}
.academy-react-modal__content::-webkit-scrollbar {
	display: none;
}
.academy-react-modal--review-course {
	width: 500px;
}
.academy-react-modal--review-course .academy-react-modal__content {
	-moz-column-gap: 20px;
	column-gap: 20px;
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	text-align: center;
}
.academy-react-modal--review-course
	.academy-react-modal__content
	.academy-review-course-heading {
	margin: 0;
}
.academy-react-modal--review-course .academy-react-modal__content textarea {
	border: 1px solid rgba(0, 0, 0, 0.08);
	min-height: 150px;
	padding: 15px 20px;
}
:root {
	--toastify-color-light: #fff;
	--toastify-color-dark: #121212;
	--toastify-color-info: #3498db;
	--toastify-color-success: #07bc0c;
	--toastify-color-warning: #f1c40f;
	--toastify-color-error: #e74c3c;
	--toastify-color-transparent: hsla(0, 0%, 100%, 0.7);
	--toastify-icon-color-info: var(--toastify-color-info);
	--toastify-icon-color-success: var(--toastify-color-success);
	--toastify-icon-color-warning: var(--toastify-color-warning);
	--toastify-icon-color-error: var(--toastify-color-error);
	--toastify-toast-width: 320px;
	--toastify-toast-background: #fff;
	--toastify-toast-min-height: 64px;
	--toastify-toast-max-height: 800px;
	--toastify-font-family: sans-serif;
	--toastify-z-index: 9999;
	--toastify-text-color-light: #757575;
	--toastify-text-color-dark: #fff;
	--toastify-text-color-info: #fff;
	--toastify-text-color-success: #fff;
	--toastify-text-color-warning: #fff;
	--toastify-text-color-error: #fff;
	--toastify-spinner-color: #616161;
	--toastify-spinner-color-empty-area: #e0e0e0;
	--toastify-color-progress-light: linear-gradient(
		90deg,
		#4cd964,
		#5ac8fa,
		#007aff,
		#34aadc,
		#5856d6,
		#ff2d55
	);
	--toastify-color-progress-dark: #bb86fc;
	--toastify-color-progress-info: var(--toastify-color-info);
	--toastify-color-progress-success: var(--toastify-color-success);
	--toastify-color-progress-warning: var(--toastify-color-warning);
	--toastify-color-progress-error: var(--toastify-color-error);
}
.Toastify__toast-container {
	box-sizing: border-box;
	color: #fff;
	padding: 4px;
	position: fixed;
	-webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
	width: var(--toastify-toast-width);
	z-index: var(--toastify-z-index);
}
.Toastify__toast-container--top-left {
	left: 1em;
	top: 1em;
}
.Toastify__toast-container--top-center {
	left: 50%;
	top: 1em;
	transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
	right: 1em;
	top: 1em;
}
.Toastify__toast-container--bottom-left {
	bottom: 1em;
	left: 1em;
}
.Toastify__toast-container--bottom-center {
	bottom: 1em;
	left: 50%;
	transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
	bottom: 1em;
	right: 1em;
}
@media only screen and (max-width: 480px) {
	.Toastify__toast-container {
		left: 0;
		margin: 0;
		padding: 0;
		width: 100vw;
	}
	.Toastify__toast-container--top-center,
	.Toastify__toast-container--top-left,
	.Toastify__toast-container--top-right {
		top: 0;
		transform: translateX(0);
	}
	.Toastify__toast-container--bottom-center,
	.Toastify__toast-container--bottom-left,
	.Toastify__toast-container--bottom-right {
		bottom: 0;
		transform: translateX(0);
	}
	.Toastify__toast-container--rtl {
		left: auto;
		right: 0;
	}
}
.Toastify__toast {
	border-radius: 4px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	cursor: default;
	direction: ltr;
	display: flex;
	font-family: var(--toastify-font-family);
	justify-content: space-between;
	margin-bottom: 1rem;
	max-height: var(--toastify-toast-max-height);
	min-height: var(--toastify-toast-min-height);
	overflow: hidden;
	padding: 8px;
	position: relative;
	z-index: 0;
}
.Toastify__toast--rtl {
	direction: rtl;
}
.Toastify__toast--close-on-click {
	cursor: pointer;
}
.Toastify__toast-body {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	margin: auto 0;
	padding: 6px;
}
.Toastify__toast-body > div:last-child {
	flex: 1;
	word-break: break-word;
}
.Toastify__toast-icon {
	-webkit-margin-end: 10px;
	display: flex;
	flex-shrink: 0;
	margin-inline-end: 10px;
	width: 20px;
}
.Toastify--animate {
	animation-duration: 0.7s;
	animation-fill-mode: both;
}
.Toastify--animate-icon {
	animation-duration: 0.3s;
	animation-fill-mode: both;
}
@media only screen and (max-width: 480px) {
	.Toastify__toast {
		border-radius: 0;
		margin-bottom: 0;
	}
}
.Toastify__toast-theme--dark {
	background: var(--toastify-color-dark);
	color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
	background: var(--toastify-color-light);
	color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
	background: var(--toastify-color-info);
	color: var(--toastify-text-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
	background: var(--toastify-color-success);
	color: var(--toastify-text-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
	background: var(--toastify-color-warning);
	color: var(--toastify-text-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
	background: var(--toastify-color-error);
	color: var(--toastify-text-color-error);
}
.Toastify__progress-bar-theme--light {
	background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
	background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
	background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
	background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
	background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
	background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
	background: var(--toastify-color-transparent);
}
.Toastify__close-button {
	align-self: flex-start;
	background: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	opacity: 0.7;
	outline: none;
	padding: 0;
	transition: 0.3s ease;
}
.Toastify__close-button--light {
	color: #000;
	opacity: 0.3;
}
.Toastify__close-button > svg {
	fill: currentColor;
	height: 16px;
	width: 14px;
}
.Toastify__close-button:focus,
.Toastify__close-button:hover {
	opacity: 1;
}
@keyframes Toastify__trackProgress {
	0% {
		transform: scaleX(1);
	}
	to {
		transform: scaleX(0);
	}
}
.Toastify__progress-bar {
	bottom: 0;
	height: 5px;
	left: 0;
	opacity: 0.7;
	position: absolute;
	transform-origin: left;
	width: 100%;
	z-index: var(--toastify-z-index);
}
.Toastify__progress-bar--animated {
	animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
	transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
	left: auto;
	right: 0;
	transform-origin: right;
}
.Toastify__spinner {
	animation: Toastify__spin 0.65s linear infinite;
	border: 2px solid;
	border-color: var(--toastify-spinner-color-empty-area);
	border-radius: 100%;
	border-right-color: var(--toastify-spinner-color);
	box-sizing: border-box;
	height: 20px;
	width: 20px;
}
@keyframes Toastify__bounceInRight {
	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		transform: translate3d(10px, 0, 0);
	}
	90% {
		transform: translate3d(-5px, 0, 0);
	}
	to {
		transform: none;
	}
}
@keyframes Toastify__bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes Toastify__bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}
	75% {
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		transform: translate3d(5px, 0, 0);
	}
	to {
		transform: none;
	}
}
@keyframes Toastify__bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes Toastify__bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	75% {
		transform: translate3d(0, 10px, 0);
	}
	90% {
		transform: translate3d(0, -5px, 0);
	}
	to {
		transform: translateZ(0);
	}
}
@keyframes Toastify__bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes Toastify__bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}
	75% {
		transform: translate3d(0, -10px, 0);
	}
	90% {
		transform: translate3d(0, 5px, 0);
	}
	to {
		transform: none;
	}
}
@keyframes Toastify__bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}
.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
	animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
	animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
	animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
	animation-name: Toastify__bounceInUp;
}
.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
	animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
	animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
	animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
	animation-name: Toastify__bounceOutDown;
}
@keyframes Toastify__zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
@keyframes Toastify__zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
.Toastify__zoom-enter {
	animation-name: Toastify__zoomIn;
}
.Toastify__zoom-exit {
	animation-name: Toastify__zoomOut;
}
@keyframes Toastify__flipIn {
	0% {
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateX(90deg);
	}
	40% {
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateX(-20deg);
	}
	60% {
		opacity: 1;
		transform: perspective(400px) rotateX(10deg);
	}
	80% {
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		transform: perspective(400px);
	}
}
@keyframes Toastify__flipOut {
	0% {
		transform: perspective(400px);
	}
	30% {
		opacity: 1;
		transform: perspective(400px) rotateX(-20deg);
	}
	to {
		opacity: 0;
		transform: perspective(400px) rotateX(90deg);
	}
}
.Toastify__flip-enter {
	animation-name: Toastify__flipIn;
}
.Toastify__flip-exit {
	animation-name: Toastify__flipOut;
}
@keyframes Toastify__slideInRight {
	0% {
		transform: translate3d(110%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translateZ(0);
	}
}
@keyframes Toastify__slideInLeft {
	0% {
		transform: translate3d(-110%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translateZ(0);
	}
}
@keyframes Toastify__slideInUp {
	0% {
		transform: translate3d(0, 110%, 0);
		visibility: visible;
	}
	to {
		transform: translateZ(0);
	}
}
@keyframes Toastify__slideInDown {
	0% {
		transform: translate3d(0, -110%, 0);
		visibility: visible;
	}
	to {
		transform: translateZ(0);
	}
}
@keyframes Toastify__slideOutRight {
	0% {
		transform: translateZ(0);
	}
	to {
		transform: translate3d(110%, 0, 0);
		visibility: hidden;
	}
}
@keyframes Toastify__slideOutLeft {
	0% {
		transform: translateZ(0);
	}
	to {
		transform: translate3d(-110%, 0, 0);
		visibility: hidden;
	}
}
@keyframes Toastify__slideOutDown {
	0% {
		transform: translateZ(0);
	}
	to {
		transform: translate3d(0, 500px, 0);
		visibility: hidden;
	}
}
@keyframes Toastify__slideOutUp {
	0% {
		transform: translateZ(0);
	}
	to {
		transform: translate3d(0, -500px, 0);
		visibility: hidden;
	}
}
.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
	animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
	animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
	animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
	animation-name: Toastify__slideInUp;
}
.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
	animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
	animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
	animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
	animation-name: Toastify__slideOutDown;
}
@keyframes Toastify__spin {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(1turn);
	}
}
.Toastify__toast {
	align-items: center;
	border: 1px solid #eaebee;
	border-radius: 8px;
	box-shadow: 0 30px 60px rgba(69, 69, 69, 0.15);
	display: flex;
	height: auto;
	justify-content: center;
	margin: 10px 0;
	padding-right: 25px;
	z-index: 99999 !important;
}
.Toastify__zoom-enter {
	display: none !important;
}
.Toastify__close-button {
	border: none;
	color: #9da3ae;
}
.Toastify__close-button svg {
	height: 20px !important;
	width: 20px !important;
}
.Toastify__close-button:hover {
	background: none;
}
.Toastify__close-button:hover svg {
	fill: #9da3ae;
}
.Toastify__toast-body {
	font-size: 12px;
}
.Toastify__toast-body .academy-toasts {
	align-items: center;
	-moz-column-gap: 10px;
	column-gap: 10px;
	display: flex;
}
.Toastify__toast-body .academy-toasts .academy-toasts-message {
	color: #0a083a;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
		Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.Toastify__toast-body .academy-toasts .dashicons-info-outline {
	rotate: 180deg;
}
.Toastify__toast-body .academy-toasts .academy-icon--check {
	align-items: center;
	border: 1px solid #4caf50;
	border-radius: 50%;
	display: flex;
	height: 20px;
	justify-content: center;
	width: 20px;
}
.Toastify__toast-body .academy-toasts .academy-icon--check:before {
	color: #4caf50;
	font-size: 8px;
}
.Toastify__toast-body .academy-toasts .academy-icon--notification {
	font-size: 25px;
}
.Toastify__toast-body .academy-toasts .academy-icon--notification:before {
	color: #ff9800;
}
.Toastify__toast-body .academy-toasts .academy-icon--information {
	font-size: 22px;
}
.Toastify__toast-body .academy-toasts .academy-icon--information:before {
	color: #2196f3;
}
.Toastify__toast-body .academy-toasts .academy-icon--information-error {
	font-size: 22px;
}
.Toastify__toast-body .academy-toasts .academy-icon--information-error:before {
	color: #f44336;
}
.Toastify__toast-container {
	z-index: 99999 !important;
}
.Toastify__toast-container--top-right {
	top: 3rem;
}
.Toastify__close-button {
	bottom: 0;
	position: absolute;
	right: 0;
	right: 10px;
	top: 0;
}
.Toastify__toast--error,
.Toastify__toast--info,
.Toastify__toast--success,
.Toastify__toast--warning {
	background: #fff !important;
}
.academy-form-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}
.academy-form-group label {
	color: #545454;
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 0.5rem;
}
.academy-form-group .academy-form-control {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	color: #111;
	font-size: 14px;
	height: 44px;
	margin: 0;
	outline: 0;
	padding: 0 15px 2px;
	width: 100%;
}
.academy-form-group .academy-form-control:focus,
.academy-form-group .academy-form-control:hover {
	border-color: #367bc3;
}
.academy-form-group textarea.academy-form-control {
	height: auto;
	min-height: 75px;
	padding-top: 15px;
}
.academy-approved,
.academy-draft,
.academy-failed,
.academy-passed,
.academy-pending,
.academy-publish,
.academy-rejected,
.academy-success,
.label-status-approved,
.label-status-cancelled,
.label-status-completed,
.label-status-incomplete,
.label-status-pending,
.label-status-processing,
.label-status-rejected {
	border-radius: 45px;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	min-width: 50px;
	padding: 8px 20px;
	text-align: center;
	text-transform: capitalize;
}
.academy-approved,
.academy-passed,
.academy-publish,
.academy-success,
.label-status-approved,
.label-status-completed {
	background: rgba(36, 161, 72, 0.1);
	color: #24a148;
}
.academy-pending,
.label-status-pending,
.label-status-processing {
	background: rgba(236, 152, 20, 0.12);
	color: #ec9814;
}
.academy-draft {
	background: #eff1f6;
	color: #727272;
}
.academy-failed,
.academy-rejected,
.label-status-cancelled,
.label-status-incomplete,
.label-status-rejected {
	background: rgba(244, 72, 63, 0.12);
	color: #f4483f;
}
.label-status-approved,
.label-status-cancelled,
.label-status-completed,
.label-status-incomplete,
.label-status-pending,
.label-status-processing,
.label-status-rejected {
	min-width: 120px;
	padding: 8px 12px;
}
.academy-btn-group {
	-moz-column-gap: 15px;
	column-gap: 15px;
	display: flex;
}
.academy-btn {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 8px;
	box-sizing: border-box;
	color: #444;
	cursor: pointer;
	display: flex;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 500;
	height: auto;
	justify-content: center;
	line-height: 20px;
	margin: 0;
	overflow: hidden !important;
	padding: 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	transition: all 0.3 ease;
}
.academy-btn:after {
	background: rgba(0, 0, 0, 0.1);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transition: all 0.25s cubic-bezier(0.66, 0.36, 0.17, 0.91);
	width: 100%;
}
.academy-btn:hover:after {
	left: 0;
}
.academy-btn:focus,
.academy-btn:hover {
	box-shadow: none !important;
	outline: none !important;
}
.academy-btn--label {
	padding: 0 4px;
}
.academy-btn--circle {
	border-radius: 50%;
}
.academy-btn--inline-block {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	width: auto;
}
.academy-btn--inline-flex {
	-moz-column-gap: 10px;
	column-gap: 10px;
	display: inline-flex;
	padding-left: 30px;
	padding-right: 30px;
	width: auto;
}
.academy-btn--bg-red,
.academy-btn--bg-red:focus,
.academy-btn--bg-red:hover,
.academy-btn--preset-red,
.academy-btn--preset-red:focus,
.academy-btn--preset-red:hover {
	background: #f94d4d;
	color: #fff;
}
.academy-btn--preset-error {
	background: #f94d4d !important;
	color: #fff !important;
}
.academy-btn--bg-light-red,
.academy-btn--preset-light-red {
	background: rgba(249, 77, 77, 0.2);
	color: #f94d4d;
}
.academy-btn--bg-light-red .academy-icon:before,
.academy-btn--preset-light-red .academy-icon:before {
	color: #f94d4d;
}
.academy-btn--bg-light-red:focus,
.academy-btn--bg-light-red:hover,
.academy-btn--preset-light-red:focus,
.academy-btn--preset-light-red:hover {
	background: rgba(249, 77, 77, 0.2);
	color: #f94d4d;
}
.academy-btn--bg-purple,
.academy-btn--bg-purple:focus,
.academy-btn--bg-purple:hover,
.academy-btn--preset-purple,
.academy-btn--preset-purple:focus,
.academy-btn--preset-purple:hover {
	background: #367bc3;
	color: #fff;
}
.academy-btn--bg-light-purple,
.academy-btn--preset-light-purple {
	background: rgb(54 123 194 / 30%);
	color: #367bc3;
}
.academy-btn--bg-light-purple .academy-icon:before,
.academy-btn--preset-light-purple .academy-icon:before {
	color: #367bc3;
}
.academy-btn--bg-light-purple:focus,
.academy-btn--bg-light-purple:hover,
.academy-btn--preset-light-purple:focus,
.academy-btn--preset-light-purple:hover {
	background: rgb(54 123 194 / 30%);
	color: #367bc3;
}
.academy-btn--bg-white-border,
.academy-btn--bg-white-border:focus,
.academy-btn--bg-white-border:hover,
.academy-btn--preset-white-border,
.academy-btn--preset-white-border:focus,
.academy-btn--preset-white-border:hover {
	border: 2px solid rgba(0, 0, 0, 0.1);
}
.academy-btn--bg-gray,
.academy-btn--bg-gray:focus,
.academy-btn--bg-gray:hover,
.academy-btn--preset-gray,
.academy-btn--preset-gray:focus,
.academy-btn--preset-gray:hover {
	background: rgba(0, 0, 0, 0.08);
}
.academy-btn--preset-white,
.academy-btn--preset-white:focus,
.academy-btn--preset-white:hover {
	background: #fff;
	color: #000;
}
.academy-btn--preset-transparent,
.academy-btn--preset-transparent:after {
	background: transparent;
}
.academy-btn--preset-transparent:focus,
.academy-btn--preset-transparent:hover {
	background-color: transparent;
}
.academy-btn--border-rounded {
	border-radius: 30px;
}
.academy-btn--border-purple,
.academy-btn--preset-border-purple {
	background: transparent;
	border: 1px solid #367bc3;
}
.academy-btn--border-purple:focus,
.academy-btn--border-purple:hover,
.academy-btn--preset-border-purple:focus,
.academy-btn--preset-border-purple:hover {
	border: 1px solid #367bc3;
}
.academy-btn--border-gray,
.academy-btn--border-gray:focus,
.academy-btn--border-gray:hover {
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.academy-btn--border-red,
.academy-btn--border-red:focus,
.academy-btn--border-red:hover {
	border: 1px solid #f94d4d;
}
.academy-btn--xs {
	font-size: 13px;
	padding: 8px;
}
.academy-btn--sm {
	font-size: 13px;
	padding: 9px 18px;
}
.academy-btn--md {
	font-size: 14px;
	padding: 12px 24px;
}
.academy-btn--lg {
	font-size: 16px;
	padding: 14px 26px;
}
.academy-btn--disabled {
	cursor: not-allowed !important;
}
.academy-btn--disabled,
.academy-btn--disabled .academy-icon:before {
	color: rgba(0, 0, 0, 0.5) !important;
}
.academy-btn .academy-icon {
	font-size: 12px;
}
.academy-btn--bg-red,
.academy-btn--bg-red:focus,
.academy-btn--bg-red:hover {
	background: #f94d4d;
	color: #fff;
}
.academy-btn--bg-light-red,
.academy-btn--bg-light-red:focus,
.academy-btn--bg-light-red:hover {
	background: rgba(249, 77, 77, 0.2);
	color: #f94d4d;
}
.academy-btn--bg-purple,
.academy-btn--bg-purple:focus,
.academy-btn--bg-purple:hover {
	background: #367bc3;
	color: #fff;
}
.academy-btn--bg-light-purple,
.academy-btn--bg-light-purple:focus,
.academy-btn--bg-light-purple:hover {
	background: rgb(54 123 194 / 30%);
	color: #367bc3;
}
.academy-btn--bg-white-border,
.academy-btn--bg-white-border:focus,
.academy-btn--bg-white-border:hover {
	border: 2px solid rgba(0, 0, 0, 0.1);
}
.academy-btn--bg-gray,
.academy-btn--bg-gray:focus,
.academy-btn--bg-gray:hover {
	background: rgba(0, 0, 0, 0.08);
}
.academy-btn--icon-left {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}
.academy-btn--icon-top {
	align-items: center;
	display: flex;
	flex-direction: column;
}
.academy-btn--icon-bottom {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
}
.academy-btn--icon-center {
	align-items: center;
	display: flex;
	justify-content: center;
}
.academy-btn--icon-center .academy-icon {
	font-size: 14px;
}
.academy-btn svg {
	overflow: visible;
}
html {
	-ms-overflow-style: scrollbar;
	box-sizing: border-box;
}
*,
:after,
:before {
	box-sizing: inherit;
}
.academy-container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
@media (min-width: 576px) {
	.academy-container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.academy-container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.academy-container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.academy-container {
		max-width: 1140px;
	}
}
.academy-container-fluid,
.academy-container-lg,
.academy-container-md,
.academy-container-sm,
.academy-container-xl {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
@media (min-width: 576px) {
	.academy-container,
	.academy-container-sm {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.academy-container,
	.academy-container-md,
	.academy-container-sm {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.academy-container,
	.academy-container-lg,
	.academy-container-md,
	.academy-container-sm {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.academy-container,
	.academy-container-lg,
	.academy-container-md,
	.academy-container-sm,
	.academy-container-xl {
		max-width: 1140px;
	}
}
.academy-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.academy-no-gutters {
	margin-left: 0;
	margin-right: 0;
}
.academy-no-gutters > .academy-col,
.academy-no-gutters > [class*='academy-col-'] {
	padding-left: 0;
	padding-right: 0;
}
.academy-col,
.academy-col-1,
.academy-col-10,
.academy-col-11,
.academy-col-12,
.academy-col-2,
.academy-col-3,
.academy-col-4,
.academy-col-5,
.academy-col-6,
.academy-col-7,
.academy-col-8,
.academy-col-9,
.academy-col-auto,
.academy-col-lg,
.academy-col-lg-1,
.academy-col-lg-10,
.academy-col-lg-11,
.academy-col-lg-12,
.academy-col-lg-2,
.academy-col-lg-3,
.academy-col-lg-4,
.academy-col-lg-5,
.academy-col-lg-6,
.academy-col-lg-7,
.academy-col-lg-8,
.academy-col-lg-9,
.academy-col-lg-auto,
.academy-col-md,
.academy-col-md-1,
.academy-col-md-10,
.academy-col-md-11,
.academy-col-md-12,
.academy-col-md-2,
.academy-col-md-3,
.academy-col-md-4,
.academy-col-md-5,
.academy-col-md-6,
.academy-col-md-7,
.academy-col-md-8,
.academy-col-md-9,
.academy-col-md-auto,
.academy-col-sm,
.academy-col-sm-1,
.academy-col-sm-10,
.academy-col-sm-11,
.academy-col-sm-12,
.academy-col-sm-2,
.academy-col-sm-3,
.academy-col-sm-4,
.academy-col-sm-5,
.academy-col-sm-6,
.academy-col-sm-7,
.academy-col-sm-8,
.academy-col-sm-9,
.academy-col-sm-auto,
.academy-col-xl,
.academy-col-xl-1,
.academy-col-xl-10,
.academy-col-xl-11,
.academy-col-xl-12,
.academy-col-xl-2,
.academy-col-xl-3,
.academy-col-xl-4,
.academy-col-xl-5,
.academy-col-xl-6,
.academy-col-xl-7,
.academy-col-xl-8,
.academy-col-xl-9,
.academy-col-xl-auto {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}
.academy-col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.academy-row-cols-1 > * {
	flex: 0 0 100%;
	max-width: 100%;
}
.academy-row-cols-2 > * {
	flex: 0 0 50%;
	max-width: 50%;
}
.academy-row-cols-3 > * {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}
.academy-row-cols-4 > * {
	flex: 0 0 25%;
	max-width: 25%;
}
.academy-row-cols-5 > * {
	flex: 0 0 20%;
	max-width: 20%;
}
.academy-row-cols-6 > * {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}
.academy-col-auto {
	flex: 0 0 auto;
	max-width: 100%;
	width: auto;
}
.academy-col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}
.academy-col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}
.academy-col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.academy-col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}
.academy-col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}
.academy-col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.academy-col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}
.academy-col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}
.academy-col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.academy-col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}
.academy-col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}
.academy-col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.academy-order-first {
	order: -1;
}
.academy-order-last {
	order: 13;
}
.academy-order-0 {
	order: 0;
}
.academy-order-1 {
	order: 1;
}
.academy-order-2 {
	order: 2;
}
.academy-order-3 {
	order: 3;
}
.academy-order-4 {
	order: 4;
}
.academy-order-5 {
	order: 5;
}
.academy-order-6 {
	order: 6;
}
.academy-order-7 {
	order: 7;
}
.academy-order-8 {
	order: 8;
}
.academy-order-9 {
	order: 9;
}
.academy-order-10 {
	order: 10;
}
.academy-order-11 {
	order: 11;
}
.academy-order-12 {
	order: 12;
}
.academy-offset-1 {
	margin-left: 8.3333333333%;
}
.academy-offset-2 {
	margin-left: 16.6666666667%;
}
.academy-offset-3 {
	margin-left: 25%;
}
.academy-offset-4 {
	margin-left: 33.3333333333%;
}
.academy-offset-5 {
	margin-left: 41.6666666667%;
}
.academy-offset-6 {
	margin-left: 50%;
}
.academy-offset-7 {
	margin-left: 58.3333333333%;
}
.academy-offset-8 {
	margin-left: 66.6666666667%;
}
.academy-offset-9 {
	margin-left: 75%;
}
.academy-offset-10 {
	margin-left: 83.3333333333%;
}
.academy-offset-11 {
	margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
	.academy-col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.academy-row-cols-sm-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.academy-row-cols-sm-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.academy-row-cols-sm-3 > * {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.academy-row-cols-sm-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.academy-row-cols-sm-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.academy-row-cols-sm-6 > * {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.academy-col-sm-auto {
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	.academy-col-sm-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.academy-col-sm-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.academy-col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.academy-col-sm-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.academy-col-sm-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.academy-col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.academy-col-sm-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.academy-col-sm-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.academy-col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.academy-col-sm-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.academy-col-sm-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.academy-col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.academy-order-sm-first {
		order: -1;
	}
	.academy-order-sm-last {
		order: 13;
	}
	.academy-order-sm-0 {
		order: 0;
	}
	.academy-order-sm-1 {
		order: 1;
	}
	.academy-order-sm-2 {
		order: 2;
	}
	.academy-order-sm-3 {
		order: 3;
	}
	.academy-order-sm-4 {
		order: 4;
	}
	.academy-order-sm-5 {
		order: 5;
	}
	.academy-order-sm-6 {
		order: 6;
	}
	.academy-order-sm-7 {
		order: 7;
	}
	.academy-order-sm-8 {
		order: 8;
	}
	.academy-order-sm-9 {
		order: 9;
	}
	.academy-order-sm-10 {
		order: 10;
	}
	.academy-order-sm-11 {
		order: 11;
	}
	.academy-order-sm-12 {
		order: 12;
	}
	.academy-offset-sm-0 {
		margin-left: 0;
	}
	.academy-offset-sm-1 {
		margin-left: 8.3333333333%;
	}
	.academy-offset-sm-2 {
		margin-left: 16.6666666667%;
	}
	.academy-offset-sm-3 {
		margin-left: 25%;
	}
	.academy-offset-sm-4 {
		margin-left: 33.3333333333%;
	}
	.academy-offset-sm-5 {
		margin-left: 41.6666666667%;
	}
	.academy-offset-sm-6 {
		margin-left: 50%;
	}
	.academy-offset-sm-7 {
		margin-left: 58.3333333333%;
	}
	.academy-offset-sm-8 {
		margin-left: 66.6666666667%;
	}
	.academy-offset-sm-9 {
		margin-left: 75%;
	}
	.academy-offset-sm-10 {
		margin-left: 83.3333333333%;
	}
	.academy-offset-sm-11 {
		margin-left: 91.6666666667%;
	}
}
@media (min-width: 768px) {
	.academy-col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.academy-row-cols-md-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.academy-row-cols-md-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.academy-row-cols-md-3 > * {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.academy-row-cols-md-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.academy-row-cols-md-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.academy-row-cols-md-6 > * {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.academy-col-md-auto {
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	.academy-col-md-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.academy-col-md-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.academy-col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.academy-col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.academy-col-md-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.academy-col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.academy-col-md-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.academy-col-md-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.academy-col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.academy-col-md-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.academy-col-md-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.academy-col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.academy-order-md-first {
		order: -1;
	}
	.academy-order-md-last {
		order: 13;
	}
	.academy-order-md-0 {
		order: 0;
	}
	.academy-order-md-1 {
		order: 1;
	}
	.academy-order-md-2 {
		order: 2;
	}
	.academy-order-md-3 {
		order: 3;
	}
	.academy-order-md-4 {
		order: 4;
	}
	.academy-order-md-5 {
		order: 5;
	}
	.academy-order-md-6 {
		order: 6;
	}
	.academy-order-md-7 {
		order: 7;
	}
	.academy-order-md-8 {
		order: 8;
	}
	.academy-order-md-9 {
		order: 9;
	}
	.academy-order-md-10 {
		order: 10;
	}
	.academy-order-md-11 {
		order: 11;
	}
	.academy-order-md-12 {
		order: 12;
	}
	.academy-offset-md-0 {
		margin-left: 0;
	}
	.academy-offset-md-1 {
		margin-left: 8.3333333333%;
	}
	.academy-offset-md-2 {
		margin-left: 16.6666666667%;
	}
	.academy-offset-md-3 {
		margin-left: 25%;
	}
	.academy-offset-md-4 {
		margin-left: 33.3333333333%;
	}
	.academy-offset-md-5 {
		margin-left: 41.6666666667%;
	}
	.academy-offset-md-6 {
		margin-left: 50%;
	}
	.academy-offset-md-7 {
		margin-left: 58.3333333333%;
	}
	.academy-offset-md-8 {
		margin-left: 66.6666666667%;
	}
	.academy-offset-md-9 {
		margin-left: 75%;
	}
	.academy-offset-md-10 {
		margin-left: 83.3333333333%;
	}
	.academy-offset-md-11 {
		margin-left: 91.6666666667%;
	}
}
@media (min-width: 992px) {
	.academy-col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.academy-row-cols-lg-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.academy-row-cols-lg-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.academy-row-cols-lg-3 > * {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.academy-row-cols-lg-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.academy-row-cols-lg-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.academy-row-cols-lg-6 > * {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.academy-col-lg-auto {
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	.academy-col-lg-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.academy-col-lg-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.academy-col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.academy-col-lg-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.academy-col-lg-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.academy-col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.academy-col-lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.academy-col-lg-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.academy-col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.academy-col-lg-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.academy-col-lg-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.academy-col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.academy-order-lg-first {
		order: -1;
	}
	.academy-order-lg-last {
		order: 13;
	}
	.academy-order-lg-0 {
		order: 0;
	}
	.academy-order-lg-1 {
		order: 1;
	}
	.academy-order-lg-2 {
		order: 2;
	}
	.academy-order-lg-3 {
		order: 3;
	}
	.academy-order-lg-4 {
		order: 4;
	}
	.academy-order-lg-5 {
		order: 5;
	}
	.academy-order-lg-6 {
		order: 6;
	}
	.academy-order-lg-7 {
		order: 7;
	}
	.academy-order-lg-8 {
		order: 8;
	}
	.academy-order-lg-9 {
		order: 9;
	}
	.academy-order-lg-10 {
		order: 10;
	}
	.academy-order-lg-11 {
		order: 11;
	}
	.academy-order-lg-12 {
		order: 12;
	}
	.academy-offset-lg-0 {
		margin-left: 0;
	}
	.academy-offset-lg-1 {
		margin-left: 8.3333333333%;
	}
	.academy-offset-lg-2 {
		margin-left: 16.6666666667%;
	}
	.academy-offset-lg-3 {
		margin-left: 25%;
	}
	.academy-offset-lg-4 {
		margin-left: 33.3333333333%;
	}
	.academy-offset-lg-5 {
		margin-left: 41.6666666667%;
	}
	.academy-offset-lg-6 {
		margin-left: 50%;
	}
	.academy-offset-lg-7 {
		margin-left: 58.3333333333%;
	}
	.academy-offset-lg-8 {
		margin-left: 66.6666666667%;
	}
	.academy-offset-lg-9 {
		margin-left: 75%;
	}
	.academy-offset-lg-10 {
		margin-left: 83.3333333333%;
	}
	.academy-offset-lg-11 {
		margin-left: 91.6666666667%;
	}
}
@media (min-width: 1200px) {
	.academy-col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.academy-row-cols-xl-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.academy-row-cols-xl-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.academy-row-cols-xl-3 > * {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.academy-row-cols-xl-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.academy-row-cols-xl-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.academy-row-cols-xl-6 > * {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.academy-col-xl-auto {
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	.academy-col-xl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.academy-col-xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.academy-col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.academy-col-xl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.academy-col-xl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.academy-col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.academy-col-xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.academy-col-xl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.academy-col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.academy-col-xl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.academy-col-xl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.academy-col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.academy-order-xl-first {
		order: -1;
	}
	.academy-order-xl-last {
		order: 13;
	}
	.academy-order-xl-0 {
		order: 0;
	}
	.academy-order-xl-1 {
		order: 1;
	}
	.academy-order-xl-2 {
		order: 2;
	}
	.academy-order-xl-3 {
		order: 3;
	}
	.academy-order-xl-4 {
		order: 4;
	}
	.academy-order-xl-5 {
		order: 5;
	}
	.academy-order-xl-6 {
		order: 6;
	}
	.academy-order-xl-7 {
		order: 7;
	}
	.academy-order-xl-8 {
		order: 8;
	}
	.academy-order-xl-9 {
		order: 9;
	}
	.academy-order-xl-10 {
		order: 10;
	}
	.academy-order-xl-11 {
		order: 11;
	}
	.academy-order-xl-12 {
		order: 12;
	}
	.academy-offset-xl-0 {
		margin-left: 0;
	}
	.academy-offset-xl-1 {
		margin-left: 8.3333333333%;
	}
	.academy-offset-xl-2 {
		margin-left: 16.6666666667%;
	}
	.academy-offset-xl-3 {
		margin-left: 25%;
	}
	.academy-offset-xl-4 {
		margin-left: 33.3333333333%;
	}
	.academy-offset-xl-5 {
		margin-left: 41.6666666667%;
	}
	.academy-offset-xl-6 {
		margin-left: 50%;
	}
	.academy-offset-xl-7 {
		margin-left: 58.3333333333%;
	}
	.academy-offset-xl-8 {
		margin-left: 66.6666666667%;
	}
	.academy-offset-xl-9 {
		margin-left: 75%;
	}
	.academy-offset-xl-10 {
		margin-left: 83.3333333333%;
	}
	.academy-offset-xl-11 {
		margin-left: 91.6666666667%;
	}
}
.academy-d-none {
	display: none !important;
}
.academy-d-inline {
	display: inline !important;
}
.academy-d-inline-block {
	display: inline-block !important;
}
.academy-d-block {
	display: block !important;
}
.academy-d-table {
	display: table !important;
}
.academy-d-table-row {
	display: table-row !important;
}
.academy-d-table-cell {
	display: table-cell !important;
}
.academy-d-flex {
	display: flex !important;
}
.academy-d-inline-flex {
	display: inline-flex !important;
}
@media (min-width: 576px) {
	.academy-d-sm-none {
		display: none !important;
	}
	.academy-d-sm-inline {
		display: inline !important;
	}
	.academy-d-sm-inline-block {
		display: inline-block !important;
	}
	.academy-d-sm-block {
		display: block !important;
	}
	.academy-d-sm-table {
		display: table !important;
	}
	.academy-d-sm-table-row {
		display: table-row !important;
	}
	.academy-d-sm-table-cell {
		display: table-cell !important;
	}
	.academy-d-sm-flex {
		display: flex !important;
	}
	.academy-d-sm-inline-flex {
		display: inline-flex !important;
	}
}
@media (min-width: 768px) {
	.academy-d-md-none {
		display: none !important;
	}
	.academy-d-md-inline {
		display: inline !important;
	}
	.academy-d-md-inline-block {
		display: inline-block !important;
	}
	.academy-d-md-block {
		display: block !important;
	}
	.academy-d-md-table {
		display: table !important;
	}
	.academy-d-md-table-row {
		display: table-row !important;
	}
	.academy-d-md-table-cell {
		display: table-cell !important;
	}
	.academy-d-md-flex {
		display: flex !important;
	}
	.academy-d-md-inline-flex {
		display: inline-flex !important;
	}
}
@media (min-width: 992px) {
	.academy-d-lg-none {
		display: none !important;
	}
	.academy-d-lg-inline {
		display: inline !important;
	}
	.academy-d-lg-inline-block {
		display: inline-block !important;
	}
	.academy-d-lg-block {
		display: block !important;
	}
	.academy-d-lg-table {
		display: table !important;
	}
	.academy-d-lg-table-row {
		display: table-row !important;
	}
	.academy-d-lg-table-cell {
		display: table-cell !important;
	}
	.academy-d-lg-flex {
		display: flex !important;
	}
	.academy-d-lg-inline-flex {
		display: inline-flex !important;
	}
}
@media (min-width: 1200px) {
	.academy-d-xl-none {
		display: none !important;
	}
	.academy-d-xl-inline {
		display: inline !important;
	}
	.academy-d-xl-inline-block {
		display: inline-block !important;
	}
	.academy-d-xl-block {
		display: block !important;
	}
	.academy-d-xl-table {
		display: table !important;
	}
	.academy-d-xl-table-row {
		display: table-row !important;
	}
	.academy-d-xl-table-cell {
		display: table-cell !important;
	}
	.academy-d-xl-flex {
		display: flex !important;
	}
	.academy-d-xl-inline-flex {
		display: inline-flex !important;
	}
}
@media print {
	.academy-d-print-none {
		display: none !important;
	}
	.academy-d-print-inline {
		display: inline !important;
	}
	.academy-d-print-inline-block {
		display: inline-block !important;
	}
	.academy-d-print-block {
		display: block !important;
	}
	.academy-d-print-table {
		display: table !important;
	}
	.academy-d-print-table-row {
		display: table-row !important;
	}
	.academy-d-print-table-cell {
		display: table-cell !important;
	}
	.academy-d-print-flex {
		display: flex !important;
	}
	.academy-d-print-inline-flex {
		display: inline-flex !important;
	}
}
.academy-flex-row {
	flex-direction: row !important;
}
.academy-flex-column {
	flex-direction: column !important;
}
.academy-flex-row-reverse {
	flex-direction: row-reverse !important;
}
.academy-flex-column-reverse {
	flex-direction: column-reverse !important;
}
.academy-flex-wrap {
	flex-wrap: wrap !important;
}
.academy-flex-nowrap {
	flex-wrap: nowrap !important;
}
.academy-flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}
.academy-flex-fill {
	flex: 1 1 auto !important;
}
.academy-flex-grow-0 {
	flex-grow: 0 !important;
}
.academy-flex-grow-1 {
	flex-grow: 1 !important;
}
.academy-flex-shrink-0 {
	flex-shrink: 0 !important;
}
.academy-flex-shrink-1 {
	flex-shrink: 1 !important;
}
.academy-justify-content-start {
	justify-content: flex-start !important;
}
.academy-justify-content-end {
	justify-content: flex-end !important;
}
.academy-justify-content-center {
	justify-content: center !important;
}
.academy-justify-content-between {
	justify-content: space-between !important;
}
.academy-justify-content-around {
	justify-content: space-around !important;
}
.academy-align-items-start {
	align-items: flex-start !important;
}
.academy-align-items-end {
	align-items: flex-end !important;
}
.academy-align-items-center {
	align-items: center !important;
}
.academy-align-items-baseline {
	align-items: baseline !important;
}
.academy-align-items-stretch {
	align-items: stretch !important;
}
.academy-align-content-start {
	align-content: flex-start !important;
}
.academy-align-content-end {
	align-content: flex-end !important;
}
.academy-align-content-center {
	align-content: center !important;
}
.academy-align-content-between {
	align-content: space-between !important;
}
.academy-align-content-around {
	align-content: space-around !important;
}
.academy-align-content-stretch {
	align-content: stretch !important;
}
.academy-align-self-auto {
	align-self: auto !important;
}
.academy-align-self-start {
	align-self: flex-start !important;
}
.academy-align-self-end {
	align-self: flex-end !important;
}
.academy-align-self-center {
	align-self: center !important;
}
.academy-align-self-baseline {
	align-self: baseline !important;
}
.academy-align-self-stretch {
	align-self: stretch !important;
}
@media (min-width: 576px) {
	.academy-flex-sm-row {
		flex-direction: row !important;
	}
	.academy-flex-sm-column {
		flex-direction: column !important;
	}
	.academy-flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.academy-flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.academy-flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.academy-flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.academy-flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.academy-flex-sm-fill {
		flex: 1 1 auto !important;
	}
	.academy-flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	.academy-flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	.academy-flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	.academy-flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	.academy-justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.academy-justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.academy-justify-content-sm-center {
		justify-content: center !important;
	}
	.academy-justify-content-sm-between {
		justify-content: space-between !important;
	}
	.academy-justify-content-sm-around {
		justify-content: space-around !important;
	}
	.academy-align-items-sm-start {
		align-items: flex-start !important;
	}
	.academy-align-items-sm-end {
		align-items: flex-end !important;
	}
	.academy-align-items-sm-center {
		align-items: center !important;
	}
	.academy-align-items-sm-baseline {
		align-items: baseline !important;
	}
	.academy-align-items-sm-stretch {
		align-items: stretch !important;
	}
	.academy-align-content-sm-start {
		align-content: flex-start !important;
	}
	.academy-align-content-sm-end {
		align-content: flex-end !important;
	}
	.academy-align-content-sm-center {
		align-content: center !important;
	}
	.academy-align-content-sm-between {
		align-content: space-between !important;
	}
	.academy-align-content-sm-around {
		align-content: space-around !important;
	}
	.academy-align-content-sm-stretch {
		align-content: stretch !important;
	}
	.academy-align-self-sm-auto {
		align-self: auto !important;
	}
	.academy-align-self-sm-start {
		align-self: flex-start !important;
	}
	.academy-align-self-sm-end {
		align-self: flex-end !important;
	}
	.academy-align-self-sm-center {
		align-self: center !important;
	}
	.academy-align-self-sm-baseline {
		align-self: baseline !important;
	}
	.academy-align-self-sm-stretch {
		align-self: stretch !important;
	}
}
@media (min-width: 768px) {
	.academy-flex-md-row {
		flex-direction: row !important;
	}
	.academy-flex-md-column {
		flex-direction: column !important;
	}
	.academy-flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.academy-flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.academy-flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.academy-flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.academy-flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.academy-flex-md-fill {
		flex: 1 1 auto !important;
	}
	.academy-flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	.academy-flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	.academy-flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	.academy-flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	.academy-justify-content-md-start {
		justify-content: flex-start !important;
	}
	.academy-justify-content-md-end {
		justify-content: flex-end !important;
	}
	.academy-justify-content-md-center {
		justify-content: center !important;
	}
	.academy-justify-content-md-between {
		justify-content: space-between !important;
	}
	.academy-justify-content-md-around {
		justify-content: space-around !important;
	}
	.academy-align-items-md-start {
		align-items: flex-start !important;
	}
	.academy-align-items-md-end {
		align-items: flex-end !important;
	}
	.academy-align-items-md-center {
		align-items: center !important;
	}
	.academy-align-items-md-baseline {
		align-items: baseline !important;
	}
	.academy-align-items-md-stretch {
		align-items: stretch !important;
	}
	.academy-align-content-md-start {
		align-content: flex-start !important;
	}
	.academy-align-content-md-end {
		align-content: flex-end !important;
	}
	.academy-align-content-md-center {
		align-content: center !important;
	}
	.academy-align-content-md-between {
		align-content: space-between !important;
	}
	.academy-align-content-md-around {
		align-content: space-around !important;
	}
	.academy-align-content-md-stretch {
		align-content: stretch !important;
	}
	.academy-align-self-md-auto {
		align-self: auto !important;
	}
	.academy-align-self-md-start {
		align-self: flex-start !important;
	}
	.academy-align-self-md-end {
		align-self: flex-end !important;
	}
	.academy-align-self-md-center {
		align-self: center !important;
	}
	.academy-align-self-md-baseline {
		align-self: baseline !important;
	}
	.academy-align-self-md-stretch {
		align-self: stretch !important;
	}
}
@media (min-width: 992px) {
	.academy-flex-lg-row {
		flex-direction: row !important;
	}
	.academy-flex-lg-column {
		flex-direction: column !important;
	}
	.academy-flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.academy-flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.academy-flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.academy-flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.academy-flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.academy-flex-lg-fill {
		flex: 1 1 auto !important;
	}
	.academy-flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	.academy-flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	.academy-flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	.academy-flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	.academy-justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.academy-justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.academy-justify-content-lg-center {
		justify-content: center !important;
	}
	.academy-justify-content-lg-between {
		justify-content: space-between !important;
	}
	.academy-justify-content-lg-around {
		justify-content: space-around !important;
	}
	.academy-align-items-lg-start {
		align-items: flex-start !important;
	}
	.academy-align-items-lg-end {
		align-items: flex-end !important;
	}
	.academy-align-items-lg-center {
		align-items: center !important;
	}
	.academy-align-items-lg-baseline {
		align-items: baseline !important;
	}
	.academy-align-items-lg-stretch {
		align-items: stretch !important;
	}
	.academy-align-content-lg-start {
		align-content: flex-start !important;
	}
	.academy-align-content-lg-end {
		align-content: flex-end !important;
	}
	.academy-align-content-lg-center {
		align-content: center !important;
	}
	.academy-align-content-lg-between {
		align-content: space-between !important;
	}
	.academy-align-content-lg-around {
		align-content: space-around !important;
	}
	.academy-align-content-lg-stretch {
		align-content: stretch !important;
	}
	.academy-align-self-lg-auto {
		align-self: auto !important;
	}
	.academy-align-self-lg-start {
		align-self: flex-start !important;
	}
	.academy-align-self-lg-end {
		align-self: flex-end !important;
	}
	.academy-align-self-lg-center {
		align-self: center !important;
	}
	.academy-align-self-lg-baseline {
		align-self: baseline !important;
	}
	.academy-align-self-lg-stretch {
		align-self: stretch !important;
	}
}
@media (min-width: 1200px) {
	.academy-flex-xl-row {
		flex-direction: row !important;
	}
	.academy-flex-xl-column {
		flex-direction: column !important;
	}
	.academy-flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.academy-flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.academy-flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	.academy-flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.academy-flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.academy-flex-xl-fill {
		flex: 1 1 auto !important;
	}
	.academy-flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	.academy-flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	.academy-flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.academy-flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.academy-justify-content-xl-start {
		justify-content: flex-start !important;
	}
	.academy-justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.academy-justify-content-xl-center {
		justify-content: center !important;
	}
	.academy-justify-content-xl-between {
		justify-content: space-between !important;
	}
	.academy-justify-content-xl-around {
		justify-content: space-around !important;
	}
	.academy-align-items-xl-start {
		align-items: flex-start !important;
	}
	.academy-align-items-xl-end {
		align-items: flex-end !important;
	}
	.academy-align-items-xl-center {
		align-items: center !important;
	}
	.academy-align-items-xl-baseline {
		align-items: baseline !important;
	}
	.academy-align-items-xl-stretch {
		align-items: stretch !important;
	}
	.academy-align-content-xl-start {
		align-content: flex-start !important;
	}
	.academy-align-content-xl-end {
		align-content: flex-end !important;
	}
	.academy-align-content-xl-center {
		align-content: center !important;
	}
	.academy-align-content-xl-between {
		align-content: space-between !important;
	}
	.academy-align-content-xl-around {
		align-content: space-around !important;
	}
	.academy-align-content-xl-stretch {
		align-content: stretch !important;
	}
	.academy-align-self-xl-auto {
		align-self: auto !important;
	}
	.academy-align-self-xl-start {
		align-self: flex-start !important;
	}
	.academy-align-self-xl-end {
		align-self: flex-end !important;
	}
	.academy-align-self-xl-center {
		align-self: center !important;
	}
	.academy-align-self-xl-baseline {
		align-self: baseline !important;
	}
	.academy-align-self-xl-stretch {
		align-self: stretch !important;
	}
}
.academy-m-0 {
	margin: 0 !important;
}
.academy-mt-0,
.academy-my-0 {
	margin-top: 0 !important;
}
.academy-mr-0,
.academy-mx-0 {
	margin-right: 0 !important;
}
.academy-mb-0,
.academy-my-0 {
	margin-bottom: 0 !important;
}
.academy-ml-0,
.academy-mx-0 {
	margin-left: 0 !important;
}
.academy-m-1 {
	margin: 0.25rem !important;
}
.academy-mt-1,
.academy-my-1 {
	margin-top: 0.25rem !important;
}
.academy-mr-1,
.academy-mx-1 {
	margin-right: 0.25rem !important;
}
.academy-mb-1,
.academy-my-1 {
	margin-bottom: 0.25rem !important;
}
.academy-ml-1,
.academy-mx-1 {
	margin-left: 0.25rem !important;
}
.academy-m-2 {
	margin: 0.5rem !important;
}
.academy-mt-2,
.academy-my-2 {
	margin-top: 0.5rem !important;
}
.academy-mr-2,
.academy-mx-2 {
	margin-right: 0.5rem !important;
}
.academy-mb-2,
.academy-my-2 {
	margin-bottom: 0.5rem !important;
}
.academy-ml-2,
.academy-mx-2 {
	margin-left: 0.5rem !important;
}
.academy-m-3 {
	margin: 1rem !important;
}
.academy-mt-3,
.academy-my-3 {
	margin-top: 1rem !important;
}
.academy-mr-3,
.academy-mx-3 {
	margin-right: 1rem !important;
}
.academy-mb-3,
.academy-my-3 {
	margin-bottom: 1rem !important;
}
.academy-ml-3,
.academy-mx-3 {
	margin-left: 1rem !important;
}
.academy-m-4 {
	margin: 1.5rem !important;
}
.academy-mt-4,
.academy-my-4 {
	margin-top: 1.5rem !important;
}
.academy-mr-4,
.academy-mx-4 {
	margin-right: 1.5rem !important;
}
.academy-mb-4,
.academy-my-4 {
	margin-bottom: 1.5rem !important;
}
.academy-ml-4,
.academy-mx-4 {
	margin-left: 1.5rem !important;
}
.academy-m-5 {
	margin: 3rem !important;
}
.academy-mt-5,
.academy-my-5 {
	margin-top: 3rem !important;
}
.academy-mr-5,
.academy-mx-5 {
	margin-right: 3rem !important;
}
.academy-mb-5,
.academy-my-5 {
	margin-bottom: 3rem !important;
}
.academy-ml-5,
.academy-mx-5 {
	margin-left: 3rem !important;
}
.academy-p-0 {
	padding: 0 !important;
}
.academy-pt-0,
.academy-py-0 {
	padding-top: 0 !important;
}
.academy-pr-0,
.academy-px-0 {
	padding-right: 0 !important;
}
.academy-pb-0,
.academy-py-0 {
	padding-bottom: 0 !important;
}
.academy-pl-0,
.academy-px-0 {
	padding-left: 0 !important;
}
.academy-p-1 {
	padding: 0.25rem !important;
}
.academy-pt-1,
.academy-py-1 {
	padding-top: 0.25rem !important;
}
.academy-pr-1,
.academy-px-1 {
	padding-right: 0.25rem !important;
}
.academy-pb-1,
.academy-py-1 {
	padding-bottom: 0.25rem !important;
}
.academy-pl-1,
.academy-px-1 {
	padding-left: 0.25rem !important;
}
.academy-p-2 {
	padding: 0.5rem !important;
}
.academy-pt-2,
.academy-py-2 {
	padding-top: 0.5rem !important;
}
.academy-pr-2,
.academy-px-2 {
	padding-right: 0.5rem !important;
}
.academy-pb-2,
.academy-py-2 {
	padding-bottom: 0.5rem !important;
}
.academy-pl-2,
.academy-px-2 {
	padding-left: 0.5rem !important;
}
.academy-p-3 {
	padding: 1rem !important;
}
.academy-pt-3,
.academy-py-3 {
	padding-top: 1rem !important;
}
.academy-pr-3,
.academy-px-3 {
	padding-right: 1rem !important;
}
.academy-pb-3,
.academy-py-3 {
	padding-bottom: 1rem !important;
}
.academy-pl-3,
.academy-px-3 {
	padding-left: 1rem !important;
}
.academy-p-4 {
	padding: 1.5rem !important;
}
.academy-pt-4,
.academy-py-4 {
	padding-top: 1.5rem !important;
}
.academy-pr-4,
.academy-px-4 {
	padding-right: 1.5rem !important;
}
.academy-pb-4,
.academy-py-4 {
	padding-bottom: 1.5rem !important;
}
.academy-pl-4,
.academy-px-4 {
	padding-left: 1.5rem !important;
}
.academy-p-5 {
	padding: 3rem !important;
}
.academy-pt-5,
.academy-py-5 {
	padding-top: 3rem !important;
}
.academy-pr-5,
.academy-px-5 {
	padding-right: 3rem !important;
}
.academy-pb-5,
.academy-py-5 {
	padding-bottom: 3rem !important;
}
.academy-pl-5,
.academy-px-5 {
	padding-left: 3rem !important;
}
.academy-m-n1 {
	margin: -0.25rem !important;
}
.academy-mt-n1,
.academy-my-n1 {
	margin-top: -0.25rem !important;
}
.academy-mr-n1,
.academy-mx-n1 {
	margin-right: -0.25rem !important;
}
.academy-mb-n1,
.academy-my-n1 {
	margin-bottom: -0.25rem !important;
}
.academy-ml-n1,
.academy-mx-n1 {
	margin-left: -0.25rem !important;
}
.academy-m-n2 {
	margin: -0.5rem !important;
}
.academy-mt-n2,
.academy-my-n2 {
	margin-top: -0.5rem !important;
}
.academy-mr-n2,
.academy-mx-n2 {
	margin-right: -0.5rem !important;
}
.academy-mb-n2,
.academy-my-n2 {
	margin-bottom: -0.5rem !important;
}
.academy-ml-n2,
.academy-mx-n2 {
	margin-left: -0.5rem !important;
}
.academy-m-n3 {
	margin: -1rem !important;
}
.academy-mt-n3,
.academy-my-n3 {
	margin-top: -1rem !important;
}
.academy-mr-n3,
.academy-mx-n3 {
	margin-right: -1rem !important;
}
.academy-mb-n3,
.academy-my-n3 {
	margin-bottom: -1rem !important;
}
.academy-ml-n3,
.academy-mx-n3 {
	margin-left: -1rem !important;
}
.academy-m-n4 {
	margin: -1.5rem !important;
}
.academy-mt-n4,
.academy-my-n4 {
	margin-top: -1.5rem !important;
}
.academy-mr-n4,
.academy-mx-n4 {
	margin-right: -1.5rem !important;
}
.academy-mb-n4,
.academy-my-n4 {
	margin-bottom: -1.5rem !important;
}
.academy-ml-n4,
.academy-mx-n4 {
	margin-left: -1.5rem !important;
}
.academy-m-n5 {
	margin: -3rem !important;
}
.academy-mt-n5,
.academy-my-n5 {
	margin-top: -3rem !important;
}
.academy-mr-n5,
.academy-mx-n5 {
	margin-right: -3rem !important;
}
.academy-mb-n5,
.academy-my-n5 {
	margin-bottom: -3rem !important;
}
.academy-ml-n5,
.academy-mx-n5 {
	margin-left: -3rem !important;
}
.academy-m-auto {
	margin: auto !important;
}
.academy-mt-auto,
.academy-my-auto {
	margin-top: auto !important;
}
.academy-mr-auto,
.academy-mx-auto {
	margin-right: auto !important;
}
.academy-mb-auto,
.academy-my-auto {
	margin-bottom: auto !important;
}
.academy-ml-auto,
.academy-mx-auto {
	margin-left: auto !important;
}
@media (min-width: 576px) {
	.academy-m-sm-0 {
		margin: 0 !important;
	}
	.academy-mt-sm-0,
	.academy-my-sm-0 {
		margin-top: 0 !important;
	}
	.academy-mr-sm-0,
	.academy-mx-sm-0 {
		margin-right: 0 !important;
	}
	.academy-mb-sm-0,
	.academy-my-sm-0 {
		margin-bottom: 0 !important;
	}
	.academy-ml-sm-0,
	.academy-mx-sm-0 {
		margin-left: 0 !important;
	}
	.academy-m-sm-1 {
		margin: 0.25rem !important;
	}
	.academy-mt-sm-1,
	.academy-my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.academy-mr-sm-1,
	.academy-mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.academy-mb-sm-1,
	.academy-my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.academy-ml-sm-1,
	.academy-mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.academy-m-sm-2 {
		margin: 0.5rem !important;
	}
	.academy-mt-sm-2,
	.academy-my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.academy-mr-sm-2,
	.academy-mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.academy-mb-sm-2,
	.academy-my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.academy-ml-sm-2,
	.academy-mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.academy-m-sm-3 {
		margin: 1rem !important;
	}
	.academy-mt-sm-3,
	.academy-my-sm-3 {
		margin-top: 1rem !important;
	}
	.academy-mr-sm-3,
	.academy-mx-sm-3 {
		margin-right: 1rem !important;
	}
	.academy-mb-sm-3,
	.academy-my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.academy-ml-sm-3,
	.academy-mx-sm-3 {
		margin-left: 1rem !important;
	}
	.academy-m-sm-4 {
		margin: 1.5rem !important;
	}
	.academy-mt-sm-4,
	.academy-my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.academy-mr-sm-4,
	.academy-mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.academy-mb-sm-4,
	.academy-my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.academy-ml-sm-4,
	.academy-mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.academy-m-sm-5 {
		margin: 3rem !important;
	}
	.academy-mt-sm-5,
	.academy-my-sm-5 {
		margin-top: 3rem !important;
	}
	.academy-mr-sm-5,
	.academy-mx-sm-5 {
		margin-right: 3rem !important;
	}
	.academy-mb-sm-5,
	.academy-my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.academy-ml-sm-5,
	.academy-mx-sm-5 {
		margin-left: 3rem !important;
	}
	.academy-p-sm-0 {
		padding: 0 !important;
	}
	.academy-pt-sm-0,
	.academy-py-sm-0 {
		padding-top: 0 !important;
	}
	.academy-pr-sm-0,
	.academy-px-sm-0 {
		padding-right: 0 !important;
	}
	.academy-pb-sm-0,
	.academy-py-sm-0 {
		padding-bottom: 0 !important;
	}
	.academy-pl-sm-0,
	.academy-px-sm-0 {
		padding-left: 0 !important;
	}
	.academy-p-sm-1 {
		padding: 0.25rem !important;
	}
	.academy-pt-sm-1,
	.academy-py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.academy-pr-sm-1,
	.academy-px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.academy-pb-sm-1,
	.academy-py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.academy-pl-sm-1,
	.academy-px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.academy-p-sm-2 {
		padding: 0.5rem !important;
	}
	.academy-pt-sm-2,
	.academy-py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.academy-pr-sm-2,
	.academy-px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.academy-pb-sm-2,
	.academy-py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.academy-pl-sm-2,
	.academy-px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.academy-p-sm-3 {
		padding: 1rem !important;
	}
	.academy-pt-sm-3,
	.academy-py-sm-3 {
		padding-top: 1rem !important;
	}
	.academy-pr-sm-3,
	.academy-px-sm-3 {
		padding-right: 1rem !important;
	}
	.academy-pb-sm-3,
	.academy-py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.academy-pl-sm-3,
	.academy-px-sm-3 {
		padding-left: 1rem !important;
	}
	.academy-p-sm-4 {
		padding: 1.5rem !important;
	}
	.academy-pt-sm-4,
	.academy-py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.academy-pr-sm-4,
	.academy-px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.academy-pb-sm-4,
	.academy-py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.academy-pl-sm-4,
	.academy-px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.academy-p-sm-5 {
		padding: 3rem !important;
	}
	.academy-pt-sm-5,
	.academy-py-sm-5 {
		padding-top: 3rem !important;
	}
	.academy-pr-sm-5,
	.academy-px-sm-5 {
		padding-right: 3rem !important;
	}
	.academy-pb-sm-5,
	.academy-py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.academy-pl-sm-5,
	.academy-px-sm-5 {
		padding-left: 3rem !important;
	}
	.academy-m-sm-n1 {
		margin: -0.25rem !important;
	}
	.academy-mt-sm-n1,
	.academy-my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	.academy-mr-sm-n1,
	.academy-mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.academy-mb-sm-n1,
	.academy-my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.academy-ml-sm-n1,
	.academy-mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.academy-m-sm-n2 {
		margin: -0.5rem !important;
	}
	.academy-mt-sm-n2,
	.academy-my-sm-n2 {
		margin-top: -0.5rem !important;
	}
	.academy-mr-sm-n2,
	.academy-mx-sm-n2 {
		margin-right: -0.5rem !important;
	}
	.academy-mb-sm-n2,
	.academy-my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}
	.academy-ml-sm-n2,
	.academy-mx-sm-n2 {
		margin-left: -0.5rem !important;
	}
	.academy-m-sm-n3 {
		margin: -1rem !important;
	}
	.academy-mt-sm-n3,
	.academy-my-sm-n3 {
		margin-top: -1rem !important;
	}
	.academy-mr-sm-n3,
	.academy-mx-sm-n3 {
		margin-right: -1rem !important;
	}
	.academy-mb-sm-n3,
	.academy-my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	.academy-ml-sm-n3,
	.academy-mx-sm-n3 {
		margin-left: -1rem !important;
	}
	.academy-m-sm-n4 {
		margin: -1.5rem !important;
	}
	.academy-mt-sm-n4,
	.academy-my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	.academy-mr-sm-n4,
	.academy-mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	.academy-mb-sm-n4,
	.academy-my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	.academy-ml-sm-n4,
	.academy-mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	.academy-m-sm-n5 {
		margin: -3rem !important;
	}
	.academy-mt-sm-n5,
	.academy-my-sm-n5 {
		margin-top: -3rem !important;
	}
	.academy-mr-sm-n5,
	.academy-mx-sm-n5 {
		margin-right: -3rem !important;
	}
	.academy-mb-sm-n5,
	.academy-my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	.academy-ml-sm-n5,
	.academy-mx-sm-n5 {
		margin-left: -3rem !important;
	}
	.academy-m-sm-auto {
		margin: auto !important;
	}
	.academy-mt-sm-auto,
	.academy-my-sm-auto {
		margin-top: auto !important;
	}
	.academy-mr-sm-auto,
	.academy-mx-sm-auto {
		margin-right: auto !important;
	}
	.academy-mb-sm-auto,
	.academy-my-sm-auto {
		margin-bottom: auto !important;
	}
	.academy-ml-sm-auto,
	.academy-mx-sm-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 768px) {
	.academy-m-md-0 {
		margin: 0 !important;
	}
	.academy-mt-md-0,
	.academy-my-md-0 {
		margin-top: 0 !important;
	}
	.academy-mr-md-0,
	.academy-mx-md-0 {
		margin-right: 0 !important;
	}
	.academy-mb-md-0,
	.academy-my-md-0 {
		margin-bottom: 0 !important;
	}
	.academy-ml-md-0,
	.academy-mx-md-0 {
		margin-left: 0 !important;
	}
	.academy-m-md-1 {
		margin: 0.25rem !important;
	}
	.academy-mt-md-1,
	.academy-my-md-1 {
		margin-top: 0.25rem !important;
	}
	.academy-mr-md-1,
	.academy-mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.academy-mb-md-1,
	.academy-my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.academy-ml-md-1,
	.academy-mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.academy-m-md-2 {
		margin: 0.5rem !important;
	}
	.academy-mt-md-2,
	.academy-my-md-2 {
		margin-top: 0.5rem !important;
	}
	.academy-mr-md-2,
	.academy-mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.academy-mb-md-2,
	.academy-my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.academy-ml-md-2,
	.academy-mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.academy-m-md-3 {
		margin: 1rem !important;
	}
	.academy-mt-md-3,
	.academy-my-md-3 {
		margin-top: 1rem !important;
	}
	.academy-mr-md-3,
	.academy-mx-md-3 {
		margin-right: 1rem !important;
	}
	.academy-mb-md-3,
	.academy-my-md-3 {
		margin-bottom: 1rem !important;
	}
	.academy-ml-md-3,
	.academy-mx-md-3 {
		margin-left: 1rem !important;
	}
	.academy-m-md-4 {
		margin: 1.5rem !important;
	}
	.academy-mt-md-4,
	.academy-my-md-4 {
		margin-top: 1.5rem !important;
	}
	.academy-mr-md-4,
	.academy-mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.academy-mb-md-4,
	.academy-my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.academy-ml-md-4,
	.academy-mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.academy-m-md-5 {
		margin: 3rem !important;
	}
	.academy-mt-md-5,
	.academy-my-md-5 {
		margin-top: 3rem !important;
	}
	.academy-mr-md-5,
	.academy-mx-md-5 {
		margin-right: 3rem !important;
	}
	.academy-mb-md-5,
	.academy-my-md-5 {
		margin-bottom: 3rem !important;
	}
	.academy-ml-md-5,
	.academy-mx-md-5 {
		margin-left: 3rem !important;
	}
	.academy-p-md-0 {
		padding: 0 !important;
	}
	.academy-pt-md-0,
	.academy-py-md-0 {
		padding-top: 0 !important;
	}
	.academy-pr-md-0,
	.academy-px-md-0 {
		padding-right: 0 !important;
	}
	.academy-pb-md-0,
	.academy-py-md-0 {
		padding-bottom: 0 !important;
	}
	.academy-pl-md-0,
	.academy-px-md-0 {
		padding-left: 0 !important;
	}
	.academy-p-md-1 {
		padding: 0.25rem !important;
	}
	.academy-pt-md-1,
	.academy-py-md-1 {
		padding-top: 0.25rem !important;
	}
	.academy-pr-md-1,
	.academy-px-md-1 {
		padding-right: 0.25rem !important;
	}
	.academy-pb-md-1,
	.academy-py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.academy-pl-md-1,
	.academy-px-md-1 {
		padding-left: 0.25rem !important;
	}
	.academy-p-md-2 {
		padding: 0.5rem !important;
	}
	.academy-pt-md-2,
	.academy-py-md-2 {
		padding-top: 0.5rem !important;
	}
	.academy-pr-md-2,
	.academy-px-md-2 {
		padding-right: 0.5rem !important;
	}
	.academy-pb-md-2,
	.academy-py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.academy-pl-md-2,
	.academy-px-md-2 {
		padding-left: 0.5rem !important;
	}
	.academy-p-md-3 {
		padding: 1rem !important;
	}
	.academy-pt-md-3,
	.academy-py-md-3 {
		padding-top: 1rem !important;
	}
	.academy-pr-md-3,
	.academy-px-md-3 {
		padding-right: 1rem !important;
	}
	.academy-pb-md-3,
	.academy-py-md-3 {
		padding-bottom: 1rem !important;
	}
	.academy-pl-md-3,
	.academy-px-md-3 {
		padding-left: 1rem !important;
	}
	.academy-p-md-4 {
		padding: 1.5rem !important;
	}
	.academy-pt-md-4,
	.academy-py-md-4 {
		padding-top: 1.5rem !important;
	}
	.academy-pr-md-4,
	.academy-px-md-4 {
		padding-right: 1.5rem !important;
	}
	.academy-pb-md-4,
	.academy-py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.academy-pl-md-4,
	.academy-px-md-4 {
		padding-left: 1.5rem !important;
	}
	.academy-p-md-5 {
		padding: 3rem !important;
	}
	.academy-pt-md-5,
	.academy-py-md-5 {
		padding-top: 3rem !important;
	}
	.academy-pr-md-5,
	.academy-px-md-5 {
		padding-right: 3rem !important;
	}
	.academy-pb-md-5,
	.academy-py-md-5 {
		padding-bottom: 3rem !important;
	}
	.academy-pl-md-5,
	.academy-px-md-5 {
		padding-left: 3rem !important;
	}
	.academy-m-md-n1 {
		margin: -0.25rem !important;
	}
	.academy-mt-md-n1,
	.academy-my-md-n1 {
		margin-top: -0.25rem !important;
	}
	.academy-mr-md-n1,
	.academy-mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	.academy-mb-md-n1,
	.academy-my-md-n1 {
		margin-bottom: -0.25rem !important;
	}
	.academy-ml-md-n1,
	.academy-mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	.academy-m-md-n2 {
		margin: -0.5rem !important;
	}
	.academy-mt-md-n2,
	.academy-my-md-n2 {
		margin-top: -0.5rem !important;
	}
	.academy-mr-md-n2,
	.academy-mx-md-n2 {
		margin-right: -0.5rem !important;
	}
	.academy-mb-md-n2,
	.academy-my-md-n2 {
		margin-bottom: -0.5rem !important;
	}
	.academy-ml-md-n2,
	.academy-mx-md-n2 {
		margin-left: -0.5rem !important;
	}
	.academy-m-md-n3 {
		margin: -1rem !important;
	}
	.academy-mt-md-n3,
	.academy-my-md-n3 {
		margin-top: -1rem !important;
	}
	.academy-mr-md-n3,
	.academy-mx-md-n3 {
		margin-right: -1rem !important;
	}
	.academy-mb-md-n3,
	.academy-my-md-n3 {
		margin-bottom: -1rem !important;
	}
	.academy-ml-md-n3,
	.academy-mx-md-n3 {
		margin-left: -1rem !important;
	}
	.academy-m-md-n4 {
		margin: -1.5rem !important;
	}
	.academy-mt-md-n4,
	.academy-my-md-n4 {
		margin-top: -1.5rem !important;
	}
	.academy-mr-md-n4,
	.academy-mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	.academy-mb-md-n4,
	.academy-my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	.academy-ml-md-n4,
	.academy-mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	.academy-m-md-n5 {
		margin: -3rem !important;
	}
	.academy-mt-md-n5,
	.academy-my-md-n5 {
		margin-top: -3rem !important;
	}
	.academy-mr-md-n5,
	.academy-mx-md-n5 {
		margin-right: -3rem !important;
	}
	.academy-mb-md-n5,
	.academy-my-md-n5 {
		margin-bottom: -3rem !important;
	}
	.academy-ml-md-n5,
	.academy-mx-md-n5 {
		margin-left: -3rem !important;
	}
	.academy-m-md-auto {
		margin: auto !important;
	}
	.academy-mt-md-auto,
	.academy-my-md-auto {
		margin-top: auto !important;
	}
	.academy-mr-md-auto,
	.academy-mx-md-auto {
		margin-right: auto !important;
	}
	.academy-mb-md-auto,
	.academy-my-md-auto {
		margin-bottom: auto !important;
	}
	.academy-ml-md-auto,
	.academy-mx-md-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 992px) {
	.academy-m-lg-0 {
		margin: 0 !important;
	}
	.academy-mt-lg-0,
	.academy-my-lg-0 {
		margin-top: 0 !important;
	}
	.academy-mr-lg-0,
	.academy-mx-lg-0 {
		margin-right: 0 !important;
	}
	.academy-mb-lg-0,
	.academy-my-lg-0 {
		margin-bottom: 0 !important;
	}
	.academy-ml-lg-0,
	.academy-mx-lg-0 {
		margin-left: 0 !important;
	}
	.academy-m-lg-1 {
		margin: 0.25rem !important;
	}
	.academy-mt-lg-1,
	.academy-my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.academy-mr-lg-1,
	.academy-mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.academy-mb-lg-1,
	.academy-my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.academy-ml-lg-1,
	.academy-mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.academy-m-lg-2 {
		margin: 0.5rem !important;
	}
	.academy-mt-lg-2,
	.academy-my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.academy-mr-lg-2,
	.academy-mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.academy-mb-lg-2,
	.academy-my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.academy-ml-lg-2,
	.academy-mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.academy-m-lg-3 {
		margin: 1rem !important;
	}
	.academy-mt-lg-3,
	.academy-my-lg-3 {
		margin-top: 1rem !important;
	}
	.academy-mr-lg-3,
	.academy-mx-lg-3 {
		margin-right: 1rem !important;
	}
	.academy-mb-lg-3,
	.academy-my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.academy-ml-lg-3,
	.academy-mx-lg-3 {
		margin-left: 1rem !important;
	}
	.academy-m-lg-4 {
		margin: 1.5rem !important;
	}
	.academy-mt-lg-4,
	.academy-my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.academy-mr-lg-4,
	.academy-mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.academy-mb-lg-4,
	.academy-my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.academy-ml-lg-4,
	.academy-mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.academy-m-lg-5 {
		margin: 3rem !important;
	}
	.academy-mt-lg-5,
	.academy-my-lg-5 {
		margin-top: 3rem !important;
	}
	.academy-mr-lg-5,
	.academy-mx-lg-5 {
		margin-right: 3rem !important;
	}
	.academy-mb-lg-5,
	.academy-my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.academy-ml-lg-5,
	.academy-mx-lg-5 {
		margin-left: 3rem !important;
	}
	.academy-p-lg-0 {
		padding: 0 !important;
	}
	.academy-pt-lg-0,
	.academy-py-lg-0 {
		padding-top: 0 !important;
	}
	.academy-pr-lg-0,
	.academy-px-lg-0 {
		padding-right: 0 !important;
	}
	.academy-pb-lg-0,
	.academy-py-lg-0 {
		padding-bottom: 0 !important;
	}
	.academy-pl-lg-0,
	.academy-px-lg-0 {
		padding-left: 0 !important;
	}
	.academy-p-lg-1 {
		padding: 0.25rem !important;
	}
	.academy-pt-lg-1,
	.academy-py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.academy-pr-lg-1,
	.academy-px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.academy-pb-lg-1,
	.academy-py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.academy-pl-lg-1,
	.academy-px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.academy-p-lg-2 {
		padding: 0.5rem !important;
	}
	.academy-pt-lg-2,
	.academy-py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.academy-pr-lg-2,
	.academy-px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.academy-pb-lg-2,
	.academy-py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.academy-pl-lg-2,
	.academy-px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.academy-p-lg-3 {
		padding: 1rem !important;
	}
	.academy-pt-lg-3,
	.academy-py-lg-3 {
		padding-top: 1rem !important;
	}
	.academy-pr-lg-3,
	.academy-px-lg-3 {
		padding-right: 1rem !important;
	}
	.academy-pb-lg-3,
	.academy-py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.academy-pl-lg-3,
	.academy-px-lg-3 {
		padding-left: 1rem !important;
	}
	.academy-p-lg-4 {
		padding: 1.5rem !important;
	}
	.academy-pt-lg-4,
	.academy-py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.academy-pr-lg-4,
	.academy-px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.academy-pb-lg-4,
	.academy-py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.academy-pl-lg-4,
	.academy-px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.academy-p-lg-5 {
		padding: 3rem !important;
	}
	.academy-pt-lg-5,
	.academy-py-lg-5 {
		padding-top: 3rem !important;
	}
	.academy-pr-lg-5,
	.academy-px-lg-5 {
		padding-right: 3rem !important;
	}
	.academy-pb-lg-5,
	.academy-py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.academy-pl-lg-5,
	.academy-px-lg-5 {
		padding-left: 3rem !important;
	}
	.academy-m-lg-n1 {
		margin: -0.25rem !important;
	}
	.academy-mt-lg-n1,
	.academy-my-lg-n1 {
		margin-top: -0.25rem !important;
	}
	.academy-mr-lg-n1,
	.academy-mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	.academy-mb-lg-n1,
	.academy-my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}
	.academy-ml-lg-n1,
	.academy-mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	.academy-m-lg-n2 {
		margin: -0.5rem !important;
	}
	.academy-mt-lg-n2,
	.academy-my-lg-n2 {
		margin-top: -0.5rem !important;
	}
	.academy-mr-lg-n2,
	.academy-mx-lg-n2 {
		margin-right: -0.5rem !important;
	}
	.academy-mb-lg-n2,
	.academy-my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}
	.academy-ml-lg-n2,
	.academy-mx-lg-n2 {
		margin-left: -0.5rem !important;
	}
	.academy-m-lg-n3 {
		margin: -1rem !important;
	}
	.academy-mt-lg-n3,
	.academy-my-lg-n3 {
		margin-top: -1rem !important;
	}
	.academy-mr-lg-n3,
	.academy-mx-lg-n3 {
		margin-right: -1rem !important;
	}
	.academy-mb-lg-n3,
	.academy-my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	.academy-ml-lg-n3,
	.academy-mx-lg-n3 {
		margin-left: -1rem !important;
	}
	.academy-m-lg-n4 {
		margin: -1.5rem !important;
	}
	.academy-mt-lg-n4,
	.academy-my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	.academy-mr-lg-n4,
	.academy-mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	.academy-mb-lg-n4,
	.academy-my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	.academy-ml-lg-n4,
	.academy-mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	.academy-m-lg-n5 {
		margin: -3rem !important;
	}
	.academy-mt-lg-n5,
	.academy-my-lg-n5 {
		margin-top: -3rem !important;
	}
	.academy-mr-lg-n5,
	.academy-mx-lg-n5 {
		margin-right: -3rem !important;
	}
	.academy-mb-lg-n5,
	.academy-my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	.academy-ml-lg-n5,
	.academy-mx-lg-n5 {
		margin-left: -3rem !important;
	}
	.academy-m-lg-auto {
		margin: auto !important;
	}
	.academy-mt-lg-auto,
	.academy-my-lg-auto {
		margin-top: auto !important;
	}
	.academy-mr-lg-auto,
	.academy-mx-lg-auto {
		margin-right: auto !important;
	}
	.academy-mb-lg-auto,
	.academy-my-lg-auto {
		margin-bottom: auto !important;
	}
	.academy-ml-lg-auto,
	.academy-mx-lg-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 1200px) {
	.academy-m-xl-0 {
		margin: 0 !important;
	}
	.academy-mt-xl-0,
	.academy-my-xl-0 {
		margin-top: 0 !important;
	}
	.academy-mr-xl-0,
	.academy-mx-xl-0 {
		margin-right: 0 !important;
	}
	.academy-mb-xl-0,
	.academy-my-xl-0 {
		margin-bottom: 0 !important;
	}
	.academy-ml-xl-0,
	.academy-mx-xl-0 {
		margin-left: 0 !important;
	}
	.academy-m-xl-1 {
		margin: 0.25rem !important;
	}
	.academy-mt-xl-1,
	.academy-my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.academy-mr-xl-1,
	.academy-mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.academy-mb-xl-1,
	.academy-my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.academy-ml-xl-1,
	.academy-mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.academy-m-xl-2 {
		margin: 0.5rem !important;
	}
	.academy-mt-xl-2,
	.academy-my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.academy-mr-xl-2,
	.academy-mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.academy-mb-xl-2,
	.academy-my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.academy-ml-xl-2,
	.academy-mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.academy-m-xl-3 {
		margin: 1rem !important;
	}
	.academy-mt-xl-3,
	.academy-my-xl-3 {
		margin-top: 1rem !important;
	}
	.academy-mr-xl-3,
	.academy-mx-xl-3 {
		margin-right: 1rem !important;
	}
	.academy-mb-xl-3,
	.academy-my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.academy-ml-xl-3,
	.academy-mx-xl-3 {
		margin-left: 1rem !important;
	}
	.academy-m-xl-4 {
		margin: 1.5rem !important;
	}
	.academy-mt-xl-4,
	.academy-my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.academy-mr-xl-4,
	.academy-mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.academy-mb-xl-4,
	.academy-my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.academy-ml-xl-4,
	.academy-mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.academy-m-xl-5 {
		margin: 3rem !important;
	}
	.academy-mt-xl-5,
	.academy-my-xl-5 {
		margin-top: 3rem !important;
	}
	.academy-mr-xl-5,
	.academy-mx-xl-5 {
		margin-right: 3rem !important;
	}
	.academy-mb-xl-5,
	.academy-my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.academy-ml-xl-5,
	.academy-mx-xl-5 {
		margin-left: 3rem !important;
	}
	.academy-p-xl-0 {
		padding: 0 !important;
	}
	.academy-pt-xl-0,
	.academy-py-xl-0 {
		padding-top: 0 !important;
	}
	.academy-pr-xl-0,
	.academy-px-xl-0 {
		padding-right: 0 !important;
	}
	.academy-pb-xl-0,
	.academy-py-xl-0 {
		padding-bottom: 0 !important;
	}
	.academy-pl-xl-0,
	.academy-px-xl-0 {
		padding-left: 0 !important;
	}
	.academy-p-xl-1 {
		padding: 0.25rem !important;
	}
	.academy-pt-xl-1,
	.academy-py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.academy-pr-xl-1,
	.academy-px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.academy-pb-xl-1,
	.academy-py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.academy-pl-xl-1,
	.academy-px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.academy-p-xl-2 {
		padding: 0.5rem !important;
	}
	.academy-pt-xl-2,
	.academy-py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.academy-pr-xl-2,
	.academy-px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.academy-pb-xl-2,
	.academy-py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.academy-pl-xl-2,
	.academy-px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.academy-p-xl-3 {
		padding: 1rem !important;
	}
	.academy-pt-xl-3,
	.academy-py-xl-3 {
		padding-top: 1rem !important;
	}
	.academy-pr-xl-3,
	.academy-px-xl-3 {
		padding-right: 1rem !important;
	}
	.academy-pb-xl-3,
	.academy-py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.academy-pl-xl-3,
	.academy-px-xl-3 {
		padding-left: 1rem !important;
	}
	.academy-p-xl-4 {
		padding: 1.5rem !important;
	}
	.academy-pt-xl-4,
	.academy-py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.academy-pr-xl-4,
	.academy-px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.academy-pb-xl-4,
	.academy-py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.academy-pl-xl-4,
	.academy-px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.academy-p-xl-5 {
		padding: 3rem !important;
	}
	.academy-pt-xl-5,
	.academy-py-xl-5 {
		padding-top: 3rem !important;
	}
	.academy-pr-xl-5,
	.academy-px-xl-5 {
		padding-right: 3rem !important;
	}
	.academy-pb-xl-5,
	.academy-py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.academy-pl-xl-5,
	.academy-px-xl-5 {
		padding-left: 3rem !important;
	}
	.academy-m-xl-n1 {
		margin: -0.25rem !important;
	}
	.academy-mt-xl-n1,
	.academy-my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	.academy-mr-xl-n1,
	.academy-mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.academy-mb-xl-n1,
	.academy-my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.academy-ml-xl-n1,
	.academy-mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.academy-m-xl-n2 {
		margin: -0.5rem !important;
	}
	.academy-mt-xl-n2,
	.academy-my-xl-n2 {
		margin-top: -0.5rem !important;
	}
	.academy-mr-xl-n2,
	.academy-mx-xl-n2 {
		margin-right: -0.5rem !important;
	}
	.academy-mb-xl-n2,
	.academy-my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.academy-ml-xl-n2,
	.academy-mx-xl-n2 {
		margin-left: -0.5rem !important;
	}
	.academy-m-xl-n3 {
		margin: -1rem !important;
	}
	.academy-mt-xl-n3,
	.academy-my-xl-n3 {
		margin-top: -1rem !important;
	}
	.academy-mr-xl-n3,
	.academy-mx-xl-n3 {
		margin-right: -1rem !important;
	}
	.academy-mb-xl-n3,
	.academy-my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	.academy-ml-xl-n3,
	.academy-mx-xl-n3 {
		margin-left: -1rem !important;
	}
	.academy-m-xl-n4 {
		margin: -1.5rem !important;
	}
	.academy-mt-xl-n4,
	.academy-my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	.academy-mr-xl-n4,
	.academy-mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	.academy-mb-xl-n4,
	.academy-my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.academy-ml-xl-n4,
	.academy-mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	.academy-m-xl-n5 {
		margin: -3rem !important;
	}
	.academy-mt-xl-n5,
	.academy-my-xl-n5 {
		margin-top: -3rem !important;
	}
	.academy-mr-xl-n5,
	.academy-mx-xl-n5 {
		margin-right: -3rem !important;
	}
	.academy-mb-xl-n5,
	.academy-my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	.academy-ml-xl-n5,
	.academy-mx-xl-n5 {
		margin-left: -3rem !important;
	}
	.academy-m-xl-auto {
		margin: auto !important;
	}
	.academy-mt-xl-auto,
	.academy-my-xl-auto {
		margin-top: auto !important;
	}
	.academy-mr-xl-auto,
	.academy-mx-xl-auto {
		margin-right: auto !important;
	}
	.academy-mb-xl-auto,
	.academy-my-xl-auto {
		margin-bottom: auto !important;
	}
	.academy-ml-xl-auto,
	.academy-mx-xl-auto {
		margin-left: auto !important;
	}
}
.academy-icon {
	pointer-events: none;
}
.academy-btn-popup-login {
	min-height: 50px;
}
.academy-course-single-lessons h1,
.academy-course-single-lessons h2,
.academy-course-single-lessons h3,
.academy-course-single-lessons h4,
.academy-course-single-lessons h5,
.academy-course-single-lessons h6 {
	font-family: Montserrat, sans-serif;
}
.academy-course-single-lessons p,
.academy-course-single-lessons span {
	font-family: Inter, sans-serif;
}
.academy-icon--spinner {
	animation: rotating 2s linear infinite;
}
.academy-progress {
	background-color: #e9ecef;
	border-radius: 0.25rem;
	display: flex;
	font-size: 0.75rem;
	height: 1rem;
	overflow: hidden;
}
.academy-progress-bar {
	background-color: #007bff;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	transition: width 0.6s ease;
}
.academy-oops {
	text-align: center;
}
.academy-oops__icon {
	margin-bottom: 30px;
}
.academy-oops__icon svg {
	width: 100%;
}
.academy-accordion {
	list-style: none;
	margin: 0 auto 30px;
	padding-left: 0;
}
.academy-accordion > li {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
	transition: all 0.3s ease;
}
.academy-accordion > li.active {
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
.academy-accordion > li.active .academy-accordion__title:after {
	transform: rotate(45deg);
	transition: all 0.2s ease-in-out;
}
.academy-accordion__body {
	display: none;
}
.academy-accordion a.academy-accordion__title {
	background: #fff;
	border-radius: 10px;
	color: #111;
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 60px;
	padding: 5px 27px;
}
.academy-accordion a.academy-accordion__title:hover {
	color: #367bc3;
	cursor: pointer;
}
.academy-accordion a.academy-accordion__title.active {
	border-radius: 10px 10px 0 0;
	color: #367bc3;
}
.academy-accordion a.academy-accordion__title:after {
	border-bottom: 1px solid #2c3e50;
	border-right: 1px solid #2c3e50;
	content: ' ';
	height: 8px;
	position: absolute;
	right: 30px;
	top: 32px;
	transform: rotate(-45deg);
	transition: all 0.2s ease-in-out;
	width: 8px;
}
.academy-dashboard-mini-tabs .components-tab-panel__tabs {
	border-bottom: 2px solid rgba(0, 0, 0, 0.08);
	-moz-column-gap: 30px;
	column-gap: 30px;
	display: flex;
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
}
.academy-dashboard-mini-tabs .components-tab-panel__tabs button {
	border: none;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	box-shadow: unset;
	line-height: unset;
	outline: unset !important;
}
.academy-dashboard-mini-tabs .components-tab-panel__tabs button:focus,
.academy-dashboard-mini-tabs .components-tab-panel__tabs button:hover {
	box-shadow: unset;
	outline: unset;
}
.academy-dashboard-mini-tabs .components-tab-panel__tabs .academy-tab-link {
	background-color: unset;
	cursor: pointer;
	display: inline-block;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: -2px;
}
.academy-dashboard-mini-tabs
	.components-tab-panel__tabs
	.academy-tab-link:focus,
.academy-dashboard-mini-tabs
	.components-tab-panel__tabs
	.academy-tab-link:hover {
	background-color: unset;
	color: unset;
}
.academy-dashboard-mini-tabs
	.components-tab-panel__tabs
	.academy-tab-link--selected {
	border-bottom: 2px solid #367bc3;
}
.academy-plyr {
	width: 100%;
}
.academy-tabs-nav {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0;
	padding: 0;
}
.academy-tabs-nav li {
	display: inline-block;
}
.academy-tabs-nav li a {
	color: #999;
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 60px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}
.academy-tabs-nav li.active {
	border-bottom: 2px solid #367bc3;
	color: #111;
	margin-bottom: -1px;
}
.academy-tabs-nav li.active a {
	color: inherit;
}
.academy-tabs-content {
	margin-top: 25px;
}
.academy-tabs-content .academy-lists {
	list-style: none;
	margin: 0;
	padding: 0;
}
.academy-tabs-content .academy-lists li {
	margin-bottom: 17px;
}
.academy-tabs-content .academy-lists li i {
	color: #999;
	font-size: 12px;
	margin-right: 10px;
}
.academy-tabs-content .academy-lists li span {
	color: #444;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
}
.academy-tabs-content IMG {
	margin-right: 10px;
}
.academy-tabs-content > div:not(:first-child) {
	display: none;
}
.academy-note {
	color: #444;
	font-family: Inter, sans-serif;
	font-size: 13px;
	font-weight: 500;
}
.academy-canvas {
	flex-basis: 100%;
	height: auto;
	width: 100%;
}
.academy-embed-responsive {
	border-radius: 14px;
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
.academy-embed-responsive:before {
	content: '';
	display: block;
}
.academy-embed-responsive .academy-embed-responsive-item,
.academy-embed-responsive embed,
.academy-embed-responsive iframe,
.academy-embed-responsive object,
.academy-embed-responsive video {
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute !important;
	top: 0;
	width: 100%;
}
.academy-embed-responsive-21by9:before {
	padding-top: 42.8571428571%;
}
.academy-embed-responsive-16by9:before {
	padding-top: 56.25%;
}
.academy-embed-responsive-4by3:before {
	padding-top: 75%;
}
.academy-embed-responsive-1by1:before {
	padding-top: 100%;
}
.academy-dashboard-table {
	overflow-x: scroll;
}
.academy-dashboard-table th {
	font-family: Montserrat, sans-serif;
}
.academy-dashboard-table td {
	font-family: Inter, sans-serif;
}
.academy-dashboard-table td,
.academy-dashboard-table th {
	border-color: #999;
}
.academy-dashboard-table tr th {
	font-size: 16px;
}
.academy-dashboard-table table td,
.academy-dashboard-table table th {
	border: 1px solid #111;
	padding: 5px;
}
.media-modal.wp-core-ui button.media-modal-close,
.media-modal.wp-core-ui button.media-modal-close:hover {
	background: none !important;
	border: 0 !important;
	color: inherit !important;
}
.media-modal.wp-core-ui button.media-modal-close:hover {
	box-shadow: none !important;
}
.media-modal.wp-core-ui .media-modal-content .media-router .media-menu-item {
	color: inherit !important;
}
.academy-courses {
	color: #707070;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}
.academy-courses__header {
	margin: 10px 0;
	padding: 20px;
}
.academy-courses__header-filter {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}
.academy-courses__header p.academy-courses__header-result-count {
	margin: 0;
}
.academy-courses__header-filter {
	margin: 20px 0;
}
.academy-courses__body {
	padding: 0 0 50px;
}
.academy-courses__header-title {
	color: #222;
	font-size: 65px;
	text-transform: capitalize;
}
.academy-courses__header-orderby {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	box-sizing: border-box;
	color: #444;
	font-family: Inter, sans-serif;
	font-size: 14px;
	height: 45px;
	width: 200px;
}
.academy-courses__header-orderby:focus {
	border-color: rgba(0, 0, 0, 0.1);
	outline: none;
}
.academy-courses .academy-course {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 30px;
	transition: all 0.3s ease;
}
.academy-courses .academy-course:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.academy-courses .academy-course__header {
	position: relative;
}
.academy-courses .academy-course__header .academy-course-header-meta {
	left: 24px;
	position: absolute;
	top: 23px;
}
.academy-courses .academy-course__header .academy-course-header-meta__level {
	background-color: #007cc3;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 2px 7px;
	text-transform: capitalize;
}
.academy-courses .academy-course__header .academy-course-header-meta__wishlist {
	align-items: center;
	background: #fff;
	border-radius: 5px;
	color: #999;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	height: 30px;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 30px;
}
.academy-courses .academy-course__thumbnail {
	border-radius: 5px 5px 0 0;
	margin: -1px -1px 0;
	overflow: hidden;
}
.academy-courses .academy-course__thumbnail img {
	width: 100% !important;
}
.academy-courses .academy-course__body {
	margin: 14px 20px 0;
}
.academy-courses .academy-course__meta--categroy a {
	color: #308add;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
}
.academy-courses .academy-course__rating {
	color: #444;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}
.academy-courses .academy-course__rating .academy-group-star {
	color: #f4c150;
	margin-right: 5px;
}
.academy-courses
	.academy-course__rating
	.academy-group-star
	.academy-icon:before {
	color: #f4c150;
}
.academy-courses .academy-course__rating-count {
	color: #999;
}
.academy-courses .academy-course__title {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	word-break: break-word;
}
.academy-courses .academy-course__title a {
	color: #000;
	font-size: inherit;
	line-height: inherit;
}
.academy-courses .academy-course__author {
	color: #999;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	margin: 16px 0;
}
.academy-courses .academy-course__author a {
	color: #444;
	text-decoration: none;
}
.academy-courses .academy-course__excerpt {
	color: #707070;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 15px;
	padding-bottom: 6px;
}
.academy-courses .academy-course__footer {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	margin: 0 20px;
	padding: 14px 0 16px;
}
.academy-courses .academy-course__price {
	color: #1dbe84;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
}
.academy-courses .academy-course__price del {
	color: #999;
}
.academy-courses .academy-course__price ins {
	color: #444;
	text-decoration: none;
}
.academy-courses .academy-course__enroll {
	color: #007cc3;
	font-size: 18px;
	font-weight: 500;
}
.academy-courses .academy-course__enroll a {
	color: #222;
	text-decoration: none;
	transition-duration: 0.3s;
}
.academy-courses .academy-course__enroll a:hover {
	color: #007cc3;
}
.academy-courses__pagination {
	display: flex;
}
.academy-courses__pagination .page-numbers {
	align-items: center;
	background: none;
	border-radius: 50%;
	color: #999;
	display: flex;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 600;
	height: 45px;
	justify-content: center;
	line-height: 36px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.3s;
	transition: all 0.3s ease;
	width: 45px;
}
.academy-courses__pagination .page-numbers.current,
.academy-courses__pagination .page-numbers:hover {
	background: rgb(54 123 194 / 30%);
	color: #367bc3;
}
.academy-courses__pagination .page-numbers.next,
.academy-courses__pagination .page-numbers.prev {
	background: rgba(0, 0, 0, 0.08);
}
.academy-courses__pagination .page-numbers.next i,
.academy-courses__pagination .page-numbers.prev i {
	color: #999;
}
.academy-courses__pagination .page-numbers.next:hover,
.academy-courses__pagination .page-numbers.prev:hover {
	background: rgb(54 123 194 / 30%);
	color: #367bc3;
}
.academy-courses--filter-overlay {
	opacity: 0.5;
	position: relative;
	transition: all 0.5s ease;
}
.academy-courses--filter-overlay:before {
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
}
.academy-courses__sidebar .academy-archive-course-widget {
	margin-bottom: 30px;
}
.academy-courses__sidebar .academy-archive-course-widget__title {
	color: #111;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
	margin-top: 0;
}
.academy-courses__sidebar .academy-archive-course-widget__body label {
	color: #444;
	cursor: pointer;
	display: block;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-left: 25px;
	position: relative;
	text-transform: capitalize;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.academy-courses__sidebar
	.academy-archive-course-widget__body
	label
	input.academy-archive-course-filter {
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}
.academy-courses__sidebar
	.academy-archive-course-widget__body
	label
	.checkmark {
	background: #fff;
	border: 2px solid rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	box-sizing: border-box;
	height: 14px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 14px;
}
.academy-courses__sidebar
	.academy-archive-course-widget__body
	label:hover
	> input
	~ .checkmark {
	border-color: #367bc3;
}
.academy-courses__sidebar
	.academy-archive-course-widget__body
	label
	input:checked
	~ .checkmark {
	background-color: #367bc3;
}
.academy-courses__sidebar
	.academy-archive-course-widget__body
	label
	.checkmark:after {
	content: '';
	display: none;
	position: absolute;
}
.academy-courses__sidebar
	.academy-archive-course-widget__body
	label
	input:checked
	~ .checkmark:after {
	display: block;
}
.academy-courses__sidebar
	.academy-archive-course-widget__body
	label
	.checkmark:after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	height: 7px;
	left: 3px;
	top: 1px;
	transform: rotate(45deg);
	width: 5px;
}
.academy-courses__sidebar
	.academy-archive-course-widget__body
	label.child-term {
	margin-left: 25px;
}
.academy-courses__sidebar
	.academy-archive-course-widget--search
	input.academy-archive-course-search {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 14px;
	height: 45px;
}
.academy-courses-instructor-header {
	align-items: flex-end;
	background-position: 50%;
	background-size: cover !important;
	background: #f2eefc;
	display: flex;
	padding-bottom: 20px;
	padding-top: 285px;
	text-align: right;
}
.academy-courses-instructor-header__share {
	display: inline-block;
	position: relative;
}
.academy-courses-instructor-header__share .academy-share-button {
	align-items: center;
	display: flex;
	height: 45px;
	justify-content: center;
	width: 45px;
}
.academy-courses-instructor-header__share .academy-share-wrap {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	display: flex;
	display: none;
	gap: 15px;
	margin-top: 10px;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 999;
}
.academy-courses-instructor-header__share
	.academy-share-wrap
	.academy-social-share {
	background: none !important;
	border: none;
	color: #999;
	outline: none;
	padding: 5px;
}
.academy-courses-instructor-header__share
	.academy-share-wrap
	.academy-social-share:focus,
.academy-courses-instructor-header__share
	.academy-share-wrap
	.academy-social-share:hover {
	border: none;
	outline: none;
}
.academy-courses-instructor-header__share .academy-share-wrap--open {
	display: flex;
}
.academy-courses--by-instructor__content .academy-tabs-nav {
	margin-bottom: 40px;
	margin-top: 150px;
}
.academy-courses--by-instructor__content .academy-courses__sidebar {
	margin-top: -50px;
}
.academy-author-info__thumbnail {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	height: 195px;
	padding: 15px;
	width: 195px;
}
.academy-author-info__name {
	color: #111;
	font-family: Montserrat, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 46px;
	margin-top: 18px;
}
.academy-author-info__designation {
	color: #111;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 0;
}
.academy-author-info__rating {
	margin-top: 12px;
}
.academy-author-info__rating-number {
	color: #111;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 26px;
	margin-left: 5px;
}
.academy-author-info__rating .academy-group-star {
	-moz-column-gap: 4px;
	column-gap: 4px;
	display: inline-flex;
}
.academy-author-info__rating .academy-group-star .academy-icon:before {
	color: #f4c150;
}
.academy-author-info__bio-heading {
	color: #111;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 23px;
}
.academy-author-info__bio-details {
	color: #444;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 0;
	margin-top: 2px;
}
.academy-author-info__course-details {
	display: flex;
	margin-top: 28px;
}
.academy-author-info__course-details div {
	margin-right: 50px;
}
.academy-author-info__course-details-number {
	color: #000;
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
}
.academy-author-info__course-details-text {
	color: #000;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}
.academy-author-info__social-links {
	margin-top: 25px;
}
.academy-author-info__social-links-heading {
	color: #111;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}
.academy-author-info__social-links-lists {
	-moz-column-gap: 35px;
	column-gap: 35px;
	display: flex;
	list-style: none;
	padding-left: 0;
}
.academy-author-info__social-links-lists li a {
	color: #999;
}
.academy-author-info__social-links-lists li a:hover {
	color: #367bc3;
}
.academy-courses-instructor-reviews .academy-courses-instructor-review {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	margin-bottom: 30px;
}
.academy-courses-instructor-reviews .academy-courses-instructor-review__header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	color: #111;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 20px;
}
.academy-courses-instructor-reviews
	.academy-courses-instructor-review__header
	a {
	color: #367bc3;
	margin-left: 8px;
	text-decoration: none;
}
.academy-courses-instructor-reviews
	.academy-courses-instructor-review__content {
	padding: 10px 20px;
}
.academy-courses-instructor-reviews
	.academy-courses-instructor-review__content
	.rating {
	-moz-column-gap: 4px;
	column-gap: 4px;
	display: inline-flex;
}
.academy-courses-instructor-reviews
	.academy-courses-instructor-review__content
	.rating
	.academy-icon:before {
	color: #f4c150;
}
.academy-courses-instructor-reviews
	.academy-courses-instructor-review__content
	.time {
	margin-left: 10px;
}
.academy-reg-thankyou {
	padding-bottom: 30px;
	padding-top: 30px;
}
.academy-reg-thankyou .academy-btn {
	color: #fff;
}
.academy-reg-thankyou__heading {
	color: #111;
	font-family: Montserrat, sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.academy-reg-thankyou__description {
	color: #444;
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}
.academy-reg-thankyou__error {
	background: #fff1b3;
	border-radius: 5px;
	color: #111;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 20px 30px;
}
.academy-reg-form {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 50px 50px 20px;
	transition: all 0.3s ease;
}
.academy-reg-form:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.academy-reg-form .academy-btn > span {
	margin-left: 5px;
	text-decoration: none;
}
.academy-reg-form .academy-form-group {
	margin-bottom: 20px;
}
.academy-reg-form .academy-register-form-status {
	border-radius: 4px;
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 100%;
}
.academy-reg-form .academy-register-form-status__success {
	background-color: #d4edda;
	border-color: #c3e6cb;
	color: #155724;
	padding: 10px 15px;
}
.academy-reg-form .academy-register-form-status__error {
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
	padding: 10px 15px;
}
.academy-login-form-wrapper {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 50px 50px 20px;
	transition: all 0.3s ease;
}
.academy-login-form-wrapper:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.academy-login-form-wrapper .academy-login-form-heading {
	margin-bottom: 30px;
	text-align: center;
}
.academy-login-form-wrapper .academy-form-group {
	margin-bottom: 20px;
}
.academy-login-form-wrapper .academy-form-group__forgetmenot {
	align-items: center;
	display: flex;
	justify-content: center;
}
.academy-login-form-wrapper
	.academy-form-group__forgetmenot
	input[type='checkbox'] {
	border: 1px solid #eaebee;
	height: 20px;
	margin-right: 10px;
	width: 20px;
}
.academy-login-form-wrapper .academy-form-group__forgetmenot label {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	justify-content: center;
	margin: 0;
}
.academy-login-form-wrapper .academy-btn > span {
	animation: rotating 2s linear infinite;
	margin-left: 5px;
	text-decoration: none;
}
.academy-login-form-wrapper .academy-login-form-status {
	border-radius: 4px;
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 100%;
}
.academy-login-form-wrapper .academy-login-form-status__success {
	background-color: #d4edda;
	border-color: #c3e6cb;
	color: #155724;
	padding: 10px 15px;
}
.academy-login-form-wrapper .academy-login-form-status__error {
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
	padding: 10px 15px;
}
.academy-login-form-wrapper .academy-login-form-info {
	text-align: center;
}
@keyframes rotating {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(-1turn);
	}
}
.academy-search-form-wrap .academy-search-form {
	position: relative;
}
.academy-search-form-wrap .academy-search-form__field {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}
.academy-search-form-wrap .academy-search-form__field-input {
	border-radius: 4px;
	height: 50px;
	padding-left: 20px;
	padding-right: 45px;
	width: 100%;
}
.academy-search-form-wrap .academy-search-form__field-input:focus {
	box-shadow: none;
	outline: none;
}
.academy-search-form-wrap .academy-search-form__field-icon {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 0;
}
.academy-search-form-wrap .academy-search-form__field .academy-search-field {
	width: 100%;
}
.academy-search-form-wrap
	.academy-search-form__results
	.academy-search-results {
	background: #fff;
	border: 1px solid #eee;
	border-top-color: transparent;
	display: flex;
	flex-direction: column;
	left: 0;
	list-style: none;
	margin: 0;
	max-height: 300px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 100%;
}
.academy-search-form-wrap
	.academy-search-form__results
	.academy-search-results
	li {
	border-bottom: 1px solid #eee;
}
.academy-search-form-wrap
	.academy-search-form__results
	.academy-search-results
	li:last-child {
	border: none;
}
.academy-search-form-wrap
	.academy-search-form__results
	.academy-search-results
	li
	a,
.academy-search-form-wrap
	.academy-search-form__results
	.academy-search-results
	li
	span {
	display: flex;
	font-size: 18px;
	gap: 15px;
	padding: 20px;
	text-decoration: none !important;
	width: -webkit-fill-available;
}
.academy-search-form-wrap
	.academy-search-form__results
	.academy-search-results
	li
	a:hover,
.academy-search-form-wrap
	.academy-search-form__results
	.academy-search-results
	li
	span:hover {
	background: #f6f7f9;
}
.academy-search-form-wrap
	.academy-search-form__results
	.academy-search-results
	li
	a
	img,
.academy-search-form-wrap
	.academy-search-form__results
	.academy-search-results
	li
	span
	img {
	height: 60px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 60px;
}
@keyframes rotate-animation {
	0% {
		transform: scale(1.5) rotate(1turn);
	}
	50% {
		transform: scale(1.5) rotate(180deg);
	}
	to {
		transform: scale(1.5) rotate(0deg);
	}
}
.academy-lesson-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.academy-lesson-list__item {
	align-items: center;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	display: flex;
	padding: 20px 27px;
}
.academy-lesson-list__item .academy-entry-thumbnail {
	align-items: center;
	background-color: rgb(54 123 194 / 30%);
	background-position: 50%;
	background-size: cover;
	border-radius: 4px;
	color: #fff;
	display: flex;
	font-size: 24px;
	height: 65px;
	justify-content: center;
	margin-right: 15px;
	width: 85px;
}
.academy-lesson-list__item .academy-entry-content {
	color: #444;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 60px;
}
.academy-lesson-list__item .academy-entry-content .academy-entry-title {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px;
	margin-top: 0;
}
.academy-lesson-list__item .academy-entry-content .academy-entry-time {
	margin: 0;
}
.academy-lesson-list__item .academy-entry-control {
	margin-left: auto;
}
.academy-lesson-list__item .academy-entry-control .academy-btn-play {
	background: none;
	border: 0;
	color: #2c3e50;
	height: auto;
	padding: 0;
	text-decoration: none;
	transition: all 0.3s ease;
	width: auto;
}
.academy-lesson-list__item .academy-entry-control .academy-btn-play i {
	color: inherit;
	font-size: 16px;
}
.academy-lesson-list__item .academy-entry-control .academy-btn-play:focus,
.academy-lesson-list__item .academy-entry-control .academy-btn-play:hover {
	background: none;
	color: #2c3e50;
	outline: none;
}
.academy-lesson-list__item .academy-entry-control .academy-btn-play:focus i,
.academy-lesson-list__item .academy-entry-control .academy-btn-play:hover i {
	color: inherit;
}
@media (max-width: 480px) {
	.academy-lesson-list__item {
		padding: 5px;
	}
}
.rh5v-DefaultPlayer_component {
	background-color: #000;
	font-family: Helvetica;
	font-size: 11px;
	position: relative;
}
.rh5v-DefaultPlayer_video {
	height: 100%;
	width: 100%;
}
.rh5v-DefaultPlayer_controls {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	display: flex;
	height: 34px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity 0.2s;
}
.rh5v-DefaultPlayer_seek {
	flex-grow: 1;
}
.rh5v-DefaultPlayer_component:hover .rh5v-DefaultPlayer_controls {
	opacity: 1;
}
.rh5v-Time_component {
	color: #fff;
	line-height: 35px;
	padding: 0 10px;
}
.rh5v-Time_current {
	margin-right: 5px;
}
.rh5v-Time_duration {
	color: #919191;
	margin-left: 5px;
}
.rh5v-Seek_component {
	position: relative;
}
.rh5v-Seek_track {
	background-color: #3e3e3e;
	height: 4px;
	left: 5px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.rh5v-Seek_buffer,
.rh5v-Seek_fill,
.rh5v-Seek_input {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}
.rh5v-Seek_buffer {
	background-color: #5a5a5a;
}
.rh5v-Seek_fill {
	background: #fff;
}
.rh5v-Seek_input {
	cursor: pointer;
	opacity: 0;
	width: 100%;
}
.rh5v-Volume_component {
	position: relative;
}
.rh5v-Volume_component:hover {
	background-color: #000;
}
.rh5v-Volume_button {
	background: none;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	height: 34px;
	line-height: normal;
	overflow: visible;
	padding: 0;
	width: 34px;
}
.rh5v-Volume_button:focus {
	outline: 0;
}
.rh5v-Volume_icon {
	padding: 7px;
}
.rh5v-Volume_slider {
	background-color: #000;
	bottom: 100%;
	display: none;
	height: 56px;
	left: 5px;
	position: absolute;
	right: 5px;
}
.rh5v-Volume_component:hover .rh5v-Volume_slider {
	display: block;
}
.rh5v-Volume_track {
	background-color: #3e3e3e;
	bottom: 8px;
	left: 50%;
	position: absolute;
	top: 8px;
	transform: translateX(-50%);
	width: 4px;
}
.rh5v-Volume_fill,
.rh5v-Volume_input {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}
.rh5v-Volume_fill {
	background-color: #fff;
}
.rh5v-Volume_input {
	-webkit-appearance: slider-vertical;
	cursor: pointer;
	margin: 0;
	opacity: 0;
	padding: 0;
}
.rh5v-Captions_component {
	position: relative;
}
.rh5v-Captions_component:hover {
	background-color: #000;
}
.rh5v-Captions_button {
	background: none;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	height: 34px;
	line-height: normal;
	overflow: visible;
	padding: 0;
	width: 34px;
}
.rh5v-Captions_button:focus {
	outline: 0;
}
.rh5v-Captions_icon {
	padding: 5px;
}
.rh5v-Captions_trackList {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 100%;
	color: #fff;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
}
.rh5v-Captions_component:hover .rh5v-Captions_trackList {
	display: block;
}
.rh5v-Captions_trackItem {
	cursor: pointer;
	padding: 7px;
}
.rh5v-Captions_activeTrackItem,
.rh5v-Captions_trackItem:hover {
	background: #000;
}
.rh5v-Captions_activeTrackItem {
	text-decoration: underline;
}
.rh5v-PlayPause_component:hover {
	background-color: #000;
}
.rh5v-PlayPause_button {
	background: none;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	height: 34px;
	line-height: normal;
	overflow: visible;
	padding: 0;
	width: 34px;
}
.rh5v-PlayPause_button:focus {
	outline: 0;
}
.rh5v-PlayPause_icon {
	padding: 5px;
}
.rh5v-Fullscreen_component:hover {
	background-color: #000;
}
.rh5v-Fullscreen_button {
	background: none;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	height: 34px;
	line-height: normal;
	overflow: visible;
	padding: 0;
	width: 34px;
}
.rh5v-Fullscreen_button:focus {
	outline: 0;
}
.rh5v-Fullscreen_icon {
	padding: 5px;
}
.rh5v-Overlay_component {
	background-color: transparent;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%;
}
.rh5v-Overlay_inner {
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 10px;
	display: inline-block;
	height: 60px;
	margin-left: -30px;
	width: 60px;
}
.rh5v-Overlay_icon,
.rh5v-Overlay_inner {
	left: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.rh5v-Overlay_icon {
	margin-left: -20px;
}
.academy-single-course {
	margin: 20px 0;
	padding: 40px 0;
}
.academy-single-course__preview {
	margin-bottom: 44px;
}
.academy-single-course__preview .plyr--video.plyr--stopped .plyr__controls {
	display: none;
}
.academy-single-course__preview .plyr {
	border-radius: 10px;
}
.academy-single-course__preview .plyr__control--overlaid {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	color: #367bc3;
	display: flex !important;
	height: 80px;
	justify-content: center;
	width: 80px;
}
.academy-single-course__preview img.academy-course__thumbnail-image {
	border-radius: 10px;
	height: auto;
	max-width: 100%;
}
.academy-single-course__categroy a {
	color: #308add;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 6px;
	text-decoration: none;
	text-transform: uppercase;
}
.academy-single-course__title {
	color: #111;
	font-family: Montserrat, sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 46px;
	word-break: break-word;
}
.academy-single-course__rating {
	color: #4d5c6d;
	display: flex;
}
.academy-single-course__rating .academy-star-rating-wrap {
	margin: 0 0.5rem;
}
.academy-single-course__rating .academy-star-rating-wrap i {
	color: #f4c150;
	cursor: pointer;
	font-size: 17px;
}
.academy-single-course p {
	color: #707070;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.academy-single-course__meta {
	display: flex;
	margin: 10px 0 23px;
}
.academy-single-course__meta__item {
	color: #707070;
	font-size: 16px;
	font-weight: 400;
	padding: 0 20px 0 0;
	text-transform: capitalize;
}
.academy-single-course__meta__item i {
	margin-right: 2px;
}
.academy-single-course__meta__item a {
	color: #707070;
	font-weight: 700;
	text-decoration: none;
}
.academy-single-course__content-item--additional-info,
.academy-single-course__content-item--benefits,
.academy-single-course__content-item--curriculum,
.academy-single-course__content-item--description {
	word-break: break-word;
}
.academy-single-course__content-item--description {
	padding-top: 25px;
}
.academy-single-course__content-item--description-title {
	color: #111;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 10px;
}
.academy-single-course__content-item--description p {
	color: #444;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	word-break: break-word;
}
.academy-single-course__content-item--additional-info {
	margin-top: 50px;
}
.academy-single-course__content-item--benefits .benefits-title {
	color: #111;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
}
.academy-single-course__content-item--benefits .benefits-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.academy-single-course__content-item--benefits .benefits-content ul li {
	margin-bottom: 17px;
}
.academy-single-course__content-item--benefits .benefits-content ul li i {
	color: #999;
	font-size: 12px;
	margin-right: 10px;
}
.academy-single-course__content-item--benefits .benefits-content ul li span {
	color: #444;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
}
.academy-single-course__content-item--curriculum .academy-curriculum-title {
	color: #111;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 8px;
}
.academy-single-course__content-item--instructors .instructor-title {
	color: #252525;
	font-size: 25px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 25px;
}
.academy-single-course__content-item--instructors .course-single-instructor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	margin-top: 30px;
	padding-bottom: 20px;
}
.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-info {
	display: flex;
	margin-right: 115px;
}
.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-info__thumbnail {
	margin-right: 16px;
}
.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-info__thumbnail
	img {
	border-radius: 50%;
	height: 62px;
	width: 62px;
}
.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-info__content
	.instructor-title {
	color: #999;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
}
.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-info__content
	.instructor-name {
	margin: 0;
}
.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-info__content
	.instructor-name
	a {
	color: #111;
	font-family: Inter, sans-serif;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	text-transform: capitalize;
}
.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-review {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-review__title {
	color: #999;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
}
.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-review__rating {
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}
.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-review__rating
	.academy-group-star {
	margin-right: 5px;
}
.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-review__rating
	.academy-group-star
	.academy-icon {
	margin-right: 4px;
}
.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-review__rating
	.academy-group-star
	.academy-icon:before {
	color: #f4c150;
}
.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-review__rating
	span {
	color: #111;
	font-family: Inter, sans-serif;
}
.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-details
	.instructor-name {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: capitalize;
}
.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-details
	.instructor-name
	a {
	color: #222;
	text-decoration: none;
}
.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-details
	.instructor-designation,
.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-details
	.portfolio-about-me-text {
	color: #707070;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.academy-single-course__content-item--feedback {
	margin-bottom: 60px;
	margin-top: 10px;
}
.academy-single-course__content-item--feedback .feedback-title {
	color: #111;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 20px;
}
.academy-single-course__content-item--feedback
	.academy-student-course-feedback-ratings {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px 30px 10px 50px;
}
.academy-single-course__content-item--feedback
	.academy-student-course-feedback-ratings
	.academy-avg-rating {
	color: #111;
	font-family: Montserrat, sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 24px;
}
.academy-single-course__content-item--feedback
	.academy-student-course-feedback-ratings
	.academy-avg-rating-html {
	margin-bottom: 23px;
}
.academy-single-course__content-item--feedback
	.academy-student-course-feedback-ratings
	.academy-avg-rating-html
	.academy-icon {
	margin-right: 4px;
}
.academy-single-course__content-item--feedback
	.academy-student-course-feedback-ratings
	.academy-avg-rating-html
	.academy-icon:before {
	color: #f4c150;
}
.academy-single-course__content-item--feedback
	.academy-student-course-feedback-ratings
	.academy-avg-rating-total {
	color: #444;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
}
.academy-single-course__content-item--feedback
	.academy-student-course-feedback-ratings
	p {
	margin: 0;
}
.academy-single-course__content-item--feedback
	.academy-student-course-feedback-ratings
	.academy-ratings-list-item {
	align-items: center;
	color: #444;
	display: flex;
	flex-direction: row;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 400;
	justify-content: center;
	line-height: 17px;
	margin-bottom: 20px;
}
.academy-single-course__content-item--feedback
	.academy-student-course-feedback-ratings
	.academy-ratings-list-item
	.academy-ratings-list-item-col {
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0 4px;
}
.academy-single-course__content-item--feedback
	.academy-student-course-feedback-ratings
	.academy-ratings-list-item
	.academy-icon {
	color: #f4c150;
}
.academy-single-course__content-item--feedback
	.academy-student-course-feedback-ratings
	.academy-ratings-list-item
	.academy-ratings-list-item-fill {
	background: #e7e7e7;
	border-radius: 3px;
	height: 6px;
	margin: 0 19px 0 20px;
	width: 300px;
}
.academy-single-course__content-item--feedback
	.academy-student-course-feedback-ratings
	.academy-ratings-list-item
	.academy-ratings-list-item-fill-bar {
	background: #f4c150;
	border-radius: 3px 0 0 3px;
	height: 6px;
	width: 267px;
}
.academy-single-course__content-item--feedback
	.academy-student-course-feedback-ratings
	.academy-ratings-list-item
	.academy-ratings-list-item-label {
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 400;
	width: 70px;
}
.academy-single-course__content-item--feedback
	.academy-student-course-feedback-ratings
	.academy-ratings-list-item
	.academy-ratings-list-item-label
	span {
	color: #999;
	margin-left: 15px;
}
.academy-single-course__content-item--reviews
	.academy-review-form
	.comment-respond
	form.comment-form
	.submit {
	border-radius: 8px !important;
	height: 50px;
	line-height: 0;
}
.academy-single-course__content-item
	.academy-lesson-list__item
	.academy-entry-content {
	margin-right: 20px;
}
.academy-single-course .academy-tabs-nav li {
	margin-right: 50px;
}
.academy-single-course .academy-tabs-nav li a {
	background: none;
	line-height: 36px;
	padding: 0;
	transition: all 0.3s ease;
}
.academy-single-course .academy-tabs-nav li a:focus {
	background: none !important;
}
.academy-single-course .academy-tabs-nav li:last-child {
	margin-right: 0;
}
.academy-lesson-preview-modal {
	align-items: center;
	background: #fff;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	min-height: 330;
	padding: 20px;
	width: 550px;
}
.academy-lesson-preview-modal p {
	margin-bottom: 0;
}
@media (max-width: 1024px) and (min-width: 991px) {
	.academy-widget-enroll__wishlist-and-share {
		flex-direction: column;
	}
}
@media (max-width: 1024px) {
	.academy-single-course .academy-tabs-nav li {
		margin-right: 30px;
	}
}
@media (max-width: 480px) {
	.academy-single-course__content-item--instructors .course-single-instructor {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
	}
	.academy-single-course__content-item--instructors
		.course-single-instructor
		.instructor-info {
		margin-bottom: 30px;
		margin-right: 0;
	}
	.academy-single-course .academy-tabs-nav {
		border-bottom: 0;
	}
	.academy-single-course .academy-tabs-nav li {
		border-bottom: 2px solid rgba(0, 0, 0, 0.1);
		display: block;
		margin-right: 0;
	}
	.academy-single-course .academy-tabs-nav li.active {
		border-bottom-color: #367bc3;
	}
	.academy-single-course__content-item--feedback
		.academy-student-course-feedback-ratings {
		padding: 50px 30px 30px;
	}
	.academy-single-course__content-item--feedback
		.academy-student-course-feedback-ratings
		.academy-avg-rating {
		margin-bottom: 15px;
	}
	.academy-single-course__content-item--feedback
		.academy-student-course-feedback-ratings
		.academy-ratings-list {
		margin-top: 30px;
	}
	.academy-single-course__content-item--feedback
		.academy-student-course-feedback-ratings
		.academy-ratings-list
		.academy-ratings-list-item
		.academy-ratings-list-item-fill {
		width: 50%;
	}
	.academy-lesson-preview-modal {
		width: 350px;
	}
}
.academy-review-list {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.academy-review-list li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 25px;
	padding-bottom: 20px;
}
.academy-review-list li .academy-review_container {
	align-items: flex-start;
	display: flex;
}
.academy-review-list li .academy-review_container .academy-review-thumnail {
	margin-right: 19px;
	min-width: 50px;
	text-align: center;
}
.academy-review-list li .academy-review_container .academy-review-thumnail img {
	border-radius: 50%;
	display: block;
	height: 50px;
	margin-bottom: 13px;
	width: 50px;
}
.academy-review-list
	li
	.academy-review_container
	.academy-review-thumnail
	.academy-group-star
	i {
	color: #f4c150;
}
.academy-review-list
	li
	.academy-review_container
	.academy-review-content
	.academy-review-meta {
	margin-bottom: 0;
}
.academy-review-list
	li
	.academy-review_container
	.academy-review-content
	.academy-review-meta__author {
	color: #111;
	display: block;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
}
.academy-review-list
	li
	.academy-review_container
	.academy-review-content
	.academy-review-meta__published-date {
	display: block;
}
.academy-review-list
	li
	.academy-review_container
	.academy-review-content
	.academy-review-description {
	margin-top: 10px;
}
.academy-review-list
	li
	.academy-review_container
	.academy-review-content
	.academy-review-description
	p {
	color: #444;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0;
}
.academy-review-list li:last-child {
	border-bottom: 0;
}
.academy-review-form {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	transition: all 0.3s ease;
}
.academy-review-form input[type='submit'] {
	height: 50px;
	padding: 0 15px;
}
.academy-review-form__add-review {
	background-image: url(images/add-review.ab709041.png);
	background-position: 30px 50%;
	background-repeat: no-repeat;
	border-radius: 10px;
	padding: 15px;
	text-align: right;
}
.academy-review-form__add-review .academy-btn-add-review {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	width: auto;
}
.academy-review-form .academy-review-form-rating p.stars {
	line-height: 14px;
	margin-bottom: 15px !important;
	margin-top: 0;
}
.academy-review-form .academy-review-form-rating p.stars > span {
	-moz-column-gap: 8px;
	column-gap: 8px;
	display: flex;
}
.academy-review-form .academy-review-form-rating p.stars a {
	box-shadow: none;
	color: #f4c150;
	display: inline-block;
	height: 1em;
	position: relative;
	text-decoration: none;
	text-indent: -999em;
	width: 1em;
}
.academy-review-form .academy-review-form-rating p.stars a:before {
	content: '';
	display: block;
	font-family: AcademyFont;
	height: 1em;
	left: 0;
	line-height: 1;
	position: absolute;
	text-indent: 0;
	top: 0;
	width: 1em;
}
.academy-review-form .academy-review-form-rating p.stars a:hover ~ a:before {
	content: '';
}
.academy-review-form
	.academy-review-form-rating
	p.stars.selected
	a.active:before,
.academy-review-form .academy-review-form-rating p.stars:hover a:before {
	content: '';
}
.academy-review-form
	.academy-review-form-rating
	p.stars.selected
	a.active
	~ a:before {
	content: '';
}
.academy-review-form
	.academy-review-form-rating
	p.stars.selected
	a:not(.active):before {
	content: '';
}
.academy-review-form .comment-respond {
	display: none;
	margin: 0;
	padding: 30px 40px 30px 50px;
}
.academy-review-form .comment-respond form.comment-form {
	margin: 0;
}
.academy-review-form .comment-respond form.comment-form label {
	margin-bottom: 5px;
}
.academy-review-form
	.comment-respond
	form.comment-form
	.academy-review-form-review
	textarea {
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	color: #444;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.academy-review-form--open-form {
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
}
.academy-review-form--open-form .academy-review-form__add-review {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0;
}
.academy-review-form--open-form .comment-respond {
	display: block;
}
.academy-review-form #respond .form-submit {
	float: unset;
}
.academy-widget-enroll {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
	padding: 30px;
}
.academy-widget-enroll__head {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding-bottom: 25px;
}
.academy-widget-enroll__head .academy-course-type {
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
}
.academy-widget-enroll__head .academy-course-price {
	align-items: flex-end;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap-reverse;
	justify-content: flex-end;
}
.academy-widget-enroll__head .academy-course-price ins {
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 46px;
	text-decoration: none;
}
.academy-widget-enroll__head .academy-course-price del {
	color: #999;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	margin-left: 10px;
}
.academy-widget-enroll__content {
	padding-bottom: 35px;
	padding-top: 35px;
}
.academy-widget-enroll__content-lists {
	list-style: none;
	margin: 0;
	padding: 0;
}
.academy-widget-enroll__content-lists li {
	color: #111;
	display: flex;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 500;
	justify-content: space-between;
	line-height: 20px;
	list-style: none;
	margin-bottom: 36px;
}
.academy-widget-enroll__content-lists li .academy-icon {
	margin-right: 10px;
}
.academy-widget-enroll__content-lists li:last-child {
	margin-bottom: 0;
}
.academy-widget-enroll__add-to-cart {
	margin-bottom: 20px;
}
.academy-widget-enroll__add-to-cart .academy-btn {
	width: 100%;
}
.academy-widget-enroll__enroll-form {
	margin-bottom: 20px;
}
.academy-widget-enroll__enroll-form .academy-btn {
	width: 100%;
}
.academy-widget-enroll__continue {
	margin-bottom: 20px;
}
.academy-widget-enroll__continue .academy-btn {
	width: 100%;
}
.academy-widget-enroll__closed {
	margin-bottom: 20px;
}
.academy-widget-enroll__closed .academy-btn-closed-enroll {
	background: rgba(249, 77, 77, 0.2);
	border-radius: 8px;
	color: #f94d4d;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
}
.academy-widget-enroll__closed .academy-btn-closed-enroll:focus,
.academy-widget-enroll__closed .academy-btn-closed-enroll:hover {
	background: rgba(249, 77, 77, 0.2);
	color: #f94d4d;
}
.academy-widget-enroll__complete-form {
	margin-bottom: 20px;
}
.academy-widget-enroll__complete-form .academy-btn {
	background: rgb(54 123 194 / 30%);
	border: none;
	border-radius: 8px;
	color: #367bc3;
	padding: 16px;
	width: 100%;
}
.academy-widget-enroll__complete-form .academy-btn:hover {
	background: rgb(54 123 194 / 30%);
	color: #367bc3;
}
.academy-widget-enroll__wishlist-and-share {
	display: flex;
	gap: 20px;
	position: relative;
}
.academy-widget-enroll__wishlist-and-share .academy-btn i.academy-icon {
	margin-right: 7px;
}
.academy-widget-enroll__wishlist-and-share .academy-share-wrap {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	display: flex;
	display: none;
	gap: 15px;
	margin-top: 10px;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 999;
}
.academy-widget-enroll__wishlist-and-share
	.academy-share-wrap
	.academy-social-share {
	background: none !important;
	border: none;
	color: #999;
	outline: none;
	padding: 5px;
}
.academy-widget-enroll__wishlist-and-share
	.academy-share-wrap
	.academy-social-share:focus,
.academy-widget-enroll__wishlist-and-share
	.academy-share-wrap
	.academy-social-share:hover {
	border: none;
	outline: none;
}
.academy-widget-enroll__wishlist-and-share .academy-share-wrap--open {
	display: flex;
}
.academy-widget-enroll__enrolled-info {
	background: rgb(54 123 194 / 30%);
	border-radius: 8px;
	color: #367bc3;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 20px 0;
	text-align: center;
}
.academy-widget-enroll__enrolled-info > span {
	display: block;
	font-weight: 700;
}
.academy-react-modal--preview-lesson {
	min-width: 500px;
}
@media (max-width: 480px) {
	.academy-react-modal--preview-lesson {
		min-width: auto;
		width: 100% !important;
	}
	.academy-react-modal--preview-lesson
		.academy-react-modal__content
		> div
		.wp-video
		> video,
	.academy-react-modal--preview-lesson
		.academy-react-modal__content
		> div
		> div,
	.academy-react-modal--preview-lesson
		.academy-react-modal__content
		> div
		> iframe {
		width: 100% !important;
	}
}
.academy-react-modal--popup-login {
	min-width: 500px;
}
.academy-react-modal--popup-login .academy-react-modal__content {
	padding: 0;
}
.academy-react-modal--popup-login
	.academy-react-modal__content
	.academy-login-form-wrapper {
	margin: 0;
}
.academy-react-modal--popup-login
	.academy-react-modal__content
	.academy-preloader {
	margin-bottom: 30px;
	margin-top: 30px;
}
@media (max-width: 480px) {
	.academy-widget-enroll .academy-modal__close {
		right: -1.5px;
		top: -8.5px;
	}
}
body.academy-single-course {
	margin: 0;
	padding: 0;
}
body.academy-course-single-lessons .ast-container {
	display: block;
	max-width: 100%;
	width: 100%;
}
@media (max-width: 922px) {
	body.academy-course-single-lessons {
		max-width: 100%;
	}
}
.site-content .ast-container {
	display: flex;
	justify-content: center;
	max-width: 100%;
}
.site-content
	.ast-container
	.academy-editor__content-sidebar
	.academy-widget
	.academy-btn {
	font-size: 12px !important;
	margin-top: 10px;
	padding: 8px !important;
}
.academy-single-course
	.academy-review-form--open-form
	.form-submit
	.academy-btn {
	background: #367bc3 !important;
	border-radius: 8px !important;
	color: #fff;
	font-size: 14px;
	font-weight: 500 !important;
	height: 50px;
	line-height: 20px !important;
	padding: 0 15px !important;
}
.academy-single-course
	.academy-widget-enroll__wishlist-and-share
	.academy-btn--bg-gray:hover {
	color: #444;
}
.academy-single-course
	.academy-widget-enroll__wishlist-and-share
	.academy-btn--bg-white-border:hover {
	background-color: unset;
	color: #444;
}
.ast-container
	.academy-dashboard-settings__reset-form
	.academy-form-block
	input {
	width: 100%;
}
body.academy-instructor-public-profile .ast-container {
	display: block;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.theme-astra
	.academyFrontendDashWrap
	.academy-dashboard-content
	.academy-editor__content
	textarea {
	background-color: #fff;
}
.theme-astra
	.academyFrontendDashWrap
	.academy-dashboard-content
	.academy-editor__title-textfield
	input {
	background-color: #fff;
	color: #2c3338;
	height: 44px;
	line-height: 2;
	padding: 0 8px;
}
.theme-hello-elementor .academy-widget-enroll__add-to-cart button.academy-btn,
.theme-hello-elementor .academy-widget-enroll__complete-form button.academy-btn,
.theme-hello-elementor .academy-widget-enroll__enroll-form button.academy-btn {
	background: #367bc3;
	border: none;
	border-radius: 8px;
	color: #fff;
	display: block !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 15px;
	width: 100% !important;
}
.theme-hello-elementor
	.academy-widget-enroll__add-to-cart
	button.academy-btn--preset-light-purple,
.theme-hello-elementor
	.academy-widget-enroll__complete-form
	button.academy-btn--preset-light-purple,
.theme-hello-elementor
	.academy-widget-enroll__enroll-form
	button.academy-btn--preset-light-purple {
	background: rgb(54 123 194 / 30%);
	color: #367bc3;
}
.theme-hello-elementor
	.academy-widget-enroll__wishlist-and-share
	.academy-btn--bg-gray {
	background: rgba(0, 0, 0, 0.08);
	color: #444;
}
.theme-hello-elementor
	.academy-widget-enroll__wishlist-and-share
	.academy-btn--bg-white-border {
	background: #fff;
	border: 2px solid rgba(0, 0, 0, 0.1);
	color: #444;
}
.theme-hello-elementor
	.academy-single-course
	.academy-review-form--open-form
	.form-submit
	.academy-btn {
	border: none;
}
.theme-hello-elementor button:focus {
	outline: none;
}
.theme-hello-elementor .academy-react-modal__head button {
	background: #fff;
	border: 1px solid #eaebee;
	border-radius: 50%;
}
.theme-hello-elementor .academy-react-modal__head button:hover {
	border-color: #367bc3;
}
.theme-hello-elementor .components-tab-panel__tabs-item:focus:not(:disabled) {
	border-radius: unset;
	box-shadow: inset 0 var(--wp-admin-border-width-focus) rgba(0, 124, 186, 0);
	color: #333;
	outline: none;
}
.theme-hello-elementor .academy-dashboard-mini-tabs button {
	border: none;
}
.theme-hello-elementor .academy-dashboard-mini-tabs .academy-tab-link {
	border-bottom: 2px solid transparent;
	border-radius: unset;
	color: unset;
}
.theme-hello-elementor .academy-dashboard-mini-tabs .academy-tab-link:focus,
.theme-hello-elementor .academy-dashboard-mini-tabs .academy-tab-link:hover {
	background: unset;
	border-bottom: 2px solid #367bc3;
	color: unset;
}
.theme-hello-elementor
	.academy-dashboard-mini-tabs
	.academy-tab-link--selected {
	border-bottom: 2px solid #367bc3;
}
.theme-hello-elementor .academy-dashboard-mini-tabs .academy-btn {
	background: #367bc3;
	border-radius: 8px;
	color: #fff;
	padding: 15px;
}
.theme-hello-elementor
	.academy-lessons__entry-left
	.academy-tabs-navbar__item:focus,
.theme-hello-elementor
	.academy-lessons__entry-left
	.academy-tabs-navbar__item:hover {
	background-color: unset;
	color: unset;
}
.theme-hello-elementor .academy-lessons__entry-left .academy-btn {
	border: none;
	color: unset;
}
.theme-hello-elementor .academy-lessons__entry-left .academy-btn:focus,
.theme-hello-elementor .academy-lessons__entry-left .academy-btn:hover {
	background-color: unset;
	color: unset;
}
.theme-hello-elementor
	.academy-lessons__entry-left
	.academy-anwser-form
	.academy-btn {
	background: #367bc3;
	border-radius: 8px;
	color: #fff;
	font-size: 13px;
	padding: 9px 18px;
}
.theme-hello-elementor
	.academy-lessons__entry-left
	.academy-anwser-form
	.academy-btn--preset-light-purple {
	background: rgb(54 123 194 / 30%);
	color: #367bc3;
	font-size: 14px;
}
.theme-hello-elementor
	.academy-lessons__entry-left
	.academy-question-form
	.academy-btn {
	background: #367bc3;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 15px;
}
.theme-hello-elementor .academy-lessons__entry-middle .academy-btn {
	border: none;
}
.theme-hello-elementor .academy-lessons__entry-middle .academy-btn:focus,
.theme-hello-elementor .academy-lessons__entry-middle .academy-btn:hover {
	background-color: unset;
}
.theme-hello-elementor
	.academy-lessons__entry-right
	.academy-lessons-topbar
	.academy-btn {
	border: none;
}
.theme-hello-elementor
	.academy-lessons__entry-right
	.academy-lessons-topbar
	.academy-btn:focus,
.theme-hello-elementor
	.academy-lessons__entry-right
	.academy-lessons-topbar
	.academy-btn:hover {
	background-color: unset;
}
.theme-hello-elementor
	.academy-lessons__entry-right
	.academy-lessons-content
	.academy-lesson-quiz-start
	.academy-quiz-start-button
	.academy-btn {
	background: #367bc3;
	border: none;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	padding: 14px 26px;
}
.theme-hello-elementor
	.academy-lessons__entry-right
	.academy-lesson-quiz__body
	.academy-quiz-buttons
	.academy-btn {
	border: none;
	border-radius: 8px;
	padding: 15px;
}
.theme-hello-elementor
	.academy-lessons__entry-right
	.academy-lesson-quiz__body
	.academy-quiz-buttons
	.academy-btn--preset-purple {
	background: #367bc3;
	border-radius: 8px;
	color: #fff;
}
.theme-hello-elementor
	.academy-lessons__entry-right
	.academy-lesson-quiz__body
	.academy-quiz-buttons
	.academy-quiz-buttons__skip
	.academy-btn {
	border: 1px solid #367bc3;
}
.theme-hello-elementor
	.academy-lessons__entry-right
	.academy-lesson-quiz__body
	.academy-quiz-buttons
	.academy-quiz-buttons__skip
	.academy-btn:hover {
	background-color: unset;
}
.theme-hello-elementor
	.academy-lessons__entry-right
	.academy-lesson-quiz__body
	.academy-quiz-buttons
	.academy-btn--disabled {
	color: rgba(0, 0, 0, 0.5) !important;
	cursor: not-allowed !important;
}
.theme-hello-elementor
	.academy-lessons__entry-right
	.academy-lesson-quiz__body
	.academy-quiz-buttons
	.academy-btn--disabled:hover {
	background-color: unset;
}
.theme-hello-elementor
	.academy-lessons__entry-right
	.academy-lesson-quiz__body
	.academy-quiz-buttons
	.academy-btn--border-gray {
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.theme-hello-elementor
	.academy-lessons__entry-right
	.academy-quiz-table-wrapper
	.academy-btn--preset-light-purple {
	background: rgb(54 123 194 / 30%);
	border-radius: 30px;
	color: #367bc3;
	font-size: 14px;
}
.theme-hello-elementor
	.ReactModal__Overlay--after-open
	.academy-withdrawal-modal
	.academy-btn {
	background: #367bc3;
	border: none;
	border-radius: 8px;
	color: #fff;
	padding: 15px;
}
.theme-hello-elementor .academy-loggged-in-modal .academy-btn {
	background: #367bc3;
	border: none;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	padding: 15px;
}
.theme-hello-elementor .academy-list-wrap .academy-bulk-actions .academy-btn {
	padding: 8px 20px;
}
.theme-hello-elementor
	.academy-list-wrap
	.academy-table-item-control
	.academy-btn
	.academy-icon--edit:before {
	color: #c36;
}
.theme-hello-elementor
	.academy-list-wrap
	.academy-table-item-control
	.academy-btn:hover
	.academy-icon--edit:before {
	color: #fff;
}
.theme-hello-elementor
	.academy-list-wrap
	.academy-table-item-control
	.components-dropdown
	.components-button {
	background: unset;
	border: none;
}
.theme-hello-elementor
	.academy-list-wrap
	.academy-table-item-control
	.components-dropdown
	.components-button:hover {
	color: #c36;
}
.theme-hello-elementor
	.academy-course-builder__item
	.panel-head
	.control
	.academy-btn {
	border: none;
	color: unset;
	padding: 8px;
}
.theme-hello-elementor
	.academy-course-builder__item
	.panel-head
	.control
	.academy-btn:focus,
.theme-hello-elementor
	.academy-course-builder__item
	.panel-head
	.control
	.academy-btn:hover {
	background-color: unset;
}
.theme-hello-elementor
	.academy-course-builder__item
	.panel-body
	.control
	.academy-btn {
	color: unset;
	padding: 8px;
}
.theme-hello-elementor
	.academy-course-builder__item
	.panel-body
	.control
	.academy-btn:focus,
.theme-hello-elementor
	.academy-course-builder__item
	.panel-body
	.control
	.academy-btn:hover {
	background-color: unset;
}
.theme-hello-elementor
	.academy-topic-form
	.academy-btn:hover
	.academy-icon--close:before {
	color: #fff;
}
.theme-hello-elementor .academy-dashboard__content {
	padding: 20px !important;
}
.theme-hello-elementor
	.academy-editor__title-submit
	.academy-select
	.academy-react-select__control
	.academy-react-select__input-container {
	margin: 5px;
}
.theme-hello-elementor .academy-editor__title-submit .academy-btn {
	padding: 10px 20px;
}
.theme-hello-elementor
	.academy-editor__content-sidebar
	.academy-widget
	.academy-btn {
	font-size: 13px !important;
	padding: 9px !important;
}
.theme-hello-elementor
	.academy-editor__content-meta
	.meta-field__body
	.attachmentfile
	.components-button {
	height: 40px;
}
.theme-hello-elementor
	.academy-editor__content-meta
	.meta-field__body
	.attachmentfile
	.components-button.is-secondary:focus,
.theme-hello-elementor
	.academy-editor__content-meta
	.meta-field__body
	.attachmentfile
	.components-button.is-secondary:hover {
	background-color: unset;
}
.theme-hello-elementor
	.academy-editor__content-meta
	.academy-postbox--course-instructors
	.academy-course-instructor__info-wrap
	.academy-btn {
	border: none;
}
.theme-hello-elementor
	.academy-editor__content-meta
	.academy-postbox--course-instructors
	.academy-course-instructor__info-wrap
	.academy-btn:focus,
.theme-hello-elementor
	.academy-editor__content-meta
	.academy-postbox--course-instructors
	.academy-course-instructor__info-wrap
	.academy-btn:hover,
.theme-hello-elementor
	.academy-react-modal--lesson-form
	.academy-react-modal__footer
	.academy-btn--cancel:hover {
	background-color: unset;
}
.theme-hello-elementor
	.academy-react-modal--topics-select
	.components-tab-panel__tabs
	button {
	border: none;
	border-radius: 0;
	color: unset;
}
.theme-hello-elementor
	.academy-react-modal--topics-select
	.components-tab-panel__tab-content
	.academy-items
	button {
	border: none;
}
.theme-hello-elementor
	.academy-react-modal--topics-select
	.components-tab-panel__tab-content
	.academy-items
	button:focus,
.theme-hello-elementor
	.academy-react-modal--topics-select
	.components-tab-panel__tab-content
	.academy-items
	button:hover {
	background-color: unset;
}
.oceanwp-theme .academy-reg-form .academy-btn {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: 50px;
	line-height: 20px;
}
.oceanwp-theme .academy-lessons__entry-left .academy-anwser-form .academy-btn {
	background: #367bc3;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	padding: 15px;
	text-transform: capitalize;
}
.oceanwp-theme
	.academy-lessons__entry-left
	.academy-anwser-form
	.academy-btn--preset-light-purple {
	background: rgb(54 123 194 / 30%);
}
.oceanwp-theme
	.academy-lessons__entry-left
	.academy-question-form
	.academy-btn {
	background: #367bc3;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	padding: 15px;
	text-transform: capitalize;
}
.oceanwp-theme .academy-dashboard-settings .academy-btn {
	background: #367bc3;
	text-transform: capitalize;
}
.oceanwp-theme .academy-dashboard-settings__profile-form .academy-btn,
.oceanwp-theme .academy-dashboard-settings__reset-form .academy-btn,
.oceanwp-theme .academy-dashboard-settings__withdraw .academy-btn {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: 50px;
	line-height: 20px;
}
.oceanwp-theme .academy-dashboard-withdrawal .academy-btn {
	padding: 14px;
}
.oceanwp-theme .academy-react-modal .academy-withdrawal-modal .academy-btn {
	background: #367bc3;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	padding: 15px;
	text-transform: capitalize;
}
.oceanwp-theme .academy-widget-enroll__add-to-cart .academy-btn,
.oceanwp-theme .academy-widget-enroll__complete-form .academy-btn,
.oceanwp-theme .academy-widget-enroll__enroll-form .academy-btn {
	background: #367bc3;
	border: none;
	border-radius: 8px;
	color: #fff;
	display: block !important;
	font-family: Montserrat, sans-serif !important;
	font-size: 14px;
	font-weight: 600;
	height: 50px;
	letter-spacing: unset;
	line-height: 20px;
	padding: 15px;
	text-transform: capitalize;
	width: 100% !important;
}
.oceanwp-theme
	.academy-widget-enroll__add-to-cart
	.academy-btn--preset-light-purple,
.oceanwp-theme
	.academy-widget-enroll__complete-form
	.academy-btn--preset-light-purple,
.oceanwp-theme
	.academy-widget-enroll__enroll-form
	.academy-btn--preset-light-purple {
	background: rgb(54 123 194 / 30%);
	color: #367bc3;
}
.oceanwp-theme
	.academy-single-course
	.academy-review-form--open-form
	.form-submit
	.academy-btn {
	font-family: Montserrat, sans-serif !important;
	letter-spacing: unset;
	text-transform: capitalize;
}
.oceanwp-theme .academy-loggged-in-modal .academy-btn {
	background: #367bc3;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	padding: 15px;
	text-transform: capitalize;
}
.oceanwp-theme .academy-list-wrap .rdt_Pagination svg {
	right: 4px;
	top: 0;
}
.oceanwp-theme
	.academy-editor__title-submit
	.academy-select
	.academy-react-select__control
	.academy-react-select__input-container {
	margin: 0;
	padding: 0;
}
.oceanwp-theme .academy-editor__content-sidebar .academy-widget .academy-btn {
	font-size: 13px;
	padding: 9px;
}
.theme-hello-academy
	.academy-single-course
	.academy-review-form--open-form
	.form-submit
	.academy-btn {
	border-radius: 8px;
	line-height: 18px !important;
	text-transform: capitalize !important;
}
.theme-hello-academy
	.academy-single-course
	.academy-widget-enroll__wishlist-and-share
	.academy-btn--bg-gray:hover {
	color: #444;
}
.theme-hello-academy
	.academy-single-course
	.academy-widget-enroll__wishlist-and-share
	.academy-btn--bg-white-border:hover {
	background-color: unset;
	color: #444;
}
.theme-hello-academy
	.academy-single-course
	.academy-widget-enroll__add-to-cart
	.academy-btn,
.theme-hello-academy
	.academy-single-course
	.academy-widget-enroll__complete-form
	.academy-btn,
.theme-hello-academy
	.academy-single-course
	.academy-widget-enroll__enroll-form
	.academy-btn {
	background: #367bc3;
	border: none;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	padding: 15px;
}
.theme-hello-academy
	.academy-single-course
	.academy-widget-enroll__add-to-cart
	.academy-btn--preset-light-purple,
.theme-hello-academy
	.academy-single-course
	.academy-widget-enroll__complete-form
	.academy-btn--preset-light-purple,
.theme-hello-academy
	.academy-single-course
	.academy-widget-enroll__enroll-form
	.academy-btn--preset-light-purple {
	background: rgb(54 123 194 / 30%);
	color: #367bc3;
}
.theme-hello-academy .academy-react-modal__head button:hover {
	background-color: #fff;
	border-color: #367bc3;
	color: #367bc3;
}
.theme-hello-academy
	.academy-lessons__entry-left
	.academy-tabs-navbar__item:focus,
.theme-hello-academy
	.academy-lessons__entry-left
	.academy-tabs-navbar__item:hover {
	background-color: unset;
	color: unset;
}
.theme-hello-academy .academy-lessons__entry-left .academy-btn {
	border: none;
	color: unset;
}
.theme-hello-academy .academy-lessons__entry-left .academy-btn:focus,
.theme-hello-academy .academy-lessons__entry-left .academy-btn:hover {
	background-color: unset;
	color: unset;
}
.theme-hello-academy
	.academy-lessons__entry-left
	.academy-anwser-form
	.academy-btn {
	background: #367bc3;
	border-radius: 8px;
	color: #fff;
	font-size: 13px;
	padding: 9px 18px;
}
.theme-hello-academy
	.academy-lessons__entry-left
	.academy-anwser-form
	.academy-btn--preset-light-purple {
	background: rgb(54 123 194 / 30%);
	color: #367bc3;
	font-size: 14px;
}
.theme-hello-academy
	.academy-lessons__entry-left
	.academy-question-form
	.academy-btn {
	background: #367bc3;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 15px;
}
.theme-hello-academy .academy-lessons__entry-middle .academy-btn {
	border: none;
}
.theme-hello-academy .academy-lessons__entry-middle .academy-btn:focus,
.theme-hello-academy .academy-lessons__entry-middle .academy-btn:hover {
	background-color: unset;
}
.theme-hello-academy
	.academy-lessons__entry-right
	.academy-lessons-topbar
	.academy-btn {
	border: none;
}
.theme-hello-academy
	.academy-lessons__entry-right
	.academy-lessons-topbar
	.academy-btn:focus,
.theme-hello-academy
	.academy-lessons__entry-right
	.academy-lessons-topbar
	.academy-btn:hover {
	background-color: unset;
}
.theme-hello-academy
	.academy-lessons__entry-right
	.academy-lessons-content
	.academy-lesson-quiz-start
	.academy-quiz-start-button
	.academy-btn {
	background: #367bc3;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	padding: 14px 26px;
}
.theme-hello-academy
	.academy-lessons__entry-right
	.academy-lesson-quiz__body
	.academy-quiz-buttons
	.academy-btn {
	border-radius: 8px;
	padding: 15px;
}
.theme-hello-academy
	.academy-lessons__entry-right
	.academy-lesson-quiz__body
	.academy-quiz-buttons
	.academy-btn--preset-purple {
	background: #367bc3;
	border-radius: 8px;
	color: #fff;
}
.theme-hello-academy
	.academy-lessons__entry-right
	.academy-lesson-quiz__body
	.academy-quiz-buttons
	.academy-quiz-buttons__skip
	.academy-btn:hover {
	background-color: unset;
}
.theme-hello-academy
	.academy-lessons__entry-right
	.academy-lesson-quiz__body
	.academy-quiz-buttons
	.academy-btn--disabled {
	color: rgba(0, 0, 0, 0.5) !important;
	cursor: not-allowed !important;
}
.theme-hello-academy
	.academy-lessons__entry-right
	.academy-lesson-quiz__body
	.academy-quiz-buttons
	.academy-btn--disabled:hover {
	background-color: unset;
}
.theme-hello-academy
	.academy-lessons__entry-right
	.academy-lesson-quiz__body
	.academy-quiz-buttons
	.academy-btn--border-gray {
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.theme-hello-academy
	.academy-lessons__entry-right
	.academy-quiz-table-wrapper
	.academy-btn--preset-light-purple {
	background: rgb(54 123 194 / 30%);
	border-radius: 30px;
	color: #367bc3;
	font-size: 14px;
}
.theme-hello-academy
	.ReactModal__Overlay--after-open
	.academy-withdrawal-modal
	.academy-btn {
	background: #367bc3;
	border: none;
	border-radius: 8px;
	color: #fff;
	padding: 15px;
}
.theme-hello-academy
	.academy-dashboard-settings
	.academy-dashboard-mini-tabs
	.components-tab-panel__tabs
	.academy-tab-link {
	border: none;
	border-radius: 0;
	color: unset;
	transition: unset;
}
.theme-hello-academy
	.academy-dashboard-settings
	.academy-dashboard-mini-tabs
	.components-tab-panel__tabs
	.academy-tab-link--selected {
	border-bottom: 2px solid #367bc3;
}
.theme-hello-academy .academy-dashboard-settings .academy-btn {
	background: #367bc3;
	border: none;
	border-radius: 8px;
	color: #fff;
	padding: 15px;
}
.theme-hello-academy .academy-loggged-in-modal .academy-btn {
	background: #367bc3;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	padding: 15px;
}
.theme-hello-academy .academy-search-component input[type='text'] {
	padding-left: 40px;
	padding-right: 30px;
}
.theme-hello-academy .academy-list-wrap .academy-bulk-actions .academy-btn {
	padding: 8px 20px;
}
.theme-hello-academy
	.academy-list-wrap
	.academy-table-item-control
	.academy-btn:hover
	.academy-icon--edit:before {
	color: #fff;
}
.theme-hello-academy
	.academy-list-wrap
	.academy-table-item-control
	.components-dropdown
	.components-button {
	background: unset;
	border: none;
}
.theme-hello-academy
	.academy-list-wrap
	.academy-table-item-control
	.components-dropdown
	.components-button:hover {
	color: #367bc3;
}
.theme-hello-academy
	.academy-course-builder__item
	.panel-head
	.control
	.academy-btn {
	border: none;
	color: unset;
	padding: 8px;
}
.theme-hello-academy
	.academy-course-builder__item
	.panel-head
	.control
	.academy-btn:focus,
.theme-hello-academy
	.academy-course-builder__item
	.panel-head
	.control
	.academy-btn:hover {
	background-color: unset;
}
.theme-hello-academy
	.academy-course-builder__item
	.panel-body
	.control
	.academy-btn {
	color: unset;
	padding: 8px;
}
.theme-hello-academy
	.academy-course-builder__item
	.panel-body
	.control
	.academy-btn:focus,
.theme-hello-academy
	.academy-course-builder__item
	.panel-body
	.control
	.academy-btn:hover {
	background-color: unset;
}
.theme-hello-academy
	.academy-topic-form
	.academy-btn:hover
	.academy-icon--close:before {
	color: #fff;
}
.theme-hello-academy .academy-dashboard__content {
	padding: 20px !important;
}
.theme-hello-academy .academy-editor__title-submit .academy-btn {
	padding: 10px 20px;
}
.theme-hello-academy
	.academy-editor__content-sidebar
	.academy-widget
	.academy-btn {
	font-size: 13px !important;
	padding: 9px !important;
}
.theme-hello-academy
	.academy-editor__content-meta
	.academy-postbox--course-instructors
	.academy-course-instructor__info-wrap
	.academy-btn {
	border: none;
}
.theme-hello-academy
	.academy-editor__content-meta
	.academy-postbox--course-instructors
	.academy-course-instructor__info-wrap
	.academy-btn:focus,
.theme-hello-academy
	.academy-editor__content-meta
	.academy-postbox--course-instructors
	.academy-course-instructor__info-wrap
	.academy-btn:hover,
.theme-hello-academy
	.academy-react-modal--lesson-form
	.academy-react-modal__footer
	.academy-btn--cancel:hover {
	background-color: unset;
}
.theme-hello-academy
	.academy-react-modal--lesson-form
	.academy-react-modal__content
	.academy-lesson-form
	.meta-field__body
	.attachmentfile
	.components-button {
	height: 40px;
}
.theme-hello-academy
	.academy-react-modal--lesson-form
	.academy-react-modal__content
	.academy-lesson-form
	.meta-field__body
	.attachmentfile
	.components-button.is-secondary:focus,
.theme-hello-academy
	.academy-react-modal--lesson-form
	.academy-react-modal__content
	.academy-lesson-form
	.meta-field__body
	.attachmentfile
	.components-button.is-secondary:hover {
	background-color: unset;
}
.theme-hello-academy
	.academy-react-modal--topics-select
	.components-tab-panel__tabs
	[type='button'],
.theme-hello-academy
	.academy-react-modal--topics-select
	.components-tab-panel__tabs
	button {
	border: none;
	border-radius: 0;
	color: unset;
}
.theme-hello-academy
	.academy-react-modal--topics-select
	.components-tab-panel__tab-content
	.academy-items
	button {
	border: none;
}
.theme-hello-academy
	.academy-react-modal--topics-select
	.components-tab-panel__tab-content
	.academy-items
	button:focus,
.theme-hello-academy
	.academy-react-modal--topics-select
	.components-tab-panel__tab-content
	.academy-items
	button:hover {
	background-color: unset;
}
.theme-hello-academy
	.academyFrontendDashWrap
	.academy-course-builder__item
	.panel-head
	.text
	> button:focus {
	outline: 0;
}
.theme-hello-academy
	.academy-react-modal--announcements
	.academy-react-modal__footer
	button:hover {
	color: #fff !important;
}
.theme-twentytwentyone .academy-search-component input[type='text'] {
	padding-left: 40px;
	padding-right: 30px;
}
.theme-twentytwentyone
	.academy-editor__title-submit
	.academy-select
	.academy-react-select__control
	.academy-react-select__input-container {
	margin: 0;
	padding: 2px;
}
.theme-twentytwentyone .academy-editor__title-submit .academy-btn {
	padding: 11px 20px;
}
.theme-twentytwentyone .academy-course-builder__item .control .academy-btn {
	background: none;
	border: none;
}
.theme-twentytwentyone
	.academy-postbox
	.meta-tab-content
	.meta-field--course-type
	.meta-field__body,
.theme-twentytwentyone
	.academy-postbox
	.meta-tab-content
	.meta-field--difficulty-level
	.meta-field__body {
	align-items: center;
	display: flex;
}
.theme-twentytwentyone
	.academy-postbox
	.meta-tab-content
	.meta-field--course-type
	.meta-field__body
	input,
.theme-twentytwentyone
	.academy-postbox
	.meta-tab-content
	.meta-field--difficulty-level
	.meta-field__body
	input {
	height: 20px;
	width: 20px;
}
.theme-twentytwentyone
	.academy-postbox
	.meta-tab-content
	.meta-field__body
	label {
	align-items: center;
	display: flex;
	gap: 5px;
}
.theme-twentytwentythree .academy-list-wrap .rdt_Pagination svg,
.theme-twentytwentytwo .academy-list-wrap .rdt_Pagination svg {
	right: 4px;
	top: 0;
}
.components-tab-panel__tabs-item:focus:not(:disabled) {
	box-shadow: unset;
}
.rtl .academywrap {
	margin-left: 20px;
	margin-right: 0;
}
.rtl .academywrap .academy-list-wrap .list-table-search {
	margin-left: 0;
	margin-right: auto;
}
.rtl .academywrap .academy-list-wrap .list-table-search input {
	padding-left: 30px;
	padding-right: 15px;
}
.rtl .academywrap .academy-list-wrap .list-table-search .dashicons {
	left: 15px;
	right: auto;
}
.rtl .academywrap .academy-list-wrap .rdt_Pagination .dqzAlz svg {
	left: 0;
	right: auto;
}
.rtl .academy-editor__content-texteditor {
	direction: rtl;
}
.rtl .academy-editor__content-texteditor .mce-tinymce .mce-flow-layout {
	text-align: right;
}
.rtl
	.academy-editor__content-texteditor
	.mce-tinymce
	.mce-toolbar
	.mce-btn-group
	> div {
	direction: rtl;
}
.rtl .academy-editor .academy-course-builder__item .panel-head .text > button {
	text-align: right;
}
.rtl .academy-editor__content-meta .meta-tabs .react-tabs__tab--selected:after {
	background: #fff;
	bottom: 0;
	height: 100%;
	left: -1px;
	right: auto;
	top: 0;
	width: 1px;
}
.rtl .academy-editor__content-meta .meta-tabs .react-tabs__tab-panel {
	border-left: 0;
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.rtl
	.academy-editor__content-meta
	.meta-field__body
	.announcement__item__field--close {
	left: 0;
	right: auto;
}
.rtl
	.academy-editor__content-meta
	.academy-postbox--course-instructors
	.academy-course-instructor {
	margin-left: 15px;
	margin-right: 0;
	padding-left: 100px;
	padding-right: 15px;
}
.rtl
	.academy-editor__content-meta
	.academy-postbox--course-instructors
	.academy-course-instructor__icon {
	margin-left: 10px;
	margin-right: 0;
}
.rtl
	.academy-editor__content-meta
	.academy-postbox--course-instructors
	.academy-course-instructor__control {
	left: 15px;
	right: auto;
}
.rtl
	.academy-editor--course
	.academy-editor__content-meta
	.meta-field--course-type
	.meta-field__body,
.rtl
	.academy-editor--course
	.academy-editor__content-meta
	.meta-field--difficulty-level
	.meta-field__body {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.rtl .academy-select-lesson-modal .search-lesson button,
.rtl .components-modal__frame .search-instructor button {
	margin-left: 0;
	margin-right: 10px;
}
.rtl .academy-term__form-item input,
.rtl .academy-term__form-item textarea,
.rtl .academy-term__lists .academy-term-table .widefat tbody th {
	padding-left: 0;
	padding-right: 10px;
}
.rtl
	.academyFrontendDashWrap
	.academy-dashboard-menu-wrap
	ul.academy-dashboard-menu {
	margin-right: 0;
	padding-right: 0;
}
.rtl
	.academyFrontendDashWrap
	.academy-dashboard-menu-wrap
	ul.academy-dashboard-menu
	li
	a {
	border-left: 0;
	border-right: 4px solid #fff;
}
.rtl
	.academyFrontendDashWrap
	.academy-dashboard-menu-wrap
	ul.academy-dashboard-menu
	li
	a
	span.academy-icon {
	margin-left: 12px;
	margin-right: 0;
}
.rtl
	.academyFrontendDashWrap
	.academy-dashboard-menu-wrap
	ul.academy-dashboard-menu
	li
	a.active,
.rtl
	.academyFrontendDashWrap
	.academy-dashboard-menu-wrap
	ul.academy-dashboard-menu
	li
	a:hover {
	border-right-color: #367bc3;
}
.rtl
	.academyFrontendDashWrap
	.academy-dashboard-menu-wrap
	ul.academy-dashboard-menu
	li.academy-dashboard-menu__divider {
	margin-right: 27px;
}
.rtl
	.academyFrontendDashWrap
	.academy-dashboard-menu-wrap
	.academy-dashboard-user {
	padding-right: 30px;
}
.rtl
	.academyFrontendDashWrap
	.academy-dashboard-menu-wrap
	.academy-dashboard-user__thumbnail {
	margin-left: 10px;
}
.rtl
	.academyFrontendDashWrap
	.academy-dashboard-entry-content
	.academy-dashboard-profile-info__list {
	margin-right: 0;
	padding-right: 0;
}
.rtl
	.academyFrontendDashWrap
	.academy-dashboard-entry-content
	.academy-dashboard-profile-info__list
	li {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.rtl
	.academyFrontendDashWrap
	.academy-dashboard-entry-content
	.academy-dashboard-profile-info__list
	li
	span {
	margin-left: 0;
	margin-right: 10px;
}
.rtl
	.academyFrontendDashWrap
	.academy-dashboard-settings__profile-form
	.academy-cover-photo
	.academy-delete-cover-photo,
.rtl
	.academyFrontendDashWrap
	.academy-dashboard-settings__profile-form
	.academy-cover-photo
	.academy-upload-cover-photo {
	left: 20px;
	right: auto;
}
.rtl
	.academyFrontendDashWrap
	.academy-dashboard-settings__profile-form
	.academy-profile-photo {
	left: 0;
	right: 35px;
}
.rtl
	.academyFrontendDashWrap
	.academy-dashboard-settings__profile-form
	.academy-form-banner
	.academy-dashboard-info {
	text-align: left;
}
.rtl .components-modal__header-heading-container {
	justify-content: right;
}
.rtl .academy-courses__sidebar .academy-archive-course-widget__body label {
	padding-left: 0;
	padding-right: 25px;
}
.rtl
	.academy-courses__sidebar
	.academy-archive-course-widget__body
	label
	.checkmark {
	right: 0;
}
.rtl .academy-widget-enroll__wishlist-and-share .academy-share-wrap {
	left: 0;
	right: auto;
}
.rtl .academy-accordion {
	padding-right: 0;
}
.rtl .academy-accordion a.academy-accordion__title:after {
	left: 30px;
	right: auto;
}
.rtl .academy-lesson-list__item .academy-entry-control {
	margin-left: 0;
	margin-right: auto;
}
.rtl
	.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-info {
	margin-left: 115px;
	margin-right: 0;
}
.rtl
	.academy-single-course__content-item--instructors
	.course-single-instructor
	.instructor-info__thumbnail {
	margin-left: 16px;
	margin-right: 0;
}
.rtl .academy-single-course .academy-tabs-nav li {
	margin-left: 50px;
	margin-right: 0;
}
.rtl .academy-review-list {
	margin-right: 0;
	padding-right: 0;
}
.rtl
	.academy-review-list
	li
	.academy-review_container
	.academy-review-thumnail {
	margin-left: 19px;
	margin-right: 0;
}
.rtl
	.academy-lessons
	.academy-lesson-sidebar
	.academy-lesson-topics
	.academy-topics-title__text {
	margin-left: 15px;
	margin-right: 40px;
}
.rtl
	.academy-lessons
	.academy-lesson-sidebar
	.academy-lesson-topics
	.academy-lesson-topic-item
	.academy-entry-right {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.rtl
	.academy-lessons
	.academy-lesson-sidebar
	.academy-lesson-topics
	.academy-lesson-topic-item
	.academy-entry-right
	.academy-icon {
	margin-left: 0;
	margin-right: 18px;
}
.rtl
	.academy-lessons
	.academy-lesson-sidebar
	.academy-lesson-topics
	.academy-lesson-topic-item__text {
	margin-left: 15px;
	margin-right: 0;
}
.rtl
	.academy-lessons
	.academy-lesson-sidebar
	.academy-lesson-topics
	.academy-lesson-topic-item
	.academy-icon--video {
	margin-left: 14px;
	margin-right: 0;
}
.rtl .academy-lessons .academy-lesson-sidebar .academy-lesson-topics-wrap {
	padding-left: 0;
	padding-right: 20px;
}
.rtl .academy-lessons .academy-lesson-sidebar .academy-announcements-wrap,
.rtl .academy-lessons .academy-lesson-sidebar .academy-lesson-browseqa-wrap {
	margin-left: 0;
	margin-right: 20px;
}
.rtl .academy-lessons .academy-lesson-sidebar .academy-tabs-navbar a > span {
	margin-left: 10px;
	margin-right: 0;
}
.rtl
	.academy-lessons
	.academy-lesson-sidebar
	.academy-question-lists
	.academy-qa__meta
	.academy-qa-text-avator {
	margin-left: 15px;
	margin-right: 0;
}
.rtl
	.academy-lessons
	.academy-lesson-content__top-bar
	.academy-topbar-item--go-home {
	margin-left: 15px;
}
.rtl
	.academy-lessons
	.academy-lesson-content__top-bar
	.academy-topbar-item--go-home
	a
	span {
	margin-left: 13px;
	margin-right: 2px;
}
.rtl .academy-reg-form {
	direction: rtl;
}
