@charset "UTF-8";
/* J-BAST MASTER HTML5 RESETATRON */
/* HTML5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, div, span {
  display: block;
  position: relative;
}

span {
  display: inline-block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* BASE */
html {
  font-size: 70%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #aad0d9;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #aad0d9;
  color: #fff;
  text-shadow: none;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-size: 1.6em;
  padding: 0px;
  margin: 0px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 0.7em 40px;
  font-style: italic;
  color: #999;
  font-size: 14px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  clear: left;
}

ins {
  background: #e8ebb7;
  color: #000;
  text-decoration: none;
}

mark {
  background: #e8ebb7;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  position: relative;
}

li {
  list-style: none;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 150%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  padding: 4px 6px;
  border-radius: 4px;
  border: 1px solid #CCC;
  color: #999;
}

button, input {
  line-height: normal;
  padding: 4px 6px;
  margin: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  color: #666;
  font-size: 130%;
  border: 1px solid #ADADAD;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* non-semantic helper classes */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* print styles */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
::-moz-selection, ::selection {
  background: #222;
}

html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: aliased;
  font-size: 100%;
}

div {
  box-sizing: border-box;
}

* {
  outline: 0 !important;
}

a {
  color: #0c2f39;
}
a:visited, a:hover {
  color: default;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a, a:hover {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #00C6BC;
}

:-moz-placeholder {
  color: #124F5C;
}

::-moz-placeholder {
  color: #124F5C;
}

:-ms-input-placeholder {
  color: #124F5C;
}

body {
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  background: #fafafa;
  color: #1b2e3d;
}

.outercase {
  width: 100%;
  height: auto;
}

.row {
  height: auto;
  padding: 5rem 20px;
  text-align: center;
}
.row.hero {
  padding: 0px;
  background-size: cover;
  padding-top: 82px;
}
.row.hero h1 {
  margin-bottom: 0;
}
.listing-page .row.hero h1 {
  margin-bottom: 0;
}
.row.hero .text {
  backdrop-filter: blur(30px);
  color: #fff;
  border-radius: 40px;
  padding: 30px 40px 40px;
}
.row.hero .text em {
  margin-bottom: 18px;
}
.row.hero .text h1 {
  margin-top: 0 !important;
}
.row.hero .text h3 {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 2px solid rgba(255, 255, 255, 0.2666666667);
}
.row.hero.expand {
  height: 100vh;
  min-height: 600px;
  background-position: center;
}
.row.hero.center {
  text-align: center;
}
#experts.subpage .row.hero {
  min-height: 100vh;
}
#experts.subpage .row.hero .inner {
  min-height: 100vh;
  padding: 0 20px;
}
.row.hero .backdrop-blur {
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  position: absolute;
  mask: linear-gradient(transparent, transparent, black 90%);
  top: 0;
  display: none;
}
.row.hero .backdrop {
  width: 100%;
  height: 100%;
}
.row.hero .backdrop.blurit {
  backdrop-filter: blur(160px) brightness(0.85) contrast(1) opacity(1);
}
.row.hero .inner {
  display: flex;
  height: 100%;
  padding: 0 20px;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.row.faq .inner {
  max-width: 820px;
}
#team .row > .row {
  padding: 0;
}
.row.white {
  background: white;
}
.row.beige {
  background: #F5F3F0;
}
.row.pink {
  background: #FFD8D8;
}
.row.taupe {
  background: #EDE7E2;
}
.row.soft .row.grey {
  background: #f4f4f4;
}
.row.gold {
  background: #FFB301;
}
.row.teal {
  background: #00C6BC;
}
.row.verydark, .row.darkTeal {
  background: #0c2f39;
}
.row.verydark .section-title, .row.darkTeal .section-title {
  color: #00C6BC;
}

.inner {
  margin: 0px auto;
  width: 100%;
  max-width: 1280px;
  padding: 0 1.6em;
}
.inner:empty {
  padding: 0;
}

hr {
  position: relative;
  margin: 0;
  border: 0;
  display: block;
}

.splitter {
  background: none;
  height: 0px;
}

hr.spacer {
  padding: 20px 0;
  display: block;
  position: relative;
}
hr.spacer.topper {
  padding: 2rem 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}

.indent {
  margin-left: 1.6em;
  margin-right: 1.6em;
}

h1 {
  font-size: 3.6rem;
  line-height: 1.1;
  line-height: 1.1;
  letter-spacing: 0px;
  font-weight: 700;
  align-items: center;
}
h1 a {
  color: #1b2e3d;
}
h1 span {
  vertical-align: bottom;
}
h1 em {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 6px;
  margin-bottom: 6px;
}
h1#hero-title {
  margin-top: 90px;
}

h2 {
  font-size: 2.6rem;
  line-height: 1.1;
  line-height: 1.3;
  letter-spacing: -0.5px;
  font-weight: 700;
  margin: 6px auto 0;
}
h3 {
  font-size: 1.825rem;
  line-height: 1.3;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 800;
  margin: 6px auto 0;
}
h3.section-title {
  font-size: 1.15rem;
  line-height: 1.8;
  max-width: 1280px;
  margin: 0 auto 3rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 10px;
  opacity: 1;
  color: #0c2f39;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  opacity: 1;
}

h4 {
  font-size: 1.375rem;
  line-height: 1.6;
  font-weight: 800;
  margin-bottom: 0.2rem;
}
h5 {
  font-size: 1.15rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-family: "Outfit", sans-serif;
}

h6 {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-family: "Outfit", sans-serif;
  color: #00C6BC;
  font-weight: 900;
}

p {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

li {
  font-weight: 400;
  line-height: 1.8;
}

.tick {
  border: 2px solid #333333;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  line-height: 1.4;
}
.tick:after {
  content: "✓";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 20px;
  height: 20px;
}

#hero-carousel {
  position: relative;
  display: block;
  height: 60vh;
  min-height: 600px;
  max-height: 900px;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
#hero-carousel #text {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(27, 46, 61, 0.2666666667);
  mix-blend-mode: luminosity;
}
#hero-carousel #text .inner {
  display: flex;
  height: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 0 1 100%;
}
#hero-carousel #text .inner h1 {
  color: #fff;
  margin-bottom: 10px;
}
#hero-carousel #text .inner p {
  font-size: 2.2rem;
  line-height: 1.1;
  color: #fff;
}
#hero-carousel #slides {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
#hero-carousel #slides .hc-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  transition: opacity 2s ease-in-out;
}

.body-content p a {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

.textonly {
  font-weight: 600;
  text-decoration: underline;
}

img {
  width: 100%;
  border-radius: 10px;
}

.image {
  margin-bottom: 0;
}

.icon {
  width: 50px;
  height: 50px;
}

.linkedin {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.linkedin svg {
  width: 100%;
}

.pill, button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 50px;
  padding: 1rem;
  background: white;
  -webkit-transition: background-color 0.55s linear;
  -moz-transition: background-color 0.55s linear;
  transition: background-color 0.55s linear;
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
  color: #333;
  box-shadow: none, inset 0 26px 0 rgba(244, 244, 244, 0.03);
  margin-right: 0.5rem;
  overflow: hidden;
  line-height: 1.2rem;
  min-height: 30px;
  letter-spacing: 0 !important;
  border-radius: 10px;
}
.pill:after, button:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.1));
}
.pill.outline, button.outline {
  border-top: 4px double white;
  border-color: #00C6BC;
  background: transparent;
  color: #0c2f39;
  padding: 0.4rem 0;
  border-radius: 0;
  line-height: 24px;
}
.pill.outline.white, button.outline.white {
  border-color: white;
  color: #fff !important;
}
.pill.light, button.light {
  background: #fff;
  border-color: #fff;
  color: #333333 !important;
}
.pill.small, button.small {
  font-size: 0.875rem;
  line-height: 1.5;
  line-height: 30px;
  padding: 0.2rem 0.4rem;
  letter-spacing: 1px;
  font-weight: 700;
}

.boxit .pill, .boxit button {
  margin: 20px 0 5px;
}
.boxit .in-con {
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important;
}
.boxit .in-con:hover {
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important;
  transform: scale(1.1) !important;
}

