/*# sourceMappingURL=critical.css.map*/

/**
* Base Colors
*/

/**************************
  Media Queries
***************************/

/*************************
  Fonts
**************************/

/*************************
  Button colours
**************************/

/*************************
  Location page colours
**************************/

/*************************
  Form colours
**************************/

/*************************
  Sidebar variables
**************************/

/*************************
  404 button background
**************************/

/*************************
  Results Partial
**************************/

/*************************
  Swiper
**************************/

/*************************
  Footer Top
**************************/

/* Additional Mixins */
.uppercase-title {
	font-family: var(--secondary-font), sans-serif;
	color: #2b2b2b;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: .15rem;
	text-align: center;
}

.page-site-map .site-map-content ul {
	padding-left: 1rem;
}

@media (min-width: 1025px) and (max-width: 1200px) {
	.page-id-296 .vivamus__wrapper-image {
		padding-bottom: 50px;
	}
}

@media (min-width: 991px) and (max-width: 1024px) {
	.page-id-296 .vivamus__wrapper-image {
		padding-bottom: 80px;
	}
}

/**
 * Critical CSS
 * Stylesheet for Elements above the fold
 * Header | Navigation | Banner
 * If there are additional stylings that need to be added, 
 * kindly remove it from other scss file to avoid duplicate 
 */
.header {
	padding: 0;
	background-color: var(--color-primary);
	background-size: cover;
}

.page-template-about-us .header {
	background-position: center top;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.page-template-about-us .header {
		background-position: 75% top;
	}
}

@media (max-width: 991px) {
	.page-template-about-us .header {
		background: var(--color-primary);
	}
}

.home .header {
	background-position: center top;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.home .header {
		background-position: right;
	}
}

.header .top-header-mobile {
	height: 212px;
}

.home .header .top-header-mobile, .page-template-about-us .header .top-header-mobile {
	background: rgba(0, 34, 71, .831372549);
}

@media (min-width: 768px) and (max-width: 991px) {
	.header .top-header-mobile {
		height: 164px;
		padding-top: 15px;
	}
}

.header .top-header-mobile > .container-fluid {
	padding-left: 5px;
	padding-right: 5px;
}

@media screen and (min-width: 768px) {
	.header .top-header-mobile > .container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.header .top-header-mobile .label {
	font-size: 15.5px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.header .top-header-mobile .label {
		font-size: 16px;
	}
	
	.lang-es .header .top-header-mobile .label {
		font-size: 14px;
	}
}

@media screen and (min-width: 992px) {
	.lang-es .header .top-header-mobile .label {
		font-size: 11.5px;
	}
}

.header .top-header-mobile .btn-primary {
	display: flex;
	align-items: center;
	padding: 10px 9px;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.header .top-header-mobile .btn-primary {
		padding: 0;
	}
}

.header .top-header-mobile .btn-primary strong {
	font-family: var(--secondary-font), sans-serif;
	font-size: 28px;
	font-weight: 800;
	line-height: 40px;
	text-align: left;
}

.header .top-header-mobile .btn-primary span {
	width: 70px;
	font-family: var(--main-font), sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 15px;
	letter-spacing: .115em;
	text-align: right;
	display: inline-block;
	margin-right: 6px;
}

.header .top-header-mobile .btn-primary::after {
	display: none;
}

@media screen and (min-width: 768px) {
	.header .top-header-mobile .btn-primary {
		background-color: initial;
		color: #fff;
	}
	
	.header .top-header-mobile .btn-primary strong {
		position: relative;
		font-size: 35px;
		font-weight: 800;
		line-height: 40px;
	}
	
	.header .top-header-mobile .btn-primary strong::before {
		position: absolute;
		content: "";
		width: 20.23px;
		height: 30px;
		background-image: url("https://cdn-ilaodbn.nitrocdn.com/CaZvCfpxEfNnDrNJNfcCuiKcEplexPRY/assets/images/optimized/rev-a1b5363/bayukpratt.com/wp-content/themes/horizon-mercury/dist/images/phone-icon.svg");
		top: 7px;
		left: -38px;
	}
}

.header .top-header-mobile .cta-wrap {
	padding-left: 10px;
	padding-right: 10px;
}

.header .top-header-mobile .cta-wrap.cta-wrap-tablet {
	display: flex;
	flex-direction: column;
	margin-top: 15px;
	align-items: end;
}

@media screen and (min-width: 768px) {
	.header .top-header-mobile .cta-wrap {
		padding-left: 0;
		padding-right: 0;
	}
}

.header .top-header-mobile .menu-wrapper .menu-label {
	display: none;
}

@media screen and (min-width: 768px) {
	.header .top-header-mobile .menu-wrapper .menu-label {
		display: block;
		font-family: var(--main-font), sans-serif;
		font-size: 18px;
		font-weight: 700;
		line-height: 28px;
		letter-spacing: .5em;
		text-align: center;
		color: #fff;
		margin-right: 15px;
		text-transform: uppercase;
	}
}

@media screen and (min-width: 768px) {
	.header .top-header-mobile .menu-wrapper {
		display: flex;
		align-items: center;
	}
}

.header .top-header-mobile .col-tablet-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.header #nav-mobile {
	padding-top: 0;
	padding-bottom: 0;
}

