
/*
Theme Name: Ryno Theme Three
Theme URI: http://rynoss.com
Author: RYNO Strategic Solutions
Author URI: http://rynoss.com
Description: The third theme.
Version: 4.10.0
Text Domain: ryno_theme_three
*/

/* -------------------------------------------------------
======================== GLOBAL ======================== 
------------------------------------------------------- */
img {
	-o-object-fit: contain;
	object-fit: contain;
}

* {
	/* Required for Fluid Font Sizing (in Safari) */
	min-height: 0vw;
}

.container-wrapper {
	padding-left: 1.6em;
	padding-right: 1.6em;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}

.footer div, .footer article, .footer section, .footer p, .footer ul, .footer ol, .postscript-contact div, .postscript-contact article, .postscript-contact section, .postscript-contact p, .postscript-contact ul, .postscript-contact ol {
	font-size: inherit;
}

body .wrapper, .postscript-contact, body .footer, body .copyright {
	font-size: calc(14px + ( 20 - 14 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

/* slider fix */
.hs2__slide:not(:first-of-type), .hs6__slide:not(:first-of-type), .hs7__slide:not(:first-of-type), .hs8__slide:not(:first-of-type) {
	/* fix stacking */
	display: none;
}

.slick-initialized .slick-slide {
	/* fix stacking */
	display: block;
}

.slick-slider {
	/* allow selectable text */
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.slick-slider:not(.hero__slider) .slick-track {
	/* make slides equal height */
	display: flex !important;
}

.slick-slider:not(.hero__slider) .slick-slide {
	/* make slides equal height */
	height: inherit !important;
}

/* /slider fix */

/* dot fix */
.slick-slider.slick-dotted {
	margin-bottom: 0px;
}

.slick-slider:not(.hero__slider) .slick-dots {
	top: calc(100% + 1em);
}

.slick-slider:not(.hero__slider) .slick-dots li {
	background-color: transparent;
	border-radius: 50%;
	margin: 0 7px;
	opacity: 1;
	width: 18px;
	height: 18px;
	float: none;
	border: 1px solid #fff;
}

.slick-slider:not(.hero__slider) .slick-dots li.slick-active button:before, .slick-slider:not(.hero__slider) .slick-dots li button:before {
	color: transparent;
}

.slick-slider:not(.hero__slider) .slick-dots li:hover, .slick-slider:not(.hero__slider) .slick-dots li:focus {
	opacity: 1;
	background: #fff;
}

.slick-slider:not(.hero__slider) .slick-dots li.slick-active {
	opacity: 1 !important;
	background: #fff;
}

@media (hover: hover) and (pointer: fine) {
	/* dot issue fix */
	.slick-slider:not(.hero__slider) .slick-dots li:hover, .slick-slider:not(.hero__slider) .slick-dots li:focus {
		opacity: 1;
	}
}

/* /dot fix */

/* arrow fix */
.slick-slider:not(.hero__slider) .slick-prev:before, .slick-slider:not(.hero__slider) .slick-next:before {
	font-family: "ryno-theme-icons" !important;
	font-size: 40px;
	font-weight: 900;
	opacity: 1;
	color: #fff;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.slick-slider:not(.hero__slider) .slick-prev:before {
	content: "";
}

.slick-slider:not(.hero__slider) .slick-next:before {
	content: "";
}

.slick-slider:not(.hero__slider) .slick-prev, .slick-slider:not(.hero__slider) .slick-next {
	height: 40px;
	width: 40px;
	display: flex;
	z-index: 4;
	top: calc(100% + 52px);
}

.slick-slider:not(.hero__slider) .slick-prev {
	left: calc(50% - 45px);
}

.slick-slider:not(.hero__slider) .slick-next {
	right: calc(50% - 45px);
}

/* /arrow fix */

/* Variables
------------------------------------------------------- */
:root {
	--mobile-header-height: 108px;
	--hamburger-spacing: -12px;
	--contact-bar-color: #fff;
	--contact-bar-font-size-1: 16px;
	--contact-bar-font-size-2: 18px;
}

/* Helpers
------------------------------------------------------- */
.mobile-nav-name, .desk-break {
	display: none;
}

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

.absolute-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.absolute-bs-left {
	position: absolute;
	left: 12px;
}

.divider-top {
	vertical-align: top;
}

[class*="__line--stn"] {
	border-top: 7px solid tomato;
	margin: 0 auto 2.25em;
	opacity: 1;
	width: 140px;
	background-color: transparent;
}

div[class*="__five-stars--stn"] {
	font-size: 2em;
}

[class*="__five-stars--stn"] {
	display: flex;
	align-items: center;
	justify-content: center;
	color: tomato;
	margin-bottom: .5em;
}

[class*="__svg-container--stn"] {
	display: flex;
}

[class*="__svg-container--stn"] svg {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	height: 100%;
}

[class*="__divider--stn"] {
	margin-top: -2px;
	margin-bottom: -2px;
	vertical-align: bottom;
}

[class*="__divider--stn"] img {
	-o-object-fit: initial;
	object-fit: initial;
}

[class*="__orn-break--stn"] {
	display: grid;
	grid-gap: .85em;
	grid-template-columns: 1fr auto 1fr;
	margin-bottom: 2.5em;
	padding: 0 1.8em;
}

[class*="__break-img"] {
	max-width: 110px;
	width: 19vw;
}

[class*="__orn-break--stn"]::before, [class*="__orn-break--stn"]::after {
	align-self: center;
	border-top: 3px solid tomato;
	content: "";
}

/* Guide
------------------------------------------------------- */
.heading--stn {
	line-height: 1.17;
	text-transform: uppercase;
	font-weight: 700;
	font-size: calc(22px + ( 48 - 22 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	margin-bottom: 8px;
}

.p--stn, .p--stn p, .p--bold, .p--bold p {
	line-height: 1.56;
	font-family: "Whitney", Arial, sans-serif;
}

.p--stn, .p--stn p {
	font-weight: 500;
}

.p--stn p, .p--bold p {
	margin-bottom: 1.78em;
	font-size: calc(14px + ( 18 - 14 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

.p--bold, .p--bold p {
	font-weight: 700;
}

@media only screen and (min-width: 576px) {
	.absolute-bs-left {
		left: calc(( 100vw - 540px ) / 2);
	}
	
	body .wrapper, .postscript-contact, body .footer, body .copyright {
		font-size: 20px;
	}
	
	.p--stn p, .p--bold p {
		font-size: 18px;
	}
	
	.heading--stn {
		font-size: 48px;
	}
}

@media only screen and (min-width: 768px) {
	.mobile-break {
		display: none;
	}
	
	.absolute-bs-left {
		left: calc(( 100vw - 720px ) / 2);
	}
}

@media only screen and (min-width: 992px) {
	.desk-break {
		display: block;
	}
	
	.mobile-tab-break {
		display: none;
	}
	
	.absolute-bs-left {
		left: calc(( 100vw - 960px ) / 2);
	}
	
	.heading--stn {
		line-height: 1;
		font-size: 68px;
	}
	
	.p--stn, .p--stn p {
		line-height: 1.5;
	}
	
	.p--bold p, .p--stn p {
		font-size: 20px;
		margin-bottom: 1.6em;
	}
	
	.container-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 1400px) {
	.container, .container-lg, .container-xl {
		max-width: 1140px;
	}
	
	.absolute-bs-left {
		left: calc(( 100vw - 1140px ) / 2);
	}
}

/* Buttons
------------------------------------------------------- */
.button__wrapper {
	position: relative;
	z-index: 1;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	transition: .3s all ease-in-out;
}

.button--stn, .button--sec, .button--ter {
	font-size: calc(14px + ( 18 - 14 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	line-height: 1.56;
	text-transform: uppercase;
	font-weight: 800;
	font-family: "Open Sans", Arial, sans-serif;
	border-radius: 2em;
	display: flex;
	align-items: center;
	transition: .3s all ease-out;
	text-align: center;
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.button--stn:hover, .button--sec:hover, .button--ter:hover {
		background-position: left;
	}
}

.button--stn {
	justify-content: center;
	background: right/200% 100% no-repeat linear-gradient(to right, #000 0%, #000 50%, #ed1c24 50%, #ed1c24 100%);
	color: #fff;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	padding: .76em 2.78em;
}

.button--stn:hover {
	color: #fff;
}

.button--sec {
	position: relative;
	z-index: 1;
	background: right/200% 100% no-repeat linear-gradient(to right, #000 0%, #000 50%, #fff 50%, #fff 100%);
	color: #000;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
}

.button--sec:hover {
	color: #000;
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.button--sec:hover {
		color: #fff;
	}
}

.button--ter {
	background: right/200% 100% no-repeat linear-gradient(to right, #ed1c24 0%, #ed1c24 50%, #000 50%, #000 100%);
	color: #fff;
	width: 100%;
	max-width: 294px;
	justify-content: center;
	padding: .95em 5px;
}

.button--ter:hover {
	color: #fff;
}

.button__left-animation {
	width: 11vw;
	height: 16vw;
	max-width: 49px;
	max-height: 63px;
	margin-left: 12px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.button__left-animation lottie-player {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.button__circle-icon {
	width: 24vw;
	height: 24vw;
	max-width: 123px;
	max-height: 123px;
}

.button__label {
	white-space: pre-wrap;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.button--sec .button__label {
	padding: 0 1.11em;
}

.button__label::after {
	content: "";
	-webkit-mask-image: url("https://cdn-ilemllm.nitrocdn.com/RaPNmSqCskILlNDlfXIaMImbliRxjZzL/assets/images/source/rev-eb3a7cd/www.gvec.net/wp-content/uploads/longarrow.svg");
	mask-image: url("https://cdn-ilemllm.nitrocdn.com/RaPNmSqCskILlNDlfXIaMImbliRxjZzL/assets/images/source/rev-eb3a7cd/www.gvec.net/wp-content/uploads/longarrow.svg");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background-color: #ed1c24;
	display: inline-block;
	transition: .3s all ease-out;
	z-index: 1;
	opacity: 0;
	height: 1.65em;
	width: 0px;
	margin-left: 0;
	transform: translateX(-.5em);
}

.button__bg-animation {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	height: 50vw;
	width: 50vw;
	max-width: 205px;
	max-height: 205px;
}

.button__bg-animation lottie-player {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (min-width: 576px) {
	.button--stn, .button--sec, .button--ter {
		font-size: 18px;
	}
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.button--stn:hover {
		color: #fff;
		padding-left: 2.2em;
		padding-right: 2.2em;
	}
	
	.button--stn:hover .button__label::after, .button--sec:hover .button__label::after {
		opacity: 1;
		width: 1.83em;
		margin-left: 1em;
		transform: translateX(0);
	}
}

/* -------------------------------------------------------
======================= INTERNAL =======================
------------------------------------------------------- */
.page-template-page-conversion .conversion-content-one {
	overflow-x: unset;
}

.pop-out-form--wrapper {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.read-more-text {
	display: block;
}

.single .blog-post-header {
	margin-top: 0;
}

.sidebar__location-container {
	margin-bottom: 10px;
}

.sidebar__location-container .h5 {
	margin-bottom: 5px;
}

.read-more-text {
	display: block;
}

.single .blog-post-header {
	margin-top: 0;
}

.pop-out-form--wrapper {
	pointer-events: none;
}

.pop-out-form__wrapper {
	pointer-events: all;
}

.page-id-2184 .content-wrapper {
	overflow: hidden;
}

.gvec-form--sign-up .select2-container--default .select2-selection--single, .gvec-form--sign-up .select2-container--default .select2-selection--single .select2-selection__rendered, .gvec-form--sign-up .select2-container--default .select2-selection--single .select2-selection__arrow {
	transition: all .3s ease;
	height: 50px;
	line-height: 50px;
}

.gvec-form--sign-up .select2-container--default .select2-selection--single {
	border: .0625rem solid #b8b8b8;
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #eaeaea;
}

.content-area ul li.gfield:before {
	background-color: transparent;
}

.gform_wrapper.gform_legacy_markup_wrapper .gform_footer input.button {
	border: 2px solid;
	cursor: pointer;
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: .625rem;
	padding: .62522rem 0rem;
	text-align: center;
	transition: all .3s ease;
	width: 100%;
	background-color: #ed1c24;
	text-transform: uppercase;
	border-radius: 60px;
	line-height: 1;
}

.gform_wrapper.gform_legacy_markup_wrapper .gform_footer input.button, .gform_wrapper.gform_legacy_markup_wrapper .gform_footer input.button:hover {
	color: #fff;
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.gform_wrapper.gform_legacy_markup_wrapper .gform_footer input.button:hover {
		background-color: #ba1015;
	}
}

.gform-body > ul.gform_fields > li {
	padding-left: 16px;
}

/* -------------------------------------------------------
====================== Services Nav ======================
------------------------------------------------------- */
.services-nav, .services-nav .services-nav__hamburger-container, .services-nav__chat-button-container, .services-nav__home-button, .services-nav__chat-button {
	display: flex;
	align-items: center;
}

.services-nav {
	width: 100%;
	height: 90px;
	background-color: #000;
	color: #fff;
	position: fixed;
	bottom: 0;
	justify-content: space-between;
	z-index: 99;
	transition: .3s all ease-in-out;
}

.services-nav .services-nav__hamburger-container, .services-nav__chat-button-container {
	width: 33%;
	max-width: 124px;
	justify-content: center;
}

.services-nav .services-nav__hamburger-container {
	margin-right: 0;
	height: 100%;
	position: relative;
	flex-direction: column;
}

.services-nav__hamburger-container::before, .services-nav__home-button {
	font-family: "Whitney", Arial, sans-serif;
}

.services-nav__hamburger-container::before {
	content: "GVEC SERVICES";
	font-size: 10px;
	font-weight: 500;
	margin-top: 40px;
	color: #bfbfbf;
}

.services-nav__hamburger-container.is-active::before {
	content: "CLOSE";
}

.services-nav .hamburger-inner {
	transform: unset;
	top: 34px;
}

.services-nav .hamburger-inner, .services-nav .hamburger-inner::before, .services-nav .hamburger-inner::after {
	background-color: #fff;
	border-radius: 5px;
	width: 30px;
	height: 4px;
}

.services-nav .hamburger-inner::after {
	bottom: -10px;
}

.services-nav .hamburger-inner::before {
	top: -10px;
}

.services-nav__home-button, .services-nav__home-button:hover {
	color: #fff;
}

.services-nav__home-button {
	width: 33%;
	height: 72px;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	padding: 12px;
	background-color: #ed1c24;
	justify-content: center;
	font-weight: 600;
	line-height: 1;
	font-size: calc(12px + ( 21 - 12 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	text-transform: uppercase;
	text-align: center;
}

.services-nav__chat-button {
	background: #ed1c24;
	width: 62px;
	height: 62px;
	border: 2px solid #fff;
	border-radius: 50%;
	justify-content: center;
	margin-right: 0;
}

.services-nav__chat-button:hover {
	cursor: pointer;
}

.services-nav__nav {
	position: absolute;
	bottom: 100%;
	left: 0;
	display: flex;
	flex-direction: column;
	background: #000;
	pointer-events: none;
	opacity: 0;
}

.services-nav__nav--visible {
	pointer-events: visible;
	opacity: 1;
}

.services-nav__nav-item {
	display: flex;
	justify-content: flex-end;
	padding: .6em 1.23em .6em 4.62em;
	font-size: calc(14px + ( 26 - 14 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

.services-nav__nav-item, .services-nav__nav-item:hover {
	color: #fff;
}

.services-nav__arrow-container {
	display: none;
	cursor: pointer;
}

.services-nav__back-to-top {
	display: none;
	position: absolute;
	left: 8px;
	bottom: calc(100% + 10px);
	color: #000;
	font-weight: 500;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	font-family: "Whitney", sans-serif;
	height: 147px;
	width: 104px;
	z-index: 2;
}

@media only screen and (min-width: 576px) {
	.services-nav__home-button {
		font-size: 21px;
	}
	
	.services-nav__nav-item {
		font-size: 26px;
	}
}

@media only screen and (max-width: 990px) {
	.services-nav__nav {
		transition: .3s all ease-in-out;
	}
}

@media only screen and (min-width: 992px) {
	.footer-reached .services-nav__back-to-top {
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	
	.services-nav .services-nav__hamburger-container, .services-nav__home-button {
		display: none;
	}
	
	.services-nav {
		height: 54px;
	}
	
	.services-nav__chat-button-container {
		width: 0px;
	}
	
	.services-nav__chat-button {
		position: absolute;
		bottom: calc(100% + 26px);
		right: 18px;
		transition: .3s transform ease-in-out;
	}
	
	.services-nav__chat-button:hover {
		transform: translateY(-4px);
		background: linear-gradient(180deg, #ed1c24 0%, #9b0d12 100%);
	}
	
	.services-nav__nav {
		position: relative;
		bottom: unset;
		left: unset;
		flex-direction: row;
		pointer-events: visible;
		opacity: 1;
		justify-content: center;
		align-items: flex-end;
		width: 100%;
		height: 100%;
		transition: none;
	}
	
	.services-nav__nav-item-container {
		display: flex;
		height: 100%;
		align-items: flex-end;
		position: relative;
		z-index: 1;
	}
	
	.services-nav__nav-item-container:not(:last-of-type)::before {
		content: "";
		width: 1px;
		height: 20px;
		background-color: #fff;
		position: absolute;
		right: 0px;
		bottom: 17px;
		z-index: -1;
		transition: none !important;
	}
	
	.services-nav__nav-item {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #000;
		transition: .3s height ease-in-out;
		padding: 0 11px;
		margin: 0 5px;
		font-size: 18px;
		font-weight: 400;
	}
	
	.services-nav__nav-item--page-service, .services-nav__nav-item--selected, .services-nav__nav-item:hover {
		height: calc(100% + 20px);
		background: #ed1c24;
		font-size: 17px;
		font-family: "Whitney", Arial, sans-serif;
		font-weight: 600;
		text-transform: uppercase;
		box-shadow: 0px -5px 12px rgba(0, 0, 0, .16);
	}
	
	.services-nav__arrow-container {
		display: block;
		position: absolute;
		left: 8px;
		bottom: calc(100% + 53px);
		width: 104px;
		height: 104px;
		transition: .3s all ease-in-out;
		opacity: 1;
	}
	
	.services-nav__arrow-container svg path, .services-nav__arrow-container svg {
		transition: .3s all ease-in-out;
	}
	
	.footer-reached .services-nav__arrow-container svg {
		transform: scaleY(-1);
	}
	
	.footer-reached .services-nav__arrow-container svg path {
		fill: #ed1b23;
	}
	
	#services-nav__nav-item-1 {
		width: 126px;
	}
	
	#services-nav__nav-item-2 {
		width: 100px;
	}
	
	#services-nav__nav-item-3 {
		width: 138px;
	}
	
	#services-nav__nav-item-4 {
		width: 222px;
	}
	
	#services-nav__nav-item-5 {
		width: 176px;
	}
	
	#services-nav__nav-item-6 {
		width: 132px;
	}
}

@media only screen and (min-width: 1200px) {
	.services-nav__nav-item {
		font-size: 22px;
		margin: 0 11px;
	}
	
	.services-nav__nav-item--page-service, .services-nav__nav-item--selected, .services-nav__nav-item:hover {
		font-size: 21px;
	}
	
	#services-nav__nav-item-1 {
		width: 146px;
	}
	
	#services-nav__nav-item-2 {
		width: 120px;
	}
	
	#services-nav__nav-item-3 {
		width: 158px;
	}
	
	#services-nav__nav-item-4 {
		width: 242px;
	}
	
	#services-nav__nav-item-5 {
		width: 196px;
	}
	
	#services-nav__nav-item-6 {
		width: 152px;
	}
}

/* Quick Links
------------------------------------------------------- */
.quick-links {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}

.quick-links__hamburger-container {
	right: 18px;
	bottom: calc(100% + 111px);
	position: absolute;
	width: 62px;
	height: 62px;
	background-color: #ed1c24;
	pointer-events: all;
	cursor: pointer;
	display: none;
	border: 2px solid #fff;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transition: .3s all ease-in-out;
}

.quick-links__hamburger-container::before {
	content: "close";
	display: block;
	position: absolute;
	left: 50%;
	top: calc(50% + 27px);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 12px;
	font-family: "Open Sans";
	font-weight: 500;
	opacity: 0;
	transition: .3s all ease-in-out;
}

/* .quick-links--open-hamburger .quick-links__hamburger-container {
    background-color: transparent;
    border: 2px solid transparent;
}

.quick-links--open-hamburger .quick-links__hamburger-container::before {
    opacity: 1;
} */
.quick-links--open-hamburger .hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.quick-links--open-hamburger .hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top .075s ease, opacity .075s .12s ease;
}

.quick-links--open-hamburger .hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1);
}

.quick-links__hamburger-container .hamburger-inner {
	position: relative;
	top: unset;
	margin: 0;
}

.quick-links__nav-container {
	position: fixed;
	left: 100%;
	top: 200px;
	pointer-events: visible;
	transition: .3s all ease-in-out;
}

.quick-links--open-button .quick-links__nav-container {
	transform: translateX(-100%);
}

.quick-links__button, .quick-links-nav__nav-item {
	background-color: #000;
}

.quick-links__button {
	color: #fff;
	font-size: 13px;
	font-family: "Whitney", Arial, sans-serif;
	height: 45px;
	width: 97px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: calc(100% - 27px);
	top: 10px;
	transform: rotate(-90deg);
}

.quick-links__button:hover {
	cursor: pointer;
}

.quick-links__button span {
	margin-left: 8px;
	font-size: 15px;
	color: #ed1c24;
	transition: .3s all ease-in-out;
}

.quick-links--open-button .quick-links__button span {
	transform: rotate(180deg);
}

.quick-links-nav__nav {
	display: flex;
	flex-direction: column;
	position: relative;
	top: -70px;
}

.quick-links-nav__nav-item {
	width: 100%;
	white-space: nowrap;
	display: flex;
	justify-content: flex-start;
	padding: .6em 4.62em .6em 1.23em;
	font-size: calc(14px + ( 26 - 14 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

.quick-links-nav__nav-item, .quick-links-nav__nav-item:hover {
	color: #fff;
}

@media only screen and (min-width: 576px) {
	.quick-links-nav__nav-item {
		font-size: 26px;
	}
}

@media only screen and (min-width: 992px) {
	.quick-links__hamburger-container {
		display: flex;
	}
	
	.quick-links__nav-container {
		position: absolute;
		left: unset;
		right: 134px;
		top: unset;
		bottom: calc(100% + 12px);
		opacity: 0;
		pointer-events: none;
	}
	
	.quick-links--open-button .quick-links__nav-container, .quick-links--open-hamburger .quick-links__nav-container {
		transform: none;
	}
	
	.quick-links--open-hamburger .quick-links__nav-container {
		opacity: 1;
		pointer-events: all;
	}
	
	.quick-links__button {
		transform: none;
		bottom: 100%;
		right: 0;
		top: unset;
		width: 110px;
		height: 40px;
		background-color: #ed1c24;
		font-family: "Whitney Book", Arial, sans-serif;
		font-size: 18px;
		font-weight: 400;
		padding-top: 4px;
	}
	
	.quick-links__button:hover {
		cursor: default;
	}
	
	.quick-links__button span {
		display: none;
	}
	
	.quick-links-nav__nav {
		top: unset;
	}
	
	.quick-links-nav__nav::before {
		content: "";
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		position: absolute;
		width: 100%;
		height: 100%;
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
		z-index: -1;
		background: rgba(0, 0, 0, .7);
	}
	
	.quick-links-nav__nav-item {
		background: linear-gradient(to left, #ed1c24 0%, #ed1c24 50%, rgba(0, 0, 0, 0) 50%) rgba(0, 0, 0, 0) 100%;
		background-position: left;
		background-size: 200% 100%;
		justify-content: flex-end;
		padding: 15px 32px 15px 20px;
		position: relative;
		transition: .3s all ease-in-out;
		width: 410px;
		font-size: 28px;
		font-family: "Whitney", Arial, sans-serif;
		font-weight: 500;
		align-items: center;
	}
	
	.quick-links-nav__nav-item:hover {
		background-position: right;
	}
	
	.quick-links-nav__nav-item::after {
		content: "";
		width: 0px;
		height: 21px;
		background: center/contain no-repeat url("https://cdn-ilemllm.nitrocdn.com/RaPNmSqCskILlNDlfXIaMImbliRxjZzL/assets/images/source/rev-eb3a7cd/www.gvec.net/wp-content/uploads/icondoublearrowwhite.svg");
		transition: .3s all ease-in-out;
		opacity: 0;
		margin-left: 0px;
	}
	
	.quick-links-nav__nav-item:hover::after {
		width: 17px;
		opacity: 1;
		margin-left: 21px;
	}
}

/* -------------------------------------------------------
========================= HOME ========================= 
------------------------------------------------------- */

/* Cross Section Styles
------------------------------------------------------- */
lottie-player {
	max-width: 100%;
	max-height: 100%;
}

.hero-main {
	min-height: 520px;
}

@media only screen and (min-width: 992px) {
	.home .postscript-contact, .full-section.hero-main, .full-section {
		height: calc(100vh - 180px);
		position: relative;
		min-height: 700px;
	}
	
	.home .footer-wrapper {
		height: calc(100vh - 136px);
		min-height: 780px;
	}
	
	.full-section > .container-wrapper, .home .postscript-contact > .container-wrapper--outer, .full-section > .container-wrapper--outer {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
}

/* Top Bar Emergency
------------------------------------------------------- */
.top-bar--emergency {
	background-color: #ed1c24;
	display: none;
}

.top-bar--emergency.top-bar--active {
	display: block;
}

.top-bar__emergency-text-container {
	padding: 5px 0;
}

.top-bar--emergency p, .top-bar--emergency a {
	color: #fff;
}

.top-bar--emergency p {
	margin-bottom: 0;
}

.top-bar--emergency a {
	font-style: italic;
	text-decoration: underline;
}

/* Top Bar Main
------------------------------------------------------- */
.top-bar--main {
	height: 40px;
	justify-content: space-between;
	background-color: #f6f6f6;
	position: relative;
	z-index: 3;
}

.top-bar--main > .container {
	height: 100%;
}

.top-bar__site-button:hover, .top-bar__site-button {
	color: #fff;
}

.top-bar__site-button {
	width: 138px;
	height: 47px;
	background-color: #ed1c24;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Whitney", Arial, sans-serif;
	font-weight: 600;
	font-size: 15px;
	flex-shrink: 0;
}

.top-bar__nav {
	height: 40px;
	display: flex;
	padding-left: 15px;
}

.top-bar__nav-item {
	padding: 0 8px;
	height: 100%;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-family: "Whitney", Arial, sans-serif;
	font-size: 14px;
	position: relative;
	transition: .3s all ease-in-out;
}

.top-bar__nav-item, .top-bar__nav-item:hover {
	color: #000;
}

.top-bar__nav-item::before {
	content: "";
	width: 1px;
	height: 14px;
	background-color: #000;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.top-bar__nav-item:last-of-type::before {
	display: none;
}

.top-bar__nav a {
	white-space: nowrap;
}

.top-bar__nav > .menu-item {
	padding: 0 8px;
	height: 100%;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-family: "Whitney", Arial, sans-serif;
	font-size: 14px;
	position: relative;
	transition: .3s all ease-in-out;
}

.top-bar__nav > .menu-item.has-dropdown > ul {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	list-style: none;
	padding-left: 0;
}

.top-bar__nav > .menu-item.has-dropdown:hover > ul {
	display: block;
}

.top-bar__nav > .menu-item.has-dropdown ul li {
	display: flex;
	height: 40px;
	align-items: center;
	background-color: #f6f6f6;
}

.top-bar__nav > .menu-item.has-dropdown ul li:hover {
	background-color: #e1e1e1;
}

.top-bar__nav > .menu-item.has-dropdown ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}

.top-bar__nav > .menu-item a, .top-bar__nav > .menu-item:hover a {
	color: #000 !important;
}

.top-bar__nav > .menu-item::before {
	content: "";
	width: 1px;
	height: 14px;
	background-color: #000;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.top-bar__nav > .menu-item:last-of-type::before {
	display: none;
}

.top-bar__support-text {
	font-family: "Whitney", Arial, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 15px;
	position: relative;
}

.top-bar__support-text::before {
	content: "";
	width: 1px;
	height: 14px;
	background-color: #000;
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
}

#menu-item-2378 {
	cursor: pointer;
}

/* Search Bar
------------------------------------------------------- */
.search-form {
	display: flex;
	height: 34px;
	align-items: center;
	justify-content: flex-start;
	margin: 3px auto 20px 12px;
	min-width: 120px;
	width: calc(100% - 40px);
}

.search-input, .search-no-results .search-input {
	border-radius: 5px;
	border: 1px solid rgba(127, 127, 127, .4);
	padding-left: 10px;
	width: 100%;
	height: 100%;
	transition: .3s all ease-in-out;
	opacity: 1;
}

.search-submit {
	width: 26px !important;
	height: 100% !important;
	position: relative;
	border: none;
	background: transparent;
	padding: 0;
	margin-left: 5px;
}

.search-submit:focus {
	outline: none !important;
}

.search-submit__icon-container svg {
	width: 100%;
	height: 100%;
}

.search-form input::placeholder {
	color: rgba(127, 127, 127, .75) !important;
	opacity: 1;
}

.search-no-results input[type=search] {
	border: 1px solid rgba(127, 127, 127, .4);
}

@media only screen and (min-width: 992px) {
	.search-form {
		height: 30px;
		margin: 5px auto 0 7px;
		width: 100%;
		max-width: 270px;
	}
	
	.search-submit {
		width: 22px !important;
	}
	
	.search-input {
		background: #f6f6f6;
	}
	
	.search-no-results .search-input.search-input--hide, .search-input.search-input--hide {
		padding-left: 0px;
		width: 0%;
		opacity: 0;
	}
}

/* Header
------------------------------------------------------- */
.mobile-sticky-header {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .16);
	z-index: 100;
	transition: .3s all;
}

.hide-mobile-header {
	transform: none;
	top: -108px;
}

.mobile-header {
	height: var(--mobile-header-height);
	padding: 0px;
}

.mobile-header__logo {
	padding: 0px;
}

.mobile-header__logo img {
	max-height: 56px;
	max-width: 150px;
	width: 33vw;
}

.mobile-header .hamburger {
	margin-right: 0px;
	padding-left: 0;
	padding-right: 0;
}

.mobile-header .hamburger-box {
	width: 37px;
	margin-right: 10px;
}

.mobile-header .hamburger-box::before {
	content: "MENU";
	font-family: "Whitney", Arial, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #000;
	position: absolute;
	top: calc(50% + 26px);
	transform: translate(-50%, -50%);
	left: 50%;
}

.mobile-header .hamburger.is-active .hamburger-box::before {
	content: "CLOSE";
}

.mobile-header .hamburger-inner {
	top: calc(50% - 6px);
}

.mobile-header .hamburger-inner, .mobile-header .hamburger-inner::before, .mobile-header .hamburger-inner::after {
	border-radius: 5px;
	height: 5px;
	width: 37px;
}

.mobile-header .hamburger-inner::after {
	bottom: var(--hamburger-spacing);
}

.mobile-header .hamburger-inner::before {
	top: var(--hamburger-spacing);
}

.nav-bar .nav {
	top: var(--mobile-header-height);
	height: auto;
	overflow-y: auto;
	padding: 0;
	max-height: calc(100vh - 200px);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 16%);
}

.mobile-nav-buttons {
	padding: 0;
}

.main-navigation a {
	border: none;
}

.main-navigation > li.has-dropdown:after {
	font-size: 18px;
}

.main-navigation > li.has-dropdown.active-child-menu::after, .main-navigation > li.has-dropdown::after {
	display: flex;
	justify-content: center;
	right: 0;
	top: 5px;
}

.main-navigation > li.has-dropdown svg {
	display: none;
}

.main-navigation > li.has-dropdown > ul > li.has-dropdown:after {
	color: #7f7f7f;
}

.main-navigation > li.has-dropdown > a {
	padding-right: 75px;
}

.main-navigation > li.has-dropdown:after {
	width: 75px;
}

@media only screen and (min-width: 576px) {
	.mobile-header .hamburger-box {
		margin-right: 22px;
	}
}

@media only screen and (min-width: 992px) {
	.header-wrapper {
		box-shadow: 0px 10px 20px rgba(0, 0, 0, 16%);
	}
	
	.header--sticky {
		top: -1px;
	}
	
	.header, .header * {
		transition-duration: .3s;
	}
	
	.header {
		padding: 23px 0;
		min-height: 97px;
		max-height: 97px;
		display: flex;
		align-items: center;
	}
	
	.header__logo-link {
		max-width: 100%;
		width: 100%;
	}
	
	.header__logo-img {
		width: 100px;
		margin-right: 23px;
	}
	
	.nav-bar .nav {
		top: 0;
		overflow: visible;
		box-shadow: none;
	}
	
	.main-navigation a {
		width: 100%;
		font-size: 11px !important;
		font-family: "Whitney", sans-serif;
		font-weight: 500;
	}
	
	.main-navigation > li::before {
		content: "";
		height: 3px;
		width: 0;
		background-color: #ed1c24;
		position: absolute;
		left: 7px;
		bottom: 5px;
		transition: .3s all ease-in-out;
	}
	
	.main-navigation > li:hover::before {
		width: calc(100% - 14px);
	}
	
	.main-navigation > li > a {
		padding: 12px 15px;
	}
	
	.main-navigation > li.has-dropdown a {
		font-weight: 500 !important;
	}
	
	.main-navigation > li.has-dropdown > a {
		padding-right: 25px;
	}
	
	.main-navigation > li.has-dropdown:after {
		transition: .3s all ease-in-out;
		right: 11px !important;
		top: 0 !important;
		font-size: 14px;
		width: unset;
	}
	
	.main-navigation > li.has-dropdown.active-child-menu:after {
		content: "";
	}
	
	.main-navigation > li.has-dropdown > ul {
		top: 100%;
	}
	
	.main-navigation > li.has-dropdown > ul > li.has-dropdown {
		display: flex;
	}
	
	.header__phone {
		display: flex;
		margin-left: -4px;
		white-space: nowrap;
		align-items: center;
	}
	
	.header__phone-number {
		font-family: "Whitney", Arial, sans-serif;
		font-weight: 900;
		font-size: 18px;
		color: #ed1c24;
		padding-right: 8px;
	}
}

@media only screen and (min-width: 1200px) {
	.main-navigation a {
		font-size: 14px !important;
	}
	
	.header__logo-img {
		width: 138px;
	}
}

/* Nav Styles for Last Dropdowns on Small Desktop
------------------------------------------------------- */
@media only screen and (min-width: 992px) and (max-width: 1799px) {
	/* styles for end of nav */
	.main-navigation > .menu-item:nth-last-child(1) > ul, .main-navigation > .menu-item:nth-last-child(2) > ul {
		right: 0;
		text-align: end;
	}
	
	.main-navigation > .menu-item:nth-last-child(1) > ul a, .main-navigation > .menu-item:nth-last-child(2) > ul a {
		padding: 10px 15px;
	}
	
	.main-navigation > .menu-item:nth-last-child(1) > ul li.has-dropdown > a, .main-navigation > .menu-item:nth-last-child(2) > ul li.has-dropdown > a {
		padding-right: 15px;
		padding-left: 25px;
	}
	
	.main-navigation > .menu-item:nth-last-child(1) > ul li.has-dropdown::after, .main-navigation > .menu-item:nth-last-child(2) > ul li.has-dropdown::after {
		right: calc(100% - 10px);
		transform: rotate(180deg);
	}
	
	.main-navigation > .menu-item:nth-last-child(1) > ul li.has-dropdown ul, .main-navigation > .menu-item:nth-last-child(2) > ul li.has-dropdown ul {
		right: 100%;
		left: unset;
	}
}

/* Hero Main
------------------------------------------------------- */
.hero-main {
	padding: 0;
	height: calc(100vh - 198px);
	position: relative;
}

.hero-main > .container-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.hero-main__heading {
	color: #fff;
	text-shadow: 22px 0px 40px rgba(6, 53, 108, .42);
	font-style: italic;
	margin-bottom: 1.5em;
}

.hero-main__heading--line-1 {
	font-size: calc(30px + ( 86 - 30 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	line-height: 1;
	font-weight: 900;
}

.hero-main__heading--line-2 {
	font-size: calc(16px + ( 28 - 16 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	font-weight: 900;
	line-height: 1.36;
	margin: 12px 0 5px;
	display: inline-block;
}

.hero-main__button-wrapper, .hero-main__button {
	width: 100%;
}

.hero-main__button-wrapper .button__bg-animation {
	display: none;
}

.hero-main__button.button--sec {
	background: right/200% 100% no-repeat linear-gradient(to right, #000 0%, #000 50%, #ed1c24 50%, #ed1c24 100%);
	color: #fff;
	font-size: calc(12px + ( 18 - 12 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.hero-main__button.button--sec:hover {
		background-position: left;
	}
}

@media only screen and (min-width: 576px) {
	.hero-main__button.button--sec {
		font-size: 18px;
	}
	
	.hero-main__heading--line-2 {
		font-size: 28px;
	}
	
	.hero-main__heading--line-1 {
		font-size: 86px;
	}
	
	.hero-main__button-wrapper .button__bg-animation {
		display: block;
	}
}

@media only screen and (min-width: 768px) {
	.hero-main__heading {
		margin-bottom: 60px;
	}
}

@media only screen and (min-width: 992px) {
	.hero-main__button-wrapper, .hero-main__button {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	
	.hero-main__heading {
		margin-bottom: 50px;
		line-height: .3;
	}
	
	.hero-main__heading--line-1 {
		font-size: 84px;
	}
	
	.hero-main__heading--line-2 {
		font-size: 49px;
		margin-top: 0;
	}
	
	.hero-main__button .button__label {
		padding-right: 50px;
	}
}

.hero-main__heading--line-3 {
	font-size: calc(16px + ( 25 - 16 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	font-family: "Whitney Book", Arial, sans-serif;
	font-weight: 400;
}

.hero-main__promo-wrapper {
	padding: 120px 0 3em;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.hero-main__swoosh-heading {
	flex-basis: 100%;
	margin-top: 40px;
}

.hero-main__text-container, .hero-main__text-container p {
	font-family: "Open Sans", sans-serif;
	font-size: calc(12px + ( 16 - 12 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	line-height: 1.63;
}

.hero-main__text-container p:last-of-type {
	margin-bottom: 0;
}

.hero-main__text-container {
	margin-bottom: 2em;
}

.hero-main__text-container a, .hero-main__text-container strong {
	font-weight: 800;
}

.hero-main__button--swoosh {
	border: 2px solid #fff;
	margin: 0 auto;
}

.hero-main__button--swoosh:hover {
	color: #fff;
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.hero-main__button--swoosh:hover {
		border: 2px solid #000;
	}
}

@media only screen and (min-width: 500px) {
	.hero-main__promo-wrapper {
		padding-top: 8em;
	}
}

@media only screen and (min-width: 576px) {
	.hero-main__promo-wrapper {
		padding-top: 31vw;
	}
	
	.hero-main__text-container, .hero-main__text-container p {
		font-size: 16px;
	}
	
	.hero-main__heading--line-3 {
		font-size: 25px;
	}
	
	.hero-main__swoosh-heading {
		margin-top: 0;
	}
}

@media only screen and (min-width: 992px) {
	.hero-main__promo-wrapper {
		transition: .3s all ease-in-out;
		transform: translateX(-100%);
	}
	
	.page-load-delay .hero-main__promo-wrapper {
		transition: .5s all ease-in-out;
		transform: translateX(0%);
	}
	
	.hero-main__promo-container {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.hero-main__text-container {
		width: 600px;
		margin-right: 28px;
		margin-bottom: 0;
	}
	
	.hero-main__text-container p, .hero-main__text-container {
		font-size: 18px;
		line-height: 1.56;
	}
	
	.hero-main__button {
		margin-left: 0;
	}
	
	.hero-main__heading--line-3 {
		font-size: 37px;
	}
}

/* Home Section One - Internet Services
------------------------------------------------------- */
.hs1 {
	padding-top: 58px;
	background: bottom/100% 100% no-repeat url("https://cdn-ilemllm.nitrocdn.com/RaPNmSqCskILlNDlfXIaMImbliRxjZzL/assets/images/source/rev-eb3a7cd/www.gvec.net/wp-content/uploads/mobilehs1bgv2.svg");
}

.hs1__heading, .hs1__text-container, .hs1__text-container--bold {
	color: #000;
}

.hs1__heading {
	font-size: calc(20px + ( 32 - 20 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	margin-bottom: 20px;
}

.hs1__text-container--bold {
	margin-bottom: 2.15em;
}

.hs1__button-wrapper, .hs1__button {
	margin: 0 auto;
}

.hs1__button .button__label {
	padding: 0 2.35em 0 1.55em;
}

.hs1__button-wrapper .button__bg-animation {
	display: none;
}

.hs1__button.button--sec {
	background: #000;
	color: #fff;
}

.hs1__animation-wrapper {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.hs1__animation-container--desk-bg {
	transform: scaleX(-1);
	position: absolute;
	left: calc(50% - 50px);
}

.hs1__animation-container--devices {
	width: 110vw;
	max-width: 633px;
	margin: 40px auto 30px;
}

@media only screen and (min-width: 576px) {
	.hs1__heading {
		font-size: 32px;
	}
	
	.hs1__button-wrapper .button__bg-animation {
		display: block;
	}
}

@media only screen and (min-width: 992px) {
	.hs1 {
		margin-top: -1px;
		padding: 0;
	}
	
	.hs1 > .container-wrapper {
		z-index: 2;
	}
	
	.hs1__heading {
		font-size: 52px;
	}
	
	.hs1__content-container {
		max-width: 550px;
	}
	
	.hs1__text-container {
		padding-right: 40px;
	}
	
	.hs1__text-container--bold {
		padding-right: 80px;
		margin-bottom: 3.15em;
	}
	
	.hs1__button .button__label {
		transform: none;
		padding-left: 15px;
		padding-right: 45px;
	}
	
	.hs1__button-wrapper, .hs1__button {
		margin: 0;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	
	.hs1__animation-wrapper {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: center/100% 100% no-repeat url("https://cdn-ilemllm.nitrocdn.com/RaPNmSqCskILlNDlfXIaMImbliRxjZzL/assets/images/source/rev-eb3a7cd/www.gvec.net/wp-content/uploads/hs1bgv2.svg");
	}
	
	.hs1__animation-container--devices {
		position: absolute;
		width: 66vw;
		max-width: 1050px;
		right: -20vw;
		top: 50%;
		margin: 0;
		transform: translateY(-50%);
	}
}

@media only screen and (min-width: 1200px) {
	.hs1__animation-container--devices {
		right: -13vw;
	}
}

@media only screen and (min-width: 1600px) {
	.hs1__animation-container--devices {
		left: calc(50% - 50px);
		right: unset;
	}
}

/* Home Section Two - First
------------------------------------------------------- */
.hs2 {
	background: linear-gradient(180deg, #ca141a 0%, #ed1c24 100%) 0% 0% no-repeat padding-box;
	padding: 20px 0 6.75em;
	position: relative;
	z-index: 1;
	margin-top: -1px;
	overflow: hidden;
}

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

.hs2__heading, .hs2__text-container {
	color: #fff;
}

.hs2__heading {
	margin-bottom: .7em;
	font-size: calc(16px + ( 24 - 16 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	line-height: 1.42;
}

.hs2__text-container {
	margin-bottom: 2.6em;
}

.hs2 .slick-list {
	overflow: visible;
	padding: 0 !important;
}

.hs2 .slick-slide {
	margin: 0 12px;
}

.hs2__item-wrapper {
	width: 80vw;
	max-width: 458px;
}

.hs2__item-container {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: 50px 10px 10px 50px;
	padding: 4px;
	margin-bottom: .8em;
}

.hs2__icon-container {
	width: 3.7em;
	height: 3.7em;
	position: relative;
	margin-right: 10px;
}

.hs2__icon-animation-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 130%;
	height: 130%;
	transform: translate(-50%, -50%);
}

.hs2 .slick-slide {
	margin: 0 .3em;
}

.hs2 .slick-slider:not(.hero__slider) .slick-dots {
	top: calc(100% + 2em);
}

.hs2__slider-button {
	width: 262px;
	height: 262px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 2em;
}

.hs2__button-line-container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc(50vw - 127px);
	height: calc(50vw - 127px / 2);
	max-height: 400px;
	z-index: 0;
	pointer-events: none;
}

.hs2__button-line-container--left {
	right: calc(100% - 10px);
}

.hs2__button-line-container--right {
	left: calc(100% - 10px);
}

.hs2__button-line {
	width: 100%;
	height: 100%;
}

.hs2__button-line-container--left {
	-o-object-position: right;
	object-position: right;
}

.hs2__button-line-container--right {
	-o-object-position: left;
	object-position: left;
}

.hs2__button-bg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 20px;
	width: 246px;
	height: 246px;
	background: rgba(0, 0, 0, .18);
	z-index: 1;
}

.hs2__icon-wrapper {
	width: 135px;
	height: 135px;
	position: relative;
	margin-bottom: 1.3em;
	z-index: 2;
}

.hs2__icon-container {
	width: 50%;
	height: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #ba1116;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hs2__button-border-animation {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.hs2__button-label {
	font-family: "Whitney", sans-serif;
	line-height: 1.22;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	z-index: 2;
	position: relative;
}

@media only screen and (min-width: 500px) {
	.hs2__icon-container {
		margin-right: 43px;
	}
}

@media only screen and (min-width: 576px) {
	.hs2__heading {
		font-size: 24px;
	}
}

@media only screen and (min-width: 992px) {
	.hs2 {
		padding: 0;
	}
	
	.hs2__heading {
		font-size: 34px;
		line-height: 1.24;
		margin-bottom: 18px;
	}
	
	.hs2 .slick-track {
		justify-content: center;
		max-width: 1050px;
		margin: 0 auto;
	}
	
	.hs2__icon-container {
		margin-right: 33px;
	}
	
	.hs2__text-container {
		margin-bottom: 58px;
	}
	
	.hs2 .slick-slide {
		margin: 0 27px;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
	}
	
	.hs2__button-line-container {
		width: calc(50vw - 277px);
		height: calc(50vw - 277px / 2);
	}
}

@media only screen and (min-width: 2000px) {
	.hs2__button-line {
		-o-object-fit: fill;
		object-fit: fill;
	}
}

/* Home Section Three - Fast & Affordable
------------------------------------------------------- */
.hs3 {
	padding: 3em 0 4.15em;
	position: relative;
	z-index: 2;
}

.hs3__heading, .hs3__sub-heading {
	font-size: calc(20px + ( 36 - 20 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

.hs3__heading {
	margin-bottom: 16px;
	position: relative;
	display: inline-block;
	padding: 13px .42em 9px;
}

.hs3__heading::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ed1c24;
	z-index: -1;
	content: "";
}

.hs3__heading, .hs3__sub-heading, .hs3__text-container {
	color: #fff;
}

.hs3__sub-heading {
	margin-bottom: 15px;
}

.hs3__button-wrapper, .hs3__button {
	width: 100%;
}

.hs3__button-wrapper .button__bg-animation {
	display: none;
}

.hs3__button.button--sec {
	background: right/200% 100% no-repeat linear-gradient(to right, #000 0%, #000 50%, #ed1c24 50%, #ed1c24 100%);
	color: #fff;
	font-size: calc(12px + ( 18 - 12 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.hs3__button.button--sec:hover {
		background-position: left;
	}
}

.hs3__text-container {
	margin-bottom: 3.5em;
}

@media only screen and (min-width: 576px) {
	.hs3__heading, .hs3__sub-heading {
		font-size: 36px;
	}
	
	.hs3__button.button--sec {
		font-size: 18px;
	}
	
	.hs3__button-wrapper .button__bg-animation {
		display: block;
	}
}

@media only screen and (min-width: 992px) {
	.hs3__heading {
		padding: 17px 18px 13px;
	}
	
	.hs3__heading, .hs3__sub-heading {
		font-size: 52px;
	}
	
	.hs3__button-wrapper, .hs3__button {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	
	.hs3__button-container {
		justify-content: start;
	}
	
	.hs3__text-container {
		max-width: 1030px;
		margin-bottom: 60px;
	}
	
	.hs3 .slick-slide {
		margin: 0 .9em;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
	}
	
	.hs3__button.button--sec .button__label {
		padding: 0 2.11em;
	}
}

@media only screen and (min-width: 1200px) {
	.hs3 .slick-list {
		padding-left: calc(( 100vw - 1140px ) / 2);
	}
}

/* Home Section Four - Local Provider
------------------------------------------------------- */
.hs4 {
	position: relative;
	z-index: 1;
	padding: 2.75em 0 72vw;
	overflow: hidden;
}

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

.hs4__heading {
	text-align: center;
	font-size: calc(20px + ( 32 - 20 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	margin-bottom: 18px;
}

.hs4__text-container--stn p:last-of-type {
	margin-bottom: 0;
}

.hs4__house-wrapper {
	position: absolute;
	width: 100vw;
	height: 67vw;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.hs4__house-container {
	bottom: -11vw;
	position: relative;
	left: 5vw;
}

.hs4__wifi-container {
	position: absolute;
	top: 5vw;
	left: calc(50% - 21vw);
	width: 28vw;
	height: 28vw;
	z-index: 3;
}

.hs4__wave-container {
	position: absolute;
	bottom: -2px;
	left: 0;
	opacity: .1;
}

@media only screen and (min-width: 576px) {
	.hs4__heading {
		font-size: 32px;
	}
}

@media only screen and (min-width: 992px) {
	.hs4 {
		padding: 0;
	}
	
	.hs4__heading {
		font-size: 52px;
		text-align: start;
		line-height: 1.12;
	}
	
	.hs4__content-container {
		max-width: 600px;
	}
	
	.hs4__text-container--stn {
		padding-right: 30px;
	}
	
	.hs4__house-wrapper {
		position: absolute;
		width: 66vw;
		height: 44vw;
		left: calc(50% + 40px);
		z-index: 1;
		max-width: 1050px;
		max-height: 704px;
		bottom: calc(50% - 330px);
	}
	
	.hs4__wave-container {
		width: 100vw;
		bottom: calc(( 50% - 420px ) - 1vw);
	}
	
	.hs4__wave-container-bg {
		position: absolute;
		top: calc(100% - 1px);
		width: 100%;
		height: 100vh;
		background: #000;
		left: 0;
	}
	
	.hs4__house-container {
		left: 0vw;
	}
	
	.hs4__wifi-container {
		max-width: 265px;
		max-height: 265px;
		top: 9vw;
		left: calc(50% - 15.8vw);
		width: 17vw;
		height: 17vw;
	}
}

@media only screen and (min-width: 1200px) {
	.hs4__house-wrapper {
		left: 50%;
	}
	
	.hs4__wave-container {
		bottom: calc(( 50% - 420px ) - 2vw);
	}
}

@media only screen and (min-width: 1600px) {
	.hs4__wave-container {
		bottom: calc(( 50% - 420px ) - 4vw);
	}
	
	.hs4__house-container {
		bottom: -180px;
	}
	
	.hs4__wifi-container {
		top: 140px;
		left: 270px;
	}
}

@media only screen and (min-width: 2000px) {
	.hs4__wave-container {
		bottom: calc(( 50% - 420px ) - 7vw);
	}
	
	.hs4__house-wrapper {
		bottom: calc(50% - 370px);
	}
}

/* Home Section Five - Most Trusted
------------------------------------------------------- */
.hs5 {
	padding: 3.8em 0 4.8em;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: #000;
}

.hs5__bg-container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.hs5__bg-container::before {
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: .3;
	background: #000;
}

.hs5__bg-container > iframe {
	position: absolute;
	top: calc(50% - 5px);
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100vw;
	width: 177vh;
	height: 102%;
}

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

.hs5__button-wrapper, .hs5__button {
	width: 100%;
}

.hs5__button-wrapper .button__bg-animation {
	display: none;
}

.hs5__button.button--sec {
	background: right/200% 100% no-repeat linear-gradient(to right, #000 0%, #000 50%, #ed1c24 50%, #ed1c24 100%);
	color: #fff;
	font-size: calc(12px + ( 18 - 12 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.hs5__button.button--sec:hover {
		background-position: left;
	}
}

.hs5__heading, .hs5__text-container--stn, .hs5__text-container--bold {
	color: #fff;
}

.hs5__heading {
	line-height: 1.16;
	font-size: calc(22px + ( 32 - 22 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	margin-bottom: .7em;
}

.hs5__text-container--stn {
	margin-bottom: 2.1em;
}

.hs5__text-container--bold {
	margin-bottom: 3.4em;
}

.hs5__text-container--bold p {
	font-size: calc(16px + ( 20 - 16 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

@media only screen and (min-width: 576px) {
	.hs5__button.button--sec {
		font-size: 18px;
	}
	
	.hs5__button-wrapper .button__bg-animation {
		display: block;
	}
	
	.hs5__heading {
		font-size: 32px;
	}
	
	.hs5__text-container--bold p {
		font-size: 20px;
	}
}

@media only screen and (min-width: 992px) {
	.hs5 {
		padding-bottom: 35px;
	}
	
	.hs5__heading {
		font-size: 52px;
		line-height: 1.15;
		max-width: 936px;
		margin: 0 auto 20px;
	}
	
	.hs5__button-wrapper, .hs5__button {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	
	.hs5__button-container {
		justify-content: start;
	}
	
	.hs5__bg-container > iframe {
		min-height: 102vh;
		height: 77vw;
	}
	
	.hs5__text-container--bold p {
		font-size: 24px;
	}
	
	.hs5__button.button--sec .button__label {
		padding: 0 2.11em;
	}
}

/* Home Section Six - Reviews
------------------------------------------------------- */
.hs6 {
	padding: 55px 0 56vw;
	position: relative;
	overflow: hidden;
	margin-top: -1px;
	z-index: 3;
}

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

.hs6__heading {
	font-size: calc(22px + ( 32 - 22 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	max-width: 352px;
	margin: 0 auto 16px;
}

.hs6__content-container {
	max-width: 473px;
	margin: 0 auto;
}

.hs6__review-container {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.hs6__review-text-container {
	font-family: "Whitney", sans-serif;
	font-style: italic;
	font-weight: 500;
	line-height: 1.85;
}

.hs6__review-text-container {
	margin-bottom: 1.2em;
}

.hs6__reviewer-container {
	display: flex;
	margin: auto 0 7px auto;
	align-items: center;
}

.hs6__reviewer {
	margin-right: 8px;
	font-family: "Whitney", sans-serif;
	font-weight: 700;
	font-size: calc(18px + ( 22 - 18 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

.hs6__icon-container {
	background: #ed1c24;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
}

div.hs6__five-stars--stn {
	justify-content: flex-end;
	color: #ffce00;
	margin-bottom: 0;
	font-size: 1.15em;
}

.hs6 .slick-slider:not(.hero__slider) .slick-arrow.slick-disabled {
	opacity: .3;
}

.hs6 .slick-slider:not(.hero__slider) .slick-prev, .hs6 .slick-slider:not(.hero__slider) .slick-next {
	top: calc(100% + 65px);
	width: 36px;
	height: 36px;
}

.hs6 .slick-slider:not(.hero__slider) .slick-prev {
	left: unset;
	right: 48px;
}

.hs6 .slick-slider:not(.hero__slider) .slick-next {
	left: unset;
	right: 0;
}

.hs6 .slick-slider:not(.hero__slider) .slick-prev:before, .hs6 .slick-slider:not(.hero__slider) .slick-next:before {
	color: #000;
	font-size: 36px;
}

.hs6 .slick-slider:not(.hero__slider) .slick-prev:before {
	content: "";
}

.hs6 .slick-slider:not(.hero__slider) .slick-next:before {
	content: "";
}

.hs6__animation-wrapper {
	width: 100vw;
	height: 71vw;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	background: bottom/cover no-repeat url("https://cdn-ilemllm.nitrocdn.com/RaPNmSqCskILlNDlfXIaMImbliRxjZzL/assets/images/source/rev-eb3a7cd/www.gvec.net/wp-content/uploads/mobilehs6bg.svg");
}

.hs6__animation-person {
	width: 71vw;
	left: -8vw;
	position: absolute;
}

.hs6__animation-reviews {
	width: 70vw;
	position: absolute;
	top: 7vw;
	left: 2vw;
}

@media only screen and (min-width: 576px) {
	.hs6__reviewer {
		font-size: 22px;
	}
	
	.hs6__heading {
		font-size: 32px;
	}
}

@media only screen and (min-width: 992px) {
	.hs6 {
		padding: 72px 0 95px;
	}
	
	.hs6__content-container {
		max-width: 485px;
		margin-right: 0;
	}
	
	.hs6__heading {
		font-size: 45px;
		max-width: none;
	}
	
	.hs6__slider {
		margin-bottom: 65px;
	}
	
	.hs6__review-text-container p {
		font-size: 22px;
	}
	
	.hs6__reviewer {
		font-size: 24px;
	}
	
	.hs6__icon-container {
		width: 32px;
		height: 32px;
		font-size: 18px;
	}
	
	div.hs6__five-stars--stn {
		font-size: 1.4em;
	}
	
	.hs6 .slick-slider:not(.hero__slider) .slick-prev, .hs6 .slick-slider:not(.hero__slider) .slick-next {
		top: calc(100% - 19px);
	}
	
	.hs6 .slick-slider:not(.hero__slider) .slick-prev {
		right: unset;
		left: 0;
	}
	
	.hs6 .slick-slider:not(.hero__slider) .slick-next {
		right: unset;
		left: 45px;
	}
	
	.hs6__button.button--sec {
		background: right/200% 100% no-repeat linear-gradient(to right, #000 0%, #000 50%, #ed1c24 50%, #ed1c24 100%);
		color: #fff;
	}
	
	@media only screen and (min-width: 992px) and (hover: hover) {
		.hs6__button.button--sec:hover {
			background-position: left;
		}
	}
	
	.hs6__button .button__label {
		padding-left: 15px;
		padding-right: 35px;
	}
	
	.hs6__button-wrapper, .hs6__button {
		margin: 0;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	
	.hs6__button-wrapper {
		margin-left: 20px;
	}
	
	.hs6__animation-wrapper {
		height: 100%;
		background: center/100% 100% no-repeat url("https://cdn-ilemllm.nitrocdn.com/RaPNmSqCskILlNDlfXIaMImbliRxjZzL/assets/images/source/rev-eb3a7cd/www.gvec.net/wp-content/uploads/hs6bgv2.svg");
	}
	
	.hs6__animation-person, .hs6__animation-reviews {
		transform: translateY(-50%);
	}
	
	.hs6__animation-person {
		width: 42vw;
		left: 5vw;
		top: calc(50% + 20px);
		max-width: 672px;
	}
	
	.hs6__animation-reviews {
		width: 42vw;
		position: absolute;
		top: calc(50% - 50px);
		left: 12vw;
		max-width: 672px;
	}
}

@media only screen and (min-width: 1600px) {
	.hs6__animation-person {
		left: unset;
		right: calc(50% + 50px);
	}
	
	.hs6__animation-reviews {
		left: unset;
		right: calc(50% - 60px);
	}
}

/* Home Section Seven - Latest News
------------------------------------------------------- */
.hs7 {
	padding: 4.2em 0 104px;
	background: linear-gradient(180deg, #404040 0%, #0d0d0d 100%);
	position: relative;
	z-index: 3;
}

.hs7__heading {
	margin-bottom: .73em;
	color: #fff;
}

.hs7__blog-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 66vw;
	height: 100%;
	max-width: 359px;
	background: #292929;
}

.hs7__blog-image-container {
	width: 100%;
	height: 140px;
	position: relative;
	overflow: hidden;
}

.hs7__blog-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-o-object-position: top;
	object-position: top;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.hs7__blog-image--logo {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.hs7__blog-container--inner {
	padding: 20px 1.5em;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.hs7__blog-category {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	line-height: 1.86;
	margin-bottom: 25px;
	position: relative;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.hs7__blog-category::before {
	content: "";
	height: 3px;
	width: 100%;
	background: #ed1c24;
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
}

.hs7__blog-heading-container, .hs7__blog-excerpt-container {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hs7__blog-heading-container {
	margin-bottom: 15px;
}

.hs7__blog-heading {
	margin-bottom: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 800;
	color: #fff;
	font-size: calc(16px + ( 20 - 16 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	line-height: 1.2;
}

.hs7__blog-excerpt-container {
	margin-bottom: 25px;
	margin-top: auto;
}

.hs7__blog-excerpt {
	font-family: "Open Sans", Arial, sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 1.57;
	margin-bottom: 0;
}

.hs7__blog-info-container {
	display: flex;
	flex-direction: column;
}

.hs7__blog-date {
	font-family: "Open Sans", Arial, sans-serif;
	color: #bfbfbf;
	font-size: 12px;
	font-weight: 500;
}

.hs7__blog-link {
	position: relative;
	font-family: "Open Sans", Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.hs7__blog-link:hover {
	color: #fff;
}

.hs7__blog-link::after {
	content: "";
	-webkit-mask-image: url("https://cdn-ilemllm.nitrocdn.com/RaPNmSqCskILlNDlfXIaMImbliRxjZzL/assets/images/source/rev-eb3a7cd/www.gvec.net/wp-content/uploads/longarrow.svg");
	mask-image: url("https://cdn-ilemllm.nitrocdn.com/RaPNmSqCskILlNDlfXIaMImbliRxjZzL/assets/images/source/rev-eb3a7cd/www.gvec.net/wp-content/uploads/longarrow.svg");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background-color: #ed1c24;
	display: inline-block;
	z-index: 1;
	height: 16px;
	width: 14px;
	margin-left: 6px;
}

.hs7 .slick-list {
	padding-left: 2.25em;
}

.hs7__slide:not(:last-of-type) {
	margin-right: 20px;
}

.hs7 .slick-track::before {
	margin-right: -20px;
}

.hs7__slide:last-of-type .hs7__blog-container {
	background: transparent;
	max-width: 250px;
}

.hs7__blog-page-link {
	display: flex;
	flex-direction: column;
	margin-top: auto;
	margin-bottom: auto;
}

.hs7__blog-page-link-text {
	font-family: "Whitney", Arial, sans-serif;
	font-weight: 700;
	color: #bfbfbf;
	font-size: 32px;
	line-height: 1;
}

.hs7__blog-page-link-text--bottom {
	position: relative;
	display: flex;
	align-items: center;
}

.hs7__blog-page-link-text--bottom::after {
	content: "";
	-webkit-mask-image: url("https://cdn-ilemllm.nitrocdn.com/RaPNmSqCskILlNDlfXIaMImbliRxjZzL/assets/images/source/rev-eb3a7cd/www.gvec.net/wp-content/uploads/longarrow.svg");
	mask-image: url("https://cdn-ilemllm.nitrocdn.com/RaPNmSqCskILlNDlfXIaMImbliRxjZzL/assets/images/source/rev-eb3a7cd/www.gvec.net/wp-content/uploads/longarrow.svg");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background-color: #ed1c24;
	display: inline-block;
	z-index: 1;
	height: 45px;
	width: 50px;
	margin-left: 10px;
}

@media only screen and (min-width: 450px) {
	.hs7__blog-info-container {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media only screen and (min-width: 576px) {
	.hs7 .slick-list {
		padding-left: calc(( 100vw - 488px ) / 2);
	}
	
	.hs7__blog-heading {
		font-size: 20px;
	}
}

@media only screen and (min-width: 768px) {
	.hs7 .slick-list {
		padding-left: calc(( 100vw - 720px ) / 2);
	}
}

@media only screen and (min-width: 992px) {
	.hs7 {
		padding: 12vh 0;
	}
	
	.hs7__heading {
		margin-bottom: 33px;
	}
	
	.hs7 .slick-list {
		padding-left: calc(( 100vw - 960px ) / 2);
	}
	
	.hs7 .slick-list {
		margin: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.hs7 .slick-list {
		padding-left: calc(( 100vw - 1140px ) / 2);
	}
}

/* Home Section Eight - We're More Than Internet
------------------------------------------------------- */
.hs8 {
	position: relative;
	padding: 57px 0 105px;
	background: #292929;
	z-index: 1;
}

.hs8__heading {
	line-height: 1.08;
}

.hs8__heading, .hs8__text-container {
	color: #fff;
}

.hs8__text-container {
	margin-bottom: 15px;
}

.hs8__text-container p:last-of-type {
	margin-bottom: 0;
}

.hs8__video-container {
	/* padding: 56.25% 0 0 0;
    position: relative; */
	display: none;
	z-index: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.hs8__video-container > iframe {
	position: absolute;
	top: calc(50% - 5px);
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100vw;
	width: 177vh;
	min-height: 102vh;
	height: 77vw;
}

.hs8 .slick-list {
	padding-left: 2.25em;
}

.hs8 .slick-track {
	padding: 25px 0 35px;
}

.hs8__slide:not(:last-of-type) {
	margin-right: 1.5em;
}

.hs8 .slick-track::before {
	margin-right: -1.5em;
}

.hs8 .slick-track::after {
	margin-left: -1.5em;
}

.hs8 .hs8__slider .slick-prev, .hs8 .hs8__slider .slick-next {
	top: calc(100% + 22px);
}

.hs8__button {
	background: linear-gradient(180deg, #404040 0%, #292929 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: .3s bottom ease-in-out;
	width: 36vw;
	height: 36vw;
	max-width: 210px;
	max-height: 210px;
	bottom: 8px;
	position: relative;
	padding: 5px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .36);
}

.hs8__button::before {
	content: "";
	position: absolute;
	top: calc(100% + 25px);
	left: 50%;
	transform: translateX(-50%);
	background: #7e7e7e;
	opacity: .46;
	width: 80%;
	max-width: 90px;
	height: 10px;
	border-radius: 50%;
	transition: .3s all ease-in-out;
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.hs8__button:hover::before {
		top: calc(100% + 5px);
		opacity: 0;
	}
	
	.hs8__button:hover {
		background: #ed1c24;
		bottom: 0px;
	}
	
	.hs8__button:hover .hover-path {
		fill: #fff;
	}
}

.hs8 svg .hover-path {
	fill: #ed1c24;
}

.hs8__button-icon-container {
	display: flex;
	width: 17vw;
	height: 17vw;
	max-width: 93px;
	max-height: 93px;
	margin-bottom: 1.1em;
}

.hs8__button-icon-container svg {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.hs8__button-label {
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 1.22;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: calc(12px + ( 18 - 12 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

.hs8 .slick-slider:not(.hero__slider) .slick-prev, .hs8 .slick-slider:not(.hero__slider) .slick-next {
	top: calc(100% + 45px);
}

@media only screen and (min-width: 576px) {
	.hs8 .slick-list {
		padding-left: calc(( 100vw - 488px ) / 2);
	}
	
	.hs8__button-label {
		font-size: 18px;
	}
}

@media only screen and (min-width: 768px) {
	.hs8 .slick-list {
		padding-left: calc(( 100vw - 720px ) / 2);
	}
}

@media only screen and (min-width: 992px) {
	.hs8 .slick-list {
		padding-left: 0;
	}
	
	.hs8 .slick-track {
		justify-content: center;
		max-width: 930px;
		margin: 0 auto;
	}
	
	.hs8__text-container {
		margin-bottom: 32px;
	}
	
	.hs8__slide {
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
	}
	
	.hs8__slide:not(:last-of-type) {
		margin-right: 52px;
	}
	
	.hs8__video-container {
		display: block;
	}
	
	.hs8__video-container::before {
		content: "";
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 2;
		opacity: .6;
		background: #000;
	}
}

@media only screen and (min-width: 1200px) {
	.hs8 {
		padding: 0;
	}
	
	.hs8 .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.hs8__content-wrapper {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		max-width: 1140px;
		width: 100%;
	}
	
	.hs8__button {
		width: 25vw;
		margin: 0 auto;
	}
}

/* Contact
------------------------------------------------------- */
.postscript-contact {
	position: relative;
	z-index: 2;
}

@media only screen and (min-width: 992px) {
	.postscript-contact {
		display: flex;
	}
	
	.postscript-contact__location-wrapper, .postscript-contact__form-wrapper {
		width: 50%;
	}
}

/* Contact -- Locations
------------------------------------------------------- */
.postscript-contact__location-wrapper {
	padding: 65px 0 75px;
	background: #ecebea;
}

.postscript-contact__location-wrapper--inner {
	max-width: 416px;
	margin: 0 auto;
}

.postscript-contact__location-heading {
	font-size: calc(22px + ( 46 - 22 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	margin-bottom: 30px;
}

h2.postscript-contact__location-heading {
	color: #000;
}

.postscript-contact__locations {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.postscript-contact__location-container:not(:last-of-type) {
	margin-bottom: 18px;
}

.postscript-contact__location-container {
	border-radius: 12px;
	background: #fff;
	display: flex;
	overflow: hidden;
	max-width: 416px;
	width: 100%;
}

.postscript-contact__marker-container {
	background: #ed1c24;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.08em 1.29em;
}

.postscript-contact__marker-container span {
	color: #fff;
	font-size: 1.7em;
}

.postscript-contact__office-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: .3em 1.2em;
	flex-grow: 1;
}

.postscript-contact__office-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.postscript-contact__office {
	font-weight: 700;
	margin-right: 9px;
}

.postscript-contact__office, .postscript-contact__office-phone {
	font-size: calc(16px + ( 20 - 16 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

.postscript-contact__office, .postscript-contact__office-phone, .postscript-contact__more-info {
	font-family: "Whitney", Arial, sans-serif;
	line-height: 1.4;
}

.postscript-contact__office, .postscript-contact__office-phone:hover, .postscript-contact__office-phone {
	color: #000;
}

.postscript-contact__office-phone {
	font-weight: 500;
}

.postscript-contact__more-info {
	font-style: italic;
	display: flex;
	align-items: center;
	font-size: 18px;
}

.postscript-contact__more-info:hover, .postscript-contact__more-info {
	color: #656565;
}

.postscript-contact__more-info span {
	color: #ed1c24;
	margin-left: 4px;
}

@media only screen and (min-width: 500px) {
	.postscript-contact__office-container {
		flex-direction: row;
	}
}

@media only screen and (min-width: 576px) {
	.postscript-contact__location-heading {
		font-size: 46px;
	}
	
	.postscript-contact__office, .postscript-contact__office-phone {
		font-size: 20px;
	}
}

@media only screen and (min-width: 992px) {
	.postscript-contact__location-wrapper {
		padding: 95px 0;
	}
	
	.postscript-contact__location-wrapper .container {
		margin-right: 0;
	}
	
	.postscript-contact__location-wrapper--inner {
		margin-right: 26px;
	}
	
	.postscript-contact__location-wrapper, .postscript-contact__form-wrapper {
		position: relative;
	}
	
	.home .postscript-contact__location-wrapper > .container-wrapper, .home .postscript-contact__form-wrapper > .container-wrapper {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	
	.home .postscript-contact__form-wrapper > .container-wrapper {
		top: calc(50% - 23px);
	}
}

@media only screen and (min-width: 1200px) {
	.postscript-contact__location-wrapper--inner {
		margin-right: 126px;
	}
}

/* Contact -- Form
------------------------------------------------------- */
.postscript-contact__form-wrapper {
	background: linear-gradient(180deg, #7d0e12 0%, #ed1c24 100%);
	padding: 65px 0;
}

.postscript-contact__form-wrapper--inner {
	max-width: 490px;
	margin: 0 auto;
}

.postscript-contact__form-heading {
	font-size: calc(22px + ( 46 - 22 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	margin-bottom: 26px;
}

.postscript-contact .input-fields-column + .input-fields-column, .postscript-contact .input-fields-column .col-12 + .col-12 {
	margin-top: 0;
}

.postscript-contact .input-fields-column > .row > *:not(p) {
	margin-bottom: 20px;
}

.postscript-contact form p {
	margin-bottom: 0;
}

.postscript-contact__button {
	margin: 26px auto 0;
	position: relative;
}

.postscript-contact__button.button--stn {
	width: 90%;
	max-width: 261px;
	border: 2px solid #fff;
	background: right/200% 100% no-repeat linear-gradient(to right, #000 0%, #000 50%, transparent 50%, transparent 100%);
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.postscript-contact__button.button--stn:hover {
		border: 2px solid #000;
		background-position: left;
	}
}

.postscript-contact__button .button__label {
	font-size: calc(14px + ( 18 - 14 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
}

.postscript-contact .wpcf7-submit {
	background-color: transparent;
	border-radius: 0;
	height: 100%;
	margin-top: 0px;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

.postscript-contact .wpcf7-submit:hover {
	background-color: transparent;
}

.postscript-contact span.wpcf7-not-valid-tip {
	color: #dc3232;
	background: #fff;
	width: 100%;
	padding: 5px;
}

.postscript-contact div.wpcf7-response-output {
	color: #ffb900;
	background: #fff;
}

.postscript-contact .ajax-loader, .postscript-contact .wpcf7-spinner {
	position: absolute;
	top: 100%;
}

.wpcf7 form .wpcf7-response-output {
	background: #fff;
}

.postscript-contact .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #fff transparent;
}

.postscript-contact .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}

.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text, .postscript-contact .select2-container--default .select2-selection--single, .postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered, .postscript-contact .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
	line-height: 46px;
}

.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text, .postscript-contact .select2-container--default .select2-selection--single {
	background: transparent !important;
	border-bottom: 2px solid #fff;
	border-radius: 0;
}

/* input color */

/* placeholder color */
.postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered[title="Are You a New Customer?*"], .postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered[title="Inquiry About...*"], .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text, .postscript-contact .select2-container--default .select2-selection--single, .postscript-contact .wpcf7-form select, .postscript-contact .wpcf7-form select option:first-of-type, .postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered, .postscript-contact .wpcf7-textarea {
	color: var(--contact-bar-color) !important;
	font-size: var(--contact-bar-font-size-1);
	opacity: 1;
	font-family: "Whitney", Arial, sans-serif;
	font-weight: 500;
	padding-left: 0;
}

.postscript-contact .wpcf7-textarea::-webkit-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-webkit-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-webkit-input-placeholder {
	color: var(--contact-bar-color) !important;
	font-size: var(--contact-bar-font-size-1);
	opacity: 1;
	font-family: "Whitney", Arial, sans-serif;
	font-weight: 500;
	padding-left: 0;
}

.postscript-contact .wpcf7-textarea:-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text:-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text:-ms-input-placeholder {
	color: var(--contact-bar-color) !important;
	font-size: var(--contact-bar-font-size-1);
	opacity: 1;
	font-family: "Whitney", Arial, sans-serif;
	font-weight: 500;
	padding-left: 0;
}

.postscript-contact .wpcf7-textarea::-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-ms-input-placeholder {
	color: var(--contact-bar-color) !important;
	font-size: var(--contact-bar-font-size-1);
	opacity: 1;
	font-family: "Whitney", Arial, sans-serif;
	font-weight: 500;
	padding-left: 0;
}

.postscript-contact .wpcf7-textarea::placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder {
	color: var(--contact-bar-color) !important;
	font-size: var(--contact-bar-font-size-1);
	opacity: 1;
	font-family: "Whitney", Arial, sans-serif;
	font-weight: 500;
	padding-left: 0;
}

@media only screen and (min-width: 576px) {
	.postscript-contact__button .button__label {
		font-size: 18px;
	}
	
	.postscript-contact__form-heading {
		font-size: 46px;
	}
	
	/* input color */
	
	/* placeholder color */
	.postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered[title="Are You a New Customer?*"], .postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered[title="Inquiry About...*"], .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text, .postscript-contact .select2-container--default .select2-selection--single, .postscript-contact .wpcf7-form select, .postscript-contact .wpcf7-form select option:first-of-type, .postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered, .postscript-contact .wpcf7-textarea {
		font-size: var(--contact-bar-font-size-2);
	}
	
	.postscript-contact .wpcf7-textarea::-webkit-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-webkit-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-webkit-input-placeholder {
		font-size: var(--contact-bar-font-size-2);
	}
	
	.postscript-contact .wpcf7-textarea:-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text:-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text:-ms-input-placeholder {
		font-size: var(--contact-bar-font-size-2);
	}
	
	.postscript-contact .wpcf7-textarea::-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-ms-input-placeholder {
		font-size: var(--contact-bar-font-size-2);
	}
	
	.postscript-contact .wpcf7-textarea::-webkit-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-webkit-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-webkit-input-placeholder {
		font-size: var(--contact-bar-font-size-2);
	}
	
	.postscript-contact .wpcf7-textarea::-moz-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-moz-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-moz-placeholder {
		font-size: var(--contact-bar-font-size-2);
	}
	
	.postscript-contact .wpcf7-textarea:-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text:-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text:-ms-input-placeholder {
		font-size: var(--contact-bar-font-size-2);
	}
	
	.postscript-contact .wpcf7-textarea::-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-ms-input-placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-ms-input-placeholder {
		font-size: var(--contact-bar-font-size-2);
	}
	
	.postscript-contact .wpcf7-textarea::placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::placeholder, .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder {
		font-size: var(--contact-bar-font-size-2);
	}
}

@media only screen and (min-width: 992px) {
	.postscript-contact__form-wrapper {
		padding: 95px 0 75px;
	}
	
	.postscript-contact__form-wrapper .container {
		margin-left: 0;
	}
	
	.postscript-contact__form-wrapper--inner {
		margin-left: 20px;
	}
}

@media only screen and (min-width: 1200px) {
	.postscript-contact__form-wrapper--inner {
		margin-left: 69px;
	}
}

/* Footer
------------------------------------------------------- */
.footer {
	padding: 5em 0 57px;
}

.footer-box__1 {
	margin-bottom: 42px;
}

.footer__logo {
	margin: 0 auto 2em;
	max-width: 248px;
	width: 80%;
}

.footer__phone-number, .footer__phone-number:hover {
	color: #ed1c24;
}

.footer__phone-number {
	margin-bottom: .5em;
	font-family: "Whitney", sans-serif;
	font-weight: 900 !important;
	font-size: calc(22px + ( 32 - 22 ) * ( ( 100vw - 300px ) / ( 576 - 300 ) ));
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}

.footer__phone {
	position: relative;
	z-index: 1;
}

.footer__phone-number lottie-player {
	width: 65px !important;
	height: 65px !important;
	transform: rotateY(180deg);
	margin: 0 -5px;
	position: relative;
	z-index: 0;
}

.footer__office-hours-container:nth-of-type(1) {
	margin-bottom: 32px;
}

.footer__office-hours-container:nth-of-type(2) {
	margin-bottom: 45px;
}

p.footer__office-hours-heading, p.footer__office-hours, .footer__support-text {
	font-family: "Whitney", sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1;
}

p.footer__office-hours-heading {
	font-weight: 700;
	margin-bottom: 10px;
}

p.footer__office-hours {
	font-weight: 500;
}

p.footer__office-hours--1 {
	margin-bottom: 0;
}

.footer__support-text {
	font-weight: 700;
}

.social-icons {
	padding-left: 0;
	flex-wrap: wrap;
	margin: 0 auto !important;
	max-width: 295px;
}

.social-icons, .social-icons .social-icons__icon, .social-icons .social-icons__icon a {
	display: flex;
}

.social-icons, .social-icons .social-icons__icon a {
	justify-content: center;
	width: 100%;
}

.social-icons .social-icons__icon, .social-icons .social-icons__icon a {
	border-radius: 50%;
	transition: .3s all ease-in-out;
}

.social-icons .social-icons__icon {
	background-color: #ed1c24;
	height: 48px;
	margin: 8px;
	width: 48px !important;
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.social-icons .social-icons__icon:hover {
		background-color: #000;
	}
}

.social-icons .social-icons__icon a {
	align-items: center;
	color: #fff !important;
	font-size: 26px;
	height: 100%;
	margin: auto;
}

.footer-box__2 {
	margin-bottom: 45px;
}

.footer__links-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer__button:not(:last-of-type) {
	margin-bottom: 20px;
}

.footer__brand-links {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer__brand-link:not(:last-of-type) {
	margin-bottom: 27px;
}

a.footer__button {
	font-weight: 800;
}

.footer__button.button--ter {
	max-width: 314px;
}

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

@media only screen and (min-width: 576px) {
	.footer__phone-number {
		font-size: 32px;
	}
}

@media only screen and (min-width: 992px) {
	.home .footer-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.footer {
		padding: 73px 0 30px;
		margin: auto 0;
	}
	
	.footer .row {
		align-items: center;
	}
	
	.footer-box__1 {
		margin-bottom: 0;
	}
	
	.footer-box__3 {
		align-items: flex-start;
	}
	
	.footer__links-container {
		align-items: flex-end;
	}
}

/* Copyright
------------------------------------------------------- */
.copyright {
	background-color: #fff;
	padding: 42px 0 126px;
	position: relative;
}

.copyright__line {
	opacity: .51;
	background: #bfbfbf;
	width: 238px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.copyright p, .copyright a {
	color: #404040;
}

@media only screen and (min-width: 992px) {
	.copyright {
		padding-bottom: 102px;
	}
}
