@charset "UTF-8";

/* Get fonts */
@font-face { 
    font-family: 'Gilroy Bold';  
    src: url('https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/Gilroy-Bold.woff') format('woff');
}
@font-face { 
    font-family: 'Gilroy Medium';  
    src: url('https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/Gilroy-Medium.woff') format('woff');
}

/* Containers */


/* Colors */




/* 1c. Typography */


 












/* Footer */



html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    font-size: 19px;
    line-height: 125%;
    font-weight: 300;
    font-family: 'Gilroy Medium', sans-serif;
    overflow-x: hidden !important;
    color: #18214E;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:hover {
    text-decoration:none;
}

.container {
    max-width: 1250px;
}

.bigger-z-index {
    position: relative;
    z-index: 30;
}

:focus {
    outline: none!important;
}

.font-light {
    font-weight: 200!important;
}

.font-medium {
    font-weight: 500!important;
}

.font-semibold {
    font-weight: 600!important;
}

h1, .h1 {
    font-size: 57px;
    line-height: 110%;
    font-weight: 400;
    font-family: 'Gilroy Bold', sans-serif;
    text-transform: none;
    position: relative;
}

h2, .h2 {
    font-size: 49px;
    line-height: 115%;
    font-weight: 400;
    font-family: 'Gilroy Bold', sans-serif;
    text-transform: none;
    position: relative;
}

h3, .h3 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 400;
    font-family: 'Gilroy Bold', sans-serif;
    text-transform: none;
    position: relative;
}

h4, .h4 {
    font-size: 27px;
    line-height: 135%;
    font-weight: 00;
    font-family: 'Gilroy Bold', sans-serif;
}

h5, .h5,
h6, .h6 {
    font-family: 'Gilroy Bold', sans-serif;
}

b, strong {
    font-weight: bold!important;
}
.dark-blue-bg {
    background-color: #18214E;
}
.dark-blue-text {
    color: #18214E;
}
.light-blue-bg {
    background-color: #4B3DF4;
}
.light-blue-text {
    color: #4B3DF4;
}
.teal-bg {
    background-color: #3DF4D1;
}
.teal-text {
    color: #3DF4D1;
}

}
.darkteal-text {
    color: #18214e;
}

.site-cta {
    background-color: #18214e;
    color: #fff;
    border: unset;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 16px;
    transition: all 333ms ease;
}
.site-cta:hover {
    background-color: #fff;
    color: #18214e;
}
.site-cta.teal {
    background-color: #3DF4D1;
    color: #18214e;
    border: unset;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 16px;
    transition: all 333ms ease;
}
.site-cta.teal:hover {
    background-color: #18214e;
    color: #fff;
}
.site-cta.purple {
    background-color: #4B3DF4;
    color: #fff;
}
.site-cta.purple:hover {
    background-color: #18214e;
}
.site-cta.white {
    background-color: #fff;
    color: #18214e;
    border: unset;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 16px;
    transition: all 333ms ease;
}
.site-cta.white:hover {
    background-color: #18214E;
}
.site-cta.light-blue {
    background-color: #4b3df4;
    color: #fff;
    border: unset;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 16px;
    transition: all 333ms ease;
}
.site-cta.light-blue:hover {
    background-color: #18214E;
}

/* Top Spacing */
.body-wrapper #main-content section:first-of-type {
    padding-top: 140px;
}

/* Header */
header.header {
    align-items: center;
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    transition: all ease-in-out .2s;
}
header.header.dark {
    background-color: #fff;
}
header.header.scrolled {
    background-color: #18214e;
}
.hamburger {
    width: 30px;
    height: 20px;
    position: relative;
    margin: auto;
}
.hamburger .line {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    transition: all 200ms;
}
.hamburger .line:nth-child(1) {
    top: 0;
}
.hamburger .line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamburger .line:nth-child(3) {
    bottom: 0;
}
.hamburger.close .line:nth-child(1), .hamburger.close .line:nth-child(2)          {
    top: 0;
    transform: translateY(9px) rotate(45deg);
}
.hamburger.close .line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}
.hamburger {
    margin-top: 5px;
}
.hamburger .line {
    background-color: #fff;
}
header.header.dark .hamburger .line {
    background-color: #18214E;
}
.bg-light {
    background-color: transparent !important;
}

header.header #hs_cos_wrapper_site_logo img {
    display: block;
    height: 60px;
    width: auto !important;
}

