/*.row { max-width: 1400px; }*/

/* ---------- */
/*   Banner   */
/* ---------- */

#home-top-swiper {
    background: #fff;
}
.home-banner-height {
    height: 725px;
}
.home-banner-2021 > .row {
    max-width: 100%;
    position: relative;
    background-color: #000;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.home-banner-2021 .swiper-slide .darken {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    /* background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0.7) 100%); */
    background: rgba(0,0,0,0.4);
    pointer-events: none;
}
.home-banner-2021 img.home-bg {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background-position: center center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*opacity: 0.9;*/
}
.home-banner-2021 .swiper-slide > .row {
    margin: 0 auto;
}
.home-banner-2021 .swiper-slide .content {
    float: left;
    margin-left: 63px;
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
    .home-banner-2021 .swiper-slide .content { margin-left: 9%; }
}
.home-banner-2021 .swiper-button-prev, 
.home-banner-2021 .swiper-button-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    cursor: pointer;
    width: 38px;
    height: 50px;
    margin-top: -25px;
    background-size: contain;
    opacity: 0.7;
}
.home-banner-2021 .swiper-button-prev:hover, 
.home-banner-2021 .swiper-button-prev:focus, 
.home-banner-2021 .swiper-button-next:hover, 
.home-banner-2021 .swiper-button-next:focus {
    opacity: 0.95;
}
.home-banner-2021 .swiper-button-prev {
	left: 1%;
    background-image: url("/wp-content/uploads/2021/11/arrow-left-xl-w.png");
}
.home-banner-2021 .swiper-button-next {
	right: 1%;
    background-image: url("/wp-content/uploads/2021/11/arrow-right-xl-w.png");
}
@media only screen and (max-width: 1024px) {
	.home-banner-2021 .swiper-button-prev, .home-banner-2021 .swiper-button-next { width: 28px; height: 40px; margin-top: -20px; }
}
@media only screen and (max-width: 639px) {
	.home-banner-2021 .swiper-button-prev, .home-banner-2021 .swiper-button-next { width: 20px; height: 34px; margin-top: -17px; }
}
.home-banner-2021 .column {
    position: relative;
    z-index: 5;
}
.home-banner-2021 svg {
    position: absolute;
    z-index: 3;
    bottom: -0.3px;
    pointer-events: none;
}
.home-banner-2021 .svg-triangle-left {
    left: 0;
    width: 15%; /* Fallback */
    height: 7%;

    --contentAreaWidth: 1270px;
    --triangleWidth: 0.15;
    --sideMargin: calc((100% - var(--contentAreaWidth)) / 2);
    --calcedTriangleWidth: calc(var(--contentAreaWidth) * var(--triangleWidth));
    width: calc(var(--sideMargin) + var(--calcedTriangleWidth));
}
.home-banner-2021 .svg-triangle-right {
    right: 0;
    width: 85%; /* Fallback */
    height: 20%;

    --contentAreaWidth: 1270px;
    --triangleWidth: 0.85;
    --sideMargin: calc((100% - var(--contentAreaWidth)) / 2);
    --calcedTriangleWidth: calc(var(--contentAreaWidth) * var(--triangleWidth));
    width: calc(var(--sideMargin) + var(--calcedTriangleWidth));
}
.home-banner-2021 h1.title {
    /* font-family: 'Montserrat', sans-serif; 
    font-size: 63px;
    line-height: 69px;
    font-weight: 700; 
    color: #fff;
    margin: 0; */ 
}
.home-banner-2021 .description {
    /* font-family: 'Open Sans', sans-serif; 
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 0.3px;
    margin-top: 29px;
    margin-right: 6%; */
}
.home-banner-2021 a.button {
    /* font-family: 'Montserrat', sans-serif; */
    margin-top: 30px;
    padding: 14px 48px 12px 48px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px !important;
    height: auto !important;
    letter-spacing: 0.5px;
}

/* ---------- */
/*  Products  */
/* ---------- */