.clickthrough {
  position: relative;
  display: inline-block;
  font-weight: 600;
  padding: 1.2rem 2.6rem;
  background: #0c2f39;
  color: #fff;
  margin: 4rem auto 0;
  letter-spacing: 2.5px;
  border-radius: 30px;
  font-size: 1rem;
  line-height: 1.8;
}
.clickthrough:hover {
  transform: scale(1.05) !important;
}

.root-nav {
  position: fixed;
  width: 100%;
  padding: 0;
  text-align: left;
  top: 0;
  z-index: 100;
  -webkit-transition: all 0.25s !important;
  -moz-transition: all 0.25s !important;
  -ms-transition: all 0.25s !important;
  -o-transition: all 0.25s !important;
  transition: all 0.25s !important;
  background: #fff;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.075);
}
.root-nav .row, .root-nav .inner {
  padding: 0;
  background: none;
}
.root-nav ul {
  display: flex;
  padding: 0 20px;
  justify-content: space-around;
  align-items: center;
}
.root-nav ul li {
  display: inline-flex;
  font-weight: 600;
}
.root-nav ul li a {
  -webkit-transition: color 0.75s linear;
  -moz-transition: color 0.75s linear;
  transition: color 0.75s linear;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.5rem 1rem;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
}
.root-nav ul li a em, .root-nav ul li a svg {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.375rem;
  line-height: 1.6;
}
.root-nav ul li a svg {
  fill: #fff;
}
.root-nav ul li a:hover {
  color: #00C6BC;
  -webkit-transition: color 0.75s linear;
  -moz-transition: color 0.75s linear;
  transition: color 0.75s linear;
}
.root-nav ul li:hover .dd-frame {
  display: block !important;
}
.root-nav ul li#home, .root-nav ul li#team {
  flex: 1;
}
.root-nav ul li#home a, .root-nav ul li#team a {
  border-right: 0;
  padding: 20px;
}
.root-nav ul li#home a {
  opacity: 1;
  display: flex;
  align-items: center;
}
.root-nav ul li#home svg {
  width: 140px;
}
.root-nav ul li#nteam a {
  border-right: 0;
}
.root-nav ul li#team {
  display: list-item;
  text-align: right;
}
.root-nav ul li#team .linkedin {
  width: 40px;
  margin-right: 12px;
}
.root-nav ul li#team .linkedin a {
  padding: 0;
}
.root-nav ul li .pill {
  background: #00C6BC;
  padding: 0.4rem 1.4rem !important;
  font-size: 0.875rem;
  line-height: 1.5;
  opacity: 1;
  font-weight: 700;
  white-space: nowrap;
  border-radius: 30px;
  color: #1b2e3d;
  letter-spacing: 2px;
  border-top: 0;
}
.root-nav ul li .pill:hover {
  color: #fff;
}
.root-nav ul li#nmob {
  display: none;
}
.root-nav.solid {
  background: #0c2f39 !important;
  -webkit-transition: all 0.25s !important;
  -moz-transition: all 0.25s !important;
  -ms-transition: all 0.25s !important;
  -o-transition: all 0.25s !important;
  transition: all 0.25s !important;
}
.root-nav ul li .dd-frame {
  display: none;
  position: absolute;
  top: 77px;
  left: -10px;
  width: 360px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.075);
  padding-top: 8px;
  max-height: calc(100vh - 90px);
  overflow-y: scroll;
}
.root-nav ul li .dd-frame a {
  display: block;
  background: #fff;
  color: #333333 !important;
  border-bottom: 0;
  font-weight: 600 !important;
  border-bottom: 1px solid #eee !important;
  padding: 14px 28px;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -ms-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
  display: flex;
  gap: 16px;
}
.root-nav ul li .dd-frame a .img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  margin-top: 6px;
  background-size: cover;
  background-position: center;
  display: block;
  flex-shrink: 0;
}
.root-nav ul li .dd-frame a em {
  font-size: 0.75rem;
  line-height: 1.8;
  display: block;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  opacity: 0.5;
}
.root-nav ul li .dd-frame a:last-of-type {
  border-bottom: 0 !important;
  margin-bottom: 0;
}
.root-nav ul li .dd-frame a:hover {
  background: #f8f8f8;
  color: #00C6BC !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -ms-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.root-nav ul li .dd-frame a:hover em {
  color: #222;
}

#services.subpage .pill.outline.dark {
  border-color: #EB5600;
  color: #EB5600 !important;
}
#services.subpage .root-nav, #services.subpage .row.hero {
  background: #EB5600;
}

#experts.subpage {
  /* h2 {margin-top:2rem;} */
}
#experts.subpage .pill.outline.dark {
  border-color: #6BA84F;
  color: #6BA84F !important;
}
#experts.subpage .root-nav, #experts.subpage .row.hero {
  background-color: rgba(255, 255, 255, 0.0666666667);
}
#experts.subpage .root-nav {
  filter: saturate(0);
}
#experts.subpage .root-nav ul li a {
  color: #fff;
}
#experts.subpage .root-nav .pill {
  border-color: #fff;
}
#experts.subpage .root-nav.solid {
  filter: saturate(1);
}
#experts.subpage .root-nav:hover {
  filter: saturate(1);
  background: #0c2f39 !important;
  -webkit-transition: all 0.25s !important;
  -moz-transition: all 0.25s !important;
  -ms-transition: all 0.25s !important;
  -o-transition: all 0.25s !important;
  transition: all 0.25s !important;
}
#experts.subpage .row.hero {
  color: #fff;
  padding-top: 0;
  min-height: 1000px;
}
#experts.subpage .row.hero .inner {
  min-height: 1000px;
}
#experts.subpage .row.hero a {
  color: #fff;
}
#experts.subpage .row.hero h1 {
  margin-bottom: 0;
}
#experts.subpage .pill.outline {
  border-color: white;
  color: #fff !important;
}

#team.subpage .pill.outline.dark {
  border-color: #124F5C;
  color: #124F5C !important;
}

#campaigns.subpage .root-nav, #campaigns.subpage .row.hero {
  background: #2C4CCD;
}

#blog.subpage .root-nav, #blog.subpage .row.hero {
  background: #54486f;
}

.listings .flex-grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

#prices .grid {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
#prices .grid .grid-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
#prices .grid div {
  border-right: 1px solid #ddd;
  flex: 2;
  padding: 5px 0;
}
#prices .grid div.title {
  font-size: 1.15rem;
  line-height: 1.8;
  font-weight: 600;
}
#prices .grid .label {
  font-weight: 500;
}
#prices .grid .build, #prices .grid .grow, #prices .grid .scale {
  text-align: center;
  flex: 1;
}
#prices .grid .build .tick, #prices .grid .grow .tick, #prices .grid .scale .tick {
  margin-bottom: -4px;
}
#prices .grid .scale {
  border-right: 0;
}

.nobg {
  background: none !important;
}

.nopadding {
  padding: 0 !important;
}

