@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic);
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&family=Ubuntu:wght@700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body, p, th, td, li {
  color: var(--text-colour);
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}

a {
  color: var(--text-colour);
}
a:hover {
  color: var(--text-colour);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--text-colour);
  font-family: "Open Sans", serif;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  font-size: 175%;
  line-height: 1.5;
  margin-bottom: 0.67em;
}
@media screen and (min-width: 821px) {
  h1 {
    font-size: 240%;
  }
}

h2 {
  font-size: 160%;
}

h3 {
  font-size: 108%;
}

.page-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex-grow: 1;
}

.content-container {
  max-width: 1200px;
  margin: auto;
  padding: 0;
}

.main-nav img {
  height: 48px;
}
.main-nav .nav {
  display: flex;
  justify-content: space-between;
}
.main-nav a {
  color: var(--text-colour);
  text-decoration: none;
}
.main-nav ul {
  list-style: none;
  display: flex;
  Flex-direction: column;
  justify-content: space-between;
  gap: 0;
  text-align: right;
  margin: 0;
  padding-left: 0;
}
.main-nav ul li.active a {
  border-bottom: 1px solid var(--text-colour);
}
@media screen and (min-width: 821px) {
  .main-nav ul {
    flex-direction: row;
    gap: 3rem;
  }
}

footer {
  background-color: #404454;
}
footer p {
  color: #ffffff;
  font-size: 90%;
  margin: 24px 0;
}

.testimonial {
  margin-bottom: 36px;
  background-color: var(--panel-bg-colour);
  padding: 24px;
  border-radius: 12px;
}
@media screen and (min-width: 821px) {
  .testimonial {
    float: right;
    width: 25%;
    margin-left: 36px;
  }
}
.testimonial .author {
  color: var(--text-colour);
  font-size: 70%;
  text-align: right;
  margin: 0;
}

@media screen and (min-width: 821px) {
  .testimonials {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 96px;
  }
}

.connect a {
  text-decoration: none;
  padding-right: 12px;
}
.connect img {
  height: 60px;
}

.publication {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  margin-bottom: 2rem;
}
.publication img {
  display: inline;
  width: 60px;
  margin: 4px;
}
.publication .title {
  font-weight: bolder;
  text-decoration: underline;
}

.company-details {
  display: inline-grid;
  grid-template-columns: auto;
  column-gap: 96px;
}
.company-details p {
  font-size: 75%;
  margin-bottom: 0.5rem;
}
.company-details .col-1 {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 24px;
  margin-bottom: 48px;
}
.company-details .col-2 {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 24px;
}
@media screen and (min-width: 821px) {
  .company-details {
    grid-template-columns: auto auto;
  }
  .company-details .col-1 {
    margin-bottom: 0;
  }
}

.themes {
  display: flex;
  flex-flow: row wrap;
  column-gap: 24px;
}
.themes h2 {
  text-align: center;
  margin-top: 36px;
}
.themes .swatches {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 0;
  font-size: 70%;
  width: 400px;
}
.themes .swatches .swatch {
  width: 100px;
  text-align: center;
  color: #ffffff;
  padding: 18px;
}
.themes .circle {
  margin-top: 48px;
  padding: 96px;
  border-radius: 50%;
}

.calendly-inline-widget {
  min-width: 320px;
  height: 700px;
}

._cUP1np9gMvFQrcPftuf.xahN8AEzyAvQtVj17TPv {
  margin-top: 0;
}

.resources .publication {
  margin-bottom: 4rem;
}

:root {
  --text-colour: #032446;
  --panel-bg-hover: rgba(118, 217, 255, 0.8);
  --panel-bg-colour: rgba(167, 231, 255, 0.7);
  --cta-bg-colour: rgb(0, 98, 136);
}

html, body {
  height: 100%;
}

p, dd, ul, ol {
  margin-bottom: 1em;
}

