/***** Mixins *****/
/******************/
html,
body {
  min-width: 320px;
  max-height: 100%;
  /*overflow-x: hidden;*/
  scroll-behavior: smooth;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: poppins, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
}
body.no-scroll {
  height: 100vh;
  overflow-y: hidden;
}

/*************************************************************/
/******************************** CONSTANTS ******************/
/*************************************************************/
:focus {
  outline: 1px solid #1c2945;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: proxima-nova, Arial, serif;
}

h1,
.h1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 35px;
  line-height: 1.3;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 20px;
}

p {
  margin-bottom: 25px;
}

strong {
  font-style: normal;
  font-weight: 700;
}

em {
  font-style: italic;
}

a {
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: underline;
  outline: none !important;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a > i {
  margin-left: 2px;
  vertical-align: text-top;
  font-size: 10px;
}

hr {
  margin-top: 35px;
  margin-bottom: 35px;
}

ul li,
ol li {
  margin-bottom: 10px;
}

img,
iframe {
  max-width: 100%;
}

img {
  height: auto;
  border: none;
}

table th,
table td {
  padding: 10px;
}

label {
  font-weight: 500 !important;
}

input,
select,
textarea {
  max-width: 100%;
  color: #1c2945;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.facetwp-search,
textarea {
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #f2f2f2;
  border: none;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  text-align: right;
}

.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin: 0 auto 1em;
  text-align: center;
}

.img.no-img {
  background-color: #eee;
  background-image: url(images/logo.png) !important;
  background-position: 50% !important;
  background-repeat: no-repeat;
  background-size: 100px !important;
}

.text-btn,
input[type=submit]:not(.search),
.gfield_checkbox button {
  display: inline-block;
  padding: 17.5px 35px;
  background-color: #774493;
  border: none;
  border-radius: 10px;
  -moz-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
}
.text-btn:hover, .text-btn:focus, .text-btn:active,
input[type=submit]:not(.search):hover,
input[type=submit]:not(.search):focus,
input[type=submit]:not(.search):active,
.gfield_checkbox button:hover,
.gfield_checkbox button:focus,
.gfield_checkbox button:active {
  background-color: #5b3470;
  text-decoration: none;
  color: #fff;
}
.text-btn.aqua,
input[type=submit]:not(.search).aqua,
.gfield_checkbox button.aqua {
  background-color: #1db6d5;
}
.text-btn.aqua:hover, .text-btn.aqua:focus, .text-btn.aqua:active,
input[type=submit]:not(.search).aqua:hover,
input[type=submit]:not(.search).aqua:focus,
input[type=submit]:not(.search).aqua:active,
.gfield_checkbox button.aqua:hover,
.gfield_checkbox button.aqua:focus,
.gfield_checkbox button.aqua:active {
  background-color: #1790a8;
}
.text-btn.transparent,
input[type=submit]:not(.search).transparent,
.gfield_checkbox button.transparent {
  background-color: transparent;
  border: 1px solid #fff;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.text-btn.transparent:hover, .text-btn.transparent:focus, .text-btn.transparent:active,
input[type=submit]:not(.search).transparent:hover,
input[type=submit]:not(.search).transparent:focus,
input[type=submit]:not(.search).transparent:active,
.gfield_checkbox button.transparent:hover,
.gfield_checkbox button.transparent:focus,
.gfield_checkbox button.transparent:active {
  background-color: #fff;
  color: #774493;
}

input[type=submit]:not(.search) {
  background-color: #1db6d5;
}
input[type=submit]:not(.search):hover {
  background-color: #1790a8;
}

.text-left .text-btn + .text-btn {
  margin-left: 10px;
}

.text-center .text-btn {
  margin-right: 5px;
  margin-left: 5px;
}

.text-right .text-btn + .text-btn {
  margin-left: 10px;
}

.no-scroll {
  overflow: hidden;
}

.link-list {
  margin-bottom: 25px;
}
.link-list a {
  display: table;
  margin-bottom: 10px;
}
.link-list.list-3-col {
  column-count: 3;
}

span.bullet {
  position: relative;
  display: block;
  padding-left: 20px;
}
span.bullet:before {
  content: "\e122";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 700;
}
span.bullet + br {
  display: block;
}

.select-custom,
.facetwp-facet:not(.facetwp-type-search),
.facetwp-sort {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1px 5px 1px 5px;
  background-color: #f2f2f2;
  border: none;
  vertical-align: middle;
  overflow: hidden;
}
.select-custom:after,
.facetwp-facet:not(.facetwp-type-search):after,
.facetwp-sort:after {
  content: "\f078";
  position: absolute;
  top: 0;
  right: 10px;
  pointer-events: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  line-height: 35px;
  font-weight: 300;
}
.select-custom select,
.facetwp-facet:not(.facetwp-type-search) select,
.facetwp-sort select {
  width: 110% !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent;
  border: none;
  font-size: 14px;
  line-height: 35px;
  text-overflow: "";
}
.select-custom select::-ms-expand,
.facetwp-facet:not(.facetwp-type-search) select::-ms-expand,
.facetwp-sort select::-ms-expand {
  display: none;
}

.responsive-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 5%;
  background-color: #0e5cab;
  border: 2px solid #fff;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}
.service div {
  position: relative;
  top: 0;
  -moz-transition: top 0.2s;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}
.service img {
  display: block;
  width: 120px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.service p {
  font-size: 16px;
  color: #ccc;
}
.service p.heading {
  margin-bottom: 5px;
  font-family: proxima-nova-condensed, Arial, serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
}
.service:hover div {
  top: -5px;
}
.service.full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup {
  display: none;
  position: fixed;
  top: 500px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e5cab;
  z-index: 999;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.popup * {
  color: #fff;
}
.popup .popup-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  color: #fff;
}
.popup.open {
  top: 0;
}

.blue-gradient {
  background: rgb(28, 41, 69);
  background: linear-gradient(135deg, rgb(28, 41, 69) 0%, rgb(0, 0, 0) 100%);
}
.blue-gradient * {
  color: #fff;
}

.purple-bg {
  background-color: #774493;
}
.purple-bg * {
  color: #fff;
}

.clients {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  border-top: 1px solid #efefef;
}
.clients heading {
  position: absolute;
  top: -22px;
  left: 50%;
  display: inline-block;
  padding: 5px 30px;
  background-color: #fff;
  transform: translateX(-50%);
  font-family: proxima-nova-condensed, Arial, serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
.clients img {
  width: 60%;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
}

.wp-block-columns {
  position: relative;
  z-index: 2;
}

.wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}

.wp-block-button .wp-block-button__link {
  padding: 0.8em 1.75em !important;
  -moz-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.wp-block-button .wp-block-button__link.has-background {
  background-color: daraken(#774493, 10%);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 1px !important;
}

.gfield_required_text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.cover-w-overlay {
  position: relative;
  background-image: none !important;
  z-index: 2;
}
.cover-w-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(40% + 180px);
  height: 100%;
  background-position: 100% 0;
  background-size: cover;
}
.cover-w-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-image: url(images/hero-overlay.png) !important;
  background-position: 100% 0;
  background-size: cover;
}
.cover-w-overlay .overlay-content {
  position: relative;
  width: 60%;
  padding-right: 180px;
  background-color: transparent !important;
  z-index: 1;
}

.client-logos-bar {
  position: relative;
  display: flex;
  align-items: stretch;
  border-radius: 30px;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 2;
}
.client-logos-bar .logos {
  display: flex;
  flex-grow: 2;
  justify-content: space-evenly;
  align-items: center;
  gap: 15px;
  background-color: #774493;
}
.client-logos-bar .logos img {
  height: 45px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.client-logos-bar .link-all {
  padding: 50px 60px;
  background-color: #663780;
  font-size: 22px;
  text-decoration: none;
  color: #fff;
}

.cluster {
  margin-top: 45px;
  margin-bottom: 30px;
}
.cluster a {
  text-decoration: none;
  color: #1B2944;
}
.cluster h3 {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}
.cluster .h-2x {
  height: 250px;
}
.cluster .h-3x {
  height: 350px;
}
.cluster .radius-tl {
  border-radius: 30px 0 0;
}
.cluster .radius-tl.radius-tr {
  border-radius: 30px 30px 0 0;
}
.cluster .radius-tl.radius-bl {
  border-radius: 30px 0 0 30px;
}
.cluster .radius-tr {
  border-radius: 0 30px 0 0;
}
.cluster .radius-tr.radius-br {
  border-radius: 0 30px 30px 0;
}
.cluster .radius-br {
  border-radius: 0 0 30px 0;
}
.cluster .radius-br.radius-bl {
  border-radius: 0 0 30px 30px;
}
.cluster .radius-bl {
  border-radius: 0 0 0 30px;
}
.cluster .background-dark * {
  color: #fff;
}
.cluster .background-darkblue {
  background-color: #1c2945;
}
.cluster .background-purple {
  background-color: #774493;
}
.cluster .background-aqua {
  background-color: #1db6d5;
}
.cluster .background-gray {
  background-color: #f2f2f2;
}
.cluster .background-white {
  background-color: #fff;
}
.cluster .background-image {
  background-position: 50% 0;
  background-size: cover;
}
.cluster .content-container {
  display: flex;
  align-items: center;
}
.cluster .content {
  align-self: stretch;
  width: 100%;
  padding: 60px 3vw;
}
.cluster .content i {
  font-size: 50px;
}
.cluster .content i + h3 {
  margin-top: 15px;
}
.cluster .content i + h3 + i {
  position: relative;
  left: 0;
  -moz-transition: left 0.2s;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  font-size: 25px;
}
.cluster .content .num {
  display: block;
  font-size: 85px;
  line-height: 1;
  font-weight: 500;
  color: rgba(200, 200, 200, 0.3);
}
.cluster .has-link:hover i + h3 + i {
  left: 10px;
}

.quote-slider {
  margin-bottom: 75px;
  text-align: center;
}
.quote-slider .swiper-slide {
  padding-right: 7.5%;
  padding-left: 7.5%;
}
.quote-slider p {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
}
.quote-slider cite {
  display: block;
  padding-top: 25px;
  margin-bottom: 60px;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.quote-slider cite small {
  display: block;
  padding-top: 5px;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}
.quote-slider .swiper-button-next,
.quote-slider .swiper-button-prev {
  top: 92px;
  font-size: 28px;
  color: #774493;
}
.quote-slider .swiper-button-next:after,
.quote-slider .swiper-button-prev:after {
  display: none;
}
.quote-slider .swiper-pagination {
  bottom: 0;
}
.quote-slider .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: #dcd5e1 !important;
  border: 4px solid transparent !important;
}
.quote-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: black !important;
  border-color: #dcd5e1 !important;
}

.result-card {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 30px 10%;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 30px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  text-decoration: none;
  color: #1B2944;
}
.result-card .logo {
  width: 100%;
  height: 80px;
  margin-bottom: 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.result-card p {
  flex-grow: 2;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.4;
}
.result-card i {
  width: 70px;
  border: 1px solid #1B2944;
  border-radius: 5px;
  font-size: 24px;
  line-height: 75px;
  text-align: center;
  color: #1B2944;
}
.result-card:hover {
  top: -5px;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
  color: #1B2944;
}

.insight-card {
  position: relative;
  top: 0;
  display: block;
  height: calc(100% - 30px);
  padding: 50px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 30px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  color: #1B2944;
}
.insight-card img {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
  object-position: 50%;
  object-fit: cover;
  border-radius: 10px;
}
.insight-card:hover {
  top: -5px;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
  color: #1B2944;
}

.image-grid {
  position: relative;
  background-color: #f2f2f2;
  z-index: 1;
}
.image-grid:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -100%;
  width: 300%;
  height: calc(150% + 200px);
  background-color: #f2f2f2;
  z-index: -1;
}
.image-grid img {
  width: 100%;
  height: 22vw;
  margin-bottom: 30px;
  object-position: 50% 0;
  object-fit: cover;
  border-radius: 30px;
}

.wp-block-gallery {
  flex-wrap: nowrap !important;
  justify-content: center;
  gap: 8%;
}
.wp-block-gallery .wp-block-image {
  margin: 0 0 30px !important;
}

.wp-block-image.is-style-rounded img {
  border-radius: 30px;
}

.inline-icon-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.inline-icon-container .inline-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: #1db6d5;
  border-radius: 10px;
  font-size: 40px;
  color: #fff;
}
.inline-icon-container p {
  margin-bottom: 5px;
  line-height: 1.1;
}

/*************************************************************/
/******************************** HEADER *********************/
/*************************************************************/
#wp-admin-bar-customize,
#wp-admin-bar-updates,
#wp-admin-bar-comments,
#wp-admin-bar-wpseo-menu,
#wp-admin-bar-enable-jquery-migrate-helper {
  display: none;
}

#site-header {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1c2945;
  z-index: 999;
}
#site-header .container-xl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#site-header .logo {
  width: 180px;
  height: 65px;
  background-image: url(images/logo.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#site-header .nav-container {
  flex-grow: 2;
  text-align: right;
}

