@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600&display=swap");

/*!
Theme Name: Cube Infrastructure
Theme URI: http://underscores.me/
Author: Peregrine Communications
Author URI: https://www.peregrinecommunications.com
Description: WordPress theme for Cube Infrastructure Managers
Version: 1000.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cubeinfrastructure
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.

Cube Infrastructure 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/
*/

/* npx tailwindcss -i ./src/style.css -o ./style.css --watch */

/*! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 560px){
  .container{
    max-width: 560px;
  }
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.bottom-0{
  bottom: 0px;
}

.bottom-20{
  bottom: 5rem;
}

.bottom-\[20px\]{
  bottom: 20px;
}

.left-0{
  left: 0px;
}

.left-20{
  left: 5rem;
}

.left-\[50\%\]{
  left: 50%;
}

.right-0{
  right: 0px;
}

.right-\[15px\]{
  right: 15px;
}

.right-\[20px\]{
  right: 20px;
}

.top-0{
  top: 0px;
}

.top-\[15px\]{
  top: 15px;
}

.top-\[5px\]{
  top: 5px;
}

.top-\[60px\]{
  top: 60px;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-30{
  z-index: 30;
}

.z-40{
  z-index: 40;
}

.z-\[0\]{
  z-index: 0;
}

.z-\[10\]{
  z-index: 10;
}

.z-\[1\]{
  z-index: 1;
}

.z-\[2\]{
  z-index: 2;
}

.z-\[3\]{
  z-index: 3;
}

.z-\[4\]{
  z-index: 4;
}

.order-first{
  order: -9999;
}

.order-last{
  order: 9999;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-5{
  grid-column: span 5 / span 5;
}

.m-0{
  margin: 0px;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-\[10px\]{
  margin-bottom: 10px;
}

.mb-\[18px\]{
  margin-bottom: 18px;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.mb-\[24px\]{
  margin-bottom: 24px;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mb-\[40px\]{
  margin-bottom: 40px;
}

.mb-\[60px\]{
  margin-bottom: 60px;
}

.mb-\[70px\]{
  margin-bottom: 70px;
}

.mb-auto{
  margin-bottom: auto;
}

.ml-\[-50\%\]{
  margin-left: -50%;
}

.ml-\[10px\]{
  margin-left: 10px;
}

.ml-\[20px\]{
  margin-left: 20px;
}

.ml-\[5\%\]{
  margin-left: 5%;
}

.ml-auto{
  margin-left: auto;
}

.mr-0{
  margin-right: 0px;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-\[10px\]{
  margin-right: 10px;
}

.mr-\[20px\]{
  margin-right: 20px;
}

.mr-\[24px\]{
  margin-right: 24px;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[-25\%\]{
  margin-top: -25%;
}

.mt-\[-50px\]{
  margin-top: -50px;
}

.mt-\[20px\]{
  margin-top: 20px;
}

.mt-\[25px\]{
  margin-top: 25px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.mt-\[40px\]{
  margin-top: 40px;
}

.mt-\[50px\]{
  margin-top: 50px;
}

.mt-\[8px\]{
  margin-top: 8px;
}

.mt-\[90px\]{
  margin-top: 90px;
}

.mt-auto{
  margin-top: auto;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[10\/7\]{
  aspect-ratio: 10/7;
}

.aspect-\[270\/320\]{
  aspect-ratio: 270/320;
}

.aspect-\[485\/568\]{
  aspect-ratio: 485/568;
}

.aspect-\[5\/4\]{
  aspect-ratio: 5/4;
}

.aspect-\[605\/300\]{
  aspect-ratio: 605/300;
}

.aspect-\[800\/418\]{
  aspect-ratio: 800/418;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-14{
  height: 3.5rem;
}

.h-\[100\%\]{
  height: 100%;
}

.h-\[12px\]{
  height: 12px;
}

.h-\[150px\]{
  height: 150px;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[50\%\]{
  height: 50%;
}

.h-\[500px\]{
  height: 500px;
}

.h-\[70vh\]{
  height: 70vh;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-10{
  height: 2.5rem;
}

.max-h-\[100\%\]{
  max-height: 100%;
}

.max-h-\[350px\]{
  max-height: 350px;
}

.max-h-\[60\%\]{
  max-height: 60%;
}

.max-h-none{
  max-height: none;
}

.min-h-\[100\%\]{
  min-height: 100%;
}

.min-h-\[450px\]{
  min-height: 450px;
}

.min-h-\[500px\]{
  min-height: 500px;
}

.min-h-\[600px\]{
  min-height: 600px;
}

.min-h-\[680px\]{
  min-height: 680px;
}

.w-14{
  width: 3.5rem;
}

.w-\[113px\]{
  width: 113px;
}

.w-\[121px\]{
  width: 121px;
}

.w-\[12px\]{
  width: 12px;
}

.w-\[145\%\]{
  width: 145%;
}

.w-\[150\%\]{
  width: 150%;
}

.w-\[150px\]{
  width: 150px;
}

.w-\[15px\]{
  width: 15px;
}

.w-\[175\%\]{
  width: 175%;
}

.w-\[18px\]{
  width: 18px;
}

.w-\[21px\]{
  width: 21px;
}

.w-\[30px\]{
  width: 30px;
}

.w-\[55px\]{
  width: 55px;
}

.w-\[70\%\]{
  width: 70%;
}

.w-\[calc\(100\%\+40px\)\]{
  width: calc(100% + 40px);
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-10{
  width: 2.5rem;
}

.min-w-\[100\%\]{
  min-width: 100%;
}

.max-w-\[100px\]{
  max-width: 100px;
}

.max-w-\[150px\]{
  max-width: 150px;
}

.max-w-\[170px\]{
  max-width: 170px;
}

.max-w-\[18px\]{
  max-width: 18px;
}

.max-w-\[200px\]{
  max-width: 200px;
}

.max-w-\[22px\]{
  max-width: 22px;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-\[36px\]{
  max-width: 36px;
}

.max-w-\[400px\]{
  max-width: 400px;
}

.max-w-\[525px\]{
  max-width: 525px;
}

.max-w-\[600px\]{
  max-width: 600px;
}

.max-w-\[650px\]{
  max-width: 650px;
}

.max-w-\[660px\]{
  max-width: 660px;
}

.max-w-\[70\%\]{
  max-width: 70%;
}

.max-w-\[700px\]{
  max-width: 700px;
}

.max-w-\[780px\]{
  max-width: 780px;
}

.max-w-\[860px\]{
  max-width: 860px;
}

.max-w-none{
  max-width: none;
}

.translate-x-\[-20px\]{
  --tw-translate-x: -20px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-35\%\]{
  --tw-translate-x: -35%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[25\%\]{
  --tw-translate-y: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[270deg\]{
  --tw-rotate: 270deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[90deg\]{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.items-baseline{
  align-items: baseline;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-0{
  gap: 0px;
}

.gap-10{
  gap: 2.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-8{
  gap: 2rem;
}

.self-end{
  align-self: flex-end;
}

.self-center{
  align-self: center;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.rounded-\[100px\]{
  border-radius: 100px;
}

.rounded-full{
  border-radius: 9999px;
}

.border{
  border-width: 1px;
}

.border-b-\[1px\]{
  border-bottom-width: 1px;
}

.border-t-\[1px\]{
  border-top-width: 1px;
}

.border-\[\#3D3D3D\]{
  --tw-border-opacity: 1;
  border-color: rgb(61 61 61 / var(--tw-border-opacity));
}

.border-\[\#80ABBD\]{
  --tw-border-opacity: 1;
  border-color: rgb(128 171 189 / var(--tw-border-opacity));
}

.bg-\[\#00587B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 88 123 / var(--tw-bg-opacity));
}

.bg-\[\#00587b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 88 123 / var(--tw-bg-opacity));
}

.bg-\[\#C8DDE5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(200 221 229 / var(--tw-bg-opacity));
}

.bg-\[\#CDE7E9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(205 231 233 / var(--tw-bg-opacity));
}

.bg-\[\#D4E3E9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(212 227 233 / var(--tw-bg-opacity));
}

.bg-\[\#E9F6F6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 246 246 / var(--tw-bg-opacity));
}

.bg-\[\#ffffff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-cyan-600{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}

.bg-dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(25 50 86 / var(--tw-bg-opacity));
}

.bg-primary-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 88 123 / var(--tw-bg-opacity));
}

.bg-primary-blue\/70{
  background-color: rgb(0 88 123 / 0.7);
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[rgba\(0\2c 88\2c 123\2c 100\)\]{
  --tw-gradient-from: rgba(0,88,123,100) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 88, 123, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[rgba\(0\2c 88\2c 123\2c 0\)\]{
  --tw-gradient-to: rgba(0,88,123,0) var(--tw-gradient-to-position);
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-top{
  background-position: top;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.p-0{
  padding: 0px;
}

.p-4{
  padding: 1rem;
}

.p-\[10px\]{
  padding: 10px;
}

.p-\[12px\]{
  padding: 12px;
}

.p-\[20px\]{
  padding: 20px;
}

.p-\[24px\]{
  padding: 24px;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}

.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}

.px-\[50px\]{
  padding-left: 50px;
  padding-right: 50px;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[18px\]{
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[25px\]{
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pb-\[0\]{
  padding-bottom: 0;
}

.pb-\[20px\]{
  padding-bottom: 20px;
}

.pb-\[25px\]{
  padding-bottom: 25px;
}

.pb-\[30px\]{
  padding-bottom: 30px;
}

.pb-\[40px\]{
  padding-bottom: 40px;
}

.pb-\[50px\]{
  padding-bottom: 50px;
}

.pb-\[70px\]{
  padding-bottom: 70px;
}

.pb-\[8px\]{
  padding-bottom: 8px;
}

.pt-0{
  padding-top: 0px;
}

.pt-12{
  padding-top: 3rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-\[140px\]{
  padding-top: 140px;
}

.pt-\[20px\]{
  padding-top: 20px;
}

.pt-\[30px\]{
  padding-top: 30px;
}

.pt-\[35px\]{
  padding-top: 35px;
}

.pt-\[40px\]{
  padding-top: 40px;
}

.text-left{
  text-align: left;
}

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

.text-\[0\.875rem\]{
  font-size: 0.875rem;
}

.text-\[1\.25rem\]{
  font-size: 1.25rem;
}

.text-\[1\.875rem\]{
  font-size: 1.875rem;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[2\.375rem\]{
  font-size: 2.375rem;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[34px\]{
  font-size: 34px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[50px\]{
  font-size: 50px;
}

.text-banner-m{
  font-size: 32px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-xxs{
  font-size: 0.625rem;
}

.font-bold{
  font-weight: 700;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.leading-\[100\%\]{
  line-height: 100%;
}

.leading-\[150\%\]{
  line-height: 150%;
}

.text-\[\#9AA2B0\]{
  --tw-text-opacity: 1;
  color: rgb(154 162 176 / var(--tw-text-opacity));
}

.text-\[\#9DC0CD\]{
  --tw-text-opacity: 1;
  color: rgb(157 192 205 / var(--tw-text-opacity));
}

.text-body-copy{
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity));
}

.text-cool-grey{
  --tw-text-opacity: 1;
  color: rgb(165 173 188 / var(--tw-text-opacity));
}

.text-dark-grey{
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}

.text-light-blue{
  --tw-text-opacity: 1;
  color: rgb(157 192 205 / var(--tw-text-opacity));
}

.text-menu-active{
  --tw-text-opacity: 1;
  color: rgb(110 163 184 / var(--tw-text-opacity));
}

.text-primary-blue{
  --tw-text-opacity: 1;
  color: rgb(0 88 123 / var(--tw-text-opacity));
}

.text-primary-teal{
  --tw-text-opacity: 1;
  color: rgb(0 136 145 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.underline-offset-8{
  text-underline-offset: 8px;
}

.opacity-0{
  opacity: 0;
}

.opacity-10{
  opacity: 0.1;
}

.opacity-100{
  opacity: 1;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-\[0\.5\]{
  opacity: 0.5;
}

.opacity-\[0\.8\]{
  opacity: 0.8;
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-0{
  transition-delay: 0s;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
  --primary-blue: #00587b;
  --primary-teal: #008891;
  --dark-blue: #193256;
  --dark-blue2: #0f3161;
  --light-teal: #7db7be;
  --cool-grey: #a5adbc;
  --dark-grey: #616161;
  --body-copy: #3d3d3d;
  --menu-active: #6ea3b8;
  --menu-grey: #9aa2b0;
}

body {
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.035em;
}

body.noscroll {
  overflow: hidden;
}

p {
  margin-bottom: 1rem;
  line-height: 170%;
}

a,
a:visited,
a:hover {
  transition: all 0.25s ease-in-out;
}

main ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1rem;
}

main ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  background-color: var(--primary-blue);
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transform-origin: center;
}

.container {
  max-width: 1200px;
  width: 100%;
}

.container-full {
  max-width: none;
  width: 100%;
}

/* Footer menus */

