/*!
Theme Name: William Murray
Theme URI: http://underscores.me/
Author: Barry Bloye/Huskii Studio
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: williammurray
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.

William Murray 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.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
}

/* 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Variables and settings
--------------------------------------------- */
/**
 * Colour palette
 */
body {
  --c-mackerel: #182547; /* rgb(24, 37, 71) */
  --c-peach: #e66c2e; /* rgb(230, 108, 46) */
  --c-banana: #eec73c; /* rgb(237, 198, 60) */
  --c-salad: #80a866; /* rgb(128, 168, 102) */
  --c-strawberry: #e37696; /* rgb(227, 118, 150) */
  --c-white: #ffffff; /* rgb(255, 255, 255) */
  --c-mackerel-dark: #121c35;
  --c-mackerel-light: #aeb3bf;
  --c-mackerel-50: #8b92a3;
}

/**
 * LAYOUT SETTINGS
 */
/* Breakpoints
--------------------------------------------- */
:root {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
}

/* Element styles
--------------------------------------------- */
body {
  --f-body: "Work Sans", sans-serif;
  --f-heading: "Work Sans", sans-serif;
}

/* 16/22.4 */
/* 18/25.2 */
/* 42/52.5 */
/* 28/37.8 */
/* 64/79.2 */
/* 58/69.6 */
/* 46/57.5 */
/* 37/46.25 */
/* 30/39 */
/* 24/33.6 */
/* 14/19.6 */
/* 16/20.8 */
/* 15/18.83 */
/* 12/16.2 */
/* 13/16.32 */
body {
  font-family: var(--f-body);
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.0125em;
  /* 14/19.6 */
}
@media screen and (max-width: 48rem) {
  body {
    font-size: 0.875rem;
    letter-spacing: 0.0143em;
  }
}
body {
  color: var(--c-mackerel);
}

h1 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  /* 38/41.8 */
}
@media screen and (max-width: 48rem) {
  h1 {
    font-size: 2.375rem;
    letter-spacing: 0.0053em;
  }
}

h2 {
  font-weight: 600;
  font-size: 3.625rem;
  line-height: 1.2;
  /* 30/36 */
}
@media screen and (max-width: 48rem) {
  h2 {
    font-size: 1.875rem;
    letter-spacing: 0.0067em;
  }
}

h3 {
  font-weight: 600;
  font-size: 2.875rem;
  line-height: 1.25;
  letter-spacing: 0;
  /* 24/30 */
}
@media screen and (max-width: 48rem) {
  h3 {
    font-size: 1.5rem;
    letter-spacing: 0.0083em;
  }
}

h4 {
  font-weight: 600;
  font-size: 2.3125rem;
  line-height: 1.25;
  letter-spacing: 0;
  /* 20/26 */
}
@media screen and (max-width: 48rem) {
  h4 {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: 0.01em;
  }
}

