#masthead,
#nav-main {
	position: relative;
	z-index: 99999;
	overflow: visible;
}
.navbar-brand {
	z-index: 99999999;
}

@media (max-width: 1099.98px) {
	.mega-menu-test,
	.header-icon-btn,
	.exp-fraud-head {
		display: none !important;
	}
}

@media (min-width: 1100px) {
	.header-icon-btn {
		display: block !important;
	}

	.exp-fraud-head {
		display: block !important;
	}

	.offcanvas,
	.offcanvas-body,
	#offcanvas-navbar,
	#offcanvas-navbar .offcanvas-body {
		position: static;
		overflow: visible !important;
		visibility: visible;
		transform: none;
		height: auto !important;
	}

	.mega-menu-test,
	.mega-menu-item {
		position: static;
	}

	.mega-menu-test {
		gap: 34px;
		align-items: center;
	}

	.mega-menu-link {
		display: inline-flex;
		align-items: center;
		gap: 12px;
		padding: 28px 0;
		color: #fff;
		font-size: 18px;
		font-weight: 400;
		text-decoration: none;
		transition: color 0.2s ease;
		z-index: 9999999;
		position: relative;
	}

	.mega-menu-link:hover,
	.mega-menu-item.has-mega-menu:hover > .mega-menu-link,
	.mega-menu-item.has-mega-menu:focus-within > .mega-menu-link {
		color: #19F0B6;
	}

	.mega-menu-item.has-mega-menu > .mega-menu-link::after {
		content: "";
		width: 8px;
		height: 8px;
		margin-top: 2px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg) translateY(-2px);
		transition: transform 0.2s ease;
	}

	.mega-menu-item.has-mega-menu:hover > .mega-menu-link::after,
	.mega-menu-item.has-mega-menu:focus-within > .mega-menu-link::after {
		transform: rotate(225deg) translateY(-2px);
	}

	.mega-panel {
		display: none !important;
		position: absolute;
		top: calc(100% - 1px);
		left: 50%;
		width: 100%;
		transform: translateX(-50%);
		background: #070b38;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		color: #fff;
		z-index: 9999;
		box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
	}

	.mega-panel::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -60px;
		height: 60px;
		background: transparent;
	}

	.mega-menu-item.has-mega-menu:hover > .mega-panel,
	.mega-menu-item.has-mega-menu:focus-within > .mega-panel {
		display: block !important;
	}

	.mega-panel__inner {
		position: relative;
		width: 100%;
		max-width: 1700px;
		min-height: 515px;
		margin: 0 auto;
		padding: 52px 52px 52px 0;
		display: grid;
		grid-template-columns: 275px minmax(620px, 1fr) 365px;
		gap: 86px;
		align-items: stretch;
	}

	.mega-panel__inner a {
		transition-duration: 200ms;
	}

	.mega-panel__inner a:hover {
		opacity: 0.7 !important;
		transition-duration: 200ms;
	}

	.mega-panel__intro {
		position: relative;
		min-height: calc(100% + 104px);
		margin: -52px 0;
		padding: 62px 42px 62px 20px;
		background: linear-gradient(135deg, #080d3f 20%, #29258f 100%);
		z-index: 1;
	}

	.mega-panel__intro::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100vw;
		background: linear-gradient(135deg, #080d3f 20%, #29258f 100%);
		z-index: -1;
	}

	.mega-panel__eyebrow,
	.mega-panel__main-eyebrow {
		margin-bottom: 34px;
		color: rgba(255, 255, 255, 1);
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		text-transform: uppercase;
	}

	.mega-panel__heading {
		max-width: 245px;
		margin: 0 0 18px;
		color: #fff;
		font-size: 22px;
		line-height: 1.18;
		font-weight: 700;
	}

	.mega-panel__text {
		max-width: 235px;
		margin: 0 0 22px;
		color: rgba(255, 255, 255, 0.72);
		font-size: 14px;
		line-height: 1.5;
	}

	.mega-panel__button,
	.mega-panel__featured-button {
		color: #fff;
		font-size: 13px;
		font-weight: 700;
		text-decoration: none;
	}

	.mega-panel__button::after,
	.mega-panel__featured-button::after {
		content: "›";
		margin-left: 10px;
		font-size: 22px;
		line-height: 0;
		vertical-align: -2px;
	}

	.mega-panel__content {
		position: relative;
		padding-bottom: 76px;
	}

	.mega-panel__columns {
		display: grid;
		grid-template-columns: repeat(2, minmax(260px, 1fr));
		column-gap: 96px;
		row-gap: 0;
		align-items: start;
	}

	.mega-panel__column {
		display: block;
		align-self: start;
	}

	.mega-panel__links {
		display: flex;
		flex-direction: column;
		gap: 34px;
	}

	.mega-panel__link {
		display: block;
		margin-bottom: 0 !important;
		text-decoration: none;
	}

	.mega-panel__link-label {
		display: block;
		margin-bottom: 7px;
		color: #45e0b8;
		font-size: 16px;
		line-height: 1.22;
		font-weight: 700;
	}

	.mega-panel__link-description {
		display: block;
		max-width: 285px;
		color: rgba(255, 255, 255, 0.72);
		font-size: 13px;
		line-height: 1.45;
	}

	.mega-panel__featured {
		align-self: start;
		width: 365px;
		margin-top: -10px;
		border: 1px solid rgba(255, 255, 255, 0.16);
		border-radius: 16px;
		padding: 30px;
		min-height: 390px;
	}

	.mega-panel__featured-image img {
		width: 100%;
		max-height: 165px;
		object-fit: cover;
		margin-bottom: 24px;
	}

	.mega-panel__featured-heading {
		margin: 0 0 12px;
		color: #fff;
		font-size: 17px;
		line-height: 1.2;
		font-weight: 700;
	}

	.mega-panel__featured-text {
		margin: 0 0 18px;
		color: rgba(255, 255, 255, 0.68);
		font-size: 13px;
		line-height: 1.45;
	}

	.mega-panel__badges {
		position: absolute;
		left: 363px;
		bottom: 50px;
		display: flex;
		gap: 8px;
		flex-wrap: wrap;
	}

	.mega-panel__badge {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		padding: 7px 12px;
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 5px;
		background: rgba(255, 255, 255, 0.06);
		color: rgba(255, 255, 255, 0.9);
		font-size: 16px;
		line-height: 1;
	}

	.mega-panel__badge span {
		font-size: 16px;
		padding-top: 2px;
	}

	.mega-panel__badge img {
		width: 18px;
		height: 18px;
		object-fit: contain;
	}

	.mega-panel--layout_2 .mega-panel__inner {
		grid-template-columns: minmax(760px, 1fr) 365px;
	}

	.mega-panel--layout_2 .mega-panel__content {
		grid-column: 1;
	}

	.mega-panel--layout_2 .mega-panel__featured {
		grid-column: 2;
	}

	.mega-panel--layout_2 .mega-panel__intro {
		display: none;
	}

	.mega-panel--layout_2 .mega-panel__columns {
		grid-template-columns: repeat(3, minmax(220px, 1fr));
		column-gap: 56px;
		align-items: start;
	}

	.mega-panel--layout_2 .mega-panel__badges {
		left: 0;
	}

	.mega-panel__video-poster {
		position: relative;
		cursor: pointer;
		margin-bottom: 24px;
	}

	.mega-panel__video-poster img {
		width: 100%;
		display: block;
		border-radius: 0;
	}

	.mega-panel__video-play {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 70px;
		height: 70px;
		border: none;
		border-radius: 50%;
		background: rgba(0, 0, 0, 0.7);
		color: #fff;
		font-size: 28px;
		cursor: pointer;
	}

	.mega-panel__video iframe {
		width: 100%;
		aspect-ratio: 16 / 9;
		border: 0;
		border-radius: 0;
		margin-bottom: 24px;
	}
	.mega-panel--layout_2 .mega-panel__intro,
	.mega-panel--layout_2 .mega-panel__intro::before {
		display: none !important;
		content: none !important;
		background: none !important;
	}
}