.header #nav-mobile .site-logo {
	height: 97px;
	padding: 0;
	z-index: 99;
}

.header #nav-mobile .site-logo img {
	padding: 4px 16px;
	max-width: 254.67px;
}

@media screen and (min-width: 768px) {
	.header #nav-mobile .site-logo img {
		max-width: 343px;
		padding: 0;
	}
}

.header .top-header-desktop {
	position: relative;
	height: 120px;
	border-bottom: 1px solid #fff;
}

.home .header .top-header-desktop, .page-template-about-us .header .top-header-desktop {
	background: rgba(0, 34, 71, .831372549);
}

.header .top-header-desktop .logo {
	padding: 16px 12px;
	padding-left: 0;
	padding-right: 0;
}

.header .top-header-desktop .navbar-nav {
	justify-content: flex-end;
}

.header .top-header-desktop .site-logo {
	height: 148px;
	display: block;
	position: relative;
}

.header .top-header-desktop .site-logo img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	max-width: 296px;
}

.header .top-header-desktop .phone-section {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header .top-header-desktop .phone-section .label {
	padding-right: 62px;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	text-align: right;
	font-family: var(--main-font), sans-serif;
	color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header .top-header-desktop .phone-section .label {
		display: none;
	}
}

@media (min-width: 1200px) {
	.header .top-header-desktop .phone-section .label {
		font-size: 16px;
	}
	
	.lang-es .header .top-header-desktop .phone-section .label {
		font-size: 12px;
		padding-right: 53px;
	}
}

.header .top-header-desktop .phone-section .language-switcher {
	position: relative;
	z-index: 30;
	margin-right: 28px;
	flex-shrink: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header .top-header-desktop .phone-section .language-switcher {
		margin-right: 18px;
	}
	
	.lang-en .header .top-header-desktop .phone-section .language-switcher {
		margin-right: 50px;
	}
}

@media (min-width: 1200px) {
	.header .top-header-desktop .phone-section .language-switcher {
		margin-right: 0;
	}
}

.header .top-header-desktop .phone-section .language-switcher .wpml-ls {
	width: auto;
	max-width: none;
}

.header .top-header-desktop .phone-section .language-switcher ul {
	margin: 0 !important;
	padding: 0;
	list-style: none;
}

.header .top-header-desktop .phone-section .language-switcher li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header .top-header-desktop .phone-section .language-switcher a {
	font-family: var(--main-font), sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.2;
	color: #fff;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.header .top-header-desktop .phone-section .language-switcher .wpml-ls-flag {
	display: inline-block;
	width: 18px;
	height: auto;
	vertical-align: middle;
	border-radius: 1px;
}

.header .top-header-desktop .phone-section .language-switcher .wpml-ls-flag + span {
	margin-left: .4em;
	padding-right: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: left;
	color: inherit;
}

.header .top-header-desktop .phone-section .language-switcher .wpml-ls-native, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-display {
	padding-right: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: left;
	color: inherit;
	vertical-align: middle;
}

.header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown-click {
	width: auto;
	min-width: 7.5em;
}

.header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown a, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown-click a {
	display: block;
	border: 1px solid rgba(255, 255, 255, .4);
	background-color: transparent;
	color: #fff;
	padding: 8px 34px 8px 12px;
	line-height: 1.2;
}

.header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown a:hover, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown a:focus, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown-click a:hover, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown-click a:focus {
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-color: #e2b764;
}

.header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
	position: relative;
	padding-right: 34px;
}