.nopaddingh {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.nopaddingv {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.profilepic {
  width: 500px;
  height: 500px;
  background-size: cover;
  background-position: center top;
  border-radius: 500px;
  margin: 50px auto;
}

.structure-content {
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 20px;
}
.structure-content h2 {
  font-size: 1.825rem;
  line-height: 1.3;
}
.structure-content p:empty {
  display: none;
}
.structure-content p:last-of-type {
  margin-bottom: 0;
}
.structure-content.image-text {
  display: flex;
  overflow: hidden;
  align-items: center;
  gap: 5rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.81) 0.42%, rgba(254, 254, 255, 0.89) 34.45%, rgba(255, 255, 255, 0.94) 63.45%, rgba(255, 255, 255, 0.76)) border-box;
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important;
  background-size: 100%;
  border: 1px solid white;
}
.structure-content.image-text .image {
  margin-bottom: 0;
  flex: 1;
}
.structure-content.image-text .text {
  flex: 1;
  text-align: left;
}
.structure-content.image-text .text h2 {
  max-width: 70%;
  margin: 0 0 1.5rem;
}
.structure-content.image-text.imgright {
  flex-direction: row-reverse;
}
.structure-content.image-text.staff-link {
  text-align: left;
  max-width: 640px;
  padding: 2rem;
  gap: 2rem;
  /* max-width:640px; */
}
.structure-content.image-text.staff-link .image {
  flex: 0.9;
}
.structure-content.image-text.staff-link .text h2 {
  font-size: 1.375rem;
  line-height: 1.6;
  margin: 0 0 6px;
}
.structure-content.image-text.staff-link .text h3 {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 0;
}
.structure-content.image-text.staff-link .text h3 a {
  text-decoration: underline;
}
.structure-content.full-width {
  text-align: center;
  padding: 3rem;
}
.structure-content.full-width h4 {
  margin-bottom: 2rem;
}
.structure-content.full-width.testimonials p {
  font-size: 2.2rem;
  line-height: 1.1;
  line-height: 1.4;
  text-align: justify;
  font-style: italic;
}
.structure-content.full-width.testimonials h4 {
  font-size: 1.375rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.structure-content.full-width.testimonials h5 {
  font-size: 1rem;
  line-height: 1.8;
}
.structure-content.flickcarousel-logos .boxit:before {
  background: none !important;
}
.structure-content.columnsx1 .columns p, .structure-content.columnsx2 .columns p, .structure-content.columnsx3 .columns p {
  padding-top: 4px;
  margin-bottom: 30px;
  break-inside: avoid;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.structure-content.columnsx1 .columns p:last-of-type, .structure-content.columnsx2 .columns p:last-of-type, .structure-content.columnsx3 .columns p:last-of-type {
  margin-bottom: 0;
}
.structure-content.columnsx1 .columns.left p, .structure-content.columnsx2 .columns.left p, .structure-content.columnsx3 .columns.left p {
  text-align: left;
}
.structure-content.columnsx1 .columns.center p, .structure-content.columnsx2 .columns.center p, .structure-content.columnsx3 .columns.center p {
  text-align: center;
}
.structure-content.columnsx1 .columns.right p, .structure-content.columnsx2 .columns.right p, .structure-content.columnsx3 .columns.right p {
  text-align: right;
}
.structure-content.columnsx1 .columns.xlarge p, .structure-content.columnsx2 .columns.xlarge p, .structure-content.columnsx3 .columns.xlarge p {
  font-size: 2.6rem;
  line-height: 1.1;
  line-height: 1.5;
  gap: 6rem;
  text-align: left;
}
.structure-content.columnsx1 .columns.large p, .structure-content.columnsx2 .columns.large p, .structure-content.columnsx3 .columns.large p {
  font-size: 1.825rem;
  line-height: 1.3;
  line-height: 1.4;
  text-align: left;
}
.structure-content.columnsx1 .columns.regular p, .structure-content.columnsx2 .columns.regular p, .structure-content.columnsx3 .columns.regular p {
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
}
.structure-content.columnsx1 .columns.fineprint p, .structure-content.columnsx2 .columns.fineprint p, .structure-content.columnsx3 .columns.fineprint p {
  font-size: 0.75rem;
  line-height: 1.8;
  line-height: 1.3rem;
  margin-bottom: 6px;
}
.structure-content.columnsx1 .columns.bold p, .structure-content.columnsx2 .columns.bold p, .structure-content.columnsx3 .columns.bold p {
  font-weight: 700;
}
.structure-content.columnsx1 .columns.semibold p, .structure-content.columnsx2 .columns.semibold p, .structure-content.columnsx3 .columns.semibold p {
  font-weight: 600;
}
.structure-content.columnsx1 .columns.normal p, .structure-content.columnsx2 .columns.normal p, .structure-content.columnsx3 .columns.normal p {
  font-weight: 400;
}
.structure-content.columnsx1 .columns.light p, .structure-content.columnsx2 .columns.light p, .structure-content.columnsx3 .columns.light p {
  font-weight: 300;
}
.structure-content.columnsx1 .columns.center p, .structure-content.columnsx2 .columns.center p, .structure-content.columnsx3 .columns.center p {
  text-align: center;
}
.structure-content.columnsx2 .columns, .structure-content.columnsx3 .columns {
  gap: 4rem;
}
.structure-content.columnsx2 .columns {
  column-count: 2;
}
.structure-content.columnsx3 {
  margin-top: 0rem;
}
.structure-content.columnsx3 .columns {
  column-count: 3;
  padding-top: 0;
}
#experts .structure-content.columnsx3 .columns p:nth-of-type(1) {
  font-size: 3.6rem;
  line-height: 1.1;
  font-weight: 800;
}
#experts .structure-content.columnsx3 .columns p:nth-of-type(2) {
  font-size: 1.375rem;
  line-height: 1.6;
  line-height: 1.7;
  font-weight: 800;
}
#experts .structure-content.columnsx3 .columns p:nth-of-type(3) {
  font-size: 1.15rem;
  line-height: 1.8;
  font-weight: 600;
}
.structure-content.logos {
  overflow: hidden;
  max-width: 100%;
}
.structure-content.logos .boxit img {
  max-width: 300px;
}
.structure-content.longform {
  text-align: left;
  max-width: 920px;
  margin: 0 auto;
}
.structure-content.longform p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 2rem 0;
}
.structure-content.longform ul li {
  padding-left: 30px;
}
.structure-content.testimonials {
  gap: 3rem;
  background: none;
  overflow: hidden;
  max-width: 100%;
}
.structure-content.testimonials .boxit {
  margin: 1rem 0;
}
.structure-content.testimonials .boxit .in-con {
  display: flex;
  box-shadow: inset 0 0 110px #ffffff;
  border: 3px solid #fff;
  padding: 1.8rem 2rem;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: start;
  border-radius: 60px;
  box-shadow: 0 6px 35px rgba(0, 0, 0, 0.09);
  max-width: 960px;
  margin: 0 30px;
  min-height: 100%;
  gap: 2rem;
}
.structure-content.testimonials .boxit .in-con .image {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 100px;
  background-size: cover;
  background-position: top center;
  flex-shrink: 0;
}
.structure-content.testimonials .boxit .in-con .text {
  text-align: left;
  flex: 5;
  flex-basis: 1;
}
.structure-content.testimonials .boxit .in-con .text p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.8;
  line-height: 1.8;
  font-weight: 500;
}
.structure-content.testimonials .boxit .in-con .text h4 {
  font-size: 1.15rem;
  line-height: 1.8;
}
.structure-content.testimonials .boxit .in-con .text h5 {
  font-weight: 500;
  color: #999;
}
.structure-content.testimonials .boxit .in-con:hover {
  transform: scale(1.05) !important;
}
.structure-content.testimonials .boxit h5 {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #00C6BC;
}
.structure-content.spotlight h6, .structure-content.latestnews-row h6, .structure-content.clients-row h6, .structure-content.campaigns-row h6, .structure-content.contentpanel h6 {
  width: 100%;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.structure-content.spotlight, .structure-content.latestnews-row, .structure-content.clients-row, .structure-content.campaigns-row, .structure-content.linkedin-row, .structure-content.services-breakdown {
  text-align: center;
  display: flex;
  gap: 3rem;
  position: relative;
  background: none;
}
.structure-content.spotlight .boxit, .structure-content.latestnews-row .boxit, .structure-content.clients-row .boxit, .structure-content.campaigns-row .boxit, .structure-content.linkedin-row .boxit, .structure-content.services-breakdown .boxit {
  min-height: 480px;
  background-color: white;
  border-bottom-width: 10px;
  padding: 1.8rem 1rem 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: center top;
  align-items: end;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 35px rgba(0, 0, 0, 0.08);
}
.structure-content.spotlight .boxit .text, .structure-content.latestnews-row .boxit .text, .structure-content.clients-row .boxit .text, .structure-content.campaigns-row .boxit .text, .structure-content.linkedin-row .boxit .text, .structure-content.services-breakdown .boxit .text {
  z-index: 2;
  width: 100%;
  border-radius: 10px;
  padding: 0.75rem 1rem 1rem;
  text-align: left;
}
.structure-content.spotlight .boxit .text h6, .structure-content.latestnews-row .boxit .text h6, .structure-content.clients-row .boxit .text h6, .structure-content.campaigns-row .boxit .text h6, .structure-content.linkedin-row .boxit .text h6, .structure-content.services-breakdown .boxit .text h6 {
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
  padding-bottom: 16px;
}
.structure-content.spotlight .boxit .text h4 a, .structure-content.latestnews-row .boxit .text h4 a, .structure-content.clients-row .boxit .text h4 a, .structure-content.campaigns-row .boxit .text h4 a, .structure-content.linkedin-row .boxit .text h4 a, .structure-content.services-breakdown .boxit .text h4 a {
  color: #1b2e3d;
}
.structure-content.spotlight .boxit .text p, .structure-content.latestnews-row .boxit .text p, .structure-content.clients-row .boxit .text p, .structure-content.campaigns-row .boxit .text p, .structure-content.linkedin-row .boxit .text p, .structure-content.services-breakdown .boxit .text p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #1b2e3d;
  margin: 1rem 0;
  min-height: 63px;
}
.structure-content.spotlight .boxit .pill, .structure-content.spotlight .boxit button, .structure-content.latestnews-row .boxit .pill, .structure-content.latestnews-row .boxit button, .structure-content.clients-row .boxit .pill, .structure-content.clients-row .boxit button, .structure-content.campaigns-row .boxit .pill, .structure-content.campaigns-row .boxit button, .structure-content.linkedin-row .boxit .pill, .structure-content.linkedin-row .boxit button, .structure-content.services-breakdown .boxit .pill, .structure-content.services-breakdown .boxit button {
  font-weight: 700;
}
.structure-content.spotlight .boxit .pill:after, .structure-content.spotlight .boxit button:after, .structure-content.latestnews-row .boxit .pill:after, .structure-content.latestnews-row .boxit button:after, .structure-content.clients-row .boxit .pill:after, .structure-content.clients-row .boxit button:after, .structure-content.campaigns-row .boxit .pill:after, .structure-content.campaigns-row .boxit button:after, .structure-content.linkedin-row .boxit .pill:after, .structure-content.linkedin-row .boxit button:after, .structure-content.services-breakdown .boxit .pill:after, .structure-content.services-breakdown .boxit button:after {
  background: none;
}
.structure-content.spotlight .boxit .image, .structure-content.latestnews-row .boxit .image, .structure-content.clients-row .boxit .image, .structure-content.campaigns-row .boxit .image, .structure-content.linkedin-row .boxit .image, .structure-content.services-breakdown .boxit .image {
  margin: 0 auto;
  width: 12rem;
  height: 12rem;
  background-size: cover;
  background-position: top center;
  margin-bottom: 1.5rem;
}
.structure-content.spotlight .boxit {
  width: 33%;
  box-shadow: inset 0 0 0 #ffffff, 0 0 90px rgba(34, 34, 34, 0.0666666667);
  border: 1px solid #fff;
  min-height: auto;
}
.structure-content.spotlight .boxit h6 {
  margin-bottom: 0.5rem;
  color: #bbb;
}
.structure-content.spotlight .boxit .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-size: cover;
  background-position: center top;
}
.structure-content.spotlight .boxit .backdrop:after {
  width: 100%;
  height: 100%;
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
}
.structure-content.spotlight .boxit .image {
  border-radius: 100%;
  margin: 1.5rem auto;
}
.structure-content.spotlight .boxit .text {
  padding-bottom: 0;
}
.structure-content.spotlight .boxit .pill {
  border-color: #bbb;
}
.structure-content.spotlight .boxit:hover {
  transform: scale(1.04) !important;
}
.structure-content.latestnews-row .boxit {
  width: 33%;
  padding: 0 0 1.4rem;
  border: 1px solid white;
}
.structure-content.latestnews-row .boxit h6 {
  margin-bottom: 0.5rem;
  color: #999;
}
.structure-content.latestnews-row .boxit .image {
  width: 100%;
  height: 280px;
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.structure-content.latestnews-row .boxit .image .image-asset {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.2) !important;
  -webkit-transition: all 0.6s !important;
  -moz-transition: all 0.6s !important;
  -ms-transition: all 0.6s !important;
  -o-transition: all 0.6s !important;
  transition: all 0.6s !important;
}
.structure-content.latestnews-row .boxit .text {
  padding: 1.2rem 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  align-items: start;
}
.structure-content.latestnews-row .boxit .text h4, .structure-content.latestnews-row .boxit .text p {
  width: 100%;
}
.structure-content.latestnews-row .boxit:hover {
  transform: scale(1.04) !important;
}
.structure-content.latestnews-row .boxit:hover .image .image-asset {
  transform: scale(1) !important;
}
.structure-content.services-breakdown {
  flex-direction: column;
}
.structure-content.services-breakdown .large, .structure-content.services-breakdown .small {
  display: flex;
  gap: 2rem;
}
.structure-content.services-breakdown .large .boxit, .structure-content.services-breakdown .small .boxit {
  text-align: left;
  min-height: 0;
}
.structure-content.services-breakdown .large .boxit .icon, .structure-content.services-breakdown .small .boxit .icon {
  border-radius: 30px;
  width: 50px;
  height: 20px;
  margin-bottom: 8px;
}
.structure-content.services-breakdown .large .boxit .text, .structure-content.services-breakdown .small .boxit .text {
  padding: 0 0.5rem;
}
.structure-content.services-breakdown .large .boxit .text h3, .structure-content.services-breakdown .small .boxit .text h3 {
  font-size: 1.375rem;
  line-height: 1.6;
  margin-top: 0;
}
.structure-content.services-breakdown .large .boxit .text p, .structure-content.services-breakdown .small .boxit .text p {
  margin-top: 4px;
}
.structure-content.services-breakdown .large .boxit.pr .icon, .structure-content.services-breakdown .small .boxit.pr .icon {
  background: #FFB301;
}
.structure-content.services-breakdown .large .boxit.agency .icon, .structure-content.services-breakdown .small .boxit.agency .icon {
  background: #FFD8D8;
}
.structure-content.services-breakdown .large .boxit.experts .icon, .structure-content.services-breakdown .small .boxit.experts .icon {
  background: #00C6BC;
}
.structure-content.services-breakdown .large .boxit.interviews .icon, .structure-content.services-breakdown .small .boxit.interviews .icon {
  background: #FFD8D8;
}
.structure-content.services-breakdown .large .boxit.expert .icon, .structure-content.services-breakdown .small .boxit.expert .icon {
  background: #00C6BC;
}
.structure-content.services-breakdown .large .boxit.leadership .icon, .structure-content.services-breakdown .small .boxit.leadership .icon {
  background: #124F5C;
}
.structure-content.services-breakdown .large .boxit {
  width: 33%;
  padding: 1.4rem 1rem 1rem;
}
.structure-content.services-breakdown .small {
  margin-top: 20px;
}
.structure-content.services-breakdown .small .boxit {
  width: 25%;
  box-shadow: none;
  background: #ffffff;
  padding: 1rem 1rem 0;
}
.structure-content.services-breakdown .small .boxit .icon {
  width: 30px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 7px 7px 0 0;
}
.structure-content.services-breakdown .small .boxit h3 {
  display: inline-block;
  vertical-align: top;
}
.structure-content.clients-row {
  max-width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 0;
}
.structure-content.clients-row .boxit {
  margin: 1.5rem 2rem;
  padding: 0;
  box-shadow: none;
  overflow: visible;
}
.structure-content.clients-row .boxit h6 {
  color: white;
  margin: 0.4rem 0 0.5rem;
}
.structure-content.clients-row .boxit .in-con {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  min-height: 520px;
  border-radius: 20px;
  overflow: hidden;
  background: white;
  box-shadow: 0 6px 35px rgba(0, 0, 0, 0.08);
}
.structure-content.clients-row .boxit .image {
  width: 100%;
  background-size: cover;
  width: 100%;
  height: 360px;
  flex: 1;
  margin-bottom: 0;
  -webkit-transition: all 3s !important;
  -moz-transition: all 3s !important;
  -ms-transition: all 3s !important;
  -o-transition: all 3s !important;
  transition: all 3s !important;
}
.structure-content.clients-row .boxit .text {
  width: 100%;
  padding: 0.75rem 2rem 1rem;
  -webkit-backdrop-filter: blur(80px) brightness(0.7) contrast(1.2);
  backdrop-filter: blur(60px) brightness(0.8) contrast(1.2);
  border-radius: 0;
}
.structure-content.clients-row .boxit .text h4 a {
  color: white;
}
.structure-content.clients-row .boxit .text p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: white;
  margin: 0.5rem 0 1rem;
  min-height: auto;
  font-weight: 400;
}
.structure-content.clients-row .boxit .pill, .structure-content.clients-row .boxit button {
  border-color: #fff;
  color: white;
  min-height: 0;
}
.structure-content.clients-row .boxit:hover .image {
  -webkit-transition: all 3s !important;
  -moz-transition: all 3s !important;
  -ms-transition: all 3s !important;
  -o-transition: all 3s !important;
  transition: all 3s !important;
  transform: scale(1.05) !important;
}
.structure-content.linkedin-row .boxit {
  text-align: left;
  min-height: auto;
  background: none;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.09) 14.71%, rgba(119, 119, 119, 0.2) 52.1%, rgba(255, 255, 255, 0.03) 82.35%) border-box;
  background-size: 100%;
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important;
}
.structure-content.linkedin-row .boxit .text {
  color: #ABB6B9;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.structure-content.linkedin-row .boxit .text h6 {
  margin-bottom: 0;
  margin-top: 8px;
}
.structure-content.linkedin-row .boxit .text h4 a {
  color: white;
}
.structure-content.linkedin-row .boxit .text h4 a .linkedin, .structure-content.linkedin-row .boxit .text h4 a strong {
  display: inline-block;
  vertical-align: middle;
}
.structure-content.linkedin-row .boxit .text h4 a .linkedin {
  margin-right: 10px;
}
.structure-content.linkedin-row .boxit .text .pill {
  background: #00C6BC;
  border-radius: 30px !important;
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 1.5px !important;
}
.structure-content.linkedin-row .boxit:before {
  position: absolute;
  inset: 0;
  border: solid 2px rgba(0, 0, 0, 0);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.09) 14.71%, rgba(119, 119, 119, 0.46) 52.1%, rgba(255, 255, 255, 0.03) 82.35%) border-box;
  --lyr: conic-gradient(#fff 0 0);
  mask: var(--lyr) padding-box exclude, var(--lyr);
  content: "";
  z-index: 1;
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important;
  background-size: 100%;
}
.structure-content.linkedin-row .boxit:hover {
  transform: scale(1.04) !important;
  background-size: 400%;
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important;
}
.structure-content.linkedin-row .boxit:hover:before {
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important;
  background-size: 400%;
}
.structure-content.campaigns-row h6 {
  color: rgba(255, 255, 255, 0.4666666667);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 16px;
}
.structure-content.campaigns-row .boxit {
  width: 49%;
  align-items: center;
}
.structure-content.campaigns-row .boxit .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.1333333333);
  border-radius: 22px;
}
.structure-content.campaigns-row .boxit .image .image-asset {
  width: 100%;
  height: 100%;
  background-size: cover;
  transform: scale(1.3);
  background-position: center;
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important;
}
.structure-content.campaigns-row .boxit h6 {
  z-index: 3;
}
.structure-content.campaigns-row .boxit .text {
  width: auto;
  backdrop-filter: blur(50px);
  padding: 1rem 2rem;
  z-index: 3;
  margin-bottom: 20px;
}
.structure-content.campaigns-row .boxit .text h4 a {
  color: white;
}
.structure-content.campaigns-row .boxit .text p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: white;
  margin-bottom: 0.4rem;
}
.structure-content.campaigns-row .boxit .pill {
  border-color: #00C6BC;
  color: white;
  z-index: 3;
}
.structure-content.campaigns-row .boxit:before {
  position: absolute;
  inset: 0;
  border: solid 2px rgba(0, 0, 0, 0);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.09) 14.71%, rgba(119, 119, 119, 0.46) 52.1%, rgba(255, 255, 255, 0.03) 82.35%) border-box;
  --lyr: conic-gradient(#fff 0 0);
  mask: var(--lyr) padding-box exclude, var(--lyr);
  content: "";
  z-index: 1;
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important;
  background-size: 100%;
}
.structure-content.campaigns-row .boxit:hover {
  transform: scale(1.04) !important;
}
.structure-content.campaigns-row .boxit:hover:before {
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important;
  background-size: 400%;
}
.structure-content.campaigns-row .boxit:hover .image .image-asset {
  transform: scale(1);
}
.structure-content.campaigns-row.directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.structure-content.campaigns-row.directory .boxit {
  width: 100%;
}
.structure-content.campaigns-row.directory.experts-dir {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.structure-content.lists {
  border: 2px solid transparent;
  padding: 3rem;
  background: #e6e8eb;
}
.structure-content.lists h4 {
  font-size: 1.825rem;
  line-height: 1.3;
}
.structure-content.lists ul {
  display: block;
  gap: 0.3rem;
  flex-direction: column;
  text-align: left;
}
.structure-content.lists ul li {
  display: block;
  padding: 16px 36px 16px 30px;
  font-weight: 600;
  margin: 5px 1px;
  font-size: 1.15rem;
  line-height: 1.8;
  font-weight: 600;
  border-radius: 10px;
}
.structure-content.lists ul li:nth-of-type(2) {
  font-style: italic;
  padding: 4px 0 18px;
}
.structure-content.lists ul li:nth-of-type(2) {
  display: block;
  background: none !important;
}
.structure-content.lists ul li:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.8);
}
.structure-content.lists ul li:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.4);
}
.structure-content.lists ul li.title {
  display: block;
  border-bottom: 0;
  padding: 0 0 8px;
  background: none;
}
.structure-content.lists ul li strong {
  margin-right: 10px;
  display: inline-block;
}
.structure-content.contentpanel {
  align-items: stretch;
  justify-content: center;
  gap: 0;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 6px 35px;
}
.structure-content.contentpanel .image {
  flex: 1;
  height: 560px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}
