/*!
Theme Name: ExtraMile Landing Page Template
Theme URI: https://tekcreative.co.uk/
Author: Greg Sofroni
Author URI: https://www.linkedin.com/in/greg-sofroni/
Description: TekCreative WordPress base theme
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tc
Tags:

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

TekCreative is based on _tw https://underscoretw.com/, (C) 2021-2022 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2022 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/** Add variables */

/** Button overrides for the regular sized button */

/** Rounded button overrides */

/** Small button overrides */

/** Large button overrides */

/** Remove link hover underlines by default */

/** Custom variables, designed to make your life easier */

/** Colours */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.1.7 | 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Open Sans, sans-serif;
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

*, ::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:  ;
}

::-webkit-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:  ;
}

::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:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  letter-spacing: -0.7px;
}

body:not(.wp-admin):not(.wp-customizer) {
  font-family: inter, sans-serif;
  font-weight: 400;
}

body:not(.wp-admin):not(.wp-customizer).no-scroll {
  overflow: hidden;
}

section.block {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.block {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

section.no-scroll {
  overflow: hidden;
}

section.no-top-padding {
  padding-top: 0px;
}

section.no-bottom-padding {
  padding-bottom: 0px;
}

section.top-margin {
  margin-top: 4rem;
}

@media (min-width: 1024px) {
  section.top-margin {
    margin-top: 100px;
  }
}

section.bottom-margin {
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.bottom-margin {
    margin-bottom: 100px;
  }
}

/** Paddings */

section.top_small {
  padding-top: 3rem;
}

@media (min-width: 1024px) {
  section.top_small {
    padding-top: 60px;
  }
}

section.top_large {
  padding-top: 3rem;
}

@media (min-width: 768px) {
  section.top_large {
    padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  section.top_large {
    padding-top: 100px;
  }
}

section.bottom_small {
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  section.bottom_small {
    padding-bottom: 60px;
  }
}

section.bottom_large {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  section.bottom_large {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  section.bottom_large {
    padding-bottom: 100px;
  }
}

section.top_none {
  padding-top: 0px;
}

section.bottom_none {
  padding-bottom: 0px;
}

/** Margins */

section.margin_top_small {
  margin-top: 3rem;
}

@media (min-width: 1024px) {
  section.margin_top_small {
    margin-top: 60px;
  }
}

section.margin_top_large {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  section.margin_top_large {
    margin-top: 4rem;
  }
}

@media (min-width: 1024px) {
  section.margin_top_large {
    margin-top: 100px;
  }
}

section.margin_bottom_small {
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  section.margin_bottom_small {
    margin-bottom: 60px;
  }
}

section.margin_bottom_large {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  section.margin_bottom_large {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  section.margin_bottom_large {
    margin-bottom: 100px;
  }
}

section.margin_top_none {
  margin-top: 0px;
}

section.margin_bottom_none {
  margin-bottom: 0px;
}

/** Background colours */

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

section.grey {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

section.light_grey {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 230 / var(--tw-bg-opacity));
}

section.black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

section.black h1, 
		section.black h2, 
		section.black h3, 
		section.black h4, 
		section.black h5, 
		section.black h6, 
		section.black p, 
		section.black .content-001 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

section.black h1 a,  section.black h2 a,  section.black h3 a,  section.black h4 a,  section.black h5 a,  section.black h6 a,  section.black p a,  section.black .content-001 a {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

section.tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 242 / var(--tw-bg-opacity));
}

section.tertiary h1, 
		section.tertiary h2, 
		section.tertiary h3, 
		section.tertiary h4, 
		section.tertiary h5, 
		section.tertiary h6, 
		section.tertiary p, 
		section.tertiary .content-001 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

section.tertiary h1 a,  section.tertiary h2 a,  section.tertiary h3 a,  section.tertiary h4 a,  section.tertiary h5 a,  section.tertiary h6 a,  section.tertiary p a,  section.tertiary .content-001 a {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

p + p {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  p + p {
    margin-top: 0.75rem;
  }
}

p + ul,  p + ol,  p + h1,  p + h2,  p + h3,  p + h4,  p + h5,  p + h6 {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  p + ul,  p + ol,  p + h1,  p + h2,  p + h3,  p + h4,  p + h5,  p + h6 {
    margin-top: 0.75rem;
  }
}

b, 
strong {
  font-weight: 600;
}

a:not(.btn):not(.header a):not(.footer a):not(.mobile-menu a):not(.acf-button):not(.customize-controls-close):not(.components-button):not(.acf-expand-details):not(.edit-attachment):not(.file-info a):not(.acf-icon ):not(.acf-block-panel a):not(.nf-field-label a) {
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a:not(.btn):not(.header a):not(.footer a):not(.mobile-menu a):not(.acf-button):not(.customize-controls-close):not(.components-button):not(.acf-expand-details):not(.edit-attachment):not(.file-info a):not(.acf-icon ):not(.acf-block-panel a):not(.nf-field-label a):hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

object {
  pointer-events: none;
}

ul {
  padding-left: 1.5rem;
}

ul li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

ol {
  padding-left: 1.5rem;
}

ol li {
  margin-bottom: 0.5rem;
  list-style-type: decimal;
}

/** Load defined custom fonts from folder */

@font-face {
  font-family: 'Metropolis';

  src: url('../theme/assets/fonts/Metropolis-Regular.otf') format('truetype');
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `mixings`
 * directory (except for `mixings.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript mixings or WordPress plugins.
 */

/** Import global styles from inside the theme*/

.footer {
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
}

.footer__container-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .footer__container-top {
    justify-content: space-between;
  }
}

.footer__top-logo {
  height: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .footer__top-logo {
    width: 100px;
  }
}

.footer__top-logo-image {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__top-menu {
  list-style-type: none;
  padding-left: 0px;
  font-size: 16px;
  line-height: 22.4px;
}

.footer__top-menu li {
  margin-bottom: 0.25rem;
  list-style-type: none;
  line-height: 1.5rem;
}

.footer__top-menu li:last-child {
  margin-bottom: 0px;
}

.footer__top-menu li a {
  font-size: 14px;
  line-height: 19.6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__top-menu li a:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.footer__top-socials {
  display: flex;
  flex-direction: row;
}

.footer__top-social-link {
  margin-left: 1.25rem;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__top-social-link:first-child {
  margin-left: 0px;
}

@media (min-width: 1024px) {
  .footer__top-social-link {
    height: 1.75rem;
    width: 1.75rem;
  }
}

.footer__top-social-link:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.footer__top-social-icon {
  height: 3rem;
  width: 3rem;
}

@media (min-width: 1024px) {
  .footer__top-social-icon {
    height: 1.75rem;
    width: 1.75rem;
  }
}

.footer__container-top-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .footer__container-top-box {
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .footer__container-top-box {
    flex-direction: row;
    justify-content: flex-end;
  }
}

.footer__container-top-box-link {
  height: unset !important;
  min-width: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 1.75rem;
  font-size: 18px !important;
  line-height: 25.2px !important;
  text-transform: none !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (min-width: 1024px) {
  .footer__container-top-box-link {
    margin-right: 2.5rem !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
}

.footer__container-top-box-link:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 2px;
}

.footer__container-top-box-link .btn__icon {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

.footer__container-top-box-link:hover .btn__icon {
  --tw-translate-x: 0px !important;
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.footer__container-top-box-link--second {
  padding-bottom: 2.5rem !important;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

@media (min-width: 1024px) {
  .footer__container-top-box-link--second {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
}

.footer__container-top-box-link--second:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  text-underline-offset: 2px;
}

.footer__container-top-box-link--second .btn__icon {
  padding: 0.125rem;
}

.footer__top-socials {
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .footer__top-socials {
    padding-right: 2.5rem;
    padding-bottom: 0px;
  }
}

.header-001__container-inner {
  display: flex;
  justify-content: space-between;
}

.header-001__call-button {
  margin-top: 1.25rem;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media (min-width: 768px) {
  .header-001__call-button {
    display: none;
  }
}

.header-001__call-button-icon {
  height: 1.5rem;
  width: 1.5rem;
}

.header-001__logo-wrap {
  padding-top: 2.5rem;
}

@media (min-width: 1024px) {
  .header-001__logo-wrap {
    padding-top: 5rem;
  }
}

.header-001__logo-wrap img {
  width: 150px;
}

.header {
  position: relative;
  z-index: 20;
  max-width: 100%;
}

.header ul,  .header ol {
  padding-left: 0px !important;
}

.header ul li,  .header ol li {
  margin-bottom: 0px !important;
  list-style-type: none !important;
}

.header--transparent {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  max-width: 100%;
}

.header.sticky {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  max-width: 100%;
  background-color: transparent;
}

@media (min-width: 768px) {
  .header.sticky {
    display: none;
  }
}

.header.sticky .header__container-left {
  display: none;
}

@media (min-width: 768px) {
  .header.sticky .header__container-left {
    display: block;
  }
}

.header.sticky .header-001__container-inner {
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .header.sticky .header-001__container-inner {
    justify-content: space-between;
  }
}

.header--shadow::before {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  --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);
}

/** For admin bar */

.admin-bar .header--transparent {
  top: 2rem;
}

.admin-bar .header--transparent.sticky {
  top: 0px;
}

.admin-bar .mobile-menu {
  top: 2rem;
}

.header__container {
  position: relative;
  z-index: 2;
}

.header__container-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .header__container-inner {
    justify-content: flex-start;
  }
}

.header__container-inner .header__logo-wrap {
  height: 34px;
  width: 140px;
}

@media (min-width: 768px) {
  .header__container-inner .header__logo-wrap {
    height: 50px;
    width: 205px;
  }
}

.header__container-inner .header__container-center {
  display: none;
  width: 100%;
  justify-content: center;
}

@media only screen and (min-width: 992px) {
  .header__container-inner .header__container-center {
    display: flex;
  }
}

.header__container-inner .header__navigation-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

.header__container-inner .header__navigation-list > .header__item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.header__container-inner .header__navigation-list > .header__item.current-menu-item > .header__link {
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

.header__container-inner .header__navigation-list > .header__item.current-menu-item > .header__link::after {
  position: absolute;
  right: 0px;
  bottom: 0.375rem;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.header__container-inner .header__navigation-list > .header__item > .header__link {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.header__container-inner .header__navigation-list > .header__item > .header__link::after {
  right: 50%;
  width: 0px;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.header__container-inner .header__navigation-list > .header__item > .header__link:hover::after {
  position: absolute;
  right: 0px;
  bottom: 0.375rem;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.header__container-inner .header__navigation-list > .header__item > .header__link:hover {
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

.header__container-inner .header__navigation-list .header__link {
  font-size: 16px;
  line-height: 22.4px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header__container-inner .header__navigation-list .menu__submenu--depth-1 > .header__item {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 53 133 / var(--tw-border-opacity));
}

.header__container-inner .header__navigation-list .menu__submenu--depth-1 > .header__item > .header__link {
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

section.header__container-inner .header__navigation-list .menu__submenu--depth-1 > .header__item > .header__link {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.header__container-inner .header__navigation-list .menu__submenu--depth-1 > .header__item > .header__link {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.header__container-inner .header__navigation-list .menu__submenu--depth-1 .current-menu-item > .header__link {
  position: relative;
  z-index: 1;
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

.header__container-inner .header__navigation-list .menu__submenu--depth-1 .current-menu-item > .header__link::before {
  position: absolute;
  right: 0px;
  bottom: 0.125rem;
  z-index: -1;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.header__container-inner .header__navigation-list .menu__submenu--depth-1 .header__link {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.header__container-inner .header__navigation-list .menu__submenu--depth-1 .header__link:hover {
  position: relative;
  z-index: 1;
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

.header__container-inner .header__navigation-list .menu__submenu--depth-1 .header__link::before {
  right: 50%;
  width: 0px;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.header__container-inner .header__navigation-list .menu__submenu--depth-1 .header__link:hover::before {
  position: absolute;
  right: 0px;
  bottom: 0.125rem;
  z-index: -1;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.header__container-inner .header__navigation-list .menu__submenu--depth-2 > .header__item {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 53 133 / var(--tw-border-opacity));
}

.header__container-inner .header__navigation-list .menu__submenu--depth-2 > .header__item > .header__link {
  display: block;
  width: 100%;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

section.header__container-inner .header__navigation-list .menu__submenu--depth-2 > .header__item > .header__link {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.header__container-inner .header__navigation-list .menu__submenu--depth-2 > .header__item > .header__link {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.header__container-inner .header__navigation-list .menu-item-has-children:hover .header__bottom-list-wrap {
  z-index: 50;
  display: block;
}

section.header__container-inner .header__navigation-list .menu-item-has-children:hover .header__bottom-list-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.header__container-inner .header__navigation-list .menu-item-has-children:hover .header__bottom-list-wrap {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.header__container-inner .header__container-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header__container-inner .header__container-button {
  height: 30px;
  width: 30px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .header__container-inner .header__container-button {
    height: auto;
    width: 202px;
    min-width: 202px;
    border-radius: 0.5rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.header__container-inner .header__container-button .btn__label {
  display: none;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .header__container-inner .header__container-button .btn__label {
    display: inline;
  }
}

.header__container-inner .header__container-button .btn__icon {
  margin-right: 0px;
  height: 0.75rem;
  width: 0.75rem;
}

@media (min-width: 1024px) {
  .header__container-inner .header__container-button .btn__icon {
    margin-right: 0.75rem;
    height: 1rem;
    width: 1rem;
  }
}

.header__container-inner .header__container-button:hover .btn__icon {
  --tw-translate-x: 0px;
  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));
}

.header__container-inner .header__container-open-menu {
  position: relative;
  margin-left: 0.5rem;
  display: none;
  height: 1.25rem;
  width: 1.5rem;
  cursor: pointer;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .header__container-inner .header__container-open-menu {
    display: flex;
  }
}

.header__container-inner .header__container-open-menu.is-active .header__container-open-menu-lines {
  opacity: 0;
}

.header__container-inner .header__container-open-menu.is-active .header__container-open-menu-icon {
  opacity: 1;
}

.header__container-inner .header__container-open-menu-lines {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 1.25rem;
  width: 1.5rem;
  flex-direction: column;
  align-items: flex-end;
  opacity: 1;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.header__container-inner .header__container-open-menu-lines span {
  margin-bottom: 5px;
  height: 3px;
  width: 100%;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.header__container-inner .header__container-open-menu-lines span:last-child {
  margin-bottom: 0px;
}

.header__container-inner .header__container-open-menu-lines span:nth-child(2) {
  width: 18px;
}

.header__container-inner .header__container-open-menu-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.mobile-menu {
  position: fixed;
  top: 0px;
  right: -100%;
  bottom: 0px;
  z-index: 40;
  width: 100%;
  padding-bottom: 2.5rem;
  --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);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 32.91%, #0081C0 99.92%);
}

.mobile-menu.is-active {
  right: 0px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu:before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  height: 438px;
  width: 401px;
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.mobile-menu__close object {
  pointer-events: none;
}

.mobile-menu__icon {
  height: 2rem;
  width: 2rem;
  --tw-brightness: brightness(0);
  --tw-invert: invert(100%);
  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);
}

.mobile-menu__logo-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
}

.mobile-menu__logo-wrap .custom-logo-link {
  display: flex;
  width: 140px;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__logo-wrap .custom-logo-link {
    width: 205px;
  }
}

.mobile-menu__logo-wrap .custom-logo-link .custom-logo {
  width: 140px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__logo-wrap .custom-logo-link .custom-logo {
    width: 205px;
  }
}

.mobile-menu__logo-link {
  display: flex;
  max-width: 140px;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__logo-link {
    max-width: 205px;
  }
}

.mobile-menu__container {
  position: relative;
  z-index: 2;
  margin-bottom: 1.5rem;
  padding-top: 2.25rem;
}

.mobile-menu__account {
  position: relative;
  z-index: 2;
}

.mobile-menu__menu, 
.menu__submenu--depth-1 {
  padding-left: 0px !important;
}

.mobile-menu__menu > .mobile-menu__item,  .menu__submenu--depth-1 > .mobile-menu__item {
  margin: 0px;
}

.mobile-menu__menu .menu-item,  .menu__submenu--depth-1 .menu-item {
  list-style-type: none !important;
}

.mobile-menu__menu .current_page_item .mobile-menu__link {
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

.mobile-menu__menu .current_page_item .mobile-menu__link::after {
  right: 0px;
  content: var(--tw-content);
  width: 100%;
}

.mobile-menu__link {
  position: relative;
  display: inline;
  width: 100%;
  padding-bottom: 1px;
  font-size: 21px;
  line-height: 29.4px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.mobile-menu__link::after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  right: 50%;
  width: 0px;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.mobile-menu__link:hover, 
    .mobile-menu__link:active {
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

.mobile-menu__link:hover::after, 
    .mobile-menu__link:active::after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.mobile-menu__link:not([href]) {
  padding-left: 0px;
}

.mobile-menu__submenu-title {
  position: relative;
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-bottom: 0.25rem;
  font-size: 18px;
  line-height: 25.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

section.mobile-menu__submenu-title {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.mobile-menu__submenu-title {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.mobile-menu__item {
  list-style-type: none !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mobile-menu__item.menu-item-has-children {
  position: relative;
}

.mobile-menu__submenu {
  padding: 0px !important;
}

.mobile-menu__submenu.menu__submenu--depth-1-wrapper {
  position: fixed;
  top: 5rem;
  right: -100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-right: 0px;
}

.mobile-menu__submenu.menu__submenu--depth-1-wrapper.active {
  right: 0px;
  left: 0px;
  z-index: 30;
  height: 80vh;
  width: 100%;
  overflow-y: scroll;
  padding-left: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 3.5rem;
}

.mobile-menu__submenu .menu__submenu--depth-1 {
  padding-right: 0px !important;
}

.mobile-menu__submenu .menu__submenu--depth-1 .mobile-menu__link {
  padding-left: 1.25rem;
}

.mobile-menu__submenu .menu__submenu--depth-1 .mobile-menu__link:not([href]) {
  padding-left: 0px;
}

.mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-2-wrapper, 
        .mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-3-wrapper {
  height: 0px;
  padding-right: 1rem;
  padding-left: 2rem;
  opacity: 0;
}

.mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-2-wrapper.active,  .mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-3-wrapper.active {
  margin-bottom: -1.25rem;
  height: auto;
  padding-top: 1.25rem;
  opacity: 1;
}

.mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-2-wrapper.active .mobile-menu__item,  .mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-3-wrapper.active .mobile-menu__item {
  padding: 0px;
}

.mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-2-wrapper .mobile-menu__link,  .mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-3-wrapper .mobile-menu__link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 16px;
  line-height: 22.4px;
}

.mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-2-wrapper .menu__submenu--depth-2 .mobile-menu__item,  .mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-3-wrapper .menu__submenu--depth-2 .mobile-menu__item {
  margin-bottom: 0px;
}

.mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-2-wrapper .menu__submenu--depth-2 .mobile-menu__item:last-child,  .mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-3-wrapper .menu__submenu--depth-2 .mobile-menu__item:last-child {
  margin-bottom: 0.75rem;
}

.mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-2-wrapper .menu__submenu--depth-2 .mobile-menu__item > .mobile-menu__link,  .mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-3-wrapper .menu__submenu--depth-2 .mobile-menu__item > .mobile-menu__link {
  padding-bottom: 0.25rem;
}

.mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-2-wrapper .menu__submenu--depth-2 .mobile-menu__item .menu__submenu--depth-3 .mobile-menu__item > .mobile-menu__link,  .mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-3-wrapper .menu__submenu--depth-2 .mobile-menu__item .menu__submenu--depth-3 .mobile-menu__item > .mobile-menu__link {
  font-size: 14px;
  line-height: 19.6px;
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

.mobile-menu__open-submenu {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin-left: 1.5rem;
  height: 1rem;
  width: 2.75rem;
  --tw-translate-y: -50%;
  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));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile-menu__submenu-back {
  position: relative;
  margin-left: 1.25rem;
  margin-bottom: 1.5rem;
  display: flex;
  height: 1.25rem;
  padding-left: 2rem;
  font-size: 18px;
  line-height: 25.2px;
}

.mobile-menu__submenu-back::before {
  position: absolute;
  left: 0px;
  top: 0.25rem;
  height: 1rem;
  width: 1rem;
  background-size: contain;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.mobile-menu__open-submenu--depth-2, 
.mobile-menu__open-submenu--depth-3 {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  height: 1rem;
  width: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu__open-submenu--depth-2.active,  .mobile-menu__open-submenu--depth-3.active {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-contact-form {
  margin: -2rem;
}

.modal-contact-form__link {
  height: unset !important;
  min-width: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 1.75rem;
  font-size: 18px !important;
  line-height: 25.2px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (min-width: 1024px) {
  .modal-contact-form__link {
    margin-right: 2.5rem !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
}

.modal-contact-form__link:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 2px;
}

.modal-contact-form__link .btn__icon {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

.modal-contact-form__link:hover .btn__icon {
  --tw-translate-x: 0px !important;
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.modal-contact-form__wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.modal-contact-form__left {
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 242 / var(--tw-bg-opacity));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-right: 60px;
  padding-left: 3.5rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .modal-contact-form__left {
    display: block;
    width: 394px;
  }
}

.modal-contact-form__left-wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.modal-contact-form__right-wrap {
  padding: 3.5rem;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .modal-contact-form__right-wrap {
    width: 494px;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.modal-contact-form__right-wrap .modal-contact-form__left__heading {
  text-align: center !important;
}

@media (min-width: 768px) {
  .modal-contact-form__right-wrap .modal-contact-form__left__heading {
    display: none;
  }
}

.modal-contact-form__right-wrap .modal-contact-form__subheading {
  text-align: center !important;
}

@media (min-width: 768px) {
  .modal-contact-form__right-wrap .modal-contact-form__subheading {
    display: none;
  }
}

.modal-contact-form__left__heading {
  font-family: inter, sans-serif !important;
  font-size: 21px !important;
  line-height: 29.4px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.modal-contact-form__left__heading strong {
  font-weight: 700;
}

.modal-contact-form__subheading {
  padding-top: 0.5rem !important;
  font-size: 14px !important;
  line-height: 19.6px !important;
}

.modal-contact-form__adviser {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  height: 100px;
  width: 100px;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.modal-contact-form__adviser-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-contact-form__content {
  padding-bottom: 3.5rem;
  padding-right: 2.5rem;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22.4px;
}

.modal-contact-form__content strong {
  font-weight: 700;
}

body.document-open-model {
  overflow: hidden;
}

.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  overflow: auto;
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  background-color: rgba(0,0,0,0.8);
}

.modal.show {
  display: block;
  opacity: 1;
}

section.modal.show {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.modal.show {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 888px;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  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));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .modal__content {
    padding: 2.5rem;
  }
}

.modal__content-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .modal__content-inner {
    padding: 2rem;
  }
}

.modal__content-inner--xl {
  max-width: 888px;
}

.modal__content-inner--lg {
  max-width: 48rem;
}

.modal__content-inner--md {
  max-width: 42rem;
}

.modal__content-inner--sm {
  max-width: 36rem;
}

.modal__content-inner--xs {
  max-width: 28rem;
}

.modal__close {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 42px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.modal__close:hover, 
  .modal__close:focus {
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

/*
.accordion-001 {
    @apply relative cursor-pointer;
    @apply hover:before:bg-secondary-ice;
    @apply hover:after:bg-white;
    @apply before:absolute before:w-[100vw] before:left-custom-full before:h-full before:bg-transparent before:top-0;
    @apply after:absolute after:w-[100vw] after:left-custom-full after:h-[1px] after:bg-secondary-ice after:z-1;

    &.active {
        @apply  before:bg-secondary-ice;
        @apply after:bg-white;
    }

    &:hover {
        .accordion-001__question {
            @apply before:bg-white;
        }
    }
}

.accordion-001__question {
    @apply relative text-primary-midnight text-h6 md:text-h5 xl:text-h3 pr-14 py-5 md:py-8;
    @apply before:absolute before:w-9 before:h-9 before:rounded-full before:bg-secondary-ice before:right-0 before:top-1/2 before:-translate-y-1/2;
    @apply after:absolute after:w-9 after:h-9 after:rounded-full after:bg-plus  after:bg-no-repeat  after:bg-center after:right-0 after:top-1/2 after:-translate-y-1/2;

    &.active {
        @apply before:bg-white;
        @apply after:bg-minus;
    }

}



.accordion-001__answer {
    @apply hidden text-charcoal text-base relative pb-8;

    &.active {
        @apply block bg-secondary-ice;
    }
}

*/

.author-001 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

.author-001__image {
  display: inline-block;
  width: 2.5rem;
  overflow: hidden;
  border-radius: 9999px;
  vertical-align: middle;
}

.author-001__name {
  margin-top: 0px !important;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: capitalize;
}

.author-001__date {
  position: relative;
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.author-001__date::before {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 50%;
  width: 1px;
  --tw-translate-y: -50%;
  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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
}

.content-001 {
  font-size: 16px;
  line-height: 22.4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/** Define the spacing between heading and content */

.content-001 + .buttons__wrap {
  padding-top: 0.75rem;
}

@media (min-width: 768px) {
  .content-001 + .buttons__wrap {
    padding-top: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .content-001 + .buttons__wrap {
    padding-top: 3rem;
  }
}

/*21*/

.content-001 ul {
  margin-top: 2rem !important;
  padding-left: 0px !important;
}

.content-001 ul li {
  position: relative;
  margin-bottom: 0.75rem !important;
  list-style-type: none !important;
  padding-left: 1.25rem;
  /*@apply before:inline-block before:w-2 before:h-2 before:bg-primary before:rounded-full before:text-xs before:mr-3 before:mb-1 before:align-middle; */
}

.content-001 ul li:before {
  position: absolute;
  left: 0px;
  top: 9px;
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-content: '';
  content: var(--tw-content);
}

.content-001 ol {
  margin-top: 2rem !important;
  padding-left: 1rem !important;
}

.content-001 ol li {
  margin-bottom: 0.75rem !important;
  padding-left: 0.5rem;
}

.content-001 ol li::marker {
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

.subheading-001 {
  font-size: 14px;
  line-height: 19.6px;
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

.subheading-001 + .heading-001 {
  padding-top: 0.75rem;
}

.heading-001 {
  width: 100%;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .heading-001 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .heading-001 {
    font-size: 3rem;
    line-height: 1;
  }
}

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

.heading-001--right {
  text-align: right;
}

.heading-001--right + * {
  text-align: right;
}

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

.heading-001--center + * {
  text-align: center;
}

.heading-001--center + * + .buttons__wrap {
  justify-content: center;
}

/** Define the spacing between heading and content, buttons */

.heading-001 + .content-001, 
  .heading-001 + .buttons__wrap {
  padding-top: 1.25rem;
}

@media (min-width: 768px) {
  .heading-001 + .content-001, 
  .heading-001 + .buttons__wrap {
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .heading-001 + .content-001, 
  .heading-001 + .buttons__wrap {
    padding-top: 2rem;
  }
}

/** Define the spacing between heading and any div */

.heading-001 + div {
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .heading-001 + div {
    padding-top: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .heading-001 + div {
    padding-top: 2rem;
  }
}

.heading-001 + .subheading-001 {
  padding-top: 2rem;
}

.subheading-001 {
  position: relative;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/** Define the spacing between subheading and content, buttons */

.subheading-001 + div {
  padding-top: 1.25rem;
}

.subheading-001 + .content-001 {
  padding-top: 0.75rem;
}

@media (min-width: 768px) {
  .subheading-001 + .content-001 {
    padding-top: 1.25rem;
  }
}

/** Define the spacing between subheading and content, buttons */

.subheading-001 + .heading-001 {
  padding-top: 0.75rem;
}

@media (min-width: 768px) {
  .subheading-001 + .heading-001 {
    padding-top: 2rem;
  }
}

.subheading-001 + .buttons__wrap, 
    .subheading-001 + .one-col-iframe-001__iframe {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .subheading-001 + .buttons__wrap, 
    .subheading-001 + .one-col-iframe-001__iframe {
    padding-top: 2rem;
  }
}

.breadcrumbs-001 {
  position: relative;
  z-index: 2;
}

.breadcrumbs-001__container {
}

.breadcrumbs-001__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0px;
  text-transform: uppercase;
}

.breadcrumbs-001__list--left {
  justify-content: flex-start;
}

.breadcrumbs-001__list--right {
  justify-content: flex-end;
}

.breadcrumbs-001__list--center {
  justify-content: center;
}

.breadcrumbs-001__item {
  margin-bottom: 0px;
  display: flex;
  list-style-type: none;
  align-items: center;
}

.breadcrumbs-001__item a.breadcrumbs-001__link {
  font-size: 18px;
  line-height: 25.2px;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
  text-underline-offset: 2px !important;
}

.breadcrumbs-001__item a.breadcrumbs-001__link:hover {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.breadcrumbs-001__item a.breadcrumbs-001__link--first {
  margin-right: 0.5rem;
}

.breadcrumbs-001__icon {
  margin-right: 0.5rem;
  height: 0.75rem;
  width: 1rem;
}

@media (min-width: 768px) {
  .breadcrumbs-001__icon {
    height: 0.75rem;
    width: 1.25rem;
  }
}

.breadcrumbs-001__link-divider {
  margin-right: 0.5rem;
  font-size: 18px;
  line-height: 25.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.breadcrumbs-001__text {
  font-size: 18px;
  line-height: 25.2px;
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

/*
.content-card-001 {
    @apply p-2 pb-4 lg:p-6;
}
.content-card-001__heading,
.content-card-001__content {
    @apply text-xl md:text-2xl lg:text-3xl; 
}

.content-card-001__heading {
    @apply lg:mb-2 flex justify-center;
}

*/

/*
.content-card-002 {
    @apply px-8 lg:px-14 xxl:pr-20 border-l-1 border-secondary-ice;

    .content-card-002__content {
        @apply  md:pt-5; 
    }
}
.content-card-002__heading {
    @apply flex text-5xl md:text-6xl lg:text-[100px] text-left font-light mb-5 md:mb-10 text-primary; 
}

.content-card-002__subheading {
    @apply text-h6 md:text-h5 text-primary-midnight text-left; 
}

.content-card-002__content {
    @apply text-sm md:text-base text-charcoal text-left; 
}

*/

/*
.linkboxes-001 {
    @apply relative;
}

.linkboxes-001__wrap {
    @apply relative h-full flex flex-wrap flex-col justify-end items-center py-12 ease-in-out duration-300;

    @apply before:absolute before:w-full before:h-full before:left-0 before:top-0 before:bg-gradient-to-t before:from-black before:to-transparent before:opacity-50 before:ease-in-out before:duration-300;

    @apply hover:before:opacity-60 hover:before:to-black;
}

.linkboxes-001__heading {
    @apply px-5 md:px-8 lg:px-12 text-xl md:text-3xl text-white relative;
}

.linkboxes-001__content {
    @apply text-white text-center text-md relative;

    + .linkboxes-001__buttons {
        @apply mt-3;
    }
}

.linkboxes-001__buttons {
    @apply relative;
}

.linkboxes-001__link {
    @apply absolute w-full h-full left-0 top-0;
}

*/

/*

.linkboxe-002 {
    @apply relative lg:w-1/3 h-72 md:h-80 xl:h-96;
}

.linkboxe-002__wrap {
    @apply relative h-full flex flex-wrap flex-col justify-end items-center px-6 py-10 md:py-12 md:px-10;

    @apply before:absolute before:w-full before:h-full before:left-0 before:top-0 before:bg-black before:lg:to-transparent before:opacity-50 before:lg:opacity-20 before:ease-in before:duration-200;

    @apply hover:before:opacity-80;

    &:hover {
        .linkboxe-002__content-wrap {
            @apply opacity-100;
        }

        .linkboxe-002__logo-figure {
            @apply opacity-0;
        }
    }
}

.linkboxe-002__heading {
    @apply text-2xl md:text-3xl text-white relative;

}

.linkboxe-002__content {
    @apply !pt-1 md:!pt-2;
    @apply text-white text-left text-sm relative;
}

.linkboxe-002__content-wrap {
    @apply lg:opacity-0 ease-in duration-200;

}


.linkboxe-002__link {
    @apply absolute w-full h-full left-0 top-0;
}

.linkboxe-002__logo-figure {
    @apply opacity-0 lg:opacity-100 absolute w-40 lg:w-52 xxl:w-60 left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 ease-in duration-200;
}

*/

.post-card-001 .post-card-001__button {
  height: 2.25rem;
  min-width: 140px;
}

@media (min-width: 768px) {
  .post-card-001 .post-card-001__button {
    height: 50px;
    min-width: 180px;
  }
}

.post-card-001__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 2px 2px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.post-card-001__group {
  padding-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .post-card-001__group {
    padding-bottom: 1.25rem;
  }
}

.post-card-001__image-wrap {
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .post-card-001__image-wrap {
    margin-bottom: 2.25rem;
  }
}

.post-card-001__figure {
  position: relative;
  z-index: 1;
  height: 280px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .post-card-001__figure {
    height: 300px;
  }
}

@media (min-width: 1024px) {
  .post-card-001__figure {
    height: 400px;
  }
}

.post-card-001__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-card-001__category {
  position: absolute;
  left: 1.25rem;
  bottom: 0px;
  z-index: 2;
  display: flex;
  height: 1.75rem;
  --tw-translate-y: 50%;
  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));
  align-items: center;
  justify-content: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-size: 16px;
  line-height: 22.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .post-card-001__category {
    height: 2.25rem;
    min-width: 106px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.post-card-001__category--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
}

.post-card-001__category--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.post-card-001__category--tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 242 / var(--tw-bg-opacity));
}

.post-card-001__teacher {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (min-width: 768px) {
  .post-card-001__teacher {
    margin-bottom: 2.5rem;
  }
}

.post-card-001__teacher-info {
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-right: 1.25rem;
}

.post-card-001__teacher-image {
  height: 38px;
  width: 38px;
}

@media (min-width: 768px) {
  .post-card-001__teacher-image {
    height: 50px;
    width: 50px;
  }
}

.post-card-001__figure-teacher {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
}

.post-card-001__image-teacher {
  height: 100%;
  width: 100%;
}

.post-card-001__teacher-name {
  flex: 1 1 0%;
  padding-left: 0.75rem;
  text-align: left;
  font-size: 14px;
  line-height: 19.6px;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .post-card-001__teacher-name {
    font-size: 16px;
    line-height: 22.4px;
  }
}

.post-card-001__teacher-leassons {
  font-size: 14px;
  line-height: 19.6px;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .post-card-001__teacher-leassons {
    font-size: 16px;
    line-height: 22.4px;
    line-height: 1.5rem;
  }
}

.post-card-001__heading {
  font-size: 16px;
  line-height: 22.4px;
}

@media (min-width: 768px) {
  .post-card-001__heading {
    font-size: 18px;
    line-height: 26px;
  }
}

.post-card-001__heading a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.post-card-001__heading a:hover {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

/*


.post-card-002 {
    @apply mb-8 lg:mb-12;
    &:hover {

        .post-card-002__image {
            @apply before:opacity-0;
        
        }
    
        .post-card-002__figure {
            @apply after:opacity-40 after:to-black;
        }
    }
}

.post-card-002__figure {
    @apply relative h-full w-full overflow-hidden;
    @apply after:absolute after:w-full after:h-full after:left-0 after:top-0 after:bg-gradient-to-t after:from-black after:to-transparent after:opacity-0 after:ease-in-out after:duration-300;
}

.post-card-002__image {
    @apply object-cover h-full w-full ease-in-out duration-300;
}

.post-card-002__content-wrap {
    @apply relative pt-4;
}


.post-card-002__image {
    @apply h-80 md:h-80 lg:h-[400px] relative;
    @apply before:absolute before:w-full before:h-full before:left-0 before:right-0 before:grayscale-0 before:saturate-0 before:invert-0 before:backdrop-blur-none before:ease-in-out before:duration-300;
    @apply after:w-negative-inside after:h-negative-inside after:absolute  after:border-white after:border-1 after:top-1/2 after:left-1/2 after:-translate-x-1/2 after:-translate-y-1/2;

}

.post-card-002__logo-figure {
    @apply absolute right-11 top-11 max-w-logo z-1;
}

.post-card-002__title {
    @apply text-primary text-md md:text-lg lg:text-xl bg-secondary px-6 lg:px-11 py-3 lg:py-5 absolute bottom-11 right-0 z-2 max-w-4/6;
}

.post-card-002__heading {
    @apply mt-6 mb-8 text-lg md:text-xl lg:text-2xl;
}


.post-card-002__link {
    @apply absolute w-full h-full left-0 top-0 z-2;
}

.post-card-002__button {
    @apply relative z-10;
}

*/

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 448px) {
  .container {
    max-width: 448px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

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

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

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with an `entry-title` class on the
 * frontend and to the post heading in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 100%;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
}

/**
 * Post content styles (via Tailwind Typography)
 *
 * These will be applied to all content blocks with an `entry-content` class on
 * the frontend and within the block editor.
 *
 * The `$post-content-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 *
 * For details on how to customize Tailwind Typography via its modifier
 * classes, please see:
 *
 * https://tailwindcss.com/docs/typography-plugin
 */

.entry-content {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.entry-content :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.entry-content :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.entry-content :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.entry-content :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.entry-content :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.entry-content :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.entry-content :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.entry-content :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.entry-content :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.entry-content :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.entry-content :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.entry-content :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.entry-content :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.entry-content :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.entry-content :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.entry-content :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.entry-content :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.entry-content :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.entry-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.entry-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.entry-content :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.entry-content :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.entry-content :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.entry-content :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.entry-content :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.entry-content :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.entry-content :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.entry-content :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.entry-content :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.entry-content :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.entry-content :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.entry-content :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.entry-content :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.entry-content :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.entry-content :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.entry-content :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.entry-content :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.entry-content :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.entry-content :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.entry-content :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.entry-content :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

.entry-content :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.entry-content :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

.entry-content {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.entry-content :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.entry-content :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.entry-content :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.entry-content :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.entry-content :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.entry-content :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.entry-content :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.entry-content :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.entry-content :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.entry-content :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.entry-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.entry-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.entry-content :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.entry-content-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.entry-content-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.entry-content-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.entry-content-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.entry-content-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.entry-content-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.entry-content-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.entry-content-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.entry-content-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.entry-content-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.entry-content-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.entry-content-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.entry-content-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.entry-content-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.entry-content-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.entry-content-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.entry-content-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.entry-content-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.entry-content-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.entry-content-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.entry-content-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.entry-content-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.entry-content-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.entry-content-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content {
  --tw-prose-body: #334155;
  --tw-prose-headings: #0f172a;
  --tw-prose-lead: #475569;
  --tw-prose-links: #0f172a;
  --tw-prose-bold: #0f172a;
  --tw-prose-counters: #64748b;
  --tw-prose-bullets: #cbd5e1;
  --tw-prose-hr: #e2e8f0;
  --tw-prose-quotes: #0f172a;
  --tw-prose-quote-borders: #e2e8f0;
  --tw-prose-captions: #64748b;
  --tw-prose-code: #0f172a;
  --tw-prose-pre-code: #e2e8f0;
  --tw-prose-pre-bg: #1e293b;
  --tw-prose-th-borders: #cbd5e1;
  --tw-prose-td-borders: #e2e8f0;
  --tw-prose-invert-body: #cbd5e1;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #94a3b8;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #94a3b8;
  --tw-prose-invert-bullets: #475569;
  --tw-prose-invert-hr: #334155;
  --tw-prose-invert-quotes: #f1f5f9;
  --tw-prose-invert-quote-borders: #334155;
  --tw-prose-invert-captions: #94a3b8;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #cbd5e1;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #475569;
  --tw-prose-invert-td-borders: #334155;
  max-width: none;
}

.entry-content :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

/* Content width from the `theme.json` file */

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* Wide width from the `theme.json` file */

.entry-content > .alignwide {
  max-width: 60rem;
}

/* Full width */

.entry-content > .alignfull {
  max-width: none;
}

/*

.ajax-results {
    @apply py-5 md:py-6 flex flex-wrap;

}


.relevanssi-live-search-results {
    @apply !w-full !shadow-none !min-h-0;
}

.ajax-search__results  {
    @apply w-full md:w-1/2 lg:w-1/3 xl:w-1/4;
    &:first-child {
        @apply !border-none;
    }
}

.ajax-search__missing-text {
    @apply px-5 md:px-6;
}

.ajax-search__heading {
    @apply text-lg md:text-xl;
}

.ajax-search__heading {
    @apply p-0;
}

.ajax-search__result-heading  {
    @apply text-md;
}

.ajax-search__result-content {
    @apply text-sm !border-none; 
    p {
        @apply !pt-1 !px-0 !border-none;
    }
}

.ajax-search__result-btn {
    @apply p-0 !inline;
}

.ajax-search__buttons  {
    @apply  pt-5 md:pt-8 w-full;
}

*/

.btn, 
.btn-custom a, 
input.btn-input, 
input.button, 
.alm-load-more-btn {
  position: relative;
  margin: 0px;
  display: flex;
  height: 46px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 180px;
  max-width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 600;
  line-height: 1 !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:focus, 
    .btn:active, 
    .btn-custom a:focus, 
    .btn-custom a:active, 
    input.btn-input:focus, 
    input.btn-input:active, 
    input.button:focus, 
    input.button:active, 
    .alm-load-more-btn:focus, 
    .alm-load-more-btn:active {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn strong,  .btn-custom a strong,  input.btn-input strong,  input.button strong,  .alm-load-more-btn strong {
  font-weight: 700;
}

@media (min-width: 1024px) {
  .btn:hover .btn__icon,  .btn-custom a:hover .btn__icon,  input.btn-input:hover .btn__icon,  input.button:hover .btn__icon,  .alm-load-more-btn:hover .btn__icon {
    --tw-translate-x: 0.25rem;
    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));
  }

  .btn:hover .btn__icon--left,  .btn-custom a:hover .btn__icon--left,  input.btn-input:hover .btn__icon--left,  input.button:hover .btn__icon--left,  .alm-load-more-btn:hover .btn__icon--left {
    --tw-translate-x: -0.25rem;
    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));
  }
}

.btn:hover .btn__icon--arrow-btn-download,  .btn-custom a:hover .btn__icon--arrow-btn-download,  input.btn-input:hover .btn__icon--arrow-btn-download,  input.button:hover .btn__icon--arrow-btn-download,  .alm-load-more-btn:hover .btn__icon--arrow-btn-download {
  --tw-translate-x: 0px;
  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));
}

@media (min-width: 1024px) {
  .btn:hover .btn__icon--arrow-btn-download,  .btn-custom a:hover .btn__icon--arrow-btn-download,  input.btn-input:hover .btn__icon--arrow-btn-download,  input.button:hover .btn__icon--arrow-btn-download,  .alm-load-more-btn:hover .btn__icon--arrow-btn-download {
    --tw-translate-y: 0.25rem;
    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));
  }
}

.btn .btn-loader,  .btn-custom a .btn-loader,  input.btn-input .btn-loader,  input.button .btn-loader,  .alm-load-more-btn .btn-loader {
  margin-left: 0.5rem;
  display: none;
  height: 1rem;
  width: 1rem;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }

  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }

  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btn .btn-loader,  .btn-custom a .btn-loader,  input.btn-input .btn-loader,  input.button .btn-loader,  .alm-load-more-btn .btn-loader {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.btn.btn-loading .btn-loader,  .btn-custom a.btn-loading .btn-loader,  input.btn-input.btn-loading .btn-loader,  input.button.btn-loading .btn-loader,  .alm-load-more-btn.btn-loading .btn-loader {
  display: block;
}

section.btn.btn-loading .btn-loader,  section .btn-custom a.btn-loading .btn-loader,  section input.btn-input.btn-loading .btn-loader,  section input.button.btn-loading .btn-loader,  section .alm-load-more-btn.btn-loading .btn-loader {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.btn.btn-loading .btn-loader,  section .btn-custom a.btn-loading .btn-loader,  section input.btn-input.btn-loading .btn-loader,  section input.button.btn-loading .btn-loader,  section .alm-load-more-btn.btn-loading .btn-loader {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

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

.btn-shaped span {
  padding: 40px;
}

.btn-white {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(39 53 133 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-secondary:not(.btn-outlined) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-secondary:not(.btn-outlined):hover {
  --tw-border-opacity: 1;
  border-color: rgb(39 53 133 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-outlined {
  border-width: 1px;
  background-color: transparent;
}

.btn-outlined:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.btn-outlined.btn-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-outlined.btn-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-outlined.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary, 
.alm-load-more-btn {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(39 53 133 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary:hover, 
.alm-load-more-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(39 53 133 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary .btn__icon,  .alm-load-more-btn .btn__icon {
  --tw-brightness: brightness(10);
  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);
}

.btn-primary:hover .btn__icon,  .alm-load-more-btn:hover .btn__icon {
  filter: none;
}

.btn-primary.done,  .alm-load-more-btn.done {
  cursor: none;
  opacity: 0.4;
}

.btn-primary.done:hover,  .alm-load-more-btn.done:hover {
  --tw-border-opacity: 1;
  border-color: rgb(39 53 133 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary .btn__mash,  .alm-load-more-btn .btn__mash {
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

.btn-primary:hover,  .alm-load-more-btn:hover {
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

.btn-primary:hover .btn__mash,  .alm-load-more-btn:hover .btn__mash {
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

.btn-primary:hover .btn__mash path,  .alm-load-more-btn:hover .btn__mash path {
  stroke: #273585;
  stroke-width: 2;
}

.btn-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(235 236 242 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn-tertiary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-tertiary .btn__icon {
  --tw-brightness: brightness(10);
  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);
}

.btn-tertiary:hover .btn__icon {
  filter: none;
}

.btn-tertiary.done {
  cursor: none;
  opacity: 0.4;
}

.btn-tertiary.done:hover {
  --tw-border-opacity: 1;
  border-color: rgb(235 236 242 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.btn-shaped:hover {
  background-color: transparent;
}

.btn-shaped span {
  padding: 40px;
}

/*
.btn-transparent {
    @apply bg-transparent text-primary border-transparent pl-0 pr-2 text-left min-w-0 underline underline-offset-2 border-none decoration-primary ease-in-out duration-300;
    @apply hover:bg-transparent hover:text-charcoal hover:border-none hover:decoration-transparent;

    .btn__icon {
        &--right {
            @apply right-unset;
        }
    }

    &.btn-white {
        @apply text-white decoration-white;
        @apply  hover:text-white hover:decoration-transparent;
    }

    &.btn-secondary {
        @apply text-secondary decoration-secondary;
        @apply hover:text-primary hover:decoration-transparent;
    }

    &.btn-tertiary {
        @apply text-tertiary decoration-tertiary;
        @apply hover:text-primary hover:decoration-transparent;
    }
}
*/

.btn-sm {
  height: 30px;
  min-width: 142px;
  font-size: 0.75rem;
  line-height: 1rem;
}

.btn-lg {
  min-width: 180px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.btn-xl {
  min-width: 180px;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 14px;
  line-height: 19.6px;
}

/** Icon styles */

.btn__icon {
  position: relative;
  margin-right: 0.75rem;
  height: 1rem;
  width: 1rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.btn__icon--right {
  margin-left: 0.75rem;
}

.btn__icon--right.btn__icon--arrow {
  --tw-rotate: 0deg;
  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));
}

.buttons__wrap {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  flex-wrap: wrap;
}

.buttons__wrap .btn {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

div + .buttons__wrap {
  padding-top: 2rem;
}

/*

.checkout-details__field {
    @apply pt-6 md:pt-10;

    &#billing_address_2_field {
        @apply pt-2;
    }

    &:first-child {
        @apply pt-0;
    }
     label:not(.screen-reader-text) {
        @apply w-full block pb-3 md:text-lg;

        .checkout-details__required,
        .required {
            @apply no-underline;
        }
     }
}

.woocommerce-checkout {
    .entry-content-wrap {
        .woocommerce-billing-fields {
            h3 {
                @apply hidden;
            }
        }
    
        input:not(.button):not(.qty),
        select,
        textarea {
            @apply w-full block bg-white text-xs md:text-base !rounded-none border-[1px] border-secondary-ice border-solid px-3 md:px-5 h-14;
    
            &::placeholder {
                @apply text-gray-300 text-sm;
            }
        }
    
        textarea {
            height: 132px;
        }
    
        .select2-selection--single {
            @apply relative bg-white text-xs md:text-base !rounded-none border-[1px] border-secondary-ice border-solid h-14 flex items-center justify-between;
            
            .select2-selection__rendered {
                @apply px-3 md:px-5;
            }
    
            .select2-selection__arrow {
                @apply relative;
                b {
                    @apply hidden;
                }
    
                @apply after:right-3;
    
                &:after {
                    height: 20px;
                    width: 20px;
                    content: '';
                    background-image: url('../theme/assets/vectors/arrow-down.svg');
                    background-size: contain;
                    background-repeat: no-repeat;
                    top: calc(50% - 3px);
                    display: block;
                    position: relative;
                }
            }
        }
    
        .checkout__order-title {
            @apply pt-8 md:pt-14;
        }
    
        .wc_payment_methods {
            @apply hidden;
        }
    
        .place-order {
            input {
                &.button {
                    @apply mx-auto mt-6 md:mt-10;
                }
            }
        }
    
        .woocommerce-message {
            @apply p-2.5 bg-secondary-maroon text-white mb-5 lg:mb-10;
        }
    
        .cart_item {
            @apply h-[60px] border-1 border-white bg-secondary-ice;
        }
    
        .woocommerce-checkout-review-order-table {
            @apply w-full;
        }
    
        .product-thumbnail {
            img {
                @apply w-20 rounded p-2;
            }
        }
    
        .product-name {
            @apply flex justify-between items-center h-[inherit];
    
            input.qty {
                @apply w-12 md:w-20 pl-3;
    
                &::-webkit-inner-spin-button, 
                &::-webkit-outer-spin-button {  
                    @apply opacity-100;
                }
            }
        }
    
        .product-remove {
            .remove {
                @apply mx-auto flex justify-center items-center bg-red-500 !text-white !no-underline rounded-full text-2xl w-6 h-6 md:w-8 md:h-8 font-sans ease-in-out duration-300;
                @apply hover:bg-red-700;
            }
        }
    
    
    }
}

*/

/* set the cookie control colourss */

:root {
  --button-col-primary: #273585;
  --button-col-primary-text: white;
  --button-col-secondary: #4C5454;
  --button-col-secondary-hover: #222222;
  --button-col-secondary-text: white;
}

/* Styling for the Cookie Popup */

body aside#moove_gdpr_cookie_info_bar.gdpr_lightbox-hidden {
  display: none;
}

body aside#moove_gdpr_cookie_info_bar,
   .gdpr_lightbox.gdpr_lightbox-opened.gdpr_lightbox-inline.moove_gdpr_cookie_modal_open {
  bottom: 0 !important;
  margin: 0;
  width: 100% !important;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 0;
  max-height: 100vh !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .4) !important;
  border-top: 1px solid #2a363e !important;
  z-index: 999999999;
}

.moove-gdpr-info-bar-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px !important;
  background-color: white;
  border-radius: 0;
}

.moove-gdpr-cookie-notice {
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.moove-gdpr-cookie-notice p {
  color: black !important;
  margin-bottom: 0.6em;
}

.moove-gdpr-button-holder {
  padding: 0 !important;
  justify-content: center;
}

body aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton, 
   body aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton,
   aside#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt,
   aside#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn,
   aside#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt,
   aside#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
  padding: 8px 12px;
  border-radius: 2px;
  border: 1px solid var(--button-col-secondary);
  color: var(--button-col-secondary);
}

aside#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,
   aside#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:hover,
   aside#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,
   aside#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover {
  background-color: var(--button-col-secondary);
  color: var(--button-col-secondary-text);
}

body aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-allow-all,
   body aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-reject-btn {
  background-color: var(--button-col-primary);
  color: var(--button-col-primary-text);
  border: none
}

body aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-allow-all:hover,
   body aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-reject-btn:hover {
  background-color: var(--button-col-primary-text);
  color: var(--button-col-primary);
  border: 1px solid var(--button-col-primary);
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon.moovegdpr-arrow-close {
  background-color: var(--button-col-primary);
  border: none;
  color: var(--button-col-secondary);
}

/** Generic form styles */

.nf-field-label label a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.nf-field-label label a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/** Styles for forms */

.ninja-form-custom .nf-response-msg {
  margin: 0.625rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(178 216 178 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(230 249 230 / var(--tw-bg-opacity));
  padding: 1.25rem;
  text-align: center;
  font-size: 16px;
  line-height: 22.4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.ninja-form-custom .nf-before-form-content {
  display: none;
}

.ninja-form-custom .nf-form-title {
  display: none;
}

.ninja-form-custom .nf-after-field {
  display: none;
}

.ninja-form-custom .nf-after-form-content {
  display: none;
}

.ninja-form-custom .nf-field-container {
  margin-bottom: 0.5rem;
}

.ninja-form-custom .submit-container {
  margin-bottom: 0px;
}

.ninja-form-custom .nf-form-content {
  padding: 0px;
}

.ninja-form-custom .nf-form-content > * {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.ninja-form-custom .nf-form-content > * .nf-row {
  width: 100%;
}

.ninja-form-custom .nf-form-content > * .nf-field-label, 
      .ninja-form-custom .nf-form-content > * .ninja-forms-req-symbol {
  font-size: 16px !important;
  line-height: 22.4px !important;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.ninja-form-custom .nf-form-content > * .nf-field-label label {
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 400;
}

.ninja-form-custom .nf-form-content > * .nf-form-content label {
}

.ninja-form-custom .nf-form-content > * input:not([type=button]), 
      .ninja-form-custom .nf-form-content > * input[type=text], 
      .ninja-form-custom .nf-form-content > * input[type=password], 
      .ninja-form-custom .nf-form-content > * input[type=tel], 
      .ninja-form-custom .nf-form-content > * input[type=number], 
      .ninja-form-custom .nf-form-content > * input[type=email], 
      .ninja-form-custom .nf-form-content > * select, 
      .ninja-form-custom .nf-form-content > * textarea {
  height: 44px;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 230 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 14px;
  line-height: 19.6px;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ninja-form-custom .nf-form-content > * input:not([type=button]):focus, 
      .ninja-form-custom .nf-form-content > * input[type=text]:focus, 
      .ninja-form-custom .nf-form-content > * input[type=password]:focus, 
      .ninja-form-custom .nf-form-content > * input[type=tel]:focus, 
      .ninja-form-custom .nf-form-content > * input[type=number]:focus, 
      .ninja-form-custom .nf-form-content > * input[type=email]:focus, 
      .ninja-form-custom .nf-form-content > * select:focus, 
      .ninja-form-custom .nf-form-content > * textarea:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 230 / var(--tw-bg-opacity));
}

.ninja-form-custom .nf-form-content > * input:not([type=button])::-moz-placeholder, .ninja-form-custom .nf-form-content > * input[type=text]::-moz-placeholder, .ninja-form-custom .nf-form-content > * input[type=password]::-moz-placeholder, .ninja-form-custom .nf-form-content > * input[type=tel]::-moz-placeholder, .ninja-form-custom .nf-form-content > * input[type=number]::-moz-placeholder, .ninja-form-custom .nf-form-content > * input[type=email]::-moz-placeholder, .ninja-form-custom .nf-form-content > * select::-moz-placeholder, .ninja-form-custom .nf-form-content > * textarea::-moz-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 14px !important;
  line-height: 19.6px !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.5;
}

.ninja-form-custom .nf-form-content > * input:not([type=button]):-ms-input-placeholder, .ninja-form-custom .nf-form-content > * input[type=text]:-ms-input-placeholder, .ninja-form-custom .nf-form-content > * input[type=password]:-ms-input-placeholder, .ninja-form-custom .nf-form-content > * input[type=tel]:-ms-input-placeholder, .ninja-form-custom .nf-form-content > * input[type=number]:-ms-input-placeholder, .ninja-form-custom .nf-form-content > * input[type=email]:-ms-input-placeholder, .ninja-form-custom .nf-form-content > * select:-ms-input-placeholder, .ninja-form-custom .nf-form-content > * textarea:-ms-input-placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 14px !important;
  line-height: 19.6px !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.5;
}

.ninja-form-custom .nf-form-content > * input:not([type=button])::placeholder,  .ninja-form-custom .nf-form-content > * input[type=text]::placeholder,  .ninja-form-custom .nf-form-content > * input[type=password]::placeholder,  .ninja-form-custom .nf-form-content > * input[type=tel]::placeholder,  .ninja-form-custom .nf-form-content > * input[type=number]::placeholder,  .ninja-form-custom .nf-form-content > * input[type=email]::placeholder,  .ninja-form-custom .nf-form-content > * select::placeholder,  .ninja-form-custom .nf-form-content > * textarea::placeholder {
  font-family: Open Sans, sans-serif;
  font-size: 14px !important;
  line-height: 19.6px !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.5;
}

.ninja-form-custom .nf-form-content > * .listselect-wrap .nf-field-element div, 
      .ninja-form-custom .nf-form-content > * select.ninja-forms-field:not([multiple]) {
  height: 44px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 230 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 19.6px;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  opacity: 0.5;
}

.ninja-form-custom .nf-form-content > * .listselect-wrap .nf-field-element div.highlighted,  .ninja-form-custom .nf-form-content > * select.ninja-forms-field:not([multiple]).highlighted {
  opacity: 1;
}

.ninja-form-custom .nf-form-content > * input[type=submit] {
  height: 3rem;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  line-height: 19.6px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ninja-form-custom .nf-form-content > * input[type=submit]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ninja-form-custom .nf-form-content > * input[type=submit]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ninja-form-custom .nf-form-content > * .list-select-wrap>div div:after {
  top: 50%;
  height: 1.25rem !important;
  width: 1.25rem;
  --tw-translate-y: -50%;
  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));
  background-image: url('assets/vectors/arrow-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.ninja-form-custom .nf-form-content > * .checkbox-container.label-right .field-wrap {
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
}

.ninja-form-custom .nf-form-content > * .checkbox-wrap {
  padding-bottom: 0.25rem !important;
}

@media (min-width: 768px) {
  .ninja-form-custom .nf-form-content > * .checkbox-wrap {
    padding-bottom: 1.25rem !important;
  }
}

.ninja-form-custom .nf-form-content > * .checkbox-wrap .nf-field-label label:before {
  left: -25px;
  font-size: 14px;
  line-height: 19.6px;
}

.ninja-form-custom .nf-form-content > * .checkbox-wrap .nf-field-label label:after {
  border-radius: 0.125rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.ninja-form-custom .nf-form-content > * .nf-error input, 
        .ninja-form-custom .nf-form-content > * .nf-error select, 
        .ninja-form-custom .nf-form-content > * .nf-error textarea {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.ninja-form-custom .nf-form-content > * .nf-error .nf-field-element::after,  .ninja-form-custom .nf-form-content > * .nf-pass .nf-field-element::after {
  content: var(--tw-content);
  display: none;
}

.ninja-form-custom .nf-field-element input[type=submit] {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 45.9px;
  width: 90%;
  border-radius: 0px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(39 53 133 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  text-align: center;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 600;
  text-transform: none;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-duration: 300ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ninja-form-custom .nf-field-element input[type=submit]:hover {
  height: 46px;
  border-radius: 0px;
  --tw-text-opacity: 1 !important;
  color: rgb(39 53 133 / var(--tw-text-opacity)) !important;
}

.ninja-form-custom .submit-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .ninja-form-custom .submit-container {
    width: 80%;
  }
}

.ninja-form-custom .submit-container input {
  transition-property: none !important;
}

.ninja-form-custom .submit-container:hover::before {
  content: var(--tw-content);
  opacity: 1;
}

.ninja-form-custom .submit-container:hover::after {
  z-index: 1;
  content: var(--tw-content);
  opacity: 1;
}

.ninja-form-custom .submit-container:hover .submit-wrap::before {
  opacity: 0;
}

.ninja-form-custom .submit-container:hover input {
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(39 53 133 / var(--tw-text-opacity)) !important;
}

.ninja-form-custom .submit-container .nf-field {
  position: relative;
  z-index: 100;
}

.ninja-form-custom .submit-container .nf-field-element {
  z-index: 1000;
}

.ninja-form-custom .submit-container .nf-field-label {
  margin-bottom: 0px !important;
}

.ninja-form-custom .submit-wrap {
  position: relative;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ninja-form-custom .submit-wrap:hover {
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

.ninja-form-custom .submit-wrap:hover::before {
  content: var(--tw-content);
  opacity: 0;
}

.ninja-form-custom .submit-wrap:hover::after {
  content: var(--tw-content);
  opacity: 0;
}

.ninja-form-custom .listcheckbox-container {
  margin-bottom: 1.25rem;
  padding-top: 0.5rem;
}

@media (min-width: 768px) {
  .ninja-form-custom .listcheckbox-container {
    padding-top: 0px;
  }
}

.ninja-form-custom .listcheckbox-container .nf-field-label {
  display: none;
}

.ninja-form-custom .listcheckbox-container .nf-error .nf-field-element::after,  .ninja-form-custom .listcheckbox-container .nf-pass .nf-field-element::after {
  content: var(--tw-content) !important;
  display: none !important;
}

.ninja-form-custom .listcheckbox-container .nf-field-element ul li {
  margin-bottom: 0px !important;
  margin-top: 1.25rem;
}

.ninja-form-custom .listcheckbox-container .nf-field-element ul li:first-child {
  margin-top: 0px;
}

.ninja-form-custom .listcheckbox-container .nf-field-element ul li .ninja-forms-field {
  position: absolute;
  left: 0px;
  top: 0px;
  float: none;
  opacity: 0;
}

.ninja-form-custom .listcheckbox-container .nf-field-element ul li > label {
  margin-left: 0px !important;
  cursor: pointer;
  padding-left: 2.25rem;
  font-size: 16px;
  line-height: 22.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ninja-form-custom .listcheckbox-container .nf-field-element ul li > label:before {
  left: 0px;
  top: 0px;
  display: flex;
  height: 25px;
  width: 25px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  font-size: 16px;
  line-height: 22.4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.ninja-form-custom .listcheckbox-container .nf-field-element ul li > label:after {
  left: 0px;
  top: 0px;
  height: 25px;
  width: 25px;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ninja-form-custom .listcheckbox-container .nf-error .nf-field-element ul li > label:before {
  left: 0px;
  top: 0px;
  display: flex;
  height: 25px;
  width: 25px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  font-size: 16px;
  line-height: 22.4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.ninja-form-custom .listcheckbox-container .nf-error .nf-field-element ul li > label:after {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.contact-form-7-custom .wpcf7-form-control-wrap {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}

section.contact-form-7-custom .wpcf7-form-control-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.contact-form-7-custom .wpcf7-form-control-wrap {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.contact-form-7-custom input.wpcf7-form-control[type=text], 
  .contact-form-7-custom input.wpcf7-form-control[type=password], 
  .contact-form-7-custom input.wpcf7-form-control[type=tel], 
  .contact-form-7-custom input.wpcf7-form-control[type=number], 
  .contact-form-7-custom input.wpcf7-form-control[type=email], 
  .contact-form-7-custom select.wpcf7-form-control, 
  .contact-form-7-custom textarea.wpcf7-form-control {
  height: 3rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(21 21 21 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 18px;
  line-height: 25.2px;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.contact-form-7-custom input.wpcf7-form-control[type=text]::-moz-placeholder, .contact-form-7-custom input.wpcf7-form-control[type=password]::-moz-placeholder, .contact-form-7-custom input.wpcf7-form-control[type=tel]::-moz-placeholder, .contact-form-7-custom input.wpcf7-form-control[type=number]::-moz-placeholder, .contact-form-7-custom input.wpcf7-form-control[type=email]::-moz-placeholder, .contact-form-7-custom select.wpcf7-form-control::-moz-placeholder, .contact-form-7-custom textarea.wpcf7-form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(112 111 111 / var(--tw-text-opacity));
}

.contact-form-7-custom input.wpcf7-form-control[type=text]:-ms-input-placeholder, .contact-form-7-custom input.wpcf7-form-control[type=password]:-ms-input-placeholder, .contact-form-7-custom input.wpcf7-form-control[type=tel]:-ms-input-placeholder, .contact-form-7-custom input.wpcf7-form-control[type=number]:-ms-input-placeholder, .contact-form-7-custom input.wpcf7-form-control[type=email]:-ms-input-placeholder, .contact-form-7-custom select.wpcf7-form-control:-ms-input-placeholder, .contact-form-7-custom textarea.wpcf7-form-control:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(112 111 111 / var(--tw-text-opacity));
}

.contact-form-7-custom input.wpcf7-form-control[type=text]::placeholder, 
  .contact-form-7-custom input.wpcf7-form-control[type=password]::placeholder, 
  .contact-form-7-custom input.wpcf7-form-control[type=tel]::placeholder, 
  .contact-form-7-custom input.wpcf7-form-control[type=number]::placeholder, 
  .contact-form-7-custom input.wpcf7-form-control[type=email]::placeholder, 
  .contact-form-7-custom select.wpcf7-form-control::placeholder, 
  .contact-form-7-custom textarea.wpcf7-form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(112 111 111 / var(--tw-text-opacity));
}

.contact-form-7-custom input.wpcf7-form-control[type=text]:focus, 
  .contact-form-7-custom input.wpcf7-form-control[type=password]:focus, 
  .contact-form-7-custom input.wpcf7-form-control[type=tel]:focus, 
  .contact-form-7-custom input.wpcf7-form-control[type=number]:focus, 
  .contact-form-7-custom input.wpcf7-form-control[type=email]:focus, 
  .contact-form-7-custom select.wpcf7-form-control:focus, 
  .contact-form-7-custom textarea.wpcf7-form-control:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.contact-form-7-custom input.wpcf7-form-control[type=text].wpcf7-not-valid,  .contact-form-7-custom input.wpcf7-form-control[type=password].wpcf7-not-valid,  .contact-form-7-custom input.wpcf7-form-control[type=tel].wpcf7-not-valid,  .contact-form-7-custom input.wpcf7-form-control[type=number].wpcf7-not-valid,  .contact-form-7-custom input.wpcf7-form-control[type=email].wpcf7-not-valid,  .contact-form-7-custom select.wpcf7-form-control.wpcf7-not-valid,  .contact-form-7-custom textarea.wpcf7-form-control.wpcf7-not-valid {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.contact-form-7-custom input[type=submit] {
  box-sizing: border-box;
  height: 50px;
  min-width: 180px;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.contact-form-7-custom input[type=submit]:hover, 
      .contact-form-7-custom input[type=submit]:active, 
      .contact-form-7-custom input[type=submit]:focus {
  border-radius: 0.5rem;
  border-width: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: -0.6px;
}

.contact-form-7-custom .wpcf7-not-valid-tip {
  display: none;
}

.contact-form-7-custom textarea.wpcf7-form-control {
  height: 6rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.contact-form-7-custom select.wpcf7-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url('assets/vectors/arrow-select.svg');
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
}

.contact-form-7-custom form {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .contact-form-7-custom form {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
}

.contact-form-7-custom form p {
  margin: 0px;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .contact-form-7-custom form p {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.contact-form-7-custom form p > label {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 16px;
  line-height: 22.4px;
}

section.contact-form-7-custom form p > label {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.contact-form-7-custom form p > label {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.contact-form-7-custom .wpcf7-form-control-wrap select {
}

.contact-form-7-custom .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0px;
}

.contact-form-7-custom .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

.contact-form-7-custom .wpcf7-checkbox label input {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.contact-form-7-custom .wpcf7-checkbox label input:checked + .wpcf7-list-item-label::after {
  content: var(--tw-content);
  opacity: 1;
}

.contact-form-7-custom .wpcf7-checkbox label .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 2.25rem;
  font-size: 16px;
  line-height: 22.4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

section.contact-form-7-custom .wpcf7-checkbox label .wpcf7-list-item-label {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.contact-form-7-custom .wpcf7-checkbox label .wpcf7-list-item-label {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.contact-form-7-custom .wpcf7-checkbox label .wpcf7-list-item-label:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 25px;
  width: 25px;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(21 21 21 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.contact-form-7-custom .wpcf7-checkbox label .wpcf7-list-item-label:after {
  position: absolute;
  left: 0.25rem;
  top: 0px;
  opacity: 0;
  content: "\f00c" !important;
  font-family: FontAwesome;
}

.contact-form-7-custom .wpcf7-checkbox.wpcf7-not-valid label .wpcf7-list-item-label::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.contact-form-7-custom .wpcf7-response-output {
  border-radius: 0.375rem;
  padding: 0.75rem !important;
  font-size: 16px;
  line-height: 22.4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.contact-form-7-custom--white input.wpcf7-form-control[type=text], 
    .contact-form-7-custom--white input.wpcf7-form-control[type=password], 
    .contact-form-7-custom--white input.wpcf7-form-control[type=tel], 
    .contact-form-7-custom--white input.wpcf7-form-control[type=number], 
    .contact-form-7-custom--white input.wpcf7-form-control[type=email], 
    .contact-form-7-custom--white select.wpcf7-form-control, 
    .contact-form-7-custom--white textarea.wpcf7-form-control {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.contact-form-7-custom--white form p > label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-form-7-custom--white .wpcf7-checkbox label .wpcf7-list-item-label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-form-7-custom--white .wpcf7-checkbox label .wpcf7-list-item-label:before {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.contact-form-7-custom--white .wpcf7-checkbox label .wpcf7-list-item-label:after {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.contact-form-7-custom--white .wpcf7-response-output {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-form-7-custom--white input[type=submit] {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-image: none;
}

.contact-form-7-custom--white input[type=submit]:hover, 
        .contact-form-7-custom--white input[type=submit]:active, 
        .contact-form-7-custom--white input[type=submit]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-image: none;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

/*
.search-page__container {
    @apply bg-secondary-ice;
}

.search-page__desktop-nav {
    @apply flex-wrap hidden lg:flex;
}

.search-page__desktop-tab {
    @apply flex flex-wrap items-center justify-center h-20 text-md md:text-h6 bg-white text-charcoal border-1 border-secondary-ice cursor-pointer w-full md:w-1/4;

    &.active {
        @apply bg-primary text-white border-primary;
    }
}

.search-page__tab {
    @apply lg:hidden;
    &.active {
        @apply block;

        .search-page__tab-wrap {
            @apply block;
        }
    }
}

.search-page__tab-wrap {
    @apply hidden py-16 lg:py-28;
}

.search-page__tab-mobile-nav {
    @apply flex flex-wrap lg:hidden items-center justify-start pl-6  pr-16 h-20 text-lg bg-white text-charcoal border-1 border-secondary-ice cursor-pointer;

    &.active {
        @apply flex lg:hidden bg-primary text-white;
    }
}

.search-page__tab-container {
    @apply md:flex md:flex-wrap;
}

.search-page__col-left {
    @apply w-full lg:w-3/4 md:pr-10 lg:pr-28;

    .search-page__result:nth-child(n+6) {
        @apply hidden;
    }
}

.search-page__result {
    &.visible {
        @apply !block;
    }
}

.search-page__col-right {
    @apply w-full lg:w-1/4 mt-5 lg:mt-0;
}

.search-page__no-posts {
    @apply text-primary-midnight text-h5 md:text-h4 py-6 pb-12 md:py-10;
}

.search-page__load-more {
    @apply mt-5 md:mt-10;
    @apply hover:!bg-primary hover:border-primary;
}

*/

.course .gdlr-lms-course-thumbnail img {
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.course .wp-video {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .course .wp-video {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/*
.page-support {
    @apply md:flex flex-wrap;

    .accordion-001 {
        @apply px-5;
        &:before {
            @apply w-full left-0;
        }

        &:after {
            @apply w-full left-0;
        }
    }
    .one-col-accordion-001__repeater {
        &:after {
            @apply w-full left-0;
        }
    }

    .post-card-001__heading,
    .accordion-001__question,
    .one-col-table-002__heading {
        @apply md:text-h5 xl:text-h4;
    }
}

.page-support__col-left {
    @apply w-full md:w-1/2 lg:w-1/4 py-16 lg:py-28 md:pr-6 lg:pr-8 xxl:pr-20;
}

.page-support__left-menu {
    @apply bg-secondary-ice rounded-lg mb-6;
}

.page-support__col-right {
    @apply w-full md:w-1/2 lg:w-3/4;
}

.page-support__left-menu-inner {
    @apply pt-8 px-5 xxl:px-8 xxl:pt-10;
}

.page-support__left-title {
    @apply flex items-center;

    .page-support__left-title-link {
        @apply !text-primary-midnight decoration-transparent text-lg md:text-h6 ease-in-out duration-300;
        @apply hover:decoration-primary-midnight;
    }

    &.active {
        .page-support__left-title-link {
            @apply !text-primary decoration-transparent;
            @apply hover:decoration-primary;
        }

        .page-support__left-title-icon {
            @apply block;
        }
        
    }
}

.page-support__left-title-icon {
    @apply w-6 max-h-[24px] p-1 bg-white rounded-full mr-1.5 hidden;
}

.page-support__menu-wrap {
    @apply pb-10 pt-5;
}

.page-support__menu-item {
    @apply block w-full text-md !text-charcoal decoration-transparent py-1.5 ease-in-out duration-300;
    @apply hover:!text-primary-midnight hover:decoration-primary-midnight;
}

.page-support__menu-button {
    @apply relative w-full pb-8 pt-5 md:pt-7 justify-start px-5 xxl:px-8 xxl:pt-10 xxl:pb-12 text-charcoal decoration-transparent ease-in-out duration-300;
    @apply hover:decoration-primary hover:text-primary;
    @apply before:absolute before:w-full before:h-[1px] before:top-0 before:left-0 before:bg-white;
}

.page-support__submenu-wrap {
    @apply pb-5 hidden;

    &.active {
        @apply block;
    }
}

.page-support__menu-subitem {
    @apply relative w-full pb-1 pt-1 justify-start !text-charcoal decoration-transparent ease-in-out duration-300;
    @apply hover:decoration-primary hover:!text-primary;
    @apply flex items-center w-full;

    &.active {
        @apply !text-primary;

        .page-support__menu-subitem-icon {
            @apply opacity-100;
        }
    }
}

.page-support__menu-subitem-icon {
    @apply w-5 max-h-[20px] p-1 bg-white rounded-full mr-1.5 opacity-0;
}


@media (max-width: 992px) {
    .page-support {
        .three-col-posts-003__linkbox {
            @apply w-full;
        }

        .one-col-accordion-001__repeater  {
            @apply px-0;
        }
    }
}

*/

/*
.single-post__content {
    @apply flex-wrap;
}

.single-post__content-left {
    @apply w-full md:w-1/2 lg:w-3/4 md:pr-4 lg:pr-16 xl:pr-20;
}

.single-post__content-right {
    @apply w-full md:w-1/2 lg:w-1/4 md:pl-2 lg:pl-6 mt-10 md:mt-0;
}



.single-post__sidebar-heading {
    @apply text-base;
}

.single-post__share-socials {
    @apply flex flex-wrap mb-10 md:mb-14 justify-center;
}

.share-socials__link {
    @apply px-2.5;
}

.single-post__event-info {
    @apply rounded-lg bg-secondary-ice p-6 md:p-8 mb-8 md:mb-12 lg:mb-14;
}

.single-post__event-dates {
    @apply flex items-center mb-5;
}

.single-post__icon {
    @apply mr-3 max-w-[18px] max-h-[20px];
}

.single-post__event-button {
    @apply mx-auto mt-8;
}

.single-post__content-left {
    h1, h2:not(.one-col-cta-007__heading) {
        @apply text-xl md:text-3xl xl:text-xxl text-primary-midnight mb-5 md:mb-7 lg:mb-8;
    }

    h3, h4, h5, h6 {
        @apply text-xl md:text-2xl text-primary-midnight mb-4 md:mb-6 lg:mb-7;
    }

    img {
        @apply rounded-lg mt-3 mb-2 md:mt-8 md:mb-6 w-full h-full object-cover;
    }

    ol, ul {
        @apply pt-3 pb-4 md:pt-9 md:pb-10;

        li {
            @apply pl-2.5;
            &::marker {
                @apply text-primary;
            }
        }
    }

    .one-col-cta-007 {
        @apply pb-0;
    }

    .one-col-cta-007__container-inner {
        @apply before:content-none border-1 border-secondary-ice p-5 md:p-8 lg:p-10;
    }

    .one-col-cta-007__heading {
        @apply text-charcoal;
    }

    .one-col-cta-007__subheading {
        @apply text-primary-midnight;
    }
}

*/

/*

.related__heading {
    @apply text-primary-midnight;
}
  
  .related__linkboxes {
    @apply flex flex-wrap md:-mx-1.5;
  }
  
  .related__subheading {
    @apply pb-5 md:pb-7 lg:pb-14 text-body lg:max-w-4/6 lg:mx-auto;
  }
  
  .related__linkbox {
    @apply py-1.5 md:px-1.5;
    
    &--50 {
      @apply w-full md:w-1/2;
    }
  
    &--30 {
      @apply w-full md:w-1/3;
    }
  
    &--25 {
      @apply w-full md:w-1/2 lg:w-1/4;
    }
  }

.related__row {
    @apply flex flex-wrap;
}

*/

/** General styles */

section.no-scroll {
  overflow: hidden;
}

section.no-top-padding {
  padding-top: 0px;
}

section.no-bottom-padding {
  padding-bottom: 0px;
}

section.top-margin {
  margin-top: 4rem;
}

@media (min-width: 1024px) {
  section.top-margin {
    margin-top: 7rem;
  }
}

section.bottom-margin {
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.bottom-margin {
    margin-bottom: 7rem;
  }
}

/** Container */

.container,
.container-flex {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-flex {
  max-width: 2240px;
}

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

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

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

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

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

@media (min-width: 1440px) {
  .container {
    max-width: 1068px;
    padding: 0px;
  }
}

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

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

/** Global Tiny slider styles */

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: (100% * 70 / 3);
  width: calc(100% * #{70} / #{3});
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: (100% / 70);
  width: calc(100% / #{70});
  height: 10px;
  float: left;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
    --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
      Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
  */

.pswp {
  position: fixed;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
    (it may be focused initially) */

.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
  .pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
  .pswp__scroll-wrap {
  overflow: hidden;
}

.pswp,
  .pswp__scroll-wrap,
  .pswp__bg,
  .pswp__container,
  .pswp__item,
  .pswp__content,
  .pswp__img,
  .pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp {
  position: fixed;
}

.pswp__img,
  .pswp__zoom-wrap {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
  .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
  .pswp__img {
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */

.pswp__container,
  .pswp__img,
  .pswp__button,
  .pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */

.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*
  
    PhotoSwipe UI
  
  */

/*
      Error message appears when image is not loaded
      (JS option errorMsg controls markup)
  */

.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
  class pswp__hide-on-close is applied to elements that
  should hide (for example fade out) when PhotoSwipe is closed
  and show (for example fade in) when PhotoSwipe is opened
   */

.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  /* always overlap slide content */
  pointer-events: none;
  /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */

.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */

.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
  .pswp__button:active,
  .pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
      div element that matches size of large image,
      large image loads on top of it,
      used when msrc is not provided
  */

div.pswp__img--placeholder,
  .pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
       even though inner elements are not animated */
  will-change: opacity;
}

/*
  
    Close button
  
  */

.pswp__button--close {
  margin-right: 6px;
}

/*
  
    Arrow buttons
  
  */

.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */

.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */

.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*
  
    Zoom button
  
  */

.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*
  
    Loading indicator
  
  */

.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  -webkit-animation: pswp-clockwise 600ms linear infinite;
          animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@-webkit-keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*
  
    "1 of 10" counter
  
  */

.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

.pswp__zoom-wrap video {
  position: relative !important;
  max-width: unset;
}

.page404-001 {
  position: relative;
  margin-top: -66px;
  overflow: hidden;
  padding-top: 4rem !important;
  padding-bottom: 0px !important;
}

@media (min-width: 768px) {
  .page404-001 {
    margin-top: -7rem;
    padding-top: 7rem !important;
  }
}

.page404-001:before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  height: 438px;
  width: 401px;
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .page404-001:before {
    height: 692px;
    width: 634px;
  }
}

.page404-001 .page404-001__container {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .page404-001 .page404-001__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 1024px) {
  .page404-001 .page404-001__container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.page404-001 .page404-001__heading {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 400;
}

@media (min-width: 768px) {
  .page404-001 .page404-001__heading {
    margin-bottom: 0px;
    font-size: 120px;
    line-height: 1.5;
    letter-spacing: -5px;
  }
}

@media (min-width: 1024px) {
  .page404-001 .page404-001__heading {
    margin-bottom: 0px;
  }
}

.page404-001 .page404-001__subheading {
  margin-bottom: 1.5rem;
  padding-top: 0px !important;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .page404-001 .page404-001__subheading {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -3px;
  }
}

.page404-001 .page404-001__content {
  font-size: 21px;
  line-height: 29.4px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .page404-001 .page404-001__content {
    font-size: 32px;
    line-height: 42px;
  }
}

.page404-001 .page404-001__buttons {
  justify-content: center;
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .page404-001 .page404-001__buttons {
    padding-top: 3rem;
  }
}

/** Import global styles from inside the theme*/

.breadcrumbs-wrap-001 {
  padding-top: 1.5rem !important;
  padding-bottom: 3.5rem !important;
}

.four-col-stats-002 {
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 242 / var(--tw-bg-opacity));
}

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

.four-col-stats-002__columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 2.25rem;
}

@media (min-width: 768px) {
  .four-col-stats-002__columns {
    padding-bottom: 0px;
  }

  .four-col-stats-002__columns--rows-1 .four-col-stats-002__column {
    width: 100%;
  }

  .four-col-stats-002__columns--rows-2 .four-col-stats-002__column {
    width: 50%;
  }

  .four-col-stats-002__columns--rows-3 .four-col-stats-002__column {
    width: 33.333333%;
  }
}

.four-col-stats-002__column {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 2.25rem;
}

.four-col-stats-002__column:last-child {
  padding-right: 0px;
}

.four-col-stats-002__heading {
  display: flex;
  justify-content: flex-start;
  font-family: inter, sans-serif;
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.four-col-stats-002__subheading {
  padding-top: 0.5rem;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hero-form-001 {
  position: relative;
  min-height: 100vh;
}

.hero-form-001::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  content: var(--tw-content);
  opacity: 0.7;
}

@media (min-width: 1024px) {
  .hero-form-001::before {
    content: var(--tw-content);
    display: none;
  }
}

.hero-form-001__subheading {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hero-form-001__container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 180px;
}

@media (min-width: 1024px) {
  .hero-form-001__container {
    padding-top: 0px;
  }
}

.hero-form-001__col {
  align-items: center;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  .hero-form-001__col {
    width: 50%;
  }
}

.hero-form-001__col:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 0px;
}

@media (min-width: 1280px) {
  .hero-form-001__col:first-child {
    padding-top: 2.5rem;
  }
}

.hero-form-001__col:last-child {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .hero-form-001__col:last-child {
    padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .hero-form-001__col:last-child {
    padding-left: 90px;
  }
}

.hero-form-001__heading {
  font-size: 36px;
  line-height: 43.2px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .hero-form-001__heading {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 1024px) {
  .hero-form-001__heading {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .hero-form-001__heading {
    padding-top: 0px;
    font-size: 60px;
    line-height: 72px;
  }
}

.hero-form-001__heading strong {
  position: relative;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hero-form-001__heading strong:before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 133 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
  transform: matrix(1.05, -.03, -.05, 1, 0, -1);
}

.hero-form-001__heading +.hero-form-001__subheading {
  display: none;
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .hero-form-001__heading +.hero-form-001__subheading {
    display: block;
  }
}

.hero-form-001__col-form {
  min-height: 28rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.75rem;
}

.hero-form-001__form-heading {
  text-align: center;
  font-size: 21px;
  line-height: 29.4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hero-form-001__form_subheading {
  padding-top: 0.625rem !important;
  text-align: center;
  font-size: 14px;
  line-height: 19.6px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hero-form-001__form_subheading +div {
  padding-top: 0.75rem;
}

@media (min-width: 768px) {
  .hero-form-001__form_subheading +div {
    padding-top: 1rem;
  }
}

.hero-form-001__logos-heading {
  padding-top: 2.5rem;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .hero-form-001__logos-heading {
    padding-top: 5rem;
    font-size: 18px;
    line-height: 25.2px;
  }
}

.hero-form-001__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.hero-form-001__figure {
  padding-right: 1.25rem;
  padding-top: 1.75rem;
}

.hero-form-001__figure:last-child {
  padding-right: 0px;
}

@media (min-width: 768px) {
  .hero-form-001__figure {
    padding-right: 2.5rem;
  }
}

.hero-form-001__logo-image {
  height: 37px;
  width: auto;
  --tw-brightness: brightness(1);
  --tw-invert: invert(100%);
  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);
}

@media (min-width: 768px) {
  .hero-form-001__logo-image {
    height: 52px;
  }
}

.hero-form-001__video-local {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-form-001__container {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  align-items: center;
}

.hero-form-001__button {
  margin-top: 1rem;
  height: unset !important;
  width: 100%;
  min-width: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  text-align: center;
  font-size: 18px !important;
  line-height: 25.2px !important;
  text-transform: none !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (min-width: 768px) {
  .hero-form-001__button {
    margin-top: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .hero-form-001__button {
    margin-right: 2.5rem !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
}

.hero-form-001__button:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 2px;
}

.hero-form-001__button .btn__icon {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(39 53 133 / var(--tw-text-opacity));
}

.hero-form-001__button:hover .btn__icon {
  --tw-translate-x: 0px !important;
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.one-col-video-004__heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 888px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: inter, sans-serif;
  font-size: 24px;
  line-height: 33.6px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .one-col-video-004__heading {
    font-size: 50px;
    line-height: 60px;
  }
}

.one-col-video-004__heading strong {
  position: relative;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.one-col-video-004__heading strong:before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
  transform: matrix(1.03, -.03, 0.05, 1, 0.5, 1.1);
}

.one-col-video-004__heading + .one-col-video-004__subheading {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .one-col-video-004__heading + .one-col-video-004__subheading {
    padding-top: 1.25rem;
  }
}

.one-col-video-004__subheading {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 19.6px;
}

@media (min-width: 768px) {
  .one-col-video-004__subheading {
    max-width: 888px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 18px;
    line-height: 25.2px;
  }
}

.one-col-video-004__subheading strong {
  font-weight: 700;
}

.one-col-video-004__subheading + .one-col-video-004__buttons {
  padding-top: 1.75rem !important;
}

@media (min-width: 768px) {
  .one-col-video-004__subheading + .one-col-video-004__buttons {
    padding-top: 1.75rem !important;
  }
}

.one-col-video-004__video {
  position: relative;
  margin-top: 1rem;
  height: 169px;
}

@media (min-width: 768px) {
  .one-col-video-004__video {
    margin-top: 60px;
    height: 534px;
  }
}

.one-col-video-004__buttons {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.one-col-video-004__video-image + .one-col-video-004__buttons {
  padding-top: 2.5rem !important;
}

@media (min-width: 768px) {
  .one-col-video-004__video-image + .one-col-video-004__buttons {
    padding-top: 60px !important;
  }
}

.one-col-video-004__placeholder-figure, 
.one-col-video-004__placeholder-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.one-col-video-004__video-link {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.one-col-video-004__video-link:hover {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.one-col-video-004__play-text {
  padding-top: 0.75rem;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.one-col-video-004__play-text:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.one-col-video-004__video-play {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.one-col-video-004__play-button {
  margin-left: 0.125rem;
  margin-top: 0.125rem;
  height: 1rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.six-col-logos-001__container {
  margin-top: -2.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media(max-width: 390px) {
  .six-col-logos-001__container {
    margin-top: -2rem;
  }
}

.six-col-logos-001__wrap {
  margin-top: 2.25rem;
  height: 5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .six-col-logos-001__wrap {
    height: 100px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media(max-width: 390px) {
  .six-col-logos-001__wrap {
    margin-top: 2rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

.six-col-logos-001__figure, 
.six-col-logos-001__image {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.two-col-testimonials-002 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 242 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .two-col-testimonials-002__wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .two-col-testimonials-002__carousel-left {
    width: 66.666667%;
  }
}

.two-col-testimonials-002__carousel-right-wrap {
  padding-left: 1.75rem;
}

@media (min-width: 768px) {
  .two-col-testimonials-002__carousel-right-wrap {
    padding-left: 0px;
  }
}

.two-col-testimonials-002__carousel-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .two-col-testimonials-002__carousel-right {
    width: 33.333333%;
    flex-direction: column;
    padding-left: 2.5rem;
    padding-top: 1.25rem;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .two-col-testimonials-002__carousel-right {
    padding-left: 6rem;
  }
}

.two-col-testimonials-002__content {
  font-size: 24px;
  line-height: 33.6px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .two-col-testimonials-002__content {
    padding-right: 2rem;
    font-size: 30px;
    line-height: 42px;
  }
}

.two-col-testimonials-002__figure {
  display: flex;
  height: 100px;
  width: 100px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.625rem;
}

@media (min-width: 768px) {
  .two-col-testimonials-002__figure {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
    height: 200px;
    width: 200px;
    padding: 1.25rem;
  }
}

.two-col-testimonials-002__name {
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 600;
}

.two-col-testimonials-002__position {
  font-size: 18px;
  line-height: 25.2px;
}

.two-col-testimonials-002__quote {
  height: auto;
  width: 60px;
  padding-bottom: 1.25rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.w-full {
  width: 100%;
}

.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));
}

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

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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);
}

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

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */
