	 html,
	 body {
	 	background-color: #000;
	 	font-family: Verdana, Arial, Helvetica, sans-serif;
	 	font-size: 100%;
	 	line-height: 1.4;
	 	width: 100%;
	 	height: 100%;
	 	margin: 0;
	 	padding: 0;
	 }

	 @font-face {
	 	font-family: 'GillSansMTRegular';
	 	src: url(../fonts/gil_____-webfont.eot);
	 	src: local('☺'), url(../fonts/gil_____-webfont.woff) format('woff'), url(../fonts/gil_____-webfont.ttf) format('truetype'), url('../fonts/gil_____-webfont.svg#webfonttcht8P3p') format('svg');
	 	font-weight: 400;
	 	font-style: normal
	 }

	 @font-face {
	 	font-family: 'GillSansMTCondensedRegular';
	 	src: url(../fonts/gilc____-webfont.eot);
	 	src: local('☺'), url(../fonts/gilc____-webfont.woff) format('woff'), url(../fonts/gilc____-webfont.ttf) format('truetype'), url('../fonts/gilc____-webfont.svg#webfontHizAN3lR') format('svg');
	 	font-weight: 400;
	 	font-style: normal
	 }

	 @font-face {
	 	font-family: 'Archivo Black';
	 	src: url(../fonts/Archivo-Black.ttf)
	 }

	 @font-face {
	 	font-family: 'Telex';
	 	src: url(../fonts/Telex-Regular.ttf)
	 }

	 /* sqk-blog */

	 a {
	 	text-decoration: none;
	 	color: #fff;
	 }

	 a:hover {
	 	color: #FF8337;
	 }

	 :focus {
	 	outline: none;
	 }

	 ::-moz-focus-inner {
	 	border: 0;
	 }

	 h1,
	 h2,
	 h3,
	 h4,
	 h5,
	 h6,
	 ul {
	 	margin: 0;
	 	padding: 0;
	 	border: 0;
	 	font-size: 100%;
	 	font: inherit;
	 	vertical-align: baseline;
	 }

	 ul {
	 	list-style: none;
	 	padding-inline-start: 0;
	 }

	 .button-1 {
	 	font-family: "GillSansMTRegular", Arial, sans-serif;
	 	font-size: 20px;
	 	height: 45px;
	 	display: inline-block;
	 	line-height: 45px;
	 	background: #FF8337;
	 	padding: 0 20px;
	 	vertical-align: middle;
	 	-webkit-transition: background .3s ease-out;
	 	-moz-transition: background .3s ease-out;
	 	-ms-transition: background .3s ease-out;
	 	-o-transition: background .3s ease-out;
	 	transition: background .3s ease-out;
	 }

	 .button-1:hover,
	 .button-1:focus {
	 	background: #FFA46C;
	 	color: #fff;
	 	-webkit-transition: background .3s ease-out;
	 	-moz-transition: background .3s ease-out;
	 	-ms-transition: background .3s ease-out;
	 	-o-transition: background .3s ease-out;
	 	transition: background .3s ease-out;
	 }

	 .sqk-blog-header {
	 	background-color: transparent;
	 	position: fixed;
	 	transition: background-color 0.4s ease;
	 	height: 60px;
	 	width: 100%;
	 	z-index: 10;
	 	padding-block-start: 7px;

	 	@media (width <=767px) {
	 		position: absolute;
	 	}
	 }

	 .sqk-blog-header .sqk-blog-row {
	 	@media (width <=767px) {
	 		flex-direction: row;
	 	}
	 }

	 .sqk-blog-header .container-1000 {
	 	@media (width <=767px) {
	 		padding-inline: 26px;
	 	}
	 }

	 .sqk-blog-header .logo-home {
	 	width: 138px;
	 	height: 44px;
	 	float: left;
	 	position: relative;
	 	pointer-events: auto;

	 	@media(width <=480px) {
	 		height: 26px;
	 		width: 85px;
	 	}

	 	img {
	 		max-width: 100%;
	 	}
	 }

	 .sqk-blog-header-share {
	 	display: flex;
	 	align-items: center;
	 	gap: 15px;
	 	margin-block-start: 8px;
	 	padding-inline-end: 20px;

	 	@media(width <=660px) {
	 		display: none;
	 	}

	 	li {
	 		display: inline-block;
	 	}
	 }

	 .icon-twitter img {
	 	width: 21px;
	 	height: 17px;
	 }

	 .icon-facebook img {
	 	width: 11px;
	 	height: 23px;
	 }

	 .icon-instagram img,
	 .icon-linkedin img {
	 	width: 22px;
	 	height: 22px;
	 }

	 .sqk-blog-post-body h2,
	 .sqk-blog-latest-post h2,
	 .sqk-blog-other-posts h2 {
	 	font-size: clamp(2rem, 8vw, 4.5rem);
	 	line-height: clamp(1.875rem, 8vw, 4.5rem);
	 }

	 .gill-sans {
	 	font-family: 'GillSansMTCondensedRegular' !important;
	 	font-weight: 400;
	 }

	 .fs-42 {
	 	font-size: clamp(.813rem, 3vw, 2.625rem) !important;
	 	line-height: clamp(.938rem, 3vw, 3.125rem) !important;
	 }

	 .fs-78 {
	 	font-size: clamp(1.5rem, 6vw, 4.875rem) !important;
	 	line-height: clamp(1.6rem, 6vw, 4.875rem) !important;
	 }

	 .fs-103 {
	 	font-size: clamp(1.5rem, 8vw, 6.438rem) !important;
	 	line-height: clamp(1.813rem, 7vw, 5.6rem) !important;
	 }

	 .font-bold {
	 	font-weight: 700;
	 }

	 .bg-white {
	 	background-color: #FFF !important;
	 }

	 .bg-gray {
	 	background-color: #EEEEEE !important;
	 }

	 .bg-blue {
	 	background-color: #5470CE !important;
	 }

	 .bg-navy {
	 	background-color: rgba(39, 39, 106, 1) !important;
	 }

	 .bg-navy-25 {
	 	background-color: rgba(39, 39, 106, .25) !important;
	 }

	 .bg-navy-50 {
	 	background-color: rgba(39, 39, 106, .5) !important;
	 }

	 .text-white {
	 	color: #FFF !important;
	 }

	 .text-blue {
	 	color: #5470CE !important;
	 }

	 .text-red {
	 	color: #DB342F !important;
	 }

	 .text-orange {
	 	color: #FF8337;
	 }

	 .text-center {
	 	text-align: center !important;
	 }

	 .position-relative {
	 	position: relative !important;
	 }

	 .align-items-center {
	 	align-items: center !important;
	 }

	 .justify-content-between {
	 	justify-content: space-between !important;
	 }

	 .sqk-blog-row {
	 	display: flex;
	 	justify-content: center;
	 	column-gap: 1rem;

	 	@media (width <=767px) {
	 		flex-direction: column;
	 		row-gap: 2.5rem;
	 	}
	 }

	 .lobster {
	 	background-image: url("../images/lobster.svg");
	 	background-repeat: no-repeat;
	 	background-size: contain;
	 	position: absolute;
	 	bottom: -74px;
	 	right: -130px;
	 	height: 140px;
	 	width: 220px;

	 	@media (768px <=width <=991px) {
	 		bottom: -52px;
	 		right: -90px;
	 		height: 100px;
	 		width: 160px;
	 	}

	 	@media (576px <=width <=767px) {
	 		bottom: -80px;
	 		right: -70px;
	 		height: 120px;
	 		width: 130px;
	 	}

	 	@media (320px <=width <=575px) {
	 		bottom: -45px;
	 		right: -40px;
	 		height: 70px;
	 		width: 70px;
	 	}
	 }

	 .sqk-blog-post-title {
	 	position: absolute;

	 	&::before {
	 		content: "";
	 		position: absolute;
	 		background-image: url("../images/sqk-blog/quotation-marks-1.svg"), url("../images/sqk-blog/quotation-marks-2.svg");
	 		background-repeat: no-repeat;
	 		background-size: 120px;
	 		background-position: left top, right bottom;
	 		padding-block-start: 110px;
	 		padding-block-end: 14px;
	 		padding-inline-end: 40px;
	 		top: -60px;
	 		left: -20px;
	 		height: 100%;
	 		width: 100%;
	 		z-index: -1;

	 		@media (1200px <=width <=1400px) {
	 			padding-inline-end: 6px;
	 		}

	 		@media (640px <=width <=991px) {
	 			padding-inline-end: 20px;
	 		}

	 		@media (575px <=width <=991px) {
	 			background-size: 80px;
	 			padding-block-start: 0;
	 			padding-block-end: 80px;
	 			top: -40px;
	 		}

	 		@media (320px <=width <=575px) {
	 			background-size: 40px;
	 			padding-block-start: 0;
	 			padding-block-end: 40px;
	 			padding-inline-end: 0;
	 			top: -20px;
	 			left: -10px;
	 		}

	 		@media (320px <=width <=429px) {
	 			padding-inline-end: 0;
	 			top: -20px;
	 			left: -10px;
	 			width: 175px;
	 		}
	 	}
	 }

	 .sqk-blog-post-title.sqk-blog-quote-sm::before {
	 	background-size: 55px;
	 	background-position: left top, calc(50% + 105px) bottom;
	 	top: 0;
	 	left: -60px;
	 	padding-block-start: 0;
	 	padding-inline-end: 0;

	 	@media (320px <=width <=991px) {
	 		padding-block-end: 20px;
	 		width: calc(100% + 40px);
	 		left: -70px;
	 	}

	 	@media (320px <=width <=575px) {
	 		background-position: left top, calc(50% + 35px) bottom;
	 		background-size: 20px;
	 		left: -24px;
	 		padding-block-end: 5px;
	 		width: calc(100% + 5px);
	 	}
	 }

	 .sqk-blog-post-body {
	 	color: #535353;
	 	font-family: "Arial", Helvetica, sans-serif;
	 	font-size: clamp(1.125rem, 4vw, 1.5rem);
	 	line-height: clamp(1.313rem, 4vw, 1.75rem);
	 	padding: 70px 0 108px 0;

	 	@media (width <=767px) {
	 		padding: 24px 0 65px 0;
	 	}
	 }

	 .sqk-blog-post-body h1,
	 .sqk-blog-post-body h2,
	 .sqk-blog-post-body h3,
	 .sqk-blog-post-body h4,
	 .sqk-blog-post-body h5,
	 .sqk-blog-post-body h6 {
	 	font-family: 'GillSansMTCondensedRegular', Arial, sans-serif;
	 	font-weight: 400;
	 }

	 .sqk-blog-post-body-info {
	 	font-size: 1rem;
	 	line-height: 1;
	 	margin-block-end: 30px;

	 	@media (width <=767px) {
	 		margin-block-start: 8px;
	 	}
	 }

	 .sqk-blog-post-body-info li {
	 	margin-block-end: 6px;
	 }

	 .sqk-blog-post-body-info li:last-child {
	 	margin-block-end: 0;
	 }

	 .sqk-blog-post-body .cta-back-container {
	 	margin-block-start: clamp(65px, 7vw, 100px);
	 }

	 .container {
	 	margin: 0 auto;

	 	@media (width <=991px) {
	 		max-width: 100%;
	 		padding-inline: 2.5rem;
	 	}
	 }

	 .container-964 {
	 	max-width: 964px;
	 }

	 .container-1000 {
	 	max-width: 1000px;
	 }

	 .sqk-blog-hero {
	 	position: relative;
	 	width: 100%;
	 	z-index: 0;

	 	@media(width <=1199px) {
	 		aspect-ratio: 16/9;
	 	}

	 	@media(width >=1200px) {
	 		height: 618px;
	 	}

	 	@media(width >=1600px) {
	 		aspect-ratio: 16/9;
	 		height: unset;
	 		margin-block-end: -6px;
	 	}
	 }

	 .sqk-blog-hero mark {
	 	display: table;
	 	padding: 10px 16px;
	 	position: relative;
	 	text-wrap: nowrap;
	 	margin-block-end: 10px;

	 	@media(width <=991px) {
	 		padding-inline: 14px;
	 	}

	 	@media(width <=767px) {
	 		margin-block: 8px;
	 	}

	 	@media(width <=480px) {
	 		padding: 6px;
	 		margin-block: 3px;
	 	}
	 }

	 .sqk-blog-hero-title {
	 	color: #27276A;
	 	position: absolute;
	 	top: 50%;
	 	left: 50%;
	 	font-family: 'Archivo Black' !important;
	 	font-size: clamp(2.188rem, 8vw, 6.75rem);
	 	line-height: clamp(1rem, 8vw, 5.5rem);
	 	margin: 0;
	 	width: 50%;
	 	transform: translate(15%, -50%);
	 	z-index: 1;

	 	@media (width >=1200px) {
	 		width: 510px;
	 	}

	 	@media (width <=1200px) {
	 		width: 40%;
	 	}

	 	@media (width <=575px) {
	 		transform: translate(10%, -50%);
	 		width: 45%;
	 	}

	 	@media (width <=430px) {
	 		transform: translate(0%, -50%);
	 	}
	 }

	 .sqk-blog-hero-title-squeakers {
	 	font-size: clamp(1.625rem, 6vw, 5.375rem) !important;
	 	line-height: 1;
	 }

	 .sqk-blog-hero-title-words {
	 	font-size: clamp(2rem, 8vw, 6.25rem) !important;
	 }

	 .sqk-blog-hero-title-plus {
	 	font-size: clamp(2.375rem, 8vw, 7.563rem) !important;
	 }

	 .sqk-blog-hero-bg {
	 	height: 100%;
	 	width: 100%;
	 	object-fit: cover;
	 	object-position: left;

	 	@media (width <=1200px) {
	 		object-position: calc(100% - 70%);
	 		margin-block-end: -5px;
	 	}

	 	@media (width <=992px) {
	 		object-position: calc(100% - 70%);
	 	}
	 }

	 .sqk-blog-latest-post {
	 	padding: 60px 0 118px 0;
	 }

	 .sqk-blog-latest-post .sqk-blog-title {
	 	margin-block-end: clamp(20px, 5vw, 60px);
	 }

	 .sqk-blog-other-posts .sqk-blog-title {
	 	margin-block-end: clamp(30px, 5vw, 30px);
	 }

	 .sqk-blog-other-posts {
	 	padding: 50px 0 80px 0;
	 }

	 .sqk-blog-card {
	 	position: relative;
	 	width: 474px;
	 	height: 468px;

	 	@media (width <=991px) {
	 		width: 100%;
	 		height: 100%;
	 	}

	 	@media (width <=767px) {
	 		margin-block-end: 55px;
	 	}
	 }

	 .sqk-blog-card .button-1 {
	 	position: absolute;
	 	bottom: 20px;
	 	right: 20px;
	 	z-index: 1;

	 	@media (width <=768px) {
	 		bottom: -55px;
	 		right: 0;
	 	}
	 }

	 .sqk-blog-card .overlay {
	 	background: transparent linear-gradient(180deg, #5470CE00 75%, #141D56 100%) 0% 0% no-repeat padding-box;
	 	position: absolute;
	 	top: 0;
	 	left: 0;
	 	height: 100%;
	 	width: 100%;
	 	z-index: 0;

	 	@media (768px <=width <=991px) {
	 		background: transparent linear-gradient(180deg, #5470CE00 30%, #141D56 100%) 0% 0% no-repeat padding-box;

	 	}
	 }

	 .sqk-blog-card img {
	 	height: 100%;
	 	width: 100%;
	 }

	 .sqk-blog-card-info {
	 	font-family: "Arial", Helvetica, sans-serif;
	 	position: absolute;
	 	bottom: 0;
	 	left: 0;
	 	padding: 20px 60px 20px 20px;
	 	z-index: 1;

	 	@media (width <=575px) {
	 		padding-block-end: 10px;
	 	}
	 }

	 .sqk-blog-card-title {
	 	color: #fff;
	 	font-size: clamp(1.125rem, 4vw, 1.5rem);
	 	line-height: clamp(1.36rem, 5vw, 1.75rem);
	 	text-align: left;
	 	margin-bottom: 40px;

	 	@media (width <=575px) {
	 		margin-block-end: 10px;
	 	}
	 }

	 .sqk-blog-card-author {
	 	font-size: 1rem;
	 	color: #fff;
	 	text-align: justify;
	 }

	 .footer-section-container {
	 	background: #5271CC;
	 	min-height: 80px;
	 	position: relative;
	 	width: 100%;
	 }

	 .footer-section-container .footer {
	 	max-width: 1000px;
	 	margin: 0 auto;
	 	position: relative;
	 	text-align: left;
	 	padding-left: 0;
	 	z-index: 2;
	 	display: block;

	 	@media (width <=1040px) {
	 		padding-inline-start: 2%;
	 	}

	 	@media(width <=690px) {
	 		display: none;
	 	}
	 }

	 .footer-section-container .footer> :first-child {
	 	padding-left: 0;
	 }

	 .footer-section-container .footer li {
	 	display: inline;
	 	font-family: 'GillSansMTCondensedRegular', Arial, sans-serif;
	 	font-size: 24px;
	 	color: #fff;
	 	padding-left: 4%;
	 	position: relative;
	 	top: 25px;
	 }

	 .footer-section-container .footer-terms-copyright,
	 .footer-section-container .footer-contact-info {
	 	max-width: 1000px;
	 	margin: 0 auto;
	 	position: relative;
	 	text-align: right;
	 	padding: 0;
	 	line-height: 180%;
	 }

	 .footer-section-container .footer-contact-info {
	 	font-family: Telex;
	 	font-size: 14px;
	 	color: #FFFFFF;
	 	padding: 5px 2% 20px;

	 	@media (width <=690px) {
	 		text-align: center;
	 		padding-top: 12px;
	 	}

	 	@media (width <=480px) {
	 		font-size: .75rem;
	 	}
	 }

	 .footer-section-container .footer-terms-copyright {
	 	@media (width <=1040px) {
	 		padding: 0 2%;
	 	}

	 	@media(width <=690px) {
	 		text-align: center;
	 		padding-top: 20px;
	 	}
	 }

	 .footer-section-container .footer-terms-copyright li {
	 	display: inline;
	 	font-family: 'Telex';
	 	font-size: 14px;
	 	color: #fff;
	 	padding-left: 20px;
	 	position: relative;
	 	top: -2px;

	 	@media(width <=690px) {
	 		display: block;
	 		padding-inline: 0;
	 	}
	 }

	 .contact-section-container {
	 	width: 100%;
	 	height: 700px;
	 	position: relative;
	 	background: #7289d8;
	 }

	 #map-canvas {
	 	width: 100%;
	 	height: 700px;
	 	position: relative;
	 }

	 .contact-made-in-ny img {
	 	margin: 30px 0 15px 0;
	 	width: 50%;
	 }

	 .contact-copy a {
	 	color: #FF8337;
	 }

	 .contact-info-container {
	 	background: rgba(0, 0, 0, 0.8);
	 	color: #fff;
	 	min-height: 455px;
	 	left: 50%;
	 	margin: -225px 0 0 -160px;
	 	position: absolute;
	 	top: 50%;
	 	width: 320px;
	 	text-align: center;

	 	@media(width <=500px) {
	 		left: 0;
	 		margin: 0 auto;
	 		transform: translate(0, -50%);
	 		width: 100%;
	 	}
	 }

	 .contact-copy {
	 	font-family: 'Telex';
	 	font-size: 20px;
	 	position: relative;
	 }

	 .contact-social-container {
	 	margin-top: 25px;
	 	margin-bottom: 30px;
	 	position: relative;
	 }

	 #contact-social {
	 	width: 100%;
	 }

	 .contact-facebook {
	 	width: 29px;
	 	height: 55px;
	 }

	 .contact-twitter {
	 	margin-left: 30px;
	 	width: 68px;
	 	height: 55px;
	 }

	 .contact-instagram {
	 	margin-left: 25px;
	 	width: 55px;
	 	height: 55px;
	 }

	 .sqk-blog.preloader {
		position: absolute;
		top: 50%;
		left: 50%;
	 }

	 /* sqk-blog */