@font-face {
	font-family: 'DM Sans';
	src: url('../fonts/DMSans-Regular.woff2') format('woff2'), url('../fonts/DMSans-Regular.woff') format('woff');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'DM Sans';
	src: url('../fonts/DMSans-Medium.woff2') format('woff2'), url('../fonts/DMSans-Medium.woff') format('woff');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'DM Sans';
	src: url('../fonts/DMSans-SemiBold.woff2') format('woff2'), url('../fonts/DMSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: 'DM Sans';
	src: url('../fonts/DMSans-Bold.woff2') format('woff2'), url('../fonts/DMSans-Bold.woff') format('woff');
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: 'DM Sans';
	src: url('../fonts/DMSans-ExtraBold.woff2') format('woff2'), url('../fonts/DMSans-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-display: swap;
}

@font-face {
	font-family: 'DM Sans';
	src: url('../fonts/DMSans-Black.woff2') format('woff2'), url('../fonts/DMSans-Black.woff') format('woff');
	font-weight: 900;
	font-display: swap;
}

@font-face {
	font-family: 'Geologica';
	src: url('../fonts/Geologica-Black.woff2') format('woff2'), url('../fonts/DGeologica-Black.woff') format('woff');
	font-weight: 900;
	font-display: swap;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0;
	overflow-x: hidden;
	font-family: 'DM Sans', sans-serif;
	color: var(--black);
	font-weight: 400;
	font-size: 16.977px;
	line-height: 22.282px;
}

:root {
	--white: #ffffff;
	--black: #121212;
	--black2: #000000;
	--blue: #170DFC;
	--blue2: #304A9E;
	--red: #F00;
	--redgradient: linear-gradient(269deg, #E61313 0%, #E10E0E 28.71%, #DD0909 52.44%, #D40000 99.15%);
}

h1,
h2,
h3 {
	font-family: 'Geologica', sans-serif;
}

h1 {
	font-size: 59px;
	line-height: 59px;
	letter-spacing: -1.18px;
}

h2 {
	font-size: 57px;
	line-height: 60px;
	letter-spacing: -1.14px;
}

h3 {
	font-size: 38.172px;
	line-height: 38.172px;
	letter-spacing: -1.527px;
}

h4 {
	font-size: 25px;
	line-height: 25px;
	letter-spacing: -1px;
}

.text-blue {
	color: var(--blue);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block
}

[hidden] {
	display: none
}

a {
	color: var(--blue);
	text-decoration: none;
	transition: all .3s ease-in-out;
}

a:hover {
	color: var(--red);
}

a:focus {
	outline: none
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

blockquote {
	margin: 1em 40px
}

dl,
menu,
ol,
p,
pre,
ul {
	margin: 1em 0
}

code,
kbd,
pre,
samp {
	font-size: 1em
}

small,
sub,
sup {
	font-size: 75%
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

q {
	quotes: none
}

q:after,
q:before {
	content: '';
	content: none
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

dd {
	margin: 0 0 0 40px
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic
}

svg:not(:root) {
	overflow: hidden
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clearfix {
	zoom: 1
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

:focus {
	outline: 0 !important
}

.wp-block {
	max-width: 100%
}

body.admin-bar .header {
	margin-top: 32px;
}

.topbar {
	background-color: var(--blue);
	padding: 6px 0 7px 0;
}

.topbar p,
.topbar a {
	color: var(--white);
	margin: 0;
	font-size: 14px;
	line-height: 15px;
}

.topbar p {
	font-weight: 500;
}

.topbar a {
	text-decoration-line: underline;
	text-underline-offset: 1.3px;
	font-weight: 700;
}

.topbar-wrap,
.topbar-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.topbar-right {
	gap: 40px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: var(--white);
	transition: all .3s ease-in-out;
}

.header .phone-cta .btn-red {
	border-radius: 50px;
	border: 2px solid var(--white);
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.18);
	padding: 14px 37px;
	min-width: 244px;
}

.header .phone-cta .btn-red span {
	font-size: 26.461px;
}

header .navbar-light {
	padding-top: 13px;
	padding-bottom: 13px;
	box-shadow: 0 1px 8px 0 rgba(7, 0, 4, 0.17);
	transition: all .4s ease-in-out;
}

.navbar-expand-lg .navbar-collapse {
	width: auto;
	justify-content: center;
}

.navbar-light .navbar-nav .nav-link {
	padding: 26px 20px;
	font-size: 18px;
	line-height: 14px;
	letter-spacing: 0;
	color: var(--black);
	font-weight: 500;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.header.scrolled {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.dropdown-menu .dropdown-submenu li a,
.dropdown-item {
	color: var(--black);
	padding: 0;
	transition: all .3s ease;
}

.mega-menu .dropdown-item {
	padding-bottom: 21px;
	font-size: 18px;
	font-weight: 900;
}

.dropdown-item {
	font-size: 18px;
	font-weight: 900;
	padding-bottom: 20px;
}

.navbar-nav .dropdown-menu li:last-child a {
	padding-bottom: 0;
}

.dropdown-menu .dropdown-submenu li a {
	font-size: 14px;
	padding-bottom: 7px;
}

.navbar-light .navbar-nav li.menu-item:hover .nav-link,
.dropdown-item.active,
.dropdown-item:active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
	color: #DC1717 !important;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: transparent;
	font-weight: 700;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-submenu.active>.dropdown-item,
.nav-item.active>.dropdown-item {
	color: #DC1717;
	background: transparent;
}

.navbar-toggler {
	border: none
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='21' viewBox='0 0 25 21' fill='none'%3E%3Cline x1='1.35' y1='1.35' x2='23.65' y2='1.35' stroke='black' stroke-width='2.7' stroke-linecap='round'/%3E%3Cline x1='1.35' y1='10.35' x2='23.65' y2='10.35' stroke='black' stroke-width='2.7' stroke-linecap='round'/%3E%3Cline x1='1.35' y1='19.35' x2='23.65' y2='19.35' stroke='black' stroke-width='2.7' stroke-linecap='round'/%3E%3C/svg%3E")
}

.navbar .sub-menu.dropdown-menu li a {
	color: var(--black);
	font-size: 18px;
	font-weight: 900;
	line-height: normal;
	padding: 10px 0;
}

section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.btn-red {
	border-radius: 32.264px;
	background: var(--red);
	padding: 16px 26px 16px 26px;
	display: inline-flex;
	min-width: 298px;
	justify-content: center;
	transition: all .3s ease-in-out;
	position: relative;
	box-shadow: 1.291px 2.581px 5.162px 0 rgba(0, 0, 0, 0.31);
}

.btn-blue {
	border-radius: 37.199px;
	border: 3px solid var(--white);
	background: var(--blue);
	padding: 16px 26px 16px 26px;
	display: inline-flex;
	justify-content: center;
	position: relative;
	gap: 5px;
	align-items: center;
	box-shadow: 1.291px 2.581px 5.162px 0 rgba(0, 0, 0, 0.31);
}

.btn-red:hover,
.btn-blue:hover {
	box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.58), 1.291px 2.581px 5.162px 0 rgba(0, 0, 0, 0.31) !important;
}

.btn-red span,
.btn-blue span {
	font-size: 20px;
	font-weight: 900;
	line-height: 20px;
	letter-spacing: -0.8px;
	color: var(--white);
	z-index: 1;
	transition: all .3s ease-in-out;
}

.white-brd {
	border: 2px solid var(--white);
}

.container {
	position: relative;
	z-index: 2;
}

.slick-next:before,
.slick-prev:before {
	display: none;
}

.slick-next,
.slick-prev {
	width: 44.996px;
	height: 44.996px;
	z-index: 1 !important;
	box-shadow: 4px 0 7.9px 0 rgba(0, 0, 0, 0.41);
	border-radius: 44.996px;
}

.slick-prev {
	background: #0F2240 url(../images/slick-prev.svg) 46% 50% / 16px no-repeat !important;
	left: -15px;
}

.slick-next {
	background: #0F2240 url(../images/slick-next.svg) 58% 50% / 16px no-repeat !important;
	right: -15px;
}

.slick-dots li button:before {
	display: none;
}

.slick-dots li {
	margin: 0 7px;
	padding: 0;
	transition: all .3s ease-in-out;
}

.slick-dots li button {
	padding: 0;
	border: 0;
	width: 22.385px;
	height: 5.596px;
	background: #DEDEDE;
	border-radius: 31295930px;
	transition: all .3s ease-in-out;
}

li.slick-active button {
	background: var(--red);
	width: 45px;
}

li.slick-active {
	margin-right: 27px;
}


.global-cta {
	background: url('../images/globa-cta-bg.svg') center / cover no-repeat;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: -13px;
}

.global-cta .cta-phone {
	padding-top: 20px;
	padding-bottom: 17px;
}

.global-cta .cta-finance {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 80px;
}

.global-cta a {
	color: var(--white);
}

.global-cta a:hover,
.topbar a:hover {
	color: var(--red);
}

.global-cta a.phone {
	font-size: 42px;
	font-weight: 800;
	line-height: normal;
	font-family: 'Geologica', sans-serif;
	letter-spacing: -0.84px;
}

.global-cta .cta-finance a {
	font-size: 22px;
	font-weight: 900;
	line-height: normal;
	letter-spacing: -0.88px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.footer {
	padding: 21px 0;
	position: relative;
}

.ft-logo {
	margin: 16.15px 0 24.87px 0;
}

.ft-cta a.btn-red {
	box-shadow: none;
	padding: 18px 34px 20px 34px;
	border-radius: 50px;
}

.ft-wrap {
	padding-left: 35px;
	border-left: 2px solid rgba(0, 0, 0, 0.25);
}

.footer h5 {
	font-family: 'Geologica', sans-serif;
	font-size: 22px;
	font-weight: 900;
	line-height: 21px;
	text-transform: uppercase;
	margin: 18px 0 15px 0;
}

.ft-menu {
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 0px 41px;
}

.ft-menu .ft-link {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ft-menu .ft-link li a {
	font-size: 16px;
	line-height: 41px;
	color: var(--black);
}

.ft-menu .ft-link li a:hover {
	color: var(--red);
}

.ft-details {
	border-radius: 55px;
	background: linear-gradient(180deg, #170DFC 0%, #0A08B0 100%);
	padding: 18px 30px 15px 31px;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	margin: 21px 0 39px 0;
	gap: 20px;
}

.ft-details h6,
.ft-details a,
.ft-details p {
	color: var(--white);
}

.ft-details h6 {
	font-size: 17px;
	font-weight: 700;
	line-height: 15px;
	margin-bottom: 6px;
}

.ft-details a,
.ft-details p {
	font-size: 14px;
	line-height: normal;
	margin: 0;
}

.ft-details a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ft-address {
	display: flex;
	align-items: center;
	gap: 9.5px;
}

.ft-address .address-wrap h6 {
	margin-bottom: 3px;
}

.socials {
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-social a {
	padding: 5px 7px;
}

.single-social a img,
.share-post-wrp img {
	transition: all .3s ease-in-out;
	max-width: 15px;
}

.single-social a:hover img,
.share-post-wrp a:hover img {
	transform: translateY(-2px);
}

.hide-desk {
	display: none;
}

.menu-data.hide-desktop {
	display: none;
	opacity: 0;
	color: var(--white);
}

.f_fixnav {
	display: none;
}

.red {
	color: var(--red);
}

.blue {
	color: var(--blue);
}

.testimonial_inn {
	border-radius: 25px;
	border: 2px solid #9F9F9F;
	background: var(--white);
	padding: 35px 38px 113px 43px;
}

.testimonial_text p {
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
}

.testimonial_header {
	display: flex;
	justify-content: space-between;
}

.testimonial_inn {
	position: relative;
}

.testimonial_inn::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, #170DFC 0%, #0A08B0 100%);
	border-radius: 24px;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.testimonial_inn,
.testimonial_inn p,
.testimonial_inn span,
.testimonial_inn::before {
	transition: all .3s ease-in-out;
}

.testimonial_header,
.testimonial_text,
.testimonial_name {
	z-index: 1;
	position: relative;
}

.testimonial_inn:hover::before {
	opacity: 1;
}

.testimonial_header img.hide {
	display: none;
}

.testimonial_inn:hover img.hide {
	display: block;
}

.testimonial_inn:hover img.show {
	display: none;
}

.testimonial_text {
	margin: 20px 0;
}

.testimonial_name,
.testimonial_name span.initials {
	align-items: center;
	display: flex;
}

.testimonial_name {
	font-family: 'Geologica', sans-serif;
	font-weight: 700;
	position: absolute;
	bottom: 39px;
}

.testimonial_name span.initials {
	font-size: 14px;
	line-height: 21px;
	margin-right: 12px;
	width: 40px;
	height: 40px;
	border-radius: 33554400px;
	background: var(--red);
	color: var(--white);
	justify-content: center;
}

.testimonial_name span.name {
	font-size: 23px;
	line-height: 21px;
	color: var(--blue);
}

.testimonial_inn:hover p,
.testimonial_inn:hover span {
	color: var(--white);
}

.ft-reviews {
	margin: 30px 0;
}

.ft-reviews a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 600;
}

.ft-reviews a:hover svg rect {
	fill: var(--red);
}

.ft-license p {
	margin: 0;
}

.ft-license {
	margin: 26px 0;
}

.ft-license p.license_title {
	font-weight: 700;
	font-size: 17px;
	line-height: 15px;
}

.ft-license p.license {
	font-size: 14px;
	font-weight: 400;
	margin-top: 6px;
}

.ft-btm {
	margin: 22px 0 0 0;
}

.ft-btm-wrp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.ft-btm-wrp a {
	font-size: 12px;
	color: var(--black);
	letter-spacing: 0.24px;
	line-height: 18px;
	font-weight: 500;
	text-align: center;
}

.ft-btm-wrp a:hover {
	color: var(--red);
}

.err_404 {
	min-height: 583px;
	background-size: contain;
	background-position: center;
	padding: 130px 0;
	margin: 82px 0;
	background-repeat: no-repeat;
}

.err_404 h1 {
	color: var(--blue);
}

.err_404 p {
	margin: 21px auto 18px auto;
	max-width: 732px;
}

.menu-pg404 {
	margin: 0 auto;
	list-style: none;
	column-count: 3;
	max-width: 81%;
	padding: 0;
	gap: 33px;
	padding-left: 180px;
}

.menu-pg404 li a {
	font-size: 24px;
	line-height: 50px;
	color: var(--red);
	text-decoration-line: underline;
	font-weight: 700;
	display: block;
	text-align: left;
	font-family: Geologica;
	letter-spacing: -0.48px;
}

.menu-pg404 li a:hover {
	color: var(--black);
}

.form input,
.form select {
	height: 52px !important;
}

.form input,
.form select,
.form textarea {
	padding-left: 23px !important;
	border-radius: 5px !important;
	border: 1px solid var(--black) !important;
	background: var(--white) !important;
	font-size: 15px !important;
}

.form .gfield_required_asterisk {
	color: var(--black);
}

.form .gform_heading {
	display: none;
}

.form .gform-theme--foundation .gform_fields {
	column-gap: 18px !important;
	row-gap: 18px !important;
}

.form select {
	display: flex;
	align-items: center;
	background: var(--white) url('../../library/images/polygon.svg') 96% 50% / 9px no-repeat !important;
}

.ginput_container_fileupload input::file-selector-button {
	background: rgba(239, 239, 239, 1) !important;
	border: 2px solid var(--black) !important;
	font-size: 15px !important;
	line-height: 21px !important;
	padding: 4px 8.656px 6px 7px !important;
	height: 30px !important;
	margin-top: 11px !important;
	letter-spacing: 0.3px !important;
	color: var(--black) !important
}

.form textarea {
	height: 120px !important;
	min-height: 120px !important;
	max-height: 120px !important;
	resize: none !important;
}

.form .charleft {
	font-size: 14px !important;
	color: var(--black2) !important;
	font-weight: 700 !important;
	line-height: 22.282px !important;
}

.form .gform_footer {
	display: block !important;
	text-align: center !important;
	margin-top: 13px !important;
}

.form .gform_footer .gform_button {
	border-radius: 40.625px !important;
	background: var(--red) !important;
	padding: 16px 60px 16px 60px !important;
	border: none !important;
	font-size: 20px !important;
	letter-spacing: -0.8px !important;
	font-weight: 900 !important;
	transition: all .3s ease-in-out !important;
	box-shadow: none;
	min-width: 298px !important;
}

.form .gform_footer .gform_button:hover {
	box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.58), 1.291px 2.581px 5.162px 0 rgba(0, 0, 0, 0.31) !important;
}

.form .gform_validation_errors {
	display: none !important;
}

.form .gfield_validation_message {
	color: var(--red) !important;
	font-weight: 600 !important;
}

.form input[aria-invalid="true"],
.form select[aria-invalid="true"] {
	border-color: #e29d9d !important;
}

.form .gform-theme--foundation .gform-loader {
	position: absolute !important;
	margin-left: -52px;
	border-block-end-color: var(--white);
	border-inline-start-color: var(--white);
	border-block-start-color: var(--black2);
	border-inline-end-color: var(--black2);
}

.form .gform_confirmation_message {
	text-align: center;
	font-size: 30px;
	color: var(--blue);
	font-weight: 900;
	padding: 60px 15px;
}

.form input::placeholder,
.form textarea::placeholder {
	color: #505050 !important;
	font-size: 15px !important;
	opacity: 1;
}

.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
	color: #505050 !important;
	font-size: 15px !important;
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
	color: #505050 !important;
	font-size: 15px !important;
}

.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
	color: #505050 !important;
	font-size: 15px !important;
}

.form .ginput_preview_list,
.form .gform_fileupload_rules {
	display: none !important;
}

.global-sidebar {
	padding-left: 46px;
}

.sidebar-menu {
	padding: 56px 19px 32px 19px;
	border-radius: 15px;
	background: var(--blue);
	box-shadow: 0 3px 9px 0 rgba(139, 139, 139, 0.30);
	margin-bottom: 30px
}

.sidebar-menu h3 {
	font-size: 44px;
	letter-spacing: -0.88px;
	line-height: 32px;
	color: var(--white);
	margin-bottom: 30px;
}

.sidebar-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-menu ul li a {
	font-size: 26px;
	font-weight: 600;
	color: var(--white);
	letter-spacing: 0.52px;
	text-transform: uppercase;
	padding: 16px 8px;
	border-bottom: 1px solid var(--white);
	line-height: 26px;
	display: block;
}

.sidebar-menu ul li a:hover {
	color: var(--red);
}

.sidebar-menu ul li:last-child a {
	border-bottom: none;
}

.page-cta,
.page-cta .cta-group {
	display: flex;
}

.page-cta {
	gap: 10px;
	border-radius: 149px;
	background: linear-gradient(221deg, #0A08B0 23.08%, #170DFC 129.1%);
	box-shadow: 0 3px 9px 0 rgba(139, 139, 139, 0.30);
	padding: 23px 60px;
	align-items: center;
	margin-top: 72px;
}

.single-post-text .page-cta {
	background: var(--blue);
}

.page-cta .cta-group {
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}

.page-cta .title h3 {
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 0.52px;
	color: var(--white);
}

.page-cta .btn-red {
	border: 2px solid var(--white);
}

.page-cta .btn-blue {
	background: transparent;
}

.blog-item {
	border-radius: 15px;
	border: 2px solid #AFAFAF;
	background: var(--white);
	padding: 28px 20px 80px 20px;
	text-align: center;
	height: 100%;
	position: relative;
	z-index: 1;
}

.blog-item::after {
	content: '';
	border-radius: 15px;
	background: linear-gradient(180deg, #170DFC 0%, #0A08B0 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
}

.blog-item:hover::after {
	opacity: 1;
}

.blog-item,
.blog-item::after,
.blog-item h3 a,
.blog-item p.blog-excerpt,
.blog-item .btn-blue {
	transition: all .3s ease-in-out;
}

.blog-item h3 {
	font-size: 28px;
	letter-spacing: -0.56px;
	line-height: 28px;
	margin: 20px 0 11px 0;
}

.blog-item h3 a {
	color: var(--black);
}

.blog-item:hover a,
.blog-item:hover p {
	color: var(--white);
}

.blog-item .blog-image img {
	height: 220px;
	border-radius: 6px;
	width: 100%;
	object-fit: cover;
}

.blog-item p.blog-excerpt {
	margin: 0 0 10px 0;
}

.blog-item .btn-blue {
	padding: 7px 42px 9px 42px;
	box-shadow: 1.488px 2.976px 5.952px 0 rgba(0, 0, 0, 0.31);
}

.blog-item .blog-item-read-more {
	position: absolute;
	bottom: 35px;
	left: 0;
	margin: 0 auto;
	width: 100%;
}

.blog-item:hover .btn-blue,
.blog-item .btn-blue:hover {
	background: var(--red);
}

.blog-item-cta {
	margin-top: 28px;
}

.blog-list .col-md-4 {
	margin-bottom: 23px;
}

a.back-link {
	display: flex;
	margin-bottom: 35px;
	align-items: center;
	gap: 6px;
	font-size: 20px;
	line-height: 18px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--black);
}

.gcontent a.back-link img {
	width: auto;
	box-shadow: none;
	margin-bottom: 0;
}

.gcontent p {
	margin: 1.2em 0;
}

.gcontent img {
	border-radius: 15px;
	box-shadow: 0 3px 9px 0 rgba(139, 139, 139, 0.30);
	width: 100%;
	margin-bottom: 17px;
	object-fit: cover;
}

.gcontent ol,
.gcontent ul {
	padding-left: 3rem;
	margin-bottom: 2rem;
}

.gcontent ol li::marker,
.gcontent ul li::marker {
	color: var(--red);
}

.gcontent ol li,
.gcontent ul li {
	margin-bottom: 10px;
}

.gcontent h4 {
	margin-top: 15px;
	letter-spacing: 0.52px;
	line-height: 31px;
}

.gcontent .mejs-container {
	background: var(--white);
}

.gcontent .mejs-controls {
	display: none;
}

.gcontent .wp-video {
	margin-bottom: 30px;
}

.gcontent blockquote {
	margin: 0;
	border-radius: 6px;
	box-shadow: 0 3px 9px 0 rgba(139, 139, 139, 0.30);
	background: var(--blue);
	padding: 78px 8px 47px 45px;
	margin: 35px 0;
	position: relative;
}

.gcontent blockquote::before {
	content: '';
	position: absolute;
	background: url('../../library/images/quote.svg') center / contain no-repeat;
	width: 52px;
	height: 40px;
	top: 28px;
	left: 45px;
}

.gcontent blockquote p {
	font-family: 'Geologica', sans-serif;
	font-size: 34px;
	color: var(--white);
	letter-spacing: -0.68px;
	line-height: 39px;
	margin: 0 0 !important;
}

.global_pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	padding: 48px 0 68px 0;
}

.tpag_numbers {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
	justify-content: center;
}

.tpag_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border-radius: 6px;
	font-size: 24px;
	letter-spacing: -0.48px;
	line-height: 20px;
	color: var(--black);
	text-decoration: none;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
	font-weight: 600;
	gap: 8px;
}

.tpag_disabled {
	opacity: 0.35;
	pointer-events: none;
	cursor: default;
}

.tpag_prev,
.tpag_next {
	padding: 0 16px;
	flex-shrink: 0;
}

.tpag_btn_num {
	padding: 5px 10.5px 5px 10.5px;
	border-radius: 2px;
	font-size: 22px;
	letter-spacing: 0.44px;
	text-transform: uppercase;
	line-height: 21px;
	color: var(--black);
}

.tpag_current {
	background: var(--blue);
	color: var(--white);
	pointer-events: none;
}

.tpag_next img {
	transform: rotate(180deg);
}

.tpag_prev:hover,
.tpag_next:hover {
	color: var(--black);
}

.blog-hero {
	text-align: center;
	color: var(--white);
	padding: 124px 20px 154px 20px;
	position: relative;
	z-index: 1;
	background: url('../../library/images/blog-title-bg.png') center / cover no-repeat;
}

.blog-hero::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(90deg, #170DFC 0%, rgba(23, 13, 252, 0.00) 100%);
}

.blog-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin: 47px 0 30px 0;
}

.blog-header h2 {
	margin: 0;
}

.searchblog input {
	border-radius: 45px;
	border: 2px solid #AFAFAF;
	background: var(--white) url('../../library/images/search.svg') 16px 50% / 16px no-repeat;
	padding: 10px 16px 8px 45px;
	min-width: 351px;
	font-size: 15px;
	letter-spacing: 0.3px;
	line-height: 22px;
}

.filterblog {
	display: flex;
	gap: 12px;
	align-items: center;
}

.filterblog h3 {
	font-size: 26px;
	line-height: 28px;
	letter-spacing: -0.52px;
	margin: 0;
}

.filterblog select {
	border-radius: 5px;
	border: 2px solid #AFAFAF;
	padding: 10px 16px 8px 16px;
	min-width: 171px;
	background: var(--white) url('../../library/images/polygon.svg') 90% 50% / 9px no-repeat !important;
	appearance: none;
}

form.blog-filters {
	display: flex;
	gap: 110px;
	align-items: center;
}

.single-post-text .page-cta {
	margin-top: 40px;
}

.share-post {
	gap: 25px;
	margin-top: 55px;
}

.share-post h6 {
	color: var(--red);
	font-size: 18px;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	line-height: 1;
	margin: 4px 0 0 0;
	font-weight: 700;
}

.share-post-wrp {
	display: flex;
	align-items: center;
	gap: 30px;
}

.page-hero-img {
	padding-top: 35px;
	position: relative;
}

.page-hero-img::before,
.page-hero-img::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.page-hero-img::before {
	background: url('../../library/images/pgi-bg.svg') center / cover no-repeat;
	mix-blend-mode: difference;
	z-index: 1;
}

.page-hero-img::after {
	opacity: 0.85;
	z-index: 0;
	background: linear-gradient(180deg, #0A08B0 0%, #170DFC 100%);
}

section.single-post-text {
	padding: 100px 0;
	background: var(--white);
}

.page-hero-img .container {
	z-index: 2;
}

.pgi-img {
	text-align: center;
	position: relative;
	margin-bottom: -35px;
}

.pgi-img img {
	width: 551.139px;
	height: 551.139px;
	border-radius: 551.139px;
	object-fit: cover;
	box-shadow: 0 0 5.457px 0 rgba(156, 156, 156, 0.55);
}

.pgi-img:before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 575.929px;
	height: 575.929px;
	background: linear-gradient(220deg, #FFACAC 14.51%, #F00 23.78%, #170DFC 85.92%);
	border-radius: 575.929px;
	box-shadow: 3.51px 0 5.529px 0 rgba(0, 0, 0, 0.37);
	left: 30px;
	top: -12px;
}

.pgi-content h1 {
	margin: 20px 0px 30px 0;
}

.pgi-content p {
	margin: -11px 0 22px 0;
	max-width: 513px;
	line-height: normal;
	font-size: 20px;
}

.pgi-content .btn-red,
.pgi-content .btn-blue {
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.18);
	border: 2px solid var(--white);
	min-width: 258px;
	padding: 15px 18px 14px 18px;
}

.pgi-content .btn-blue {
	background: transparent;
}

.pgi-cta-group {
	display: flex;
	gap: 12px;
}

.pgi-content {
	padding: 35px 0;
}

.single-post-hero .pgi-content h1 {
	margin: -27px 0px 27px 0;
}

.related-post {
	padding: 15px 15px 62px 15px;
}

.related-post h2 {
	margin-bottom: 28px;
}

section.coupons .coupons-wrap p {
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.8px;
}

.coupon-slider {
	padding-top: 40px;
}

.coupon-slider .slick-track {
	display: flex;
	align-items: center;
}

section.coupons:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background: url('../../../library/images/coupon-before.png') right / contain no-repeat;
	width: 100%;
	height: 100%;
}

.coupon-slide-wrp {
	border-radius: 25px;
	border: 4px dashed var(--white);
	background: var(--red);
	padding: 42px 20px 38px 33px;
	margin: 0px 10px;
}

.coupon-slide img {
	height: 300px;
	object-fit: contain;
	object-position: center center;
	margin: 0 auto;
}

.ctext {
	padding: 0px 10px;
	text-align: center;
}

.coupon-slide h3 {
	font-size: 25px;
	line-height: 25px;
	letter-spacing: -1px;
	margin-bottom: 8px;
	font-weight: 900;
	font-family: 'DM Sans';
}

.coupon-slide p {
	font-size: 17px;
	line-height: 17px;
	margin: 0 0 20.43px 0;
}

.coupon-slide a.btn-blue {
	padding: 9px 26px 10px 26px;
	min-width: 220px;
	border-color: var(--blue);
	border-radius: 32.264px;
	background: linear-gradient(180deg, #170DFC 0%, #0A08B0 100%);
	box-shadow: 1.291px 2.581px 5.162px 0 rgba(0, 0, 0, 0.31);
}

.coupon-slide a.btn-blue:hover {
	border-color: var(--white);
	box-shadow: 1.488px 2.976px 5.952px 0 rgba(0, 0, 0, 0.31) !important;

}

.coupons-grid .coupon-slide {
	height: 100%;
}

.coupons-grid .coupon-slide-wrp {
	margin: 0;
	height: 100%;
	text-align: center;
}

.testimonial_text.has-toggle .testimonial-full {
	display: -webkit-box;
	-webkit-line-clamp: 11;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.testimonial_text.has-toggle.expanded .testimonial-full {
	display: block;
	overflow: visible;
	-webkit-line-clamp: unset;
}

.fi-benefits .btn-red {
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.18);
	border: 2px solid var(--white);
}

.read-more-btn {
	display: inline-block;
	cursor: pointer;
	font-weight: 700;
	text-decoration-line: underline;
	font-size: 14px;
	line-height: 21px;
	color: var(--black);
	transition: all .3s ease-in-out;
}

.testimonial_inn:hover .read-more-btn {
	color: var(--white);
}

.page-id-525 .gcontent ol,
.page-id-525 .gcontent ul {
	margin: 1em 0;
}

.page-id-525 .gcontent ol li,
.page-id-525 .gcontent ul li {
	margin-bottom: 3px;
}

.page-id-525 .gcontent ol li::marker,
.page-id-525 .gcontent ul li::marker,
.page-id-525 .gcontent a,
.page-id-525 .gcontent a {
	color: var(--black);
}

.page-id-525 .gcontent a:hover,
.page-id-525 .gcontent a:hover {
	color: var(--red);
}

.page-id-439 .hvac-ser {
	padding-top: 0px;
	margin-bottom: 0px;
}

.hh-reviews a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hh-reviews a {
	gap: 8px;
	color: var(--white);
	justify-content: left;
	width: fit-content;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.hh-reviews a svg {
	transition: all .3s ease-in-out;
}

.hh-reviews a:hover svg {
	transform: translateX(5px);
}

.pgi-content .hh-reviews a {
	margin-bottom: 27px;
}

.page-id-383 .resources {
	margin-top: 61px;
}

.page-content {
	position: relative;
}

.page-content:before,
.page-content:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.page-content:before {
	background: url('../../library/images/checks.svg') center / contain repeat;
	opacity: 0.8;
}

.page-content:after {
	background: url('../../library/images/checks-overlay.svg') top / cover no-repeat;
	top: 5%;
}

.blog .page-content:after {
	top: 0;
}

.page-id-342 .page-content {
	background: var(--white);
}

.error404 .page-content:before,
.error404 .page-content:after {
	display: none;
}

.ft-areas {
	border-radius: 55px;
	background: linear-gradient(180deg, #e82929 0%, #ff0000 100%);
	padding: 18px 30px 15px 31px;
	display: flex;
	margin-top: 20px;
	align-items: center;
}

.ft-areas h6 {
	color: var(--white);
	text-align: center;
	padding-right: 15px;
	border-right: 1px solid;
	margin-bottom: 0;
	min-width: 100px;
}

.ft-area-list a {
	color: var(--white);
	font-size: 13px;
}

.ft-area-list a:last-child span {
	display: none;
}

.ft-area-list a:hover {
	color: var(--black);
}

.ft-area-list {
	padding-left: 15px;
}

div#hvac-sticky-wrapper {
	z-index: 99;
}