/*!
Theme Name: Rpint
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rpint
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Rpint is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! 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.
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.gatsby-image-wrapper {
  position: relative;
  overflow: hidden;
}
.gatsby-image-wrapper picture.object-fit-polyfill {
  position: static !important;
}
.gatsby-image-wrapper img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.gatsby-image-wrapper [data-main-image] {
  opacity: 0;
  transform: translateZ(0);
  transition: opacity 0.25s linear;
  will-change: opacity;
}
.gatsby-image-wrapper-constrained {
  display: inline-block;
  vertical-align: top;
}
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #be2626;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #be2626, 0 0 5px #be2626;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #be2626;
  border-left-color: #be2626;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tk-atten-new {
  font-family: "atten-new", sans-serif;
}
@font-face {
  font-family: atten-new;
  src: url(https://use.typekit.net/af/43fcda/00000000000000007735c076/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/43fcda/00000000000000007735c076/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3)
      format("woff"),
    url(https://use.typekit.net/af/43fcda/00000000000000007735c076/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3)
      format("opentype");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: atten-new;
  src: url(https://use.typekit.net/af/6ae6a2/00000000000000007735c07b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/6ae6a2/00000000000000007735c07b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
      format("woff"),
    url(https://use.typekit.net/af/6ae6a2/00000000000000007735c07b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
      format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: atten-new;
  src: url(https://use.typekit.net/af/f92594/00000000000000007735c08b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/f92594/00000000000000007735c08b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
      format("woff"),
    url(https://use.typekit.net/af/f92594/00000000000000007735c08b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
      format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: atten-new;
  src: url(https://use.typekit.net/af/7c5704/00000000000000007735c093/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/7c5704/00000000000000007735c093/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3)
      format("woff"),
    url(https://use.typekit.net/af/7c5704/00000000000000007735c093/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3)
      format("opentype");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: tk-atten-new-i7;
  src: url(https://use.typekit.net/af/43fcda/00000000000000007735c076/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/43fcda/00000000000000007735c076/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3)
      format("woff"),
    url(https://use.typekit.net/af/43fcda/00000000000000007735c076/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3)
      format("opentype");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: tk-atten-new-n4;
  src: url(https://use.typekit.net/af/6ae6a2/00000000000000007735c07b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/6ae6a2/00000000000000007735c07b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
      format("woff"),
    url(https://use.typekit.net/af/6ae6a2/00000000000000007735c07b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
      format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: tk-atten-new-n7;
  src: url(https://use.typekit.net/af/f92594/00000000000000007735c08b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/f92594/00000000000000007735c08b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
      format("woff"),
    url(https://use.typekit.net/af/f92594/00000000000000007735c08b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
      format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: tk-atten-new-i4;
  src: url(https://use.typekit.net/af/7c5704/00000000000000007735c093/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/7c5704/00000000000000007735c093/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3)
      format("woff"),
    url(https://use.typekit.net/af/7c5704/00000000000000007735c093/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3)
      format("opentype");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  font-display: auto;
}
#ccvuoeddde81722361706977 {
  outline: none !important;
  visibility: visible !important;
  resize: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  background: none !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -mz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  top: auto !important;
  right: 0px !important;
  bottom: 0px !important;
  left: auto !important;
  position: fixed !important;
  border: 0 !important;
  min-height: 0px !important;
  min-width: 0px !important;
  max-height: none !important;
  max-width: none !important;
  padding: 0px !important;
  margin: 0px !important;
  -moz-transition-property: none !important;
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  width: auto !important;
  height: auto !important;
  display: none !important;
  z-index: 2000000000 !important;
  background-color: transparent !important;
  cursor: none !important;
  float: none !important;
  border-radius: unset !important;
  pointer-events: auto !important;
  clip: auto !important;
  color-scheme: light !important;
}
#ccvuoeddde81722361706977.widget-hidden {
  display: none !important;
}
#ccvuoeddde81722361706977.widget-visible {
  display: block !important;
}
@media print {
  #ccvuoeddde81722361706977.widget-visible {
    display: none !important;
  }
}
@keyframes tawkMaxOpen {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
@-moz-keyframes tawkMaxOpen {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
@-webkit-keyframes tawkMaxOpen {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
#f08rn0bu797o1722361707120.open {
  animation: tawkMaxOpen 0.25s ease !important;
}
@keyframes tawkMaxClose {
  from {
    opacity: 1;
    transform: translate(0, 0px);
  }
  to {
    opacity: 0;
    transform: translate(0, 30px);
  }
}
@-moz-keyframes tawkMaxClose {
  from {
    opacity: 1;
    transform: translate(0, 0px);
  }
  to {
    opacity: 0;
    transform: translate(0, 30px);
  }
}
@-webkit-keyframes tawkMaxClose {
  from {
    opacity: 1;
    transform: translate(0, 0px);
  }
  to {
    opacity: 0;
    transform: translate(0, 30px);
  }
}
#f08rn0bu797o1722361707120.closed {
  animation: tawkMaxClose 0.25s ease !important;
}
.blVNIL {
  width: 100%;
  background: rgb(102, 194, 171);
  background: linear-gradient(
    344deg,
    rgba(102, 194, 171, 1) 33%,
    rgba(115, 208, 217, 1) 92%
  );
}

/*!sc*/
.blVNIL .cta {
  max-width: var(--maxWidth);
  padding: 5rem 0;
  width: 90%;
  margin: var(--auto);
  text-align: center;
}

/*!sc*/
.blVNIL .cta h3 {
  color: var(--offWhite);
  font-size: 2.35rem;
  max-width: 850px;
  margin: var(--auto);
}

/*!sc*/
.blVNIL .cta p {
  color: var(--offWhite);
  margin: 0.75rem auto;
  max-width: 650px;
}

/*!sc*/
.blVNIL .cta button {
  margin-top: 2rem;
  width: 200px;
  border: solid 1px var(--offWhite);
  background-color: var(--offWhite);
}

/*!sc*/
.blVNIL .cta button span {
  color: #66c2ab;
}

/*!sc*/
data-styled.g1[id="CTA__CTAStyles-sc-19n4h5x-0"] {
  content: "blVNIL,";
}

/*!sc*/
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/*!sc*/
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/*!sc*/
.nav__wrapper {
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  z-index: 99999;
}

/*!sc*/
.active {
  border-bottom: 1px solid #dee4ec;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 99999;
  background-color: var(--white) !important;
}

/*!sc*/
.active .nav {
  padding: 0.75rem 0 !important;
}

/*!sc*/
html {
  font-size: 18px;
}

/*!sc*/
@media only screen and (min-width: 375px) {
  html {
    font-size: 18.5px;
  }
}

/*!sc*/
@media only screen and (min-width: 414px) {
  html {
    font-size: 19px;
  }
}

/*!sc*/
@media only screen and (min-width: 1280px) {
  html {
    font-size: 19.5px;
  }
}

/*!sc*/
h1 {
  font-size: var(--titleLarge);
}

/*!sc*/
h2 {
  font-size: var(--titleMedium);
}

/*!sc*/
h3 {
  font-size: var(--titleRegular);
}

/*!sc*/
h4 {
  font-size: var(--titleRegular);
}

/*!sc*/
h5 {
  font-size: var(--titleSmall);
}

/*!sc*/
h6 {
  font-size: var(--titleSmall);
}

/*!sc*/
p,
li,
span,
i,
input,
textarea {
  font-size: var(--base);
}

/*!sc*/
:root {
  --mainColour: rgb(190, 26, 38);
  --background: rgb(12, 37, 51);
  --newBlue: rgb(115, 208, 217);
  --newCyan: rgb(102, 194, 171);
  --darkBlue: rgb(0, 54, 80);
  --darkTeal: rgb(0, 99, 101);
  --lightTeal: rgb(41, 163, 160);
  --lightAlphaTeal: rgba(41, 163, 160, 0.25);
  --accent: rgb(245, 209, 50);
  --white: rgb(255, 255, 255);
  --offWhite: rgb(250, 250, 250);
  --altBackground: rgb(244, 246, 245);
  --textWhite: rgb(197, 205, 210);
  --black: rgb(0, 0, 0);
  --main: atten-new, -apple-system, system-ui, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  --titleLarge: 3.052rem;
  --titleMedium: 2.441rem;
  --titleRegular: 1.953rem;
  --titleSmall: 1.25rem;
  --base: 1rem;
  --textMedium: 0.8rem;
  --textSmall: 0.75rem;
  --maxWidth: 1200px;
  --auto: 0 auto;
  --test: 1;
}

/*!sc*/
html {
  box-sizing: border-box;
  width: 100%;
}

/*!sc*/
*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*!sc*/
::selection {
  background-color: var(--background);
  color: var(--newBlue);
}

/*!sc*/
a,
a:visited {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

/*!sc*/
.cookie__wrapper {
  bottom: 0px;
  background: var(--white);
  padding: 1rem;
  -webkit-align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0px;
  position: fixed;
  width: 100%;
  z-index: 1050;
}

/*!sc*/
@media only screen and (min-width: 768px) {
  .cookie__wrapper {
    width: 50%;
    margin: var(--auto);
    padding: 1.5rem;
  }
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .cookie__wrapper {
    width: 30%;
    margin: var(--auto);
    padding: 1.5rem;
    max-width: 400px;
  }
}

/*!sc*/
.cookie__wrapper div {
  text-align: center;
}

/*!sc*/
.cookie__wrapper div button {
  width: 70%;
  margin: 0.5rem auto 0 auto;
}

/*!sc*/
@media only screen and (min-width: 768px) {
  .cookie__wrapper div button {
    margin-top: 1rem;
  }
}

/*!sc*/
.cookie__wrapper__content {
  text-align: center;
}

/*!sc*/
.cookie__wrapper__content a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/*!sc*/
body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: var(--white);
  font-family: var(--main);
  font-size: var(--base);
  line-height: 1.3;
}

/*!sc*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--main);
  margin: 0;
  -webkit-letter-spacing: -1px;
  -moz-letter-spacing: -1px;
  -ms-letter-spacing: -1px;
  letter-spacing: -1px;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  font-display: swap;
  color: var(--background);
}

/*!sc*/
p,
a,
li,
input,
address,
label,
input,
textarea {
  font-family: var(--main);
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-display: swap;
  color: var(--background);
}

/*!sc*/
p {
  line-height: 1.5;
}

/*!sc*/
.sbt {
  color: var(--newCyan);
  text-transform: uppercase;
  font-size: 1.05rem;
  font-weight: 700;
  -webkit-letter-spacing: 0.5px;
  -moz-letter-spacing: 0.5px;
  -ms-letter-spacing: 0.5px;
  letter-spacing: 0.5px;
}

/*!sc*/
.hidden {
  display: none;
}

/*!sc*/
.btn {
  border-radius: 5px;
  padding: 0.75rem 1.2rem;
  cursor: pointer;
  border: none;
  background-color: var(--mainColour);
}

/*!sc*/
.btn span {
  color: var(--white);
  font-weight: 700;
  font-size: var(--titleExtraSmall);
}

/*!sc*/
.btn--main {
  background: linear-gradient(
    344deg,
    rgb(102, 194, 171) 13%,
    rgb(115, 208, 217) 92%
  );
  border: none;
}

/*!sc*/
.btn--alt {
  background: var(--background);
  border: solid var(--background) 0;
}

/*!sc*/
.btn--alt span {
  color: var(--offWhite);
}

/*!sc*/
.gatsby-image-wrapper img[src*="base64\,"] {
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
}

/*!sc*/
data-styled.g2[id="sc-global-jGVKCI1"] {
  content: "sc-global-jGVKCI1,";
}

/*!sc*/
.fYCAud {
  z-index: 999;
  width: 100%;
  position: fixed;
}

/*!sc*/
.fYCAud .nav__wrapper {
  background: none;
}

/*!sc*/
@-webkit-keyframes liAnimation {
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 50;
  }
}

/*!sc*/
@keyframes liAnimation {
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 50;
  }
}

/*!sc*/
@-webkit-keyframes iconAnimation {
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 50;
  }
}

/*!sc*/
@keyframes iconAnimation {
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 50;
  }
}

/*!sc*/
@-webkit-keyframes desktopMenuIn {
  to {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
  }
}

/*!sc*/
@keyframes desktopMenuIn {
  to {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
  }
}