#primary-nav {
  position: relative;
  text-align: right;
}
#primary-nav > ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#primary-nav > ul > li {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
#primary-nav > ul > li > a {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 60px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
/*************************************************************/
/******************************** MAIN ***********************/
/*************************************************************/
#site-main {
  overflow: hidden;
}
#site-main.home {
  background-color: #f2f2f2;
  background-image: url(images/home-bg.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
}
#site-main.bg-tr {
  background-image: url(images/bg-tr.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
}
#site-main.bg-gray {
  background-color: #f2f2f2;
}

#home-cluster .row {
  position: relative;
  z-index: 2;
}
#home-cluster .background-image {
  position: relative;
  z-index: 1;
}
#home-cluster .background-image:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1200px;
  height: 1500px;
  background-color: #fff;
}

#work-cluster .content-container {
  position: relative;
  z-index: 2;
}
#work-cluster .content-container.background-white {
  z-index: 1;
}
#work-cluster .content-container.background-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 120%;
  background-color: #f2f2f2;
  z-index: -1;
}
#work-cluster .content-container.background-white .content {
  background-color: #fff;
}

#work-detail-cluster {
  position: relative;
  z-index: 2;
}
#work-detail-cluster .cover-w-overlay {
  overflow: hidden;
}
#work-detail-cluster .cover-w-overlay:after {
  background-image: url(images/cluster-overlay.png) !important;
}
#work-detail-cluster .cover-w-overlay .overlay-content {
  position: relative;
  width: 60%;
  padding: 60px 180px 3vw 60px;
  background-color: transparent !important;
  z-index: 1;
}
#work-detail-cluster .background-aqua {
  position: relative;
}
#work-detail-cluster .background-aqua:after {
  content: "";
  position: absolute;
  top: 0;
  left: 75px;
  border: 15px solid transparent;
  border-top-width: 20px;
  border-top-color: #774493;
}
#work-detail-cluster .background-gray {
  position: relative;
}
#work-detail-cluster .background-gray:after {
  content: "";
  position: absolute;
  top: 75px;
  left: 0;
  border: 15px solid transparent;
  border-left-width: 20px;
  border-left-color: #1db6d5;
}
#work-detail-cluster .background-white {
  position: relative;
}
#work-detail-cluster .background-white:after {
  content: "";
  position: absolute;
  top: 0;
  left: 75px;
  border: 15px solid transparent;
  border-top-width: 20px;
  border-top-color: #f2f2f2;
}
#work-detail-cluster .background-darkblue {
  position: relative;
}
#work-detail-cluster .background-darkblue:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  border: 15px solid transparent;
  border-bottom-width: 20px;
  border-bottom-color: #fff;
}