header.header .navbar-collapse {
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
}
header.header #hs_cos_wrapper_main_nav {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    justify-content: center;
    margin-bottom: 0;
    
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li{
    margin-right: 20px;
    padding: 1rem 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul 
.hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-of-type {
    margin-right: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a{
    color: #fff;

    transition: all ease-in-out .2s;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover {
    box-shadow: none;
    color: #4decd3;
    outline: none;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:after {
    color: #fff;
    content: '\f078';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
    font-variant: normal;
    margin-left: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;           
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
    margin-top: 8px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper.show {
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    margin-left: 0;
    padding: 1.25rem ;
    position: absolute;
    
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper::before{
    content: '';
    position: absolute;
    left: 10%;
    top: -10px;;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
    margin-bottom: 10px;
    padding: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    color: #070f33;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
    color: #4ff4d1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-of-type {
    margin-bottom: 0;
}
.contact-button ul { 
    margin-left: auto;
}
.contact-button ul li a{
    background-color: #3DF4D1;
    border-radius: 40px;
    color: #18214e !important;
    padding: 8px 22px;
    text-align :center;
    transition: all .2s ease-in-out;    
}
.contact-button ul li a:hover {
    background-color: #fff;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}
.site-logo {
    height: 40px;
}
/* Dark Header */
header.header.dark.scrolled {
    background-color: #fff;
    box-shadow: 0px 5px 10px #00000026;
}
header.header.dark .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
    color: #18214E;
}
header.header.dark .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover,
header.header.dark .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after {
    color: #3df4d1;
}
header.header.dark .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    box-shadow: 0px 5px 10px #00000026;
} 
header.header.dark .contact-button ul li a:hover {
    background-color: #071033;
    color: #fff !important;
}

/* Footer */
footer section.footer-main{
    background-color: #FFFFFF;
}
footer section.footer-copyright {
    background-color: #4B3DF4;
}
footer .container {
    max-width: 1440px;
}
footer .row.footer-main a {
    font-size: 16px;
}
footer .footer-logo {
    max-width: 150px;
}
footer .row.copyright p,
footer .row.copyright a {
    font-size: 14px;
}
.footer-details li {
    padding-left: 20px;
    position: relative;
}
.footer-details li.email:before {
    content: '';
    content: '\f0e0';
    font-family: FontAwesome;
    color: #3DF4D1;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
}
.footer-details li.phone:before {
    content: '';
    content: '\f095';
    font-family: FontAwesome;
    color: #3DF4D1;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
}

/* Image widths */
.image-wrapper img {
    max-width: 100%;
}


/* Page CTA Overrides */
.homepage-title a.site-cta.white:hover {
    background-color: #3df4d1;
}
section.home-second-row.white-accent .col-12 a.site-cta:hover {
    background-color: #3df4d1;
}
ul.home-services-list li {
    margin-bottom: 15px;
}
.footer-nav li a.teal-text:hover {
    color: #3df4d1;
    opacity: 0.8;
}
.copyright .text-light a {
    color: #fff;
    transition: all 333ms ease;
}
.copyright .text-light a:hover {
    color: #070f33;
}
.row.marketplace-row .site-cta.teal {
    color: #18214e;
}
.row.marketplace-row .site-cta.teal:hover {
    color: #18214e;
    background-color: #fff;
}
.single-service-dark .single-service-row a.site-cta.teal:hover {
    background-color: #fff;
    color: #071033;
}



/* Pages */
/* Homepage */
section.home-top-row {
    background-color: #18214e;
    color: #fff;
}
section.home-top-row {
    position: relative;
}
section.home-top-row:before {
    content: '';
    background-color: #4B3DF4;
    width: 85%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 200px 5px 5px 5px;
    z-index: 1;
}
section.home-top-row .row {
    min-height: 550px;
}
.container.logo-accent {
    position: relative;
}
.container.logo-accent:after {
    content: '';
    background: url(https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/ri-logo-accent.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 380px;
    height: 470px;
    position: absolute;
    bottom: 0;
    right: -130px;
    z-index: 0;
}
section.home-top-row .row .col-12 {
    position: relative;
    z-index: 1;
}

/* Homepage Second Row */
section.home-second-row.white-accent {
    background: linear-gradient(to bottom, #18214e 50%, #3DF4D1 50%);
    position: relative;
}
section.home-second-row .outerWrap {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    border-radius: 200px 0px 200px 0px;
    position: relative;
    z-index: 30;
}
section.home-second-row .row {
    min-height: 650px;
    display: flex;
    align-items: center;
}
.home-second-row .single-question {
    padding-left: 110px;
    position: relative;
}
.home-second-row .single-question:before {
    content: '';
    background: url('https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/BlueBoxHand.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
}
.home-second-row .col-12.last-col .single-question {
    margin-top: 25%;
}
.home-second-row .col-12.last-col .single-question:before {
    background: url('https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/GreenBoxGraph.svg');
    bacckground-size: contain;
    background-repeat: no-repeat;
}
/* Homepage third row */
section.home-third-row .row {
    padding-top: 60px;
    padding-bottom: 60px;
}
section.home-third-row img {
    max-height: 500px;
    object-fit: contain;
}
section.home-third-row .row {
    padding-top: 60px;
    padding-bottom: 60px;
}
section.home-third-row img {
    max-height: 500px;
    object-fit: contain;
}
ul.home-services-list {
    margin-top: 40px;
}
ul.home-services-list li {
    width: 49%;
    display: inline-block;
}
ul.home-services-list li a {
    color: #4B3DF4;
    transition: all 333ms ease;
    position: relative;
}
ul.home-services-list li a:hover {
    color: #18214E;
    text-decoration: none;
}
ul.home-services-list li a:after {
    content: '\f054';
    font-family: FontAwesome;
    font-size: 14px;
    color: #18214E;
    opacity: 0;
    padding-left: 10px;
    transition: all 333ms ease;
}
ul.home-services-list li a:hover:after {
    opacity: 1;
}
/* Ecomm Tabs */
section.ecommerce-growth {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ecomm-intro {
    max-width: 700px;
}
.ecomm-intro h2 {
    margin-bottom: 40px;
}
.row.marketplace-row .col-12 {
    position: relative;
}
.tab-inner .cs-image {
    position: absolute;
    top: 75px;
    right: -109px;
    width: 500px;
    height: 500px;
}
.tab-inner .cs-image img {
    width: 540px !important;
    height: 350px !important;
    object-fit: contain;
    object-position: center center;
}
.cs-laptop-text {
    position: absolute;
    width: 540px;
    top: 250px;
    text-align: center;
}
.cs-laptop-text p {
    display: inline-block;
    margin-bottom: 0px;
    line-height: 100%;
    width: fit-content;
    color: #18214e;
    background-color: #3bf4d0;
    padding: 8px 20px;
    border-radius: 20px;
}
.tab-inner .cs-image {
    position: relaitve;
}
.tab-inner .cs-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: +12;
}

div#ecomm-tabs-content {
    background-color: #18214E;
    padding: 40px;
}
.cs-details {
    display: flex;
    align-items: center;
}
.cs-details img {
    max-width: 300px;
    margin-right: 40px;
}
.cs-details h4 {
    color: #fff;
    margin-bottom: 0px;
}
section.ecommerce-growth {
    background-color: #4B3DF4;
}
.ecomm-intro {
    position: relative;
    color: #fff;
}
.ecomm-intro:before {
    content: '';
    background: #4B3DF4;
    width: 120%;
    height: 110%;
    position: absolute;
    top: -8%;
    left: -10%;
    border-radius: 0px 0px 100px 0px;
}
#ecomm-tabs {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 60px;
    border-bottom: unset;
}
#ecomm-tabs li a {
    background-color: unset;
    border: unset;
    opacity: 0.5;
    color: #fff;
}
#ecomm-tabs li a.active {
    opacity: 1;
}
.row.marketplace-row {
    position: relative;
}
.row.marketplace-row:after {
    content: '';
    background: #18214e;
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.row.marketplace-row .col-12 {
    z-index: 1;
}
#ecomm-tabs li {
    display: flex;
    align-items: center;
}
#ecomm-tabs img {
    width: 100px;
    height: 80px;
    object-fit: contain;
}
.cs-details img {
    max-width: 120px;
    height: 120px;
    object-fit: contain;
}
.tab-inner .cs-btn {
    position: relative;
}
.tab-inner .cs-btn a.site-cta.teal {
    position: absolute;
    right: 0;
    bottom: -57px;
}
/* Marketplace Row */
div.marketplace-content {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}
div.marketplace-content h2 {
    margin-bottom: 30px;
}
div[class*="marketplace-slider-"] .item .image-wrapper {
    text-align: center;
}
div[class*="marketplace-slider-"] .item .image-wrapper img {
    width: 170px;
    height: 120px;
    object-fit: contain;
    margin: 0 auto;
}
/* Amazon Specific Logo */
div.marketplace-slider-1 .item .image-wrapper.amazon-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
div.marketplace-slider-1 .item .image-wrapper.amazon-logo img {
    width: 123px;
    height: 37px;
}
.marketplace-more {
    margin-top: 50px;
}

/* Resources */
/* listings */
/* featured blog */
.resources-header .col-12.featured-col {
    overflow: visible;
}
.featured-blog {
    position: relative;
    min-width: 750px;
}
.featured-blog a.absolute-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: +12;
}
.featured-blog a:not(.absolute-url) {
    color: #fff;
}
.featured-blog h1,
.featured-blog h2,
.featured-blog h3,
.featured-blog h4,
.featured-blog h5,
.featured-blog h6 {
    display: none;
}
.featured-blog .text-wrapper {
    color: #fff;
    max-width: 70%;
    padding: 35px;
    background-color: rgb(75, 61, 244, 0.8);
}
.featured-blog p.h5 {
    text-transform: uppercase;
    color: #3DF4D1;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}
.featured-blog p.h3 {
    margin-bottom: 20px;
}
@media (max-width: 1275px) {
    .featured-blog {
        min-width: unset;
        margin-right: 10px;
    }
    .resources-header .col-12.featured-col {
        overflow:hidden;
    }
}
.blog-tag-nav h5 {
    margin-bottom: 0px;
    padding-right: 10px;
    border-right: 2px solid #fff;
}
.blog-tag-nav li a {
    color: #fff;
    opacity: 0.35;
    transition: all 333ms ease;
}
.blog-tag-nav li a.active,
.blog-tag-nav li a:hover {
    opacity: 1;
}
.single-blog a:hover {
    color: #fff;
}
.single-blog a i {
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
    transition: all 333ms ease;
}
.single-blog a:hover i {
    transform: translateX(7px);
}
.single-blog {
    position: relative;
}
.single-blog a.absolute-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single-blog.blog:hover .details a:not(.blog-post__tag-link) {
    color: #fff;
}
.single-blog:hover .details a i {
    transform: translateX(7px);
}
.blog-listings,
.resources-header {
    background-color: #18214E;
}
.blog-listings {
    padding-top: 30px;
}
.blog-listing-wrap {
    display: flex;
    align-items: stretch;
    flex-wrap:wrap;
}
.single-blog {
    width: calc(50% - 20px);
    margin: 10px;
    box-shadow: 0px 5px 10px #00000046;
    background-color: #070F33;
}
.single-blog.blog {
    background-color: #070F33;
}
.single-blog.whitepaper {
    background-color: #4B3DF4;
}
.single-blog .image-wrapper {
    height: 200px;
    overflow: hidden;
    border-radius: 0px 0px 100px 0px;
}
.single-blog .image-wrapper img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.single-blog .details {
    padding: 30px;
}
.single-blog .details p:first-of-type {
    margin-bottom: 20px;
}
.single-blog .details h4 {
    margin-bottom: 20px;
}
.hs-blog-listing main#main-content {
    position: relative;
}
.hs-blog-listing main#main-content:after {
    content: '';
    background: #070F33;
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 200px 0px 0px 0px;
}
.single-blog.blog .whitepaper-label {
    display: none;
}
.single-blog.whitepaper .blog-label {
    display: none;
}
div.body-wrapper.hs-blog-post img {
    max-width: 100%;
}
/* Pagination */
ul.blog-pag-list {
    margin-bottom: 0px;
}
.blog-pag-list li.page-text {
    padding-right: 10px;
    border-right: 2px solid #3DF4D1;
}
.blog-pag-list li.page-text p {
    margin-bottom: 0px;
}
.blog-pag-list li a,
.blog-pag-list li {
    color: #fff;
}
.blog-pag-list li a {
    opacity: 0.75;
}
.blog-pag-list li a.active {
    opacity: 1;
}
.blog-pagination {
    padding-top: 40px;
    padding-bottom: 40px;
}
.hs-blog-post header.header {
    background-color: #18214e;
}
.hs-blog-post main#main-content {
    background-color: #F2F2F2;
    position: relative;
}
.hs-blog-post main#main-content:before {
    content: '';
    background: #fff;;
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 200px 0px 0px;
}
.blog-inner-top .row .col-12.image .image-wrapper {
    position: relative;
    min-height: 400px;
}
.blog-inner-top .row .col-12.image .image-wrapper img {
    position: absolute;
    width: 120% !important;
    max-width: unset;
    height: 400px;
    object-fit: cover;
    object-position: center center;
}
.blog-inner-top h5,
.blog-inner-top h1 {
    margin-bottom: 20px;
}
p.back-to-resources a i {
    font-size: 14px;
    margin-right: 10px;
    transition: all 333ms ease;
}
p.back-to-resources a:hover i {
    font-size: 14px;
    transform: translateX(-7px);
}
.blog-inner-carousel .slick-track,
.inner-cs-slider .slick-track,
.service-inner-slide-wrap .slick-track,
.marketplace-slider-1 .slick-track {
    display: flex !important;
}
.blog-inner-carousel .slick-slide,
.inner-cs-slider .slick-slide,
.service-inner-slide-wrap .slick-slide,
.marketplace-slider-1 .slick-slide {
    height: inherit !important;
}
/* Blog Comments */
.blog-comments .hs-form-field label {
    margin-bottom: 2px;
}
.blog-comments .hs-fieldtype-text.field.hs-form-field {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    float: left;
}
.blog-comments .hs-fieldtype-textarea.field.hs-form-field,
.blog-comments .hs_recaptcha,
.blog-comments .hs_submit.hs-submit {
    width: 100%;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.blog-comments .hs-form-field input,
.blog-comments .hs-form-field textarea {
    width: 100%;
}
.blog-comments form {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.blog-comments form:before {
    content: 'Leave a comment';
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}
.blog-comments .comment-from h4,
.blog-comments .comment-from h4 a {
    font-weight: 400;
    color: #18214e;
}
.blog-comments input.hs-button.primary {
    background-color: #3df4d1;
    border: unset;
    border-radius: 20px;
    color: #18214e;
    font-size: 16px;
    padding: 12px 22px;
    margin-top: 10px;
    line-height: 100%;
    transition: all 333ms ease;
}
.blog-comments input.hs-button.primary:hover {
    background-color: #18214e;
    color: #3df4d1;
}
.blog-comments div#comments-listing {
    margin-bottom: 40px;
}
.blog-comments div#comments-listing div.comment {
    border-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
}
.blog-comments div#comments-listing div.comment.depth-1 {
    padding-top: 0px;
}
.blog-comments div#comments-listing div.comment.depth-0 {
    border-top: 2px solid #18214e7d;    
}
.blog-comments div#comments-listing div.comment.depth-0:first-child {
    border-top: unset;
}