.home-products-top-2021 {
    padding: 6px 0 0 0;
}
.home-products-2021 {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(222,239,250,1) 100%);
    padding: 0 0 35px 0;
}
.home-subTitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #D63A67;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.home-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #19191a !important;
    font-size: 39px;
    line-height: 45px;
    margin: 5px 0 20px 0;
    text-transform: uppercase;
}
.home-sectionDesc {
    font-family: 'Montserrat', sans-serif;
    color: #19191a;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    letter-spacing: 0.25px;
    padding: 0 3%;
}
.infographic-button {
	display: none;
    margin: 0 auto 20px auto;
}
.home-infographic {
    overflow: hidden;
    line-height: 0;
    padding: 0;
    margin: 0 2.5% 0 0;
    clip-path: inset(1px 1px);
}
.home-infographic #product-infographic {
	max-width: 100%;
    outline: none !important;
}
.videoBtn {
    display: inline-block;
}
.product-section .videoBtn {
    vertical-align: bottom;
    padding: 4px 0 5px 0;
}
.videoBtn > a {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    color: #D63A67;
    border-left: 2px solid #e9e9e9;
    padding: 4px 14px;
    margin: 0 0 0 13px;
}
.product-section .videoBtn > a {
    border: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}
.videoBtn > a::after {
    content: '\f04b';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    background: #d63a67;
    color: #fff;
    padding: 3px 5px 3px 6px;
    margin: 0 0 0 8px;
    font-size: 7px;
    line-height: 13px;
    border-radius: 20px;
    width: 19px;
    height: 19px;
    text-align: center;
    vertical-align: middle;
    transition: background .0001s ease-in-out !important;
    -moz-transition: background .0001s ease-in-out !important;
    -ms-transition: background .0001s ease-in-out !important;
    -o-transition: background .0001s ease-in-out !important;
    -webkit-transition: background .0001s ease-in-out !important;
}
.videoBtn > a:hover, 
.videoBtn > a:focus {
    color: #4257a0;
}
.videoBtn > a:hover::after, 
.videoBtn > a:focus::after {
    background: #4257a0;
}
.products-carousel {
    padding-top: 14px;
}
.products-wheel {
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.products-wheel .bgWrap {
    position: relative;
    /*min-height: 543px;*/
    width: 87%;
    max-width: 510px;
    height: 0;
    padding-bottom: 93.1%;
    margin: 2px 0 0 13%;
}
.products-wheel .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Starling + Marketing Image */
#starling-section .products-wheel .bgWrap, 
#marketing-section .products-wheel .bgWrap { width: 100%; max-width: 98%; margin-left: 2%; }
#starling-section .products-wheel .bg, 
#marketing-section .products-wheel .bg { background-image: url("/wp-content/uploads/2021/09/home-wheel-marketing.png"); }
#starling-section .products-wheel .bg a.starlingBtn, 
#marketing-section .products-wheel .bg a.starlingBtn { display: none; }

/* Revenue Image */
#revenue-section .products-wheel .bgWrap { width: 100%; max-width: 98%; margin-left: 2%; }
#revenue-section .products-wheel .bg { background-image: url("/wp-content/uploads/2021/09/home-wheel-revenue.png"); }
#revenue-section .products-wheel .bg a.starlingBtn { display: none; }

/* Sales Image */
#sales-section .products-wheel .bgWrap { width: 100%; max-width: 98%; margin-left: 2%; }
#sales-section .products-wheel .bg { background-image: url("/wp-content/uploads/2021/09/home-wheel-sales.png"); }
#sales-section .products-wheel .bg a.starlingBtn { display: none; }

a.starlingBtn {
    display: block;
    width: 27.6%;
    height: 36.9%;
    position: absolute;
    top: 54.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
a.starlingBtn .starlingBird, 
a.starlingBtn .starlingBirdAnimated {
    position: absolute;
    left: 13%;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 63%;
    object-fit: contain;
}
.starlingBtn .starlingBirdAnimated {
    display: none;
}
a.starlingBtn:hover .starlingBird, 
a.starlingBtn:focus .starlingBird {
    display: none;
}
a.starlingBtn:hover .starlingBirdAnimated, 
a.starlingBtn:focus .starlingBirdAnimated {
    display: block;
}
.starlingBtn span {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    color: #19191a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 24px;
    margin: 0 0 14px 0;
    text-align: center;
}
.products-list {
    position: relative;
}
ul.products-nav, .product-section {
    margin-left: 8.5%;
    margin-right: 7.3%;
}
ul.products-nav {
    margin-top: 2px !important;
    margin-bottom: 18px !important;
    list-style-type: none !important;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-bottom: 1px solid #D63A67;
}
ul.products-nav li::before, 
ul.products-nav-mobile li::before {
    display: none !important;
}
ul.products-nav li {
    width: auto !important;
    padding: 0 !important;
    vertical-align: bottom;
    display: flex !important;
    align-self: normal;
}
ul.products-nav button {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    color: #19191a;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    padding: 18px 18px;
    margin: 0 10px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
ul.products-nav li.active button {
    font-weight: 600;
}
ul.products-nav button:hover, 
ul.products-nav-mobile button:hover {
    color: #d63b67;
}
ul.products-nav button::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #D63A67;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
} 
ul.products-nav li.active button::after {
    opacity: 1;
}
ul.products-nav li.active button::before {
    opacity: 0;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    color: #000;
    font-size: 16px;
    line-height: 17px;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 21px;
    right: 17px;
    z-index: 2;
    pointer-events: none;
}
ul.products-nav-mobile {
    display: none;
    width: 90%;
    margin: 16px 5% 1px 5% !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    list-style-type: none !important;
    background: #fff;
    box-shadow: 0 5px 5px rgb(0 0 0 / 25%);
    border-bottom: 1px solid #D63A67;
    flex-direction: column;
}
ul.products-nav-mobile::before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    color: #000;
    font-size: 16px;
    line-height: 17px;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 19px;
    right: 18px;
    z-index: 20;
    pointer-events: none;
}
ul.products-nav-mobile li {
    padding: 0 !important;
	order: 2;
}
ul.products-nav-mobile li.active {
    order: 1;
}
ul.products-nav-mobile button {
    font-family: 'Montserrat', sans-serif;
    color: #19191a;
    text-align: left;
    text-transform: uppercase;
    padding: 17px 40px 11px 25px;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
}
ul.products-nav-mobile li.active button {
    font-weight: 700;
}

.product-section-wrapper {
    position: relative;
}
.product-section {
    display: none;
    font-family: 'Open Sans', sans-serif;
    color: #19191a;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    padding: 0 3%;
    letter-spacing: 0.2px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.product-section.active {
    display: block;
}
.product-section ul {
    text-align: left;
}
ul.horiz {
    margin: 31px 0;
    padding: 0;
    display: flex !important;
    flex-direction: row;
}
ul.horiz li {
    font: 400 12px/20px 'Open Sans', sans-serif;
    margin: 0 !important;
    padding: 0 3% 0 17px !important;
    display: inline-block !important;
    width: 25% !important;
    vertical-align: top;
}
ul.horiz.extraMargin li { margin-right: 6% !important; }
ul.horiz li.double { width: 40% !important; }
ul.horiz li.thirty { width: 30% !important; }
ul.horiz li.third { width: 33.333% !important; }
ul.horiz li.fourty { width: 40% !important; }
ul.horiz li.fifty { width: 50% !important; }
ul.horiz li::before {
    display: none !important;
}
.product-section ul h3, 
.product-section ul a {
    position: relative;
    display: inline-block;
    font: 600 19px/23px 'Open Sans', sans-serif;
    color: #19191a !important;
    margin-bottom: 0;
    margin-top: 0;
}
ul.prod-list {
    margin: 19px 7.5% !important;
    padding: 0;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
}
ul.prod-list li {
    font: 400 12px/20px 'Open Sans', sans-serif;
    letter-spacing: 0.1px;
    margin: 0 !important;
    padding: 0 2% 13px 17px !important;
    display: inline-block !important;
    width: 50% !important;
    vertical-align: top;
}
ul.prod-list li::before {
    display: none !important;
}
.product-section ul a:hover, 
.product-section ul a:focus {
    color: #d63a67;
}
.product-section ul a::before {
    content: '\f04b';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    color: #d63a67;
    margin: 0 9px 0 0;
    font-size: 9px;
    line-height: 9px;
    text-align: center;
    vertical-align: baseline;
    position: absolute;
    top: 6px;
    left: -17px;
    z-index: 1;
}
.product-section a.demoBtn::before {
    display: none !important;
}
.product-section a.demoBtn {
    font-family: 'Montserrat', sans-serif;
    margin: 9px 30px 0 0;
    padding: 14px 58px 12px 58px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px !important;
    height: auto !important;
    letter-spacing: 0.5px;
}
.relative {
    position: relative;
}
.couple {
    position: absolute;
    bottom: -150px;
    left: 1%;
    z-index: 2;
    width: 133px;
    height: 185px;
    background-image: url("/wp-content/uploads/2021/07/couple-pointing.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: none;
}

/* ----------- */
/*  Customers  */
/* ----------- */

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
[class^=swiper-button-] {
    transition: all 0.3s ease;
}
.swiper-container,
.swiper-container-single-row {
    transition: opacity 0.6s ease;
}
.swiper-container.loading, 
.swiper-container-single-row.loading {
    opacity: 0;
    visibility: hidden;
}
.swiper-button-next,
.swiper-button-prev {
    transform: translateX(0px);
    bottom: 0px;
    top: auto;
    position: relative;
    margin-top: 1px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
}
.swiper-button-prev {
    left: 0px;
}
.swiper-button-next {
    right: 0px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: transparent;
    font-size: 16px;
}
.swiper-button-prev {
    background-image: url("/wp-content/uploads/2021/07/arrow-left-t.png");
}
.swiper-button-next {
    background-image: url("/wp-content/uploads/2021/07/arrow-right-t.png");
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border-width: 1px;
}

.swiper-hidden-slide {
    display: none !important;
    float: left;
}
.controls {
    display: block;
    position: relative;
    height: 40px;
    margin: 1px auto 0 auto;
}
.controls table {
    width: auto;
    margin: 0 auto;
}
.swiper-container .controls tbody {
    border: none;
    background-color: transparent;
}
.controls table tbody td,
.controls table tbody th {
    padding: 0;
}
.swiper-pagination {
    position: relative;
    margin: 0 auto;
    top: 0px;
    z-index: 0;
}
.swiper-pagination-bullet {
    margin: 0 6px;
    border: 1px solid #878788;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #d63b67;
}

.home-customers-2021 {
    margin: 171px 0;
    padding: 0 0 7px 0;
    background-image: url("/wp-content/uploads/2021/07/BG-pond-gif.gif");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto 82%;
}
.customer-nav-wrap {
	position: relative;
}
ul.customers-nav {
    margin: 31px auto 35px auto !important;
    list-style-type: none !important;
    width: 100%;
    display: flex;
    align-items: flex-end;
    align-content: center;
    justify-content: space-between;
    border-bottom: 1px solid #D63A67;
}
ul.customers-nav li::before {
    display: none !important;
}
ul.customers-nav li {
    width: auto !important;
    padding: 0 !important;
}
ul.customers-nav button {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    color: #19191a;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    padding: 18px 16px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
ul.customers-nav li.active button {
    font-weight: 600;
}
ul.customers-nav button:hover, 
ul.customers-nav-mobile button:hover {
    color: #d63b67;
}
ul.customers-nav button::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #D63A67;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}
ul.customers-nav li.active button::after {
    opacity: 1;
}
ul.customers-nav li.active button::before {
    opacity: 0;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    color: #000;
    font-size: 16px;
    line-height: 17px;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 21px;
    right: 17px;
    z-index: 2;
    pointer-events: none;
}
ul.customers-nav-mobile {
    display: none;
    width: 90%;
    margin: 1px 5% !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    list-style-type: none !important;
    background: #fff;
    box-shadow: 0 5px 5px rgb(0 0 0 / 25%);
    border-bottom: 1px solid #D63A67;
    flex-direction: column;
}
ul.customers-nav-mobile::before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    color: #000;
    font-size: 16px;
    line-height: 17px;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 19px;
    right: 18px;
    z-index: 20;
    pointer-events: none;
}
ul.customers-nav-mobile li {
    padding: 0 !important;
    order: 2;
}
ul.customers-nav-mobile li.active {
    order: 1;
}
ul.customers-nav-mobile li::before {
    display: none !important;
}
ul.customers-nav-mobile button {
    font-family: 'Montserrat', sans-serif;
    color: #19191a;
    text-align: left;
    text-transform: uppercase;
    padding: 17px 40px 11px 25px;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
}
ul.customers-nav-mobile li.active button {
    font-weight: 700;
}

section#our-customers {
    padding: 0 6.8%;
}
#our-customers-swiper {
    max-width: 100%;
    padding: 9px;
    margin: 0 auto;
}
#our-customers-swiper .swiper-slide {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: scale(1);
    -webkit-transition: transform .15s ease-out,color .25s ease-out;
    transition: transform .15s ease-out,color .25s ease-out;
}
#our-customers-swiper .swiper-pad {
    padding: 0 7px 23px 6px;
}
#our-customers-swiper .swiper-slide a {
    width: 100%;
    height: 242px;
    display: table;
    position: relative;
    background: #fff;
    border: 2px solid #e0e0e0;
    box-shadow: 0px 5px 6px -2px rgb(224 224 224);
    -webkit-box-shadow: 0px 5px 6px -2px rgb(224 224 224);
    -moz-box-shadow: 0px 5px 6px -2px rgba(224, 224, 224, 1);
}
#our-customers-swiper .swiper-slide a .image {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 0;
    width: 100%;
}
#our-customers-swiper .swiper-slide a .image img {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 35px;
    left: 14%;
    z-index: 3;
    width: 72%;
    height: calc(100% - 80px);
    object-fit: contain;
    object-fit: scale-down;
}
#our-customers-swiper .swiper-slide a .moreText {
    position: absolute;
    bottom: 15px;
    right: 16px;
    z-index: 2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #D63A67;
}
#our-customers-swiper .swiper-slide a .moreText::after {
    content: '\f04b';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    color: #D63A67;
    margin: 0 0 0 10px;
    font-size: 7px;
    line-height: 15px;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
}
#our-customers-swiper .swiper-slide:hover {
    transform: scale(1.06);
}
.people-group {
    position: absolute;
    bottom: -174px;
    right: 2.2%;
    z-index: 2;
    width: 245px;
    height: 259px;
    background-image: url("/wp-content/uploads/2021/07/people-group.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: none;
}

/* ---------- */
/*    News    */
/* ---------- */

.home-news-2021 {
    margin: 222px 0 118px 0;
}
.home-news-2021 .home-title {
    margin-bottom: 25px;
    font-weight: 700;
    color: #19191a;
}
#news-swiper .swiper-pad {
    margin-right: 14px;
}
#news-swiper a {
    display: block;
    font-family: 'Montserrat', sans-serif;
}
#news-swiper .swiper-slide .image {
    position: relative;
    height: 0;
    padding-bottom: 58.7%;
}
#news-swiper .swiper-slide .image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#news-swiper .date {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.3px;
    padding: 21px 0 18px 0;
    color: #4357a0;
}
#news-swiper h3.title {
    font-weight: 700;
    font-size: 21px;
    line-height: 27px;
    color: #19191a;
}
#news-swiper .excerpt {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    padding: 7px 0 3px 0;
}
#news-swiper .swiper-slide a .read-more-link {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #D63A67;
}
#news-swiper .swiper-slide a .read-more-link::after {
    content: '\f04b';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    color: #D63A67;
    margin: -2px 0 0 14px;
    font-size: 9px;
    line-height: 19px;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
}
#news-swiper .swiper-slide:hover .read-more-link, 
#news-swiper .swiper-slide:focus .read-more-link, 
#news-swiper .swiper-slide:hover a .read-more-link::after, 
#news-swiper .swiper-slide:focus a .read-more-link::after {
    color: #4357a0;
}
#news-swiper .controls {
    padding: 63px 0;
}

