.button {
	display: inline-block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: normal;
	line-height: 1;
	border: 0;
	border-radius: 4rem;
	padding: 12rem 30rem;
	margin: 20rem 0;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 3;
	overflow: hidden;
	background-color: rgba(255, 0, 0, .5);
	text-shadow: 0px 2px 4px rgba(58, 58, 58, .25);
	letter-spacing: .15rem
}

.button:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), color-stop(85%, #8d2838));
	background-image: linear-gradient(-270deg, #FF0000 0%, #8d2838 85%);
	z-index: -2;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 1;
	height: 100%;
	width: 100%
}

.button:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), to(#FF0000));
	background-image: linear-gradient(-270deg, #FF0000 0%, #FF0000 100%);
	z-index: -1;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 0;
	height: 100%;
	width: 100%
}

.button:hover,
.button:focus {
	color: #fff
}

.button:hover::after,
.button:focus::after {
	opacity: 1
}

.button:hover:before,
.button:focus:before {
	opacity: 0
}

.buttonSmall {
	display: inline-block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: normal;
	line-height: 1;
	border: 0;
	border-radius: 4rem;
	padding: 12rem 30rem;
	margin: 20rem 0;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 3;
	overflow: hidden;
	background-color: rgba(255, 0, 0, .5);
	text-shadow: 0px 2px 4px rgba(58, 58, 58, .25);
	letter-spacing: .15rem;
	padding: 9rem 22rem;
	font-size: 16rem;
	letter-spacing: .15rem
}

.buttonSmall:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), color-stop(85%, #8d2838));
	background-image: linear-gradient(-270deg, #FF0000 0%, #8d2838 85%);
	z-index: -2;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 1;
	height: 100%;
	width: 100%
}

.buttonSmall:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), to(#FF0000));
	background-image: linear-gradient(-270deg, #FF0000 0%, #FF0000 100%);
	z-index: -1;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 0;
	height: 100%;
	width: 100%
}

.buttonSmall:hover,
.buttonSmall:focus {
	color: #fff
}

.buttonSmall:hover::after,
.buttonSmall:focus::after {
	opacity: 1
}

.buttonSmall:hover:before,
.buttonSmall:focus:before {
	opacity: 0
}

.buttonStroked {
	display: inline-block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18rem;
	font-weight: bold;
	color: #000;
	letter-spacing: normal;
	line-height: 1;
	background-color: rgba(0, 0, 0, 0);
	border: 2rem solid red;
	border-radius: 4rem;
	padding: 10rem 30rem;
	margin: 20rem 0;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: .15rem
}

.buttonStroked:hover,
.buttonStroked:focus {
	background-color: red;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(58, 58, 58, .25)
}

.buttonText {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18rem;
	font-weight: bold;
	color: #000;
	letter-spacing: normal;
	line-height: 1;
	margin: 20rem 0;
	cursor: pointer;
	letter-spacing: .15rem;
	position: relative
}

.buttonText:before {
	content: "";
	position: absolute;
	bottom: -10rem;
	height: 3rem;
	border-radius: 2rem;
	left: 0;
	width: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), color-stop(85%, #8d2838));
	background-image: linear-gradient(-270deg, #FF0000 0%, #8d2838 85%);
	-webkit-transition: .25s ease width;
	transition: .25s ease width
}

.buttonText:after {
	display: inline-block;
	content: "";
	background-image: url("https://39950057.fs1.hubspotusercontent-na1.net/hubfs/39950057/ChevronOnly.svg");
	margin-left: 12rem;
	width: 20rem;
	height: 20rem;
	background-color: rgba(43, 138, 248, .8);
	background-position: 7px 50%;
	background-repeat: no-repeat;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in
}

.buttonText:hover,
.buttonText:focus {
	color: #3a3a3a
}

.buttonText:hover:before,
.buttonText:focus:before {
	width: 100%
}

.buttonText:hover:after,
.buttonText:focus:after {
	-webkit-transform: translateX(4rem);
	transform: translateX(4rem);
	background-color: #8d2838;
	background-image: url("https://39950057.fs1.hubspotusercontent-na1.net/hubfs/39950057/chevronOnlyW.svg")
}

.buttonLight {
	display: inline-block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: normal;
	line-height: 1;
	border: 0;
	border-radius: 4rem;
	padding: 12rem 30rem;
	margin: 20rem 0;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 3;
	overflow: hidden;
	background-color: rgba(255, 0, 0, .5);
	text-shadow: 0px 2px 4px rgba(58, 58, 58, .25);
	letter-spacing: .15rem
}

.buttonLight:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), color-stop(85%, #8d2838));
	background-image: linear-gradient(-270deg, #FF0000 0%, #8d2838 85%);
	z-index: -2;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 1;
	height: 100%;
	width: 100%
}

.buttonLight:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), to(#FF0000));
	background-image: linear-gradient(-270deg, #FF0000 0%, #FF0000 100%);
	z-index: -1;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 0;
	height: 100%;
	width: 100%
}

.buttonLight:hover,
.buttonLight:focus {
	color: #fff
}

.buttonLight:hover::after,
.buttonLight:focus::after {
	opacity: 1
}

.buttonLight:hover:before,
.buttonLight:focus:before {
	opacity: 0
}

.buttonLightSmall {
	display: inline-block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: normal;
	line-height: 1;
	border: 0;
	border-radius: 4rem;
	padding: 12rem 30rem;
	margin: 20rem 0;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 3;
	overflow: hidden;
	background-color: rgba(255, 0, 0, .5);
	text-shadow: 0px 2px 4px rgba(58, 58, 58, .25);
	letter-spacing: .15rem;
	padding: 9rem 22rem;
	font-size: 16rem;
	letter-spacing: .15rem
}

.buttonLightSmall:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), color-stop(85%, #8d2838));
	background-image: linear-gradient(-270deg, #FF0000 0%, #8d2838 85%);
	z-index: -2;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 1;
	height: 100%;
	width: 100%
}

.buttonLightSmall:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), to(#FF0000));
	background-image: linear-gradient(-270deg, #FF0000 0%, #FF0000 100%);
	z-index: -1;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 0;
	height: 100%;
	width: 100%
}

.buttonLightSmall:hover,
.buttonLightSmall:focus {
	color: #fff
}

.buttonLightSmall:hover::after,
.buttonLightSmall:focus::after {
	opacity: 1
}

.buttonLightSmall:hover:before,
.buttonLightSmall:focus:before {
	opacity: 0
}

.buttonLightStroked {
	display: inline-block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18rem;
	font-weight: bold;
	color: #000;
	letter-spacing: normal;
	line-height: 1;
	background-color: rgba(0, 0, 0, 0);
	border: 2rem solid red;
	border-radius: 4rem;
	padding: 10rem 30rem;
	margin: 20rem 0;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: .15rem;
	color: #fff;
	border-color: red
}

.buttonLightStroked:hover,
.buttonLightStroked:focus {
	background-color: red;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(58, 58, 58, .25)
}

.buttonLightStroked:hover,
.buttonLightStroked:focus {
	background-color: red;
	color: #fff
}

.buttonLightText {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18rem;
	font-weight: bold;
	color: #000;
	letter-spacing: normal;
	line-height: 1;
	margin: 20rem 0;
	cursor: pointer;
	letter-spacing: .15rem;
	position: relative;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(58, 58, 58, .25)
}

.buttonLightText:before {
	content: "";
	position: absolute;
	bottom: -10rem;
	height: 3rem;
	border-radius: 2rem;
	left: 0;
	width: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), color-stop(85%, #8d2838));
	background-image: linear-gradient(-270deg, #FF0000 0%, #8d2838 85%);
	-webkit-transition: .25s ease width;
	transition: .25s ease width
}

.buttonLightText:after {
	display: inline-block;
	content: "";
	background-image: url("https://39950057.fs1.hubspotusercontent-na1.net/hubfs/39950057/ChevronOnly.svg");
	margin-left: 12rem;
	width: 20rem;
	height: 20rem;
	background-color: rgba(43, 138, 248, .8);
	background-position: 7px 50%;
	background-repeat: no-repeat;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in
}

.buttonLightText:hover,
.buttonLightText:focus {
	color: #3a3a3a
}

.buttonLightText:hover:before,
.buttonLightText:focus:before {
	width: 100%
}

.buttonLightText:hover:after,
.buttonLightText:focus:after {
	-webkit-transform: translateX(4rem);
	transform: translateX(4rem);
	background-color: #8d2838;
	background-image: url("https://39950057.fs1.hubspotusercontent-na1.net/hubfs/39950057/chevronOnlyW.svg")
}

.buttonLightText:after {
	background-image: url("https://39950057.fs1.hubspotusercontent-na1.net/hubfs/39950057/ChevronOnly.svg")
}

.buttonLightText:before {
	background-color: #fff
}

.buttonLightText:hover,
.buttonLightText:focus {
	color: #fff
}

.buttonLightText:hover:before,
.buttonLightText:focus:before {
	background-image: none;
	background-color: #fff
}

.buttonLightText:hover:after,
.buttonLightText:focus:after {
	background-color: #fff;
	background-image: url("https://39950057.fs1.hubspotusercontent-na1.net/hubfs/39950057/ChevronOnly.svg")
}

html {
	font-size: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility
}

@media(max-width: 580px) {
	html {
		font-size: 1px
	}
}

@media(min-width: 2560px) {
	html {
		font-size: 1px
	}
}

footer.u4m-footer {
	background: #333
}

footer.u4m-footer .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

footer.u4m-footer .inner .logo-and-menu {
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 1340rem;
	padding-left: 20rem;
	padding-right: 20rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-top: 80px;
	padding-bottom: 80px;
	width: 100%
}

footer.u4m-footer .inner .logo-and-menu .logo {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.hs-landing-page footer.u4m-footer .inner .logo-and-menu {
	display: none
}
footer.u4m-footer .inner .logo-and-menu .copy {
	width: 75%;
	color: white;
  font-size: 18rem;
}
footer.u4m-footer .inner .logo-and-menu .menu {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

footer.u4m-footer .inner .logo-and-menu .menu ul {
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

footer.u4m-footer .inner .logo-and-menu .menu ul li {
	float: unset;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

footer.u4m-footer .inner .logo-and-menu .menu ul li a[role=menuitem] {
	font-family: "Roboto", sans-serif;
	font-size: 15rem;
	line-height: 1.9;
	letter-spacing: 0;
	margin-bottom: 20rem;
	width: unset;
	max-width: unset;
	padding: 0;
	color: #cacaca;
	margin: 0
}

@media(max-width: 580px) {
	footer.u4m-footer .inner .logo-and-menu .menu ul li a[role=menuitem] {
		font-size: 15rem
	}
}

footer.u4m-footer .inner .logo-and-menu .menu ul li a[role=menuitem]:hover {
	opacity: .7
}

footer.u4m-footer .inner .logo-and-menu .menu ul li.hs-menu-depth-1>a {
	font-family: "Saira Condensed", sans-serif;
	font-size: 18rem;
	font-weight: bold;
	color: #000;
	letter-spacing: 0;
	margin-bottom: 20rem;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 10rem
}

footer.u4m-footer .inner .logo-and-menu .menu ul li.hs-menu-depth-1>a span {
	color: #2b8af8
}

@media(max-width: 1024px) {
	footer.u4m-footer .inner .logo-and-menu .menu ul li.hs-menu-depth-1>a {
		font-size: 20rem
	}
	footer.u4m-footer .inner .logo-and-menu .copy {
		width: 100%;
	}
}

@media(max-width: 580px) {
	footer.u4m-footer .inner .logo-and-menu .menu ul li.hs-menu-depth-1>a {
		font-size: 18rem;
		margin-bottom: 20rem
	}
	footer.u4m-footer .inner .logo-and-menu .copy {
		width: 100%;
	}
}

footer.u4m-footer .inner .logo-and-menu .menu ul li.hs-menu-depth-1>a:hover {
	opacity: .7
}

footer.u4m-footer .inner .logo-and-menu .menu ul li.hs-menu-depth-1 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

footer.u4m-footer .inner .logo-and-menu .menu ul li.hs-menu-depth-1 ul li {
	margin: 0 0 10px
}

@media(max-width: 1024px) {
	footer.u4m-footer .inner .logo-and-menu .menu ul {
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset
	}
}

@media(max-width: 768px) {
	footer.u4m-footer .inner .logo-and-menu .menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media(max-width: 1024px) {
	footer.u4m-footer .inner .logo-and-menu .menu {
		margin: 40px 0
	}
}

@media(max-width: 1024px) {
	footer.u4m-footer .inner .logo-and-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media(max-width: 768px) {
	footer.u4m-footer .inner .logo-and-menu {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}
}

footer.u4m-footer .inner .colophon-and-social {
	background-color: #000
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap {
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 1340rem;
	padding-left: 20rem;
	padding-right: 20rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 5rem
}

.hs-landing-page footer.u4m-footer .inner .colophon-and-social .cs-wrap {
	max-width: 1280rem
}

@media(max-width: 768px) {
	footer.u4m-footer .inner .colophon-and-social .cs-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-top: 25rem;
		padding-bottom: 15rem
	}
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0 -5px;
	padding: 0
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap ul li {
	margin: 5px;
	line-height: 1
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap ul li:first-of-type a {
	padding-left: 0
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap ul li a {
	font-family: "Roboto", sans-serif;
	font-size: 13rem;
	line-height: 1.9;
	letter-spacing: 0;
	margin-bottom: 20rem;
	color: #fff;
	line-height: 1;
	margin-bottom: 0
}

@media(max-width: 580px) {
	footer.u4m-footer .inner .colophon-and-social .cs-wrap ul li a {
		font-size: 13rem
	}
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap ul li a:hover,
footer.u4m-footer .inner .colophon-and-social .cs-wrap ul li a:focus {
	opacity: .7
}

@media(max-width: 580px) {
	footer.u4m-footer .inner .colophon-and-social .cs-wrap ul li a {
		padding: 0
	}
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap .colophon .logo img {
	width: 137px;
	height: 33px;

}
footer.u4m-footer .inner .colophon-and-social .cs-wrap .colophon .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap .colophon .links .copyright {
	font-family: "Roboto", sans-serif;
	font-size: 13rem;
	line-height: 1.9;
	letter-spacing: 0;
	margin-bottom: 0;
	color: #fff;
	line-height: 43px;
	margin-bottom: 0
}

@media(max-width: 580px) {
	footer.u4m-footer .inner .colophon-and-social .cs-wrap .colophon .links .copyright {
		font-size: 13rem
	}
}

@media(max-width: 768px) {
	footer.u4m-footer .inner .colophon-and-social .cs-wrap .colophon .links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap .social ul li a {
	background-color: #1a1a1a;
	width: 30rem;
	height: 30rem;
	border-radius: 50%;
	font-size: 18rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

footer.u4m-footer .inner .colophon-and-social .cs-wrap .social ul li a:hover {
	opacity: .7
}



{% require_css %}
<style>
  .uki-footer{
    background: #f6f6f6;
    border-top: 1px solid #ddd;
    padding: 48px 0;
  }

  .uki-footer__inner{
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
  }

  .uki-footer__title{
    font-family: Saira Condensed, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin: 0 0 12px;
    color: #111;
  }

  .uki-footer__text{
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
  }

  .uki-footer__text a{
    color: #2b8af8;
    text-decoration: none;
  }

  .uki-footer__text a:hover{
    text-decoration: underline;
  }

  @media (max-width: 900px){
    .uki-footer__inner{ grid-template-columns: 1fr; }
  }

.uki-footer-logo{
  width: 90%!important;
}

/* Hide the "LEARN MORE" top label, keep submenu items */
.hs-menu-wrapper > ul > li.hs-item-has-children > a {
  display: none !important;
}
/* Ensure the child list stays visible */
.hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
  display: block !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: #888888;
    padding: 0px;
}


.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
    color: #4A7FFF;
}

.uki-footer__title {
font-family: 'Saira';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 1.1;
letter-spacing: 2px;
text-transform: uppercase;
background: linear-gradient(0deg, #000000, #000000), linear-gradient(339.03deg, rgba(255, 255, 255, 0) 52.79%, #FFFFFF 95.95%), linear-gradient(233.58deg, #253033 -163.72%, #6C6F6F -121.35%, #525958 -51.05%, #253033 -27.37%, #253033 39.1%, #434849 64.15%, #253033 82.59%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
background-blend-mode: color, overlay, normal;
    margin: 0px 0 12px;
}

.uki-footer__text {
    color: #141414;
}

.u4m-footer{
  padding: 125px 0px;
}

.colophon .links{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  width:100%;
}
.colophon .copyright{
  white-space:nowrap;
}
/* Push the menu to the right */
.colophon .hs-menu-wrapper{
  margin-left:auto;
}
/* Make the links sit in one row */
.colophon .hs-menu-wrapper > ul{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}
/* Add separators between links (instead of hardcoding | in text) */
.colophon .hs-menu-wrapper > ul > li + li::before{
  content:"|";
  margin-right:12px;
  opacity:.7;
}
/* Optional: remove extra spacing from li/a if your theme adds it */
.colophon .hs-menu-wrapper > ul > li{
  margin:0;
  padding:0;
}
.colophon .hs-menu-wrapper > ul > li > a{
  display:inline-block;
  padding:0;
}

.colophon-and-social{
  max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
  padding-bottom: 25px;
}

.colophon .copyright, .uki-footer__text {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #141414;
}

.uki-footer__inner{
  grid-template-columns: 1fr minmax(120px, .2fr) 2fr 3fr;
}

.uki-cta-strip{
  background: linear-gradient(0deg, #000000, #000000), linear-gradient(339.03deg, rgba(255, 255, 255, 0) 52.79%, #FFFFFF 95.95%), linear-gradient(278deg, #253033 8.32%, #6C6F6F 21.93%, #525958 44.51%, #253033 52.12%, #253033 73.48%, #434849 81.53%, #253033 87.45%);
  background-blend-mode: color, overlay, normal;
  padding: 50px 0px;
}

.uki-cta-strip__title{
  font-family: 'Saira';
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.1;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(339.03deg, rgba(255, 255, 255, 0) 52.79%, #FFFFFF 95.95%), linear-gradient(233.58deg, #253033 -163.72%, #6C6F6F -121.35%, #525958 -51.05%, #253033 -27.37%, #253033 39.1%, #434849 64.15%, #253033 82.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: normal, overlay, normal;
  margin: 0px;
  padding: 0px;
}

.uki-cta-strip__sub{
    color: hsla(0, 0%, 100%, .8);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    font-family: "Saira";
    margin: 0px;
    margin-top: 5px;
}

.uki-cta-strip__button{
      background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #fff;
    color: #fff;
    font-family: "Saira";
    font-size: 17px;
    font-weight: 500;
    padding: 15px 25px;
}
.uki-cta-strip__button:hover{
      background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #4A7FFF;
    color: #4A7FFF;
    font-family: "Saira";
    font-size: 17px;
    font-weight: 500;
    padding: 15px 25px;
}

.uki-cta-strip__inner{
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
}

.uki-cta-strip__action{
  flex: 0 0 auto;
}

@media (max-width: 700px){
  .uki-cta-strip__inner{
    flex-direction: column;
    align-items: flex-start;
  }
}

.u4m-footer, footer.u4m-footer{
  background: linear-gradient(180deg, #FFFFFF 0%, #EFEFEF 100%)!important;
}

.uki-footer__contact{ margin-top: 10px; }
.uki-footer__row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
}
.uki-footer__row--noicon{ padding-left: 40px; } /* aligns with text after icons */
.uki-footer__icon{
  width: 30px;
  flex: 0 0 30px;
  color: #333; /* icon color */
  line-height: 0;
}
.uki-footer__icon svg{ display:block;     
  width: 20px;
    height: auto; 
}

.uki-footer__value{
  line-height: 1.3;
}
.uki-footer__value a{ text-decoration: none; }
.uki-footer__value a:hover{ text-decoration: underline; }

.hs-menu-item.hs-menu-depth-2 > a{
  display:inline-flex;
  align-items:center;
  gap:8px;
}


.hs-menu-item.hs-menu-depth-2 > a::before {
    content: "";
    display: inline-block;
    width: 11px;
    padding-right: 25px;
    height: 12px;
    flex: 0 0 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px 18px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18'%3E%3Cpath d='M10 8.512c0 .204-.038.4-.115.59a1.59 1.59 0 0 1-.305.478l-7.023 7.023c-.28.28-.636.42-1.069.42-.433 0-.789-.14-1.069-.42-.28-.28-.42-.636-.42-1.069 0-.433.14-.789.42-1.069L6.374 8.512.42 2.558A1.46 1.46 0 0 1 0 1.489C0 1.057.14.7.42.42.7.14 1.056 0 1.489 0c.433 0 .789.14 1.069.42l7.023 7.023c.153.153.261.318.324.496.064.178.095.37.095.573Z' fill='%232D2D2D'/%3E%3C/svg%3E");

}


.uki-footer__text strong{
  margin-right: 5px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 100%;
}

a, a:hover {
    color: #4A7FFF;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    display: flex;
}