/***** MOBILE STYLING *****/

@media (min-width: 1100px) {
	#megaMobileTestToggle,
	.mega-mobile-modal {
		display: none !important;
	}
}

@media (max-width: 1099.98px) {
	body.modal-open {
		overflow: auto !important;
		padding-right: 0 !important;
	}

	.modal-backdrop {
		display: none !important;
	}

	#megaMobileTestToggle {
		display: inline-flex !important;
	}

	#megaMobileTestModal {
		position: absolute !important;
		top: 100%;
		left: 0;
		right: 0;
		bottom: auto;
		width: 100%;
		height: auto;
		padding: 0 !important;
		margin: 0;
		overflow: visible;
		background: transparent;
		z-index: 99998;
	}

	#megaMobileTestModal.fade .modal-dialog {
		transform: none !important;
	}

	#megaMobileTestModal.show {
		display: block;
	}

	#megaMobileTestModal .modal-dialog {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0;
		padding: 0 12px;
		pointer-events: auto;
	}

	#megaMobileTestModal .modal-content {
		width: 100%;
		max-width: 540px;
		margin: 0 auto;
		min-height: auto;
		max-height: calc(100vh - 120px);
		overflow-y: auto;
		border: 0;
		border-radius: 0;
		background: #070b38;
		color: #fff;
		box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
	}

	.mega-mobile-header,
	.mega-mobile-logo,
	.mega-mobile-book,
	.mega-mobile-close {
		display: none !important;
	}

	.mega-mobile-screen {
		display: none;
	}

	.mega-mobile-screen.is-active {
		display: block;
	}

	.mega-mobile-top-item {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 30px 38px;
		border: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		background: transparent;
		color: #fff;
		font-size: 17px;
		text-align: left;
		text-decoration: none;
	}

	.mega-mobile-top-item:first-child {
		border-top: 0;
	}

	.mega-mobile-top-caret {
		font-size: 42px;
		font-weight: 300;
		line-height: 1;
	}

	.mega-mobile-back {
		display: flex;
		align-items: center;
		gap: 16px;
		width: 100%;
		padding: 28px 24px;
		border: 0;
		background: transparent;
		color: #fff;
		font-size: 42px;
		line-height: 1;
		text-align: left;
	}

	.mega-mobile-back span {
		font-size: 17px;
	}

	.mega-mobile-intro {
		padding: 58px 24px 52px;
		background: linear-gradient(135deg, #080d3f 0%, #382bb4 100%);
	}

	.mega-mobile-eyebrow,
	.mega-mobile-main-eyebrow {
		margin-bottom: 28px;
		color: rgba(255, 255, 255, 0.9);
		font-size: 13px;
		font-weight: 500;
		letter-spacing: 1px;
		text-transform: uppercase;
	}

	.mega-mobile-intro h3 {
		max-width: 300px;
		margin: 0 0 10px;
		color: #fff;
		font-size: 22px;
		line-height: 1.1;
		font-weight: 700;
	}

	.mega-mobile-intro p {
		max-width: 310px;
		margin: 0 0 10px;
		color: rgba(255, 255, 255, 0.82);
		font-size: 13px;
		line-height: 1.45;
	}

	.mega-mobile-inline-link {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		color: #fff;
		font-size: 13px;
		font-weight: 700;
		text-decoration: none;
	}

	.mega-mobile-inline-link::after {
		content: "›";
		font-size: 24px;
		line-height: 1;
	}

	.mega-mobile-links-section {
		padding: 24px 0 0;
	}

	.mega-mobile-main-eyebrow {
		padding: 0 24px;
		margin-bottom: 22px;
	}

	.mega-mobile-sub-link {
		display: block;
		padding: 21px 24px;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		color: #19F0B6;
		font-size: 15px;
		font-weight: 700;
		text-decoration: none;
	}

	.mega-mobile-featured {
		margin: 26px 24px 32px;
		padding: 38px 28px;
		border: 1px solid rgba(255, 255, 255, 0.18);
		border-radius: 14px;
	}

	.mega-mobile-featured img {
		width: 100%;
		margin-bottom: 26px;
	}

	.mega-mobile-featured h4 {
		margin: 0 0 10px;
		color: #fff;
		font-size: 17px;
		line-height: 1.18;
		font-weight: 700;
	}

	.mega-mobile-featured p {
		margin: 0 0 16px;
		color: rgba(255, 255, 255, 0.72);
		font-size: 13px;
		line-height: 1.4;
	}

	.mega-mobile-badges {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		padding: 16px 36px 32px;
	}

	.mega-mobile-badge {
		display: inline-flex;
		align-items: center;
		gap: 7px;
		padding: 7px 11px;
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 5px;
		background: rgba(255, 255, 255, 0.06);
		color: #fff;
		font-size: 16px;
	}

	.mega-mobile-badge img {
		width: 16px;
		height: 16px;
	}

	.mega-mobile-get-started {
		display: block;
		margin: 32px 16px 36px;
		padding: 16px 18px;
		border-radius: 5px;
		background: #fff;
		color: #070b38;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		text-decoration: none;
	}

	.mega-mobile-footer-actions {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 24px;
		padding: 0 16px 38px;
	}

	.mega-mobile-footer-actions img {
		width: 28px;
		height: 28px;
		object-fit: contain;
	}

	.mega-mobile-fraud {
		position: relative;
		padding-left: 24px;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		text-decoration: none;
	}

	.mega-mobile-fraud::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		width: 1px;
		height: 28px;
		transform: translateY(-50%);
		background: rgba(255, 255, 255, 0.35);
	}
}