.header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	content: "";
	position: absolute;
	right: 12px;
	top: calc(50% - .15em);
	display: inline-block;
	border: .35em solid transparent;
	border-top: .45em solid #e2b764;
}

.header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus-within > a, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:focus-within > a {
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-color: #e2b764;
}

.header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	visibility: hidden;
	position: absolute;
	top: calc(100% - 1px);
	right: 0;
	left: auto;
	min-width: 100%;
	z-index: 101;
	border-top: 0;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
}

.header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: rgba(0, 34, 71, .08);
	background-color: #fff;
	color: #002247;
	padding: 10px 12px;
	letter-spacing: .04em;
}

.header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:focus, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:focus {
	background-color: #002247;
	border-color: #002247;
	color: #fff;
}

.header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus-within .wpml-ls-sub-menu, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-keyboard-open .wpml-ls-sub-menu, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover .wpml-ls-sub-menu, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:focus-within .wpml-ls-sub-menu, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-keyboard-open .wpml-ls-sub-menu {
	visibility: visible;
}

.header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-list-horizontal > ul {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 6px;
}

.header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-list-horizontal a {
	display: inline-flex;
	align-items: center;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, .35);
	background-color: transparent;
	color: rgba(255, 255, 255, .85);
}

.header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-list-horizontal a:hover, .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-list-horizontal a:focus {
	color: #fff;
	border-color: #e2b764;
	background-color: rgba(255, 255, 255, .08);
}

@media (min-width: 992px) and (max-width: 1199px) {
	.lang-es .header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-list-horizontal a {
		margin-right: 40px;
	}
}

.header .top-header-desktop .phone-section .language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
	color: #e2b764;
	border-color: #e2b764;
	background-color: rgba(226, 183, 100, .12);
}

.header .top-header-desktop .phone-section .contact-phone {
	color: #fff;
	font-family: var(--secondary-font), sans-serif;
	font-size: 35px;
	font-weight: 800;
	line-height: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header .top-header-desktop .phone-section .contact-phone {
		font-size: 32px;
	}
	
	.lang-es .header .top-header-desktop .phone-section .contact-phone {
		font-size: 27px;
	}
}

.header .top-header-desktop .phone-section .contact-phone strong {
	position: relative;
}

.header .top-header-desktop .phone-section .contact-phone strong::before {
	position: absolute;
	content: "";
	width: 20.23px;
	height: 30px;
	background-image: url("https://cdn-ilaodbn.nitrocdn.com/CaZvCfpxEfNnDrNJNfcCuiKcEplexPRY/assets/images/optimized/rev-a1b5363/bayukpratt.com/wp-content/themes/horizon-mercury/dist/images/phone-icon.svg");
	top: 12px;
	left: -38px;
}

.header .top-header-desktop .desktop-menu {
	position: relative;
}

.hero {
	position: relative;
}

.page-template-about-us .hero {
	padding-bottom: 78px;
}

@media (max-width: 991px) {
	.page-template-about-us .hero {
		padding-bottom: 75px;
		padding-top: 48px;
	}
}

@media (max-width: 575px) {
	.page-template-about-us .hero {
		padding-bottom: 50px;
	}
}

.page-template-about-us .hero .hero-col-text {
	padding-bottom: 44px;
}

@media (max-width: 991px) {
	.page-template-about-us .hero .hero-col-text {
		padding-bottom: 0;
	}
}