h5 {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  h5 {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}

h6 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  h6 {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}

a,
a:visited {
  color: var(--c-mackerel);
  transition: all 0.2s;
}
a:hover, a:focus,
a:visited:hover,
a:visited:focus {
  color: var(--c-peach);
}
a a:focus,
a:visited a:focus {
  outline: 1px dotted var(--c-mackerel);
}

p, ul, ol {
  margin: 0 0 1.3125rem 0;
}

ul li, ol li {
  margin-left: 1.5rem;
}
ul li + li, ol li + li {
  margin-top: 1.54rem;
}

blockquote {
  font-weight: 500;
  font-size: 2.625rem;
  line-height: 1.25;
  letter-spacing: 0;
  /* 18/25.2 */
}
@media screen and (max-width: 48rem) {
  blockquote {
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: 0.0111em;
  }
}
blockquote {
  padding: 0;
  border: none;
  margin: 0;
}
blockquote p {
  margin-bottom: 1.3125rem;
}

cite {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.0111em;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  cite {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
cite {
  font-style: normal;
}

input,
textarea,
select,
button {
  font-family: "Work Sans", sans-serif;
}

address {
  font-style: normal;
  margin-bottom: 1.540625rem;
}

hr {
  height: 1px;
  color: var(--c-mackerel-light);
  margin: 0 1.25rem;
}

.post-content * + h2,
.post-content * + h3,
.post-content * + h4 {
  margin-top: 3rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
.input-text,
select {
  color: var(--c-mackerel);
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.0111em;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea,
  .input-text,
  select {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
.input-text,
select {
  background-color: transparent;
  padding: 0.375rem 0;
  border: 1px solid var(--c-mackerel);
  border-width: 0 0 1px;
  box-shadow: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
.input-text:focus,
select:focus {
  outline: 1px dotted var(--c-mackerel);
}

button,
input[type=button],
input[type=reset],
input[type=submit],
a.button,
a.cta,
.header-contact a {
  background-color: var(--c-mackerel);
  color: var(--c-white);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  height: 3rem;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 1.5rem;
  display: inline-block;
  transition: all 0.2s;
}
button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited,
a.button:visited,
a.cta:visited,
.header-contact a:visited {
  color: var(--c-white);
}
button:hover, button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
a.button:hover,
a.button:focus,
a.cta:hover,
.header-contact a:hover,
a.cta:focus,
.header-contact a:focus {
  background-color: var(--c-mackerel-dark);
  color: var(--c-banana);
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
a.button:focus,
a.cta:focus,
.header-contact a:focus {
  outline: 1px dotted var(--c-mackerel);
}

input[type=number].input-text {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

button.transport {
  background-color: var(--c-white);
  color: var(--c-mackerel);
}
button.transport svg,
button.transport path {
  fill: currentColor;
}
button.transport:hover, button.transport:focus {
  background-color: var(--c-mackerel);
  color: var(--c-white);
}

.ui-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-banana);
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 100%;
  transform: translateY(50%) rotate(180deg);
  outline: 0.5rem solid rgba(238, 199, 60, 0.3490196078);
}
.ui-icon:hover, .ui-icon:focus {
  outline-offset: 0.5rem;
}

/* Component styles
--------------------------------------------- */
.main-navigation ul {
  display: flex;
}

.main-navigation ul ul {
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: -0.5rem;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  display: none;
}
@media (max-width: 48rem) {
  .menu-toggle {
    display: block;
  }
}

.main-navigation {
  display: flex;
  justify-content: center;
}
@media (max-width: 48rem) {
  .main-navigation {
    justify-content: flex-end;
  }
}
.main-navigation .menu {
  background-color: var(--c-white);
  color: var(--c-mackerel);
  padding: 1rem;
  margin: 0;
}
@media (max-width: 48rem) {
  .main-navigation .menu {
    display: none;
  }
}
.main-navigation .menu li {
  font-weight: 600;
  line-height: 1.2;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.main-navigation .menu li a {
  display: block;
  color: var(--c-mackerel);
  padding: 0.875rem;
}
.main-navigation .menu li.menu-item-has-children {
  padding-right: 2rem;
}
.main-navigation .menu li.menu-item-has-children::after {
  content: "";
  background-image: url("./images/chevron_down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0.875rem;
  bottom: 0;
}
.main-navigation .sub-menu {
  background-color: var(--c-white);
  flex-direction: column;
  min-width: 13.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0 0 0.75rem 0.75rem;
  margin: 0;
}
.main-navigation .sub-menu li + li {
  border-top: 1px solid var(--c-mackerel-light);
}
.main-navigation .sub-menu li a {
  padding: 0.625rem 0;
}

.header-contact .menu {
  padding: 0;
  margin: 0;
}
.header-contact li {
  list-style-type: none;
  margin: 0;
}
@media (max-width: 48rem) {
  .header-contact {
    display: none;
  }
}

.mobile-navigation {
  display: none;
}
@media (max-width: 48rem) {
  .mobile-navigation {
    display: block;
  }
}
.mobile-navigation .menu-toggle {
  background-color: var(--c-white);
  color: var(--c-black);
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
}
.mobile-navigation .mobile-navigation-popout {
  background-color: var(--c-mackerel);
  color: var(--c-white);
  padding: 3.5rem 1.25rem;
  display: none;
  grid-template-columns: 1fr minmax(0, auto);
  grid-template-rows: repeat(2, min-content);
  overflow: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mobile-navigation .mobile-navigation-popout .custom-logo-link {
  grid-row: 1;
  grid-column: 1;
  width: 5rem;
}
.mobile-navigation .mobile-navigation-popout .menu-close {
  grid-row: 1;
  grid-column: 2;
  justify-self: end;
  background: none;
  height: 2rem;
  padding: 0;
}
.mobile-navigation .mobile-navigation-popout .menu-mobile-menu-container {
  grid-row: 2;
  grid-column: 1/span 2;
}
.mobile-navigation.toggled .mobile-navigation-popout {
  display: grid;
}
.mobile-navigation .menu {
  background-color: transparent;
  color: var(--c-white);
  padding: 1rem 0.625rem;
  margin: 0;
}
.mobile-navigation li {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0.0125em;
  list-style-type: none;
  padding: 0;
  border-bottom: 1px solid var(--c-white);
  margin: 0;
}
.mobile-navigation li a {
  color: var(--c-white);
  text-decoration: none;
  padding: 1.25rem 0.5rem;
  display: block;
  position: relative;
}
.mobile-navigation .menu-item-has-children > a::after {
  content: "";
  background-image: url("./images/chevron_down_white.svg");
  background-size: contain;
  width: 1.625rem;
  height: 1.625rem;
  margin: auto 0;
  transform: rotate(180deg);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.mobile-navigation .menu-item-has-children[aria-expanded=true] > a::after {
  transform: rotate(0deg);
}
.mobile-navigation .sub-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.375rem 0;
  margin: 0;
}
.mobile-navigation .sub-menu li {
  border: none;
}
.mobile-navigation .sub-menu a {
  padding: 0.875rem 1.25rem;
}

.stat-figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.stat-number {
  font-weight: 700;
  font-size: 5.375rem;
  line-height: 1;
  display: flex;
}
@media (max-width: 48rem) {
  .stat-number {
    font-size: 3.875rem;
  }
}

.stat-suffix {
  font-weight: 500;
  font-size: 3rem;
  line-height: 0.7;
  margin-top: 1rem;
  margin-left: 0.5rem;
}
@media (max-width: 48rem) {
  .stat-suffix {
    font-size: 2.5rem;
    line-height: 0.5;
  }
}

.stat-logo {
  max-height: 5rem;
  width: auto;
}
@media (max-width: 48rem) {
  .stat-logo {
    max-height: 4.375rem;
  }
}

.stat-text {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 48rem) {
  .stat-text {
    line-height: 1.25;
  }
}

.stat-description {
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 1.3;
  padding-top: 1.3125rem;
  border-top: 1px solid var(--c-white);
  display: block;
}
@media (max-width: 48rem) {
  .stat-description {
    font-size: 1.125rem;
    line-height: 1.2;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}

/**
 * .framed-image
 * .framed-image-tr - Frame Top Right
 * .framed-image-br - Frame Bottom Right
 * .framed-image-bl - Frame Bottom Left
 * .framed-image-tl - Frame Top Left
 * .framed-image-mackerel etc. for colours
 */
.framed-image {
  background-repeat: no-repeat;
  background-size: auto 26.25rem;
  aspect-ratio: 1;
  overflow: hidden;
}
@media (max-width: 48rem) {
  .framed-image {
    background-size: auto 16rem;
  }
}
.framed-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.framed-image,
.framed-image-banana {
  background-image: url("./images/frame_banana.webp");
}

.framed-image-mackerel {
  background-image: url("./images/frame_mackerel.webp");
}

.framed-image-peach {
  background-image: url("./images/frame_peach.webp");
}

.framed-image-salad {
  background-image: url("./images/frame_salad.webp");
}

.framed-image-strawberry {
  background-image: url("./images/frame_strawberry.webp");
}

.framed-image,
.framed-image-tr {
  padding: 3.75rem 3.75rem 0 0;
  background-position: right top;
}
@media (max-width: 48rem) {
  .framed-image,
  .framed-image-tr {
    padding: 2.25rem 2.25rem 0 0;
  }
}

.framed-image-br {
  padding: 0 3.75rem 3.75rem 0;
  background-position: right bottom;
}
@media (max-width: 48rem) {
  .framed-image-br {
    padding: 0 2.25rem 2.25rem 0;
  }
}

.framed-image-bl {
  padding: 0 0 3.75rem 3.75rem;
  background-position: left bottom;
}
@media (max-width: 48rem) {
  .framed-image-bl {
    padding: 0 0 2.25rem 2.25rem;
  }
}

.framed-image-tl, .service-group:nth-child(odd) .framed-image {
  padding: 3.75rem 0 0 3.75rem;
  background-position: left top;
}
@media (max-width: 48rem) {
  .framed-image-tl, .service-group:nth-child(odd) .framed-image {
    padding: 2.25rem 0 0 2.25rem;
  }
}

.article-teaser .article-thumbnail-link {
  background-color: var(--c-mackerel);
  border-radius: 0.75rem;
  display: grid;
  overflow: hidden;
}
@media (max-width: 48rem) {
  .article-teaser .article-thumbnail-link {
    border-radius: 0.625rem;
  }
}
.article-teaser .article-thumbnail-link::after {
  content: "";
  display: block;
  grid-row: 1;
  grid-column: 1;
  background-image: radial-gradient(circle at center, transparent 0 calc(50% - 7rem), rgba(255, 255, 255, 0.4) calc(50% - 7rem) calc(50% - 2rem), var(--c-mackerel) calc(50% - 2rem) 100%);
  background-size: 100% auto;
  z-index: 1;
  transition: transform 0.2s;
  padding: 100%;
  margin: -100%;
}
.article-teaser .article-thumbnail-link:hover::after, .article-teaser .article-thumbnail-link:focus::after {
  transform: scale(0.5);
}
.article-teaser .article-thumbnail {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  clip-path: circle(100%);
  transition: clip-path 0.2s ease-in-out;
  grid-row: 1;
  grid-column: 1;
}
.article-teaser .article-category {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 1.5rem 0 0;
}
@media (max-width: 48rem) {
  .article-teaser .article-category {
    margin: 1.125rem 0 0;
  }
}
.article-teaser .article-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .article-teaser .article-title {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.article-teaser .article-title {
  font-weight: 700;
  margin: 0.25rem 0 0;
}
@media (max-width: 48rem) {
  .article-teaser .article-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.article-teaser .article-title a {
  text-decoration: none;
}
.article-teaser .article-title a:hover, .article-teaser .article-title a:focus {
  text-decoration: underline;
}

.social-link {
  font-weight: 600;
}
.social-link a {
  color: var(--c-mackerel);
  padding-bottom: 1rem;
  border-bottom: 1px solid currentColor;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.social-link a:hover, .social-link a:focus {
  color: var(--c-peach);
  text-decoration: none;
}
.social-link a:hover .social-link-arrow, .social-link a:focus .social-link-arrow {
  transform: translateX(0.5rem);
}
.social-link svg {
  display: block;
  width: 1.5rem;
  height: auto;
}
.social-link svg path {
  fill: currentColor;
}
.social-link .social-name {
  margin-left: 0.875rem;
}
@media (max-width: 48rem) {
  .social-link .social-name {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
  }
}
.social-link .social-link-arrow {
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  transition: transform 0.2s;
}
.social-link .social-link-arrow path {
  stroke: currentColor;
}

.blog-categories ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 3.125rem;
}
@media (max-width: 48rem) {
  .blog-categories ul {
    gap: 0.625rem 1.5rem;
  }
}
.blog-categories .cat-item {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .blog-categories .cat-item {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.blog-categories .cat-item {
  font-weight: 700;
  list-style-type: none;
  margin: 0;
}
.blog-categories .cat-item a {
  text-decoration: none;
  color: var(--c-mackerel-50);
  padding: 0.625rem 0;
  border-bottom: 2px solid transparent;
  display: block;
}
@media (max-width: 48rem) {
  .blog-categories .cat-item a {
    padding: 0.3125rem 0;
  }
}
.blog-categories .cat-item a:hover, .blog-categories .cat-item a:focus {
  color: var(--c-peach);
  border-color: var(--c-peach);
}
.blog-categories .cat-item.current-cat a {
  color: var(--c-mackerel);
  border-color: var(--c-mackerel);
}

/* Module styles
--------------------------------------------- */
.page-module {
  display: grid;
  grid-template-columns: 1fr minmax(0, 80rem) 1fr;
}
.page-module .page-module-inner {
  grid-column: 2;
  padding: 0 1.5rem;
}

.page-module-bg-mackerel {
  background-color: var(--c-mackerel);
  color: var(--c-white);
}

.page-module-bg-peach {
  background-color: var(--c-peach);
  color: var(--c-white);
}

.page-module-bg-banana {
  background-color: var(--c-banana);
}

.page-module-bg-salad {
  background-color: var(--c-salad);
  color: var(--c-white);
}

.page-module-bg-strawberry {
  background-color: var(--c-strawberry);
  color: var(--c-white);
}

.page-module-bg-white {
  background-color: var(--c-white);
}

.site-header {
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 100;
}

.site-header-inner {
  background-color: var(--c-white);
  width: 100%;
  max-width: 80rem;
  padding: 0 3rem;
  min-height: 5.6875rem;
  border-radius: 0 0 0.75rem 0.75rem;
  display: grid;
  grid-template-columns: minmax(0, min-content) 1fr minmax(0, min-content);
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 48rem) {
  .site-header-inner {
    min-height: 0;
    padding: 3.5rem 1.25rem 0.875rem;
    border-radius: 0 0 1rem 1rem;
  }
}

.site-title {
  margin: 0;
}

.site-header .custom-logo-link {
  width: 9.125rem;
  display: block;
}
@media screen and (max-width: 48rem) {
  .site-header .custom-logo-link {
    width: 5rem;
  }
}
.site-header .custom-logo-link .custom-logo {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.site-footer {
  background-color: var(--c-white);
  padding: 1rem 0 0;
}
@media (max-width: 48rem) {
  .site-footer {
    text-align: center;
  }
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:focus {
  text-decoration: underline;
}
.site-footer h3 {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .site-footer h3 {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.site-footer h3 {
  font-weight: 600;
  margin: 0 0 0.25rem;
}

.site-footer-slice {
  padding: 3rem 0 4rem;
  display: grid;
  grid-template-columns: 1fr minmax(0, 80rem) 1fr;
}
.site-footer-slice + .site-footer-slice {
  border-top: 1px solid var(--c-mackerel-light);
}
@media (max-width: 48rem) {
  .site-footer-slice + .site-footer-slice {
    border: none;
  }
}
@media (max-width: 48rem) {
  .site-footer-slice {
    padding: 2.5rem 0;
    border: none;
    display: block;
  }
}

.site-footer-slice-inner {
  grid-row: 1;
  grid-column: 2;
  padding: 0 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 48rem) {
  .site-footer-slice-inner {
    display: block;
  }
}

.footer-logo {
  grid-row: 1;
  grid-column: 1;
}
@media (max-width: 48rem) {
  .footer-logo {
    display: flex;
    justify-content: center;
  }
}
.footer-logo .custom-logo-link {
  display: block;
  width: 9.125rem;
}
.footer-logo .custom-logo {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.footer-contact {
  grid-row: 2;
  grid-column: 1;
  margin-top: 1.25rem;
}
@media (max-width: 48rem) {
  .footer-contact {
    margin-top: 2.5rem;
  }
}

.footer-socials {
  grid-row: 1/span 2;
  grid-column: 2/span 2;
}
@media (max-width: 48rem) {
  .footer-socials {
    margin-top: 1.5rem;
  }
}
.footer-socials ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 6rem;
}
@media (max-width: 48rem) {
  .footer-socials ul {
    display: flex;
    justify-content: center;
    gap: 0;
  }
}
.footer-socials li {
  list-style-type: none;
  margin: 0;
}
@media (max-width: 48rem) {
  .footer-socials li {
    margin: 0 0.625rem;
  }
}
@media (max-width: 48rem) {
  .footer-socials .social-link {
    border: none;
  }
}
@media (max-width: 48rem) {
  .footer-socials .social-link a {
    padding: 0;
  }
}
.footer-socials .social-link a:hover {
  text-decoration: none;
}
@media (max-width: 48rem) {
  .footer-socials .social-link a::after {
    display: none;
  }
}
@media (max-width: 48rem) {
  .footer-socials .social-name {
    display: none;
  }
}

.footer-slice-contact h3 {
  display: none;
}
@media (max-width: 48rem) {
  .footer-slice-contact h3 {
    display: block;
  }
}

.footer-slice-menus {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.0111em;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .footer-slice-menus {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.footer-slice-menus {
  font-weight: 600;
}
@media (max-width: 48rem) {
  .footer-slice-menus {
    display: none;
  }
}
.footer-slice-menus h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.0111em;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .footer-slice-menus h3 {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.footer-slice-menus ul {
  padding: 0;
  margin: 0;
}
.footer-slice-menus li {
  list-style-type: none;
  margin: 0;
}
.footer-slice-menus li + li {
  margin-top: 0.75rem;
}

.footer-menu {
  grid-row: 1;
  grid-column: 2/-1;
}
.footer-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 48rem) {
  .footer-menu ul {
    justify-content: center;
  }
}
.footer-menu li {
  list-style-type: none;
  margin: 0 0.625rem;
}

.footer-menu-case-studies ul,
.footer-menu-blog ul {
  font-weight: 400;
}

@media (max-width: 48rem) {
  .footer-slice-info {
    padding-top: 0;
  }
}
.footer-slice-info hr {
  display: none;
}
@media (max-width: 48rem) {
  .footer-slice-info hr {
    display: block;
    margin: 0 1rem 1.5rem;
  }
}

.footer-copyright {
  grid-row: 1;
  grid-column: 1;
}
@media (max-width: 48rem) {
  .footer-copyright {
    margin-top: 1.25rem;
  }
}
.footer-copyright p {
  margin: 0;
}

.page-module-hero {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 37rem;
}
@media (max-width: 48rem) {
  .page-module-hero {
    background-position: center bottom;
    background-size: auto 100%;
    min-height: 32rem;
  }
}
.page-module-hero .hero-image {
  grid-column: span 2/-1;
  grid-row: 1;
  mask-image: url("./images/hero_mask.svg");
  mask-size: auto 133%;
  mask-repeat: no-repeat;
  mask-position: 200% 50%;
  overflow: hidden;
}
.page-module-hero .hero-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transform: translateX(10%);
}
@media (max-width: 48rem) {
  .page-module-hero .hero-image {
    mask-position: 15% 50%;
    mask-size: auto 120%;
  }
  .page-module-hero .hero-image img {
    object-fit: cover;
    transform: none;
  }
}
.page-module-hero .page-module-inner {
  grid-row: 1;
  padding-block: 11rem 3rem;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 46rem) 1fr;
}
@media (max-width: 48rem) {
  .page-module-hero .page-module-inner {
    padding-block: 12.5rem 7.5rem;
  }
}
.page-template-page-team .page-module-hero .page-module-inner {
  grid-template-columns: minmax(0, 49rem) 1fr;
}
.page-module-hero .pretitle {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-hero .pretitle {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-hero .pretitle {
  font-weight: 700;
  margin: 0;
}
@media (max-width: 48rem) {
  .page-module-hero .pretitle {
    font-weight: 600;
    font-size: 2.875rem;
    line-height: 1.25;
    letter-spacing: 0;
    /* 24/30 */
  }
}
@media screen and (max-width: 48rem) and (max-width: 48rem) {
  .page-module-hero .pretitle {
    font-size: 1.5rem;
    letter-spacing: 0.0083em;
  }
}
.page-module-hero .title {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  /* 38/41.8 */
}
@media screen and (max-width: 48rem) {
  .page-module-hero .title {
    font-size: 2.375rem;
    letter-spacing: 0.0053em;
  }
}
.page-module-hero .title {
  margin: 1.5rem 0 0;
}
.page-module-hero .subline {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-hero .subline {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-hero .subline {
  font-weight: 700;
  margin: 2.25rem 0 3rem;
}
.page-module-hero .subtitle {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-hero .subtitle {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-hero .subtitle {
  font-weight: 700;
  margin: 1.5rem 0 0;
}
@media (max-width: 48rem) {
  .page-module-hero .subtitle {
    font-weight: 600;
    font-size: 2.3125rem;
    line-height: 1.25;
    letter-spacing: 0;
    /* 20/26 */
  }
}
@media screen and (max-width: 48rem) and (max-width: 48rem) {
  .page-module-hero .subtitle {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: 0.01em;
  }
}
.page-module-hero .hero-controls {
  color: var(--c-white);
  margin-top: 1.375rem;
  display: flex;
  align-items: center;
  gap: 0 1.25rem;
}
@media (max-width: 48rem) {
  .page-module-hero .hero-controls {
    margin-top: 1.0625rem;
    display: block;
  }
}
.page-module-hero .hero-controls .showreel-transport {
  display: flex;
  gap: 0 1.25rem;
}
@media (max-width: 48rem) {
  .page-module-hero .hero-controls .showreel-transport {
    margin-top: 1.25rem;
  }
}
.page-module-hero .hero-controls .transport {
  width: 4rem;
  height: 4rem;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-module-hero .hero-controls .transport img,
.page-module-hero .hero-controls .transport svg {
  margin-left: 5px;
}
.page-module-hero .hero-controls .transport:hover + label, .page-module-hero .hero-controls .transport:focus + label {
  color: var(--c-mackerel);
}
.page-module-hero .hero-controls .transport:hover + label::before, .page-module-hero .hero-controls .transport:focus + label::before {
  background-color: currentColor;
}
.page-module-hero .hero-controls label {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-hero .hero-controls label {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-hero .hero-controls label {
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
@media (max-width: 48rem) {
  .page-module-hero .hero-controls label {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.page-module-hero .hero-controls label::before {
  content: "";
  background-color: var(--c-white);
  height: 1px;
  width: 4.6875rem;
  margin-right: 1.25rem;
  display: block;
  transition: background-color 0.2s;
}
@media (max-width: 48rem) {
  .page-module-hero .hero-skip {
    display: none;
  }
}
.page-module-hero .hero-skip {
  grid-column: 2;
  margin-left: 1.5rem;
}

.page-template-default .page-module-hero {
  min-height: 0;
  padding: 7rem 0 6rem;
}

.page-module-hero-hp {
  min-height: 37rem;
  padding: 0;
  display: block;
}
@media (max-width: 48rem) {
  .page-module-hero-hp {
    overflow: hidden;
  }
}
.page-module-hero-hp .page-module-inner {
  padding: 0;
  grid-template-columns: 1fr minmax(0, 33rem) 13rem 31rem 1fr;
  align-items: center;
}
@media (max-width: 48rem) {
  .page-module-hero-hp .page-module-inner {
    grid-template-columns: 1fr;
    margin: 0 -1rem;
    overflow: hidden;
  }
}
.page-module-hero-hp .hero-text {
  grid-row: 1;
  grid-column: 2/span 2;
  z-index: 1;
  padding: 0 1.5rem;
}
@media (max-width: 48rem) {
  .page-module-hero-hp .hero-text {
    grid-column: 1;
    grid-row: 2;
    padding: 0 2.5rem 3.375rem;
  }
}
.page-module-hero-hp .hero-image {
  grid-row: 1;
  grid-column: 3/span 3;
  justify-self: start;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  width: 100%;
  max-width: 50rem;
  height: 50rem;
  margin: 0 0 -4.375rem;
  mask: none;
  transform: translateY(4.375rem);
}
@media (max-width: 48rem) {
  .page-module-hero-hp .hero-image {
    grid-column: 1;
    grid-row: 1;
    max-width: 26rem;
    max-height: 26rem;
    margin: 0 -1rem;
  }
}

.page-module-hero-image {
  min-height: 37rem;
  padding: 0;
  display: block;
}
@media (max-width: 48rem) {
  .page-module-hero-image {
    overflow: hidden;
    padding: 0 0 4.375rem;
  }
}
.page-module-hero-image .page-module-inner {
  padding: 0;
  grid-template-columns: 1fr minmax(0, 33rem) 13rem 31rem 1fr;
  align-items: center;
}
@media (max-width: 48rem) {
  .page-module-hero-image .page-module-inner {
    grid-template-columns: 1fr;
    gap: 1rem 0;
    padding: 6rem 0 0;
  }
}
.page-module-hero-image .hero-text {
  grid-row: 1;
  grid-column: 2/span 2;
  z-index: 1;
  padding: 0 1.5rem;
}
@media (max-width: 48rem) {
  .page-module-hero-image .hero-text {
    grid-column: 1;
    grid-row: 1;
  }
}
.page-module-hero-image .hero-image {
  grid-row: 1;
  grid-column: 3/span 3;
  justify-self: start;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  width: 100%;
  max-width: 50rem;
  height: 50rem;
  margin: 0 0 -4.375rem;
  mask: none;
}
@media (max-width: 48rem) {
  .page-module-hero-image .hero-image {
    grid-column: 1;
    grid-row: 2;
    max-width: 26rem;
    max-height: 26rem;
  }
}
.page-module-hero-image .subtitle {
  max-width: 35rem;
}

.page-module-two-column-intro {
  background-color: var(--c-white);
  padding: 10.75rem 0 6.5rem;
}
@media (max-width: 48rem) {
  .page-module-two-column-intro {
    padding: 3.5rem 0;
  }
}
.page-module-two-column-intro .page-module-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3rem;
}
@media (max-width: 48rem) {
  .page-module-two-column-intro .page-module-inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.5rem 0;
  }
}
.page-module-two-column-intro .image img {
  display: block;
}
.page-module-two-column-intro .text {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.0111em;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-two-column-intro .text {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-two-column-intro .leader {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-two-column-intro .leader {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-two-column-intro .leader {
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 48rem) {
  .page-module-two-column-intro .leader {
    font-weight: 600;
    font-size: 2.875rem;
    line-height: 1.25;
    letter-spacing: 0;
    /* 24/30 */
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 48rem) and (max-width: 48rem) {
  .page-module-two-column-intro .leader {
    font-size: 1.5rem;
    letter-spacing: 0.0083em;
  }
}

.page-module-stat-wall-mini {
  background-color: var(--c-mackerel);
  background-size: cover;
  background-attachment: fixed;
  color: var(--c-white);
  padding: 6rem 0 7.5rem;
}
@media (max-width: 48rem) {
  .page-module-stat-wall-mini {
    padding: 3.5rem 0 6rem;
  }
}
@media (max-width: 48rem) {
  .page-module-stat-wall-mini .stat + .stat {
    margin-top: 2.5rem;
  }
}
.page-module-stat-wall-mini .stat-wall-heading {
  font-weight: 600;
  font-size: 2.875rem;
  line-height: 1.25;
  letter-spacing: 0;
  /* 24/30 */
}
@media screen and (max-width: 48rem) {
  .page-module-stat-wall-mini .stat-wall-heading {
    font-size: 1.5rem;
    letter-spacing: 0.0083em;
  }
}
.page-module-stat-wall-mini .stat-wall-heading {
  max-width: 33%;
  margin: 0 0 2.5rem;
}
@media (max-width: 48rem) {
  .page-module-stat-wall-mini .stat-wall-heading {
    font-weight: 600;
    font-size: 3.625rem;
    line-height: 1.2;
    /* 30/36 */
    max-width: none;
  }
}
@media screen and (max-width: 48rem) and (max-width: 48rem) {
  .page-module-stat-wall-mini .stat-wall-heading {
    font-size: 1.875rem;
    letter-spacing: 0.0067em;
  }
}
.page-module-stat-wall-mini .stat-wall-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 6.25rem;
}
@media (max-width: 48rem) {
  .page-module-stat-wall-mini .stat-wall-stats {
    display: block;
  }
}

.page-module-flurry {
  padding: 6.25rem 0;
}
@media (max-width: 48rem) {
  .page-module-flurry {
    padding: 2.5rem 0 3.5rem;
  }
}
.page-module-flurry .page-module-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 6.25rem;
}
@media (max-width: 48rem) {
  .page-module-flurry .page-module-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.page-module-flurry .flurry-heading {
  grid-row: 1;
  grid-column: 2;
  margin: 0 0 2rem;
}
@media (max-width: 48rem) {
  .page-module-flurry .flurry-heading {
    grid-row: 1;
    grid-column: 1;
  }
}
.page-module-flurry .flurry-text {
  grid-row: 2;
  grid-column: 2;
}
@media (max-width: 48rem) {
  .page-module-flurry .flurry-text {
    grid-row: 3;
    grid-column: 1;
  }
}
.page-module-flurry .flurry-images {
  grid-row: 1/span 2;
  grid-column: 1;
  display: grid;
  z-index: 0;
}
@media (max-width: 48rem) {
  .page-module-flurry .flurry-images {
    grid-row: 2;
    grid-column: 1;
    padding: 0 0.625rem;
  }
}
.page-module-flurry .flurry-images > .flurry-image {
  grid-row: 1;
  grid-column: 1;
  transition: opacity 0.2s;
}
.page-module-flurry .flurry-images > .flurry-image.hide {
  opacity: 0;
}
.page-module-flurry .flurry-images > .flurry-image.show {
  opacity: 1;
}
.page-module-flurry .flurry-images > .flurry-image > img {
  clip-path: circle(50%);
  margin: 1px;
}
.page-module-flurry .flurry-images::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 100%;
  border: 3.825rem solid rgba(255, 255, 255, 0.45);
  margin: -1px;
  display: block;
  grid-row: 1;
  grid-column: 1;
  z-index: 1;
}
@media (max-width: 48rem) {
  .page-module-flurry .flurry-images::after {
    border-width: 2.25rem;
  }
}
.page-module-flurry .flurry-images .roundel {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  z-index: 10;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.1;
  text-align: center;
  background-color: var(--c-banana);
  width: 8rem;
  height: 8rem;
  box-shadow: 0 0 0 0.625rem rgba(238, 199, 60, 0.35);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 48rem) {
  .page-module-flurry .flurry-images .roundel {
    font-size: 2.375rem;
    line-height: 1.1;
    width: 4.625rem;
    height: 4.625rem;
    box-shadow: 0 0 0 0.375rem rgba(238, 199, 60, 0.35);
  }
}
.page-module-flurry .flurry-images .roundel .roundel-text {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.page-module-flurry .flurry-images .roundel .roundel-suffix {
  font-size: 2rem;
}
@media (max-width: 48rem) {
  .page-module-flurry .flurry-images .roundel .roundel-suffix {
    font-size: 1.125rem;
  }
}
.page-module-flurry .flurry-firsts {
  padding: 0;
  margin: 0 4rem 0 0;
}
@media (max-width: 48rem) {
  .page-module-flurry .flurry-firsts {
    margin: 1.5rem 0 0;
  }
}
.page-module-flurry .flurry-firsts li {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-flurry .flurry-firsts li {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-flurry .flurry-firsts li {
  color: var(--c-mackerel-light);
  list-style-type: none;
  padding-bottom: 1.5rem;
  margin: 0;
}
@media (max-width: 48rem) {
  .page-module-flurry .flurry-firsts li {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.page-module-flurry .flurry-firsts li.active {
  color: var(--c-mackerel);
}
.page-module-flurry .flurry-firsts li + li {
  border-top: 1px solid var(--c-mackerel-light);
  padding: 1.5rem 0;
}

.page-module-testimonials {
  padding: 7.25rem 0;
}
@media (max-width: 48rem) {
  .page-module-testimonials {
    padding: 3.25rem 0;
  }
}
.testimonial {
  padding: 3.75rem 4.5rem 7.25rem;
  border-radius: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, minmax(0, auto));
  grid-gap: 0 3rem;
}
@media (max-width: 48rem) {
  .testimonial {
    padding: 2.5rem 1.875rem 4.75rem;
    border-radius: 0.5rem;
    display: block;
  }
}

.testimonial-mackerel {
  background-color: var(--c-mackerel);
  color: var(--c-white);
}

.testimonial-peach {
  background-color: var(--c-peach);
  color: var(--c-white);
}

.testimonial-banana {
  background-color: var(--c-banana);
}

.testimonial-salad {
  background-color: var(--c-salad);
  color: var(--c-white);
}

.testimonial-strawberry {
  background-color: var(--c-strawberry);
  color: var(--c-white);
}

.testimonial-white {
  background-color: var(--c-white);
}

.testimonial-logos {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 48rem) {
  .testimonial-logos {
    justify-content: space-between;
  }
}
.testimonial-logos > * + * {
  margin-left: 1.5rem;
}
@media (max-width: 48rem) {
  .testimonial-logos > * + * {
    margin-left: 0;
  }
}
@media (max-width: 48rem) {
  .testimonial-logos .logo-wm {
    max-width: 5.75rem;
  }
}
@media (max-width: 48rem) {
  .testimonial-logos .logo-cross {
    max-width: 1.3125rem;
  }
}
.testimonial-logos .logo-source {
  max-width: 8.75rem;
  max-height: 5rem;
}
@media (max-width: 48rem) {
  .testimonial-logos .logo-source {
    max-width: 7.875rem;
  }
}

.testimonial-quote {
  grid-row: 2;
  grid-column: 1;
}
@media (max-width: 48rem) {
  .testimonial-quote {
    margin-top: 1.5rem;
  }
}
@media (max-width: 48rem) {
  .testimonial-quote .quote-quotemarks {
    max-width: 1.875rem;
  }
}
.testimonial-quote blockquote {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.15;
  margin-top: 1rem;
}
@media (max-width: 48rem) {
  .testimonial-quote blockquote {
    font-size: 1.375rem;
    line-height: 1.2;
    margin-top: 0.75rem;
  }
}
.testimonial-quote blockquote footer {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.0111em;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .testimonial-quote blockquote footer {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.testimonial-quote blockquote footer {
  font-weight: 400;
  margin-top: 1rem;
}
@media (max-width: 48rem) {
  .testimonial-quote blockquote footer {
    font-weight: 0.875rem;
    line-height: 1.4;
    margin-top: 0.75rem;
  }
}
.testimonial-quote blockquote footer .name {
  font-weight: 600;
}

.testimonial-image {
  grid-row: 1/span 2;
  grid-column: 2;
}
@media (max-width: 48rem) {
  .testimonial-image {
    margin-top: 2rem;
  }
}

.testimonial-slider .swiper-transport {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 4.5rem;
  z-index: 1;
}
@media (max-width: 48rem) {
  .testimonial-slider .swiper-transport {
    display: none;
  }
}
.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
  background-color: var(--c-white);
  width: 3.5rem;
  height: 3.5rem;
  margin: 0;
  position: initial;
  --swiper-navigation-size: 0.875rem;
}
.testimonial-slider .swiper-button-next::after,
.testimonial-slider .swiper-button-prev::after {
  font-weight: 700;
  color: var(--c-mackerel);
}
.testimonial-slider .swiper-button-next.swiper-button-disabled,
.testimonial-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.testimonial-slider .swiper-pagination {
  display: none;
}
@media (max-width: 48rem) {
  .testimonial-slider .swiper-pagination {
    display: block;
  }
}
.testimonial-slider .swiper-horizontal > .swiper-pagination-bullets,
.testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonial-slider .swiper-pagination-custom, .testimonial-slider .swiper-pagination-fraction {
  width: auto;
  bottom: 2.5rem;
  left: 1.875rem;
}
.testimonial-slider .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid var(--c-white);
  width: 0.625rem;
  height: 0.625rem;
  opacity: 1;
}
.testimonial-slider .swiper-pagination-bullet-active {
  background-color: var(--c-white);
}

.page-module-articles {
  padding: 10rem 0;
}
@media (max-width: 48rem) {
  .page-module-articles {
    padding: 2.75rem 0.625rem 6.375rem;
  }
}
.page-module-articles .page-module-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, minmax(0, auto));
  gap: 3rem 1.875rem;
}
@media (max-width: 48rem) {
  .page-module-articles .page-module-inner {
    display: block;
  }
}
.page-module-articles .articles-heading {
  grid-row: 1;
  grid-column: 1/span 2;
  letter-spacing: 0;
}
.page-module-articles .articles-more {
  grid-row: 1;
  grid-column: 3;
  justify-self: end;
  align-self: center;
}
@media (max-width: 48rem) {
  .page-module-articles .articles-more {
    margin-top: 2rem;
  }
}
.page-module-articles .article-teaser {
  grid-row: 2;
}
@media (max-width: 48rem) {
  .page-module-articles .article-teaser {
    margin-top: 2rem;
  }
}

.page-module-dots {
  background-color: var(--c-mackerel);
  color: var(--c-white);
  padding: 3.625rem 0 4.25rem;
}
@media (max-width: 48rem) {
  .page-module-dots {
    padding: 3.375rem 0 2.625rem;
  }
}
.page-module-dots .dots-heading {
  font-weight: 600;
  font-size: 2.3125rem;
  line-height: 1.25;
  letter-spacing: 0;
  /* 20/26 */
}
@media screen and (max-width: 48rem) {
  .page-module-dots .dots-heading {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: 0.01em;
  }
}
.page-module-dots .dots-heading {
  margin: 0;
}
.page-module-dots .dots-links {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  /* 38/41.8 */
}
@media screen and (max-width: 48rem) {
  .page-module-dots .dots-links {
    font-size: 2.375rem;
    letter-spacing: 0.0053em;
  }
}
.page-module-dots .dots-links {
  padding: 0;
  margin: 0;
}
@media (max-width: 48rem) {
  .page-module-dots .dots-links {
    font-weight: 600;
    font-size: 3.625rem;
    line-height: 1.2;
    /* 30/36 */
  }
}
@media screen and (max-width: 48rem) and (max-width: 48rem) {
  .page-module-dots .dots-links {
    font-size: 1.875rem;
    letter-spacing: 0.0067em;
  }
}
.page-module-dots .dots-links li {
  list-style-type: none;
  padding: 2.625rem 0;
  margin: 0;
}
@media (max-width: 48rem) {
  .page-module-dots .dots-links li {
    padding: 2.375rem 0;
  }
}
.page-module-dots .dots-links li + li {
  border-top: 1px solid var(--c-white);
}
.page-module-dots .dots-links a {
  color: var(--c-white);
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-module-dots .dots-links a:hover, .page-module-dots .dots-links a:focus {
  color: var(--c-banana);
}
.page-module-dots .dots-links a:hover svg, .page-module-dots .dots-links a:focus svg {
  transform: translateX(1rem);
}
.page-module-dots .dots-links a svg {
  width: 6.625rem;
  height: 2.875rem;
  transition: transform 0.2s;
}
@media (max-width: 48rem) {
  .page-module-dots .dots-links a svg {
    width: 4rem;
    height: 1.5625rem;
  }
}
.page-module-dots .dots-links a svg path {
  stroke: currentColor;
}

.page-module-newsletter {
  background-image: url("./images/img_newsletter-bg@2x.webp");
  background-position: 33% center;
  background-size: cover;
  padding: 4rem 0;
}
@media (max-width: 48rem) {
  .page-module-newsletter {
    padding: 3rem 0 3.625rem;
  }
}
.page-module-newsletter .newsletter-heading {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-newsletter .newsletter-heading {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-newsletter .newsletter-heading {
  font-weight: 700;
  margin: 0 0 3rem;
}
@media (max-width: 48rem) {
  .page-module-newsletter .newsletter-heading {
    font-weight: 600;
    font-size: 2.875rem;
    line-height: 1.25;
    letter-spacing: 0;
    /* 24/30 */
    margin: 0 0 2.375rem;
  }
}
@media screen and (max-width: 48rem) and (max-width: 48rem) {
  .page-module-newsletter .newsletter-heading {
    font-size: 1.5rem;
    letter-spacing: 0.0083em;
  }
}
.page-module-newsletter .newsletter-form form {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 48rem) {
  .page-module-newsletter .newsletter-form form {
    display: block;
  }
}
.page-module-newsletter .newsletter-form input[type=email] {
  flex-grow: 1;
}
@media (max-width: 48rem) {
  .page-module-newsletter .newsletter-form input[type=email] {
    width: 100%;
  }
}
.page-module-newsletter .newsletter-form button {
  margin: 0 0 0 3rem;
}
@media (max-width: 48rem) {
  .page-module-newsletter .newsletter-form button {
    margin: 2rem 0 0 0;
  }
}

#mc_embed_signup_scroll {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 48rem) {
  #mc_embed_signup_scroll {
    display: block;
  }
}
#mc_embed_signup_scroll .mc-field-group {
  flex-grow: 1;
  display: flex;
}
@media (max-width: 48rem) {
  #mc_embed_signup_scroll .mc-field-group {
    width: 100%;
  }
}
#mc_embed_signup_scroll .mc-field-group input[type=email] {
  width: 100%;
}
#mc_embed_signup_scroll .button {
  margin: 0 0 0 3rem;
}
@media (max-width: 48rem) {
  #mc_embed_signup_scroll .button {
    margin: 2rem 0 0 0;
  }
}

.page-module-two-column-repeater {
  padding: 6.25rem 0 7.75rem;
}
@media (max-width: 48rem) {
  .page-module-two-column-repeater {
    padding: 1.5rem 0 2.625rem;
  }
}
.page-module-two-column-repeater .repeater-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 11.25rem;
  justify-items: center;
  align-items: center;
}
@media (max-width: 48rem) {
  .page-module-two-column-repeater .repeater-row {
    display: block;
  }
}
.page-module-two-column-repeater .repeater-row:nth-child(even) .repeater-row-image {
  grid-row: 1;
  grid-column: 2;
}
.page-module-two-column-repeater .repeater-row:nth-child(even) .repeater-row-text {
  grid-row: 1;
  grid-column: 1;
}
.page-module-two-column-repeater .repeater-row + .repeater-row {
  margin-top: 8rem;
}
@media (max-width: 48rem) {
  .page-module-two-column-repeater .repeater-row + .repeater-row {
    margin-top: 3rem;
  }
}
.page-module-two-column-repeater .repeater-row-heading {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-two-column-repeater .repeater-row-heading {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-two-column-repeater .repeater-row-heading {
  font-weight: 700;
}
@media (max-width: 48rem) {
  .page-module-two-column-repeater .repeater-row-heading {
    font-weight: 600;
    font-size: 2.875rem;
    line-height: 1.25;
    letter-spacing: 0;
    /* 24/30 */
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 48rem) and (max-width: 48rem) {
  .page-module-two-column-repeater .repeater-row-heading {
    font-size: 1.5rem;
    letter-spacing: 0.0083em;
  }
}
.page-module-two-column-repeater .repeater-row-heading em {
  font-style: normal;
  color: var(--c-strawberry);
}
.page-module-two-column-repeater .repeater-row-copy {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.0111em;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-two-column-repeater .repeater-row-copy {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}

.page-module-two-column-text {
  padding: 0 0 8.75rem;
}
@media (max-width: 48rem) {
  .page-module-two-column-text {
    padding: 1.5rem 0 2.625rem;
  }
}
.page-module-two-column-text .repeater-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4.5rem 11.25rem;
}
@media (max-width: 48rem) {
  .page-module-two-column-text .repeater-blocks {
    display: block;
  }
}
.page-module-two-column-text .repeater-blocks + .repeater-row {
  margin-top: 8rem;
}
@media (max-width: 48rem) {
  .page-module-two-column-text .repeater-blocks + .repeater-row {
    margin-top: 3rem;
  }
}
.page-module-two-column-text .two-column-text-heading {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-two-column-text .two-column-text-heading {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-two-column-text .two-column-text-heading {
  font-weight: 700;
  margin: 0 0 1.5rem;
}
@media (max-width: 48rem) {
  .page-module-two-column-text .two-column-text-heading {
    font-weight: 600;
    font-size: 2.875rem;
    line-height: 1.25;
    letter-spacing: 0;
    /* 24/30 */
  }
}
@media screen and (max-width: 48rem) and (max-width: 48rem) {
  .page-module-two-column-text .two-column-text-heading {
    font-size: 1.5rem;
    letter-spacing: 0.0083em;
  }
}
.page-module-two-column-text .repeater-blocks {
  margin: 4rem 0 0;
}
@media (max-width: 48rem) {
  .page-module-two-column-text .repeater-blocks {
    margin: 3rem 0 0;
  }
}
@media (max-width: 48rem) {
  .page-module-two-column-text .repeater-block + .repeater-block {
    margin: 3rem 0 0;
  }
}
.page-module-two-column-text .repeater-block-heading {
  font-weight: 600;
  font-size: 2.875rem;
  line-height: 1.25;
  letter-spacing: 0;
  /* 24/30 */
}
@media screen and (max-width: 48rem) {
  .page-module-two-column-text .repeater-block-heading {
    font-size: 1.5rem;
    letter-spacing: 0.0083em;
  }
}
.page-module-two-column-text .repeater-block-heading {
  font-weight: 700;
  margin: 0 0 1rem;
}
.page-module-two-column-text .repeater-block-subheading {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-two-column-text .repeater-block-subheading {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-two-column-text .repeater-block-subheading {
  font-weight: 700;
  margin: 0 0 1rem;
}
@media (max-width: 48rem) {
  .page-module-two-column-text .repeater-block-subheading {
    font-weight: 600;
    font-size: 2.3125rem;
    line-height: 1.25;
    letter-spacing: 0;
    /* 20/26 */
  }
}
@media screen and (max-width: 48rem) and (max-width: 48rem) {
  .page-module-two-column-text .repeater-block-subheading {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: 0.01em;
  }
}
.page-module-two-column-text .repeater-block-copy {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.0111em;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-two-column-text .repeater-block-copy {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}

.page-module-two-column-text-mackerel .repeater-block-heading, .page-module-two-column-text-white .repeater-block-heading {
  color: var(--c-mackerel);
}
.page-module-two-column-text-peach .repeater-block-heading {
  color: var(--c-peach);
}
.page-module-two-column-text-banana .repeater-block-heading {
  color: var(--c-banana);
}
.page-module-two-column-text-salad .repeater-block-heading {
  color: var(--c-salad);
}
.page-module-two-column-text-strawberry .repeater-block-heading {
  color: var(--c-strawberry);
}

.page-module-stat-wall {
  background-color: var(--c-mackerel);
  background-size: cover;
  background-attachment: fixed;
  color: var(--c-white);
  padding: 6rem 0 1.5rem;
}
@media (max-width: 48rem) {
  .page-module-stat-wall {
    padding: 3.5rem 0 3.75rem;
  }
}
@media (max-width: 48rem) {
  .page-module-stat-wall .stat + .stat {
    margin-top: 2.5rem;
  }
}
.page-module-stat-wall .stat-wall-heading {
  font-weight: 600;
  font-size: 2.875rem;
  line-height: 1.25;
  letter-spacing: 0;
  /* 24/30 */
}
@media screen and (max-width: 48rem) {
  .page-module-stat-wall .stat-wall-heading {
    font-size: 1.5rem;
    letter-spacing: 0.0083em;
  }
}
.page-module-stat-wall .stat-wall-heading {
  max-width: 33%;
  margin: 0 0 2.5rem;
}
@media (max-width: 48rem) {
  .page-module-stat-wall .stat-wall-heading {
    font-weight: 600;
    font-size: 3.625rem;
    line-height: 1.2;
    /* 30/36 */
    max-width: none;
  }
}
@media screen and (max-width: 48rem) and (max-width: 48rem) {
  .page-module-stat-wall .stat-wall-heading {
    font-size: 1.875rem;
    letter-spacing: 0.0067em;
  }
}

.stat-wall-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 6.25rem;
}
@media (max-width: 48rem) {
  .stat-wall-stats {
    display: block;
  }
}

.stat-wall-credentials {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, auto));
  margin-top: 6.375rem;
}
@media (max-width: 48rem) {
  .stat-wall-credentials {
    grid-template-rows: 2.25rem 24.25rem minmax(0, auto);
    grid-template-columns: 1.25rem 1fr 1.25rem;
    margin-top: 2.25rem;
  }
}
.stat-wall-credentials .credentials-image {
  grid-row: 1/span 3;
  grid-column: 1;
  width: 22.5rem;
  height: auto;
  margin: 0 0 0 1.875rem;
  z-index: 1;
}
@media (max-width: 48rem) {
  .stat-wall-credentials .credentials-image {
    grid-row: 1/span 2;
    grid-column: 1/span 3;
    margin: 0;
  }
}
.stat-wall-credentials .credentials-text {
  grid-row: 2;
  grid-column: 1;
  color: var(--c-mackerel);
  background-color: var(--c-banana);
  padding: 3.5rem 3.5rem 4rem 24.375rem;
  border-radius: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 48rem) {
  .stat-wall-credentials .credentials-text {
    grid-row: 2/span 2;
    grid-column: 2;
    padding: 24.25rem 1.5rem 2rem;
    display: block;
  }
}
.stat-wall-credentials .credentials-heading {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .stat-wall-credentials .credentials-heading {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.stat-wall-credentials .credentials-heading {
  font-weight: 700;
  padding: 0 7rem 0 0;
  margin: 0;
}
@media (max-width: 48rem) {
  .stat-wall-credentials .credentials-heading {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.3;
    padding: 0 1.25rem 0 0;
    margin-bottom: 1.125rem;
  }
}

.stat-wall-credentials-banana .credentials-text {
  background-color: var(--c-banana);
}
.stat-wall-credentials-peach .credentials-text {
  background-color: var(--c-peach);
}
.stat-wall-credentials-strawberry .credentials-text {
  background-color: var(--c-strawberry);
}
.stat-wall-credentials-salad .credentials-text {
  background-color: var(--c-salad);
}
.stat-wall-credentials-mackerel .credentials-text {
  background-color: var(--c-mackerel);
  color: var(--c-white);
}
.stat-wall-credentials-mackerel .credentials-text .cta, .stat-wall-credentials-mackerel .credentials-text .header-contact a, .header-contact .stat-wall-credentials-mackerel .credentials-text a {
  background-color: var(--c-banana);
  color: var(--c-mackerel);
}
.stat-wall-credentials-mackerel .credentials-text .cta:hover, .stat-wall-credentials-mackerel .credentials-text .header-contact a:hover, .header-contact .stat-wall-credentials-mackerel .credentials-text a:hover, .stat-wall-credentials-mackerel .credentials-text .cta:focus, .stat-wall-credentials-mackerel .credentials-text .header-contact a:focus, .header-contact .stat-wall-credentials-mackerel .credentials-text a:focus {
  background-color: var(--c-peach);
}
.stat-wall-credentials-white .credentials-text {
  background-color: var(--c-white);
}

.page-module-get-in-touch {
  background-color: var(--c-banana);
}
.page-module-get-in-touch .page-module-inner {
  display: grid;
  padding: 0;
  grid-template-columns: 42rem 1fr;
  grid-template-rows: 5.5rem minmax(0, auto) 6.5rem;
  margin: -3rem 0 0;
}
@media (max-width: 48rem) {
  .page-module-get-in-touch .page-module-inner {
    grid-template-columns: 2.1875rem 1fr 2.1875rem;
    grid-template-rows: 2.5rem minmax(0, auto) 8.75rem;
    margin: 0;
    overflow: hidden;
  }
}
.page-module-get-in-touch .get-in-touch-heading {
  font-weight: 600;
  font-size: 2.875rem;
  line-height: 1.25;
  letter-spacing: 0;
  /* 24/30 */
}
@media screen and (max-width: 48rem) {
  .page-module-get-in-touch .get-in-touch-heading {
    font-size: 1.5rem;
    letter-spacing: 0.0083em;
  }
}
.page-module-get-in-touch .get-in-touch-heading {
  font-weight: 700;
}
@media (max-width: 48rem) {
  .page-module-get-in-touch .get-in-touch-heading {
    font-weight: 700;
    font-size: 2.3125rem;
    line-height: 1.25;
  }
}
.page-module-get-in-touch .get-in-touch-text {
  grid-row: 2;
  grid-column: 1;
  z-index: 1;
}
@media (max-width: 48rem) {
  .page-module-get-in-touch .get-in-touch-text {
    grid-column: 2;
  }
}
.page-module-get-in-touch .get-in-touch-image {
  grid-row: 1/-1;
  grid-column: 1/-1;
  max-width: 52.75rem;
  justify-self: end;
}
@media (max-width: 48rem) {
  .page-module-get-in-touch .get-in-touch-image {
    grid-row: 2/span 2;
    grid-column: 2/span 2;
    align-self: end;
    margin: 0 -4rem 0 0;
  }
}
.page-module-get-in-touch .get-in-touch-image img {
  display: block;
}

.page-module-service-groups {
  display: block;
  padding: 0 0 8.75rem;
}
.page-module-service-groups .page-module-inner {
  padding: 0;
}

.service-group {
  padding: 7.25rem 0 1.75rem;
  display: grid;
  grid-template-columns: 1fr minmax(0, 80rem) 1fr;
}
@media (max-width: 48rem) {
  .service-group {
    padding: 3.125rem 0 4rem;
  }
}
.service-group .service-group-inner {
  grid-column: 2;
  padding: 0 1.5rem;
}

.service-group-mackerel {
  background-color: var(--c-mackerel);
  color: var(--c-white);
}

.service-group-peach {
  background-color: var(--c-peach);
  color: var(--c-white);
}

.service-group-banana {
  background-color: var(--c-banana);
}

.service-group-salad {
  background-color: var(--c-salad);
  color: var(--c-white);
}

.service-group-strawberry {
  background-color: var(--c-strawberry);
}

.service-group-inner {
  padding: 7.25rem 0 1.6875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 9rem;
}
@media (max-width: 48rem) {
  .service-group-inner {
    padding: 3.5rem 0 4rem;
    display: flex;
    flex-direction: column;
  }
}

.service-group-heading {
  font-weight: 600;
  font-size: 3.625rem;
  line-height: 1.2;
  /* 30/36 */
}
@media screen and (max-width: 48rem) {
  .service-group-heading {
    font-size: 1.875rem;
    letter-spacing: 0.0067em;
  }
}
.service-group-heading {
  margin: 0 0 2rem;
}
@media (max-width: 48rem) {
  .service-group-heading {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    /* 38/41.8 */
    margin: 4rem 0 2rem;
  }
}
@media screen and (max-width: 48rem) and (max-width: 48rem) {
  .service-group-heading {
    font-size: 2.375rem;
    letter-spacing: 0.0053em;
  }
}

.service-group-items {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 0 4.25rem 0 0;
  margin: 0;
}
@media (max-width: 48rem) {
  .service-group-items {
    padding: 0;
  }
}
.service-group-items li {
  list-style-type: none;
  padding: 0 0 1.375rem;
  margin: 0;
}
.service-group-items li + li {
  padding: 1.375rem 0;
  border-top: 1px solid currentColor;
}

.service-group-image {
  margin: 0 0 -4.25rem;
  z-index: 1;
}
@media (max-width: 48rem) {
  .service-group-image {
    margin: 0;
  }
}
.service-group-image img {
  max-width: 26.25rem;
  height: auto;
}

.service-group:nth-child(even) .service-group-text {
  grid-row: 1;
  grid-column: 1;
}
.service-group:nth-child(even) .service-group-image {
  grid-row: 1;
  grid-column: 2;
  justify-self: end;
  order: 2;
}
@media (max-width: 48rem) {
  .service-group:nth-child(even) .service-group-image {
    margin: 3rem 0 0;
  }
}
.service-group:nth-child(even) .service-group-heading {
  margin: 0 0 2rem;
}

.page-module-collective {
  padding: 4rem 0 5rem;
}
@media (max-width: 48rem) {
  .page-module-collective {
    padding: 3rem 0;
  }
}
.page-module-collective .page-module-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, minmax(0, auto));
  gap: 3rem 7rem;
}
@media (max-width: 48rem) {
  .page-module-collective .page-module-inner {
    display: block;
  }
}

.collective-text {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.0111em;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .collective-text {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.collective-text {
  grid-row: 1;
  grid-column: 1;
}

.collective-detail {
  grid-row: 1;
  grid-column: 2;
}
@media (max-width: 48rem) {
  .collective-detail {
    margin-top: 3rem;
  }
}

.collective-quote {
  grid-row: 2;
  grid-column: 1/span 2;
}
@media (max-width: 48rem) {
  .collective-quote {
    margin: 5.375rem 0 0 0;
  }
}
@media (max-width: 48rem) {
  .collective-quote .quote-quotemarks {
    max-width: 1.875rem;
  }
}
.collective-quote blockquote {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.15;
  max-width: 45rem;
  margin-top: 1rem;
}
@media (max-width: 48rem) {
  .collective-quote blockquote {
    font-size: 1.375rem;
    line-height: 1.2;
    margin-top: 0.75rem;
  }
}
.collective-quote blockquote footer {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.0111em;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .collective-quote blockquote footer {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.collective-quote blockquote footer {
  font-weight: 400;
  margin-top: 1rem;
}
@media (max-width: 48rem) {
  .collective-quote blockquote footer {
    font-weight: 0.875rem;
    line-height: 1.4;
    margin-top: 0.75rem;
  }
}
.collective-quote blockquote footer .name {
  font-weight: 600;
}

.collective-heading {
  font-weight: 600;
  font-size: 2.3125rem;
  line-height: 1.25;
  letter-spacing: 0;
  /* 20/26 */
}
@media screen and (max-width: 48rem) {
  .collective-heading {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: 0.01em;
  }
}
.collective-heading {
  margin: 0 0 1rem;
}
@media (max-width: 48rem) {
  .collective-heading {
    font-weight: 600;
    font-size: 2.875rem;
    line-height: 1.25;
    letter-spacing: 0;
    /* 24/30 */
    font-weight: 700;
  }
}
@media screen and (max-width: 48rem) and (max-width: 48rem) {
  .collective-heading {
    font-size: 1.5rem;
    letter-spacing: 0.0083em;
  }
}

.collective-partner {
  padding: 1.75rem;
  border: 1.375rem solid var(--c-mackerel);
}
@media (max-width: 48rem) {
  .collective-partner {
    padding: 1.5rem;
    border-width: 0.75rem;
  }
}
.collective-partner.active {
  display: block;
}
.collective-partner .partner-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.collective-partner .custom-logo-link {
  width: 10.625rem;
}
@media (max-width: 48rem) {
  .collective-partner .custom-logo-link {
    width: 7.25rem;
  }
}
.collective-partner .cross {
  width: 2.5rem;
  margin: 0 0.5rem;
}
@media (max-width: 48rem) {
  .collective-partner .cross {
    max-width: 1.5rem;
  }
}
.collective-partner .collab-logo {
  max-width: 11.875rem;
  max-height: 6.25rem;
}
@media (max-width: 48rem) {
  .collective-partner .collab-logo {
    max-width: 7.25rem;
    max-height: 3.6875rem;
  }
}
.collective-partner .partner-text {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.0111em;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .collective-partner .partner-text {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.collective-partner .partner-text {
  margin-top: 1rem;
}

.partner-tabs {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.partner-tabs .partner-tab {
  background-color: transparent;
  height: auto;
  padding: 0.5rem;
  border-radius: 0;
  display: grid;
  align-items: center;
  cursor: pointer;
}
.partner-tabs .partner-tab .partner-tab-logo,
.partner-tabs .partner-tab .partner-tab-logo-active {
  grid-column: 1;
  grid-row: 1;
}
.partner-tabs .partner-tab .partner-tab-logo {
  display: block;
}
.partner-tabs .partner-tab .partner-tab-logo-active {
  display: none;
}
.partner-tabs .partner-tab:hover .partner-tab-logo, .partner-tabs .partner-tab:focus .partner-tab-logo,
.partner-tabs .partner-tab .active .partner-tab-logo {
  display: none;
}
.partner-tabs .partner-tab:hover .partner-tab-logo-active, .partner-tabs .partner-tab:focus .partner-tab-logo-active,
.partner-tabs .partner-tab .active .partner-tab-logo-active {
  display: block;
}

.page-module-team {
  display: block;
}
.page-module-team .page-module-inner {
  padding: 0;
}

.team-section {
  padding: 5rem 0;
  display: grid;
  grid-template-columns: 1fr minmax(0, 80rem) 1fr;
}
@media (max-width: 48rem) {
  .team-section {
    padding: 3rem 0;
  }
}
.team-section:nth-child(odd) {
  background-color: var(--c-mackerel);
  color: var(--c-white);
}
.team-section .team-section-inner {
  grid-column: 2;
  padding: 0 1.5rem;
}

.team-section-inner {
  display: grid;
  grid-template-columns: 16.5rem 40rem 1fr;
  gap: 0 7rem;
}
@media (max-width: 48rem) {
  .team-section-inner {
    display: block;
  }
}

.team-section-heading {
  font-weight: 700;
  margin: 0 0 2.75rem;
}
@media (max-width: 48rem) {
  .team-section-heading {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    /* 38/41.8 */
  }
}
@media screen and (max-width: 48rem) and (max-width: 48rem) {
  .team-section-heading {
    font-size: 2.375rem;
    letter-spacing: 0.0053em;
  }
}

.team-section-tabs {
  padding: 0;
  margin: 0;
}
@media (max-width: 48rem) {
  .team-section-tabs {
    margin: 0 0 2.25rem;
  }
}
.team-section-tabs .team-section-tab {
  list-style-type: none;
  padding: 0.975rem 0;
  border-bottom: 2px solid currentColor;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 48rem) {
  .team-section-tabs .team-section-tab {
    padding: 0.5rem 0;
  }
}
.team-section-tabs .team-section-tab .member-name {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .team-section-tabs .team-section-tab .member-name {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.team-section-tabs .team-section-tab .member-name {
  font-weight: 700;
  margin: 0;
}
@media (max-width: 48rem) {
  .team-section-tabs .team-section-tab .member-name {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.team-section-tabs .team-section-tab .member-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .team-section-tabs .team-section-tab .member-title {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.team-section-tabs .team-section-tab .member-title {
  margin: 0;
}
@media (max-width: 48rem) {
  .team-section-tabs .team-section-tab .member-title {
    font-size: 1.125rem;
    line-height: 1.35;
  }
}
.team-section-tabs .team-section-tab.inactive {
  color: var(--c-mackerel-50);
}
.team-section-tabs .team-section-tab.active {
  color: inherit;
  border-color: var(--c-peach);
  position: relative;
}
.team-section:nth-child(odd) .team-section-tabs .team-section-tab.active {
  border-color: var(--c-banana);
}
.team-section-tabs .team-section-tab.active::before {
  content: "";
  width: 1rem;
  display: block;
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: -2.5rem;
  background-color: var(--c-peach);
}
.team-section:nth-child(odd) .team-section-tabs .team-section-tab.active::before {
  background-color: var(--c-banana);
}
.team-section-tabs .team-section-tab:hover, .team-section-tabs .team-section-tab:focus {
  color: inherit;
}
.team-section:nth-child(odd) .team-section-tabs .team-section-tab:hover, .team-section:nth-child(odd) .team-section-tabs .team-section-tab:focus {
  border-color: var(--c-banana);
}
.team-section:nth-child(even) .team-section-tabs .team-section-tab:hover, .team-section:nth-child(even) .team-section-tabs .team-section-tab:focus {
  border-color: var(--c-peach);
}

.team-member {
  display: grid;
  grid-template-columns: 11.875rem 1fr;
  gap: 2.25rem 1.75rem;
}
@media (max-width: 48rem) {
  .team-member {
    display: block;
  }
}
.team-member[hidden] {
  display: none;
}
.team-member .member-portrait {
  grid-row: 1;
  grid-column: 1;
}
@media (max-width: 48rem) {
  .team-member .member-portrait {
    max-width: 9.5rem;
  }
}
.team-member .member-intro {
  grid-row: 1;
  grid-column: 2;
  align-self: center;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .team-member .member-intro {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.team-member .member-intro {
  font-weight: 700;
}
@media (max-width: 48rem) {
  .team-member .member-intro {
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0.0083em;
    margin-top: 1.5rem;
  }
}
.team-member .member-intro p {
  margin: 0;
}
.team-member .member-bio {
  grid-row: 2;
  grid-column: 1/span 2;
  max-width: 35rem;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.0111em;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .team-member .member-bio {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
@media (max-width: 48rem) {
  .team-member .member-bio {
    margin-top: 1.5rem;
  }
}

.page-module-contact-details {
  padding: 7.5rem 0 4.5rem;
}
@media (max-width: 48rem) {
  .page-module-contact-details {
    padding: 4.125rem 0 5rem;
  }
}
.page-module-contact-details .page-module-inner {
  display: grid;
  grid-template-columns: 30rem 1fr;
  grid-gap: 0 8.125rem;
  align-items: start;
}
@media (max-width: 48rem) {
  .page-module-contact-details .page-module-inner {
    display: block;
  }
}
.page-module-contact-details a:not(.social-link > a) {
  text-decoration: none;
}
.page-module-contact-details a:not(.social-link > a):hover, .page-module-contact-details a:not(.social-link > a):focus {
  text-decoration: underline;
}

.cd-heading {
  font-weight: 600;
  font-size: 2.3125rem;
  line-height: 1.25;
  letter-spacing: 0;
  /* 20/26 */
}
@media screen and (max-width: 48rem) {
  .cd-heading {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: 0.01em;
  }
}
.cd-heading {
  font-weight: 700;
  margin: 0 0 1.5rem;
}
@media (max-width: 48rem) {
  .cd-heading {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

.cd-subheading {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .cd-subheading {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.cd-subheading {
  font-weight: 700;
  margin: 0 0 0.5rem;
}
@media (max-width: 48rem) {
  .cd-subheading {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.cd-get-in-touch {
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--c-mackerel-50);
}
.cd-get-in-touch ul {
  padding: 0;
  margin: 0;
}
.cd-get-in-touch li {
  list-style-type: none;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.0111em;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .cd-get-in-touch li {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}

.cd-social {
  margin: 1.125rem 0 0 0;
}
@media (max-width: 48rem) {
  .cd-social {
    margin: 2.5rem 0 0 0;
  }
}
.cd-social ul {
  max-width: 18.75rem;
  padding: 0;
}
.cd-social li {
  list-style-type: none;
  margin: 0;
}
.cd-social li + li {
  margin-top: 1.25rem;
}

.cd-join {
  margin: 2rem 0 0 0;
}
@media (max-width: 48rem) {
  .cd-join {
    margin: 2.5rem 0 0 0;
  }
}
.cd-join a {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.0111em;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .cd-join a {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}

.contact-details-talk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, minmax(0, auto));
  gap: 0 2.5rem;
}
@media (max-width: 48rem) {
  .contact-details-talk {
    border-top: 1px solid var(--c-mackerel-50);
    padding: 2.5rem 0 0;
    margin: 2.5rem 0 0;
    display: block;
  }
}
.contact-details-talk .cd-heading {
  grid-column: 1/span 2;
  grid-row: 1;
}
@media (max-width: 48rem) {
  .contact-details-talk .talk-to-us-profile + .talk-to-us-profile {
    margin-top: 3.5rem;
  }
}
.contact-details-talk .ttu-portrait {
  max-width: 11.875rem;
}
@media (max-width: 48rem) {
  .contact-details-talk .ttu-portrait {
    max-width: 9.5rem;
  }
}
.contact-details-talk .ttu-name {
  margin-top: 0.75rem;
}
@media (max-width: 48rem) {
  .contact-details-talk .ttu-name {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-top: 1.5rem;
  }
}
.contact-details-talk .ttu-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
}
.contact-details-talk .ttu-socials {
  max-width: 18.75rem;
  padding: 0;
}
.contact-details-talk .ttu-socials li {
  list-style-type: none;
  margin: 0;
}
.contact-details-talk .ttu-socials li + li {
  margin-top: 1.25rem;
}

.page-module-blog-posts {
  padding: 5rem 0;
}
@media (max-width: 48rem) {
  .page-module-blog-posts {
    padding: 3.625rem 0;
  }
}

.post-grid,
.alm-reveal,
.alm-ajax {
  margin: 5.75rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 1.875rem;
}
@media (max-width: 48rem) {
  .post-grid,
  .alm-reveal,
  .alm-ajax {
    margin: 2rem 0;
    display: block;
  }
}
@media (max-width: 48rem) {
  .post-grid .article-teaser + .article-teaser,
  .alm-reveal .article-teaser + .article-teaser,
  .alm-ajax .article-teaser + .article-teaser {
    margin-top: 2rem;
  }
}

/*
 * Ajax Load More
 * http://wordpress.org/plugins/ajax-load-more/
 *
 * Copyright 2015-2021 Connekt Media - https://connekthq.com
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Author: Darren Cooney
 * Twitter: @KaptonKaos
 * Twitter: @ajaxloadmore
 * Twitter: @connekthq
*/
.alm-btn-wrap {
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 15px;
  position: relative;
}

.alm-btn-wrap .alm-load-more-btn {
  width: auto;
  cursor: pointer;
  /* Loading */
  /* Loaded / Done */
  /* Loading Icon */
  /* Loading :before */
}

.alm-btn-wrap .alm-load-more-btn:hover,
.alm-btn-wrap .alm-load-more-btn.loading {
  text-decoration: none;
}

.alm-btn-wrap .alm-load-more-btn.loading {
  cursor: wait;
}

.alm-btn-wrap .alm-load-more-btn.done {
  cursor: default;
  opacity: 0.15;
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
  background: #fff url("../../img/ajax-loader.gif") no-repeat center center;
  width: 30px;
  height: 31px;
  margin: 6px;
  border-radius: 3px;
  display: inline-block;
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}

.page-module-blog-content {
  padding: 6.625rem 0;
}
@media (max-width: 48rem) {
  .page-module-blog-content {
    padding: 3rem 0;
  }
}
.page-module-blog-content .page-module-inner {
  padding-bottom: 6.625rem;
  border-bottom: 1px solid var(--c-mackerel);
  display: grid;
  grid-template-columns: 1fr 38.75rem 1fr;
  gap: 0 2.375rem;
}
@media (max-width: 48rem) {
  .page-module-blog-content .page-module-inner {
    padding-bottom: 3rem;
    display: block;
  }
}
.page-module-blog-content .entry-content {
  grid-column: 2;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.0111em;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-blog-content .entry-content {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-blog-content .entry-content {
  position: relative;
}
.page-module-blog-content .entry-content > p:first-of-type {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-blog-content .entry-content > p:first-of-type {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-blog-content .entry-content > p:first-of-type {
  font-weight: 700;
}
@media (max-width: 48rem) {
  .page-module-blog-content .entry-content > p:first-of-type {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.page-module-blog-content .post-share-link {
  text-decoration: none;
  color: var(--c-mackerel);
  width: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: -6.5rem;
}
@media (max-width: 48rem) {
  .page-module-blog-content .post-share-link {
    position: initial;
  }
}
.page-module-blog-content .post-share-link .icon {
  width: 4.125rem;
  height: 4.125rem;
  border: 2px solid #f0f0f0;
  border-radius: 100%;
  background-color: var(--c-white);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s, border-color 0.2s;
}
.page-module-blog-content .post-share-link .icon path {
  stroke: var(--c-mackerel);
  transition: stroke 0.2s;
}
.page-module-blog-content .post-share-link .tooltip {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.25rem;
  display: block;
  opacity: 0;
  transition: opacity 0.2s;
}
.page-module-blog-content .post-share-link:hover, .page-module-blog-content .post-share-link:focus, .page-module-blog-content .post-share-link:active {
  color: initial;
}
.page-module-blog-content .post-share-link:hover .icon, .page-module-blog-content .post-share-link:focus .icon, .page-module-blog-content .post-share-link:active .icon {
  border-color: var(--c-mackerel);
  background-color: var(--c-mackerel);
}
.page-module-blog-content .post-share-link:hover .icon path, .page-module-blog-content .post-share-link:focus .icon path, .page-module-blog-content .post-share-link:active .icon path {
  stroke: var(--c-white);
}
.page-module-blog-content .post-share-link:hover .tooltip, .page-module-blog-content .post-share-link:focus .tooltip, .page-module-blog-content .post-share-link:active .tooltip {
  opacity: 1;
}

.page-module-showreel {
  padding: 6.5rem 0;
}
.page-module-showreel .page-module-inner {
  display: flex;
  justify-content: center;
}

.showreel-container {
  color: var(--c-white);
  background-color: var(--c-mackerel);
  border-radius: 0.75rem;
  width: 73.125rem;
  height: 41.25rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
}

.showreel-media {
  grid-row: 1;
  grid-column: 1;
  background-color: var(--c-mackerel);
  max-width: 100%;
}

.showreel-controls {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  align-items: center;
  gap: 0 1.25rem;
}
@media (max-width: 48rem) {
  .showreel-controls {
    flex-direction: column;
    align-items: center;
  }
}
.showreel-controls .showreel-transport {
  display: flex;
  gap: 0 1.25rem;
}
@media (max-width: 48rem) {
  .showreel-controls .showreel-transport {
    margin-top: 1.25rem;
  }
}
.showreel-controls .showreel-play {
  background-color: var(--c-white);
  width: 4rem;
  height: 4rem;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showreel-controls .showreel-play img,
.showreel-controls .showreel-play svg {
  margin-left: 5px;
}
.showreel-controls .showreel-play svg,
.showreel-controls .showreel-play path {
  fill: currentColor;
}
.showreel-controls .showreel-play:hover, .showreel-controls .showreel-play:focus {
  background-color: var(--c-banana);
  color: var(--c-white);
}
.showreel-controls .showreel-play:hover + .showreel-play-link, .showreel-controls .showreel-play:focus + .showreel-play-link {
  color: var(--c-banana);
}
.showreel-controls .showreel-play:hover + .showreel-play-link::before, .showreel-controls .showreel-play:focus + .showreel-play-link::before {
  background-color: currentColor;
}
.showreel-controls .showreel-play-link {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .showreel-controls .showreel-play-link {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.showreel-controls .showreel-play-link {
  font-weight: 700;
  display: flex;
  align-items: center;
  color: var(--c-white);
  text-decoration: none;
  transition: color 0.2s;
}
@media (max-width: 48rem) {
  .showreel-controls .showreel-play-link {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.showreel-controls .showreel-play-link::before {
  content: "";
  background-color: var(--c-white);
  height: 1px;
  width: 4.6875rem;
  margin-right: 1.25rem;
  display: block;
  transition: background-color 0.2s;
}
@media (max-width: 48rem) {
  .showreel-controls .showreel-play-link::before {
    width: 2.5rem;
  }
}

.page-module-taste-shakers .page-module-inner {
  border-top: 1px solid var(--c-mackerel-50);
  padding: 3.5rem 0 8.5rem;
  margin: 0 1.5rem;
}
.page-module-taste-shakers .taste-shakers-heading {
  font-weight: 600;
  font-size: 2.3125rem;
  line-height: 1.25;
  letter-spacing: 0;
  /* 20/26 */
}
@media screen and (max-width: 48rem) {
  .page-module-taste-shakers .taste-shakers-heading {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: 0.01em;
  }
}
.page-module-taste-shakers .taste-shakers-heading {
  font-weight: 700;
  margin: 0 0 1.125rem;
}
@media (max-width: 48rem) {
  .page-module-taste-shakers .taste-shakers-heading {
    font-weight: 600;
    font-size: 3.625rem;
    line-height: 1.2;
    /* 30/36 */
    font-weight: 700;
  }
}
@media screen and (max-width: 48rem) and (max-width: 48rem) {
  .page-module-taste-shakers .taste-shakers-heading {
    font-size: 1.875rem;
    letter-spacing: 0.0067em;
  }
}
@media (max-width: 48rem) {
  .page-module-taste-shakers .taste-shakers-details-details {
    margin: 2.25rem 0 0;
  }
}
.page-module-taste-shakers .taste-shakers-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4.5rem;
}
@media (max-width: 48rem) {
  .page-module-taste-shakers .taste-shakers-details {
    display: block;
    margin: 2.25rem 0 0;
  }
}
.page-module-taste-shakers .ts-intro {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.35;
  letter-spacing: 0.0048em;
  /* 18/24.3 */
}
@media screen and (max-width: 48rem) {
  .page-module-taste-shakers .ts-intro {
    font-size: 1.125rem;
    line-height: 1.35;
    letter-spacing: 0.0111em;
  }
}
.page-module-taste-shakers .ts-phone h3 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-taste-shakers .ts-phone h3 {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-taste-shakers .ts-phone h3 {
  font-weight: 700;
  margin: 0 0 0.5rem;
}
@media (max-width: 48rem) {
  .page-module-taste-shakers .ts-phone h3 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.page-module-taste-shakers .ts-phone p {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.0111em;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-taste-shakers .ts-phone p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-taste-shakers .ts-phone p {
  letter-spacing: -0.011em;
}
.page-module-taste-shakers .ts-phone a {
  text-decoration: none;
}
.page-module-taste-shakers .ts-phone a:hover, .page-module-taste-shakers .ts-phone a:focus {
  text-decoration: underline;
}
.page-module-taste-shakers .ts-socials {
  padding: 0;
  margin: 0.5rem 0 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 2.375rem;
}
@media (max-width: 48rem) {
  .page-module-taste-shakers .ts-socials {
    max-width: 18.75rem;
    margin: 1.5rem 0 0;
    display: block;
  }
}
.page-module-taste-shakers .ts-socials li {
  margin: 0;
}
@media (max-width: 48rem) {
  .page-module-taste-shakers .ts-socials li + li {
    margin-top: 1.25rem;
  }
}
.page-module-taste-shakers .taste-shakers-profiles {
  margin: 2.25rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.25rem;
}
@media (max-width: 48rem) {
  .page-module-taste-shakers .taste-shakers-profiles {
    display: block;
  }
}
.page-module-taste-shakers .ts-profile h4 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-taste-shakers .ts-profile h4 {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-taste-shakers .ts-profile h4 {
  font-weight: 700;
  margin: 1.75rem 0 0.5rem;
}
@media (max-width: 48rem) {
  .page-module-taste-shakers .ts-profile h4 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.page-module-taste-shakers .ts-profile-portrait {
  max-width: 11.875rem;
  margin: 0 0 1rem;
}
.page-module-taste-shakers .ts-profile-name {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-taste-shakers .ts-profile-name {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-taste-shakers .ts-profile-name {
  font-weight: 700;
  margin: 0;
}
@media (max-width: 48rem) {
  .page-module-taste-shakers .ts-profile-name {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.page-module-taste-shakers .ts-profile-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-taste-shakers .ts-profile-title {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-taste-shakers .ts-profile-title {
  font-weight: 500;
}
@media (max-width: 48rem) {
  .page-module-taste-shakers .ts-profile-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.page-module-taste-shakers .ts-profile-email {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.0111em;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-taste-shakers .ts-profile-email {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-taste-shakers .ts-profile-email a {
  text-decoration: none;
}
.page-module-taste-shakers .ts-profile-email a:hover, .page-module-taste-shakers .ts-profile-email a:focus {
  text-decoration: underline;
}

/* Template styles
--------------------------------------------- */
.post-template-default .page-module-articles {
  padding-top: 0;
}
.post-template-default .articles-heading {
  font-weight: 600;
  font-size: 2.3125rem;
  line-height: 1.25;
  letter-spacing: 0;
  /* 20/26 */
}
@media screen and (max-width: 48rem) {
  .post-template-default .articles-heading {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: 0.01em;
  }
}
.post-template-default .articles-heading {
  font-weight: 700;
}
@media (max-width: 48rem) {
  .post-template-default .articles-heading {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

.page-module-page-content {
  padding: 6.625rem 0;
}
@media (max-width: 48rem) {
  .page-module-page-content {
    padding: 3rem 0;
  }
}
.page-module-page-content .page-module-inner {
  padding-bottom: 6.625rem;
  display: grid;
  grid-template-columns: 1fr 38.75rem 1fr;
  gap: 0 2.375rem;
}
@media (max-width: 48rem) {
  .page-module-page-content .page-module-inner {
    padding-bottom: 3rem;
    display: block;
  }
}
.page-module-page-content .entry-content {
  grid-column: 2;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.0111em;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-page-content .entry-content {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-page-content .entry-content {
  position: relative;
}
.page-module-page-content .entry-content > p:first-of-type {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 0;
  /* 16/24 */
}
@media screen and (max-width: 48rem) {
  .page-module-page-content .entry-content > p:first-of-type {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.0125em;
  }
}
.page-module-page-content .entry-content > p:first-of-type {
  font-weight: 700;
}
@media (max-width: 48rem) {
  .page-module-page-content .entry-content > p:first-of-type {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

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