.footer-menu-container li {
  margin-bottom: 26px;
}

.footer-menu-container li a {
  text-transform: uppercase;
  font-size: 0.875rem;
}

.footer-menu-container.legal-menu-container li a {
  text-transform: none;
  font-size: 0.875rem;
}

.footer-menu-container li .sub-menu {
  margin-top: 10px;
}

.footer-menu-container li .sub-menu li {
  margin-bottom: 4px;
}

.footer-menu-container li .sub-menu li a {
  text-transform: none;
  font-size: 0.875rem;
}

.footer-legal-menu-container.footer-menu-container li a {
  text-transform: none;
}

@media only screen and (min-width: 1024px) {
  .footer-menu-container li {
    margin-bottom: 22px;
  }

  .footer-menu-container li a {
    font-size: 1rem;
  }

  .footer-menu-container li .sub-menu {
    margin-top: 16px;
  }

  .footer-menu-container li .sub-menu li {
    margin-bottom: 12px;
  }

  .footer-menu-container li .sub-menu li a {
    font-size: 0.9375rem;
  }
}

/* Footer menus */

/* Main nav */

/* 6EA3B8 */

.menu-main-menu-container .main-menu ul.sub-menu {
  display: none;
}

.main-navigation ul.main-menu li a {
  text-transform: uppercase;
  color: white;
}

