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

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

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

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

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

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

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

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0deg, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
@charset "UTF-8";
/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 */
/*! tailwindcss v3.2.4 | 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  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 */
}
/*
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::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-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-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:  ;
}
/*! purgecss start ignore */
/** Import base */
/*
 * Breakpoints
 */
body::before {
  content: "thumb";
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  body::before {
    content: "lap";
  }
}
@media screen and (min-width: 1024px) {
  body::before {
    content: "desk";
  }
}
@media screen and (min-width: 1280px) {
  body::before {
    content: "widescreen";
  }
}
@media screen and (min-width: 1536px) {
  body::before {
    content: "widescreen-4k";
  }
}

/*
 * Fonts
 */
/*
 * Colours
 */
/*
 * UI Colours
 */
/*
 * UI
 */
/** Import common */
.a11y-btn{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  background: #fff;
  color: #131313;
  text-align: center;
}
.a11y-btn:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  padding: 0.75rem 1.5rem;
}

/**
 * ----------------------------------------
 * START OF GSAP ANIMATIONS
 * ----------------------------------------
 */
.slideInLeft {
  opacity: 0;
}
.slideInLeft.slide-in-left {
  animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slideInRight {
  opacity: 0;
}
.slideInRight.slide-in-right {
  animation: slide-in-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slideInBottom {
  opacity: 0;
}
.slideInBottom.slide-in-bottom {
  animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slideInBottomStagger {
  visibility: hidden;
}

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@keyframes slide-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@keyframes slide-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@keyframes slide-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.breadcrumbs {
  font-size: 0.9rem;
  font-weight: 700;
  display: flex;
}
.breadcrumbs__item {
  margin: 0 0.25rem;
}
.breadcrumbs__link {
  display: inline-block;
  padding: 0.75rem 0;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__link:hover, .breadcrumbs__link:focus {
    text-decoration: underline;
  }
}
.breadcrumbs__divider {
  margin: 0 0 0 0.25rem;
}

.button {
  font-size: 0.8rem;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  padding: 0.8rem;
  line-height: 1;
  text-align: center;
  border: 1px solid transparent;
  text-shadow: none;
  font-family: "Lora", 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";
  border-radius: 0.25rem;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .button {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.button--primary {
  background: #edebd8;
  color: #004563;
}
.button--primary:hover {
  background: #004563;
  color: #edebd8;
}
.button--secondary {
  background: #004563;
  color: #edebd8;
}
.button--secondary:hover {
  border: 1px solid #004563;
  background: transparent;
  color: #004563;
}
.button--alt {
  border: 1px solid #004563;
  background: transparent;
  color: #004563;
}
.button--alt:hover {
  background: #004563;
  color: #edebd8;
}
.button--icon {
  padding: 0.75rem;
}
.button--small {
  font-size: 0.8rem;
  line-height: 2;
  padding: 4px 6px;
  text-transform: none;
  background: #004563;
  color: #fff;
}
.button--small:hover {
  border: 1px solid #004563;
  background: transparent;
  color: #004563;
}
.button--fullWidth {
  width: 100%;
}
.button--clear {
  border: 1px solid #004563;
  border-radius: 0px;
  background: transparent;
  color: #004563;
}
.button--clear:hover {
  background: #004563;
  color: #fff;
}
.button--clear.is-active {
  background: #004563;
  color: #fff;
}
.button--solid {
  border: 1px solid #004563;
  background: #004563;
  color: #fff;
}
.button--solid:hover {
  background: transparent;
  color: #004563;
}
.button--black-hollow {
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #131313;
  border-radius: 0px;
}
.button--black-hollow:hover {
  background: #131313;
  color: #fff;
}

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

input[type=email],
input[type=file],
input[type=password],
input[type=text],
input[type=date],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
select,
textarea {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  font-family: "Roboto", 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";
  color: #131313;
  background: #fff;
  border: 1px solid #131313;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  box-sizing: border-box;
  outline: none;
}
input[type=email]:active,
input[type=file]:active,
input[type=password]:active,
input[type=text]:active,
input[type=date]:active,
input[type=search]:active,
input[type=tel]:active,
input[type=url]:active,
input[type=number]:active,
select:active,
textarea:active {
  background: #eeebfa;
  border: 1px solid #076297;
}
input[type=email]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=date]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  background: #eeebfa;
  border: 1px solid #076297;
}
input[type=email]::placeholder,
input[type=file]::placeholder,
input[type=password]::placeholder,
input[type=text]::placeholder,
input[type=date]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #131313;
}
input[type=email].search-form-border,
input[type=file].search-form-border,
input[type=password].search-form-border,
input[type=text].search-form-border,
input[type=date].search-form-border,
input[type=search].search-form-border,
input[type=tel].search-form-border,
input[type=url].search-form-border,
input[type=number].search-form-border,
select.search-form-border,
textarea.search-form-border {
  border: 1px solid #004563;
}

select {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M12 15.05 6.35 9.375l1.05-1.05 4.6 4.6 4.6-4.6 1.05 1.05Z'/%3E%3C/svg%3E") #fff no-repeat center right 1rem;
}
select:focus {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='m7.4 15.05-1.05-1.075L12 8.325l5.65 5.65-1.05 1.075-4.6-4.6Z'/%3E%3C/svg%3E") rgba(205, 196, 247, 0.3960784314) no-repeat center right 1rem;
}

input[type=submit] {
  font-size: 1rem;
  font-weight: 700;
  background: #004563;
  padding: 1.25rem 2rem;
  border-radius: 0.25rem;
  -webkit-appearance: none;
          appearance: none;
  color: #fff;
  width: auto;
  transition: 0.3s;
}
input[type=submit]:hover {
  cursor: pointer;
  background: #06527f;
}

textarea {
  resize: vertical;
  min-height: 150px;
}

label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #131313;
}
label.left {
  display: block;
  margin: 0 0 0.5rem;
}
label.right {
  margin: 0 0 0 0.5rem;
  font-weight: 400;
}

.field {
  margin: 0 0 2rem;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
}
.checkbox label {
  display: block;
  position: relative;
  padding: 0 0 0 1rem;
  z-index: 1;
  cursor: pointer;
}
.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 1rem;
  height: 25px;
  width: 25px;
  background: #fff;
  border: 5px solid #131313;
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
}
.checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.checkbox:hover .checkmark {
  background: #deeef3;
}
.checkbox input {
  position: absolute;
  cursor: pointer;
  height: 16px;
  width: 16px;
  border-color: black;
}
.checkbox input:checked ~ .checkmark {
  background: #131313;
}
.checkbox input:checked ~ .checkmark::after {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Roboto", 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";
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  background: #fff;
  color: #131313;
  margin: 0;
  font-weight: 400;
}

main {
  width: 100%;
  flex-grow: 1;
  min-height: 1px;
}

.no-scroll {
  width: 100vw;
  position: fixed;
  overflow: hidden;
}

.preload *,
.no-transition * {
  transition: none !important;
}

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

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

@media screen and (min-width: 768px) {
  .link:hover, .link:focus {
    text-decoration: underline;
  }
}