h2 {
  margin-bottom: 8px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.stripe {
  padding: 36px;
  margin-bottom: 36px;
  overflow: hidden;
}

.weblogo {
  display: flex;
  gap: 6px;
  align-items: center;
  color: var(--text-colour);
}
.weblogo .text {
  font-family: Nunito;
  font-weight: 600;
  line-height: 1.1;
}
.weblogo img {
  width: 60px;
}

@media screen and (min-width: 821px) {
  .narrow {
    width: 66%;
    margin: auto;
  }
}

.udes {
  padding-top: 40px;
}
@media screen and (min-width: 821px) {
  .udes {
    padding-top: 72px;
    width: 66%;
    margin: auto;
  }
}

.hello {
  display: flex;
  flex-direction: column-reverse;
}
.hello img {
  border-radius: 40px;
  align-self: center;
  width: 75%;
}
@media screen and (min-width: 821px) {
  .hello {
    flex-direction: row;
  }
  .hello img {
    margin-left: 80px;
    width: 20%;
  }
}

.panels > * {
  padding-bottom: 120px;
}
@media screen and (min-width: 821px) {
  .panels {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 96px;
  }
  .panels > * {
    padding-bottom: 0;
  }
}
.panels.about {
  text-align: center;
}

.enquire-now {
  text-align: center;
}
.enquire-now a {
  background-color: var(--cta-bg-colour);
  color: #ffffff;
  border-radius: 64px;
  padding: 12px 24px;
  text-decoration: none;
}
.enquire-now a:hover {
  opacity: 0.8;
  text-decoration: none;
}

ul {
  padding-left: 48px;
}
ul li {
  padding-left: 24px;
}
ul.problems li {
  list-style-type: disc;
}

a.clickable-panel {
  display: block;
  background-color: var(--panel-bg-colour);
  text-decoration: none;
  padding: 24px;
  border-radius: 12px;
}
@media screen and (min-width: 821px) {
  a.clickable-panel {
    width: 33%;
  }
}
a.clickable-panel .controls {
  text-align: right;
}
a.clickable-panel .controls .goto {
  display: inline-block;
  background-color: var(--cta-bg-colour);
  color: #ffffff;
  font-weight: bold;
  font-size: 150%;
  line-height: 1;
  border-radius: 64px;
  padding: 0 12px 6px 12px;
  text-decoration: none;
}
a.clickable-panel:hover {
  background-color: var(--panel-bg-hover);
}

.float-right {
  float: right;
}

.standout {
  background-color: var(--panel-bg-colour);
}
@media screen and (min-width: 821px) {
  .standout {
    border-radius: 36px;
  }
}

img.inset {
  background-color: #fff;
  padding: 6px;
  border-radius: 18px;
}
@media screen and (min-width: 821px) {
  img.inset {
    float: right;
    width: 40%;
    margin-left: 36px;
  }
  img.inset.large {
    width: 50%;
  }
}

@media screen and (min-width: 821px) {
  .closing-cta {
    display: flex;
  }
}
.closing-cta .text {
  margin-bottom: 36px;
}
@media screen and (min-width: 821px) {
  .closing-cta .text {
    flex-grow: 1;
    margin-bottom: 0;
  }
}
.closing-cta .book-now {
  text-align: center;
}
@media screen and (min-width: 821px) {
  .closing-cta .book-now {
    margin-left: 36px;
  }
}
.closing-cta .book-now a {
  display: block;
  background-color: var(--cta-bg-colour);
  color: #ffffff;
  border-radius: 64px;
  padding: 12px 24px;
  text-decoration: none;
}
.closing-cta .book-now a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (min-width: 821px) {
  .cols-2 {
    display: flex;
    gap: 36px;
  }
  .cols-2 .width-33 {
    width: 33%;
  }
  .cols-2 .width-66 {
    width: 66%;
  }
}
.case-studies {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 821px) {
  .case-studies {
    flex-direction: row;
  }
}

.clients img {
  height: 48px;
  padding: 24px;
}

.ticked-list {
  list-style: none;
  padding-left: 0;
}
.ticked-list li {
  position: relative;
  padding-left: 2.5em;
}
.ticked-list li:before {
  content: "✓";
  position: absolute;
  left: 1em;
  width: 1em;
  height: 1em;
}