.page-template-about-us .hero .hero-col-text .btn-primary {
	padding: 15px 72px 15px 28px;
}

@media (max-width: 1199px) {
	.page-template-about-us .hero .hero-col-text .btn-primary {
		padding: 14px 56px 14px 14px;
	}
}

.page-template-about-us .hero .hero-col-text .btn-primary:after {
	right: 28px;
}

@media (max-width: 575px) {
	.page-template-about-us .hero .hero-col-text .btn-primary:after {
		top: 50%;
		transform: translateY(-50%);
	}
}

.page-template-about-us .hero .hero-image-mobile {
	margin: 0 auto 33px;
	text-align: center;
}

@media (max-width: 991px) {
	.page-template-about-us .hero .button-wrap {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

.page-template-about-us .hero .hero-cta {
	margin-top: 0;
}

@media (min-width: 576px) {
	.page-template-about-us .hero .hero-cta {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	.page-template-about-us .hero .hero-cta {
		bottom: 0;
		position: absolute;
		width: 100%;
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.page-template-about-us .hero .hero-cta {
		width: unset;
	}
}

.page-template-about-us .hero .hero-cta img {
	position: absolute;
	z-index: 3;
}

@media (min-width: 1200px) {
	.page-template-about-us .hero .hero-cta img {
		left: -20px;
		top: -32px;
	}
}

@media (min-width: 993px) and (max-width: 1199px) {
	.page-template-about-us .hero .hero-cta img {
		width: 35%;
	}
}

@media (max-width: 767px) {
	.page-template-about-us .hero .hero-cta img {
		width: 35%;
	}
}

@media (max-width: 575px) {
	.page-template-about-us .hero .hero-cta img {
		width: 25%;
		margin-top: 20px;
	}
}

.page-template-about-us .hero .hero-cta__inner {
	width: 570px;
	background: rgba(255, 255, 255, .15);
	display: block;
	position: relative;
	padding: 15px 54px 24px 180px;
	z-index: 1;
	font-family: var(--secondary-font), sans-serif;
	border-radius: 5px;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, .15);
	backdrop-filter: blur(14px);
}

@media (min-width: 993px) and (max-width: 1199px) {
	.page-template-about-us .hero .hero-cta__inner {
		padding: 15px 25px 25px 180px;
	}
}

@media (max-width: 767px) {
	.page-template-about-us .hero .hero-cta__inner {
		padding: 15px 25px 25px 180px;
		width: 100%;
	}
}

@media (max-width: 575px) {
	.page-template-about-us .hero .hero-cta__inner {
		padding: 130px 15px 30px;
		width: 100%;
	}
}

.page-template-about-us .hero .hero-cta__text-label {
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 37.229px;
	text-align: end;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.page-template-about-us .hero .hero-cta__text-label {
		font-size: 17px;
		text-align: end;
	}
}

@media (max-width: 767px) {
	.page-template-about-us .hero .hero-cta__text-label {
		font-size: 20px;
		text-align: end;
	}
}

@media (max-width: 499px) {
	.page-template-about-us .hero .hero-cta__text-label {
		font-size: 18px;
		text-align: center;
	}
}

.page-template-about-us .hero .hero-cta__text-number {
	font-size: 45px;
	font-weight: 800;
	line-height: 50px;
}

@media (min-width: 993px) and (max-width: 1199px) {
	.page-template-about-us .hero .hero-cta__text-number {
		font-size: 22px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.page-template-about-us .hero .hero-cta__text-number {
		font-size: 34px;
		line-height: 30px;
	}
}

@media (max-width: 499px) {
	.page-template-about-us .hero .hero-cta__text-number {
		font-size: 30px;
		line-height: 30px;
		text-align: center;
	}
}

.page-template-about-us .hero .banner-title {
	margin-top: 60px;
	margin-bottom: 21px;
}

@media (max-width: 991px) {
	.page-template-about-us .hero .banner-title {
		margin-top: 0;
	}
}

.hero p {
	margin-bottom: 33px;
}

.hero-home {
	position: relative;
	display: flex;
	align-items: center;
	padding: 20px 0 20px;
}

@media (max-width: 767px) {
	.hero-home > .container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (min-width: 768px) {
	.hero-home {
		padding: 40px 0 50px;
	}
}

@media screen and (min-width: 992px) {
	.hero-home {
		padding: 60px 0 80px;
	}
}

@media screen and (min-width: 1200px) {
	.hero-home {
		padding: 60px 0 50px;
	}
}

@media screen and (min-width: 1400px) {
	.hero-home {
		padding: 40px 0 0;
	}
}

@media screen and (min-width: 992px) {
	.hero-home .row {
		align-items: center;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.hero-home {
		padding-top: 22px;
	}
}

@media (min-width: 1440px) {
	.hero-home .attorney-image-holder {
		padding-left: 20px;
	}
}

.hero-home .banner-title {
	font-family: var(--secondary-font), sans-serif;
	font-size: 36px;
	font-weight: 800;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.hero-home .banner-title {
		font-size: 40px;
		font-style: normal;
		font-weight: 800;
		line-height: 60px;
	}
}

@media screen and (min-width: 992px) {
	.hero-home .banner-title {
		text-align: left;
		max-width: 645px;
	}
}

@media screen and (min-width: 1400px) {
	.hero-home .banner-title {
		font-size: 72px;
		font-style: normal;
		font-weight: 800;
		line-height: 77.5px;
	}
	
	.lang-es .hero-home .banner-title {
		font-size: 50px;
		line-height: 55px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.hero-home .banner-title {
		font-size: 47px;
	}
}

@media screen and (min-width: 992px) {
	.hero-home .banner-content-holder {
		margin-top: -30px;
	}
}

@media screen and (min-width: 1200px) {
	.hero-home .banner-content-holder {
		margin-top: -60px;
	}
}

@media screen and (min-width: 1400px) {
	.hero-home .banner-content-holder {
		margin-top: -100px;
	}
}

@media screen and (min-width: 1440px) {
	.hero-home .banner-content-holder {
		margin-top: -120px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.hero-home .banner-content-holder .attorney-image img {
		max-width: 381px;
	}
}

.hero-home .banner-subtitle {
	color: #fff;
	font-family: var(--secondary-font), sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 26.06px;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 3px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.hero-home .banner-subtitle {
		font-size: 24px;
		line-height: normal;
		margin-bottom: 24px;
	}
}

@media screen and (min-width: 992px) {
	.hero-home .banner-subtitle {
		text-align: left;
		font-size: 15px;
		margin-top: 13px;
	}
}

@media screen and (min-width: 1200px) {
	.hero-home .banner-subtitle {
		font-size: 24px;
	}
	
	.lang-es .hero-home .banner-subtitle {
		font-size: 20px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.hero-home .banner-subtitle {
		font-size: 19px;
	}
}

@media (min-width: 1400px) and (max-width: 1439px) {
	.hero-home .banner-subtitle {
		font-size: 22px;
	}
}

.hero-home p {
	text-align: left;
	margin-bottom: 25px;
	margin-top: 15px;
}

@media screen and (min-width: 768px) {
	.hero-home p {
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		/* 133.333% */
		margin-top: -25px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.hero-home p {
		margin-top: 0;
	}
}

@media screen and (min-width: 992px) {
	.hero-home p {
		text-align: left;
		margin-top: 30px;
		line-height: 30px;
		max-width: 639px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hero-home:before {
		width: 55%;
	}
	
	.hero-home:after {
		right: calc(55% - 75px);
	}
	
	.hero-home .banner-content .content {
		max-width: 420px;
	}
}

@media (max-width: 991px) {
	.hero-home {
		display: block;
		height: auto;
		text-align: center;
	}
	
	.hero-home .banner-content {
		padding: 30px 15px;
		background-color: #efeeec;
	}
	
	.hero-home .banner-content .content {
		margin: auto;
	}
	
	.hero-home .banner-content .banner-title:after {
		right: initial;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (max-width: 767px) {
	.hero-home .banner-content .banner-title {
		font-size: 36px;
		line-height: 44px;
	}
	
	.hero-home .banner-content .banner-subtitle {
		font-size: 18px;
		line-height: 32px;
	}
	
	.hero-home .banner-content .areas-serve {
		margin-top: 20px;
		font-size: 19px;
		letter-spacing: .5px;
	}
}

.banner-subtitle {
	margin-bottom: 24px;
	color: #323049;
	font-size: 21px;
	font-weight: 500;
	line-height: 36px;
}

.banner-subtitle em {
	font-weight: 700;
	font-style: italic;
}

.hero-bio {
	background-size: cover !important;
	background-position: center top;
}

@media (max-width: 991px) {
	.hero-bio {
		background-position: left top;
	}
}

.hero-bio .col-left {
	padding-top: 41px;
	padding-bottom: 71px;
}

@media (max-width: 767px) {
	.hero-bio .col-left .banner-title {
		margin-bottom: 0;
	}
}

.hero-bio .col-left .position {
	color: #7dbeef;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	font-family: var(--secondary-font), sans-serif;
}

.hero-bio .col-left .btn-primary {
	padding: 14px 70px 14px 29px;
}

.hero-bio .col-left .btn-primary:after {
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
}

.hero-bio .col-left ul {
	margin-top: 20px;
	margin-bottom: 17px;
	margin-left: 0;
	padding-left: 0;
}

@media (max-width: 767px) {
	.hero-bio .col-left ul {
		margin-top: 15px;
	}
}

.hero-bio .col-left ul li {
	font-size: 17px;
	font-weight: 500;
	color: #908f8c;
	margin-bottom: 0;
	line-height: normal;
	padding: 12px 0;
	position: relative;
}

@media (max-width: 767px) {
	.hero-bio .col-left ul li {
		padding: 6px 0;
	}
}

@media (min-width: 992px) {
	.hero-bio .col-left ul li.email:after {
		display: block;
		content: "";
		position: absolute;
		width: 3px;
		height: 28px;
		background: #fff;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

.hero-bio .col-left ul li:first-of-type {
	padding-right: 26px;
	padding-left: 45px;
}

.hero-bio .col-left ul li:first-of-type:before {
	display: block;
	content: "";
	position: absolute;
	width: 33px;
	height: 25px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url("https://cdn-ilaodbn.nitrocdn.com/CaZvCfpxEfNnDrNJNfcCuiKcEplexPRY/assets/images/optimized/rev-a1b5363/bayukpratt.com/wp-content/themes/horizon-mercury/dist/images/icon-email.svg") no-repeat scroll center center;
}

.hero-bio .col-left ul li:nth-child(2) {
	padding-left: 45px;
}

@media (min-width: 992px) {
	.hero-bio .col-left ul li:nth-child(2) {
		margin-left: 26px;
	}
}

.hero-bio .col-left ul li.phone:before {
	display: block;
	content: "";
	position: absolute;
	width: 33px;
	height: 28px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url("https://cdn-ilaodbn.nitrocdn.com/CaZvCfpxEfNnDrNJNfcCuiKcEplexPRY/assets/images/optimized/rev-a1b5363/bayukpratt.com/wp-content/themes/horizon-mercury/dist/images/icon-phone.svg") no-repeat scroll center center;
}

.hero-bio .col-left ul li a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
}

.hero-bio .col-left ul li.phone {
	background-size: 20px 20px;
}

.hero-bio .col-left ul li.email {
	background-size: 20px 15px;
}

@media (max-width: 991px) {
	.hero-bio .col-left .btn-std {
		width: 100%;
	}
}

.hero-generic {
	background: #001b38;
}

@media (max-width: 991px) {
	.hero-generic {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	
	.hero-generic h1 {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.hero-generic {
		padding-bottom: 20px;
	}
	
	.hero-generic h1 {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 992px) {
	.hero-generic {
		height: 251px;
	}
	
	.has-no-featured .hero-generic {
		height: 200px;
	}
	
	.hero-generic h1 {
		margin-top: 30px;
	}
}

#mobile-menu {
	display: none;
}

.close__mobileMenu {
	background-color: #063263;
	padding: 12px 8px 8px 8px;
	border-radius: 0;
	border: 2px solid rgba(255, 255, 255, .3);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999999;
	height: 45px;
	width: 45px;
	display: none;
}

.close__mobileMenu .x {
	display: block;
	background-color: white;
	width: 26px;
	height: 4px;
	transition: all ease-in .5s;
}

.close__mobileMenu .x:first-child {
	transform: rotate(45deg);
}

.close__mobileMenu .x:last-child {
	transform: translate(0px, -4px) rotate(-45deg);
}

.mm-ocd-opened .mobile-button {
	display: none;
}

.mm-ocd-opened .close__mobileMenu {
	display: block;
}

.mobile-button {
	padding: 12px;
	background-color: var(--accent-color);
	border-radius: 8px;
	border: 1px solid rgba(0, 17, 46, .1019607843);
	width: 44px;
	height: 45px;
	margin-top: -7px;
	margin-right: 11px;
}

@media screen and (min-width: 768px) {
	.mobile-button {
		margin-top: 0;
		margin-right: 0;
	}
}

.mobile-button .menu__bar {
	background-color: white;
	height: 1.2px;
	width: 18px;
	display: block;
	margin-bottom: 3px;
}

.mobile-button .menu__bar:last-child {
	margin-bottom: 0;
}

#nav-mobile .navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
	max-width: 180px;
	width: 100%;
}

#nav-mobile .navbar-toggler {
	background: black;
}

#nav-mobile .navbar-toggler.collapsed .navbar-toggler-icon {
	display: inline-block;
	width: 33px;
	height: 23px;
	vertical-align: middle;
	content: "";
	background: url("https://cdn-ilaodbn.nitrocdn.com/CaZvCfpxEfNnDrNJNfcCuiKcEplexPRY/assets/images/optimized/rev-a1b5363/bayukpratt.com/wp-content/themes/horizon-mercury/dist/images/bgBurger.svg") no-repeat scroll center center #000;
	background-size: 33px 23px;
}

#nav-mobile .navbar-toggler.collapsed .navbar-toggler-icon.nitro-lazy {
	background: none !important;
}

#nav-mobile .navbar-toggler .navbar-toggler-icon {
	display: inline-block;
	width: 33px;
	height: 23px;
	vertical-align: middle;
	content: "";
	background: url("https://cdn-ilaodbn.nitrocdn.com/CaZvCfpxEfNnDrNJNfcCuiKcEplexPRY/assets/images/optimized/rev-a1b5363/bayukpratt.com/wp-content/themes/horizon-mercury/dist/images/bgBurgerClose.svg") no-repeat scroll center center #000;
	background-size: 33px 23px;
}

#nav-mobile .navbar-toggler .navbar-toggler-icon.nitro-lazy {
	background: none !important;
}

@media (max-width: 991px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
	}
}

/**
 Desktop menu styles
*/
.menu-container {
	max-width: 1170px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}

#nav-desktop {
	padding-top: 3px;
}

#nav-desktop .menu-container {
	padding-right: 0;
}

#nav-desktop ul#menu-main-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#nav-desktop ul#menu-main-menu > .nav-item.current-menu-item .nav-link {
	color: var(--header-main-m-current-color);
}

#nav-desktop ul#menu-main-menu > .nav-item:last-child .nav-link {
	padding-right: 0;
}

#nav-desktop .nav-item {
	margin-bottom: 0;
}

#nav-desktop .nav-item:last-child a {
	padding-right: 0;
}

#nav-desktop .nav-item.active .nav-link:before {
	display: block;
	width: 66px;
	height: 7px;
	background-color: #ffb944;
	position: absolute;
	top: 42px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	z-index: 9;
	border-radius: 5px;
}

#nav-desktop .nav-item.dropdown a.dropdown-toggle::after {
	width: 9px;
	height: 5px;
	background-image: url("https://cdn-ilaodbn.nitrocdn.com/CaZvCfpxEfNnDrNJNfcCuiKcEplexPRY/assets/images/optimized/rev-a1b5363/bayukpratt.com/wp-content/themes/horizon-mercury/dist/images/dropdown-arrow1.svg");
	border: 0;
	background-repeat: no-repeat;
	position: relative;
	top: 2px;
}

#nav-desktop .nav-item:hover .dropdown-menu {
	display: block;
}