.structure-content.contentpanel .image .image-asset {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.1) !important;
  -webkit-transition: all 0.6s !important;
  -moz-transition: all 0.6s !important;
  -ms-transition: all 0.6s !important;
  -o-transition: all 0.6s !important;
  transition: all 0.6s !important;
}
.structure-content.contentpanel.fullwidth {
  width: 100%;
}
.structure-content.contentpanel .text {
  flex: 0.84 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  margin: 2rem 4rem 1rem;
  text-align: left;
  z-index: 5;
}
.structure-content.contentpanel .text h6 {
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
  padding-bottom: 16px;
  margin-bottom: 0;
  color: #bbb;
}
.structure-content.contentpanel .text h3 {
  font-size: 2.2rem;
  line-height: 1.1;
  width: 100%;
}
.structure-content.contentpanel .text p {
  font-size: 1rem;
  line-height: 1.8;
  max-width: 640px;
  margin-bottom: 1.5rem;
}
.structure-content.contentpanel .text .pill, .structure-content.contentpanel .text button {
  background: none;
  margin-right: 0;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 20px;
}
.structure-content.contentpanel .text.compact {
  justify-content: center;
  flex: 1 !important;
  max-width: 560px;
}
.structure-content.contentpanel:hover {
  transform: scale(1.03) !important;
}
.structure-content.contentpanel:hover .image .image-asset {
  transform: scale(1) !important;
}
.structure-content.contentpanel:before {
  position: absolute;
  inset: 0;
  border: solid 2px rgba(0, 0, 0, 0);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.09) 14.71%, rgba(119, 119, 119, 0.46) 52.1%, rgba(255, 255, 255, 0.03) 82.35%) border-box;
  --lyr: conic-gradient(#fff 0 0);
  mask: var(--lyr) padding-box exclude, var(--lyr);
  content: "";
  z-index: 1;
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important;
  background-size: 100%;
  border-radius: 20px;
}
.structure-content.contentpanel:hover:before {
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important;
  background-size: 400%;
}
.structure-content.contentpanel:hover.image-text {
  background-size: 200%;
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important;
}
.structure-content.newslisting {
  align-items: stretch;
  width: 100%;
  max-width: 960px;
}
.structure-content.newslisting .image {
  flex: 1;
  height: 320px;
  border-radius: 0;
  background-size: cover;
}
.structure-content.newslisting .image img {
  border-radius: 0;
}
.structure-content.newslisting .text {
  flex: 1.6 !important;
  text-align: left;
  align-items: start;
  margin: 2em 4em 1em;
}
.structure-content.newslisting .text h3 {
  display: block;
  width: 100%;
  font-size: 1.375rem;
  line-height: 1.6;
}
.structure-content.newslisting .text p {
  font-size: 0.875rem;
  line-height: 1.5;
}
.structure-content.newslisting .text .pill {
  font-size: 0.875rem;
  line-height: 1.5;
}
.structure-content.compact .image {
  height: 420px;
}
.structure-content.compact .text {
  flex: 2 !important;
}
.structure-content.compact .text h3 {
  font-size: 2.6rem;
  line-height: 1.1;
}
.structure-content.three-way {
  font-size: 0;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}