/*!sc*/
.fYCAud .nav-bkg {
  background-color: none;
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/*!sc*/
.fYCAud .nav {
  padding: 1.05rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  position: relative;
  max-width: var(--maxWidth);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 9999;
}

/*!sc*/
.fYCAud .nav--logo svg {
  width: 80px;
  height: auto;
  -webkit-transition: all 10s ease;
  transition: all 10s ease;
  fill: black;
}

/*!sc*/
.fYCAud .nav--logo svg path .st0 {
  fill: black;
}

/*!sc*/
.fYCAud .nav--logo svg .st0 {
  fill: black;
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .fYCAud .nav--logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/*!sc*/
.fYCAud .nav--menu {
  width: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/*!sc*/
.fYCAud .nav--menu div {
  width: 100%;
  height: 3px;
  margin-bottom: 0.3rem;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-transform-origin: 26.5px center;
  -ms-transform-origin: 26.5px center;
  transform-origin: 26.5px center;
  background-color: var(--background);
}

/*!sc*/
.fYCAud .nav--menu div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 75%;
  margin: 0 0 0.3rem auto;
  background-color: var(--background);
}

/*!sc*/
.fYCAud .nav--menu div:nth-child(2) {
  opacity: 1;
  background-color: var(--background);
}

/*!sc*/
.fYCAud .nav--menu div:nth-child(3) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 75%;
  margin: 0 0 0 auto;
  background-color: var(--background);
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .fYCAud .nav--menu {
    display: none;
  }
}

/*!sc*/
.fYCAud .nav--desktop {
  display: none;
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .fYCAud .nav--desktop {
    display: block;
  }

  .fYCAud .nav--desktop > ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
  }

  .fYCAud .nav--desktop > ul > li {
    font-weight: 700;
  }

  .fYCAud .nav--desktop > ul .submenu {
    position: relative;
  }

  .fYCAud .nav--desktop > ul .submenu:hover .dropdown {
    -webkit-animation: desktopMenuIn 0.35s ease-in-out forwards;
    animation: desktopMenuIn 0.35s ease-in-out forwards;
  }

  .fYCAud .nav--desktop > ul .submenu .dropdown {
    width: 38rem;
    left: -16.5rem;
    top: 0;
    position: absolute;
    padding-top: 2rem;
    visibility: hidden;
    z-index: -40;
    opacity: 0;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
  }

  .fYCAud .nav--desktop > ul .submenu .dropdown__wrapper {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 4.5px;
    list-style: none;
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.25rem 2rem;
    padding: 1rem;
  }

  .fYCAud .nav--desktop > ul .submenu .dropdown__wrapper li {
    padding: 0.75rem 0.5rem;
    border-bottom: solid 1px rgba(100, 100, 111, 0.2);
  }

  .fYCAud .nav--desktop > ul .submenu .dropdown__wrapper li:hover a p {
    color: var(--newCyan);
  }

  .fYCAud .nav--desktop > ul .submenu .dropdown__wrapper li:hover a svg {
    fill: var(--newCyan);
  }

  .fYCAud .nav--desktop > ul .submenu .dropdown__wrapper li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fYCAud .nav--desktop > ul .submenu .dropdown__wrapper li a svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .fYCAud .nav--desktop > ul .submenu-c {
    position: relative;
  }

  .fYCAud .nav--desktop > ul .submenu-c:hover .dropdown {
    -webkit-animation: desktopMenuIn 0.35s ease-in-out forwards;
    animation: desktopMenuIn 0.35s ease-in-out forwards;
  }

  .fYCAud .nav--desktop > ul .submenu-c .dropdown {
    width: 7.5rem;
    left: -1.5rem;
    top: 0;
    position: absolute;
    padding-top: 2rem;
    visibility: hidden;
    z-index: -40;
    opacity: 0;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
  }

  .fYCAud .nav--desktop > ul .submenu-c .dropdown__wrapper {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 4.5px;
    list-style: none;
    background-color: #fff;
    padding: 0.5rem 1rem;
  }

  .fYCAud .nav--desktop > ul .submenu-c .dropdown__wrapper li {
    padding: 0.75rem 0.5rem;
    border-bottom: solid 1px rgba(100, 100, 111, 0.2);
  }

  .fYCAud .nav--desktop > ul .submenu-c .dropdown__wrapper li:nth-child(3) {
    border: none;
  }

  .fYCAud .nav--desktop > ul .submenu-c .dropdown__wrapper li:hover a p {
    color: var(--newCyan);
  }

  .fYCAud .nav--desktop > ul .submenu-c .dropdown__wrapper li a {
    text-align: center;
  }

  .fYCAud .nav--desktop button {
    padding: 0.75rem 1.2rem;
  }
}

/*!sc*/
.fYCAud .menu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: var(--background);
  max-height: 0;
  height: 0;
  overflow: hidden;
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .fYCAud .menu {
    display: none;
  }
}

/*!sc*/
.fYCAud .menu > ul {
  display: none;
  width: 100%;
  margin: 5rem auto;
  text-align: left;
  list-style: none;
}

/*!sc*/
@media only screen and (min-width: 375px) {
  .fYCAud .menu > ul {
    margin-top: 5rem;
  }
}

/*!sc*/
@media only screen and (min-width: 414px) {
  .fYCAud .menu > ul {
    margin-top: 7rem;
  }
}

/*!sc*/
.fYCAud .menu > ul > li {
  font-size: 1.4rem;
  color: var(--offWhite);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
}

/*!sc*/
.fYCAud .menu > ul > li a {
  padding: 0.85rem 0.85rem;
  display: block;
  color: var(--white);
}

/*!sc*/
.fYCAud .menu > ul .menu--button {
  width: 90%;
  margin: var(--auto);
  text-align: center;
  border: none;
}

/*!sc*/
@media only screen and (min-width: 414px) {
  .fYCAud .menu > ul .menu--button {
    width: 60%;
  }
}

/*!sc*/
.fYCAud .menu > ul .menu--button button {
  margin: 1.5rem auto 0 auto;
  width: 100%;
  text-align: center;
  background-color: var(--mainColour);
}

/*!sc*/
.fYCAud .menu > ul .menu--button button span {
  font-size: 1.2rem;
}

/*!sc*/
.fYCAud .menu > ul .s-submenu {
  padding: 0;
}

/*!sc*/
.fYCAud .menu > ul .s-submenu .s-dropdown {
  list-style: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  padding: 0;
}

/*!sc*/
.fYCAud .menu > ul .s-submenu .s-dropdown li {
  padding: 0;
  margin: 0 0 2px 0;
  background-color: rgb(45, 56, 75);
}