#services-cluster .content-container {
  position: relative;
  align-items: flex-start;
  z-index: 2;
}
#services-cluster .content-container.background-gray {
  z-index: 1;
}
#services-cluster .content-container.background-gray:before {
  content: "";
  position: absolute;
  top: 100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background-color: #f2f2f2;
  z-index: -1;
}
#services-cluster .image-bl {
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 75% auto;
}

#how-we-work-cluster .content-container {
  position: relative;
  z-index: 2;
}
#how-we-work-cluster .content-container.background-gray {
  position: relative;
  z-index: 1;
}
#how-we-work-cluster .content-container.background-gray:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 250%;
  background-color: #fff;
  z-index: -1;
}
#how-we-work-cluster .content-container.background-gray:after {
  content: "";
  position: absolute;
  top: 0;
  left: 75px;
  border: 15px solid transparent;
  border-top-width: 20px;
  border-top-color: #1db6d5;
}
#how-we-work-cluster .background-darkblue {
  position: relative;
}
#how-we-work-cluster .background-darkblue:after {
  content: "";
  position: absolute;
  top: 75px;
  left: 0;
  border: 15px solid transparent;
  border-left-width: 20px;
  border-left-color: #f2f2f2;
}

#featured-insight img {
  border-radius: 30px;
}
#featured-insight .label {
  display: table;
  padding: 7.5px 25px;
  margin-bottom: 20px;
  background-color: #F1ECF4;
  border-radius: 5px;
  font-size: 20px;
  color: #1c2945;
}

