.frm_form_field {
	margin-bottom: 2.7rem;
}
.frm_form_fields fieldset {
	min-inline-size: auto;
}
/* form main error */
.frm_error_style{
	color: #ff0000;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}
.frm_error_style p {
	margin: 0;
}
/* form field error message */.case-study__trigger img

.frm_error {
	color: #ff0000;
	font-size: 15px;
	line-height: 20px;
	margin: 5px 0 0;
}
/* form sent success message */
.frm_message p{
	color:green
}


.consumer-debt .debt-block_content h5 {
	font-size: 24px;
	margin-bottom: 6px;
}
.consumer-debt .debt-block_content {
	font-size: 20px;
	font-weight: 300;
}

.credit-debt .tab-content_text p {
	font-weight: 300;
}
.tab-content_icons{

	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1022px;
	margin: 0 auto;
}

.tab-content_icons .icon {
	padding: 13px 10px;
}


/* Use Cases */
.uhero {
    padding: 250px 0 45px;
    position: relative;
}

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

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

.uhero-content {
    flex: 0 0 52%;
}

.uhero-icon {
    display: flex;
    margin-bottom: 10px;
}

.uhero-icon img {
    display: block;
    max-height: 55px;
}

.uhero-subheading {
    color: #00B2E3;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 30px;
}

.uhero-heading:after {
	background-color: #00B2E3;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 0.2em;
	margin: 0 0 0 0.05em;
	width: 0.2em;
}
.uhero-text {
	margin-bottom: 35px;
}

.uhero-text h4 {
    color: #CC27B0;
    font-size: 22px;
    margin: 0 0 5px;
}

.uhero-text ul {
	font-weight: 300;
	font-size: 15px;
	line-height: 33px;
	color: #3d3c3d;
}
.uhero-text li {
	position: relative;
	padding-left: 50px;
	font-weight: 500;
}
.uhero-text li::after {
	position: absolute;
	content: '';
	left: 0;
	top: 5px;
	width: 25px;
	height: 25px;
	background: url('images/icon-confirm.svg') no-repeat center;
	background-size: contain;
	border-radius: 50%;
}
.uhero-buttons {
	margin: 0 -10px;
}
.uhero-buttons a {
	margin: 0 10px;
}
.uhero-cta {
    /* 	margin-bottom: 30px; */
}

.uhero-link {
	font-size: 15px;
	font-weight: 400;
	text-decoration: underline;
	line-height: 20px;
}

.uhero-image {
    flex: 0 0 45%;
    position: relative;
}

.uhero-image.floating {
	width: 50%;
}

.uhero-image img {
	display: block;
}

.uhero-image.floating img {
	display: block;
	max-width: none;
	position: absolute;
	right: -20px;
	top: -20px;
}

@media (max-width: 1365px) {
	.uhero-image.floating img {
		max-width: 150%;
	}
	.page-creditcard .uhero-image.floating img {
		max-width: 100%;
	}
}

@media (max-width: 1023px) {
	.uhero {
		padding: 180px 0 20px;
	}
    .uhero .container {
        display: block;
    }
    .uhero-image {
        display: block;
        margin: 30px auto 0;
        max-width: 400px;
        width: 100%;
    }
}

@media (max-width: 767px) {
	.uhero-bg {
		padding: 30px 0 0;
	}
}

.uhero-bg__pc {
	position: absolute;
	top: 0;
	right: -155px;
	z-index: -1;
}
.uhero-bg__mobile {
	display: none;
}

.qa {
	padding: 75px 0;
}
.qa-row {
	display: flex;
	justify-content: space-between;
}
.qa-col {
	width: 50%;
	max-width: 575px;
}
.qa-col__icon {
	margin-bottom: 15px;
}
.qa-col__title {
	font-size: 20px;
	letter-spacing: normal;
	line-height: 26px;
}
.qa-col__text {
	font-size: 15px;
	color: #3d3c3d;
}
.qa .cta-wrapper {
	margin-top: 50px;
	text-align: center;
}

.products-benefits {
	padding: 100px 0;
}

@media (max-width: 767px) {
    .products-benefits {
        padding: 50px 0;
    }
}

.products-benefits__heading {
    color: #CC27B0;
    line-height: 125%;
    margin-bottom: 40px;
}

.products-benefits__col {
	max-width: 575px;
    width: 50%;
}

.products-benefits__row .products-benefits__col {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .products-benefits__row .products-benefits__col {
        margin-bottom: 40px;
    }
    .products-benefits__row .products-benefits__col:last-child {
        margin-bottom: 0;
    }
}

.products-benefits__col--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    height: 50px;
    width: 50px;
}

.products-benefits__col--icon img {
    display: block;
    max-height: 50px;
}

.products-benefits__col--title {
    color: #00B2E3;
    font-size: 30px;
    line-height: 1.25;
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    .products-benefits__col--title {
        font-size: 20px;
    }
}

.products-benefits__col--text {
}

.products-benefits__col--text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.products-benefits__col--text ul {
    padding-left: 20px;
}

.products-benefits__col--text ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    list-style: outside disc;
}

.products-benefits__col--text > * {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .products-benefits__col--text p {
        font-size: 14px;
    }
    .products-benefits__col--text ul li {
        font-size: 14px;
    }
}

.products-benefits .cta-wrapper {
	margin-top: 50px;
	text-align: center;
}

.gradient-banner {
	margin: 100px 0;
}

.gradient-banner__inner {
	overflow: hidden;
	position: relative;
	display: flex;
	padding: 70px 80px;
	border-radius: 10px;
	justify-content: space-between;
}

.gradient-banner__inner::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: calc(100% - 370px);
	height: 100%;
	background-image: linear-gradient(270deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.4;
}