/* Contact Page */
section.contact-section {
    background-color: #18214E;
    position: relative;
    min-height: calc(100vh - 150px);
}
section.contact-section .container:before {
    content: '';
    background-color: #4B3DF4;
    width: 85%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 200px 0px 0px 0px;
    z-index: 1;
}
section.contact-section .container:after {
    content: '';
    background: url(//5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/raw_assets/public/ri-theme/img/ri-logo-accent.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 241px;
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.contact-row {
    min-height: calc(100vh - 150px);
    padding-bottom: 50px;
    color: #fff;
}
section.contact-section .contact-top-text {
    padding-right: 30%;
}
section.contact-section .contact-top-text h1 {
    margin-bottom: 30px;
}
.contact-lower-text a {
    color: #fff;
}
.contact-lower-text .phone-links,
.contact-lower-text .email-link {
    margin-bottom: 10px;
}
.contact-lower-text .email-link,
.contact-lower-text .single-phone-link,
.registered-address {
    padding-left: 24px;
    position: relative;
}

.contact-lower-text .single-phone-link {
    width: fit-content;
    margin-right: 15px;
    display: inline-block;
}

.contact-lower-text .single-phone-link:before {
    content: '\f095';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #3DF4D1;
}
.contact-lower-text .email-link:before {
    content: '\f0e0';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #3DF4D1;
}
.registered-address:before {
    content: '\f3c5';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #3DF4D1;
}

.registered-address strong {
    text-transform: uppercase;
    color: #3DF4D1;
}
/* Contact Form - Contact Page */
.contact-form-wrap {
    padding: 50px;
    background-color: #18214E;
    box-shadow: 0px 5px 10px #00000030;
}
.contact-form-wrap h3 {
    margin-bottom: 20px;
    color: #3DF4D1;
}
.contact-form-wrap #hs_form_target_form fieldset {
    max-width: 100%;
}
.contact-form-wrap #hs_form_target_form fieldset input,
.contact-form-wrap #hs_form_target_form fieldset textarea {
    width: 100%;
}
.contact-form-wrap #hs_form_target_form fieldset textarea {
    height: 100px;
    padding: 10px;
    font-size: 16px;
    resize: none;
    margin-bottom: 15px;
    border: unset;
}
.contact-form-wrap #hs_form_target_form fieldset input:not([type=checkbox]):not([type=radio]) {
    height: 35px;
    padding: 10px;
    border: unset;
    font-size: 16px;
}
.hs-form-field {
    margin-bottom: 10px;
}
.hs-form-field.hs_interested_in__contact_form_ {
    margin-bottom: 0px;
}
ul.no-list.hs-error-msgs.inputs-list {
    padding-left: 0px;
    margin-bottom: 0px;
}
ul.no-list.hs-error-msgs.inputs-list li {
    list-style-type: none;
    margin-bottom: 0px;
}
ul.no-list.hs-error-msgs.inputs-list li label {
    display: block !important;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0px;
}
.contact-form-wrap #hs_form_target_form fieldset input:not([type=checkbox]):not([type=radio])::placeholder,
.contact-form-wrap #hs_form_target_form fieldset textarea::placeholder {
    opacity: 0.5;
}
.contact-form-wrap #hs_form_target_form fieldset label {
    display: none;
}
.contact-form-wrap #hs_form_target_form fieldset .hs_interested_in__contact_form_ div.input ul.inputs-list label {
    display: inline-block;
    font-size: 16px;
}
.contact-form-wrap #hs_form_target_form fieldset .hs_interested_in__contact_form_ div.input ul.inputs-list {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.contact-form-wrap #hs_form_target_form fieldset .hs_interested_in__contact_form_ div.input ul.inputs-list li.hs-form-radio {
    width: 50%;
    display: inline-block;
}
.contact-form-wrap #hs_form_target_form fieldset .hs_interested_in__contact_form_ div.input ul.inputs-list li.hs-form-radio input {
    width: auto;
    margin-right: 10px;
}
.contact-form-wrap input.hs-button.primary.large {
    background-color: #3Df4D1;
    color: #18214E;
    border: unset;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 16px;
    transition: all 333ms ease;
}
.contact-form-wrap input.hs-button.primary.large:hover {
    background-color: #fff;
}