#insights {
  padding-top: 75px;
  padding-bottom: 160px;
  background-color: #f2f2f2;
}
#insights .facetwp-type-dropdown {
  display: block;
  width: 700px;
  max-width: 100%;
  padding: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border: none;
  border-radius: 15px;
  overflow: hidden;
}
#insights .facetwp-type-dropdown:after {
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 45px;
  background-color: #774493;
  border-radius: 5px;
  pointer-events: none;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  color: #fff;
}
#insights .facetwp-type-dropdown select {
  width: 110% !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent;
  border: none;
  font-size: 14px;
  line-height: 35px;
  text-overflow: "";
}
#insights .facetwp-type-dropdown select::-ms-expand {
  display: none;
}

#single-insight .insight-header {
  position: relative;
  padding-top: 100px;
  padding-bottom: 30px;
  background-color: #1c2945;
  z-index: 1;
}
#single-insight .insight-header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #f2f2f2;
  z-index: -1;
}
#single-insight .insight-header h1 {
  color: #fff;
}
#single-insight .insight-header img {
  width: 100%;
}
#single-insight .insight-header .meta {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  color: #eee;
}
#single-insight .insight-header .meta div {
  padding: 25px 30px;
}
#single-insight .insight-header .meta span {
  font-weight: 500;
  color: #1c2945;
}
#single-insight .insight-header .meta span.date {
  margin-right: 10px;
}
#single-insight .insight-header .meta span.category {
  margin-left: 10px;
}
#single-insight .insight-header .meta a {
  margin-left: 15px;
  text-decoration: none;
  color: #774493;
}
#single-insight .insight-body {
  padding-bottom: 75px;
  background-color: #f2f2f2;
}
#single-insight .insight-body .content {
  padding: 25px 50px;
  background-color: #fff;
  border-radius: 15px;
}