.message {
  display: block;
  border-radius: 0.25rem;
  margin: 1rem 0;
  border: 1px solid #131313;
  position: relative;
  padding: 0.75rem 1rem;
}
.message.message--alt {
  padding: 0;
}
.message.message--alt .message__title {
  margin: 0 0 0 0.75rem;
}
.message__header {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #131313;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.message.success, .message.good, .message.info {
  border-color: #1e7e15;
  background: #e6fbe4;
}
.message.success.message--alt, .message.good.message--alt, .message.info.message--alt {
  background: 0;
}
.message.success .message__header, .message.good .message__header, .message.info .message__header {
  border-color: #1e7e15;
  background: #e6fbe4;
  color: #1e7e15;
}
.message.success .message__header svg, .message.good .message__header svg, .message.info .message__header svg {
  fill: #1e7e15;
}
.message.success .message__title, .message.good .message__title, .message.info .message__title {
  color: #1e7e15;
}
.message.warning {
  border-color: #ce5d0c;
  background: #fdeadc;
}
.message.warning.message--alt {
  background: 0;
}
.message.warning .message__header {
  border-color: #ce5d0c;
  background: #fdeadc;
  color: #ce5d0c;
}
.message.warning .message__header svg {
  fill: #ce5d0c;
}
.message.warning .message__title {
  color: #ce5d0c;
}
.message.required, .message.validation, .message.alert, .message.bad, .message.error {
  border-color: #bf0000;
  background: #fff2f2;
}
.message.required.message--alt, .message.validation.message--alt, .message.alert.message--alt, .message.bad.message--alt, .message.error.message--alt {
  background: 0;
}
.message.required .message__header, .message.validation .message__header, .message.alert .message__header, .message.bad .message__header, .message.error .message__header {
  border-color: #bf0000;
  background: #fff2f2;
  color: #bf0000;
}
.message.required .message__header svg, .message.validation .message__header svg, .message.alert .message__header svg, .message.bad .message__header svg, .message.error .message__header svg {
  fill: #bf0000;
}
.message.required .message__title, .message.validation .message__title, .message.alert .message__title, .message.bad .message__title, .message.error .message__title {
  color: #bf0000;
}
.message__title {
  font-size: 1rem;
  font-weight: 700;
}
.message__content {
  padding: 0.75rem 1rem;
}

.pagination {
  text-align: center;
  margin: 1rem 0 0;
}
@media screen and (min-width: 1024px) {
  .pagination {
    margin: 2rem 0 0;
  }
}
.pagination__prev, .pagination__next, .pagination__active, .pagination__page {
  font-weight: 700;
  padding: 0.7rem 1rem;
  display: inline-block;
  margin: 1rem 0.3rem;
  line-height: 1;
  font-family: "Lora", 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";
}
@media screen and (min-width: 768px) {
  .pagination__prev, .pagination__next, .pagination__active, .pagination__page {
    margin: 0 0.3rem;
  }
}
.pagination__prev, .pagination__next, .pagination__active {
  color: #131313;
  background: #131313;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pagination__prev:hover, .pagination__prev:focus, .pagination__next:hover, .pagination__next:focus, .pagination__active:hover, .pagination__active:focus {
    background: #002b49;
    color: #fff;
  }
}
.pagination__active {
  background: #ff671b;
}
@media screen and (min-width: 768px) {
  .pagination__active:hover, .pagination__active:focus {
    background: #002b49;
  }
  .pagination__page:hover, .pagination__page:focus {
    background: #002b49;
    color: #fdfdfd;
  }
}

.social {
  display: flex;
  margin: 0 -0.5rem;
}
.social__item {
  margin: 0 0.5rem;
}
.social__link {
  display: block;
  padding: 0.75rem;
  color: #fff;
  border-radius: 0.25rem;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .social__link:hover, .social__link:focus {
    background: #fff;
    color: #131313;
  }
}

.swatches {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.swatches__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.5rem);
  height: 5rem;
  text-align: center;
  margin: 0.25rem;
}
@media screen and (min-width: 768px) {
  .swatches__item {
    width: calc(25% - 0.5rem);
  }
}
.swatches__item--base {
  background: #131313;
  color: #fff;
}
.swatches__item--primary {
  background: #004563;
  color: #fff;
}

.style-guide__heading {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Lora", 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";
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 0.75rem;
  margin: 0 0 1.5rem;
}

table {
  width: 100%;
}
table .table-row__heading {
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  color: #131313;
}
table .table-row__body {
  border-bottom: 0.5px solid #707070;
}
table .table-row__body:last-child {
  border-bottom: none;
}
table th,
table td{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}

.h1, h1 {
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .h1, h1 {
    font-size: 3.125rem;
  }
}

.h2, h2 {
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .h2, h2 {
    font-size: 1.8rem;
  }
}

.h3, h3 {
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .h3, h3 {
    font-size: 1.6rem;
  }
}

.h4, h4 {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .h4, h4 {
    font-size: 1.4rem;
  }
}

.h5, h5 {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .h5, h5 {
    font-size: 1.2rem;
  }
}

.h6, h6 {
  font-size: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .h6, h6 {
    font-size: 1rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", 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";
  line-height: 1.15;
}

p {
  line-height: 1.5;
}

.typo {
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
}
.typo * {
  margin: 1rem 0;
}
.typo em{
  font-style: italic;
}
.typo br {
  margin: 0;
}
.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6 {
  font-family: "Lora", 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";
  line-height: 1.15;
  margin: 2rem 0 1rem;
}
.typo a {
  font-size: 1rem;
  font-weight: 700;
  color: #131313;
  word-wrap: break-word;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .typo a:hover, .typo a:focus {
    text-decoration: underline;
  }
}
.typo strong {
  font-weight: bold;
}
.typo blockquote {
  font-size: 1rem;
  font-weight: 700;
  background: #f9f9f9;
  border-radius: 0.25rem;
  padding: 1.5rem;
}
.typo ul,
.typo ol {
  padding: 0 0 0 1rem;
  margin: 1.5rem 0;
  text-align: left;
}
.typo ul li,
.typo ol li {
  position: relative;
  line-height: 1.5;
  margin: 0.5rem 0;
}
.typo ul {
  list-style-type: disc;
}
.typo ul ul {
  list-style-type: circle;
  margin: 0;
}
.typo ol {
  list-style-type: decimal;
}
.typo ol ol {
  list-style-type: lower-alpha;
  margin: 0;
}
.typo code {
  background: #131313;
  color: #fff;
  padding: 0.25rem;
  border-radius: 0.25rem;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper__thumbnail {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
  border: 4px solid #fdfdfd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(19, 19, 19, 0.2);
  transition: background 0.3s ease-in-out;
  z-index: 2;
}
.play:hover, .play:focus {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .play:hover, .play:focus {
    background: rgba(19, 19, 19, 0.3);
  }
  .play:hover::after, .play:focus::after {
    transform: scale(0.8);
  }
}
.play::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #fdfdfd;
  margin: 0 0 0 0.5rem;
  transition: all 0.2s ease-in-out;
}

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

/*! purgecss end ignore */
/**
 * This injects any component classes registered by Tailwind plugins.
 */
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.accordion__item{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: #fff;
}
.accordion__item[open] {
  border-radius: 0.25rem;
}
.accordion__item[open] .accordion__title {
  background: #131313;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion__item[open] .accordion__title::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath fill='%23fff' d='M14.15 30.75 12 28.6l12-12 12 11.95-2.15 2.15L24 20.85Z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 2rem;
}
.accordion__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 3rem 1rem 1.5rem;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .accordion__title:hover, .accordion__title:focus {
    cursor: pointer;
  }
}
.accordion__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  height: 2rem;
  width: 2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m24 30.75-12-12 2.15-2.15L24 26.5l9.85-9.85L36 18.8Z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 2rem;
}
.accordion__content {
  padding: 1rem 1.5rem;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
  content: "";
}