.structure-content.three-way .column {
  display: inline-block;
  flex: 1;
  vertical-align: top;
  max-width: 400px;
  padding: 20px 0;
  text-align: center;
  justify-content: center;
}
.structure-content.three-way .column em {
  font-size: 7.6rem;
  line-height: 6rem;
  font-style: normal;
  color: #124F5C;
  font-weight: 800;
  display: inline-block;
  vertical-align: middle;
}
.structure-content.three-way .column em.big {
  font-size: 6rem;
  letter-spacing: -4px;
}
.structure-content.three-way .column strong {
  font-size: 4.2rem;
  line-height: 3.6rem;
  padding: 6px;
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
  color: #124F5C;
}
.structure-content.three-way .column p {
  display: block;
  margin: 20px auto 0;
  padding-top: 14px;
  font-size: 1.4rem;
  border-top: 5px solid #00C6BC;
  font-weight: 700;
  letter-spacing: 0;
  color: #124F5C;
}
.structure-content.three-way .column p a {
  font-weight: 800;
}
.structure-content #contact-form {
  display: flex;
  gap: 20px;
}
.structure-content #contact-form .column {
  flex: 1;
  display: flex;
  gap: 20px;
  flex-direction: column;
  text-align: left;
  font-size: 1.375rem;
  line-height: 1.6;
  font-weight: 700;
  color: #124F5C;
}
.structure-content #contact-form .column h3 {
  margin: 0;
}
.structure-content #contact-form .column label {
  display: none;
}
.structure-content #contact-form .column input, .structure-content #contact-form .column textarea {
  width: 100%;
  border-radius: 8px;
  border: 0;
  background: #0c2f39 linear-gradient(160deg, rgba(255, 255, 255, 0.09) 14.71%, rgba(119, 119, 119, 0.2) 52.1%, rgba(255, 255, 255, 0.03) 82.35%) border-box;
  box-sizing: border-box;
  color: white;
  font-family: "Outfit", sans-serif;
  padding: 10px 14px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 600;
}
.structure-content #contact-form .column textarea {
  height: 186px;
  color: #00C6BC;
}
.structure-content #contact-form .column button {
  border: 0;
  background: #00C6BC;
  color: #0c2f39;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.8;
  padding: 11px;
  margin-right: 0;
}