#author-info {
  padding-top: 60px;
  padding-bottom: 160px;
}
#author-info .author-title {
  font-size: 30px;
  font-weight: 600;
}
#author-info img {
  width: 85px;
  border-radius: 50%;
}
#author-info .author-name {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
#author-info .socials a {
  margin-left: 15px;
  text-decoration: none;
  color: #774493;
}

#gform_wrapper_1 label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#gform_wrapper_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #gform_wrapper_1 .facetwp-search,
#gform_wrapper_1 textarea {
  height: 57px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  border-radius: 8px;
}
#gform_wrapper_1 textarea {
  height: 150px;
}
#gform_wrapper_1 input[type=submit]:not(.search) {
  background-color: #774493;
}
#gform_wrapper_1 input[type=submit]:not(.search):hover {
  background-color: #663780;
}

/*************************************************************/
/******************************** FOOTER *********************/
/*************************************************************/
#site-footer {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1c2945;
  z-index: 2;
  font-size: 15px;
  color: #fff;
}
#site-footer .footer-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 75px;
  margin-top: -120px;
  margin-bottom: 40px;
  background-color: #774493;
  background-image: url(images/footer-cta-bg.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 550px auto;
  background-blend-mode: multiply;
  border-radius: 30px;
}
#site-footer .footer-cta header {
  flex-grow: 2;
  padding-right: 3vw;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}