.main-navigation ul.main-menu li {
  padding: 10px;
}

.desktop-navigation ul.main-menu li a {
  position: relative;
  font-size: 1rem;
  padding: 10px 0;
}

@media only screen and (min-width: 678px) {
  .desktop-navigation ul.main-menu li a {
    font-size: 0.875rem;
  }
}

.main-navigation ul.main-menu li a:after {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}

.main-navigation ul.main-menu li a:hover:after,
.main-navigation ul.main-menu li.current-menu-item a:after,
.main-navigation ul.main-menu li.current-category-ancestor a:after,
.main-navigation ul.main-menu li.current-page-ancestor a:after,
.main-navigation ul.main-menu li.current-menu-parent a:after {
  /* color: var(--menu-active); */
  opacity: 1;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #91c7c9;
  position: absolute;
  z-index: 1;
  transition: all 0.25s ease-in-out;
}

@media only screen and (min-width: 1080px) {
  .desktop-navigation ul.main-menu li a {
    font-size: 1rem;
  }
}

/* Main nav */

/* Extra menu */

.menu-extra-menu-container ul {
  display: flex;
}

.button,
.menu-extra-menu-container ul li a {
  color: white;
  font-size: 0.813rem;
  padding: 14px 20px 14px 45px;
  /* background-color: #0f3161; */
  line-height: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  font-weight: 300;
  letter-spacing: 1px;
}

.menu-extra-menu-container ul li a {
  padding: 14px 40px 14px 45px;
}

.menu-extra-menu-container ul li {
  margin-right: -28px;
}

.button:after,
.menu-extra-menu-container ul li a:after {
  content: " ";
  position: absolute;
  display: block;
  width: 150%;
  height: 100%;
  top: 0;
  left: 28px;
  z-index: -1;
  background-color: var(--dark-blue2);
  transform-origin: bottom left;
  transform: skew(30deg, 0deg);
  transition: all 0.25s ease-in-out;
}

.button:hover:after,
.menu-extra-menu-container ul li a:hover:after {
  background-color: var(--primary-blue);
}

/* Extra menu */

/* Menu icon */

.menu-toggle {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  height: calc(19px + 50px);
  padding: 25px 20px;
  right: 0;
  text-indent: -9999px;
  top: 30px;
  transform: translateY(-50%);
  width: calc(26px + 40px);
  cursor: pointer;
  box-shadow: none;
  z-index: 95;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 26px;
  background: white;
  position: absolute;
  display: block;
  content: "";
  align-self: center;
}

.menu-toggle.active span:before,
.menu-toggle.active span:after {
  width: 26px;
  background-color: white;
}

.menu-toggle span:before {
  top: -7px;
}

.menu-toggle span:after {
  bottom: -7px;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
  transition: all 100ms ease-in-out;
  -webkit-transform: all 100ms ease-in-out;
  -moz-transform: all 100ms ease-in-out;
  -ms-transform: all 100ms ease-in-out;
}

.menu-toggle.active span {
  background-color: transparent;
}

.menu-toggle.active span:before,
.menu-toggle.active span:after {
  top: 0;
}

.menu-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.menu-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.menu-toggle:hover span:after,
.menu-toggle:hover span:before,
.menu-toggle:hover span {
  background-color: white;
}

.menu-toggle.active:hover span {
  background-color: transparent;
}

.menu-toggle.active span:after,
.menu-toggle.active span:before {
  background-color: white;
}

/* Menu icon */

/* Mobile menu */

.mobile-menu-container {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  overflow: auto;
}

.mobile-menu-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 30;
}

.menu-main-menu-mobile-container {
  width: 100%;
}