.flickcarousel .boxit {
  width: 400px;
  padding: 0;
  background-size: cover;
}
.flickcarousel .boxit .in-con:hover {
  transform: scale(1.05) !important;
}

.split {
  padding: 2rem;
}
.split.white {
  background: rgba(255, 255, 255, 0);
}
.split.left {
  text-align: right;
}

.qaa {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0;
  margin-bottom: 0;
}
.qaa p {
  margin-bottom: 0;
}
.qaa h5 {
  padding-right: 40px;
  display: block;
  font-weight: 600;
}
.qaa h5 em {
  position: absolute;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 400;
  margin-top: -5px;
  top: 0;
  right: 0;
  rotate: 90deg;
  float: right;
  font-style: normal;
}

#team.subpage .faq .inner {
  max-width: 1140px;
}

.footer {
  background: #0f3d4a linear-gradient(160deg, rgba(46, 46, 46, 0.56) 14.71%, rgba(38, 38, 38, 0.42) 52.1%, rgba(255, 255, 255, 0.03) 82.35%) border-box;
  color: white;
  padding: 60px 0 300px;
}
.footer .categories {
  display: flex;
  gap: 8rem;
  justify-content: space-between;
  text-align: left;
}
.footer .categories h5 {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.footer .categories h5 a {
  color: #fff;
}
.footer .categories a {
  color: #fff;
}
.footer .categories .category {
  margin-bottom: 0;
  flex: 1;
}
.footer .categories ul li {
  margin-bottom: 12px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
.footer .categories ul li a {
  opacity: 0.65;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -ms-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.footer .categories ul li a:hover {
  opacity: 1;
}
.footer .footer-details {
  display: flex;
  gap: 60px;
  margin-top: 40px;
  justify-content: space-between;
  align-items: start;
  border-top: 3px double #00C6BC;
  padding-top: 40px;
}
.footer .footer-details .logo {
  width: 180px;
}
.footer .footer-details p {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-top: 0;
  opacity: 1;
  text-align: right;
}
.footer .footer-details p strong {
  color: #00C6BC;
}

.element, .buttons, .list, .banner, .event.eventpage {
  margin-bottom: 0 !important;
}

.panel {
  margin-bottom: 0 !important;
}

.flexleft {
  display: inline-flex;
  justify-content: left;
  align-items: center;
}

.flexlstart {
  display: flex;
  justify-content: left;
  align-items: flex-start;
}

.flexlcenter {
  display: flex;
  justify-content: left;
  align-items: center;
}

.flexstart {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flexrstart {
  display: flex;
  justify-content: right;
  align-items: flex-start;
}

.flexendstart {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.flexcenter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flexscenter {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.flexccenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexrcenter {
  display: flex;
  justify-content: right;
  align-items: center;
}

.flexend {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.flexendend {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.flexrend {
  display: flex;
  justify-content: right;
  align-items: flex-end;
}

.flexwrap {
  flex-wrap: wrap;
}

.flex2columns {
  padding: 1.2rem 0;
}
.flex2columns .half {
  width: 48%;
}

.nogap {
  gap: 0;
}

.centerit {
  position: relative;
  text-align: center;
  display: block;
}

.hide {
  display: none;
}

.transbg {
  background: none !important;
}

.panel {
  border: 1px solid #ddd;
}

.flatpanel {
  background: #f5f5f5;
  border: 1px solid #ddd;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.07), inset 0 0 0 5px #fff;
  text-shadow: 0 1px 0 #fff;
}

#home #nhome a {
  color: #00C6BC;
  border-bottom-color: #00C6BC;
  opacity: 1;
  font-weight: 700;
}

#services #nservices a {
  color: #00C6BC;
  border-bottom-color: #00C6BC;
  opacity: 1;
  font-weight: 700;
}

#experts #nexperts a {
  color: #00C6BC;
  border-bottom-color: #00C6BC;
  opacity: 1;
  font-weight: 700;
}

#campaigns #ncampaigns a {
  color: #00C6BC;
  border-bottom-color: #00C6BC;
  opacity: 1;
  font-weight: 700;
}

#team #nteam a {
  color: #00C6BC;
  border-bottom-color: #00C6BC;
  opacity: 1;
  font-weight: 700;
}

#home #fhome a {
  color: #333333;
}

#services #fservices a {
  color: #333333;
}

#experts #fexperts a {
  color: #333333;
}

#campaigns #fcampaigns a {
  color: #333333;
}

#team #fteam a {
  color: #333333;
}