/* ---------- */
/* Responsive */
/* ---------- */

@media only screen and (max-width: 1270px) {
    .home-banner-2021 .svg-triangle-left { width: 15%; }
    .home-banner-2021 .svg-triangle-right { width: 85%; }
}

@media only screen and (max-width: 1100px) {
    .home-banner-2021 h1.title { font-size: 53px; line-height: 60px; margin-top: 12%; }
}

@media only screen and (max-width: 1024px) {
    #our-customers-swiper .swiper-slide a { height: 200px; }
}

@media only screen and (max-width: 1023px) {
    .home-banner-height { height: 600px; }
    .home-banner-2021.section { padding-left: 0px; padding-right: 0px; }
    .products-wheel .bgWrap { margin: 0 auto; padding-bottom: 50%; }
    .couple { bottom: -202px; }
	.product-section { padding: 0; }
	ul.horiz.extraMargin li { margin-right: 0 !important; }
    ul.products-nav button, ul.customers-nav button { padding: 18px 11px; margin: 0; }
}

@media only screen and (max-width: 900px) {
    ul.products-nav button, ul.customers-nav button { font-size: 16px; }
}

@media only screen and (max-width: 767px) {
    .home-banner-2021 h1.title { font-size: 38px; line-height: 45px; font-weight: 600; margin-top: 60px; margin-right: 0; }
}