.gradient-banner__bg {
	bottom: 0;
	height: 90%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

.gradient-banner__left,
.gradient-banner__right {
	position: relative;
	max-width: 235px;
	z-index: 3;
}

.gradient-banner__left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.gradient-banner__heading {
	font-weight: 900;
}

.gradient-banner__desc {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 20px;
	color: #3d3c3d;
}

.gradient-banner__cta {
	margin-top: auto;
	color: #7339ed;
	border-color: #7339ed;
}

.gradient-banner__cta:hover {
	color: #fff;
	background-color: #7339ed;
	border-color: #7339ed;
}

.gradient-banner__items {
	color: #fff;
}

.gradient-banner__item {
	margin-bottom: 30px;
}

.gradient-banner__item--heading {
	font-weight: 900;
	margin-bottom: 5px;
}

.gradient-banner__item--desc {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}

.card-columns {
	padding: 80px 0;
}

.card-columns._with_bg {
    margin: 0 0 50px;
}

.card-columns__col {
	width: 45%;
}

@media (max-width: 1023px) {
	.card-columns__col {
		width: 100%;
	}
}

.card-columns__card {
	align-items: flex-start;
	display: flex;
}
.card-columns__card--content {
	margin-right: 36px;
}
.card-columns__card--desc {
	font-size: 15px;
	line-height: 20px;
}
.card-columns .cta-wrapper {
	margin-top: 30px;
	text-align: center;
}

/**/

.uslider {
	margin: 0;
    padding: 85px 0;
}

.uslider .container {
}

.uslider-inner {
    display: block;
    margin: 0 auto;
	max-width: 914px;
	position: relative;
}

.uslider-heading {
    font-size: 40px;
    line-height: 125%;
    margin: 0 0 50px;
    text-align: center;
}

.uslider-heading::after {
    background-color: #00B2E3;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 0.2em;
    margin: 0 0 0 0.05em;
    width: 0.2em;
}

.uslider .uslider-slides {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.uslider-slides .slick-arrow {
    background: none;
    background: url(images/arrow-slider-right.svg) no-repeat 50% 50%;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 26px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 35px;
    z-index: 9;
}

.uslider-slides .slick-arrow.slick-disabled {
    opacity: 0.5;
}

.uslider-slides .slick-arrow.slick-prev {
    left: 0;
    transform: rotate(180deg);
}

.uslider-slides .slick-arrow.slick-next {
    right: 0;
}

.uslider-slide {
    width: 25%;
}

.uslider-slide .uslider-slide-box {
    opacity: 0.5;
    transition: 0.5s all ease;
}

.uslider-slide.current .uslider-slide-box {
    opacity: 1;
}

/**/

.uslider .uslider-slides:before {
    background-color: #D8DFE1;
    content: '';
    display: block;
    height: 2px;
    left: 12.5%;
    position: absolute;
    top: 7px;
    width: 75%;
}

.uslider .uslider-slides:after {
    background-color: #CC27B0;
    content: '';
    display: block;
    height: 2px;
    left: 12.5%;
    position: absolute;
    top: 7px;
    transition: all linear 6s;
    width: 0;
}

.uslider.active.ready .uslider-slides:after {
	transition: all ease 0.5s;
}

.uslider.active .uslider-slides:after {
	width: 75%;
}

.uslider.active .uslider-slides.box-hover-0:after {
	width: 0;
}

.uslider.active .uslider-slides.box-hover-1:after {
	width: 37.5%;
}

.uslider.active .uslider-slides.box-hover-2:after {
	width: 75%;
}

.uslider .uslider-slide .uslider-slide-dot {
    color: #02172c;
    font-size: 16px;
    font-weight: bold;
    line-height: 135%;
    margin: 0 0 35px;
    text-align: center;
}

.uslider .uslider-slide .uslider-slide-dot .dot {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
}

.uslider .uslider-slide .uslider-slide-dot .dot span {
	background-color: #fff;
	border: 3px solid #D8DFE1;
	border-radius: 50%;
	display: block;
	height: 16px;
	width: 16px;
	z-index: 1;
}

.uslider .uslider-slide.active .uslider-slide-dot .dot span, .uslider .uslider-slide.current .uslider-slide-dot .dot span {
	background-color: #fff;
	border: 3px solid #CC27B0;
	transition: all ease 0.5s;
}

.uslider .uslider-slide:last-child .uslider-slide-dot .dot:before, .uslider .uslider-slide:last-child .uslider-slide-dot .dot:after {
	display: none;
}

/**/

.uslider-slide img {
    display: block;
    margin: 0 auto 20px;
    max-width: 220px;
}

.uslider-slide__content {
}

.uslider-slide__text {
}

.uslider-slide__text h5 {
    font-size: 20px;
    line-height: 125%;
    margin: 0 0 15px;
    text-align: center;
}

.uslider-slide__text p {
    font-size: 15px;
    line-height: 150%;
    margin: 0;
    text-align: center;
}

.uslider-button {
    display: flex;
    justify-content: center;
    margin: 50px 0 0;
}

.uslider-button a {
}

@media (max-width: 767px) {
    .uslider-heading {
        font-size: 36px;
    }
    .uslider .uslider-slides {
		display: none;
		margin: 0;
	}
	.uslider .uslider-slides:before, .uslider .uslider-slides:after {
		display: none;
	}
	.uslider .uslider-slides.slick-initialized {
		display: block;
	}
	.uslider .uslider-slides .slick-list {
		z-index: 1;
	}
	.uslider .uslider-slides .slick-track {
		display: flex;
	}
	.uslider .uslider-slides .slick-track:before {
		background-color: #D8DFE1;
        content: '';
        display: block;
        height: 2px;
        left: 16.5%;
        position: absolute;
        top: 7px;
        width: 67%;
	}
	.uslider .uslider-slides .slick-track:after {
		background-color: #CC27B0;
		content: '';
		display: block;
		height: 2px;
		left: 16.5%;
		position: absolute;
		top: 7px;
		transition: all linear 0.5s;
		width: 0;
	}
	.uslider .uslider-slides .slick-track.slick-item1:after {
		width: 33.5%;
	}
	.uslider .uslider-slides .slick-track.slick-item2:after {
		width: 67%;
	}
    .uslider-slide .uslider-slide-box {
        opacity: 1;
    }
    .uslider-slide {
		flex-direction: column; 
	}
	.uslider-slide__content {
		margin-bottom: 20px;
		margin-right: 0;
		max-width: none;
	}
	.uslider-slide__image {
		margin-bottom: 20px;
	}
}

/**/

.uform {
	margin: 100px 0 175px;
	text-align: center;
}
.uform-heading:after {
	background-color: #00B2E3;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 0.2em;
	margin: 0 0 0 0.05em;
	width: 0.2em;
}
.uform-inner {
	max-width: 490px;
	margin: 0 auto;
}
.uform-desc {
	margin-bottom: 50px;
	font-size: 15px;
	line-height: 20px;
	color: #3d3c3d;
}
.uform .frm_form_field input {
}
.uform .frm_error_style,
.uform .frm_error {
	font-size: 15px;
	line-height: 20px;
	text-align: left;	
}
.uform .frm_error_style p {
	margin: 0;
}
.uform .frm_error {
	margin: 5px 0 0;
}
.content-background {
    padding: 75px 0;
	position: relative;
}
.content-background._with_bg {
    margin: 0 0 50px;
}
.content-background .container {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.content-background .container {
		display: block;
	}
}

.content-background__image {
	position: absolute;
	top: 0;
	right: 0;
}
.content-background__image--mobile {
	display: none;
}
.content-background__content {
	max-width: 405px;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.content-background__content {
		max-width: 100%;
	}
}

.content-background__image-wrapper {
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.content-background__image-wrapper {
        margin: 0 0 20px;
	}
}

.content-background__heading {
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 31px;
}
.content-background__text {
	margin-bottom: 30px;
}

.gradient-banner-alt {
	padding: 100px 0;
}
.gradient-banner-alt__inner {
	position: relative;
	display: flex;
	padding: 130px 80px;
	border-radius: 10px;
	overflow: hidden;
}
/* OVERWRITE */
.gradient-banner-alt__inner {
    align-items: center;
    padding: 30px 80px;
}
@media (max-width: 1024px) {
    .gradient-banner-alt__inner {
        padding: 30px 0;
    }
}

.gradient-banner-alt__content {
	max-width: 320px;
}
.gradient-banner-alt__heading {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 31px;
}
.gradient-banner-alt__text {
	font-size: 15px;
	line-height: 20px;
}
.gradient-banner-alt__text ul {
	padding-left: 20px;
}
.gradient-banner-alt__text li {
	list-style: disc;
}
.gradient-banner-alt__bg {
	position: absolute;
	bottom: 0;
	left: 420px;
	max-height: 100%;
}

/* OVERWRITE */
.gradient-banner-alt__bg {
    position: static;
    width: calc(100% - 320px);
}

.gradient-banner-alt .cta-wrapper {
	margin-top: 55px;
	text-align: center;
}
.card-contents {
	margin: 0;
}
.card-content {
	padding: 50px 0;
}
.card-content__inner {
	display: flex;
	margin: auto;
	max-width: 1000px;
	justify-content: space-between;
	align-items: center;
}
.card-content--extended {
	padding: 60px 0;
}
.card-content--extended .card-content__inner {
}
.card-content:nth-child(odd) .card-content__inner {
}

.card-content:nth-child(even) .card-content__inner {
	flex-direction: row-reverse;
}
.card-content__text {
	max-width: 400px;
	margin-right: 45px;
}
.card-content__heading {
	font-size: 24px;
	margin-bottom: 15px;
}
.card-content__desc {
	font-size: 15px;
	line-height: 20px;
}

.card-content__desc p:last-child {
	margin: 0;
}

.card-content__desc ul {
	padding-left: 20px;
}
.card-content__desc li {
	list-style: disc;
}
.card-content__image {
}
.card-contents .cta-wrapper {
	margin-top: 100px;
	text-align: center;
}
.card-content__row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}
.card-content__row ul {
	padding-left: 20px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.card-content__row ul li {
	list-style: disc;
}
@media (max-width: 1600px) {
	.content-background {
		padding: 60px 0;
	}
	.content-background__image {
		max-width: calc(100% - 425px);
	}
}

@media (max-width: 1365px) {
	.uhero-content {
		max-width: 50%;
	}
	.uhero-heading {
		font-size: 48px;
		line-height: 1.25;
        margin-bottom: 30px;
	}
	.uhero-bg__pc {
		width: 55%;
	}
	.gradient-banner__heading,
	.gradient-banner__item--heading {
		font-size: 32px;
		line-height: 40px;
	}
	.card-columns__card {
		padding: 0;
	}
	.card-content__text { 
		max-width: 320px;
	}
	.card-content__inner {
		max-width: 830px;
	}
}
@media (max-width: 1023px) {
	.uhero-bg__pc {
		display: none;
	}
	.uhero-content {
        flex: 1;
		max-width: none;
	}
	.uhero-bg__mobile {
		display: block; 
		padding: 0 33px;
		margin: auto;
	}
}
@media (max-width: 767px) {
	.uhero-heading {
		margin-bottom: 20px;
		font-size: 28px;
		line-height: 33px;
	}
	.qa {
		padding: 50px 0 60px;
	}
	.qa-col,
	.products-benefits__col {
		width: 100%;
		max-width: none;
	}
	.qa .cta-wrapper, .products-benefits .cta-wrapper {
		margin: 10px 0 0;
		text-align: left;
	}
	.gradient-banner {
		margin: 0;
	}
	.gradient-banner .container {
		padding: 0;
	}
	.gradient-banner__inner {
		padding: 80px 38px 40px;
		margin: auto;
		flex-direction: column;
		border-radius: 0;
		overflow: hidden;
	}
	.gradient-banner__inner::after {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to top, #000000 0%, rgba(255, 255, 255, 0) 100%);
		z-index: 2;
	}
	.gradient-banner__left, .gradient-banner__right {
		max-width: 100%;
	}
	.gradient-banner__left {
		margin-bottom: 256px;
	}
	.gradient-banner__heading {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 31px;
	}
	.gradient-banner__bg {
		height: 70%;
		max-width: none;
	}
	.card-columns {
		padding: 50px 0;
	}
	.card-columns__col {
		width: 100%;
	}
	.card-columns .cta-wrapper {
		margin-top: 40px;
	}
	.card-columns__card--heading {
		font-size: 20px;
		line-height: 26px;
	}
	.uform {
		margin: 50px 0;
	}
	.uform-heading {
		font-size: 28px;
		line-height: 33px;
	}
	.uform-form .frm_submit {
		text-align: left;
	}
	.content-background {
		padding: 40px 0;
	}
	.content-background__image {
		display: none;
	}
	.content-background__image--mobile {
		display: block;
	}
	.gradient-banner-alt__inner {
		display: block;
		padding: 62px 0 0;
	}
	.gradient-banner-alt__content {
		padding: 0 46px;
		margin-bottom: 20px;
		max-width: none;
	}
	.gradient-banner-alt__bg {
		position: static;
		width: 100%;
		margin-left: 30px;
	}
	.card-contents {
		margin: 0;
	}
	.card-contents .container {
		padding: 0;
	}
	.card-content {
		margin: 0;
		padding: 0;
		border-radius: 0;
	}
	.card-content:first-child {
	}
	.card-content:first-child .card-content__image {
		background: #fff7bf;
	}
	.card-content__inner {
		padding: 0;
	}
	.card-content__text {
		padding: 50px 25px;
	}
	.card-content__image {
		width: 100%;
		padding: 30px 25px;
	}
	.card-content:nth-child(odd) .card-content__inner {
		flex-direction: column;
	}
	.card-content:nth-child(even) .card-content__inner {
		flex-direction: column-reverse;
	}
	.card-content__text {
		margin-right: 0;
		max-width: none;
	}
	.card-contents .cta-wrapper {
		display: none;
	}
	.gradient-banner-alt__full {
		padding: 0;
	}
	.gradient-banner-alt__full .container {
		padding: 0;
	}
	.gradient-banner-alt__inner {
		border-radius: 0;
	}
	.gradient-banner-alt__full .cta-wrapper {
		display: none;
	}
	.gradient-banner-alt__full .gradient-banner-alt__bg {
		margin-left: 0;
	}
}
@media (max-width: 479px) {
	.card-columns__card {
		flex-direction: column;
	}
	.card-columns__card--content {
		margin-right: 0;
		margin-bottom: 30px;
	}
}
.page-financial-services .uhero-bg__mobile {
	width: 100%;
	padding: 0;
}

@media only screen and (min-width: 1350px) and (max-width: 1600px) {
	.page-financial-services .uhero {
		padding-bottom: 50px;
	}
}
@media only screen and (min-width: 1024px) {
	.page-financial-services .uhero-bg__pc {
		top: 120px;
	}
}
@media only screen and (min-width: 1280px) {
	.page-financial-services .uhero-bg__pc {
		top: 120px;
	}
}
@media only screen and (min-width: 1600px) {
	.page-financial-services .uhero-bg__pc {
		top: 42px;
	}
	.page-loyalty .uhero-bg__pc {
		right: 0;
	}
}


/* Events Page */
.event-hero {
	position: relative;
	padding: 170px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.event-hero__img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}
.event-hero__inner {
	position: relative;
	max-width: 490px;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
}
.event-hero__heading {
	margin-bottom: 30px;
	font-size: 38px;
	line-height: 44px;
}
.event-hero__cta {
	min-width: 215px !important;
}
.events {
	padding: 60px 0;
}
.events-heading {
	margin-bottom: 80px;
	text-align: center;
}
.events-grid {
	display: grid;
	margin-bottom: 80px;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
}
.loop-event {
	display: block;
	padding: 0 20px 20px;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: 3px 3px 0px #fff;
	transition: all .3s ease-in-out;
}
.loop-event:hover {
	background-color: #f1f1f1;
	box-shadow: 3px 3px 0px #7339ed;
}
.loop-event__image {
	margin-bottom: 35px;
}
.loop-event__image img {
	display: block;
	width: 236px;
	height: 111px;
	border-radius: 8px;
	object-fit: cover;
}
.loop-event__content {}
.loop-event__date {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	color: #3d3c3d;
}
.loop-event__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	color: #2b2b2b;
}
.loop-event__location {
	color: #2b2b2b;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
}
@media only screen and (max-width: 767px) {
	.event-hero__heading {
		font-size: 28px;
		line-height: 44px;
		color: #2b2b2b;
	}
	.events-heading {
		font-size: 24px;
		line-height: 38px;
	}
	.events-grid {
		display: block;
	}
	.loop-event {
		margin-bottom: 50px;
	}
	.loop-event__title {
		font-size: 24px;
		line-height: 38px;
	}
	.loop-event__location {
		font-size: 18px;
	}
}

/* Credit Card */
.cta-block {
	padding: 85px 0;
	text-align: center;
}
.cta-block__inner {
	margin: auto;
	max-width: 490px;
}
.cta-block__heading {
	margin-bottom: 25px;
}
.cta-block__desc {
	margin-bottom: 25px;
}

.icons-grid {
	padding: 85px 0;
	background-color: rgba(43, 43, 43, 0.05);
}
.icons-grid .container {
	max-width: 970px;
}
.icons-heading {
	max-width: 660px;
	margin: 0 auto;
	text-align: center;
}
.icons {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px 100px;
}
.icons-heading {
	max-width: 660px;
	margin: 0 auto 30px;
	text-align: center;
}
.icon-image {
	display: block;
	margin-bottom: 25px;
	height: 100px;
}
.icon-link {
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}
.icon-desc {
	font-size: 15px;
	line-height: 20px;
	color: #2b2b2b;
}
.page-creditcard .uhero-content {
	margin-bottom: 100px;
	max-width: 545px;
}
.gradient-full-width {
	background-image: linear-gradient(240deg, #ab95a9 0%, #f3b359 13%, #e68c6b 30.000001907348633%, #fee88e 100%);
}
.gradient-full-width .container {
	display: flex;	
	align-items: center;
}
.gradient-full-width__content {
	max-width: 490px;
}
.gradient-full-width__desc {
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	color: #3d3c3d;
}
.gradient-full-width__image {
	margin-left: auto;
	padding: 40px 20px;
}
@media (max-width: 1023px) {
	.gradient-full-width__content {
		max-width: 400px;
	}
}
@media (max-width: 767px) {
	.page-creditcard .uhero-content {
		margin-bottom: 0;
	}
	.cta-block__heading {
		font-size: 32px;
		line-height: 38px;
	}
	.page-creditcard .products-benefits .cta-wrapper {
		text-align: center;
	}
	.page-creditcard .card-content__text,
	.page-creditcard .card-content__row {
		background-color: #fff7bf;
	}
	.card-content__row {
		display: block;
		padding: 0 35px 50px;
	}
	.card-content__col:not(:last-child) {
		margin-bottom: 70px;
	}
	.card-content__col h6 {
		font-size: 20px;
		font-weight: 700;
		line-height: 1.3;
	}
	.icons-heading {
		font-size: 24px;
		line-height: 31px;
	}
	.icons {
		grid-template-columns: repeat(2, 1fr);
	}
	.gradient-full-width {
		padding: 130px 0 100px;
		background-image: linear-gradient(270deg, #ab95a9 0%, #f3b359 13%, #e68c6b 30.000001907348633%, #fee88e 100%);
		text-align: center;
	}
	.gradient-full-width .container {
		display: block;
	}
	.gradient-full-width__content {
		margin: auto;
		max-width: none;
	}
	.gradient-full-width__heading {
		font-size: 32px;
		font-weight: 700;
		line-height: 38px;
	}
}
@media (max-width: 576px) {
	.icons {
		grid-template-columns: auto;
		grid-gap: 50px;
	}
	.icon-image {
		height: auto;
	}
}
.error404 #content {
	padding-top: 200px;
	max-width: 550px;
	margin: auto;
	text-align: center;
}
.footer-new .box-social {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wrapper.has-background .header::after {
	content: none;
}
.hh-hero .box-buttons {
	display: flex;
	align-items: center;
}
.content-section {
	text-align: center;
	padding-bottom: 60px;
}

.content-section.style-2 {
	padding: 75px 0;
}

.content-section.style-2 h2.box-heading{
    color: #cc27b0;
}
.content-section .content-section__content {
    margin: 0 auto;
	max-width: 880px;
}
.content-section .content-section__content a {
	color: inherit;
}
.content-section .content-section__content p {
    font-size: 20px;
}

.content-section .content-section__content p:last-child {
    margin-bottom: 0;
}
.content-section .content-section__content + .btn {
    margin-top: 35px;
}
.content-section .box-heading:after {
	background-color: #00B2E3;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 0.2em;
	margin: 0 0 0 0.05em;
	width: 0.2em;
}

.content-section.style-2 .box-heading:after {
	background-color: #cc27b0;
}

@media (min-width:  1024px) {
	body:not(.home) .hh-hero .box-left {
		padding-right: 0;
	}
}

@media (max-width: 399px) {
	.hh-hero .box-buttons {
		display: block;
	}
	.hh-hero .box-buttons .box-button {
		margin-bottom: 15px;
	}
}
.hh-ci .box-cta {
	margin-top: 20px;
}

/**/

.ustats {
	background-color: #00B2E3;
	padding: 50px 0;
}

.ustats .box {
}

.ustats .box-heading {
	color: #fff;
	margin: 0 0 15px;
	text-align: center;
}

.ustats .box-heading:after {
	background-color: #CC27B0;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 0.2em;
	margin: 0 0 0 0.05em;
	width: 0.2em;
}

.ustats .box-content {
	display: block;
	margin: 0 auto;
	max-width: 860px;
	width: 100%;
}

.ustats .box-content p {
	color: #fff;
	text-align: center;
}

.ustats .box-content p:last-child {
	margin: 0;
}

.ustats .box-items {
	border-top: 1px solid #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 45px auto 0;
	max-width: 1160px;
	padding: 45px 0 0;
	width: 100%;
}

.ustats .box-items .box-item {
	width: 20%;
}

.ustats .box-items .box-item-value {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 125%;
	margin: 0 0 10px;
	text-align: center;
}

.ustats .box-items .box-item-text {
}

.ustats .box-items .box-item-text p {
	color: #fff;
	text-align: center;
}

.ustats .box-items .box-item-text p:last-child {
	margin: 0;
}

.ustats .box-button {
	display: flex;
	justify-content: center;
	margin: 45px 0 0;
}

.ustats .box-button a {
}

@media (max-width: 600px) {
	.ustats .box-items {
		display: block;
	}
	.ustats .box-items .box-item {
		margin: 0 0 35px;
		width: 100%;
	}
	.ustats .box-items .box-item:last-child {
		margin: 0;
	}
}

/**/

.ucta {
	background-color: #00B2E3;
	padding: 50px 0;
}

.ucta .box {
}

.ucta .box-heading {
	color: #fff;
	margin: 0 0 10px;
	text-align: center;
}

.ucta .box-heading:after {
	background-color: #CC27B0;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 0.2em;
	margin: 0 0 0 0.05em;
	width: 0.2em;
}

.ucta .box-content {
	margin: 0 0 35px;
}

.ucta .box-content p {
	color: #fff;
	text-align: center;
}

.ucta .box-content p:last-child {
	margin: 0;
}

.ucta .box-button {
	display: flex;
	justify-content: center;
}

.ucta .box-button a {
}

/**/

.usimplecontent {
	padding: 55px 0 65px;
}

.usimplecontent.blue {
	background-color: #00B2E3;
	color: #fff;
}

.usimplecontent .box {
}

.usimplecontent .box-heading {
	margin: 0 0 10px;
	text-align: center;
}

.usimplecontent .box-heading:after {
	background-color: #00B2E3;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 0.2em;
	margin: 0 0 0 0.05em;
	width: 0.2em;
}

.usimplecontent.blue .box-heading:after {
	background-color: #CC27B0;
}

.usimplecontent .box-content {
	display: block;
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
}

.usimplecontent .box-content p {
    font-size: 20px;
	margin: 0 0 20px;
	text-align: center;
}

.usimplecontent .box-content p:last-child {
	margin: 0;
}

@media (max-width: 767px) {
	.usimplecontent {
		padding: 50px 0;
	}
    .usimplecontent .box-content p {
        font-size: 16px;
    }
}

.case-study__trigger {
	-webkit-backface-visibility: hidden; 
	backface-visibility: hidden;
}
.case-study__trigger img {
	transition: all .3s ease-in-out;
}

.case-study__trigger img:hover {
	transform: scale(1.1);
}



/* Get Started */
.get-started {
	padding-top: 250px;
}
.get-started__info {
	margin-bottom: 60px;
	text-align: center;
}
.get-started h2 {
	margin-bottom: 30px;
}
.get-started h1::after,
.get-started h2::after {
	background-color: #00B2E3;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 0.2em;
	margin: 0 0 0 0.05em;
	width: 0.2em;
}
.get-started__heading {}

.get-started__subheading {
	color: #CC27B0;
}
.get-started__main {
	margin-bottom: 30px;
}
.get-started__calendly {
	text-align: center;
}
.get-started__calendly .calendly-code {
	margin: 0 auto 30px;
	/*max-width: 630px;*/
}
.calendly-description p {
	text-align: center;
	font-weight: 500;
}
.calendly-description a {
	font-weight: 700;
}
.get-started__form {
	padding-left: 70px;
}
.get-started__form .hubspotform-code {}
.get-started__components {
	padding-top: 20px;
	padding-bottom: 30px;
	border-top: 1px solid #415364;
	text-align: center;
}
.get-started__components .components-heading {
	margin-bottom: 40px;
}
.get-started__components .components {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: 40px;
}
.get-started__components .component {
}
.get-started__components .component-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	height: 75px;
}
.get-started__components .component-icon img {
	display: block;
	max-height: 100%;
}
.get-started__components .component-label {
	letter-spacing: -0.015em;
}
.hh-features .box-item-icon {
	align-items: center;
}

.hh-features .box-item-icon a{
	display: flex;
	width: 65px;
}
.hh-features .box-item-icon img {
	max-height:  100%;
	width: auto;
}
.hh-features .box-heading + .box-items {
	margin-top: 25px;
}
.dot-heading::after {
	background-color: #00B2E3;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 0.2em;
	margin: 0 0 0 0.05em;
	width: 0.2em;
}
.two-columns-content {
    padding-top: 40px;
	text-align: center;
}

@media (max-width: 767px) {
    .two-columns-content {
        padding-top: 0;
    }
}

.two-columns-content .dot-heading {
	margin-bottom: 30px;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.015em;
}
.two-columns-content .row {
	margin-left: -43px;
	margin-right: -43px;
}
.two-columns-content .col {
	position: relative;
	padding: 20px 43px;
	width: 50%;
	max-width: 50%;
	letter-spacing: -0.015em;
}
.two-columns-content .col::before {
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
	width: 115px;
	border-top: 2px solid #CC27B0;
	transform: translateX(-50%);
}
.two-columns-content .col-content {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}
.steps {	
	margin: 50px 0;
	text-align: center;
}
.steps-subheading {	
	margin: 0 auto 50px;
	max-width: 580px;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
}
.steps .dot-heading {
	font-size: 40px;
	line-height: 1.2;
}
.steps .step-image__wrapper {
	position: relative;
}
.steps .step-arrow {
	position: absolute;
	top: 50%;
	right: -140px;
	transform: translateY(-50%);
}
.steps-inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 110px;
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}
.steps .step-number {
	margin-bottom: 15px;
}
.step-content p {
	font-size: 15px;
	line-height: 23px;
	letter-spacing: -0.015em;
	font-weight: 500;
}
.step-content p strong {
	display: inline-block;
	margin: 10px 0;
	font-size: 20px;
	line-height: 23px;
	font-weight: 500;
	color: #D8DFE1;
}
.contact-widget {
	position: relative;
	padding-top: 30px;
	margin: 50px 0;
	text-align: center;
}
.contact-widget::before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	width: 114px;
	border-top: 2px solid #CC27B0;
	transform: translateX(-50%);
}
.contact-widget__subheading {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: -0.015em;
	color: #0A2240;
}
.contact-widget__heading {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.015em;
	color: #00B2E3;
}
.contact-widget__widget {
	margin: 20px auto;
	// max-width: 630px;
}
.hh-hero .box-buttons .box-button .link {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: white;
	letter-spacing: -0.015em;
	text-decoration: underline;
}
.footer-categories {
	margin-left: 30px;
	margin-right: auto;
	color: white;
	letter-spacing: -0.015em;
}
.footer-categories h6 {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #CC27B0;
}
.footer-categories p {
	margin-bottom: 0;
	font-size: 12px !important;
	line-height: 20px !important;
}
/*Hardcoded*/