#site-footer .footer-cta p {
  padding-right: 4vw;
  padding-left: 4vw;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}
#site-footer .footer-cta .text-btn {
  min-width: 175px;
}
#site-footer .divider {
  margin-right: 2vw;
  margin-left: 2vw;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
#site-footer a:not(.text-btn) {
  text-decoration: none;
  color: #fff;
}
#site-footer img {
  width: 100px;
}
#site-footer .link-list {
  margin-bottom: 0;
}
#site-footer .link-list ul {
  column-count: 4;
}
#site-footer .link-list li {
  list-style: none;
  margin-bottom: 0;
}
#site-footer .link-list ul li a {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 0;
}
#site-footer .link-list ul li a + a {
  margin-top: 10px;
}
#site-footer .socials {
  padding-top: 5px;
}
#site-footer .socials a {
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: 19px;
}

/*************************************************************/
/******************************** RESPONSIVE *****************/
/*************************************************************/
/* Large devices (desktops, less than 1200px) */
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
  .clients {
    flex-wrap: wrap;
  }

  .radius-tl,
.radius-tr,
.radius-br,
.radius-bl {
    border-radius: 0 !important;
  }

  .cluster {
    border-radius: 30px;
    overflow: hidden;
  }
  .cluster h3 {
    flex-direction: column;
    align-items: flex-start;
  }

  #site-header {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 9999;
  }
  #site-header .container-xl {
    justify-content: space-between;
  }
  #site-header .navbar-toggler {
    padding: 0;
    margin-right: 15px;
    font-size: 25px;
    line-height: 32px;
    color: #fff;
  }
  #site-header .navbar-toggler span {
    display: none;
    line-height: 32px;
  }
  #site-header .navbar-toggler span + span {
    display: block;
  }
  #site-header .navbar-toggler.collapsed span {
    display: block;
  }
  #site-header .navbar-toggler.collapsed span + span {
    display: none;
  }

  #primary-nav {
    display: none;
  }

  #mobile-nav {
    position: fixed;
    top: 96px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #774493;
    opacity: 0;
    z-index: -99;
    overflow: scroll;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    text-align: left;
  }
  #mobile-nav .nav-close {
    position: absolute;
    top: 25px;
    right: 28px;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
  }
  #mobile-nav .nav-close:focus {
    border: 1px dotted rgba(255, 255, 255, 0.7);
  }
  #mobile-nav > div {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    padding-right: 15px;
    padding-left: 15px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transform: translateY(50%);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #mobile-nav > div:-webkit-scrollbar {
    display: none;
  }
  #mobile-nav > div > ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #mobile-nav > div > ul > li {
    position: relative;
    margin-bottom: 0;
  }
  #mobile-nav > div > ul > li > a {
    position: relative;
    display: block;
    padding: 15px;
    margin-right: 40px;
    font-size: 28px;
    text-decoration: none;
    color: #fff;
  }
  #mobile-nav > div > ul > li > a:hover {
    text-decoration: none;
  }
  #mobile-nav.show {
    opacity: 1;
    z-index: 9999;
  }
  #mobile-nav.show > div {
    transform: translateY(0);
  }

  #work-detail-cluster .cover-w-overlay:after {
    width: 80%;
  }
  #work-detail-cluster .cover-w-overlay .overlay-content {
    width: 80%;
    padding-right: 140px;
  }
  #work-detail-cluster .background-aqua:after,