/*!sc*/
.fYCAud .menu > ul .s-submenu .s-dropdown li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*!sc*/
.fYCAud .menu > ul .s-submenu .s-dropdown li a svg {
  width: 20px;
  height: 20px;
  fill: var(--offWhite);
}

/*!sc*/
.fYCAud .menu > ul .s-submenu .s-dropdown li a p {
  color: var(--offWhite);
}

/*!sc*/
.fYCAud .menu > ul .submenu {
  padding: 0;
}

/*!sc*/
.fYCAud .menu > ul .submenu .dropdown {
  list-style: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  padding: 0;
}

/*!sc*/
.fYCAud .menu > ul .submenu .dropdown li {
  padding: 0;
  margin: 0 0 2px 0;
  background-color: rgb(45, 56, 75);
}

/*!sc*/
.fYCAud .menu > ul .submenu .dropdown li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*!sc*/
.fYCAud .menu > ul .submenu .dropdown li a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: var(--offWhite);
}

/*!sc*/
.fYCAud .menu > ul .submenu .dropdown li a p {
  color: var(--offWhite);
}

/*!sc*/
.fYCAud .menu > ul > li:nth-child(1) {
  -webkit-animation: 0.65s 0.5s forwards;
  animation: 0.65s 0.5s forwards;
}

/*!sc*/
.fYCAud .menu > ul > li:nth-child(2) {
  -webkit-animation: 0.65s 0.7s forwards;
  animation: 0.65s 0.7s forwards;
}

/*!sc*/
.fYCAud .menu > ul > li:nth-child(3) {
  -webkit-animation: 0.65s 0.9s forwards;
  animation: 0.65s 0.9s forwards;
}

/*!sc*/
.fYCAud .menu > ul > li:nth-child(4) {
  -webkit-animation: 0.55s 1.1s forwards;
  animation: 0.55s 1.1s forwards;
}

/*!sc*/
.fYCAud .menu > ul > li:nth-child(5) {
  -webkit-animation: 0.55s 1.3s forwards;
  animation: 0.55s 1.3s forwards;
}

/*!sc*/
.fYCAud .menu > ul .nav__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  margin: 6rem auto 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*!sc*/
.fYCAud .menu > ul .nav__icons a {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

/*!sc*/
.fYCAud .menu > ul .nav__icons a:nth-child(1) {
  -webkit-animation: 0.55s 2s forwards;
  animation: 0.55s 2s forwards;
}

/*!sc*/
.fYCAud .menu > ul .nav__icons a:nth-child(2) {
  -webkit-animation: 0.55s 2.2s forwards;
  animation: 0.55s 2.2s forwards;
}

/*!sc*/
.fYCAud .menu > ul .nav__icons a:nth-child(3) {
  -webkit-animation: 0.55s 2.4s forwards;
  animation: 0.55s 2.4s forwards;
}

/*!sc*/
.fYCAud .menu > ul .nav__icons a svg {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 22px;
  fill: rgba(255, 255, 255, 0.5);
}

/*!sc*/
.fYCAud .menu > ul .nav__icons a svg:hover {
  fill: var(--mainColour);
}

/*!sc*/
data-styled.g3[id="Nav__NavStyles-sc-30g4xf-0"] {
  content: "fYCAud,";
}

/*!sc*/
.bZxEMs {
  width: 100%;
  background: var(--background);
  padding-bottom: 1.5rem;
}

/*!sc*/
.bZxEMs .footer {
  max-width: var(--maxWidth);
  width: 90%;
  padding: 3rem 0 0 0;
  margin: var(--auto);
}

/*!sc*/
.bZxEMs .footer__left__logo {
  width: 80px;
  height: auto;
}

/*!sc*/
.bZxEMs .footer__left__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95%;
}

/*!sc*/
.bZxEMs .footer__left__links section {
  margin-top: 2rem;
}

/*!sc*/
.bZxEMs .footer__left__links section h6 {
  color: var(--white);
  font-weight: 700;
  font-size: var(--titleSmall);
}

/*!sc*/
.bZxEMs .footer__left__links section ul {
  list-style: none;
  will-change: opacity;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/*!sc*/
.bZxEMs .footer__left__links section ul:hover li a {
  opacity: 0.5;
}

/*!sc*/
.bZxEMs .footer__left__links section ul li {
  color: var(--white);
  margin: 0.5rem 0;
  font-size: 0.9rem;
}

/*!sc*/
.bZxEMs .footer__left__links section ul li a {
  will-change: opacity;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  color: var(--white);
}

/*!sc*/
.bZxEMs .footer__left__links section ul li a:hover {
  opacity: 1 !important;
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .bZxEMs .footer__left__links {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 1.5rem;
  }
}

/*!sc*/
.bZxEMs .footer__right {
  margin-top: 2rem;
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .bZxEMs .footer__right {
    margin-top: 0;
  }
}

/*!sc*/
.bZxEMs .footer__right__signup p {
  color: var(--white);
  font-weight: 700;
  font-size: var(--titleSmall);
  margin-bottom: 1rem;
}

/*!sc*/
.bZxEMs .footer__right__signup form input {
  width: 100%;
  padding: 1rem;
  border-radius: 5px;
  border: none;
}

/*!sc*/
.bZxEMs .footer__right__signup form button {
  width: 100%;
  padding: 1rem;
  background: #66c2ab;
  border: none;
  border-radius: 5px;
  margin-top: 0.75rem;
}

/*!sc*/
.bZxEMs .footer__right__signup form button span {
  color: var(--white);
  font-weight: 700;
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .bZxEMs .footer__right__signup form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bZxEMs .footer__right__signup form input {
    border-radius: 5px 0 0 5px;
  }

  .bZxEMs .footer__right__signup form button {
    margin-top: 0;
    width: 35%;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
  }
}

/*!sc*/
.bZxEMs .footer__right__featured {
  margin-top: 1.5rem;
  color: var(--white);
}

/*!sc*/
.bZxEMs .footer__right__featured > p {
  color: var(--white);
  font-weight: 700;
  font-size: var(--titleSmall);
  margin-bottom: 1rem;
}

/*!sc*/
.bZxEMs .footer__right__featured section {
  border: rgba(255, 255, 255, 0.25) 1px solid;
  border-radius: 3px;
  padding: 1rem;
  margin: 1rem 0;
}

/*!sc*/
.bZxEMs .footer__right__featured section:hover {
  border: rgba(255, 255, 255, 1) 1px solid;
}

/*!sc*/
.bZxEMs .footer__right__featured section:hover span svg {
  fill: #fff;
}

/*!sc*/
.bZxEMs .footer__right__featured section div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*!sc*/
.bZxEMs .footer__right__featured section div p {
  color: var(--offWhite);
  font-size: 0.9rem;
}

/*!sc*/
.bZxEMs .footer__right__featured section div p span {
  font-weight: 700;
}

/*!sc*/
.bZxEMs .footer__right__featured section div > span svg {
  fill: rgba(255, 255, 255, 0.75);
  width: 15px;
  height: 15px;
}

/*!sc*/
.bZxEMs .footer__right__featured section h6 {
  margin: 0.25rem 0;
  color: var(--offWhite);
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .bZxEMs .footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5rem;
  }
}