.slider-card-wrapper{
  position: relative;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding-bottom: 3rem;
}
.slider-card-wrapper .flickity-page-dots {
  bottom: 1rem;
}
.slider-card-wrapper .flickity-prev-next-button.next {
  right: -71px;
  top: 175px;
}
.slider-card-wrapper .flickity-prev-next-button.previous {
  left: -71px;
  top: 175px;
}
.slider-card-wrapper .flickity-prev-next-button {
  padding: 20px;
  background: #004563;
  color: #fff;
  border-radius: 100px;
}
.slider-card-wrapper .flickity-prev-next-button:hover {
  background: transparent;
  border: 2px solid #004563;
  color: #004563;
}
.slider-card-wrapper .flickity-prev-next-button:focus {
  color: #004563;
  background: transparent;
  border: 2px solid #004563;
}

.slider-card{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.slider-card img{
  height: 350px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .slider-card{
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .slider-card{
    width: 33.333333%;
  }
}

.card-header{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  text-align: center;
}

@media (min-width: 768px){
  .card-header{
    max-width: 600px;
  }
}
.card-header__title{
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
@media (min-width: 768px){
  .card-header__title{
    max-width: 600px;
  }
}
.card-header__title {
  color: #004563;
  line-height: 1.5;
}

.card {
  display: block;
  overflow: hidden;
  position: relative;
}
.card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
@media screen and (min-width: 768px) {
  .card__content {
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .card__content {
    padding: 2rem;
  }
}
.card__title {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .card__title {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .card__title {
    font-size: 1.5rem;
  }
}
.card img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .card img {
    height: 100%;
  }
}

.card-holder{
  width: 100%;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .card-holder{
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .card-holder:nth-child(1), .card-holder:nth-child(2), .card-holder:nth-child(3){
    width: 33.333333%;
  }
  .card-holder:nth-child(1) .card-holder__image, .card-holder:nth-child(2) .card-holder__image, .card-holder:nth-child(3) .card-holder__image{
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .card-holder:nth-child(1) .card-holder__image::before, .card-holder:nth-child(2) .card-holder__image::before, .card-holder:nth-child(3) .card-holder__image::before {
    display: block;
    padding-top: 77%;
    content: "";
  }
}
.card-holder .card-holder__image{
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-holder .card-holder__image::before {
  display: block;
  padding-top: 70%;
  content: "";
}

.content-block{
  width: 100%;
}
.content-block__title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 2.25rem;
  color: #004563;
}
@media screen and (min-width: 768px) {
  .content-block__title {
    font-size: 1.6rem;
  }
}
.content-block__content {
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .content-block__content {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .content-block .w-6 {
    width: 60%;
  }
}
.content-block .content-block__title {
  line-height: 1.5;
}

.cta-block{
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #076297;
  color: #fff;
}
.cta-block__wrapper{
  display: flex;
  min-height: 570px;
  width: 100%;
  flex-wrap: wrap;
}
.cta-block .video-popup-wrapper {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
}
.cta-block .video-popup-wrapper.active {
  display: block;
}
.cta-block .video-popup-wrapper .close-video {
  position: fixed;
  cursor: pointer;
  top: 50px;
  right: 50px;
}
.cta-block .video-popup-wrapper .video{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta-block .video-popup-wrapper .video video{
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cta-block .video-popup-wrapper .video iframe{
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .cta-block .video-popup-wrapper .video iframe{
    height: 500px;
  }
}
.cta-block .video-popup-wrapper .video.active {
  display: block;
}
.cta-block__video{
  position: relative;
  width: 100%;
  cursor: pointer;
}
.cta-block__wrapper .cta-block__video{
  min-height: 350px;
}
@media screen and (min-width: 768px) {
  .cta-block__wrapper .cta-block__video{
    min-height: 590px;
  }
}
.cta-block__video .cta-block__holder-image{
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta-block__video{
    width: 50%;
  }
}
.cta-block__video .icon-play {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 64px;
}
.cta-block__image{
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta-block__image{
    width: 50%;
  }
}
.cta-block__holder-image{
  position: relative;
  z-index: 100;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cta-block__content{
  position: relative;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cta-block__content{
    height: auto;
    width: 50%;
  }
}
.cta-block__content-wrapper{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .cta-block__content-wrapper{
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 5rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta-block__content-wrapper{
    padding-left: 6rem;
    padding-right: 3rem;
    max-width: 700px;
  }
}
.cta-block__content-title {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .cta-block__content-title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .cta-block__content-title {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
}
.cta-block__content-desc {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 0px;
}
@media screen and (min-width: 1024px) {
  .cta-block__content-desc {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.9;
  }
}
.cta-block__content-desc a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cta-block__icon{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -20;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cta-block__icon svg {
  opacity: 0.06;
}

.dropdown__trigger {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  background: #131313;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 0.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .dropdown__trigger {
    display: none;
  }
}
.dropdown__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.is-active .dropdown__content {
  max-height: 1000px;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .dropdown__content {
    max-height: 100%;
  }
}

.form{
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form--bg{
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #dbdbdb;
  }
}
.form__wrapper{
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .form__wrapper{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .form__wrapper p{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.form__wrapper div.field{
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form__wrapper div.field input[type=email],
  .form__wrapper div.field input[type=file],
  .form__wrapper div.field input[type=password],
  .form__wrapper div.field input[type=text],
  .form__wrapper div.field input[type=date],
  .form__wrapper div.field input[type=search],
  .form__wrapper div.field input[type=tel],
  .form__wrapper div.field input[type=url],
  .form__wrapper div.field input[type=number],
  .form__wrapper div.field select,
  .form__wrapper div.field textarea {
    border: 1px solid transparent;
  }
}
.form__wrapper div.field input[type=email]::placeholder,
.form__wrapper div.field input[type=file]::placeholder,
.form__wrapper div.field input[type=password]::placeholder,
.form__wrapper div.field input[type=text]::placeholder,
.form__wrapper div.field input[type=date]::placeholder,
.form__wrapper div.field input[type=search]::placeholder,
.form__wrapper div.field input[type=tel]::placeholder,
.form__wrapper div.field input[type=url]::placeholder,
.form__wrapper div.field input[type=number]::placeholder,
.form__wrapper div.field select::placeholder,
.form__wrapper div.field textarea::placeholder {
  color: #97a0a6;
}
.form__wrapper div.field.file input[type=file] {
  width: 15.4rem;
  background: #ccc;
  cursor: pointer;
}
.form__wrapper div.field.confirmedpassword{
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.form__wrapper div.field.confirmedpassword .middleColumn{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .form__wrapper div.field{
    width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .form__wrapper div.field.dropdown{
    width: 100%;
  }
  .form__wrapper div.field.textarea{
    width: 100%;
  }
  .form__wrapper div.field.nocaptcha{
    width: 100%;
  }
}

div.field .action{
  width: 100%;
}

.form-signin,
.form-signup,
.form-passwordChange,
.form-colleaguesRegister{
  display: flex;
  min-height: 90vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #e8e8e8;
}
.form-signin .icon-logo,
.form-signup .icon-logo,
.form-passwordChange .icon-logo,
.form-colleaguesRegister .icon-logo {
  color: #004563;
}
.form-signin .wrapper,
.form-signup .wrapper,
.form-passwordChange .wrapper,
.form-colleaguesRegister .wrapper{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 500px;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.form-signin .wrapper .title,
.form-signup .wrapper .title,
.form-passwordChange .wrapper .title,
.form-colleaguesRegister .wrapper .title{
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
}
.form-signin .form-header h1,
.form-signup .form-header h1,
.form-passwordChange .form-header h1,
.form-colleaguesRegister .form-header h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
.form-signin form,
.form-signup form,
.form-passwordChange form,
.form-colleaguesRegister form{
  width: 100%;
}
.form-signin form fieldset,
.form-signup form fieldset,
.form-passwordChange form fieldset,
.form-colleaguesRegister form fieldset{
  display: flex;
  flex-wrap: wrap;
}
.form-signin form fieldset input,
.form-signup form fieldset input,
.form-passwordChange form fieldset input,
.form-colleaguesRegister form fieldset input {
  border: none;
}
.form-signin form fieldset .field,
.form-signup form fieldset .field,
.form-passwordChange form fieldset .field,
.form-colleaguesRegister form fieldset .field{
  width: 100%;
  margin: 0 0 1rem;
}
.form-signin form fieldset label,
.form-signup form fieldset label,
.form-passwordChange form fieldset label,
.form-colleaguesRegister form fieldset label {
  color: #5b5b5b;
}
.form-signin form .field,
.form-signup form .field,
.form-passwordChange form .field,
.form-colleaguesRegister form .field {
  margin: 0 0 1rem;
}
.form-signin form label,
.form-signup form label,
.form-passwordChange form label,
.form-colleaguesRegister form label {
  color: #5b5b5b;
  font-weight: 400;
}
.form-signin form .field.confirmedpassword,
.form-signup form .field.confirmedpassword,
.form-passwordChange form .field.confirmedpassword,
.form-colleaguesRegister form .field.confirmedpassword {
  margin: 0rem;
}
.form-signin form .btn-toolbar,
.form-signup form .btn-toolbar,
.form-passwordChange form .btn-toolbar,
.form-colleaguesRegister form .btn-toolbar{
  margin-top: 1rem;
}
.form-signin form .btn-toolbar input,
.form-signup form .btn-toolbar input,
.form-passwordChange form .btn-toolbar input,
.form-colleaguesRegister form .btn-toolbar input{
  margin-bottom: 0.75rem;
  width: 100%;
}
.form-signin form .btn-toolbar p,
.form-signup form .btn-toolbar p,
.form-passwordChange form .btn-toolbar p,
.form-colleaguesRegister form .btn-toolbar p {
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}
.form-signin form .btn-toolbar p:hover,
.form-signup form .btn-toolbar p:hover,
.form-passwordChange form .btn-toolbar p:hover,
.form-colleaguesRegister form .btn-toolbar p:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 1px;
}

.form-signin form fieldset .field.checkbox{
  margin-bottom: 0px;
  width: 50%;
}
.form-signin form fieldset .field.checkbox label {
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .form-signin form fieldset .field.checkbox label {
    font-size: 1rem;
  }
}
.form-signin form fieldset a{
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .form-signin form fieldset a {
    font-size: 1rem;
  }
}
.form-signin form .btn-toolbar{
  margin-top: 4rem;
  margin-bottom: 0px;
}

.form-signup .form .form__wrapper div.field input[type=email],
.form-signup .form .form__wrapper div.field input[type=file],
.form-signup .form .form__wrapper div.field input[type=password],
.form-signup .form .form__wrapper div.field input[type=text],
.form-signup .form .form__wrapper div.field input[type=date],
.form-signup .form .form__wrapper div.field input[type=search],
.form-signup .form .form__wrapper div.field input[type=tel],
.form-signup .form .form__wrapper div.field input[type=url],
.form-signup .form .form__wrapper div.field input[type=number],
.form-signup .form .form__wrapper div.field select,
.form-signup .form .form__wrapper div.field textarea {
  border: 1px solid #5b5b5b;
}
.form-signup .form .invoice-wrapper,
.form-signup .form .delivery-wrapper{
  margin-top: 3rem;
  width: 100%;
}
.form-signup .form .invoice-wrapper h2,
.form-signup .form .delivery-wrapper h2{
  margin-left: 0.5rem;
}
.form-signup .form .invoice-wrapper .field,
.form-signup .form .delivery-wrapper .field{
  width: 100%;
}
.form-signup .form .invoice-wrapper h2{
  margin-bottom: 2rem;
}
.form-signup .form .delivery-wrapper{
  margin-bottom: 2.5rem;
}
.form-signup .form .delivery-wrapper .field.checkbox{
  margin-bottom: 2rem;
}
.form-signup .form .delivery-wrapper h2{
  margin-bottom: 1rem;
}

.form-colleaguesRegister form .field{
  width: 100%;
  margin: 0 0 1rem;
}
.form-colleaguesRegister form .middleColumn input {
  border: none;
}

.order-form{
  width: 100%;
}
.order-form__form{
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .order-form__form{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
}
.order-form__left-col{
  width: 100%;
}
@media screen and (min-width: 768px) {
  .order-form__left-col{
    width: 66.666667%;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.order-form__bottom-form div.field.checkboxset .left {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  font-family: title-font-family;
  margin-bottom: 22px;
}
.order-form__bottom-form div.field.checkboxset .valRight{
  display: flex;
}
.order-form__bottom-form div.field.checkboxset .valRight label{
  margin-left: 0.5rem;
  font-weight: 500;
}
.order-form__bottom-form div.field.text label {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  font-family: title-font-family;
  margin-bottom: 22px;
}
.order-form__bottom-form div.field.textarea label {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  font-family: title-font-family;
  margin-bottom: 22px;
}
.order-form__bottom-form div.field.textarea textarea{
  margin-bottom: 1rem;
}
.order-form__bottom-form div.field.dropdown label{
  font-weight: 400;
}
.order-form__bottom-form h5 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  font-family: title-font-family;
  margin-bottom: 22px;
}
.order-form__bottom-form p{
  margin-bottom: 0.75rem;
}
.order-form__right-col{
  width: 100%;
}
@media screen and (min-width: 768px) {
  .order-form__right-col{
    width: 33.333333%;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.order-form__right-col .box{
  position: sticky;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  background: #edebd8;
}
.order-form__right-col .box__price{
  margin-bottom: 1.75rem;
}
.order-form__right-col .box div.field{
  margin-bottom: 0px;
}
.order-form__right-col .box div.field.text {
  margin-bottom: 0;
  display: flex !important;
  align-items: center;
}
.order-form__right-col .box div.field.text label{
  font-weight: 600;
  color: #076297;
  width: auto;
  font-size: 1rem;
  margin-bottom: 0px;
  padding-right: 3px;
}
.order-form__right-col .box div.field.text label::after {
  content: ":";
}
.order-form__right-col .box div.field.text .middleColumn {
  flex: 1;
}
.order-form__right-col .box div.field.text input{
  border-style: none;
  background-color: transparent;
  padding: 0px;
  color: #076297;
}
.order-form__right-col .box #OrderForm_OrderForm_TotalPrice_Holder{
  margin-top: 1rem;
  font-weight: 600;
}
.order-form__right-col .box #OrderForm_OrderForm_TotalPrice_Holder label,
.order-form__right-col .box #OrderForm_OrderForm_TotalPrice_Holder input {
  font-size: 1.2rem;
}
.order-form .checkbox {
  position: relative;
  display: inline;
  align-items: center;
}
.order-form .order-form__bottom-form div.field.checkboxset .valRight {
  display: inline-block;
}
.order-form .order-form__bottom-form div.field.checkboxset .valRight label {
  margin-left: 0.2rem;
  margin-right: 1.6rem;
  font-weight: 400;
  display: inline-block;
}
.order-form .order-form__bottom-form div.field.checkboxset .valLeft {
  display: inline-block;
}
.order-form .order-form__bottom-form div.field.checkboxset .valLeft label {
  margin-left: 0.2rem;
  margin-right: 1.6rem;
  font-weight: 500;
  display: inline-block;
}
.order-form .order-form__bottom-form div.field.checkboxset .valCentre {
  display: inline-block;
}
.order-form .order-form__bottom-form div.field.checkboxset .valCentre label {
  margin-left: 0.2rem;
  margin-right: 1.6rem;
  font-weight: 500;
  display: inline-block;
}
.order-form * {
  box-sizing: border-box;
}
.order-form .row {
  display: flex;
}
.order-form .column {
  float: left;
  padding: 10px;
  line-height: 38px;
}
.order-form .column input {
  margin-top: 5px;
  width: 5rem;
  height: 42px;
}
.order-form .light .middleColumn input::placeholder {
  color: grey;
}
.order-form .inscrip .middleColumn {
  margin-right: -135px;
  margin-left: 13px;
}
.order-form .inscrip {
  display: flex;
  align-items: center;
  vertical-align: center;
}
.order-form .inscripbase {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.order-form .inscrip input {
  margin-top: 5px;
  width: 32%;
  height: 42px;
}
.order-form .column label {
  font-weight: 400;
}
.order-form .row:after {
  content: "";
  display: table;
  clear: both;
}
.order-form .details {
  /* Add styles to position details on the right of the image */
  padding-left: 0;
  vertical-align: top;
}
.order-form .column img {
  max-width: 100%;
  height: auto;
}
.order-form .field {
  margin: 0 0 2.5rem;
}
.order-form .textarea::placeholder {
  font-size: 0.8rem;
}

.quotation-form .heading {
  font-weight: 700;
}
.quotation-form div.field{
  margin-bottom: 3rem;
}
.quotation-form div.field input{
  margin-bottom: 0.75rem;
}
.quotation-form div.field .description {
  font-size: 0.8rem;
}
.quotation-form .guide h5 {
  font-weight: 700;
  font-family: "Roboto", 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";
}
.quotation-form .guide p{
  margin-bottom: 1.5rem;
}
.quotation-form .guide p strong{
  margin-right: 0.25rem;
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.75;
}
.quotation-form .guide p span{
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.75;
}
.quotation-form p{
  margin-bottom: 1rem;
}

.hero {
  position: relative;
  padding: 3.5rem 0;
  background: lightgrey;
}
.hero__image{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .hero {
    padding: 6.6rem 0;
  }
}
.hero--homepage{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero--homepage {
    min-height: 600px;
  }
}
.hero--homepage:before {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(19, 19, 19, 0.44);
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.hero--homepage .hero__title{
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.12;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .hero--homepage .hero__title {
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.12;
  }
}
.hero--secondary{
  height: 100%;
  width: 100%;
}
.hero--secondary:before {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(19, 19, 19, 0.25);
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.hero__title{
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.12;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .hero__title {
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.12;
  }
}
.hero__title-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .hero__title-wrapper{
    max-width: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__title-wrapper{
    max-width: 800px;
  }
}
.hero__video {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  width: 100%;
  height: 101%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .hero__video {
    display: block;
  }
}
.hero__video.is-loaded {
  opacity: 1;
}
.hero__trigger {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5rem;
  background: transparent;
  border: 0;
  color: #fff;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .hero__trigger {
    display: block;
  }
  .hero__trigger:hover svg, .hero__trigger:focus svg {
    background: #004563;
  }
}
.hero__trigger.is-paused .icon-pause {
  display: none;
}
.hero__trigger.is-paused .icon-play {
  display: block;
}
.hero__trigger .icon-play {
  display: none;
}
.hero__trigger svg {
  border-radius: 100%;
  background: #004563;
}

.image-banner {
  position: relative;
}
.image-banner__img {
  width: 100%;
}
.image-banner__content {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .image-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 19, 19, 0.5);
    color: #fff;
    padding: 3rem;
  }
}

.image-content{
  height: 100%;
  width: 100%;
}
.image-content__wrapper{
  display: flex;
  min-height: 400px;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1024px) {
  .image-content__wrapper{
    min-height: 500px;
  }
}
.image-content__image{
  width: 100%;
}
.image-content__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .image-content__image{
    width: 50%;
  }
}
.image-content__content{
  display: flex;
  width: 100%;
  align-items: center;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .image-content__content{
    width: 50%;
    padding: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .image-content__content{
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.image-content__content-title{
  margin-bottom: 2rem;
  font-size: 1.6rem;
  color: #004563;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .image-content__content-title {
    font-size: 2rem;
  }
}
.image-content__content-desc{
  margin-bottom: 1.75rem;
}

.container-{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1150px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container--{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 720px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container-narrow{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 950px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/**************************  \
  Basic Modal Styles
\  **************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  display: none;
}

.modal.is-open {
  display: block;
  z-index: 10;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 850px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .modal__container {
    max-width: 75vw;
  }
}

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

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #131313;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close::before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
  .modal__content {
    min-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .modal__content {
    min-width: 700px;
  }
}
@media screen and (min-width: 1280px) {
  .modal__content {
    min-width: 900px;
  }
}
.modal__content .embed {
  width: 100% !important;
}
.modal__content .embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
          appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************  \
  Demo Animation Style
\  **************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.section {
  margin: 4rem 0;
}
@media screen and (min-width: 768px) {
  .section {
    margin: 6rem 0;
  }
}
.section--pad {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .section--pad {
    padding: 6rem 0;
  }
}
.ImageContentBlock .section{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.section.pt-0 {
  padding-top: 0;
}
.section.pb-0 {
  padding-bottom: 0;
}

.map-item {
  display: none;
}

.is-active-location {
  display: block !important;
}

.slider-banner__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .slider-banner__item {
    height: 500px;
  }
}
.slider-banner__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .slider-banner__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.slider-banner__content {
  padding: 3rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .slider-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 19, 19, 0.5);
    color: #fff;
    padding: 3rem;
  }
}

.flickity-page-dots {
  bottom: 2rem;
}
.flickity-page-dot {
  width: 15px;
  height: 15px;
  border: 1px solid #131313;
}
.flickity-page-dot.is-selected {
  background: #131313;
}
@media screen and (min-width: 768px) {
  .flickity-page-dot.is-selected {
    background: #fff;
  }
  .flickity-page-dot {
    background: transparent;
    border: 1px solid #fff;
  }
}
.flickity-prev-next-button {
  display: none;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .flickity-prev-next-button {
    display: block;
  }
  .flickity-prev-next-button:hover, .flickity-prev-next-button:focus {
    background: transparent;
    border: 2px solid #fff;
  }
}

.symbol-guide{
  height: 100%;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #004563;
}
.symbol-guide__wrapper{
  width: 100%;
}
.symbol-guide__symbol-wrapper{
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
}
.symbol-guide__title{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.symbol-guide__title h2 {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .symbol-guide__title h2 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .symbol-guide__title h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
}
.symbol-guide__symbol-holder{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media screen and (min-width: 768px) {
  .symbol-guide__symbol-holder{
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .symbol-guide__symbol-holder{
    width: 20%;
    padding-bottom: 0px;
  }
.section.symbol-guide__symbol-holder {
  padding-bottom: 0;
}
}
.symbol-guide__symbol-holder .icon{
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #edebd8;
}
.symbol-guide__symbol-holder .icon svg{
  height: 3.5rem;
  width: 3.5rem;
}
.symbol-guide__symbol-holder .icon img{
  height: 3.5rem;
  width: 3.5rem;
}
.symbol-guide__symbol-holder .heading h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .symbol-guide__symbol-holder .heading h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .symbol-guide__symbol-holder .heading h3 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.33;
  }
}
.symbol-guide__symbol-holder .desc p {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .symbol-guide__symbol-holder .desc p {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .symbol-guide__symbol-holder .desc p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
  }
}

.tabs__nav{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border-bottom-width: 1px;
  border-color: #dbdbdb;
}
.tabs__trigger{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tabs__trigger.is-active{
  margin-bottom: -0.25rem;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  font-size: 1rem;
  font-weight: 700;
  background: #fff;
  border-color: #dbdbdb;
}
.tabs__content {
  position: relative;
  background: #fff;
  border-radius: 0.25rem;
}

.eyebrow{
  display: none;
}

@media (min-width: 768px){
  .eyebrow{
    display: block;
  }
}

.eyebrow {
  background: #004563;
}
.eyebrow__wrapper{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.eyebrowNav{
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: #131313;
}
.eyebrowNav .nav-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px){
  .eyebrowNav .nav-list{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.eyebrowNav .nav-list__item{
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px){
  .eyebrowNav .nav-list__item{
    width: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.eyebrowNav ul li {
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .eyebrowNav ul li:hover, .eyebrowNav ul li:focus {
    background: #076297;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .eyebrowNav ul li:hover{
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
  .eyebrowNav ul li:focus{
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
  }
  .eyebrowNav {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.25;
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .eyebrowNav {
    font-size: 1rem;
  }
}
.eyebrowNav-form input[type=submit] {
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}
@media screen and (min-width: 768px) {
  .eyebrowNav-form label {
    font-size: 12px;
  }
  .eyebrowNav-form input[type=text] {
    padding: 12px;
    font-size: 12px;
    outline: none;
  }
  .eyebrowNav-form input[type=submit] {
    background: #076297;
    color: #edebd8;
    padding: 12px;
    font-size: 12px;
  }
  .eyebrowNav-form input[type=submit]:hover {
    background: #edebd8;
    color: #004563;
  }
}

.footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-wrapper{
  padding-top: 6rem;
  padding-bottom: 1.25rem;
  position: relative;
  background: #004563;
  color: #fff;
}
.footer .trade-partners img {
  height: 60px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer .trade-partners {
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.footer .logo{
  display: flex;
  width: 25%;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 3rem;
}
@media screen and (min-width: 1280px) {
  .footer .logo {
    margin: 0 0 1rem;
  }
}
.footer .logo h1 {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer .logo svg {
    height: 75px;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .footer .logo{
    width: 100%;
  }
}
.footer-blocks{
  margin-left: -1rem;
  margin-right: -1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .footer-blocks{
    width: 75%;
  }
}
.footer-block{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 0 2rem;
}
@media screen and (min-width: 640px) {
  .footer-block{
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .footer-block{
    width: 25%;
  }
}
.footer-block__heading {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
}
.footer-block__item{
  margin-bottom: 1.5rem;
}
.footer-block__link {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .footer-block__link {
    font-size: 0.9rem;
    font-weight: 400;
  }
  .footer-block__link:hover, .footer-block__link:focus {
    text-decoration: underline;
  }
}
.footer-address {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .footer-address {
    font-size: 0.9rem;
    font-weight: 400;
  }
  .footer-address:hover, .footer-address:focus {
    text-decoration: underline;
  }
}
.footer-sidebar {
  grid-area: aside;
}
.footer-icon{
  position: absolute;
  top: 0px;
  right: 0px;
}
.footer-icon svg {
  width: 400px;
  height: 400px;
}

.copyright {
  font-size: 0.85rem;
  font-weight: 400;
  display: grid;
  grid-template-areas: "left" "right";
  grid-gap: 0.5rem;
  margin: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .copyright {
    grid-template-areas: "left right";
    grid-gap: 2rem;
    margin: 4rem 0 0;
  }
  .copyright__right {
    justify-self: right;
  }
}

.logo-group__title{
  margin-bottom: 1rem;
  padding-top: 1rem;
}

@media (min-width: 768px){
  .logo-group__title{
    padding-top: 0px;
  }
}

.header {
  display: grid;
}
.header-wrapper {
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #131313;
  z-index: 3;
  display: flex;
  align-items: center;
}
.header--1 {
  grid-template-areas: "logo nav-btn" "nav nav";
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header--1 {
    grid-template-areas: "logo nav";
    grid-template-columns: auto 1fr;
    grid-gap: 2.5rem;
  }
}
.header--2 {
  grid-template-areas: "nav-btn logo aside" "nav nav nav";
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header--2 {
    grid-template-areas: "logo nav aside";
    grid-template-columns: 1fr 10fr 1fr;
  }
}
.header--2 .nav-btn {
  justify-self: left;
  padding: 0.75rem;
}
.header--2 .nav-btn svg {
  margin: 0;
}
.header--2 .nav-btn__text{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.header--2 .logo {
  text-align: center;
}
.header--2 .header-sidebar {
  display: block;
  margin: 0;
  justify-self: right;
}
.header .logo {
  grid-area: logo;
  width: auto;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .header .logo {
    padding: 0;
  }
}
.header .logo h1 {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.header .logo svg{
  height: 100%;
  width: 8rem;
}
@media screen and (min-width: 768px) {
  .header .logo svg{
    height: 100%;
    width: 9rem;
  }
}
@media screen and (min-width: 1024px) {
  .header .logo svg{
    height: 100%;
    width: 13rem;
  }
}
.header-sidebar {
  grid-area: aside;
  display: none;
  margin: 1.5rem 0 0;
}
.header-sidebar.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .header-sidebar {
    display: block;
    margin: 0;
  }
}

.icon-search svg {
  font-size: 20rem;
}

#searchTrigger.is-active .icon-search {
  display: none;
}
#searchTrigger.is-active .icon-close {
  display: block;
}
#searchTrigger .icon-close {
  display: none;
}

.nav {
  grid-area: nav;
  display: none;
}
.nav.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .nav {
    display: block;
    justify-self: right;
  }
}
.nav-btn {
  font-size: 1rem;
  font-weight: 700;
  grid-area: nav-btn;
  justify-self: right;
  display: flex;
  align-items: center;
  border: 1px solid #076297;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
}
.nav-btn.is-active .icon-menu {
  display: none;
}
.nav-btn.is-active .icon-close {
  display: block;
}
.nav-btn.is-active .nav-btn__text {
  font-size: 1rem;
}
.nav-btn.is-active .nav-btn__text::before {
  display: none;
}
.nav-btn.is-active .nav-btn__text::after {
  display: block;
}
@media screen and (min-width: 768px) {
  .nav-btn {
    display: none;
  }
}
.nav-btn svg {
  fill: #fff;
  margin: 0 0.5rem 0 0;
}
.nav-btn .icon-close {
  display: none;
}
.nav-btn__text::before {
  content: "Menu";
}
.nav-btn__text::after {
  content: "Close";
  display: none;
}
.nav__items{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .nav__items{
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (min-width: 1024px) {
  .nav__items{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.nav__item {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 12px;
  margin: 1px 0;
}
@media screen and (min-width: 768px) {
  .nav__item {
    flex-direction: row-reverse;
    width: auto;
    margin: 0;
    padding: 30px 5px;
  }
}
@media screen and (min-width: 1024px) {
  .nav__item {
    padding: 37px 12px;
  }
}
@media screen and (min-width: 768px) {
  .nav__item:hover .sub-nav, .nav__item:focus .sub-nav {
    display: block;
  }
}
.nav__link {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  display: block;
  font-family: "Lora", 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";
  color: #131313;
  width: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .nav__link {
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.25;
    background: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .nav__link {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1280px) {
  .nav__link {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media screen and (min-width: 768px) {
  .nav__link:hover, .nav__link:focus {
    text-decoration: underline;
  }
}
.nav__link--has-children {
  width: calc(100% - 50px);
}
@media screen and (min-width: 768px) {
  .nav__link--has-children {
    width: auto;
  }
}
.nav__add-icon {
  color: #004563;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .nav__add-icon{
    margin-right: 1px;
  }
}
.nav__add-icon svg {
  height: 16px;
  width: 16px;
}
@media screen and (min-width: 768px) {
  .nav__add-icon svg {
    height: 12px;
    width: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .nav__add-icon svg {
    height: 16px;
    width: 16px;
  }
}

.sub-nav {
  display: none;
  background: #076297;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sub-nav {
    width: auto;
    position: absolute;
    top: 100%;
    z-index: 3;
  }
}
.sub-nav__btn {
  display: flex;
  align-items: end;
}
.sub-nav__btn[aria-expanded=true] {
  background: #076297;
}
.sub-nav__btn[aria-expanded=true] ~ .sub-nav {
  display: block;
}
.sub-nav__itemz {
  transition: all 0.3s;
}
.sub-nav__itemz:hover {
  background: #004563;
}
.sub-nav__link {
  display: block;
  padding: 1rem;
  width: 100%;
}

.dashboard-loadOrder{
  width: 100%;
}
.dashboard-loadOrder .table-container{
  margin-bottom: 2.25rem;
  overflow-x: auto;
  padding-bottom: 1.5rem;
}
.dashboard-loadOrder .table-container table {
  width: 900px;
}
@media screen and (min-width: 768px) {
  .dashboard-loadOrder .table-container table {
    width: 100%;
  }
}
.dashboard-loadOrder .action-group{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 640px) {
  .dashboard-loadOrder .action-group{
    flex-direction: row;
    align-items: center;
  }
}
.dashboard-loadOrder .action-group .action{
  padding: 0.25rem;
}
.dashboard-loadOrder .action-group .action form input[type=submit] {
  background: transparent;
  color: #131313;
  border: 1px solid #131313;
  border-radius: 0px;
  padding: 12px 16px;
  min-height: 44px;
  transition: 0.3s;
}
.dashboard-loadOrder .action-group .action form input[type=submit]:hover {
  background: #131313;
  color: #fff;
}
.dashboard-loadOrder .action-group .action .link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-weight: 700;
  background: transparent;
  color: #131313;
  border: 1px solid #131313;
  border-radius: 0px;
  padding: 12px 16px;
  height: 44px;
  transition: 0.3s;
}
.dashboard-loadOrder .action-group .action .link:hover {
  background: #131313;
  color: #fff;
  text-decoration: none;
}
.dashboard-loadOrder .order-detail{
  width: 100%;
}
.dashboard-loadOrder .order-detail .heading{
  width: 100%;
  padding-bottom: 1.25rem;
  font-weight: 700;
  border-bottom: 1px solid #131313;
}
.dashboard-loadOrder .order-detail .detail{
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #131313;
}

.dashboard-loadQuote{
  width: 100%;
}
.dashboard-loadQuote .heading{
  margin-bottom: 2.25rem;
}
.dashboard-loadQuote .detail{
  margin-bottom: 2rem;
  width: 100%;
}
.dashboard-loadQuote .detail p{
  margin-bottom: 1rem;
  line-height: 1.5;
}
.dashboard-loadQuote .detail span {
  line-height: 1.5;
}
.dashboard-loadQuote .detail .price{
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid #131313;
}
.dashboard-loadQuote .action-quote {
  font-size: 1rem;
  font-weight: 700;
  background: #004563;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border-radius: 0.25rem;
  -webkit-appearance: none;
          appearance: none;
  color: #fff;
  width: auto;
  transition: 0.3s;
}
.dashboard-loadQuote .action-quote:hover {
  cursor: pointer;
  background: #06527f;
}
.dashboard-loadQuote .noted-description{
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}
.dashboard-loadQuote .noted-description p:first-child{
  margin-bottom: 1.25rem;
}
.dashboard-loadQuote form input[type=submit] {
  margin-top: 32px;
  width: 100%;
}

.tabs__content .title{
  margin-bottom: 1.5rem;
}

.quotation .list,
.colleagues .list {
  list-style-type: disc;
}
.quotation .list-item,
.colleagues .list-item{
  margin-bottom: 1rem;
  margin-left: 1.25rem;
  line-height: 1.6;
}

.orders .action,
.quotation .action,
.colleagues .action{
  padding-top: 2.75rem;
  padding-bottom: 4rem;
}

.favourites .tabs__content-inner{
  padding-top: 2.75rem;
}
.favourites .title{
  margin-top: 0px;
}
.favourites .list {
  list-style-type: disc;
  margin-left: 1rem;
}
.favourites .list-title{
  margin-bottom: 1rem;
}
.favourites .list-items{
  margin-bottom: 0.5rem;
}
.favourites .list-items__holder{
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .favourites .list-items__holder{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.price-list .title{
  margin-top: 0px;
}
.price-list a{
  margin-bottom: 1rem;
  margin-left: 1.25rem;
}

.favourites .tabs__content-inner,
.price-list .tabs__content-inner,
.colleagues .tabs__content-inner{
  padding-top: 2.75rem;
}

.material-page{
  height: 100%;
  width: 100%;
}
.material-page__content{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  max-width: 600px;
}
.material-page__subtitle{
  margin-bottom: 1.75rem;
}
.material-page__note{
  font-style: italic;
}
.material-page__material-wrapper{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.material-page__material{
  margin-bottom: 3rem;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .material-page__material{
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .material-page__material{
    width: 33.333333%;
  }
}
@media screen and (min-width: 1280px) {
  .material-page__material{
    width: 25%;
  }
}
.material-page__material-image img{
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.material-page__material-title{
  margin-top: 1rem;
  text-align: center;
}
.material-page__material-title h3 {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .material-page__material-title h3 {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .material-page__material-title h3 {
    font-size: 1.3rem;
  }
}

.memorial-category{
  width: 100%;
}
.memorial-category__wrapper{
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .memorial-category__wrapper{
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
.memorial-category__left-col{
  margin-bottom: 2.5rem;
  width: 100%;
}
.memorial-category__left-col img{
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.memorial-category__left-col .note p {
  font-size: 0.8rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .memorial-category__left-col{
    margin-bottom: 0px;
    width: 50%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .memorial-category__left-col{
    width: 60%;
  }
}
.memorial-category__right-col{
  width: 100%;
}
@media screen and (min-width: 768px) {
  .memorial-category__right-col{
    width: 50%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .memorial-category__right-col{
    width: 40%;
  }
}
.memorial-category__right-col .breadcrumbs{
  margin-bottom: 1rem;
  font-weight: 400;
}
.memorial-category__right-col .detail{
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.memorial-category__right-col .detail .price{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.memorial-category__right-col .category{
  margin-bottom: 0.5rem;
}
.memorial-category__right-col .colour{
  margin-bottom: 0.5rem;
}
.memorial-category__right-col .description{
  margin-bottom: 2rem;
}
.memorial-category__right-col .description p {
  line-height: 1.8;
}
.memorial-category__right-col .cta-memorial{
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  background: #edebd8;
}
.memorial-category__right-col .cta-memorial h3{
  margin-bottom: 1.25rem;
  line-height: 1.33;
}
.memorial-category__right-col .cta-memorial p{
  margin-bottom: 1.25rem;
  line-height: 1.8;
}
.memorial-category .memorial-product__guide-symbols__wrapper {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.memorial-category .memorial-product__guide-symbols__wrapper .icon {
  margin-right: 1rem;
  background: #554A8A;
  padding: 20px;
  border-radius: 100px;
}
.memorial-category .memorial-product__guide-symbols__wrapper .icon svg {
  height: 30px;
  width: 30px;
}

.brochure-product{
  width: 100%;
}
.brochure-product-form__title{
  margin-bottom: 3rem;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #004563;
}
@media screen and (min-width: 768px) {
  .brochure-product-form__title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
  }
}
.brochure-product-form__form{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 500px;
}
.brochure-product-form__btn{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: #004563;
}
@media screen and (min-width: 768px) {
  .brochure-product-form__btn:hover, .brochure-product-form__btn:focus {
    background: #076297;
  }
  .brochure-product-form__btn{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.brochure-product__lists{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  display: flex;
  flex-wrap: wrap;
}
.brochure-product__item{
  width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.brochure-product__item img{
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .brochure-product__item{
    width: 33.333333%;
  }
}
@media screen and (min-width: 1024px) {
  .brochure-product__item{
    width: 25%;
  }
}

.memorial{
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.memorial__title{
  margin-bottom: 2rem;
  color: #004563;
}
.memorial-image-content{
  margin-bottom: 2.5rem;
  min-height: 390px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1024px) {
  .memorial-image-content{
    min-height: 500px;
  }
}
.memorial-image-content__heading {
  font-size: 1.6rem;
  color: #004563;
}
@media screen and (min-width: 768px) {
  .memorial-image-content__heading {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .memorial .w-6 {
    width: 70%;
  }
  .memorial .wd-6 {
    width: 75%;
  }
}

.news-article{
  width: 100%;
}
.news-article__time {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.9;
}
.news-article__title {
  color: #004563;
  font-weight: 500;
}
.news-article__desc {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.9;
}
.news-article__image{
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .news-article__image {
    height: 400px;
  }
}

.news{
  width: 100%;
}
.news__tile{
  margin-bottom: 2.5rem;
  width: 100%;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #004563;
}
.news__tile:last-child, .news__tile:only-child {
  border-bottom: none;
}
.news__tile-inner{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news__tile-inner:hover .news__tile-inner-image img {
  transform: scale(1.1);
}
.news__tile-inner-image-holder{
  margin-bottom: 2rem;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .news__tile-inner-image-holder{
    margin-bottom: 0px;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .news__tile-inner-image-holder{
    width: 33.333333%;
  }
}
.news__tile-inner-image{
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.news__tile-inner-image img {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: transform 10000ms ease-out;
}
@media screen and (max-width: 767px) {
  .news__tile-inner-image img {
    height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .news__tile-inner-image img {
    height: 300px;
  }
}
.news__tile-inner-content{
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .news__tile-inner-content{
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .news__tile-inner-content{
    width: 66.666667%;
  }
}
.news__tile-inner-title h2 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .news__tile-inner-title h2 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .news__tile-inner-title h2 {
    font-size: 1.7rem;
  }
}
.news__tile-inner-time {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .news__tile-inner-time {
    font-size: 0.8rem;
  }
}
.news__tile-inner-desc {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .news__tile-inner-desc {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.news__tile-action{
  margin-top: 1rem;
}

.page {
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .page {
    margin: 4rem 0;
  }
}

.quotation-successful{
  display: flex;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.quotation-successful .logo{
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .quotation-successful .logo svg {
    height: 100px;
    width: 100px;
  }
  .quotation-successful p {
    font-size: 2rem;
  }
  .quotation-successful p a {
    font-size: 2rem;
  }
}

.search-page{
  width: 100%;
}
.search-page__title{
  margin-bottom: 1.25rem;
  color: #004563;
}
.search-page__content{
  margin-top: 1.25rem;
}
.search-page__result{
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .search-page__result{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.search-page__result .title{
  margin-bottom: 1.25rem;
  max-width: 500px;
}
.search-page__result .title h2{
  margin-bottom: 1.25rem;
  color: #004563;
}
@media screen and (min-width: 768px) {
  .search-page__action{
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.shapes{
  width: 100%;
}
.shapes__wrapper{
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .shapes__wrapper{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.shapes__item{
  margin-bottom: 0.75rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shapes__item{
    width: 25%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.shapes__item img{
  margin-bottom: 0.75rem;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.shapes-detail{
  width: 100%;
}
.shapes-detail__content{
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .shapes-detail__content{
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
.shapes-detail__left-col{
  margin-bottom: 2.5rem;
  width: 100%;
}
.shapes-detail__left-col img{
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.shapes-detail__left-col .note p {
  font-size: 0.8rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .shapes-detail__left-col{
    margin-bottom: 0px;
    width: 50%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .shapes-detail__left-col{
    width: 60%;
  }
}
.shapes-detail__right-col{
  width: 100%;
}
@media screen and (min-width: 768px) {
  .shapes-detail__right-col{
    width: 50%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .shapes-detail__right-col{
    width: 40%;
  }
}
.shapes-detail__right-col .breadcrumbs{
  margin-bottom: 1rem;
  font-weight: 400;
}
.shapes-detail__right-col .detail{
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shapes-detail__right-col .description,
.shapes-detail__right-col .desc{
  margin-bottom: 2rem;
}
.shapes-detail__right-col .description p,
.shapes-detail__right-col .desc p {
  line-height: 1.8;
}
.shapes-detail__right-col .cta-memorial{
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  background: #edebd8;
}
.shapes-detail__right-col .cta-memorial h3{
  margin-bottom: 1.25rem;
  line-height: 1.33;
}
.shapes-detail__right-col .cta-memorial p{
  margin-bottom: 1.25rem;
  line-height: 1.8;
}

.team{
  width: 100%;
}
.team__wrapper{
  margin-bottom: 6rem;
}
.team__wrapper .title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.5rem;
  max-width: 600px;
  text-align: center;
  color: #004563;
  font-weight: 400;
}
.team__list{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .team__list{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.team__list-item{
  margin-bottom: 2.5rem;
  width: 100%;
  text-align: center;
}
.team__list-item img{
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.team__list-item h4{
  margin-top: 1rem;
  font-weight: 500;
}
.team__list-item h6 {
  font-family: "Roboto", 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";
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .team__list-item{
    width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .team__list-item{
    margin-bottom: 0px;
    width: 25%;
  }
}
.team .member_info h6 {
  line-height: 1.5;
}

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 */
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.top-0{
  top: 0px;
}
.right-0{
  right: 0px;
}
.bottom-0{
  bottom: 0px;
}
.isolate{
  isolation: isolate;
}
.order-2{
  order: 2;
}
.order-1{
  order: 1;
}
.order-3{
  order: 3;
}
.col-span-5{
  grid-column: span 5 / span 5;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.m-0{
  margin: 0px;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-0{
  margin-top: 0px;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.list-item{
  display: list-item;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.w-full{
  width: 100%;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-6{
  width: 1.5rem;
}
.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));
}
.list-outside{
  list-style-position: outside;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.gap-8{
  gap: 2rem;
}
.gap-12{
  gap: 3rem;
}
.gap-6{
  gap: 1.5rem;
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.p-8{
  padding: 2rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.pt-12{
  padding-top: 3rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pt-0{
  padding-top: 0px;
}
.pb-0{
  padding-bottom: 0px;
}
.text-center{
  text-align: center;
}
.text-end{
  text-align: end;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold{
  font-weight: 700;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
body{
  overflow-x: hidden;
}

.container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1350px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:inline-flex{
    display: inline-flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-16{
    height: 4rem;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:min-h-\[50vh\]{
    min-height: 50vh;
  }
  .md\:w-16{
    width: 4rem;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-screen-md{
    max-width: 768px;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:gap-24{
    gap: 6rem;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:object-cover{
    object-fit: cover;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1280px){
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:max-w-screen-xl{
    max-width: 1280px;
  }
}