@media only screen and (max-width: 1024px) {
  .row {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  h1 {
    font-size: 2.2rem;
    line-height: 1.1;
    line-height: 1.1;
    letter-spacing: 0px;
  }
  h2 {
    font-size: 1.825rem;
    line-height: 1.3;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
  h3 {
    font-size: 1.375rem;
    line-height: 1.6;
    line-height: 1.3;
    letter-spacing: 0;
  }
  h3.section-title {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 5px;
  }
  h4 {
    font-size: 1.375rem;
    line-height: 1.6;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 0.2rem;
  }
  h5 {
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: -0.5px;
    font-family: "Outfit", sans-serif;
  }
  h6 {
    font-size: 0.6875rem;
    line-height: 1.8;
    font-family: "Outfit", sans-serif;
    color: #00C6BC;
    font-weight: 900;
  }
  p {
    font-size: 0.8125rem;
    line-height: 1.4;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.5px;
  }
  li {
    line-height: 1.8;
  }
  .clickthrough {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-top: 2rem;
  }
  .structure-content.spotlight, .structure-content.latestnews-row, .structure-content.clients-row, .structure-content.campaigns-row, .structure-content.linkedin-row {
    gap: 1.5em;
  }
  .structure-content.spotlight .boxit, .structure-content.latestnews-row .boxit, .structure-content.clients-row .boxit, .structure-content.campaigns-row .boxit, .structure-content.linkedin-row .boxit {
    min-height: 360px;
  }
  .structure-content.spotlight .boxit .text h6, .structure-content.latestnews-row .boxit .text h6, .structure-content.clients-row .boxit .text h6, .structure-content.campaigns-row .boxit .text h6, .structure-content.linkedin-row .boxit .text h6 {
    font-size: 0.6875rem;
    line-height: 1.8;
  }
  .structure-content.spotlight .boxit .text p, .structure-content.latestnews-row .boxit .text p, .structure-content.clients-row .boxit .text p, .structure-content.campaigns-row .boxit .text p, .structure-content.linkedin-row .boxit .text p {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .structure-content.contentpanel .image {
    height: 340px;
  }
  .structure-content.contentpanel .text {
    margin: 2rem 3rem 1rem;
  }
  .structure-content.contentpanel .text h3 {
    font-size: 2.2rem;
    line-height: 1.1;
  }
  .structure-content.contentpanel .text p {
    font-size: 1rem;
    line-height: 1.8;
    line-height: 1.5;
  }
  .structure-content.latestnews-row .boxit .image {
    height: 200px;
  }
  .structure-content.latestnews-row .boxit .text {
    padding: 1.2rem;
  }
  .structure-content.campaigns-row .boxit .text {
    padding: 0.6rem 2rem;
  }
  .structure-content.logos .boxit img {
    max-width: 240px;
  }
  .structure-content.clients-row .boxit {
    margin: 1.5rem 1rem;
  }
  .structure-content.clients-row .boxit .image {
    min-height: 320px;
  }
  .structure-content.testimonials .boxit .in-con {
    max-width: 680px;
  }
  .structure-content.testimonials .boxit .in-con .text p {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .structure-content.testimonials .boxit .in-con .text h5 {
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .structure-content.services-breakdown .large, .structure-content.services-breakdown .small {
    flex-direction: column;
    gap: 1.4rem;
  }
  .structure-content.services-breakdown .large .boxit, .structure-content.services-breakdown .small .boxit {
    width: 100%;
  }
  .structure-content.services-breakdown .large .boxit p, .structure-content.services-breakdown .small .boxit p {
    min-height: 0;
    margin-top: 0.8rem;
  }
  .structure-content.services-breakdown .small .boxit {
    padding: 0 1rem;
  }
  .structure-content.linkedin-row .boxit {
    min-height: 220px;
  }
  .structure-content.linkedin-row .boxit .text {
    font-size: 0.75rem;
    line-height: 1.8;
    line-height: 1.6;
    padding: 0;
  }
  .structure-content.linkedin-row .boxit .text .pill {
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .structure-content #contact-form {
    flex-direction: column;
  }
  .flickcarousel .boxit {
    width: 360px;
  }
}
@media only screen and (max-width: 960px) {
  .root-nav ul li#nmob {
    display: block;
  }
  .root-nav ul li#nmob a .img {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    margin-top: 0;
  }
  .root-nav ul li#nmob a u {
    color: #00C6BC;
    text-decoration: none;
  }
  .root-nav ul li#nmob .dd-frame {
    top: 45px;
    left: -120px;
    width: 320px;
  }
  .root-nav ul li#nservices, .root-nav ul li#nexperts, .root-nav ul li#ncampaigns, .root-nav ul li#nteam {
    display: none;
  }
  .profilepic {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .freeform-row {
    margin: 0 !important;
  }
  h1#hero-title {
    margin-top: 30px;
  }
  h3.section-title {
    font-size: 1rem;
    line-height: 1.8;
    max-width: 340px;
    margin: 0 auto 2rem;
  }
  .row {
    padding: 2rem 20px;
  }
  .row.hero.expand {
    height: 600px;
  }
  .clickthrough {
    letter-spacing: 1px;
    padding: 1rem 2rem;
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .root-nav ul {
    padding: 0;
  }
  .root-nav ul li a {
    border-right: 0 !important;
  }
  .root-nav ul li#home a {
    padding: 20px 10px;
  }
  .root-nav ul li#home svg {
    width: 100px;
  }
  .root-nav ul li#team .linkedin {
    margin-right: 5px;
  }
  .root-nav ul li .pill {
    padding: 0.4rem 0.8rem !important;
  }
  .structure-content.campaigns-row.directory {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .structure-content.campaigns-row.directory.experts-dir {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .structure-content.columnsx1 .columns, .structure-content.columnsx2 .columns, .structure-content.columnsx3 .columns {
    column-count: 1;
  }
  .structure-content.columnsx1 .columns p, .structure-content.columnsx2 .columns p, .structure-content.columnsx3 .columns p {
    padding-top: 4px;
    margin-bottom: 20px;
    break-inside: avoid;
    display: inline-block;
    text-align: left;
    width: 100%;
  }
  .structure-content.columnsx1 .columns p:nth-of-type(3), .structure-content.columnsx2 .columns p:nth-of-type(3), .structure-content.columnsx3 .columns p:nth-of-type(3) {
    line-height: 1.5 !important;
  }
  .structure-content.columnsx1 .columns p:last-of-type, .structure-content.columnsx2 .columns p:last-of-type, .structure-content.columnsx3 .columns p:last-of-type {
    margin-bottom: 0;
  }
  .structure-content.columnsx1 .columns.large p, .structure-content.columnsx2 .columns.large p, .structure-content.columnsx3 .columns.large p {
    font-size: 1.15rem;
    line-height: 1.8;
    line-height: 1.4;
    text-align: left;
  }
  .structure-content.columnsx1 .columns.regular p, .structure-content.columnsx2 .columns.regular p, .structure-content.columnsx3 .columns.regular p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .structure-content.columnsx1 .columns.bold p, .structure-content.columnsx2 .columns.bold p, .structure-content.columnsx3 .columns.bold p {
    font-weight: 700;
  }
  .structure-content.columnsx1 .columns.semibold p, .structure-content.columnsx2 .columns.semibold p, .structure-content.columnsx3 .columns.semibold p {
    font-weight: 600;
  }
  .structure-content.columnsx1 .columns.normal p, .structure-content.columnsx2 .columns.normal p, .structure-content.columnsx3 .columns.normal p {
    font-weight: 400;
  }
  .structure-content.columnsx1 .columns.light p, .structure-content.columnsx2 .columns.light p, .structure-content.columnsx3 .columns.light p {
    font-weight: 300;
  }
  .structure-content.columnsx1 .columns.center p, .structure-content.columnsx2 .columns.center p, .structure-content.columnsx3 .columns.center p {
    text-align: center;
  }
  .structure-content.services-breakdown .large .boxit {
    padding: 0.4rem 1rem 0rem;
  }
  .structure-content.services-breakdown .large .boxit h3 {
    line-height: 1.2;
  }
  .structure-content.services-breakdown .small .boxit p {
    margin-top: 0.4rem;
  }
  .structure-content.services-breakdown .small .boxit .text {
    padding: 0.4rem 1rem 0rem;
  }
  .structure-content.spotlight .boxit, .structure-content.latestnews-row .boxit, .structure-content.clients-row .boxit, .structure-content.campaigns-row .boxit, .structure-content.linkedin-row .boxit {
    padding-top: 0;
  }
  .structure-content.spotlight .boxit .pill, .structure-content.latestnews-row .boxit .pill, .structure-content.clients-row .boxit .pill, .structure-content.campaigns-row .boxit .pill, .structure-content.linkedin-row .boxit .pill {
    margin-top: 10px;
  }
  .structure-content.spotlight .boxit .text h6, .structure-content.latestnews-row .boxit .text h6, .structure-content.clients-row .boxit .text h6, .structure-content.campaigns-row .boxit .text h6, .structure-content.linkedin-row .boxit .text h6 {
    padding-bottom: 6px;
  }
  .structure-content.spotlight .boxit .text p, .structure-content.latestnews-row .boxit .text p, .structure-content.clients-row .boxit .text p, .structure-content.campaigns-row .boxit .text p, .structure-content.linkedin-row .boxit .text p {
    min-height: auto;
  }
  .structure-content.contentpanel {
    flex-direction: column;
  }
  .structure-content.contentpanel .image {
    height: 260px;
  }
  .structure-content.contentpanel .text {
    margin: 0rem 2rem;
  }
  .structure-content.contentpanel .text h3 {
    margin: 0.7rem 0 0.5rem;
    font-size: 1.825rem;
    line-height: 1.3;
  }
  .structure-content.contentpanel .text h6 {
    padding-bottom: 6px;
  }
  .structure-content.contentpanel .text p {
    margin-bottom: 1.5rem;
    font-size: 0.8125rem;
    line-height: 1.4;
    margin-top: 0.4rem;
  }
  .structure-content.contentpanel .text .pill {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .structure-content.campaigns-row {
    flex-direction: column;
  }
  .structure-content.campaigns-row h6 {
    padding-top: 20px;
  }
  .structure-content.campaigns-row .boxit {
    width: 100%;
  }
  .structure-content.latestnews-row {
    flex-direction: column;
  }
  .structure-content.latestnews-row .boxit {
    width: 100%;
    padding-bottom: 0;
  }
  .structure-content.latestnews-row .boxit .image {
    height: 260px;
  }
  .structure-content.testimonials {
    margin-top: -14px;
  }
  .structure-content.testimonials .boxit .in-con {
    flex-direction: column;
  }
  .structure-content.testimonials .boxit .in-con .text {
    text-align: center;
  }
  .structure-content.spotlight {
    flex-direction: column;
  }
  .structure-content.spotlight .boxit {
    width: 100%;
  }
  .structure-content.spotlight .boxit .image {
    width: 8rem;
    height: 8rem;
    margin: 1em auto;
  }
  .structure-content.spotlight .boxit .text h6 {
    padding-bottom: 10px;
  }
  .structure-content.clients-row .boxit {
    width: 320px;
  }
  .structure-content.clients-row .boxit .image {
    height: 320px;
  }
  .structure-content.linkedin-row {
    flex-direction: column;
  }
  .structure-content.linkedin-row .boxit {
    text-align: center;
    padding-top: 1.2rem;
    padding-bottom: 1rem;
    min-height: auto;
  }
  .structure-content.linkedin-row .boxit .text .pill {
    padding: 0.2rem 1rem;
  }
  .structure-content.lists {
    padding: 1rem;
  }
  .structure-content.lists ul li {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 12px 16px;
  }
  .structure-content.lists ul li strong {
    margin-right: 5px;
  }
  .structure-content.image-text {
    border-radius: 0;
    flex-direction: column !important;
    gap: 2rem;
  }
  .structure-content.image-text .text h3 {
    margin-bottom: 10px;
  }
  .structure-content.image-text.staff-link .image {
    width: 140px;
  }
  .structure-content.image-text.staff-link .image img {
    border-radius: 100px;
  }
  .structure-content.image-text.staff-link .text {
    text-align: center;
  }
  .structure-content.image-text.staff-link .text h2 {
    max-width: 100%;
  }
  .structure-content .logos .boxit img {
    max-width: 220px;
  }
  .footer .categories {
    flex-direction: column;
    gap: 2rem;
  }
  .footer .categories ul li {
    margin-bottom: 4px;
  }
  .footer .footer-details {
    flex-direction: column;
    gap: 2rem;
  }
  .footer .footer-details p {
    text-align: left;
    font-size: 0.6875rem;
    line-height: 1.8;
  }
}
.row.white .structure-content.linkedin-row h4 a {
  color: #0c2f39;
}
.row.white .structure-content.linkedin-row h6 {
  border-bottom: 0;
}
.row.white .structure-content.linkedin-row .boxit .text {
  color: #0c2f39;
}
.row.beige .structure-content.image-text, .row.soft .structure-content.image-text, .row.grey .structure-content.image-text, .row.taupe .structure-content.image-text, .row.pink .structure-content.image-text, .row.gold .structure-content.image-text {
  border: 0;
}
.row.beige .structure-content.contentpanel, .row.soft .structure-content.contentpanel, .row.grey .structure-content.contentpanel, .row.taupe .structure-content.contentpanel, .row.pink .structure-content.contentpanel, .row.gold .structure-content.contentpanel { /* background:white; */ }
.row.beige .structure-content.testimonials .boxit .in-con, .row.soft .structure-content.testimonials .boxit .in-con, .row.grey .structure-content.testimonials .boxit .in-con, .row.taupe .structure-content.testimonials .boxit .in-con, .row.pink .structure-content.testimonials .boxit .in-con, .row.gold .structure-content.testimonials .boxit .in-con {
  background: rgba(255, 255, 255, 0.6);
}
.row.beige .structure-content.linkedin-row h4 a, .row.soft .structure-content.linkedin-row h4 a, .row.grey .structure-content.linkedin-row h4 a, .row.taupe .structure-content.linkedin-row h4 a, .row.pink .structure-content.linkedin-row h4 a, .row.gold .structure-content.linkedin-row h4 a {
  color: #0c2f39;
}
.row.beige .structure-content.linkedin-row h6, .row.soft .structure-content.linkedin-row h6, .row.grey .structure-content.linkedin-row h6, .row.taupe .structure-content.linkedin-row h6, .row.pink .structure-content.linkedin-row h6, .row.gold .structure-content.linkedin-row h6 {
  border-bottom: 0;
}
.row.beige .structure-content.linkedin-row .boxit, .row.soft .structure-content.linkedin-row .boxit, .row.grey .structure-content.linkedin-row .boxit, .row.taupe .structure-content.linkedin-row .boxit, .row.pink .structure-content.linkedin-row .boxit, .row.gold .structure-content.linkedin-row .boxit {
  background: rgba(255, 255, 255, 0.6);
}
.row.beige .structure-content.linkedin-row .boxit .text, .row.soft .structure-content.linkedin-row .boxit .text, .row.grey .structure-content.linkedin-row .boxit .text, .row.taupe .structure-content.linkedin-row .boxit .text, .row.pink .structure-content.linkedin-row .boxit .text, .row.gold .structure-content.linkedin-row .boxit .text {
  color: #0c2f39;
}
.row.teal h3.section-title, .row.darkteal h3.section-title {
  color: #fff;
}
.row.teal .structure-content.image-text, .row.darkteal .structure-content.image-text {
  border: 0;
}
.row.teal .structure-content.contentpanel, .row.darkteal .structure-content.contentpanel { /* background:white; */ }
.row.teal .structure-content.linkedin-row h4 a, .row.darkteal .structure-content.linkedin-row h4 a {
  color: #0c2f39;
}
.row.teal .structure-content.linkedin-row h6, .row.darkteal .structure-content.linkedin-row h6 {
  border-bottom: 0;
}
.row.teal .structure-content.linkedin-row .boxit, .row.darkteal .structure-content.linkedin-row .boxit {
  background: rgba(255, 255, 255, 0.8666666667);
}
.row.teal .structure-content.linkedin-row .boxit .text, .row.darkteal .structure-content.linkedin-row .boxit .text {
  color: #0c2f39;
}
.row.pink h6 {
  color: #FFD8D8;
}
.row.gold h6 {
  color: #FFB301;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflowx: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: transparent;
  border: none;
  color: #fff;
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important;
}

.flickity-button:hover {
  background: #2C4CCD;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 47%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
  background: #2a49c5;
}

.flickity-prev-next-button.previous {
  left: -60px;
}

.flickity-prev-next-button.next {
  right: -58px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: relative;
  width: 100%;
  top: 0;
  padding: 0;
  margin: 50px auto 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 50%;
  opacity: 1;
  border: 0px solid #2C4CCD;
  background: rgba(51, 51, 51, 0.2666666667);
  cursor: pointer;
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important;
}

.flickity-page-dots .dot:hover {
  background: #2C4CCD;
  opacity: 1;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #00C6BC;
}

.ss-slider .flickity-page-dots {
  bottom: 40px;
}
.ss-slider .flickity-page-dots .dot {
  border-color: #333;
  border-width: 2px;
  background: none;
}
.ss-slider .flickity-page-dots .dot.is-selected {
  background: #2C4CCD;
  border-color: #2C4CCD;
}

#hero-slideshow .flickity-page-dots {
  bottom: 34px;
  opacity: 0.9;
}
#hero-slideshow .flickity-page-dots .dot {
  background: #fff;
}
#hero-slideshow .flickity-page-dots .dot.is-selected {
  background: #2C4CCD;
}

#s-phone .flickity-prev-next-button {
  top: 54%;
  background: #333;
}
#s-phone .flickity-prev-next-button svg {
  fill: #2C4CCD;
}
#s-phone .flickity-prev-next-button.previous {
  left: 25%;
}
#s-phone .flickity-prev-next-button.next {
  right: 25%;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/*# sourceMappingURL=aesthetics.css.map */