#nav-desktop .nav-item .nav-link {
	color: var(--header-main-m-color);
	font-family: var(--main-font), sans-serif;
	font-size: 14px;
	letter-spacing: .57px;
	font-weight: 400 !important;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: .06em;
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
}

@media screen and (min-width: 992px) {
	#nav-desktop .nav-item .nav-link {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 14px;
	}
	
	.lang-es #nav-desktop .nav-item .nav-link {
		font-size: 12px;
	}
}

@media screen and (min-width: 1200px) {
	#nav-desktop .nav-item .nav-link {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 16px;
	}
	
	.lang-es #nav-desktop .nav-item .nav-link {
		font-size: 15px;
	}
}

@media screen and (min-width: 1400px) {
	#nav-desktop .nav-item .nav-link {
		padding-left: 25px;
		padding-right: 25px;
	}
}

#nav-desktop .nav-item .nav-link:hover, #nav-desktop .nav-item .nav-link:focus {
	color: #fff;
}

#nav-desktop .nav-item .nav-link.dropdown-toggle {
	position: relative;
}

#nav-desktop .nav-item .nav-link.dropdown-toggle:hover::before, #nav-desktop .nav-item .nav-link.dropdown-toggle:focus-visible::before, #nav-desktop .nav-item .nav-link.dropdown-toggle:focus-visible::before, #nav-desktop .nav-item .nav-link.dropdown-toggle:target::before, #nav-desktop .nav-item .nav-link.dropdown-toggle:focus::before {
	height: 8px;
	position: absolute;
	content: "";
	left: 5%;
	bottom: -2px;
	width: 90%;
	background: #c29346;
}