@media (max-width: 1023px) {
	.get-started {
		padding-top: 150px;
	}
	.get-started__main {
		display: block;
	}
	.get-started__form {
		margin-top: 30px;
		padding-left: 0;
	}
	.get-started__components .components {
		grid-gap: 20px;
	}
}

@media (max-width: 767px) {
	.get-started__components .components {
		grid-template-columns: repeat(2, minmax(0, 1fr) ); 
	}
	.two-columns-content .dot-heading {
		font-size: 36px;
		line-height: 44px;
	}
	.two-columns-content .col {
		margin-bottom: 0;
		width: 100%;
		max-width: 100%;
	}
	.two-columns-content .col-heading {
		font-size: 20px;
		line-height: 1.5;
	}
	.two-columns-content .col-content {
		font-size: 15px;
		line-height: 18px;
	}
	body:not(.home) .hh-features .box-heading {
		font-size: 40px;
	}
	.hh-features .box-heading + .box-items {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.hh-features .box-heading + .box-items .box-item {
		flex: 0 0 50%;
		padding: 0 5px;
	}

	.steps-heading {
		font-size: 40px;
		line-height: 1.2;
	}
	.steps-inner {
		display: block;
	}
	.steps .step-arrow {
		display: none;
	}
	.hh-hero .box-buttons .box-button .link {
		font-size: 14px;
		line-height: 16px;
	}
	.footer-new .box-social {
		flex-wrap: wrap;
	}
	.footer-categories {
		margin: 20px 0 0;
		order: 1;
		flex-grow: 1;
	}
}

.page-balance-transfers .two-columns-content .container {
	max-width: calc(1310px + var(--gutter)*2);
}

@media (min-width: 1024px) {
	.page-balance-transfers .hh-hero .box-heading {
		font-size: 50px;
		line-height: 1.07;
	}
}

@media (min-width: 1365px) {
	.page-balance-transfers .hh-hero .box-heading {
		font-size: 60px;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.page-balance-transfers .page-bg .bg-main-m {
		height: 670px;
	}
}

@media (max-width: 480px) {
	.page-balance-transfers .hh-hero .box-buttons .box-button .link {
		color: #000;
	}
}

@media (max-width: 360px) {
	.hh-hero .box-heading,
	.two-columns-content .dot-heading,
	.steps .dot-heading,
	body:not(.home) .hh-features .box-heading {
		font-size: 30px;
		line-height: 1.2;
	}
	.page-balance-transfers .page-bg .bg-main-m {
		height: 480px;
	}
}

/* New Product page */
.white-background .box-heading {
	color: inherit;
	letter-spacing: -0.015em;
}
.white-background .box-content h2 {
	color: #CC27B0;
}
.white-background .box-content p {
	color: inherit;
}
.white-background .box-buttons .box-button .link {
	color: #CC27B0;
}
.box-item-cta {
	margin-top: 20px;
	text-align: center;
}
.link-arrow {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 100%;
	text-decoration: underline;
}
.link-arrow::after {
	content: '>';
	position: absolute;
	right: -15px;
	top: 1px;
}
.link-arrow--white {
	color: #fff;
}

/**/

.content-image-alt {
}

.content-image-alt--dark {
	color: #fff;
}

.content-image-alt__heading {
    color: #cc27b0;
    margin: 0;
    padding-top: 50px;
    text-align: center;
}

@media (max-width: 480px) {
    .content-image-alt__heading {
        font-size: 30px;
    }
}

.content-image-alt__heading::after {
    background-color: #00B2E3;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 0.2em;
    margin: 0 0 0 0.05em;
    width: 0.2em;
}

.content-image-alt .row {
	display: grid;
    grid-gap: 40px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}
.content-image-alt .col:first-child {
    align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
    margin: 0;
    padding: 30px 0;
}
.content-image-alt--right .col:last-child {
	order: -1;
}
.content-image-alt .icon {
    margin-bottom: 20px;
	max-width: 70px;
	max-height: 70px;
}
.content-image-alt .heading {
	margin-bottom: 20px;
	font: 700 30px/1.2 'Montserrat', sans-serif;
	letter-spacing: -0.015em;
}
.content-image-alt .content p {
	font-size: 16px;
	line-height: 23px;
}
.content-image-alt .content p:last-child {
	margin-bottom: 0;
}
.content-image-alt .image {
	display: block;
    margin-top: auto;
	width: 100%;
}

.content-image-alt .img-pos-bottom .image {
    padding-top: 60px;
}

.content-image-alt .content-image-alt__heading + .row .img-pos-bottom .image {
    padding-top: 0;
}

.content-image-alt .img-pos-center .image {
	margin-bottom: auto;
	margin-top: auto;
    padding: 60px 0;
}

.content-image-alt .col:last-child {
    display: flex;
    flex-direction: column;
    margin: 0;
}
.page-product .hh-features .box {
	max-width: 1220px;
}
.page-product .contact-widget {
	margin-top: 90px;
}
.page-product .content-section.style-2 + .contact-widget {
    margin-top: 0;
}
@media (min-width: 1024px) {
	.white-background .box-heading {
		font-size: 48px;
		line-height: 60px;
	}
}
@media (min-width: 1366px) {
	.white-background .box-heading {
		font-size: 45px;
		line-height: 59px;
	}	
	.white-background .box-content h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.white-background .box-content p {
		font-size: 22px;
		line-height: 30px;
	}

	.white-background .box-content p small{
		font-size: 16px;
		line-height: 24px;
		display: block;
	}
}
@media (max-width: 1023px) {
	.page-product .hh-features .box-items {
		flex-wrap: wrap;
	}
	.white-background .box-heading {
		font-size: 36px;
		line-height: 1.2;
	}
	.white-background .box-content h2 {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.content-image-alt .row {
		display: block;
	}
	.content-image-alt .image {
		margin: auto;
		width: auto;
	}
	.white-background .box-content h2 {
		font-size: 28px;
		line-height: 32px;
	}
	.hh-hero .box-content p, .hh-hero .box-content p small {
		font-size: 11px;
		line-height: 16px;
	}
	.page-product .hh-hero .box-buttons {
		display: flex;
	}
	.page-product .hh-features .box-items {
		display: flex;
		/* 		justify-content: center; */
	}
	.page-product .hh-features .box-item {
		margin-bottom: 20px;
	}
	.page-product .hh-features .box-item-title {
		font-size: var(--h5);
		line-height: 1.2;
	}
	.page-product .link-arrow {
		font-size: 15px;
		line-height: 23px;
	}
	.page-product .hh-features .box-item {
		width: 50%;
		padding: 0 5px;
	}
	.content-image-alt .col:first-child {
		padding-top: 74px;
	}
    .content-image-alt .content-image-alt__heading + .row .col:first-child {
        padding-top: 50px;
    }
	.page-product .contact-widget {
		margin-top: 60px;
	}
}
@media (max-width: 359px) {
	.contact-widget .container {
		--gutter: 4px;
	}
}

/* New Product Page*/
.breadcrumb {
	padding-bottom: 20px;
}
.breadcrumb-trail {
	font: 500 15px/19px 'Montserrat', sans-serif;
	color: #fff;
}
.breadcrumb-trail a {
	font: 700 15px/18px 'Montserrat', sans-serif;
	color: #fff;
}
.two-columns-content._left .col::before {
	content: none;
}
.two-columns-content._left {
	text-align: left;
}
.two-columns-content .col-content ul {
	padding-left: 20px;
}
.two-columns-content .col-content li {
	list-style: disc;
}
.hh-features._left .box-item-icon {
	justify-content: flex-start;
}
.hh-features._left .box-item-text p {
	text-align: left;
}
.hh-features._left .box-item-cta {
	text-align: left;
}
.hh-features--2 .box-item {
	width: 50%;
}
@media only screen and (max-width: 767px) {
	.hh-features--2 .box-heading + .box-items .box-item {
		flex: 0 0 100%;
	}
}
/* New Contact Page */
.contact-new {
	margin-top: 267px;
}
.contact-new__heading {
	margin-bottom: 27px;
	text-align: center;
}
.contact-cards {
	display: grid;
	margin: auto;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 100px;
	max-width: 950px;
}
.contact-card {
	display: flex;
	padding: 26px 25px;
	background: #FFFFFF;
	box-shadow: 3px 3px 15px 2px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	flex-direction: column;
	align-items: flex-start;
}
.contact-card__img {
	margin-bottom: 25px;
}
.contact-card__heading {
	font: 700 24px/29px 'Montserrat', sans-serif;
	letter-spacing: -0.015em;
}
.contact-card__copy {
	margin-bottom: 20px;
	font: 500 15px/23px 'Montserrat', sans-serif !important;
	letter-spacing: -0.015em;
}
/*Hardcoded*/

.contact-card .btn {
	margin-top: auto;
}
.contact-new__desc {
	margin: 53px 0 80px;
	text-align: center;
}
.contact-new__desc p {
	font: 500 15px/23px 'Montserrat', sans-serif;
}
/* Contact Single */
.contact-single {
	margin-top: 220px;
	margin-bottom: 60px;
}
.contact-single__subheading {
	margin-bottom: 35px;
	color: #CC27B0
}
.contact-single__inner {
	display: flex;
	flex-wrap: wrap;
}
.contact-single__content {
	flex-grow: 1;
}
.contact-single__cards {
	flex: 0 0 354px;
	margin-left: 80px;
}
.contact-single__inner .contact-card:not(:last-child) {
	margin-bottom: 24px;
}
/* Homepage updates */
.hh-hero.has-breadcrumbs {
	padding-top: 225px;
}
.single-case_study .popup-header__text {
	font: 700 15px/19px 'Montserrat', sans-serif;
}
.single-case_study .case-study__popup .popup-header__link {
	font-weight: 500;
	text-decoration: none;
}
#account-switching .container {
	border-bottom: 1px solid #0A2240;
}
@media only screen and (max-width: 1023px) {
	.contact-single,
	.contact-new {
		margin-top: 200px;
	}
	.contact-cards {
		grid-gap: 50px;
	}
	.contact-single__inner {
		display: block;
	} 
	.contact-single__cards {
		display: grid;
		margin-bottom: 50px;
		margin-left: 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-gap: 30px;
	}
	.contact-single__inner .contact-card:not(:last-child) {
		margin-bottom: 0;
	}
	.hh-hero.has-breadcrumbs {
		padding-top: 125px;
	}
}
@media only screen and (max-width: 768px) {
	.contact-single,
	.contact-new {
		margin-top: 156px;
	}
	.contact-single__heading,
	.contact-new__heading {
		margin-bottom: 42px;
/* 		font-size: 40px;
		line-height: 1.1; */
	}
}

@media only screen and (max-width: 576px) {

	.contact-cards {
		display: block;
	}
	.contact-card {
		margin: 0 auto;
		max-width: 250px;
	}
	.contact-card:not(:last-child) {
		margin-bottom: 70px;
	}
	.contact-single__heading,
	.contact-single__subheading {
		text-align: center;
	}
	.contact-single__cards {
		margin-top: 60px;
		display: block;
	}
	.contact-single__inner .contact-card {
		margin: 0 auto;
		max-width: 250px;
	}
	.contact-single__inner .contact-card:not(:last-child) {
		margin-bottom: 56px;
	}
}

@media only screen and (max-width: 480px) {
	.contact-single__content .meetings-iframe-container iframe {
		height: auto !important;
	}
}

@media only screen and (max-width: 399px) {
    /*
	.hh-hero .box-button:last-child .link-arrow--white {
		color: #cc27b0;
		font-size: 14px;
	}
	.home .hh-hero .box-button:last-child .link-arrow--white {
		color: #000;
	}
    */
}

@media only screen and (max-width: 359px) {
	.contact-single__content .meetings-iframe-container {
		margin-left: calc(var(--gutter) * -1);
		margin-right: calc(var(--gutter) * -1);
	}
}

/**/

.utabs {
    padding: 80px 0 0;
}

.content-background + .utabs {
    padding: 0;
}

.card-columns + .utabs {
    padding: 0;
}

.utabs .sec-tab-panel {
    display: none;
}

.utabs .sec-tab-panel.active {
    display: block;
}

.utabs .sec-breadcrumb {
    font-size: 15px;
    line-height: 125%;
    margin: 0 0 35px;
}

.utabs .sec-breadcrumb a {
    color: #0A2240;
    font-weight: 700;
}

.utabs .sec-breadcrumb span {
}

.utabs .sec-breadcrumb span.sep {
}

.utabs .sec-head {
    border-bottom: 2px solid #D8DFE1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 50px;
    padding: 0 0 10px;
}

.utabs .sec-head__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media only screen and (max-width: 767px) {
	.utabs .sec-head__inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

.utabs .sec-subheading {
    font-weight: 400;
    margin: 25px 0 0;
    width: 100%;
}

.utabs .sec-logo {
    display: flex;
}

.utabs .sec-logo img {
    display: block;
    height: auto;
    max-height: 70px;
    max-width: 100%;
    width: auto;
}

.utabs .sec-download {
    align-items: flex-start;
    display: flex;
}

.utabs .sec-download a {
    background: url(images/icon-download.svg) no-repeat 100% 50%;
    background-size: auto 25px;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 50px 5px 0;
    text-decoration: underline;
}

.utabs .sec-download a:hover {
	color: #cc27b0;
}

.utabs .sec-row {
    display: flex;
    justify-content: space-between;
}

.utabs .sec-row .sec-left {
    width: 44%;
}

.utabs .sec-row .sec-right {
    width: 50%;
}

@media (max-width: 767px) {
    .utabs {
        padding: 60px 0 0;
    }
    .content-background + .utabs {
        padding: 0;
    }
    .utabs .sec-head {
        display: flex;
        flex-direction: column;
    }
    .utabs .sec-logo {
        order: 1;
    }
    .utabs .sec-download {
        margin: 20px 0 0;
        order: 3;
    }
    .utabs .sec-download a {
        background-size: auto 20px;
        padding-right: 40px;
    }
    .utabs .sec-subheading {
        order: 2;
    }
    .utabs .sec-row {
        display: block;
    }
    .utabs .sec-row .sec-left {
        margin: 0 0 50px;
        width: 100%;
    }
    .utabs .sec-row .sec-right {
        width: 100%;
    }
}

/**/

.utabs .sec-heading {
    color: #00B2E3;
    line-height: 135%;
    margin: 0 0 85px;
}

.utabs .sec-productstitle {
    font-size: 24px;
    letter-spacing: -0.015em;
    line-height: 125%;
    margin: 0 0 35px;
}

.utabs .sec-productsused {
    margin: 0;
}

.utabs .sec-productsused li {
    align-items: center;
    display: flex;
    margin: 0 0 20px;
}

.utabs .sec-productsused li:last-child {
    margin: 0;
}

.utabs .sec-productsused li img {
    display: block;
    margin: 0 20px 0 0;
    width: 50px;
}

.utabs .sec-productsused li span {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
	letter-spacing: -0.015em;
}

.utabs .sec-buttons {
    align-items: center;
    display: flex;
    margin: 45px 0 0;
}

.utabs .sec-buttons .sec-button {
}

.utabs .sec-buttons .sec-button a  {
}

.utabs .sec-buttons .sec-link {
    margin: 0 0 0 20px;
}

.utabs .sec-buttons .sec-link a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 125%;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .utabs .sec-heading {
        margin: 0 0 50px;
    }
    .utabs .sec-productstitle {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .utabs .sec-productsused li span {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .utabs .sec-buttons {
        display: block;
    }
    .utabs .sec-buttons .sec-link {
        margin: 30px 0 0;
    }
}

/**/

.utabs .sec-prosol {
    margin: 0 0 50px;
    padding: 0 0 0 65px;
}

.utabs .sec-prosol:last-child {
    margin: 0;
}

.utabs .sec-prosol.sec-problem {
    background: url(images/icon-problem.svg) no-repeat 0 0;
}

.utabs .sec-prosol.sec-solution {
    background: url(images/icon-solution.svg) no-repeat 0 0;
}

.utabs .sec-prosol h4 {
    font-size: 24px;
    line-height: 125%;
    margin: 0;
}

.utabs .sec-prosol p {
    font-size: 15px;
    line-height: 150%;
    margin: 0 0 15px;
}

.utabs .sec-prosol ul {
    margin: 0 0 15px;
    padding: 0 0 0 20px;
}

.utabs .sec-prosol ul li {
    font-size: 15px;
    line-height: 150%;
    list-style: outside disc;
}

.utabs .sec-prosol > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .utabs .sec-prosol {
        margin: 0 0 50px;
        padding: 60px 0 0;
    }
    .utabs .sec-prosol:last-child {
        margin: 0;
    }
    .utabs .sec-prosol h4 {
        font-size: 20px;
        margin: 0 0 10px;
    }
}

/**/

.utabs .sec-te {
    padding: 50px 0 0;
}

.utabs .sec-te-icon {
    display: flex;
    justify-content: center;
    position: relative;
}

.utabs .sec-te-icon::after {
    background-color: #D8DFE1;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.utabs .sec-te-icon div {
    background-color: #fff;
    display: block;
    padding: 0 45px;
    position: relative;
    z-index: 1;
}

.utabs .sec-te-icon span {
    align-items: center;
    border: 1px solid #D8DFE1;
    border-radius: 50%;
    display: flex;
    height: 90px;
    justify-content: center;
    width: 90px;
}

.utabs .sec-te-icon img {
    display: block;
}

.utabs .sec-te-content {
    display: block;
    margin: 30px auto 35px;
    max-width: 900px;
    opacity: 0.6;
    width: 100%;
}

.utabs .sec-te-content p {
    font-size: 20px;
    line-height: 150%;
    margin: 0 0 20px;
    text-align: center;
}

.utabs .sec-te-content p:last-child {
    margin: 0;
}

.utabs .sec-te-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 125%;
    margin: 0 0 5px;
    text-align: center;
}

.utabs .sec-te-position {
    font-size: 15px;
    font-weight: 600;
    line-height: 125%;
    text-align: center;
}

@media (max-width: 767px) {
    .utabs .sec-te-icon div {
        padding: 0 25px;
    }
    .utabs .sec-te-content p {
        font-size: 16px;
    }
    .utabs .sec-te-name {
        font-size: 16px;
    }
    .utabs .sec-te-position {
        font-size: 14px;
    }
}

/**/

.utabs .sec-tab-nav {
    background-color: #EBEEEF;
    margin: 50px 0 0;
    padding: 25px 0;
}

.utabs .sec-tab-nav ul {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    width: 100%;
}

.utabs .sec-tab-nav ul .slick-list {
    width: 100%;
}

.utabs .sec-tab-nav ul .slick-track {
    align-items: center;
    display: flex;
}

.utabs .sec-tab-nav ul .slick-track:before, .utabs .sec-tab-nav ul .slick-track:after {
    display: none;
}

.utabs .sec-tab-nav ul .slick-slide {
    height: auto;
}

.utabs .sec-tab-nav ul .slick-slide > div {
    display: flex;
}

.utabs .sec-tab-nav ul li {
    border-right: 1px solid #0A2240;
    padding: 20px 40px;
}

.utabs .sec-tab-nav ul li:last-child {
    border: none;
}

.utabs .sec-tab-nav ul li a {
    display: block;
}

.utabs .sec-tab-nav ul li img {
    display: block;
    margin: 0 auto;
    max-height: 70px;
    opacity: 0.5;
    width: auto;
}

.utabs .sec-tab-nav ul li.active img {
    opacity: 1;
}

.hh-posts .box-heading::after {
	background-color: #00B2E3;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 0.2em;
    margin: 0 0 0 0.05em;
    width: 0.2em;
}

@media (max-width: 767px) {
    .utabs .sec-tab-nav {
        padding: 15px 0;
    }
    .utabs .sec-tab-nav ul {
        margin: 0 -5px;
        width: auto;
    }
    .utabs .sec-tab-nav ul li {
        padding: 5px 5px;
    }
    .utabs .sec-tab-nav ul li img {
        max-height: 40px;
        max-width: 100%;
    }
}

.hh-features--4 .box-item .anchor-link {
	color: #0a2240;
}

.content-image-alt:nth-last-child(2) .container {
	border-bottom: 3px solid #D8DFE1;
}
.hh-features .box-item-text {
	font-size: 15px;
	line-height: 23px;
}

/* Legal */
.legal {
	padding: 200px 0 100px;
}
.legal-link {
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: -0.015em;
}
.legal-heading {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 1.2;
}
.legal-effective_heading {
	margin-top: -20px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: -0.015em;
	color: #00B2E3;
}
.legal-content {
	font-size: 15px;
	line-height: 23px;
	letter-spacing: -0.015em;
}
.legal-content table {
  border: 1px solid #000;
  border-collapse: collapse;
}
.legal-content thead th {
  padding: 15px 20px;
  text-align: left;
  border: 1px solid #000;
  font: 700 15px/23px 'Montserrat';
  letter-spacing: -0.015em;
}
.legal-content tbody td {
  padding: 15px 20px;
  border: 1px solid #000;
  text-align: left;
  font: 400 15px/23px 'Montserrat';
  letter-spacing: -0.015em;
}
.legal-content a:not([class]) {
	text-decoration: underline;
}
.legal-content ul,
.legal-content ol {
  padding-left: 2rem;
}
.legal-content ul,
.legal-content ul li {
  list-style: disc;
}
.legal-content ul ul,
.legal-content ul ul li {
  list-style: circle;
}
.legal-content ol,
.legal-content ol li {
  list-style: numbers;
}
@media only screen and (min-width: 768px) {
	.legal {
		padding: 275px 0 150px;
	}
	.legal-heading {
		margin-bottom: 50px;
	}
	.legal-effective_heading {
		margin-top: -40px;
		margin-bottom: 30px;
	}
}


.content-img-cta{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.015em;
	text-decoration-line: underline;
	color: #CC27B0;
	display: inline-block;
    margin-top: 30px;
	position: relative;
}

.content-img-cta:after{
	content: '>';
	display: block;
	position: absolute;
	right: -20px;
    top: 1px;
}

.content-image-alt .sub-category{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.015em;
	color: #00B2E3;
	margin-top: -27px;
    margin-bottom: 45px;
}


.add-bottom-border .container{
	border-bottom: 3px solid #D8DFE1;
}

.remove-top-padding.hh-features{
	padding-top:0px;
}

.anchor-place{
	position: relative;
	top:-80px;
}

html {
	scroll-behavior: smooth;
}

@media (min-width: 1024px) {
	.box.api-align-center {
		align-items: center;
	}
}

@media (min-width: 768px) {
	p {
		font-size: 16px;
		line-height: 1.5;
	}
	.hh-hero .box-content p {
		font-size: 22px;
		line-height: 1.5;
	}
}

/**/

.utest {
    padding: 60px 0;
}

.utest__icon {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
}

.utest__icon::before, .utest__icon::after {
    background-color: #D8DFE1;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(50% - 95px);
}

.utest__icon::before {
    left: 0;
}

.utest__icon::after {
    right: 0;
}

.utest__icon div {
    align-items: center;
    border: 1px solid #D8DFE1;
    border-radius: 50%;
    display: flex;
    height: 90px;
    justify-content: center;
    margin: 0 auto;
    width: 90px;
}

.utest__icon img {
    display: block;
    max-height: 50px;
    max-width: 50px;
}

.utest__quote {
    color: rgb(10 42 64 / 60%);
    font-size: 20px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 830px;
    text-align: center;
    width: 100%;
}

.utest__name {
    color: #0A2240;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    margin: 15px 0 5px;
    text-align: center;
}

.utest__position {
    color: #0A2240;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
}

@media (max-width: 767px) {
    .utest {
        padding: 40px 0;
    }
    .utest__icon::before, .utest__icon::after {
        width: calc(50% - 45px);
    }
    .utest__icon div {
        height: 60px;
        width: 60px;
    }
    .utest__icon img {
        max-height: 40px;
        max-width: 40px;
    }
    .utest__quote {
        font-size: 16px;
    }
    .utest__name {
        font-size: 16px;
    }
    .utest__position {
        font-size: 14px;
    }
}

/**/

.udev {
    background-color: #0A2240;
    overflow: hidden;
    padding: 85px 0;
}

.udev__row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.udev__content {
    flex: 0 0 40%;
}

.udev__label {
    color: #00B2E3;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 5px;
}

.udev__heading {
    color: #CC27B0;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 25px;
}

.udev__text {
}

.udev__text ul {
    margin-bottom: 20px;
}

.udev__text ul li {
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
    list-style: none;
    margin-bottom: 2px;
    padding-left: 15px;
    position: relative;
}

.udev__text ul li:last-child {
    margin-bottom: 0;
}

.udev__text ul li::before {
    background-color: #fff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0.5em;
    width: 3px;
}

.udev__text ul li a {
    color: #00B2E3;
}

.udev__text ul li a:hover {
    color: #00B2E3;
}

.udev__text > * {
    margin-bottom: 0 !important;
}

.udev__button {
    margin-top: 30px;
}

.udev__image {
    flex: 0 0 54%;
    padding-top: 35px;
    position: relative;
}

.udev__image::before {
    background: radial-gradient(circle, rgba(204,39,176,1) 0%, rgba(204,39,176,0.25) 40%, rgba(204,39,176,0) 60%, rgba(204,39,176,0) 100%);
    content: '';
    display: block;
    height: 400px;
    left: -13%;
    position: absolute;
    top: -20%;
    width: 400px;
    z-index: 1;
}

.udev__image img {
    display: block;
    position: relative;
    z-index: 2;
}

@media (max-width: 1023px) {
    .udev {
        padding: 80px 0;
    }
    .udev__row {
        display: block;
    }
    .udev__heading {
        font-size: 30px;
    }
    .udev__image {
        margin-bottom: 30px;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .udev {
        padding: 50px 0;
    }
    .udev__heading {
        font-size: 24px;
    }
    .udev__text ul li {
        font-size: 14px;
    }
    .udev__image::before {
        display: none;
    }
}

/**/

.uci {
    --bulletcolor: #0a2240;
    color: #0a2240;
    padding: 70px 0;
}

.uci--blue {
    --bulletcolor: #fff;
    background-color: #0a2240;
    color: #fff;
}

.uci__row {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 -12px;
}

.uci__image {
    flex: 0 0 50%;
    max-width: 575px;
    padding: 0 12px;
}

.uci__image img {
    display: block;
}

.uci__content {
    flex: 0 0 50%;
    max-width: 575px;
    padding: 0 12px;
}

.uci__heading {
    color: #CC27B0;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 25px;
}

.uci__subheading {
    color: inherit;
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 15px;
    max-width: 450px;
    width: 100%;
}

.uci__list ul {
    margin-bottom: 30px;
}

.uci__list ul li {
    color: #00B2E3;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 5px;
    padding-left: 45px;
    position: relative;
}

.uci__list ul li:last-child {
    margin-bottom: 0;
}

.uci__list ul li::before {
    background: url(images/icon-check4.svg) no-repeat 0 0;
    background-size: cover;
    content: '';
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
}

.uci__text {
}

.uci__text p {
    color: inherit;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 25px;
    max-width: 450px;
    width: 100%;
}

.uci__text p:last-child {
    margin-bottom: 0;
}

.uci__text ul {
    margin: 0;
    padding: 0;
}

.uci__text ul li {
    color: inherit;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.25;
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.uci__text ul li::before {
    background-color: var(--bulletcolor);
    border-radius: 50%;
    content: '';
    display: block;
    height: 2px;
    left: 5px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 2px;
}

.hh-hero .box-heading:after,
.hh-features .box-heading:after{
	margin-right: -15px;
}

.slider-layout.hh-features .box-item{
	max-width: none;
}

.slider-layout.hh-features .box-item-icon {
    height: 95px;
}

.contact-v2.style-2{
	padding: 100px 0;
}

@media (min-width:1023px){
	.page-template-use-cases .uhero .uhero-content{
		padding-top: 80px;
	}

	body:not(.home) .hh-hero .box-left{
		padding-top: 80px;
	}

	body.hide-navigation .hh-hero .box-left{
		padding-top: 0px !important;
	}
}

@media (max-width: 1023px) {
    .uci__heading {
        font-size: 36px;
    }

	.slider-layout.hh-features .box-item-icon{
		height: auto;
		width: 180px;
	}
}

@media (max-width: 767px) {
    .uci {
        padding: 45px 0;
    }
    .uci__row {
        display: block;
    }
    .uci__image {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        max-width: 100%;
    }
    .uci__image img {
        max-width: 300px;
    }
    .uci__content {
        max-width: 100%;
    }
    .uci__heading {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .uci__subheading {
        font-size: 25px;
        margin-bottom: 25px;
        max-width: 100%;
    }
    .uci__list ul li {
        font-size: 20px;
        min-height: 0;
        padding-left: 30px;
    }
    .uci__list ul li::before {
        background-size: cover;
        height: 20px;
        top: 2px;
        width: 20px;
    }
    .uci__text p {
        font-size: 18px;
        max-width: 100%;
    }

	.slider-layout.hh-features .box-item-icon{
		width: auto;
	}

	.hh-features .box-item{
		padding: 0;
	}

	.home .slider-layout.hh-features .box-item{
		max-width: none !important;
		margin-bottom: 0 !important;
		padding: 0 !important;
	}
}


.video-section video{
	width: 100%;
    max-width: 950px;
	margin-top:50px;
}

.content-section.video-section.style-2 .box-heading:after {
    background-color: #00B2E3;
}

.anchor-place{
	position: relative;
	top:-180px;
}


.text-only .box-left{
	width: 100%;
    display: flex;
    grid-gap: 30px;
}

.text-only .box-left .box-heading{
	width:385px;
}

.text-only .box-left .box-content{
	width: calc(100% - 400px);
}

.text-only .box-left .box-buttons{
	display:none;
}

.list-icons-col{
	padding: 84px 0 65px;
}

.list-icons-col .container{
	display: flex;
	grid-gap: 60px;
}

.list-icons-col .list-icons{
	width: calc(100% - 25%);
}

.list-icons-col.bg-blue{
	background: #0A2240;
}

.list-icons-col h2{
	color:#CC27B0;
	width:25%;
}

.list-icons-col h3{
	color:#00B2E3;
}

.list-icons-col ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.list-icons-col ul li{
	display: flex;
	grid-gap: 32px;
	padding-bottom: 44px;
}

.list-icons-col ul li div:first-child{
	flex-basis: 56px;
	flex-shrink: 0;
	width:56px;
}

.list-icons-col ul li div:first-child img{
	transform:translate(0px, -20%);
}

.list-icons-col.bg-blue ul p{
	color:#fff;
}

.list-icons-col .other-content{
	margin-left: 86px;
    padding-top: 16px;
    border-top: solid 1px #BACAE3;
    margin-top: -20px;
}

.list-icons-col .other-content h4{
	margin-bottom: 0;
}

.features-img-mobile{
	display: none;
	text-align: center;
	padding-top: 25px;
}

.features-img-desktop{
	text-align: center;
	padding-top: 25px;
}

.hide-navigation nav.nav,
.hide-navigation .nav-opener{
	display: none !important;
}


.hero-video-container video {
	display: block;
	width: 100%;
	height: auto;
}

.bg-type-2 .page-bg .bg-main{
    height: 100%;
	right: 0;
}

body:has(.bg-type-2) header .bg-header{
	left: 0;
	right: 0;
	width: auto;
	transform: none;
	background: #0a2240;
	height: 150px;
}

@media (min-width:767px){
	.hero-video-container.mobile-only{
		display: none;
	}
}

@media (max-width:1023px){
	
    .anchor-place{
        position: relative;
        top:-80px;
    }

	.text-only .box-left{
		display: block;
		padding-top:46px;
	}

	.text-only .box-left .box-heading{
		width:100%;
	}

	.text-only .box-left .box-content{
		width:100%;
	}

	.text-only .box-left .box-content p{
		font-size:16px;
		line-height: 24px;
	}


	.vector-mobile{
		display: block !important;
	}

	.vector-desktop{
		display: none !important;
	}	
	
	.bg-main.gradient-wrapper{
		display: block;
	}

	.page-bg .bg-main.gradient-wrapper img{
		max-width: none;
        min-width: 100%;
        width: auto;
	}

	body:has(.bg-type-2) header .bg-header-m{
		right: 0;
		background: #0a2240;
		height: 74px;
	}

	body:has(.bg-type-2) header .bg-header-m img{
		opacity: 0;
		visibility: hidden;
	}

}

@media (max-width:767px){
	.list-icons-col .container{
		display: block;
	}

	.list-icons-col h2{
		margin-bottom: 50px;
		font-size: 36px;
		line-height: 42px;
	}

	.list-icons-col h3{
		font-size: 30px;
	}
	
	.list-icons-col .list-icons,
	.list-icons-col h2{
		width: 100%;
	}

	.list-icons-col ul li{
		flex-direction: column;
		grid-gap: 20px;
	}

	.list-icons-col ul li div:first-child img{
		transform: none;
	}

	.list-icons-col p{
		font-size: 16px;
		line-height: 24px;
	}

	.list-icons-col .other-content h4{
		font-size: 22px;
		margin-bottom: 5px;
	}

	.list-icons-col .other-content{
		margin-left: 0;
	}

	.list-icons-col{
		padding: 50px 0;
	}

	.features-img-mobile{
		display: block;
	}

	.features-img-desktop{
		display: none;
	}

	.page-bg .bg-main.gradient-wrapper {
        height: calc(100% + 30px);
        left: 0;
		right: 0;
    }

}