/*!sc*/
.bZxEMs .legal {
  width: 90%;
  margin: var(--auto);
  margin-top: 2rem;
  max-width: var(--maxWidth);
}

/*!sc*/
.bZxEMs .legal__icons {
  width: 80px;
  margin: var(--auto);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  will-change: opacity;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/*!sc*/
.bZxEMs .legal__icons:hover svg {
  opacity: 0.5;
}

/*!sc*/
.bZxEMs .legal__icons svg {
  fill: var(--white);
  width: 25px;
  height: 25px;
  will-change: opacity;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/*!sc*/
.bZxEMs .legal__icons svg:hover {
  opacity: 1;
}

/*!sc*/
.bZxEMs .legal__links {
  margin-top: 2rem;
  margin: 2rem auto 0 auto;
  text-align: center;
  width: 100%;
}

/*!sc*/
.bZxEMs .legal__links ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  gap: 1rem;
  will-change: opacity;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/*!sc*/
.bZxEMs .legal__links ul:hover li a {
  opacity: 0.5;
}

/*!sc*/
.bZxEMs .legal__links ul li {
  color: var(--white);
  font-size: 0.85rem;
}

/*!sc*/
.bZxEMs .legal__links ul li a {
  will-change: opacity;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  color: var(--white);
}

/*!sc*/
.bZxEMs .legal__links ul li a:hover {
  opacity: 1;
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .bZxEMs .legal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bZxEMs .legal__links {
    margin: 0 0 0 auto;
  }

  .bZxEMs .legal__links ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

/*!sc*/
.bZxEMs .copy {
  width: 90%;
  margin: var(--auto);
  text-align: center;
  margin-top: 1rem;
  max-width: var(--maxWidth);
}

/*!sc*/
.bZxEMs .copy p {
  color: var(--white);
  font-size: 0.85rem;
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .bZxEMs .copy {
    text-align: left;
  }
}

/*!sc*/
data-styled.g4[id="Footer__FooterStyles-sc-mubgp5-0"] {
  content: "bZxEMs,";
}

/*!sc*/
.bRIJdF {
  width: 100%;
  margin-bottom: 2rem;
  border-bottom: solid 4px var(--background);
  padding-bottom: 1rem;
  text-align: left;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

/*!sc*/
.bRIJdF:hover,
.bRIJdF:active {
  opacity: 1 !important;
}

/*!sc*/
.bRIJdF .b-img {
  width: 100%;
  height: auto;
  position: relative;
}

/*!sc*/
.bRIJdF .b-img .gatsby-image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 210px;
}

/*!sc*/
.bRIJdF .b-img__overlay {
  position: absolute;
  bottom: 0.5rem;
  right: 0.25rem;
  background-color: var(--background);
  border-radius: 1.5px;
  padding: 0.25rem 0.5rem;
}

/*!sc*/
.bRIJdF .b-img__overlay p {
  color: var(--offWhite);
  font-weight: 600;
}

/*!sc*/
.bRIJdF .b-meta {
  margin: 0.5rem 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*!sc*/
.bRIJdF .b-meta svg {
  width: 20px;
  height: 20px;
  fill: var(--lightTeal);
}

/*!sc*/
.bRIJdF .b-meta p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--textMedium);
  color: var(--lightTeal);
  padding-left: 7.5px;
}

/*!sc*/
.bRIJdF .b-meta .author {
  color: var(--background);
}

/*!sc*/
.bRIJdF .b-title h5 {
  font-size: 1.85rem;
  margin: 0.5rem 0;
}

/*!sc*/
data-styled.g5[id="singleBlog__SingleBlogStyles-sc-bvhuzn-0"] {
  content: "bRIJdF,";
}

/*!sc*/
.cnUlVx {
  width: 100%;
  max-width: 1220px;
  margin: var(--auto);
  background: rgb(102, 194, 171);
  background: linear-gradient(
    344deg,
    rgba(102, 194, 171, 1) 33%,
    rgba(115, 208, 217, 1) 92%
  );
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .cnUlVx {
    margin: 0 auto 2rem auto;
  }
}

/*!sc*/
.cnUlVx .wrapper {
  padding: 3rem 0;
  width: 90%;
  margin: var(--auto);
}

/*!sc*/
.cnUlVx .wrapper h4 {
  text-align: center;
  color: var(--white);
}

/*!sc*/
.cnUlVx .wrapper form {
  max-width: 650px;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

/*!sc*/
.cnUlVx .wrapper form .input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

/*!sc*/
@media only screen and (min-width: 526px) {
  .cnUlVx .wrapper form .input-group {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/*!sc*/
.cnUlVx .wrapper form input,
.cnUlVx .wrapper form select {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 0.75rem 0.5rem;
}

/*!sc*/
.cnUlVx .wrapper form select {
  color: #969696;
}

/*!sc*/
.cnUlVx .wrapper form option:not(:first-of-type) {
  color: black;
}

/*!sc*/
.cnUlVx .wrapper form .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*!sc*/
.cnUlVx .wrapper form .button button {
  width: 80%;
  max-width: 250px;
  border: solid 1px var(--offWhite);
  background-color: var(--offWhite);
}

/*!sc*/
.cnUlVx .wrapper form .button button span {
  color: #66c2ab;
}

/*!sc*/
.cnUlVx .wrapper .recaptcha {
  margin: 0 auto;
  text-align: center;
}

/*!sc*/
data-styled.g14[id="EmailSignUp__EmailSignUpStyles-sc-45f3pe-0"] {
  content: "cnUlVx,";
}

/*!sc*/
.eazotE {
  width: 100%;
  margin-top: 1.5rem;
  text-align: center;
}

/*!sc*/
.eazotE .a-l-m {
  cursor: pointer;
  width: 200px;
  margin: 0 auto;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*!sc*/
.eazotE .a-l-m:hover svg {
  -webkit-transform: translate(7px);
  -ms-transform: translate(7px);
  transform: translate(7px);
}

/*!sc*/
.eazotE .a-l-m:hover .a-l-m--text {
  border-bottom: rgba(0, 0, 0, 1) 2px solid;
}

/*!sc*/
@media only screen and (min-width: 768px) {
  .eazotE .a-l-m {
    margin: 0 auto 0 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/*!sc*/
.eazotE .a-l-m--text {
  color: var(--background);
  display: block;
  padding-bottom: 2.5px;
  border-bottom: rgba(0, 0, 0, 0.25) 2px solid;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

/*!sc*/
.eazotE .a-l-m svg {
  fill: var(--background);
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-right: 0.5rem;
}

/*!sc*/
.eazotE .l-m {
  cursor: pointer;
  width: 200px;
  margin: 0 auto;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*!sc*/
.eazotE .l-m:hover svg {
  -webkit-transform: translate(7px);
  -ms-transform: translate(7px);
  transform: translate(7px);
}

/*!sc*/
.eazotE .l-m:hover .l-m--text {
  border-bottom: rgba(255, 255, 255, 1) 2px solid;
}

/*!sc*/
@media only screen and (min-width: 768px) {
  .eazotE .l-m {
    margin: 0 !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/*!sc*/
.eazotE .l-m--text {
  color: var(--white);
  display: block;
  padding-bottom: 2.5px;
  border-bottom: rgba(255, 255, 255, 0.25) 2px solid;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

/*!sc*/
.eazotE .l-m svg {
  fill: var(--white);
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-right: 0.8rem;
}

/*!sc*/
data-styled.g28[id="learnMore__LearnMoreStyles-sc-b6f5x1-0"] {
  content: "eazotE,";
}

/*!sc*/
.gDzuIE {
  width: 100%;
  padding: 0 0 2rem 0;
}

/*!sc*/
.gDzuIE h4 {
  text-align: center;
  margin-bottom: 1.5rem;
}

/*!sc*/
.gDzuIE .blogs {
  max-width: var(--maxWidth);
  width: 85%;
  margin: var(--auto);
  position: relative;
}

/*!sc*/
@media only screen and (min-width: 768px) {
  .gDzuIE .blogs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
}

/*!sc*/
@media only screen and (min-width: 1280px) {
  .gDzuIE .blogs {
    grid-gap: 1.5rem;
  }
}

/*!sc*/
.gDzuIE .blogs:hover article {
  opacity: 0.6;
}

/*!sc*/
data-styled.g32[id="pageBlogs__PageBlogsStyles-sc-11x97o8-0"] {
  content: "gDzuIE,";
}

/*!sc*/
.eSRDkA {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--offWhite);
}

/*!sc*/
.eSRDkA .hero {
  width: 90%;
  margin: 0 auto;
  padding: 5.5rem 0 0 0;
  max-width: var(--maxWidth);
}

/*!sc*/
@media only screen and (min-width: 768px) {
  .eSRDkA .hero {
    display: grid;
    grid-template-columns: 60% 1fr;
    padding: 8rem 0 5rem 0;
  }
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .eSRDkA .hero {
    padding: 10rem 0 7rem 0;
  }
}

/*!sc*/
@media only screen and (min-width: 1200px) {
  .eSRDkA .hero {
    height: 40rem;
    padding: 9rem 0 0 0;
    grid-template-columns: 45% 1fr;
  }
}

/*!sc*/
.eSRDkA .hero__title {
  position: relative;
  z-index: 5;
}

/*!sc*/
.eSRDkA .hero__title h1 {
  color: var(--background);
  font-size: 2.25rem;
  z-index: 10;
  position: relative;
  line-height: 1.2;
  font-weight: 600;
}

/*!sc*/
@media only screen and (min-width: 375px) {
  .eSRDkA .hero__title h1 {
    font-size: 2.5rem;
  }
}

/*!sc*/
@media only screen and (min-width: 414px) {
  .eSRDkA .hero__title h1 {
    font-size: 2.75rem;
  }
}

/*!sc*/
.eSRDkA .hero__title h1 span {
  font-size: inherit;
  background-color: var(--background);
  color: var(--offWhite);
  padding: 0.15rem;
  margin-top: 0.25rem;
  display: inline-block;
}

/*!sc*/
.eSRDkA .hero__title p {
  margin: 0.85rem 0 2rem 0;
  color: var(--background);
}

/*!sc*/
.eSRDkA .hero__title__btn {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*!sc*/
.eSRDkA .hero__title__btn button {
  margin-bottom: 0.75rem;
}

/*!sc*/
@media only screen and (min-width: 768px) {
  .eSRDkA .hero__title__btn {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .eSRDkA .hero__title__btn button {
    width: 200px;
  }

  .eSRDkA .hero__title__btn button:nth-child(1) {
    margin-right: 20px;
  }
}

/*!sc*/
@media only screen and (min-width: 1280px) {
  .eSRDkA .hero__title {
    padding-top: 2rem;
  }
}

/*!sc*/
.eSRDkA .hero__img {
  padding: 2rem 1rem;
  position: relative;
}

/*!sc*/
.eSRDkA .hero__img svg {
  height: auto;
  width: 120%;
  margin-left: calc(0% + -10%);
}

/*!sc*/
.eSRDkA .hero__img svg .st0 {
  fill: none;
}

/*!sc*/
@media only screen and (min-width: 768px) {
  .eSRDkA .hero__img {
    position: absolute;
    right: -13.5rem;
    top: 5rem;
    width: 550px;
  }
}

/*!sc*/
@media only screen and (min-width: 800px) {
  .eSRDkA .hero__img {
    position: absolute;
    right: -15.5rem;
    top: 1rem;
    width: 650px;
  }
}

/*!sc*/
@media only screen and (min-width: 950px) {
  .eSRDkA .hero__img {
    position: absolute;
    right: -12.5rem;
    top: 1rem;
    width: 600px;
  }
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .eSRDkA .hero__img {
    position: absolute;
    right: -10rem;
    top: 4rem;
    width: 600px;
  }
}

/*!sc*/
@media only screen and (min-width: 1200px) {
  .eSRDkA .hero__img {
    position: relative;
    right: -5rem;
    top: 0;
    width: 100%;
    margin: -2rem 0 0 0;
    padding: 0;
  }
}

/*!sc*/
@media only screen and (min-width: 1280px) {
  .eSRDkA .hero__img {
    position: relative;
    width: 95%;
    right: -2rem;
    top: 0;
    margin: -2rem 0 0 2rem;
    padding: 0;
  }
}

/*!sc*/
.eSRDkA #aside {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 80%;
  z-index: 1;
}

/*!sc*/
.eSRDkA #aside .b254f306-96f0-4d69-bb4e-ded5b25fa846 {
  fill: var(--background);
  opacity: 0;
}

/*!sc*/
data-styled.g34[id="hero__HeroStyles-sc-14zq1f3-0"] {
  content: "eSRDkA,";
}

/*!sc*/
.iHeGTj {
  width: 100%;
  padding: 3rem 0;
}

/*!sc*/
.iHeGTj .uvp {
  width: 90%;
  margin: var(--auto);
  max-width: var(--maxWidth);
}

/*!sc*/
.iHeGTj .uvp__text h2 {
  margin: 0.5rem 0;
  font-size: 1.95rem;
}

/*!sc*/
.iHeGTj .uvp__text p {
  margin: 0.5rem 0;
}

/*!sc*/
.iHeGTj .uvp__img {
  margin: var(--auto);
  width: 80%;
}

/*!sc*/
.iHeGTj .uvp__img svg {
  margin-top: 1.5rem;
  width: 100%;
  height: auto;
}

/*!sc*/
@media only screen and (min-width: 768px) {
  .iHeGTj .uvp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a b";
    padding: 2rem 0;
  }

  .iHeGTj .uvp__text {
    grid-area: b;
  }

  .iHeGTj .uvp__img {
    grid-area: a;
  }

  .iHeGTj .uvp__img svg {
    margin-top: 0;
  }
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .iHeGTj .uvp__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*!sc*/
@media only screen and (min-width: 1280px) {
  .iHeGTj .uvp__img {
    width: 70%;
  }
}

/*!sc*/
data-styled.g35[id="uvp__UVPStyles-sc-bcp7gm-0"] {
  content: "iHeGTj,";
}

/*!sc*/
.iMZLGo {
  width: 100%;
  padding: 3rem 0;
  background-color: var(--offWhite);
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .iMZLGo {
    padding: 4rem 0;
  }
}

/*!sc*/
.iMZLGo .services {
  width: 90%;
  margin: 0 auto;
  max-width: var(--maxWidth);
  text-align: left;
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .iMZLGo .services {
    width: 90%;
    text-align: center;
  }
}

/*!sc*/
.iMZLGo .services h3 {
  font-size: 2rem;
  margin: 0.5rem auto;
  max-width: 800px;
}

/*!sc*/
.iMZLGo .services__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

/*!sc*/
@media only screen and (min-width: 414px) {
  .iMZLGo .services__wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
    padding: 2rem 1rem;
  }
}

/*!sc*/
@media only screen and (min-width: 600px) {
  .iMZLGo .services__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .iMZLGo .services__wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

/*!sc*/
@media only screen and (min-width: 1280px) {
  .iMZLGo .services__wrapper {
    grid-gap: 1.25rem;
  }

  .iMZLGo .services__wrapper:hover .services__wrapper__box {
    opacity: 0.5;
  }
}

/*!sc*/
.iMZLGo .services__wrapper__box {
  cursor: pointer;
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 2rem;
  text-align: center;
  border: none;
  padding: 1.5rem 1rem;
  will-change: opacity;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

/*!sc*/
.iMZLGo .services__wrapper__box:hover,
.iMZLGo .services__wrapper__box:active {
  opacity: 1 !important;
}

/*!sc*/
@media only screen and (min-width: 414px) {
  .iMZLGo .services__wrapper__box {
    margin-top: 0rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: baseline;
    -webkit-justify-content: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
  }
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .iMZLGo .services__wrapper__box {
    padding: 1rem 0.5rem;
  }
}

/*!sc*/
@media only screen and (min-width: 1280px) {
  .iMZLGo .services__wrapper__box {
    padding: 1.5rem 0.75rem;
  }
}

/*!sc*/
.iMZLGo .services__wrapper__box svg {
  width: 45px;
  height: 45px;
}

/*!sc*/
.iMZLGo .services__wrapper__box h4 {
  font-size: 1.5rem;
  margin: 0.85rem 0 0.5rem 0;
}

/*!sc*/
@media only screen and (min-width: 1280px) {
  .iMZLGo .services__wrapper__box h4 {
    font-size: 1.4rem;
  }
}

/*!sc*/
.iMZLGo .services__wrapper__box:nth-child(odd) {
  border-top: solid #73d0d9 8px;
}

/*!sc*/
.iMZLGo .services__wrapper__box:nth-child(odd) svg {
  fill: var(--newCyan);
}

/*!sc*/
.iMZLGo .services__wrapper__box:nth-child(even) {
  border-top: solid #66c2ab 8px;
}

/*!sc*/
.iMZLGo .services__wrapper__box:nth-child(even) svg {
  fill: var(--newBlue);
}

/*!sc*/
data-styled.g36[id="services__ServicesStyles-sc-yklonk-0"] {
  content: "iMZLGo,";
}

/*!sc*/
.cFTRNH {
  width: 100%;
  padding: 4rem 0;
  background-color: var(--background);
}

/*!sc*/
@media only screen and (min-width: 414px) {
  .cFTRNH {
    padding: 5rem 0;
  }
}

/*!sc*/
.cFTRNH .wwa {
  max-width: var(--maxWidth);
  color: var(--offWhite);
  width: 90%;
  margin: var(--auto);
}

/*!sc*/
.cFTRNH .wwa__text {
  text-align: center;
}

/*!sc*/
@media only screen and (min-width: 768px) {
  .cFTRNH .wwa__text {
    text-align: left;
  }
}

/*!sc*/
.cFTRNH .wwa__text h3 {
  margin: 0.25rem 0;
  font-size: 1.9rem;
  color: var(--offWhite);
}

/*!sc*/
.cFTRNH .wwa__text p {
  margin: 0.5rem 0;
  color: var(--offWhite);
}

/*!sc*/
.cFTRNH .wwa__text p a {
  color: var(--newCyan);
}

/*!sc*/
.cFTRNH .wwa__text p a:hover,
.cFTRNH .wwa__text p a:active {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/*!sc*/
.cFTRNH .wwa__text .l-m {
  margin: 0 auto;
}

/*!sc*/
.cFTRNH .wwa__img {
  width: 90%;
  margin: 3rem auto 0 auto;
}

/*!sc*/
@media only screen and (min-width: 600px) {
  .cFTRNH .wwa__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*!sc*/
@media only screen and (min-width: 768px) {
  .cFTRNH .wwa__img {
    width: 100%;
    margin: 0;
  }
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .cFTRNH .wwa__img {
    width: 90%;
  }
}

/*!sc*/
.cFTRNH .wwa__img svg {
  width: 100%;
  height: auto;
}

/*!sc*/
@media only screen and (min-width: 768px) {
  .cFTRNH .wwa {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }

  .cFTRNH .wwa__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*!sc*/
data-styled.g37[id="whoweare__WhoweareStyles-sc-193uae2-0"] {
  content: "cFTRNH,";
}

/*!sc*/
.jXdzaH {
  width: 100%;
  padding: 3rem 0;
}

/*!sc*/
.jXdzaH .work {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  max-width: var(--maxWidth);
}

/*!sc*/
.jXdzaH .work a {
  color: var(--newBlue) !important;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/*!sc*/
@media only screen and (min-width: 768px) {
  .jXdzaH .work {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4rem;
  }
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .jXdzaH .work {
    padding-top: 1rem;
  }
}

/*!sc*/
@media only screen and (min-width: 1280px) {
  .jXdzaH .work {
    grid-template-columns: 55% 1fr;
  }
}

/*!sc*/
.jXdzaH .work__img {
  width: 100%;
  margin: var(--auto);
}

/*!sc*/
@media only screen and (min-width: 600px) {
  .jXdzaH .work__img {
    max-width: 600px;
  }
}

/*!sc*/
@media only screen and (min-width: 768px) {
  .jXdzaH .work__img {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*!sc*/
.jXdzaH .work__wrapper {
  margin-top: 1.5rem;
}

/*!sc*/
.jXdzaH .work__wrapper h4 {
  margin: 0.5rem 0;
}

/*!sc*/
.jXdzaH .work__wrapper p {
  margin-bottom: 0.5rem;
}

/*!sc*/
.jXdzaH .work__wrapper p a {
  color: var(--main);
}

/*!sc*/
@media only screen and (min-width: 768px) {
  .jXdzaH .work__wrapper {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*!sc*/
.jXdzaH .boxes {
  max-width: var(--maxWidth);
  width: 90%;
  margin: var(--auto);
  padding: 1.5rem 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem 0;
}

/*!sc*/
@media only screen and (min-width: 768px) {
  .jXdzaH .boxes {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .jXdzaH .boxes {
    grid-template-columns: repeat(3, 1fr);
    padding: 3rem 0 0 0;
    grid-gap: 1rem;
  }
}

/*!sc*/
@media only screen and (min-width: 1280px) {
  .jXdzaH .boxes {
    grid-template-columns: repeat(5, 1fr);
  }
}

/*!sc*/
.jXdzaH .boxes__inner {
  text-align: center;
  border-radius: 4.5px;
  padding: 1.5rem 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 0.25rem;
}

/*!sc*/
@media only screen and (min-width: 768px) {
  .jXdzaH .boxes__inner {
    width: 100%;
    margin: var(--auto);
  }
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .jXdzaH .boxes__inner {
    width: 100%;
    margin: var(--auto);
    padding: 1rem 0 0.5rem 0;
  }

  .jXdzaH .boxes__inner:nth-child(1) .clear--fix {
    padding: 0.25rem 0 1.15rem 0;
  }

  .jXdzaH .boxes__inner:nth-child(2) .clear--fix {
    padding: 0.25rem 0 1.15rem 0;
  }

  .jXdzaH .boxes__inner:nth-child(3) .clear--fix {
    padding: 0.25rem 0 0 0;
  }

  .jXdzaH .boxes__inner:nth-child(4) .clear--fix {
    padding: 0.25rem 0 1.15rem 0;
  }

  .jXdzaH .boxes__inner:nth-child(5) .clear--fix {
    padding: 0.25rem 0 1.15rem 0;
  }
}

/*!sc*/
.jXdzaH .boxes__inner:nth-child(odd) {
  border-top: solid 8px #73d0d9;
}

/*!sc*/
.jXdzaH .boxes__inner:nth-child(even) {
  border-top: solid 8px #66c2ab;
}

/*!sc*/
.jXdzaH .boxes__inner svg {
  width: 40px;
  display: none;
}

/*!sc*/
.jXdzaH .boxes__inner h5 {
  font-size: 1.6rem;
  margin: 0.5rem 0;
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .jXdzaH .boxes__inner h5 {
    font-size: 1.2rem;
  }
}

/*!sc*/
.jXdzaH .boxes__inner section {
  padding: 0.75rem 0;
  border-top: solid 0.1px rgba(0, 0, 0, 0.1);
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .jXdzaH .boxes__inner section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.25rem 0;
  }
}

/*!sc*/
.jXdzaH .boxes__inner section span {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--newCyan);
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .jXdzaH .boxes__inner section span {
    font-size: 1rem;
  }
}

/*!sc*/
.jXdzaH .boxes__inner section .office {
  font-size: 1.2rem;
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .jXdzaH .boxes__inner section .office {
    font-size: 0.9rem;
  }
}

/*!sc*/
.jXdzaH .boxes__inner section p {
  text-transform: uppercase;
  font-size: 0.95rem;
  margin-top: 0.25rem;
}

/*!sc*/
@media only screen and (min-width: 1024px) {
  .jXdzaH .boxes__inner section p {
    font-size: 0.85rem;
  }
}

/*!sc*/
data-styled.g38[id="wherewework__WhereWeWorkStyles-sc-1f9j5x5-0"] {
  content: "jXdzaH,";
}
.fYCAud {
    z-index: 999;
    width: 100%;
    position: fixed;
    background-color: #fff;
}
.fYCAud .menu[open] {
    display: block;
    position: fixed;
    height: 100vh;
    width: 100%;
    max-height: 100%;
    display: block;
    opacity: 1;
}
.fYCAud .menu[open] > ul{
    display: block;
    opacity: 1;
}
.fYCAud .menu[open] > ul li{
    display: block;
    opacity: 1;
}