#nav-desktop .nav-item .nav-link:active {
	color: var(--header-main-m-active-color);
}

@media screen and (min-width: 1200px) {
	#nav-desktop .nav-item .nav-link {
		font-size: 16px;
	}
}

#nav-desktop .nav-item .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 15rem;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	color: #454545;
	text-align: left;
	list-style: none;
	background-color: var(--header-sub-m-bg);
	background-clip: padding-box;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#nav-desktop .nav-item .dropdown-menu li {
	padding: 3px 0;
	border-bottom: 1px solid #d0d0d0;
}

#nav-desktop .nav-item .dropdown-menu li a {
	color: var(--color-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

#nav-desktop .nav-item .dropdown-menu li a:hover, #nav-desktop .nav-item .dropdown-menu li a:focus {
	background: #c29346;
	color: #fff !important;
	border-radius: 5px;
}

#nav-desktop .nav-item .dropdown-menu li a::before {
	display: none !important;
}

#nav-desktop .nav-item .dropdown-menu li:last-child {
	border-bottom: 0;
}

#nav-desktop .nav-item .dropdown-menu li:hover a, #nav-desktop .nav-item .dropdown-menu li:focus a {
	color: #fff;
}

#nav-desktop .nav-item .dropdown-menu li.current-menu-item a {
	color: var(--header-sub-link-active);
}

/*
.apexchat_prechat_invitation_wrapper_custom {
    @media screen and (min-width: 1200px) {
        right: 50% !important; 
    }
}
*/
.mm-spn.mm-spn--navbar:after, .mm-spn.mm-spn--navbar::before {
	opacity: 1 !important;
	border-color: #fff;
}

.mm-spn.mm-spn--navbar li:before {
	opacity: 1;
	border-color: #fff;
}

.mm-ocd--open .mm-spn.mm-spn--light {
	background-color: var(--color-primary);
}

.mm-spn a:not(:last-child):after, .mm-spn li:after {
	opacity: 1 !important;
	border-top: 1px solid white !important;
}