/* Case Study/Results Archive */
section.cs-title .text-wrapper {
    max-width: 600px;
}
.industry-nav h5 {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px solid #070F33;
}

.filtering .marketplace-nav h5:before {
    all: unset;
}
.cs-arch-wrap {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.single-cs {
    width: calc( 50% - 23px );
    display: inline-block;
    margin: 10px;
    margin-bottom: 30px;
    background-color: #070F33;
    transition: all 333ms ease-in-out;
    position: relative;
}
.single-cs:hover {
    transform: translateY(-25px);
}
section.service-inner-slider .single-cs:hover {
    transform: unset;
}
.single-cs .details {
    padding: 20px;
    background-color: #070F33;
    color: #fff;
    padding-right: 100px;
    overflow: hidden;
    position: relative;
}
.single-cs:after {
    content:'';
    background: url(//5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/raw_assets/public/ri-theme/img/emanaged_logo-white-svg2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 43px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    opacity: 0;
    transition: all 333ms ease-in-out;
}
.single-cs a.absolute-link:after {
    all: unset;
}
.single-cs a.absolute-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.single-cs:hover:after {
    opacity: 1;
}
.single-cs .cs-h-image {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-size: cover;
    background-position: center center;
    min-height: 190px;
    display: flex;
    align-items: center;
    border-radius: 0px 0px 100px 0px;
}
.single-cs .cs-h-image img {
    width: 175px;
    height: auto;
}
.single-cs .cs-h-image {
    position: relative;
    overflow: hidden;
}
.single-cs .cs-h-image:after {
    content: '';
    background: #060F33;
    opacity: 0.47;
    width: 104%;
    height: 104%;
    position: absolute;
    top: -2%;
    left: -2%;
}
.single-cs .cs-h-image img {
    position: relative;
    z-index: 1;
}
.single-cs a:hover {
    color: #fff;
}
.single-cs a {
    position: relative;
}
.single-cs a:after {
    content: '\f061';
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 5px;
    transition: all 333ms ease;
}
.single-cs a:hover:after {
    margin-left: 10px;
}


/* Single Case Study */
section.cs-image-row {
    min-height: 400px;
    max-height: 475px;
    overflow: hidden;
}
section.cs-challenge-row .row,
section.cs-approach-row .row,
section.cs-outcome-row .row {
    min-height: 600px;
}
section.cs-image-row img {
    width: 100%;
    min-height: 400px;
    max-height: 475px;
    object-fit: cover;
    object-position: center center;
}
section.cs-top-row, 
section.cs-challenge-row {
    background-color: #070F33;
}
section.cs-top-row img {
    max-width: 300px;
    max-height: 300px;
}
section.cs-top-row .col-12 {
    max-width: 900px;
    margin: 0 auto;
}
section.cs-top-row .image-wrapper {
    margin-bottom: 30px;
}
section.cs-top-row p.category {
    padding: 10px 20px;
    background-color: #3DF4D1;
    color: #070F33;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
}
section.cs-challenge-row .outer-wrap {
    background-color: #fff;
    border-radius: 0px 200px 0px 0px;
}
.case-study-row h5 {
    color: #3DF4D1;
    text-transform: uppercase;
}
.case-study-row h2 {
    margin-bottom: 20px;
}
section.cs-quote-row .quote-text {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
section.cs-quote-row .quote-text h3 {
    margin-bottom: 30px;
    position: relative;
}
section.cs-quote-row .quote-text h3:before {
    content: '';
    background: url('https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/open-quote.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -30px;
    left: -40px;
}
section.cs-quote-row .quote-text h3:after {
    content: '';
    background: url('https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/close-quote.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -20px;
    right: -40px;
}
section.cs-quote-row .quote-text h5 {
    text-transform: uppercase;
}
section.cs-stats .col-12 {
    padding-top: 60px;
}
section.cs-stats .stat-wrapper {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}
section.cs-stats .stat-wrapper:before {
    content: '';
    background: url('https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/GreenBoxPositive.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 100px;
}
section.cs-stats .stat-wrapper .stat-num {
    position: relative;
    font-size: 65px;
}

.cs-slider {
    padding-top: 30px;
}
.cs-slider .item .single-cs.inner-cs {
    width: calc(100% - 28px);
    margin: 14px;
    opacity: 0.7;
    transition: all 333ms ease;
}
.cs-slider .item.slick-active .single-cs.inner-cs {
    opacity: 1;
}
.cs-slider .item .single-cs.inner-cs .cs-h-image {
    border-radius: unset;
}
.cs-slider .slick-list {

}

/* Services Overview */
section.services-overview {
    background-color: #4b3df4;
    position: relative;
    padding-bottom: 70px;
}
section.services-overview .single-service-overview {
    align-items: center;
    margin-bottom: 40px;
    border-radius: 50px;
    padding: 70px;
    position: relative;
}
section.services-overview .single-service-overview:nth-child(odd) {
    background-color: #070F33;
    color: #fff;
}
section.services-overview .single-service-overview:nth-child(even) {
    background-color: #fff;
}
section.services-overview:before {
    content: '';
    background: #18214E;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 0px 200px 0px;
    z-index: 0;
}
section.services-overview .row.single-service-overview:last-of-type {
    margin-bottom: 0px;
}

/* Services */
.homepage-title h1,
.service-second-row h2 {
    margin-bottom: 25px;
}
.homepage-title p,
.service-second-row p {
    margin-bottom: 35px;
}
section.services-top-row {
    position: relative;
    background-color: #070F33;
}
section.services-top-row .row {
    min-height: 750px;
}
section.services-top-row .outer-wrap {
    position: relative;
}
section.services-top-row .outer-wrap:before {
    content: '';
    background-color: #18214E;
    width: 85%;
    height: 100%;
    border-radius: 0px 0px 200px 0px;
    position: absolute;
}
section.services-top-row .homepage-title {
    padding-right: 20% !important;
}

section.service-second-row {
    background-image: linear-gradient(to right, #3DF4D1 50%, #4B3DF4 50%);
}
section.service-second-row .row {
    min-height: 650px;
    align-items: center;
}
section.service-second-row .outer-wrap {
    position: relative;
}
section.service-second-row .outer-wrap:before {
    content: '';
    background-color: #fff;
    width: 80%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 200px 0px;
}
section.service-tabs {
    position: relative;
    padding-top: 75px;
}
section.service-tabs:before {
    content: '';
    background-color: #4B3DF4;
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
    right: 0;
}
section.service-cta .col-12 {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
section.service-cta h3 {
    margin-bottom: 25px;
}
section.service-cta p {
    margin-bottom: 35px;
}
section.service-tabs ul li {
    flex: 1;
}
/* Single Service - Dark */
.single-service-dark .outer-wrap {
    background-color: #070F33;
    position: relative;
}
.single-service-dark .outer-wrap {
    position: relative;
}
.single-service-dark .outer-wrap:before {
    content: '';
    background-color: #18214E;
    width: 72%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 200px 200px 0px;
}
section.single-service-top,
section.single-service-row {
    padding-bottom: 0px;
}
section.single-service-top .row,
section.single-service-row .row {
    min-height: 500px;
    align-items: center;
}
section.single-service-top .image-wrapper,
section.single-service-row .image-wrapper {
    text-align: center;
}
section.single-service-top img, 
section.single-service-row img {
    max-height: 500px;
    object-fit: contain;
}

/* Single Service Light */
.single-service-light {
    background-color: #4B3DF4;
}
.single-service-light .outer-wrap {
    position: relative;
    background-color: #fff;
    border-radius: 0px 0px 200px 0px;
    overflow: hidden;
}
.single-service-light .row {
    position: relative;
    z-index: 1;
}
.single-service-light .outer-wrap:after {
    content: '';
    background: #F2F2F2;
    border-radius: 200px 0px 0px 0px;
    width: 27%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
section.service-tabs {
    background-color: #fff;
}
section.simple-cta {
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}
.service-inner-slider {
    background-color: #fff;
}
.single-service-dark .site-cta.white:hover {
    background-color: #3df4d1;
}

/* Our Partners */
.partners-wrapper .row {
    box-shadow: 0px 5px 10px #00000026;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 35px 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.partners-wrapper .image-wrapper {
    text-align: center;
    border-right: 2px solid;
}
.partners-wrapper .image-wrapper img {
    height: 120px;
    width: 150px;
    object-fit: contain;
}
.partners-wrapper .row .desc p {
    margin-bottom: 0px;
}
.partners-wrapper .row .area {
    text-align: center;
}

/* Our Team */
.team-accent,
.partner-accent {
    position: relative;
}
.team-accent:after,
.partner-accent:after {
    content: '';
    background: #F2F2F2;
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 200px 0px 0px 0px;
    z-index: 0;
}
.single-member {
    background-size: cover;
    background-position: center center;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 60px;
    position: relative;
}
.single-member:before {
    content: '';
    background: linear-gradient(to bottom right, rgba(61, 244, 209, 0.3) 90%, rgba(24, 33, 78, 0.15));
    background-blend-mode: screen;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.single-member .member-intro {
    padding: 30px;
    background-color: #18214ec4;
    opacity: 0;
    transition: all 333ms ease;
    min-height: 448px;
}
.single-member:hover .member-intro {
    opacity: 1;
}
.member-intro p {
    font-size: 16px;
    line-height: 130%;
}
.single-member .member-intro h6.job {
    text-transform: uppercase;
}
.single-member .member-intro h6.marketplaces {
    max-width: 190px;
}
.single-member .member-intro h6 {
    color: #3df4d1;
}
.single-member .member-intro h3,
.single-member .member-intro h6,
.single-member .member-intro p {
    margin-bottom: 1rem;
}
.single-member .member-intro p:last-of-type {
    margin-bottom: 0px;
}
.single-member p a i {
    color: #fff;
    transition: all 333ms ease;
}
.single-member p a:hover i {
    color: #3df4d1;
}
.single-member p a i {
    margin-right: 7px;
}
.single-member p a {
    color: #fff;
    transition: all 333ms ease;
}
.single-member p a:hover {
    color: #3df4d1;
}
.single-member:hover:before {
    opacity: 0;
    z-index: -123;
}

/* Marketplaces */
section.marketplaces-top-row .row.filter {
    padding-bottom: 40px;
}
section.marketplaces-top-row h1 {
    margin-bottom: 20px;
}
section.marketplaces-top-row p {
    margin-bottom: 40px;
}
section.marketplaces-top-row ul.marketplace-nav h5 {
    border-right: 2px solid #18214e;
    padding-right: 10px;
}
section.marketplaces-top-row ul.marketplace-nav .filter-btn {
    opacity: 0.25;
    color: #18214e;
    transition: all 333ms ease;
}
section.marketplaces-top-row ul.marketplace-nav .filter-btn.active {
    color: #4B3DF4;
    opacity: 1;
}
section.marketplaces-top-row ul.marketplace-nav .filter-btn:hover {
    cursor: pointer;
    color: #4b3df4;
    opacity: 1;
}
.row.single-mrkt {
    align-items: stretch;
    padding: 0px 20px;
    box-shadow: 0px 5px 10px #00000026;
    margin-bottom: 40px;
    transition: all 333ms ease;
    border: 1px solid #fff;
    position: relative;
    background-color: #fff;
    width:100%;
}
.row.single-mrkt:hover {
    transform: scale(1.03);
    box-shadow: 0px 5px 10px #00000045;
    border: 1px solid #4B3DF4;
}
.row.single-mrkt .col-12.col-md-6 {
    align-self: center;
}
.image-wrapper.country {
    width: 30px;
    margin-right: 10px;
    display: inline-block;
}
.image-wrapper.marketplace-logo {
    width: 200px;
    display: inline-block;
    
}
.row.single-mrkt .col-12.col-md-6:first-of-type {
    border-right: 1px solid #000;
}
.row.single-mrkt .col-12.col-md-6 .text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
.row.single-mrkt .col-12.col-md-6 .text-wrapper p {
    margin-bottom: 0px;
}
.row.single-mrkt .col-lg-2 {
    position: relative;
}
.row.single-mrkt .col-lg-2:before {
    content: '';
    background-color: #F2F2F2;
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 0;
}
.row.single-mrkt .col-lg-2 .monthly-search,
.row.single-mrkt .col-lg-2 .site-rank,
.row.single-mrkt .col-lg-2 .commission-rate {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.row.single-mrkt .col-lg-2 .monthly-search img,
.row.single-mrkt .col-lg-2 .site-rank img,
.row.single-mrkt .col-lg-2 .commission-rate img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-bottom: 10px;
}
.row.single-mrkt .col-12.col-sm-6.col-md-4.col-lg-2 {
    display: flex;
    align-items: center;
}
.market-btn {
    position: absolute;
    width: fit-content;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    display:none;
    transition: all 333ms ease;
}
.row.single-mrkt:hover .market-btn {
    display: block;
}
.image-wrapper.marketplace-logo {
    position: relative;
    padding-left: 20px;
}
.image-wrapper.marketplace-logo:before {
   content:'';
    width: 40px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -30px;
}
.image-wrapper.marketplace-logo.united-kingdom:before {
     background: url(https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/uk.svg);
     background-size: contain;
     background-repeat: no-repeat;
 }
 .image-wrapper.marketplace-logo.australia:before {
    background: url(https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/AUS.svg.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.image-wrapper.marketplace-logo.canada:before {
    background: url(https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/canada.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.image-wrapper.marketplace-logo.germany:before {
    background: url(https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/germany.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.image-wrapper.marketplace-logo.spain:before {
    background: url(https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/ESP.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.image-wrapper.marketplace-logo.france:before {
    background: url(https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/FR.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.image-wrapper.marketplace-logo.italy:before {
    background: url(https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/ITALY.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.image-wrapper.marketplace-logo.new-zealand:before {
    background: url(https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/NZ.svg.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.image-wrapper.marketplace-logo.poland:before {
    background: url(https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/POLAND.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.image-wrapper.marketplace-logo.sweden:before {
    background: url(https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/SWE.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.image-wrapper.marketplace-logo.united-states:before {
    background: url(https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/USA.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.image-wrapper.marketplace-logo.netherlands:before {
    background: url(https://5107123.fs1.hubspotusercontent-na1.net/hubfs/5107123/Website%20Assets/Netherlands.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.row.single-mrkt p.market-title {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #4B3DF4;
}
.row.single-mrkt .col-lg-2 h3 {
    margin-bottom: 0px;
}

/* Repeated Sections  */
/* CTA Row */
.cta-row-form {
    padding: 50px;
}
.cta-row-form h3 {
    margin-bottom: 20px;
    color: #18214E;
}
.cta-row-form #hs_form_target_cta_row_form fieldset {
    max-width: 100%;
}
.cta-row-form #hs_form_target_cta_row_form fieldset input,
.cta-row-form #hs_form_target_cta_row_form fieldset textarea {
    width: 100%;
}
.cta-row-form #hs_form_target_cta_row_form fieldset textarea {
    height: 100px;
    padding: 10px;
    font-size: 16px;
    resize: none;
    margin-bottom: 15px;
    border: unset;
}
.cta-row-form #hs_form_target_cta_row_form fieldset input:not([type=checkbox]):not([type=radio]) {
    height: 35px;
    padding: 10px;
    border: unset;
    font-size: 16px;
}
.cta-row-form #hs_form_target_cta_row_form fieldset input:not([type=checkbox]):not([type=radio])::placeholder,
.cta-row-form #hs_form_target_cta_row_form fieldset textarea::placeholder {
    opacity: 0.5;
}
.cta-row-form #hs_form_target_cta_row_form fieldset label {
    display: none;
}
.cta-row-form #hs_form_target_cta_row_form fieldset .hs_interested_in__contact_form_ div.input ul.inputs-list label {
    display: inline-block;
    font-size: 16px;
}
.cta-row-form #hs_form_target_cta_row_form fieldset .hs_interested_in__contact_form_ div.input ul.inputs-list {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cta-row-form #hs_form_target_cta_row_form fieldset .hs_interested_in__contact_form_ div.input ul.inputs-list li.hs-form-radio {
    width: 50%;
    display: inline-block;
}
.cta-row-form #hs_form_target_cta_row_form fieldset .hs_interested_in__contact_form_ div.input ul.inputs-list li.hs-form-radio input {
    width: auto;
    margin-right: 10px;
}
.cta-row-form input.hs-button.primary.large {
    background-color: #18214E;
    color: #fff;
    border: unset;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 16px;
    transition: all 333ms ease;
}
.cta-row-form input.hs-button.primary.large:hover {
    background-color: #fff;
    color: #18214E;
}

/* Service Tabs */
ul#servicesTabs {
    border-bottom-color: #070F33;
}
ul#servicesTabs a.nav-link {
    padding: 15px 20px;
    border-radius: 20px 20px 0px 0px;
    background-color: #fff;
    color: #4B3DF4;
    border: unset;
    transition: all 333ms ease;
    min-height: 80px;
    display: flex;
    align-items: center;
}
ul#servicesTabs a.nav-link.active,
ul#servicesTabs a.nav-link:hover {
    background-color: #070F33;
    color: #fff;
}
#serviceTabContent {
    background-color: #070F33;
    padding: 70px;
    border-top: unset;
    color: #fff;
    border-radius: 0px 0px 200px 0px;
}
#serviceTabContent .row,
.services-overview .single-service-overview {
    min-height: 350px;
    align-items: center;
}
#serviceTabContent .row .col-12.text,
.services-overview .single-service-overview .col-12.text {
    padding-right: 5%;
}
#serviceTabContent .row .col-12.text h5,
.services-overview .single-service-overview .col-12.text h5 {
    color: #3Df4D1;
    text-transform: uppercase;
}
.services-overview .single-service-overview:nth-child(even) .col-12.text h5 {
    color: #18214E;
}
#serviceTabContent .service-pointers .single-sp,
.services-overview .single-service-overview .service-pointers .single-sp {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    max-width: 475px;
}
#serviceTabContent .service-pointers .single-sp:last-child,
.services-overview .single-service-overview .service-pointers .single-sp:last-child {
    margin-bottom: 0px;
}
#serviceTabContent .service-pointers .single-sp .image-wrapper,
.services-overview .single-service-overview .service-pointers .single-sp .image-wrapper {
    width: 30%;
    margin-right: 15px;
    text-align: center;
}
#serviceTabContent .service-pointers .single-sp .text-wrapper, 
.services-overview .single-service-overview .service-pointers .single-sp .text-wrapper {
    width: calc(70% - 15px);
}
#serviceTabContent .service-pointers .single-sp .text-wrapper p,
.services-overview .single-service-overview .service-pointers .single-sp .text-wrapper p {
    margin-bottom: 0px;
}
#serviceTabContent .service-pointers .single-sp .image-wrapper img,
.services-overview .single-service-overview .service-pointers .single-sp .image-wrapper img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
#serviceTabContent .service-pointers .single-sp .text-wrapper span {
    color: #3df4d1 !important;
}
section.services-overview .single-service-overview h5 {
    margin-bottom: 10px;
}
section.services-overview .single-service-overview h2 {
    margin-bottom: 20px;
}
section.services-overview .single-service-overview p {
    margin-bottom: 30px;
}
section.services-overview .single-service-overview:nth-child(odd) a.site-cta {
    background-color: #3DF4D1;
    color: #18214E;
}
section.services-overview .single-service-overview:nth-child(odd) a.site-cta:hover {
    background-color: #fff;
}
section.services-overview .single-service-overview:nth-child(even) a.site-cta {
    background-color: #18214E;
    color: #fff;
}
section.services-overview .single-service-overview:nth-child(even) a.site-cta:hover {
    background-color: #3DF4D1;
    color: #18214E;
}
section.services-overview .row.so-cta {
    padding-top: 50px;
    padding-bottom: 30px;
}
section.services-overview .row.so-cta #hs_cos_wrapper_so_cta {
    padding-left: 70px;
}
section.services-overview .row.so-cta #hs_cos_wrapper_so_cta a.site-cta:hover {
    background-color: #fff;
    color: #18214e;
}

/* Additional Slider Elements (arrows) */
.blog-inner-carousel .col-12,
.service-inner-slider .col-12 {
    position: relative;
}
.slick-slide-nav ul li {
    list-style: none;
}
.slick-slide-nav ul {
    padding-left: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}
.slick-slide-nav ul li.prev {
    float: left;
    transition: all 333ms ease;
}
.slick-slide-nav ul li.next {
    float: right;
    width: 45%;
    text-align: right;
}
.slick-slide-nav ul li.next:hover i,
.slick-slide-nav ul li.prev:hover i {
    cursor: pointer;
}
.slick-slide-nav {
    position: absolute;
    width: 104%;
    height: fit-content;
    left: -2%;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* 404 Page */
.row.fourofour-error {
    min-height: calc(100vh - 290px);
    align-items: center;
    justify-content: center;
}

/* Policies */
.policy-wrapper .dnd_area-row-0-vertical-alignment > .row-fluid {
    display: block !important;
}


/* Media */
@media (min-width: 2400px) {
    .single-service-dark .outer-wrap:before {
        width: 65%
    }
    .single-service-light .outer-wrap:after {
        width: 40%;
    }
}
@media (min-width: 1700px) {
    .single-service-dark .outer-wrap:before {
        width: 70%
    }
    .single-service-light .outer-wrap:after {
        width: 35%;
    }
}
@media (max-width: 1560px) {
    .resources-header {
        overflow: hidden;
    }
}
@media (min-width: 1350px) and (max-width: 1550px) {
    .hs-blog-post main#main-content:before {
        width: 96%;
    }
}
@media (max-width: 1349px) {
    .hs-blog-post main#main-content:before {
        width:100%;
    }
}
@media (max-width: 1200px) {
    .tab-inner .cs-image {
        width: 200px;
        right: 30px;
    }
    .tab-inner .cs-image img { 
        width: 400px;
        height: 350px;
    }
    div.homepage-title h1 span.rotate.teal-text {
        display:  block;
    }
    div.homepage-title h1 br {
        display: none;
    }
}
@media (max-width: 1100px) {
    .row.marketplace-row .tab-inner .cs-image {
        display: none;
    }
    header.header #hs_cos_wrapper_site_logo img,
    header.header.dark img.site-logo {
        height: 30px;
    }
    .featured-blog {
        display: none;
    }
}
@media (max-width: 1000px) {
    .blog-inner-top .row .col-12.image .image-wrapper img {
        width: 100% !important;
        position: relative;
    }
}
@media (max-width: 992px) {
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 28px;
    }
    html, body {
        overflow-x: hidden !important;
    }
    .single-cs .details {
        padding-right: 20px;
    }
    .body-wrapper #main-content section:first-of-type {
        padding-top: 110px;
    }
    section.home-second-row .row {
        min-height: unset;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.home-second-row .outerWrap {
        border-radius: 70px 0px;
    }
    .home-second-row .col-12.last-col .single-question {
        margin-top: 50px;
    }
    .row.marketplace-row  #ecomm-tabs img {
        width: 100px;
        height: 60px;
    }
    .row.marketplace-row .cs-details {
        flex-wrap: wrap;
    }
    .row.marketplace-row .cs-details img {
        margin-bottom: 20px;
    }
    .sw-cta-row #hs_cos_wrapper_cta_rich_text {
        margin-bottom: 40px;
    }
    .partners-wrapper .row .col-12 {
        margin-bottom: 20px;
    }
    .partners-wrapper .row .col-12:last-of-type {
        margin-bottom: 0px;
    }
    .partner-top-text {
        margin-bottom: 50px;
    }
    section.contact-section .col-12:first-of-type {
        margin-bottom: 20px;
    }
    section.contact-section .contact-top-text {
        padding-right: 0px;
    }
    ul#servicesTabs {
        border-radius: 20px 20px 0px 0px;
        overflow: hidden;
    }
    ul#servicesTabs li {
        width: 50% !important;
        flex: unset !important;
        text-align: center;
    }
    ul#servicesTabs a.nav-link {
        text-align: center;
        width: 100%;
        min-height: unset;
        border-radius: unset;
    }
    #serviceTabContent {
        padding: 40px;
        border-radius: 0px 0px 90px 0px;
    }
    #serviceTabContent .service-pointers .single-sp, .services-overview .single-service-overview .service-pointers .single-sp {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    section.services-top-row .container .row {
        padding-top: 110px;
        padding-bottom: 70px;
    }
    section.services-top-row .container .row .image-wrapper,
    section.service-second-row .image-wrapper {
        text-align: center;
    }
    section.services-top-row .container .row .image-wrapper img{
        max-width: 400px;
        max-height: 400px;
    }
    section.service-second-row .outer-wrap {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    section.service-second-row .image-wrapper img {
        max-height: 400px;
        width: auto !important;
    }
    section.service-second-row .outer-wrap:before {
        width: 100%;
        border-radius: 70px 0px
    }
    div[class*=marketplace-slider-] .item .image-wrapper {
        margin: 10px;
    }
    ul.home-services-list li a:after {
        opacity: 1;
        color: #4b3df4;
    }
    ul.home-services-list li a:hover:after {
        color: #18214e;
    }
    section.services-top-row .homepage-title {
        padding-right: 0px !important;
    }
    section.services-top-row .outer-wrap:before {
        width: 75%;
        border-radius: 0px 0px 70px 0px
    }
    .single-service-dark .outer-wrap:before {
        width: 75%;
        border-radius: 0px 70px 70px 0px;
    }
    section.single-service-row .image-wrapper, section.single-service-top .image-wrapper {
        text-align: center;
    }
    section.single-service-row img, section.single-service-top img {
        max-width: 250px;
    }
    section.services-overview:before {
        width: 75%;
        border-radius: 0px 0px 70px 0px;
    }
    section.services-overview .single-service-overview {
        padding: 35px;
    }
    section.services-overview .row.so-cta #hs_cos_wrapper_so_cta {
        padding-left: 0px;
    }
    .single-service-light .outer-wrap {
        border-radius: 0px 0px 50px 0px;
    }
    .single-service-light .outer-wrap:after {
        width: 25%;
        border-radius: 50px 0px 0px 0px;
    }
    .single-blog {
        width: calc(100% - 20px);
    }
    .hs-blog-listing main#main-content:after {
        width: 25%;
        border-radius: 70px 0px 0px 0px;
    }
    /* Menu amends for mobile */
    header.header button.navbar-toggler span.navbar-toggler-icon {
        background-image: unset !important;
        border: unset !important;
    }
    header.header button.navbar-toggler {
        border: unset;
    }
    header.header button.navbar-toggler i {
        font-size: 30px;
        line-height: 110%;
    }
    header.header .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        padding-bottom: 0px !important;
        padding-left: 0.8rem !important;
        padding-right: 0.8rem !important;
    }
    .navbar-text.contact-button {
        padding-bottom: 1.75rem;
    }
    .navbar-text.contact-button ul {
        padding-left: 0.8rem !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul li {
        position: relative;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children:after {
        content: '+';
        position: absolute;
        right: 0;
        top: 0.8rem;
        font-size: 18px;
    }
    header.header.dark .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        box-shadow: unset;
        padding-top: 0px;
        padding-left: 10px;
        padding-bottom: 0px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper:before {
        display: none !important;
    }
    .contact-button ul li a {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: unset;
        font-weight: 600;
        color: #3df4d1 !important;
    }
    header.header.dark .contact-button ul li a:hover,
    header.header .contact-button ul li a:hover {
        color: #3df4d1 !important;
        background-color: unset;
    }
    header.header:not(.dark) .navbar-collapse {
        background-color: unset;
    }
    header.header:not(.dark) .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper.show {
        background-color: unset;
        padding-top: 0px;
    }
    header.header:not(.dark) .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper.show li a {
        color: #fff;
    }
    header.header:not(.dark) .navbar-collapse ul li a {
        color: #fff;
    }
    .col-rev {
        display: flex;
        flex-direction: column-reverse;
    }
    section.single-service-row .row, section.single-service-top .row {
        min-height: unset;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    section.about-us-section img {
        max-width: 250px;
    }
    section.cs-top-row img {
        max-width: 200px;
        max-height: 200px;
    }
    section.cs-challenge-row .outer-wrap {
        border-radius: 0px 70px 0px 0px
    }
    section.cs-challenge-row .outer-wrap,
    section.cs-approach-row,
    section.cs-outcome-row {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    section.cs-approach-row .row {
        display: flex;
        flex-direction: column-reverse
    }
    section.cs-approach-row .row, section.cs-challenge-row .row, section.cs-outcome-row .row {
        min-height: unset;
    }
    section.cs-challenge-row .image-wrapper img,
    section.cs-approach-row .image-wrapper img,
    section.cs-outcome-row .image-wrapper img {
        max-width: 100% !important;
    }
    section.cs-challenge-row .image-wrapper,
    section.cs-approach-row .image-wrapper,
    section.cs-outcome-row .image-wrapper{
        text-align: center;
        margin-bottom: 25px;
    }
    section.contact-section .container:before{
        width: 75%;
        border-radius: 70px 0px 0px 0px;
    }
}
@media (max-width: 999px) and (orientation: landscape) {
    .home-third-row .image-wrapper, .home-top-row .image-wrapper {
        text-align: center;
    }
    .home-third-row .image-wrapper img, .home-top-row .image-wrapper img {
        max-width: 400px;
    }
}
@media (max-width: 900px) {
    .single-cs {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .row.marketplace-row #ecomm-tabs img {
        width: 80px;
        height: 60px;
    }
    .cs-details img {
        width: 80px;
        height: 80px;
    }
    .home-top-row .image-wrapper,
    .home-third-row .image-wrapper {
        text-align: center;
    }
    .home-third-row .image-wrapper {
        margin-bottom: 20px;
    }
    .home-top-row .image-wrapper img,
    .home-third-row .image-wrapper img {
        max-width: 350px;
    }
    .container.logo-accent:after {
        width: 161px;
        height: 200px;
        right: 0;
    }
    div[class*=marketplace-slider-] .item .image-wrapper img {
        width: 100px;
        height: 70px;
    }
    ul.footer-nav,
    ul.footer-details {
        margin-bottom: 15px !important;
    }
    footer .footer-logo {
        width: 100px;
        margin: 0 auto;
    }
    footer .row.copyright a, footer .row.copyright p {
        font-size: 12px;
        line-height: 14px;
    }
    .cta-row-form #hs_form_target_cta_row_form fieldset .hs_interested_in__contact_form_ div.input ul.inputs-list li.hs-form-radio, .contact-form-wrap #hs_form_target_form fieldset .hs_interested_in__contact_form_ div.input ul.inputs-list li.hs-form-radio {
        width: 100%;
    }
    .cta-row-form, .contact-form-wrap {
        padding: 25px;
    }
    .service-inner-slider .slick-list.draggable,
    .cs-slider .slick-list.draggable,
    .blog-inner-carousel .slick-list.draggable {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .service-inner-slider .single-cs .cs-h-image img {
        display: none;
    }
    .service-inner-slider .single-cs .cs-h-image {
        min-height: 100px;
        border-radius: 0px 0px 50px 0px;
    }
    #serviceTabContent .service-pointers .single-sp,
    .services-overview .single-service-overview .service-pointers .single-sp {
        flex-wrap: wrap;
    }
    #serviceTabContent .service-pointers .single-sp .image-wrapper, 
    .services-overview .single-service-overview .service-pointers .single-sp .image-wrapper {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0px;
        text-align: left;
    }
    #serviceTabContent .service-pointers .single-sp .text-wrapper, 
    .services-overview .single-service-overview .service-pointers .single-sp .text-wrapper {
        width: 100%;
    }
    .partner-accent:after, .team-accent:after {
        width: 25%;
        border-radius: 50px 0px 0px 0px;
    }
    .row.single-mrkt {
        padding: 20px;
        width: 92%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .row.single-mrkt .col-12.col-md-6:first-of-type {
        border-right: unset;
    }
    .row.single-mrkt .col-12.col-md-6 .text-wrapper {
        text-align: center;
        margin-bottom: 15px;
    }
    .image-wrapper.marketplace-logo {
        padding-top: 25px;
        padding-left: 0px;
    }
    .image-wrapper.marketplace-logo:before {
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .row.single-mrkt .col-lg-2 .commission-rate, .row.single-mrkt .col-lg-2 .monthly-search, .row.single-mrkt .col-lg-2 .site-rank {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .single-member .member-intro {
        min-height: 400px;;  
    }
    ul#servicesTabs li {
        width: 100% !important;
        text-align: center;
    }
    .single-cs .cs-h-image {
        min-height: 150px;
    }
    .single-cs .cs-h-image img {
        width: 110px;
    }
    section.cs-stats .stat-wrapper:before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    section.cs-challenge-row .outer-wrap,
    section.cs-approach-row,
    section.cs-outcome-row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .inner-cs-slider .single-cs .cs-h-image img {
        display: none;
    }
}
@media (max-width: 690px) {
    ul.home-services-list li {
        width: 100%;
    }
    ul.home-services-list li a:after {
        opacity: 1;
        color: #4b3df4;

    }
    ul.home-services-list li a:hover:after {
        color: #18214e;
    }
    ul.home-services-list li:last-of-type {
        margin-bottom: 0px;
    }
    section.ecommerce-growth {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    section.cs-quote-row .quote-text h3:before {
        left: 0;
        top: -50px;
    }
    section.cs-quote-row .quote-text h3:after {
        right: 0;
        bottom: -35px;
    }
}
@media (max-width: 620px) {
    ul#servicesTabs li {
        width: 100% !important;
        text-align: center;
    }
    .slick-slide-nav.services {
        display:inline-block;
        position:relative;
        width: 100%;
        left: 0;
        text-align: center;
    }
    .slick-slide-nav ul {
        text-align: center;
    }
    .slick-slide-nav ul li {
        float: none !important;
        display: inline-block;
        width: fit-content !important;
    }
    .slick-slide-nav ul li.prev {
        margin-right: 10px;
    }
    .slick-slide-nav ul li.next {
        margin-left: 10px;
    }
}
@media (min-width: 576px) and (max-width: 992px) {
    .row.single-mrkt .col-12.col-lg-2 {
        background-color: #f2f2f2;
    }
    .row.single-mrkt .col-12.col-md-6:first-of-type {
        border: unset;
    }
    .row.single-mrkt {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .partners-wrapper .image-wrapper {
        border-right: unset;
    }
    .partners-wrapper .image-wrapper img {
        height: 80px;
    }
    .partners-wrapper .row .col-12:last-of-type {
        text-align: center;
    }
}
@media (max-width: 550px) {
    .home-second-row .single-question {
        padding-left: 0px;
        padding-top: 110px;
    }   
}
@media screen and (min-width: 320px) and (max-width: 991.98px) and (orientation: portrait) {
    header.header button.navbar-toggler{
        border-color: #fff;
        color: #fff !important;
    }            

    header.header .navbar-collapse {
        background-color: #fff;
        
    }
    header.header .hs-menu-wrapper.hs-menu-flow-horizontal ul{
        flex-direction: column;
        margin-left: 0;
        padding: 1rem 1.75rem;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
        color: #000000;
    }
    header.header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper.show {
        position: relative;
    }
    .contact-button ul  {
        margin: -10px 0 0 0 !important;
        padding: 0 1.75rem !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 991.98px) and (orientation: landscape) {
    header.header button.navbar-toggler{
        border-color: #fff;
        color: #fff !important;
    }            

    header.header .navbar-collapse {
        background-color: #fff;
        
    }
    header.header .hs-menu-wrapper.hs-menu-flow-horizontal ul{
        flex-direction: column;
        margin-left: 0;
        padding: 1rem 1.75rem;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
        color: #000000;
    }
    header.header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper.show {
        position: relative;
    }
    .contact-button ul  {
        margin: -10px 0 0 0 !important;
        padding: 0 1.75rem !important;
    }
}
@media (max-width: 480px) {
    div#product-data-management a.site-cta {
        padding: 8px 10px;
    }
}

@media (max-width: 400px) {
    section.services-overview .single-service-overview {
        padding: 20px;
    }
}


/* Containers */
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}


/* New Filter buttons - Our Results */
.filter-buttons.new-result-filter {display: none;}


/* Pop up form */
.leadinModal-content-wrapper form {
  padding-top: 0px !important;
}



/* New Homepage */
section.home-top-new {
    padding: 200px 0;
    padding-top: 250px;
    background: url('https://richinsight.co.uk/hubfs/Website%20Assets/top-bg.jpg') no-repeat bottom center / cover;
    .row {
        min-height: 500px;
        display: flex;
        align-items: center;
        #hs_cos_wrapper_hp_title {
          margin-top: 145px;
        }
    }
}
section.home-faqs {
    padding: 120px 0;
    background: #4b3df41a;
}
section.home-compare {
    padding: 80px 0;
}
section.home-mission {
    background: rgba(24, 33, 78, 0.05);
    padding: 90px 0;
}
section.home-modular {
    .container {
        max-width: 1450px;
    }
}
section.home-modular {
    padding: 110px 0;
    padding-top: 85px;
}
section.home-client-said {
    padding: 120px 0;
    padding-bottom: 90px
}
section.results-average {
    padding: 100px 0;
    padding-top: 80px;
    background: rgba(61, 244, 209, 10%);
    img {
      max-width: 100%;
    }
}
section.partner-logos {
    padding: 120px 0;
    padding-bottom: 90px;
}
section.home-plans {
    padding-bottom: 100px;
}
section.home-modular {
  background: #F8F8FA;
}
div#hs_cos_wrapper_mission_cards .row img {
    height: 250px !important;
    width: 80%;
    object-fit: contain;
    margin-bottom: 20px;
}

@media (max-width: 993px) {
  section.home-faqs {
      padding: 70px 0;
  }
  section.partner-logos {
    padding: 60px 0;
  }
  section.home-client-said {
    padding: 70px 0;
  }
  section.home-modular {
    padding-top: 70px;
  }
}

.emanaged-boxes-container{
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}

.emanaged-logo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.modal-backdrop.fade.show {
    z-index: 2050;
}

.cs-title .row .col-12 .filtering {
  display: none;
}