#work-detail-cluster .background-gray:after,
#work-detail-cluster .background-white:after,
#work-detail-cluster .background-darkblue:after {
    top: 0;
    bottom: auto;
    left: 40px;
    margin: 0;
    border: 15px solid transparent !important;
    border-top-width: 20px !important;
  }
  #work-detail-cluster .background-aqua:after {
    border-top-color: #774493 !important;
  }
  #work-detail-cluster .background-gray:after {
    border-top-color: #1db6d5 !important;
  }
  #work-detail-cluster .background-white:after {
    border-top-color: #f2f2f2 !important;
  }
  #work-detail-cluster .background-darkblue:after {
    border-top-color: #fff !important;
  }

  #how-we-work-cluster .background-gray:after,
#how-we-work-cluster .background-darkblue:after {
    top: 0;
    bottom: auto;
    left: 40px !important;
    margin: 0;
    border: 15px solid transparent !important;
    border-top-width: 20px !important;
  }
  #how-we-work-cluster .background-gray:after {
    border-top-color: #1db6d5 !important;
  }
  #how-we-work-cluster .background-darkblue:after {
    border-top-color: #f2f2f2 !important;
  }

  #site-footer .footer-cta {
    flex-wrap: wrap;
  }
  #site-footer .footer-cta header {
    min-width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
  }
  #site-footer .footer-cta p {
    padding: 0 0 30px;
  }
  #site-footer .link-list {
    column-count: 2;
  }

  .logged-in #mobile-nav {
    top: 128px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none;
  }

  .wp-block-column {
    min-width: 100%;
  }

  #mobile-nav {
    top: 95px;
  }

  #home-cluster {
    border-radius: 30px;
    overflow: hidden;
  }

  .logged-in #mobile-nav {
    top: 95px;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
  html,
body {
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
    -webkit-overflow-scrolling: touch;
  }

  .cover-w-overlay {
    padding-top: 370px;
  }
  .cover-w-overlay:before {
    width: 100%;
    height: 400px;
  }
  .cover-w-overlay:after {
    display: none;
  }
  .cover-w-overlay .overlay-content {
    width: 100% !important;
    padding: 30px 30px 120px !important;
    background-color: #1c2945 !important;
  }

  .cluster .content {
    padding-right: 30px;
    padding-left: 30px;
  }

  #work-detail-cluster .cover-w-overlay .overlay-content {
    padding: 30px !important;
    background-color: #774493 !important;
  }

  #services-cluster .image-bl {
    background-image: none !important;
  }
}
@media (max-width: 640px) {
  .clients {
    flex-direction: column;
  }
  .clients img {
    width: 140px;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  h1,
.h1 {
    font-size: 29px !important;
    line-height: 1.3 !important;
  }

  h2,
.h2 {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }

  h3,
.h3 {
    font-size: 23px !important;
    line-height: 1.3 !important;
  }

  h4,
.h4 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  .text-btn,
input[type=submit]:not(.search) {
    width: 100%;
    text-align: center;
  }

  .result-card {
    height: auto;
    margin-bottom: 15px;
  }

  .wp-block-media-text .wp-block-media-text__content {
    padding-right: 0;
    padding-left: 0;
  }

  .wp-block-media-text__media img,
.wp-block-media-text__media video {
    width: 50%;
  }

  .quote-slider .swiper-slide {
    padding-right: 50px;
    padding-left: 50px;
  }
  .quote-slider p,
.quote-slider cite {
    font-size: 20px;
  }
  .quote-slider p small,
.quote-slider cite small {
    font-size: 16px;
  }

  .image-grid img {
    height: auto;
  }

  #site-header {
    position: sticky;
    top: 0;
  }

  #site-footer .footer-cta {
    padding: 30px;
  }
}
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #site-header .navbar-toggler {
    display: none;
  }

  #mobile-nav {
    display: none;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/* Extra large devices (large desktops, 1430px and up) */
@media (min-width: 1400px) {
  .container-xl {
    max-width: 1520px;
  }
}