@media only screen and (max-width: 700px) {
    a.starlingBtn { width: 120px; }
    .starlingBtn span { font-size: 20px; line-height: 19px; }
}

@media only screen and (max-width: 639px) {
	.mobileDetect { display: block; }

    .home-banner-height { height: 510px; }
    .home-banner-2021 .swiper-slide .darken { background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); }
    .home-banner-2021 .description { display: none; }
    .home-banner-2021 a.button { margin-top: 18px; }
    .home-banner-2021 .svg-triangle-left { width: 25%; height: 3%; }
    .home-banner-2021 .svg-triangle-right { width: 75%; height: 7%; }

    .home-products-top-2021 { padding-top: 95px; }
    .home-products-2021 { background: none !important; }
    .home-subTitle { font-size: 14px; line-height: 20px; }
    .home-title { font-size: 30px; line-height: 36px; margin: 1px 0 16px 0; }
    .home-sectionDesc { font-size: 17px; line-height: 30px; letter-spacing: 0; padding: 0 2%; }
    .videoBtn { display: block; }
    .videoBtn > a { float: right; margin: 20px 0 0 10px; padding-right: 0; }

    .products-carousel { padding-top: 10px; }
    .products-wheel { padding-bottom: 84px; background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(222,239,250,1) 100%); }
    .products-wheel .bgWrap { padding-bottom: 92%; }
    a.starlingBtn { width: 30%; }
    .starlingBtn span { font-size: 16px; line-height: 15px; text-decoration: underline; bottom: 10%; }
    .couple { display: none; }
    .products-wheel::before { content: ''; position: absolute; bottom: -33px; left: 4%; z-index: 2; width: 106px; height: 131px; background-image: url("/wp-content/uploads/2021/07/couple-pointing.png"); background-size: contain; background-repeat: no-repeat; background-position: center center; pointer-events: none; }

	.infographic-button { display: block; }
    .home-infographic { display: none; }

    ul.products-nav { display: block; margin: 15px 5% 11px 5% !important; }
    ul.products-nav li { display: none !important; }
    ul.products-nav li.active { display: block !important; width: 100% !important; }
    ul.products-nav button { text-align: left; padding: 17px 40px 17px 25px; margin: 0; letter-spacing: 1px; font-size: 22px; font-weight: 700; }
    ul.products-nav li.active button::after { opacity: 0; }
	ul.products-nav li.active button::before { opacity: 1; }
    
    .product-section { padding: 0; margin-left: 8.9%; margin-right: 8.9%; font-size: 15px; line-height: 35px; }
    .product-section ul.horiz, .product-section ul.prod-list { display: block !important; margin: 0 !important; padding: 0 !important; }
    .product-section ul.horiz li, .product-section ul.prod-list li { display: block !important; width: 100% !important; margin: 0 !important; padding: 0 20px 18px 20px !important; }
    .product-section a.demoBtn { width: 100%; margin: 34px 0 0 0; }

    .home-customers-2021 { margin: 59px 0; background-size: 161% 67.5%; }
    section#our-customers { padding: 0; }
    /*ul.customers-nav { margin: 0 3% 15px 3% !important; display: flex; width: 94%; }
    ul.customers-nav li:first-child { width: 44% !important; }
    ul.customers-nav button { padding: 25px 3px 19px 3px; font-size: 14px; }*/

    ul.customers-nav { display: block; width: auto !important; margin: 15px 5% 11px 5% !important; }
    ul.customers-nav li { display: none !important; }
    ul.customers-nav li.active { display: block !important; width: 100% !important; }
    ul.customers-nav button { text-align: left; padding: 17px 40px 17px 25px; margin: 0; letter-spacing: 1px; font-size: 22px; font-weight: 700; }
    ul.customers-nav li.active button::after { opacity: 0; }
	ul.customers-nav li.active button::before { opacity: 1; }

    #our-customers-swiper .swiper-pad { padding: 0 2px 10px 2px; }
    #our-customers-swiper .swiper-slide a { height: 144px; }
    #our-customers-swiper .swiper-slide a .moreText { bottom: 9px; right: 11px; }
    #our-customers-swiper .swiper-slide a .image img { top: 30px; left: 9%; width: 82%; height: calc(100% - 60px); }

    .controls { margin-top: 13px; height: 26px; }
    .people-group { bottom: -142px; right: 6%; width: 152px; height: 155px; }

    .home-news-2021 { margin: 301px 0 0 0; }
    .home-news-2021, .home-news-2021 > .row { padding-left: 0 !important; padding-right: 0 !important; }
    .home-news-2021 .home-subTitle, .home-news-2021 .home-title { padding-left: 11px; }
    #news-swiper .swiper-slide { width: 79.2%; opacity: 0.5; }
    #news-swiper .swiper-slide.swiper-slide-active { opacity: 1; }
    #news-swiper .swiper-pad { margin-left: 12px; margin-right: 5px; }
    #news-swiper .controls { display: none; }
}

@media only screen and (max-width: 430px) {
    a.starlingBtn { width: 100px; }
    .starlingBtn span { bottom: 0; }
}


/* Infographic on mobile */

.infographic-mfp.mfp-wrap {
	/* Very annoying workaround for other elements >:( */
    z-index: 100000000;
}
.infographic-mfp .mfp-content {
    width: 100%;
    height: 100%;
}
.infographic-mfp .mfp-container {
    padding-left: 0;
    padding-right: 0;
}
.wrapper-outer, 
#infographic-overlay, 
#infographic-overlay video {
    width: 100vw;
    height: 100vh;
}
#infographic-overlay {
    clip-path: inset(-1px -1px);
    overflow: hidden;
}
#infographic-overlay video {
    background: #fff;
    object-fit: contain;
}
@media screen and (orientation:portrait) {
	/* Shows rotated 90deg in portrait mode so the user turns their phone */
	.wrapper-outer, 
	#infographic-overlay, 
	#infographic-overlay video {
		width: 100vh;
		height: 100vw;
	}
	.wrapper-outer {
		transform: rotate(-90deg) translateX(-100%);
		transform-origin: top left;
	}
}