.menu-main-menu-mobile-container ul {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.menu-main-menu-mobile-container ul li ul.sub-menu {
  /* margin-bottom: 10px; */
}

.menu-main-menu-mobile-container ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.menu-main-menu-mobile-container ul li ul.sub-menu,
.menu-main-menu-mobile-container ul li ul.sub-menu li {
  border: none;
}

.menu-main-menu-mobile-container ul li ul.sub-menu li:last-child {
  margin-bottom: 10px;
}

.menu-main-menu-mobile-container ul li a {
  text-transform: uppercase;
  color: white;
  padding: 16px 0;
  line-height: 100%;
  display: flex;
}

.menu-main-menu-mobile-container ul li ul.sub-menu li a {
  text-transform: none;
  padding: 10px 0;
}

.menu-main-menu-mobile-container ul li.menu-item-has-children {
  position: relative;
}

.menu-main-menu-mobile-container ul li.menu-item-has-children:after {
  content: "";
  display: block;
  background-image: url("img/chevron-down.svg");
  width: 58px;
  height: 48px;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 9px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.menu-main-menu-mobile-container ul li.menu-item-has-children.opened:after {
  transform: rotateX(180deg);
  transition: all 0.25s ease-in-out;
  opacity: 0.5;
}

.menu-main-menu-mobile-container ul li.menu-item-has-children:hover:after {
  transition: all 0.25s ease-in-out;
  opacity: 0.5;
}

.menu-main-menu-mobile-container ul li.menu-item-has-children > ul.sub-menu {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}

.menu-main-menu-mobile-container
  ul
  li.menu-item-has-children.opened
  > ul.sub-menu {
  height: auto;
  max-height: none;
  overflow: visible;
  transition: all 0.25s ease-in-out;
}

.mobile-extra-menu-container ul li {
  width: 100%;
}

.mobile-extra-menu-container ul li a {
  background-color: white;
  color: var(--primary-blue);
  text-transform: uppercase;
  padding: 12px 10px;
  display: flex;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
}

.mobile-extra-menu-container ul li.icon-key a {
  background-image: url(img/key-teal-icon.svg);
  background-position: center right 10px;
  background-size: auto 16px;
  background-repeat: no-repeat;
}

.mobile-extra-menu-container ul li a:hover {
  opacity: 0.75;
  transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 992px) {
  .menu-extra-menu-container {
    padding-right: 90px;
  }

  .menu-extra-menu-container ul li {
    display: none;
  }

  .menu-extra-menu-container ul li.icon-key {
    display: block;
  }

  .menu-extra-menu-container ul li.icon-key a {
    background-image: url(img/key-white-icon.svg);
    background-position: center right 10px;
    background-size: auto 16px;
    background-repeat: no-repeat;
    font-size: 0;
    height: 58px;
    width: 60px;
    padding: 14px;
    display: flex;
  }

  .menu-extra-menu-container ul li.icon-key a:after {
    display: none;
  }
}

/* Mobile menu */

/* All menu colours */

.menu-main-menu-mobile-container ul li.current-menu-item > a,
.menu-main-menu-mobile-container ul li a:hover,
.menu-main-menu-mobile-container ul li.current-category-ancestor > a,
.footer-menu-container ul li.current-menu-item > a,
.footer-menu-container ul li a:hover {
  color: var(--menu-active);
  transition: all 0.25s ease-in-out;
}

/* All menu colours */

/* Site header */

header.site-header {
  background-color: transparent;
  transition: all 0.25s ease-in-out;
}

header.site-header.scrolled,
header.site-header.active {
  background-color: rgba(0, 88, 123, 0.9);
  transition: all 0.25s ease-in-out;
}

@media only screen and (min-width: 992px) {
  header.site-header.scrolled {
    padding-top: 40px;
  }
}

/* Site header */

/* Page banner */

.page-banner .shape {
  z-index: 2;
  background-image: url(img/banner-shape.png);
  background-position: left bottom;
  background-size: 175% auto;
}

@media only screen and (min-width: 992px) {
  .page-banner .shape {
    background-position: top center;
    background-size: cover;
  }
}

.page-banner .fade {
  background: rgb(22, 46, 82);
  background: linear-gradient(
    90deg,
    rgba(22, 46, 82, 1) 0%,
    rgba(2, 14, 97, 0) 100%
  );
  mix-blend-mode: darken;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .page-banner .fade {
    background: rgb(0, 88, 123);
    background: radial-gradient(
      circle,
      rgba(0, 88, 123, 1) 0%,
      rgba(0, 88, 123, 0) 100%
    );
    mix-blend-mode: multiply;
  }
}

.banner-video-container {
  z-index: 0;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.scroll-to-btn {
  background-image: url("img/corner.svg");
  width: 175px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 100%;
  left: 50%;
  transform: translateX(-50%);
}

/* Page banner */

/* Buttons */

.btn {
  color: white;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 50px 12px 20px;
  /* background-color: #0f3161; */
  line-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.25s ease-in-out;
  transform-origin: left center;
}

.btn:hover {
  padding: 12px 60px 12px 20px;
}

.btn svg {
  margin-left: 14px;
  transition: all 0.25s ease-in-out;
}

.btn:hover svg {
  margin-left: 24px;
}

@media only screen and (min-width: 992px) {
  .btn {
    font-size: 1.125rem;
    letter-spacing: 2px;
    padding: 17px 50px 17px 40px;
    z-index: 1;
  }

  .btn:hover {
    padding: 17px 60px 17px 40px;
  }

  .btn svg {
    margin-left: 18px;
  }

  .btn:hover svg {
    margin-left: 28px;
  }
}

.btn.smaller {
  padding: 12px 50px 12px 20px;
}

.btn.small {
  font-size: 0.75rem !important;
  padding: 12px 50px 12px 20px;
}

.btn:after {
  content: " ";
  position: absolute;
  display: block;
  width: 150%;
  height: 100%;
  top: 0;
  right: 41px;
  z-index: -1;
  transform-origin: bottom right;
  transform: skew(-36deg, 0deg);
  transition: all 0.25s ease-in-out;
}

.btn.btn-green:after {
  background-color: var(--primary-blue);
}

.btn.btn-teal:after {
  background-color: var(--primary-teal);
}

.btn.btn-dark-blue:after {
  background-color: var(--dark-blue);
}

.btn:hover:after {
  background-color: var(--dark-blue);
}

.btn.btn-dark-blue:hover:after {
  opacity: 0.75;
}

/* Buttons */

/* Image clips */

.image-clip1,
.image-clip2,
.image-clip3,
.image-clip4,
.image-clip5,
.image-clip6,
.image-clip7 {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  overflow: hidden;
}

.image-clip1:before {
  content: "";
  background-image: url(img/image-shape1.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 115%;
  height: 115%;
  position: absolute;
  z-index: 1;
  left: -60%;
  opacity: 0.75;
  top: 15%;
}

.image-clip1.reverse:before {
  left: auto;
  right: 10%;
  top: 35%;
  width: 65%;
  height: 65%;
  bottom: unset;
  background-image: url(img/image-shape2.svg);
  background-size: contain;
}

.image-clip2 {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  overflow: hidden;
}

.image-clip2-wrap .icon {
  background-color: #91c7c9;
  width: 40%;
  height: 40%;
  position: absolute;
  z-index: 1;
  right: 5%;
  opacity: 0.5;
  bottom: 5%;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.image-clip3-wrap .icon {
  background-color: rgba(255, 255, 255, 0.5);
  width: 65%;
  height: 65%;
  position: absolute;
  z-index: 0;
  right: 0;
  opacity: 0.5;
  top: 0;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.image-clip4-wrap .icon {
  background-color: #91c7c9;
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: 1;
  left: 5%;
  right: auto;
  opacity: 0.4;
  bottom: 0;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/* Image clips */

/* Home strategy section */

.home-strategy-block .top-shape:before {
  content: "";
  display: block;
  width: 600px;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 0;
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transform: translateX(-50%) translateY(-50%);
}

.home-strategy-block .top-shape2:before {
  content: "";
  display: block;
  width: 566px;
  height: 399px;
  z-index: 0;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  top: auto;
  background-image: url(img/rhombus-outline.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(30%) translateY(40%);
  opacity: 0.45;
}

@media only screen and (max-width: 992px) {
  .home-strategy-block .top-shape:before {
    width: 150px;
    height: 105px;
    right: 0;
    left: auto;
    transform: translateX(15%) translateY(-60%);
  }

  .home-strategy-block .top-shape2:before {
    top: 0;
    bottom: auto;
    width: 188px;
    height: 133px;
    transform: translateX(30%) translateY(-40%);
  }
}

/* Home strategy section */

/* Gradients */

.bg-teal-to-white {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(152, 187, 202, 1) 100%
  );
}

/* Gradients */

/* Text styling */

b,
strong {
  font-weight: 600;
}

.bold-primary-blue strong {
  color: var(--primary-blue);
}

.bold-primary-teal strong {
  color: var(--primary-teal);
}

.bold-primary-body strong {
  color: var(--body-copy);
}

.links-primary-teal a,
.links-primary-teal a:visited {
  color: var(--primary-teal);
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}

.links-primary-teal a:hover {
  color: var(--primary-blue);
}

.links-primary-blue a,
.links-primary-blue a:visited {
  color: var(--primary-blue);
  transition: all 0.25s ease-in-out;
}

.links-primary-blue a:hover {
  color: var(--primary-teal);
}

.links-hover-menu-active a:hover {
  color: var(--menu-active);
  transition: all 0.25s ease-in-out;
}

/* Text styling */

/* Accordion */

.about-acc-wrapper .acc-title,
.about-acc-wrapper .acc-title .icon svg,
.about-acc-wrapper .acc-title:hover .icon span {
  transition: all 0.25s ease-in-out;
}

.about-acc-wrapper .acc-title:hover,
.about-acc-wrapper .acc-title.active {
  cursor: pointer;
  /* color: white;
  background-color: var(--dark-blue); */
}

.about-acc-wrapper .acc-title.active .icon svg {
  transform: rotate(180deg);
  transition: all 0.25s ease-in-out;
}

.about-acc-wrapper .acc-title:hover .icon span {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}

.about-acc-wrapper .acc-content {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}

.about-acc-wrapper .acc-content.active {
  height: auto;
  max-height: 1500px;
}

@media only screen and (max-width: 768px) {
  .about-acc-wrapper .acc-content.active {
    height: auto;
    max-height: 3000px;
  }
}

/* Accordion */

/* Sub-menus */

.sub-menu-container ul {
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  list-style: none;
  flex-direction: column;
}

.sub-menu-container ul li {
  margin: 0 auto;
  padding: 0;
}

.sub-menu-container ul li:before {
  display: none;
}

.sub-menu-container ul li a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.925rem;
  color: var(--menu-grey);
  padding: 12px;
  display: flex;
  transition: all 0.25s ease-in-out;
}

.sub-menu-container ul li a:hover,
.sub-menu-container ul li.current-menu-item a {
  color: var(--primary-teal);
}

@media only screen and (min-width: 768px) {
  .sub-menu-container ul {
    padding: 0;
    flex-direction: row;
  }
}

@media only screen and (min-width: 992px) {
  .sub-menu-container ul li a {
    padding: 24px;
  }
}

/* Sub-menus */

.grid-border:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #e0f0f0;
  position: absolute;
  left: 28%;
  top: 0;
  z-index: 2;
}

@media only screen and (max-width: 992px) {
  .grid-border:before {
    height: 1px;
    width: 100%;
    bottom: 0;
    top: auto;
    left: 0;
  }
}

/* Pagination */

.pagination-container .nav-links a,
.pagination-container .nav-links a:visited,
.pagination-container .nav-links span.current {
  padding: 10px;
}

.pagination-container .nav-links a:hover,
.pagination-container .nav-links span.current {
  color: var(--primary-blue);
}

@media only screen and (max-width: 992px) {
  .pagination-container .nav-links a,
  .pagination-container .nav-links a:visited,
  .pagination-container .nav-links span.current {
    padding: 10px 5px;
  }
}

/* Pagination */

/* Embed */

.embed-container {
  position: relative;
}

.embed-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* Embed */

/* Home Stat Boxes */

.stat-box-1,
.stat-box-2,
.stat-box-3 {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.stat-box-1 {
  background-image: url("img/square-left.svg");
}

.stat-box-2 {
  background-image: url("img/square-middle.svg");
}

.stat-box-3 {
  background-image: url("img/square-right.svg");
}

@media only screen and (max-width: 768px) {
  .stat-box-1,
  .stat-box-3 {
    background-image: url("img/square-mobile.svg");
    margin-top: -25%;
  }

  .stat-box-2 {
    background-image: url("img/square-mobile-middle.svg");
    margin-top: -25%;
  }
}

/* Home Stat Boxes */

/* Forms */

.active {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.75;
  /* 1 */
  color: var(--body-copy);
  /* 2 */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0.75;
  /* 1 */
  color: var(--body-copy);
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 0.75;
  /* 1 */
  color: var(--body-copy);
  /* 2 */
}

form label {
  color: var(--primary-blue);
  font-weight: 600;
  font-size: 1rem;
}

input,
textarea,
input:focus,
textarea:focus {
  border: 2px solid rgba(89, 89, 89, 0.5);
  padding: 10px;
  color: var(--body-copy);
  font-weight: 400;
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  width: 100%;
}

.plain-inputs input,
.plain-inputs textarea,
.plain-inputs input:focus,
.plain-inputs textarea:focus {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

::-moz-placeholder {
  color: var(--body-copy);
  opacity: 0.75;
  font-weight: 400;
}

::placeholder {
  color: var(--body-copy);
  opacity: 0.75;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: var(--body-copy);
  opacity: 0.75;
  font-weight: 400;
}

::-ms-input-placeholder {
  color: var(--body-copy);
  opacity: 0.75;
  font-weight: 400;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: flex;
  max-width: none;
  flex-direction: column;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 0.75rem;
}

.wpcf7 form .wpcf7-response-output {
  padding: 20px !important;
  margin: 20px 0 40px !important;
  border: none !important;
  background-color: rgba(89, 89, 89, 0.1) !important;
}

@media only screen and (max-width: 768px) {
  input,
  textarea,
  input:focus,
  textarea:focus,
  form label {
    font-size: 0.938rem;
  }
}

form .hidden-submit-btn {
  display: none;
  position: absolute;
  z-index: -10;
}

.upload-btn {
  color: var(--body-copy);
}

.upload-btn::-webkit-file-upload-button {
  visibility: hidden;
  width: 0;
  opacity: 0;
}

.upload-btn::before {
  content: "Browse...";
  color: var(--dark-blue);
  display: inline-block;
  background: #d4e3e9;
  border: none;
  border-radius: 0;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  padding: 10px 20px 10px 20px;
}

.upload-btn:active {
  outline: 0;
}

.upload-btn:hover::before {
  border-color: var(--primary-teal);
}

.upload-btn:active::before {
  background-color: var(--primary-teal);
}

/* Forms */

/* Home History section */

.home-history-block .fade {
  background: rgb(0, 88, 123);
  background: linear-gradient(
    90deg,
    rgba(0, 88, 123, 1) 0%,
    rgba(212, 227, 233, 1) 100%
  );
  mix-blend-mode: multiply;
}

/* Home History section */

/* Browser hacks */

@-moz-document url-prefix() {
  .firefox-stat-fix-left,
  .firefox-stat-fix-right {
    width: 145%;
  }

  .firefox-stat-fix-right {
    margin-left: -45% !important;
  }

  @media only screen and (max-width: 768px) {
    .firefox-stat-fix-left,
    .firefox-stat-fix-right {
      width: 100%;
    }

    .firefox-stat-fix-right {
      margin-left: 0% !important;
    }
  }
}

/* Browser hacks */

/* Custom Dropdown */

.dropdown-select {
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  position: relative;
}

.icon {
  display: flex;
  justify-content: space-around;
}

.dropdown-select .menu {
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  opacity: 1;
  pointer-events: all;
  z-index: 3;
  transition: all 0.25s ease-in-out;
}

.dropdown-select .menu li {
  margin: 0;
  padding: 0;
}

.dropdown-select .menu li:before,
.dropdown-select .menu li:after {
  display: none;
}

.dropdown-select .menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-select .menu li a .check {
  width: 20px;
  height: 20px;
  border: 1px solid var(--body-copy);
  position: relative;
  transition: all 0.25s ease-in-out;
}

.dropdown-select .menu li a:hover .check,
.dropdown-select .menu li a.active .check {
  background-color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
  position: relative !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
}

.dropdown-select .menu li a .check .sign {
  opacity: 0;
}

.dropdown-select .menu li a.active .check .sign {
  opacity: 1;
}

.dropdown-select.closed .menu {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.dropdown-select.closed .icon {
  transform: rotate(180deg);
}

.combined-select.dropdown-select.closed .menu {
  opacity: 1;
  pointer-events: all;
  z-index: 3;
  position: relative;
}

.combined-select.dropdown-select .menu li a .check {
  width: 20px;
  height: 20px;
  border: 1px solid white;
  position: relative;
  transition: all 0.25s ease-in-out;
}

.combined-select.dropdown-select .menu li a:hover .check,
.combined-select.dropdown-select .menu li a.active .check {
  background-color: white;
  border: 1px solid white;
  position: relative !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
}

.combined-select.dropdown-select .menu li a .check .sign {
  opacity: 0;
}

.combined-select.dropdown-select .menu li a.active .check .sign {
  opacity: 1;
}

.combined-select.dropdown-select .menu li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.combined-filter:after,
.portfoliio-map-wrapper:after {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(25, 50, 86);
  background: linear-gradient(
    90deg,
    rgba(25, 50, 86, 0.75) 0%,
    rgba(25, 50, 86, 0.75) 49%,
    rgba(25, 50, 86, 0.5) 80%,
    rgba(25, 50, 86, 0) 100%
  );
  z-index: 0;
}

.portfoliio-map-wrapper:after {
  transform: rotate(180deg);
  background: linear-gradient(
    90deg,
    rgba(25, 50, 86, 0.25) 0%,
    rgba(25, 50, 86, 0) 100%
  );
  width: 10vw;
  z-index: 1;
  display: none;
}

@media only screen and (max-width: 768px) {
  .combined-filter:after {
    width: 100vw;
  }

  .portfoliio-map-wrapper:after {
    width: 0;
  }
}

/* Custom Dropdown */

/* Team Filters */

ul.team-filter li:before,
ul.team-filter li:after {
  display: none;
}

ul.team-filter li a {
  position: relative;
  transition: all 0.25s ease-in-out;
}

ul.team-filter li a:hover,
ul.team-filter li a.active {
  color: var(--primary-blue);
}

ul.team-filter li a:after {
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

ul.team-filter li a.active:after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 5px;
  width: calc(100% - 20px);
  height: 1px;
  opacity: 1;
  background-color: var(--primary-blue);
}

/* Team Filters */

/* Mobile Subpage Menu */

.mobile-submenu-container .mobile-submenu-content {
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  opacity: 1;
  pointer-events: all;
  z-index: 3;
  transition: all 0.25s ease-in-out;
}

.mobile-submenu-container.closed .mobile-submenu-content {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.mobile-submenu-container .mobile-submenu-content ul li {
  padding: 0;
  margin: 0;
  text-align: left;
  /* text-body-copy text-base px-[15px] pb-[8px] flex w-full */
}

.mobile-submenu-container .mobile-submenu-content ul li a {
  padding: 8px 15px;
  font-weight: 500;
  text-transform: none;
  color: var(--body-copy);
}

.mobile-submenu-container .mobile-submenu-content ul .current-menu-item a,
.mobile-submenu-container .mobile-submenu-content ul li a:hover {
  color: var(--primary-blue);
  transition: all 0.25s ease-in-out;
}

.mobile-submenu-container .sub-menu-container ul {
  padding: 0;
}

.mobile-submenu-container .mobile-submenu-content {
  padding: 12px 0;
}

/* Mobile Subpage Menu */

/* History Swiper */

.history-swiper .swiper-slide,
.feed-swiper .swiper-slide {
  position: relative;
  padding-top: 40px;
}

.history-swiper .swiper-wrapper,
.feed-swiper .swiper-wrapper {
  height: 100% !important;
}

.history-swiper .swiper-slide .slide-text {
  width: 175%;
  left: 50%;
  transform: translateX(-18%);
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 992px) {
  .history-swiper .swiper-slide .slide-text {
    width: 90%;
    left: auto;
    transform: none;
  }
}

@media only screen and (max-width: 768px) {
  .history-swiper .swiper-slide .slide-text {
    width: calc(100% - 50px);
    left: 0;
    transform: none;
  }
}

.history-swiper .swiper-slide.swiper-slide-active .slide-text {
  opacity: 1;
}

.history-swiper .swiper-slide .slide-title {
  opacity: 0.55;
  transition: all 0.25s ease-in-out;
}

.history-swiper .swiper-slide .slide-title:hover {
  cursor: pointer;
  opacity: 1;
}

.history-swiper .swiper-slide.swiper-slide-active .slide-title {
  position: relative;
  opacity: 1;
  font-size: 2.25rem;
}

.history-swiper .swiper-slide:before {
  content: "";
  width: calc(100% - 1px);
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  border-top: 2px dotted white;
}

.swiper-nav {
  position: absolute;
  left: 0;
  top: 10px;
}

.swiper-button-next,
.swiper-button-prev,
.feed-swiper-button-next,
.feed-swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: white;
  color: var(--primary-blue);
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
}

.swiper-button-next,
.feed-swiper-button-next {
  left: 50px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.feed-swiper-button-next:hover,
.feed-swiper-button-prev:hover {
  opacity: 0.75;
}

.swiper-button-next:after,
.swiper-button-prev:after,
.feed-swiper-button-next:after,
.feed-swiper-button-prev:after {
  font-size: 24px;
}

.swiper-image-container {
  top: 0;
  position: absolute;
  left: 0;
  margin: 0;
  transform: translateY(calc(-50% + 60px));
}

@media only screen and (max-width: 768px) {
  .swiper-image-container {
    position: relative;
    transform: none;
  }

  .history-swiper .swiper-slide:before {
    display: none;
  }

  .swiper-nav:before {
    content: "";
    position: absolute;
    border: none;
    border-right: 1px dotted white;
    height: calc(100% - 64px);
    top: 32px;
    right: 15px;
    left: auto;
  }

  .swiper-nav {
    right: 0;
    left: auto;
    height: 80%;
    width: 30px;
  }

  .swiper-button-prev {
    width: 30px;
    height: 30px;
    transform-origin: 50% 50%;
    transform: rotate(90deg);
  }

  .swiper-button-next,
  .feed-swiper-button-next {
    width: 30px;
    height: 30px;
    transform-origin: 50% 50%;
    transform: rotate(90deg);
    left: 0;
    bottom: 0;
    top: auto;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after,
  .feed-swiper-button-next:after,
  .feed-swiper-button-prev:after {
    font-size: 20px;
  }
}

/* History Siwper */

/* Map */

.map-filter-container:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(212, 227, 233, 0.5);
  display: none;
}

@media only screen and (max-width: 768px) {
  .map-filter-container:after {
    right: -20px;
  }
}

.map-swiper-nav {
  left: auto;
  right: 120px;
  top: 11px;
  height: auto;
  width: auto;
}

.map-swiper-nav.swiper-nav:before {
  display: none;
}

.map-swiper-nav .swiper-button-next {
  bottom: auto;
}

.map-swiper-nav .swiper-button-next:after,
.map-swiper-nav .swiper-button-prev:after {
  font-size: 14px;
}

.map-swiper-nav .swiper-button-next,
.map-swiper-nav .swiper-button-prev {
  width: 30px;
  height: 30px;
  transform: none;
}

.map-swiper-nav .swiper-button-next {
  left: 40px;
}

.tooltip-container {
  opacity: 0;
  z-index: 0;
  transition: all 0.25s ease-in-out;
}

.tooltip-container.active {
  opacity: 1;
  z-index: 4;
}

.tooltipSwiper .swiper-slide > div {
  margin-bottom: 10px;
  color: var(--body-copy);
}

/* .tooltipSwiper {
  padding-top: 50px;
} */

.tooltipSwiper .swiper-button-next,
.tooltipSwiper .swiper-button-prev {
  width: 30px;
  height: 30px;
  transform: none;
}

.tooltipSwiper .swiper-button-next:after,
.tooltipSwiper .swiper-button-prev:after {
  font-size: 18px;
}

.tooltipSwiper .swiper-button-next {
  left: 40px;
  top: 0;
}

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
  position: absolute;
  left: auto;
  right: 10px;
  border-radius: 0;
  background: white;
  padding: 8;
  color: var(--primary-blue);
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
}

@media only screen and (max-width: 768px) {
  .jvectormap-zoomin {
    bottom: 40px;
    top: auto;
  }

  .jvectormap-zoomout {
    bottom: 20px;
    top: auto;
  }
}

path.jvectormap-region.jvectormap-element {
  stroke: #6a9db1;
  stroke-width: 0.5;
}

.tooltip-counter {
  top: 16px;
  right: 130px;
  height: auto;
  width: auto;
  pointer-events: none;
  text-align: end;
}

.tooltip-icon {
  max-width: 44px;
  height: auto;
  width: 100%;
  display: flex;
  min-height: 60px;
}

.tooltip-icon svg {
  width: 100%;
  height: auto;
}

/* Map */

/* Cookie bar */

#cookie-notice {
  font-family: "Lexend", sans-serif !important;
  letter-spacing: 0.035em !important;
}

#cn-close-notice {
  display: none;
}

.cn-button {
  font-family: "Lexend", sans-serif !important;
  letter-spacing: 0.035em !important;
  font-weight: 300 !important;
  background-color: var(--dark-blue) !important;
  border-radius: 0 !important;
  transition: all 0.25s ease-in-out;
}

.cn-button:hover {
  background-color: var(--menu-grey) !important;
  color: var(--dark-blue) !important;
}

/* Cookie bar */

/* Animations */

/* .animation-element {
  transition: all 0.5s ease-in-out;
} */

/* .animation-type-fadein {
  opacity: 0;
}

.animation-type-fadein.animate {
  opacity: 1;
} */

/* Animations */

/* Single post styling */

.single-post .post-content .table-wrap table {
  min-width: 100%;
  width: 100%;
  min-width: 550px;
}

.single-post .post-content .table-wrap table tr {
  border-bottom: 1px solid var(--primary-blue);
}

.single-post .post-content .table-wrap table tr:last-of-type {
  border: none;
}

.single-post .post-content .table-wrap table tr td {
  padding-right: 20px;
}

.single-post .post-content h1,
.single-post .post-content h2,
.single-post .post-content h3,
.single-post .post-content h4,
.single-post .post-content h5 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary-blue);
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
}

.single-post .post-content h3,
.single-post .post-content h4,
.single-post .post-content h5 {
  font-size: 16px;
}

.single-post .post-content a,
.single-post .post-content a:active {
  text-decoration: underline;
  color: var(--primary-blue);
}

.single-post .post-content a:hover {
  color: var(--primary-teal);
}

.single-post .post-content .table-wrap {
  width: 100%;
  overflow: auto;
  margin-bottom: 50px;
}

/* Single post styling */

.feed-swiper .swiper-slide {
  position: relative;
  padding-top: 0;
}

.feed-swiper .swiper-slide a,
.feed-swiper .swiper-slide a:visited {
  color: var(--primary-blue);
  font-weight: 500;
}

.feed-swiper .swiper-slide a.link-btn,
.feed-swiper .swiper-slide a.link-btn:visited {
  color: #9dc0cd;
}

.feed-swiper .swiper-slide a:hover {
  color: var(--primary-teal);
}

.feed-swiper-nav {
  top: 18%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  left: 0;
}

.feed-swiper-button-next,
.feed-swiper-button-prev {
  border-radius: 50%;
}

.feed-swiper-button-next {
  left: auto;
  right: 0;
}

.feed-swiper-button-next,
.feed-swiper-button-prev {
  transform: rotate(0);
  top: 50%;
}

.hover\:hover\:bg-\[\#F1F7FA\]:hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 247 250 / var(--tw-bg-opacity));
}

.hover\:text-dark-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(25 50 86 / var(--tw-text-opacity));
}

.hover\:text-menu-active:hover{
  --tw-text-opacity: 1;
  color: rgb(110 163 184 / var(--tw-text-opacity));
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:opacity-\[0\.65\]:hover{
  opacity: 0.65;
}

.group:hover .group-hover\:mt-8{
  margin-top: 2rem;
}

.group:hover .group-hover\:h-full{
  height: 100%;
}

.group:hover .group-hover\:text-primary-blue{
  --tw-text-opacity: 1;
  color: rgb(0 88 123 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:opacity-75{
  opacity: 0.75;
}

@media (min-width: 560px){
  .xs\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }

  .xs\:text-\[16px\]{
    font-size: 16px;
  }

  .xs\:text-\[30px\]{
    font-size: 30px;
  }

  .xs\:text-\[44px\]{
    font-size: 44px;
  }
}

@media (min-width: 640px){
  .sm\:flex{
    display: flex;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .md\:bottom-\[25px\]{
    bottom: 25px;
  }

  .md\:right-\[25px\]{
    right: 25px;
  }

  .md\:order-first{
    order: -9999;
  }

  .md\:order-last{
    order: 9999;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-end-6{
    grid-column-end: 6;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:mb-\[110px\]{
    margin-bottom: 110px;
  }

  .md\:mb-\[24px\]{
    margin-bottom: 24px;
  }

  .md\:mb-\[30px\]{
    margin-bottom: 30px;
  }

  .md\:mb-\[50px\]{
    margin-bottom: 50px;
  }

  .md\:mb-\[70px\]{
    margin-bottom: 70px;
  }

  .md\:mb-\[80px\]{
    margin-bottom: 80px;
  }

  .md\:ml-\[-55\%\]{
    margin-left: -55%;
  }

  .md\:ml-\[90px\]{
    margin-left: 90px;
  }

  .md\:mr-\[40px\]{
    margin-right: 40px;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:mt-\[-30\%\]{
    margin-top: -30%;
  }

  .md\:mt-\[-45px\]{
    margin-top: -45px;
  }

  .md\:mt-\[-75px\]{
    margin-top: -75px;
  }

  .md\:mt-\[40px\]{
    margin-top: 40px;
  }

  .md\:mt-\[50px\]{
    margin-top: 50px;
  }

  .md\:mt-\[70px\]{
    margin-top: 70px;
  }

  .md\:mt-\[80px\]{
    margin-top: 80px;
  }

  .md\:mt-\[90px\]{
    margin-top: 90px;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:inline-flex{
    display: inline-flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[30px\]{
    height: 30px;
  }

  .md\:h-\[40px\]{
    height: 40px;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:max-h-none{
    max-height: none;
  }

  .md\:min-h-\[500px\]{
    min-height: 500px;
  }

  .md\:w-\[30px\]{
    width: 30px;
  }

  .md\:w-\[35\%\]{
    width: 35%;
  }

  .md\:w-\[40px\]{
    width: 40px;
  }

  .md\:w-\[65\%\]{
    width: 65%;
  }

  .md\:w-\[calc\(100\%-40px\)\]{
    width: calc(100% - 40px);
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:max-w-\[150px\]{
    max-width: 150px;
  }

  .md\:max-w-\[200px\]{
    max-width: 200px;
  }

  .md\:max-w-\[250px\]{
    max-width: 250px;
  }

  .md\:max-w-\[265px\]{
    max-width: 265px;
  }

  .md\:max-w-\[380px\]{
    max-width: 380px;
  }

  .md\:max-w-\[66px\]{
    max-width: 66px;
  }

  .md\:max-w-none{
    max-width: none;
  }

  .md\:translate-x-\[20px\]{
    --tw-translate-x: 20px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:p-\[30px\]{
    padding: 30px;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:pb-\[30px\]{
    padding-bottom: 30px;
  }

  .md\:pb-\[40px\]{
    padding-bottom: 40px;
  }

  .md\:pb-\[50px\]{
    padding-bottom: 50px;
  }

  .md\:pl-16{
    padding-left: 4rem;
  }

  .md\:pr-16{
    padding-right: 4rem;
  }

  .md\:pr-\[30px\]{
    padding-right: 30px;
  }

  .md\:pt-\[105px\]{
    padding-top: 105px;
  }

  .md\:pt-\[20px\]{
    padding-top: 20px;
  }

  .md\:pt-\[30px\]{
    padding-top: 30px;
  }

  .md\:pt-\[60px\]{
    padding-top: 60px;
  }

  .md\:pt-\[80px\]{
    padding-top: 80px;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-\[18px\]{
    font-size: 18px;
  }

  .md\:text-\[1rem\]{
    font-size: 1rem;
  }

  .md\:text-\[2\.75rem\]{
    font-size: 2.75rem;
  }

  .md\:text-\[22px\]{
    font-size: 22px;
  }

  .md\:text-\[26px\]{
    font-size: 26px;
  }

  .md\:text-\[30px\]{
    font-size: 30px;
  }

  .md\:text-\[50px\]{
    font-size: 50px;
  }

  .md\:text-\[65px\]{
    font-size: 65px;
  }

  .md\:text-\[90px\]{
    font-size: 90px;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .group:hover .md\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .md\:group-hover\:opacity-100{
    opacity: 1;
  }
}

@media (min-width: 992px){
  .sl\:absolute{
    position: absolute;
  }

  .sl\:sticky{
    position: sticky;
  }

  .sl\:bottom-\[50px\]{
    bottom: 50px;
  }

  .sl\:right-\[50px\]{
    right: 50px;
  }

  .sl\:top-\[107px\]{
    top: 107px;
  }

  .sl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .sl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .sl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sl\:-mt-32{
    margin-top: -8rem;
  }

  .sl\:mb-0{
    margin-bottom: 0px;
  }

  .sl\:mb-12{
    margin-bottom: 3rem;
  }

  .sl\:mb-4{
    margin-bottom: 1rem;
  }

  .sl\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sl\:mb-8{
    margin-bottom: 2rem;
  }

  .sl\:mb-\[100px\]{
    margin-bottom: 100px;
  }

  .sl\:mb-\[25px\]{
    margin-bottom: 25px;
  }

  .sl\:mb-\[50px\]{
    margin-bottom: 50px;
  }

  .sl\:mb-\[60px\]{
    margin-bottom: 60px;
  }

  .sl\:mr-\[20px\]{
    margin-right: 20px;
  }

  .sl\:mr-\[80px\]{
    margin-right: 80px;
  }

  .sl\:mt-8{
    margin-top: 2rem;
  }

  .sl\:mt-\[10px\]{
    margin-top: 10px;
  }

  .sl\:mt-\[30px\]{
    margin-top: 30px;
  }

  .sl\:flex{
    display: flex;
  }

  .sl\:hidden{
    display: none;
  }

  .sl\:h-\[70vh\]{
    height: 70vh;
  }

  .sl\:h-\[80vh\]{
    height: 80vh;
  }

  .sl\:min-h-\[400px\]{
    min-height: 400px;
  }

  .sl\:min-h-\[500px\]{
    min-height: 500px;
  }

  .sl\:min-h-\[600px\]{
    min-height: 600px;
  }

  .sl\:min-h-\[760px\]{
    min-height: 760px;
  }

  .sl\:min-h-\[800px\]{
    min-height: 800px;
  }

  .sl\:w-\[100px\]{
    width: 100px;
  }

  .sl\:w-\[183px\]{
    width: 183px;
  }

  .sl\:w-\[196px\]{
    width: 196px;
  }

  .sl\:w-\[20px\]{
    width: 20px;
  }

  .sl\:w-\[30px\]{
    width: 30px;
  }

  .sl\:max-w-\[66px\]{
    max-width: 66px;
  }

  .sl\:max-w-none{
    max-width: none;
  }

  .sl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sl\:items-center{
    align-items: center;
  }

  .sl\:px-\[24px\]{
    padding-left: 24px;
    padding-right: 24px;
  }

  .sl\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }

  .sl\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sl\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sl\:py-\[75px\]{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sl\:py-\[80px\]{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sl\:pb-\[0\]{
    padding-bottom: 0;
  }

  .sl\:pb-\[20px\]{
    padding-bottom: 20px;
  }

  .sl\:pb-\[65px\]{
    padding-bottom: 65px;
  }

  .sl\:pr-\[80px\]{
    padding-right: 80px;
  }

  .sl\:pt-\[105px\]{
    padding-top: 105px;
  }

  .sl\:pt-\[40px\]{
    padding-top: 40px;
  }

  .sl\:pt-\[45px\]{
    padding-top: 45px;
  }

  .sl\:pt-\[70px\]{
    padding-top: 70px;
  }

  .sl\:pt-\[75px\]{
    padding-top: 75px;
  }

  .sl\:pt-\[80px\]{
    padding-top: 80px;
  }

  .sl\:text-left{
    text-align: left;
  }

  .sl\:text-center{
    text-align: center;
  }

  .sl\:text-\[1\.875rem\]{
    font-size: 1.875rem;
  }

  .sl\:text-\[18px\]{
    font-size: 18px;
  }

  .sl\:text-\[22px\]{
    font-size: 22px;
  }

  .sl\:text-\[26px\]{
    font-size: 26px;
  }

  .sl\:text-\[28px\]{
    font-size: 28px;
  }

  .sl\:text-\[45px\]{
    font-size: 45px;
  }

  .sl\:text-\[50px\]{
    font-size: 50px;
  }

  .sl\:text-\[70px\]{
    font-size: 70px;
  }

  .sl\:text-banner-d{
    font-size: 40px;
  }

  .sl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
