/*!
Theme Name: Academyfinancial
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: Jost, 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: 7rem;
  }
}

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

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

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) {
  --tw-text-opacity: 1;
  color: rgb(0 129 192 / 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):hover {
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / 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 {
  background-image: linear-gradient(180deg, rgba(0,129,192,1) 0%, rgba(0,47,95,1) 100%);
}

.footer__container-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .footer__container-top {
    margin-bottom: 72px;
    padding-top: 2.75rem;
  }
}

.footer__container-top-box {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .footer__container-top-box {
    margin-bottom: 2.5rem;
    width: 50%;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .footer__container-top-box {
    margin-bottom: 0px;
    width: 20%;
  }
}

.footer__container-top-box:first-child {
  padding-left: 0px;
}

@media (min-width: 768px) {
  .footer__container-top-box:first-child {
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .footer__container-top-box:first-child {
    width: 40%;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px) {
  .footer__container-top-box:first-child {
    padding-right: 6rem;
  }
}

.footer__container-top-box:last-child {
  padding-right: 0px;
}

.footer__container-top-box:nth-child(2) {
  width: 50%;
}

@media (min-width: 1024px) {
  .footer__container-top-box:nth-child(2) {
    width: 20%;
  }
}

.footer__container-top-box:nth-child(3) {
  width: 50%;
}

@media (min-width: 768px) {
  .footer__container-top-box:nth-child(3) {
    padding-right: 3rem;
  }
}

@media (min-width: 1024px) {
  .footer__container-top-box:nth-child(3) {
    width: 20%;
  }
}

.footer__top-logo {
  margin-bottom: 1.25rem;
  height: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .footer__top-logo {
    margin-bottom: 2.25rem;
    height: 50px;
    width: 204px;
  }
}

@media (max-width: 600px) {
  .footer__top-logo {
    height: 34px;
    width: 140px;
  }
}

.footer__container-top-description {
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .footer__container-top-description {
    margin-bottom: 1.25rem;
  }
}

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

.footer__container-gallery--desktop {
  display: none;
}

@media (min-width: 768px) {
  .footer__container-gallery--desktop {
    display: flex;
  }
}

.footer__container-gallery--mobile {
  margin-top: -2rem;
  margin-bottom: 2rem;
  display: flex;
}

@media (min-width: 768px) {
  .footer__container-gallery--mobile {
    display: none;
  }
}

@media (max-width: 600px) {
  .footer__container-gallery--mobile {
    margin-top: 2rem;
  }
}

.footer__container-figure {
  margin-right: 1.25rem;
}

.footer__container-figure:first-child {
  margin-right: 1.75rem;
}

.footer__container-figure:last-child {
  margin-right: 0px;
}

.footer__container-image {
  width: auto;
}

.footer__container-top-right {
  flex: 1 1 0%;
}

@media (min-width: 768px) {
  .footer__container-top-right {
    padding-left: 2rem;
  }
}

@media (min-width: 1024px) {
  .footer__container-top-right {
    padding-left: 0px;
  }
}

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

.footer__container-top-menues {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .footer__container-top-menues {
    justify-content: flex-start;
  }
}

.footer__top-menu-wrap {
  padding-top: 2.75rem;
}

.footer__top-menu-title {
  margin-bottom: 0.5rem;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.95px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.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 a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__top-menu a:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.footer__top-address {
  font-size: 16px;
  line-height: 26px;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer__top-address p {
  margin-top: 0px;
}

.footer__top-phone {
  margin-bottom: 0.25rem;
  font-size: 16px;
  line-height: 26px;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer__top-phone a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__top-phone a:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.footer__top-email {
  margin-bottom: 0.5rem;
  font-size: 16px;
  line-height: 26px;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .footer__top-email {
    margin-bottom: 1.75rem;
  }
}

.footer__top-email a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__top-email a:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

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

.footer__top-social-link {
  margin-left: 6px;
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.footer__top-social-link--facebook:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(65 81 150 / var(--tw-bg-opacity));
}

.footer__top-social-link--facebook object {
  width: 0.75rem;
}

.footer__top-social-link--instagram:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 54 147 / var(--tw-bg-opacity));
}

.footer__top-social-link--youtube:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.footer__top-social-link--linkedin:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 122 166 / var(--tw-bg-opacity));
}

.footer__top-social-link--twitter:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 183 249 / var(--tw-bg-opacity));
}

.footer__top-social-link:hover .footer__top-social-icon {
  --tw-brightness: brightness(0);
  --tw-invert: invert(1);
  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);
}

.footer__top-social-link .footer__top-social-icon {
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__container-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 0.75rem;
}

.footer__top-copy {
  flex: 1 1 0%;
  padding-right: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 448px) {
  .footer__top-copy {
    font-size: 13px;
  }
}

.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%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.header.sticky::before {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  content: var(--tw-content);
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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(0 129 192 / 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(0 129 192 / var(--tw-text-opacity));
}

.header__container-inner .header__navigation-list > .header__item.current-menu-item > .header__link::after {
  position: absolute;
  right: 0px;
  bottom: 7px;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 192 / 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: 7px;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 192 / 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(0 129 192 / var(--tw-text-opacity));
}

.header__container-inner .header__navigation-list .header__link {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / 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(0 129 192 / 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(0 129 192 / 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(0 129 192 / 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(0 129 192 / 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(0 47 95 / 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);
}

.modal-login .modal-login__heading {
  margin-bottom: 1.75rem;
  padding-right: 1rem;
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.modal-login .modal-inner-form__registration-subheading {
  margin-bottom: 1rem;
  padding-top: 0.75rem;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.modal-login .modal-inner-form__registration-heading {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  --tw-text-opacity: 1;
  color: rgb(0 129 192 / var(--tw-text-opacity));
}

.modal-inner-form__groups {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .modal-inner-form__groups {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    flex-direction: row;
  }
}

.modal-inner-form__group {
  margin-bottom: 1rem;
  width: 100%;
}

.modal-inner-form__group:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .modal-inner-form__group {
    margin-bottom: 0px;
    width: 50%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.modal-inner-form__group label {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

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

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

.modal-inner-form-control {
  height: 50px;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.modal-inner-form__lost-password {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.modal-inner-form__lost-password a {
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1 !important;
  color: rgb(0 229 197 / var(--tw-text-opacity)) !important;
  text-underline-offset: 2px !important;
}

.modal-inner-form__lost-password a:hover {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.modal-inner-form__button-submit {
  height: 50px;
  width: 100%;
  min-width: 180px;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 0;
  background-image: linear-gradient(90deg, rgba(0,129,192,1) 0%, rgba(0,47,95,1) 100%);
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.modal-inner-form__button-submit:hover {
  background-image: linear-gradient(90deg, rgba(0,47,95,1) 0%, rgba(0,129,192,1) 100%);
}

.modal-login-inner-login {
  margin-bottom: 2.5rem;
}

.modal-inner-form__button {
  width: 100% !important;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  text-transform: uppercase;
}

.modal-inner-form__button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 47 95 / var(--tw-border-opacity));
}

.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;
  background-image: url("../theme/assets/images/header-layer.png");
  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(0 129 192 / 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: 22px;
  line-height: 32px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / 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(0 129 192 / 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(0 129 192 / 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(0 129 192 / 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: 28px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / 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: 26px;
}

.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: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 129 192 / 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: 28px;
}

.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);
}

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

@-webkit-keyframes show_modal {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes show_modal {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.modal__content {
  -webkit-animation: show_modal 0.4s ease-in-out;
          animation: show_modal 0.4s ease-in-out;
  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%;
  border-radius: 0.5rem;
  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: 56rem;
}

.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(44 44 44 / 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(0 129 192 / 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(0 129 192 / 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(0 129 192 / var(--tw-bg-opacity));
}

.content-001 {
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / 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(0 129 192 / 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(0 129 192 / var(--tw-text-opacity));
}

.subheading-001 {
  font-size: 14px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 129 192 / var(--tw-text-opacity));
}

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

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

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

.heading-001 {
  width: 100%;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / 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;
  }
}

.subheading-001 {
  position: relative;
  padding-left: 2rem;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .subheading-001 {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (min-width: 1024px) {
  .subheading-001 {
    padding-left: 2.75rem;
  }
}

.subheading-001:before {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1px;
  width: 25px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 192 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

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

.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: 1.25rem;
}

@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: 28px;
  --tw-text-opacity: 1 !important;
  color: rgb(44 44 44 / 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: 28px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.breadcrumbs-001__text {
  font-size: 18px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(0 129 192 / 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 {
  position: relative;
  z-index: 2;
  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 {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
  --tw-shadow-colored: 0px 2px 4px 0px 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__inner:hover .post-card-001__image {
  --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));
}

.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: 270px;
  }
}

.post-card-001__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.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: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
  --tw-shadow-colored: 0px 2px 4px 0px 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(0 129 192 / var(--tw-bg-opacity));
}

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

.post-card-001__category--tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 229 197 / 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: 1.25rem;
  }
}

.post-card-001__teacher-info {
  display: none;
  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: auto;
}

@media (min-width: 768px) {
  .post-card-001__teacher-image {
    height: 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: 22px;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

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

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

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

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

@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(0 47 95 / 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-001__link {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
}

section.post-card-001__link {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

/*


.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(0 129 192 / 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, 
.gdlr-scoring-quiz-wrapper input[type=submit], 
.gdlr-lms-button {
  position: relative;
  margin: 0px;
  display: flex;
  height: 50px;
  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;
  border-radius: 0.5rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1 !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .btn, 
.btn-custom a, 
input.btn-input, 
input.button, 
.alm-load-more-btn, 
.gdlr-scoring-quiz-wrapper input[type=submit], 
.gdlr-lms-button {
    font-size: 14px;
    line-height: 22px;
  }
}

.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, 
    .gdlr-scoring-quiz-wrapper input[type=submit]:focus, 
    .gdlr-scoring-quiz-wrapper input[type=submit]:active, 
    .gdlr-lms-button:focus, 
    .gdlr-lms-button: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;
}

@media (min-width: 1024px) {
  .btn:hover .btn__icon,  .btn:active .btn__icon,  .btn-custom a:hover .btn__icon,  .btn-custom a:active .btn__icon,  input.btn-input:hover .btn__icon,  input.btn-input:active .btn__icon,  input.button:hover .btn__icon,  input.button:active .btn__icon,  .alm-load-more-btn:hover .btn__icon,  .alm-load-more-btn:active .btn__icon,  .gdlr-scoring-quiz-wrapper input[type=submit]:hover .btn__icon,  .gdlr-scoring-quiz-wrapper input[type=submit]:active .btn__icon,  .gdlr-lms-button:hover .btn__icon,  .gdlr-lms-button:active .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:active .btn__icon--left,  .btn-custom a:hover .btn__icon--left,  .btn-custom a:active .btn__icon--left,  input.btn-input:hover .btn__icon--left,  input.btn-input:active .btn__icon--left,  input.button:hover .btn__icon--left,  input.button:active .btn__icon--left,  .alm-load-more-btn:hover .btn__icon--left,  .alm-load-more-btn:active .btn__icon--left,  .gdlr-scoring-quiz-wrapper input[type=submit]:hover .btn__icon--left,  .gdlr-scoring-quiz-wrapper input[type=submit]:active .btn__icon--left,  .gdlr-lms-button:hover .btn__icon--left,  .gdlr-lms-button:active .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:active .btn__icon--arrow-btn-download,  .btn-custom a:hover .btn__icon--arrow-btn-download,  .btn-custom a:active .btn__icon--arrow-btn-download,  input.btn-input:hover .btn__icon--arrow-btn-download,  input.btn-input:active .btn__icon--arrow-btn-download,  input.button:hover .btn__icon--arrow-btn-download,  input.button:active .btn__icon--arrow-btn-download,  .alm-load-more-btn:hover .btn__icon--arrow-btn-download,  .alm-load-more-btn:active .btn__icon--arrow-btn-download,  .gdlr-scoring-quiz-wrapper input[type=submit]:hover .btn__icon--arrow-btn-download,  .gdlr-scoring-quiz-wrapper input[type=submit]:active .btn__icon--arrow-btn-download,  .gdlr-lms-button:hover .btn__icon--arrow-btn-download,  .gdlr-lms-button:active .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:active .btn__icon--arrow-btn-download,  .btn-custom a:hover .btn__icon--arrow-btn-download,  .btn-custom a:active .btn__icon--arrow-btn-download,  input.btn-input:hover .btn__icon--arrow-btn-download,  input.btn-input:active .btn__icon--arrow-btn-download,  input.button:hover .btn__icon--arrow-btn-download,  input.button:active .btn__icon--arrow-btn-download,  .alm-load-more-btn:hover .btn__icon--arrow-btn-download,  .alm-load-more-btn:active .btn__icon--arrow-btn-download,  .gdlr-scoring-quiz-wrapper input[type=submit]:hover .btn__icon--arrow-btn-download,  .gdlr-scoring-quiz-wrapper input[type=submit]:active .btn__icon--arrow-btn-download,  .gdlr-lms-button:hover .btn__icon--arrow-btn-download,  .gdlr-lms-button:active .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,  .gdlr-scoring-quiz-wrapper input[type=submit] .btn-loader,  .gdlr-lms-button .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,  .gdlr-scoring-quiz-wrapper input[type=submit] .btn-loader,  .gdlr-lms-button .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(44 44 44 / 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,  .gdlr-scoring-quiz-wrapper input[type=submit].btn-loading .btn-loader,  .gdlr-lms-button.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,  section .gdlr-scoring-quiz-wrapper input[type=submit].btn-loading .btn-loader,  section .gdlr-lms-button.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,  section .gdlr-scoring-quiz-wrapper input[type=submit].btn-loading .btn-loader,  section .gdlr-lms-button.btn-loading .btn-loader {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

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

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

.btn-gradient, 
input.button, 
.gdlr-scoring-quiz-wrapper input[type=submit] {
  border-width: 0;
  border-style: none;
  background-image: linear-gradient(90deg, rgba(0,129,192,1) 0%, rgba(0,47,95,1) 100%);
  --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-gradient:hover, 
input.button:hover, 
.gdlr-scoring-quiz-wrapper input[type=submit]:hover {
  background-image: linear-gradient(90deg, rgba(0,47,95,1) 0%, rgba(0,129,192,1) 100%);
  --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(0 47 95 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 47 95 / 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(0 129 192 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 192 / 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(0 47 95 / 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(0 47 95 / var(--tw-text-opacity));
}

.btn-outlined.btn-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(0 47 95 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / 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(0 129 192 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary, 
.alm-load-more-btn {
  --tw-border-opacity: 1;
  border-color: rgb(0 129 192 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 192 / 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(0 47 95 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 47 95 / 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(0 129 192 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 192 / 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-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(0 229 197 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 229 197 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.btn-tertiary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 47 95 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 47 95 / 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(0 229 197 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 229 197 / 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-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, 
.gdlr-scoring-quiz-wrapper input[type=submit] {
  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: 22px;
}

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

/** Styles for forms */

.ninja-form-custom .nf-response-msg {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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.75rem;
}

@media (min-width: 768px) {
  .ninja-form-custom .nf-field-container {
    margin-bottom: 1.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: 26px !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ninja-form-custom .nf-form-content > * .nf-field-label {
  margin-bottom: 6px !important;
}

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

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

.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: 50px;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1 !important;
  color: rgb(44 44 44 / var(--tw-text-opacity)) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ninja-form-custom .nf-form-content > * input[type=submit] {
  height: 3rem;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --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: 22px;
  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(0 47 95 / 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(0 47 95 / var(--tw-text-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 .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: 26px;
  --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: 26px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / 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: 26px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / 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: 28px;
  --tw-text-opacity: 1 !important;
  color: rgb(44 44 44 / 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(44 44 44 / 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;
  background-image: linear-gradient(90deg, rgba(0,129,192,1) 0%, rgba(0,47,95,1) 100%);
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  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;
  background-image: linear-gradient(90deg, rgba(0,47,95,1) 0%, rgba(0,129,192,1) 100%);
  font-size: 14px;
  line-height: 22px;
  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("../theme/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: 26px;
}

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: 26px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / 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: 26px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / 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(44 44 44 / 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(0 47 95 / 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: 1240px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1164px;
    padding: 0px;
  }
}

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

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

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

.goodlms-001 .content-area {
  width: 100%;
}

.goodlms-001 .gdlr-lms-container {
  max-width: none !important;
}

.goodlms-001 .gdlr-lms-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

.gdlr-lms-role {
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
}

.gdlr-lms-author {
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / var(--tw-text-opacity));
}

.gdlr-lms-course-info-wrapper:not(.gdlr-lms-course-info-wrapper-fixed) .gdlr-course-button .finish-quiz-form {
  display: none !important;
}

.gdlr-lms-course-info-wrapper:not(.gdlr-lms-course-info-wrapper-fixed) > .finish-quiz-form {
  display: none !important;
}

.gdlr-lms-info-instructor .head::after {
  content: var(--tw-content);
  display: none;
}

.btn-tertiary.gdlr-lms-button {
  --tw-border-opacity: 1;
  border-color: rgb(0 229 197 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 229 197 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
  font-size: 14px !important;
  line-height: 22px !important;
}

.btn-tertiary.gdlr-lms-button:hover {
  border-radius: 0.5rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 47 95 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 47 95 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.gdlr-lms-course-pagination .gdlr-course-btn__final-test {
  display: none;
}

/** Hide Courses rating **/

.rate-course-wrapper, 
.gdlr-lms-course-info {
  display: none;
}

.gdlr-lms-table a {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.gdlr-lms-table a:hover {
  -webkit-text-decoration-color: #002F5F;
          text-decoration-color: #002F5F;
}

.gdlr-lms-container > .gdlr-lms-item {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.gdlr-lms-container .gdlr-lms-success {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 14px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-admin-list {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
  font-size: 16px;
  line-height: 26px;
}

.gdlr-lms-container .gdlr-lms-admin-list li {
  position: relative;
  margin-bottom: 0px;
  list-style-type: none;
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0px;
}

.gdlr-lms-container .gdlr-lms-admin-list li .gdlr-lms-notification {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  display: flex;
  --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));
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.gdlr-lms-container .gdlr-lms-admin-list li a {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

section.gdlr-lms-container .gdlr-lms-admin-list li a {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.gdlr-lms-container .gdlr-lms-admin-list li a {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.gdlr-lms-container .gdlr-lms-admin-list li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(213 213 213 / var(--tw-bg-opacity));
}

.gdlr-lms-container .gdlr-lms-admin-list li a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(213 213 213 / var(--tw-bg-opacity));
}

.gdlr-lms-container .gdlr-lms-logout {
  overflow: hidden;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0px;
  font-size: 16px;
  line-height: 26px;
}

.gdlr-lms-container .gdlr-lms-logout a {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

section.gdlr-lms-container .gdlr-lms-logout a {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.gdlr-lms-container .gdlr-lms-logout a {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.gdlr-lms-container .gdlr-lms-logout a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(213 213 213 / var(--tw-bg-opacity));
}

.gdlr-lms-container .gdlr-lms-admin-bar {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
  background-image: none;
}

.gdlr-lms-container .gdlr-lms-admin-bar .gdlr-lms-admin-head {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.gdlr-lms-container .gdlr-lms-admin-head {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 130 192 / var(--tw-bg-opacity));
}

.gdlr-lms-container .gdlr-lms-col2:first-child .gdlr-lms-admin-head {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.gdlr-lms-container .gdlr-lms-col2:nth-child(2) .gdlr-lms-admin-head {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.gdlr-lms-container .gdlr-lms-admin-content .gdlr-lms-admin-head {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-welcome {
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-name {
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-admin-head {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.gdlr-lms-container .gdlr-lms-admin-head .clear {
  display: none;
}

.gdlr-lms-container .gdlr-lms-admin-head .gdlr-lms-admin-head-thumbnail {
  float: none;
  margin-right: 0px;
}

.gdlr-lms-container .gdlr-lms-admin-head .gdlr-lms-admin-head-content {
  flex: 1 1 0%;
  padding-left: 1.5rem;
}

.gdlr-lms-container .gdlr-lms-profile-info-wrapper {
  border-radius: 0.5rem;
  padding: 1.25rem;
}

.gdlr-lms-container .gdlr-lms-profile-info-wrapper .gdlr-lms-head {
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-profile-info-wrapper .gdlr-lms-tail {
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-error {
  border-radius: 0.5rem;
  font-size: 16px;
  line-height: 26px;
}

.gdlr-lms-container .gdlr-lms-course-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-course-pagination {
    flex-direction: row;
  }
}

.gdlr-lms-container .gdlr-lms-course-pagination .gdlr-course-button {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.gdlr-lms-container .gdlr-lms-course-pagination .finish-quiz-form {
  display: none;
}

.gdlr-lms-container .gdlr-lms-course-pagination .finish-quiz-form-button {
  margin-right: 0px !important;
}

.gdlr-lms-container .gdlr-lms-form input[type=text], 
    .gdlr-lms-container .gdlr-lms-form input[type=email], 
    .gdlr-lms-container .gdlr-lms-form input[type=password], 
    .gdlr-lms-container .gdlr-lms-form input[type=date], 
    .gdlr-lms-container .gdlr-lms-form input[type=tel], 
    .gdlr-lms-container .gdlr-lms-form input[type=number]
    textarea, 
    .gdlr-lms-container .gdlr-lms-form select, 
    .gdlr-lms-container .comment-form input[type=text], 
    .gdlr-lms-container .comment-form input[type=email], 
    .gdlr-lms-container .comment-form input[type=password], 
    .gdlr-lms-container .comment-form input[type=date], 
    .gdlr-lms-container .comment-form input[type=tel], 
    .gdlr-lms-container .comment-form input[type=number]
    textarea, 
    .gdlr-lms-container .comment-form select, 
    .gdlr-lms-container .gdlr-lms-course-pagination input[type=text], 
    .gdlr-lms-container .gdlr-lms-course-pagination input[type=email], 
    .gdlr-lms-container .gdlr-lms-course-pagination input[type=password], 
    .gdlr-lms-container .gdlr-lms-course-pagination input[type=date], 
    .gdlr-lms-container .gdlr-lms-course-pagination input[type=tel], 
    .gdlr-lms-container .gdlr-lms-course-pagination input[type=number]
    textarea, 
    .gdlr-lms-container .gdlr-lms-course-pagination select, 
    .gdlr-lms-container .gdlr-lms-denied-quiz-permission input[type=text], 
    .gdlr-lms-container .gdlr-lms-denied-quiz-permission input[type=email], 
    .gdlr-lms-container .gdlr-lms-denied-quiz-permission input[type=password], 
    .gdlr-lms-container .gdlr-lms-denied-quiz-permission input[type=date], 
    .gdlr-lms-container .gdlr-lms-denied-quiz-permission input[type=tel], 
    .gdlr-lms-container .gdlr-lms-denied-quiz-permission input[type=number]
    textarea, 
    .gdlr-lms-container .gdlr-lms-denied-quiz-permission select {
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.gdlr-lms-container .gdlr-lms-form .gdlr-lms-button,  .gdlr-lms-container .comment-form .gdlr-lms-button,  .gdlr-lms-container .gdlr-lms-course-pagination .gdlr-lms-button,  .gdlr-lms-container .gdlr-lms-denied-quiz-permission .gdlr-lms-button {
  margin-right: 0px;
  margin-bottom: 1.25rem;
  max-width: 180px;
}

.gdlr-lms-container .gdlr-lms-form .gdlr-lms-button:last-child,  .gdlr-lms-container .comment-form .gdlr-lms-button:last-child,  .gdlr-lms-container .gdlr-lms-course-pagination .gdlr-lms-button:last-child,  .gdlr-lms-container .gdlr-lms-denied-quiz-permission .gdlr-lms-button:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-form .gdlr-lms-button,  .gdlr-lms-container .comment-form .gdlr-lms-button,  .gdlr-lms-container .gdlr-lms-course-pagination .gdlr-lms-button,  .gdlr-lms-container .gdlr-lms-denied-quiz-permission .gdlr-lms-button {
    margin-right: 1.5rem;
    margin-bottom: 0px;
  }
}

.gdlr-lms-container .gdlr-lms-form .gdlr-lms-button:last-child,  .gdlr-lms-container .comment-form .gdlr-lms-button:last-child,  .gdlr-lms-container .gdlr-lms-course-pagination .gdlr-lms-button:last-child,  .gdlr-lms-container .gdlr-lms-denied-quiz-permission .gdlr-lms-button:last-child {
  margin-right: 0px;
}

.gdlr-lms-container .gdlr-lms-form textarea,  .gdlr-lms-container .comment-form textarea,  .gdlr-lms-container .gdlr-lms-course-pagination textarea,  .gdlr-lms-container .gdlr-lms-denied-quiz-permission textarea {
  height: auto;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.gdlr-lms-container .gdlr-lms-form .gdlr-lms-combobox,  .gdlr-lms-container .comment-form .gdlr-lms-combobox,  .gdlr-lms-container .gdlr-lms-course-pagination .gdlr-lms-combobox,  .gdlr-lms-container .gdlr-lms-denied-quiz-permission .gdlr-lms-combobox {
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.gdlr-lms-container .gdlr-lms-form .gdlr-lms-combobox select,  .gdlr-lms-container .comment-form .gdlr-lms-combobox select,  .gdlr-lms-container .gdlr-lms-course-pagination .gdlr-lms-combobox select,  .gdlr-lms-container .gdlr-lms-denied-quiz-permission .gdlr-lms-combobox select {
  height: 3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0;
  border-style: none;
  background-color: transparent;
}

.gdlr-lms-container .gdlr-lms-form .gdlr-lms-combobox:after,  .gdlr-lms-container .comment-form .gdlr-lms-combobox:after,  .gdlr-lms-container .gdlr-lms-course-pagination .gdlr-lms-combobox:after,  .gdlr-lms-container .gdlr-lms-denied-quiz-permission .gdlr-lms-combobox:after {
  display: flex;
  align-items: center;
  border-style: none;
  background-color: transparent;
  padding-top: 0px;
}

.gdlr-lms-container .gdlr-lms-form label,  .gdlr-lms-container .comment-form label,  .gdlr-lms-container .gdlr-lms-course-pagination label,  .gdlr-lms-container .gdlr-lms-denied-quiz-permission label {
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-form .gdlr-lms-half-left, 
    .gdlr-lms-container .gdlr-lms-form .gdlr-lms-half-right, 
    .gdlr-lms-container .comment-form .gdlr-lms-half-left, 
    .gdlr-lms-container .comment-form .gdlr-lms-half-right, 
    .gdlr-lms-container .gdlr-lms-course-pagination .gdlr-lms-half-left, 
    .gdlr-lms-container .gdlr-lms-course-pagination .gdlr-lms-half-right, 
    .gdlr-lms-container .gdlr-lms-denied-quiz-permission .gdlr-lms-half-left, 
    .gdlr-lms-container .gdlr-lms-denied-quiz-permission .gdlr-lms-half-right {
  margin-top: 0px;
}

.gdlr-lms-container .gdlr-lms-form .gdlr-lms-button, 
    .gdlr-lms-container .gdlr-lms-form input.submit, 
    .gdlr-lms-container .comment-form .gdlr-lms-button, 
    .gdlr-lms-container .comment-form input.submit, 
    .gdlr-lms-container .gdlr-lms-course-pagination .gdlr-lms-button, 
    .gdlr-lms-container .gdlr-lms-course-pagination input.submit, 
    .gdlr-lms-container .gdlr-lms-denied-quiz-permission .gdlr-lms-button, 
    .gdlr-lms-container .gdlr-lms-denied-quiz-permission input.submit {
  box-sizing: border-box;
  min-width: 180px;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 0;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  --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;
}

.gdlr-lms-container .gdlr-lms-form .gdlr-lms-button.btn-tertiary,  .gdlr-lms-container .gdlr-lms-form input.submit.btn-tertiary,  .gdlr-lms-container .comment-form .gdlr-lms-button.btn-tertiary,  .gdlr-lms-container .comment-form input.submit.btn-tertiary,  .gdlr-lms-container .gdlr-lms-course-pagination .gdlr-lms-button.btn-tertiary,  .gdlr-lms-container .gdlr-lms-course-pagination input.submit.btn-tertiary,  .gdlr-lms-container .gdlr-lms-denied-quiz-permission .gdlr-lms-button.btn-tertiary,  .gdlr-lms-container .gdlr-lms-denied-quiz-permission input.submit.btn-tertiary {
  --tw-text-opacity: 1 !important;
  color: rgb(44 44 44 / var(--tw-text-opacity)) !important;
}

.gdlr-lms-container .gdlr-lms-form .gdlr-lms-button.btn-tertiary:hover,  .gdlr-lms-container .gdlr-lms-form input.submit.btn-tertiary:hover,  .gdlr-lms-container .comment-form .gdlr-lms-button.btn-tertiary:hover,  .gdlr-lms-container .comment-form input.submit.btn-tertiary:hover,  .gdlr-lms-container .gdlr-lms-course-pagination .gdlr-lms-button.btn-tertiary:hover,  .gdlr-lms-container .gdlr-lms-course-pagination input.submit.btn-tertiary:hover,  .gdlr-lms-container .gdlr-lms-denied-quiz-permission .gdlr-lms-button.btn-tertiary:hover,  .gdlr-lms-container .gdlr-lms-denied-quiz-permission input.submit.btn-tertiary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.gdlr-lms-container .gdlr-lms-form input.submit,  .gdlr-lms-container .comment-form input.submit,  .gdlr-lms-container .gdlr-lms-course-pagination input.submit,  .gdlr-lms-container .gdlr-lms-denied-quiz-permission input.submit {
  height: 50px;
}

.gdlr-lms-container .gdlr-lms-form--register .gdlr-lms-button,  .gdlr-lms-container .comment-form--register .gdlr-lms-button,  .gdlr-lms-container .gdlr-lms-course-pagination--register .gdlr-lms-button,  .gdlr-lms-container .gdlr-lms-denied-quiz-permission--register .gdlr-lms-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0px;
  max-width: none;
}

section.gdlr-lms-container .gdlr-lms-form--register .gdlr-lms-button,  section .gdlr-lms-container .comment-form--register .gdlr-lms-button,  section .gdlr-lms-container .gdlr-lms-course-pagination--register .gdlr-lms-button,  section .gdlr-lms-container .gdlr-lms-denied-quiz-permission--register .gdlr-lms-button {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.gdlr-lms-container .gdlr-lms-form--register .gdlr-lms-button,  section .gdlr-lms-container .comment-form--register .gdlr-lms-button,  section .gdlr-lms-container .gdlr-lms-course-pagination--register .gdlr-lms-button,  section .gdlr-lms-container .gdlr-lms-denied-quiz-permission--register .gdlr-lms-button {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.gdlr-lms-container table.gdlr-lms-table {
  width: 100%;
  border-radius: 0.5rem;
}

.gdlr-lms-container table.gdlr-lms-table th {
  --tw-bg-opacity: 1;
  background-color: rgb(0 229 197 / var(--tw-bg-opacity));
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.gdlr-lms-container table.gdlr-lms-table th:first-child {
  border-top-left-radius: 0.5rem;
}

.gdlr-lms-container table.gdlr-lms-table th:last-child {
  border-top-right-radius: 0.5rem;
}

.gdlr-lms-container table.gdlr-lms-table tr:last-child td {
  border-bottom-width: 0;
}

.gdlr-lms-container table.gdlr-lms-table tr:last-child td:first-child {
  border-bottom-left-radius: 0.5rem;
}

.gdlr-lms-container table.gdlr-lms-table tr:last-child td:last-child {
  border-bottom-right-radius: 0.5rem;
}

.gdlr-lms-container table.gdlr-lms-table tr td {
  font-size: 16px !important;
  line-height: 26px !important;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.gdlr-lms-container table.gdlr-lms-table tr td a {
  text-underline-offset: 2px !important;
}

.gdlr-lms-container table.gdlr-lms-table tr td a:hover {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.gdlr-lms-container table.gdlr-lms-table .gdlr-lms-view-correct-answer, 
    .gdlr-lms-container table.gdlr-lms-table .gdlr-lms-course-info {
  font-size: 16px !important;
  line-height: 26px !important;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.gdlr-lms-container table.gdlr-lms-table .gdlr-leader-board-link, 
    .gdlr-lms-container table.gdlr-lms-table .rate-this-course-button {
  font-size: 16px !important;
  line-height: 26px !important;
}

.gdlr-lms-container table.gdlr-lms-table .rate-this-course-button {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}

.gdlr-lms-container table.gdlr-lms-table .gdlr-leader-board-link {
  display: none;
}

.gdlr-lms-container table.gdlr-lms-table .gdlr-lms-course-info .gdlr-lms-info {
  font-size: 16px !important;
  line-height: 26px !important;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.gdlr-lms-container table.gdlr-lms-table .gdlr-page-attended-courses .gdlr-lms-course-info, 
      .gdlr-lms-container table.gdlr-lms-table .gdlr-page-attended-courses .rate-course-wrapper {
  display: none;
}

.gdlr-lms-container .gdlr-lms-course-single {
  margin-left: 0px;
  margin-right: 0px;
}

.gdlr-lms-container .gdlr-lms-course-excerpt, 
  .gdlr-lms-container .gdlr-lms-course-content {
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-course-excerpt .gdlr-lms-course-thumbnail,  .gdlr-lms-container .gdlr-lms-course-content .gdlr-lms-course-thumbnail {
  margin-bottom: 2.75rem;
}

.gdlr-lms-container .gdlr-lms-course-excerpt h1,  .gdlr-lms-container .gdlr-lms-course-excerpt h2,  .gdlr-lms-container .gdlr-lms-course-excerpt h3,  .gdlr-lms-container .gdlr-lms-course-excerpt h4,  .gdlr-lms-container .gdlr-lms-course-excerpt h5,  .gdlr-lms-container .gdlr-lms-course-excerpt h6,  .gdlr-lms-container .gdlr-lms-course-content h1,  .gdlr-lms-container .gdlr-lms-course-content h2,  .gdlr-lms-container .gdlr-lms-course-content h3,  .gdlr-lms-container .gdlr-lms-course-content h4,  .gdlr-lms-container .gdlr-lms-course-content h5,  .gdlr-lms-container .gdlr-lms-course-content h6 {
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-course-excerpt h1,  .gdlr-lms-container .gdlr-lms-course-content h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-course-excerpt h1,  .gdlr-lms-container .gdlr-lms-course-content h1 {
    font-size: 48px;
    line-height: 58px;
  }
}

.gdlr-lms-container .gdlr-lms-course-excerpt h2,  .gdlr-lms-container .gdlr-lms-course-content h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-course-excerpt h2,  .gdlr-lms-container .gdlr-lms-course-content h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.gdlr-lms-container .gdlr-lms-course-excerpt h3,  .gdlr-lms-container .gdlr-lms-course-content h3 {
  font-size: 22px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-course-excerpt h3,  .gdlr-lms-container .gdlr-lms-course-content h3 {
    font-size: 32px;
    line-height: 42px;
  }
}

.gdlr-lms-container .gdlr-lms-course-excerpt h4,  .gdlr-lms-container .gdlr-lms-course-content h4 {
  font-size: 22px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-course-excerpt h4,  .gdlr-lms-container .gdlr-lms-course-content h4 {
    font-size: 32px;
    line-height: 42px;
  }
}

.gdlr-lms-container .gdlr-lms-course-excerpt h5,  .gdlr-lms-container .gdlr-lms-course-content h5 {
  font-size: 22px;
  line-height: 32px;
}

.gdlr-lms-container .gdlr-lms-course-excerpt h6,  .gdlr-lms-container .gdlr-lms-course-content h6 {
  font-size: 16px;
  line-height: 26px;
}

.gdlr-lms-container .gdlr-lms-course-excerpt ul,  .gdlr-lms-container .gdlr-lms-course-excerpt ol,  .gdlr-lms-container .gdlr-lms-course-content ul,  .gdlr-lms-container .gdlr-lms-course-content ol {
  margin-top: 1.5rem;
}

.gdlr-lms-container .gdlr-lms-course-excerpt ul,  .gdlr-lms-container .gdlr-lms-course-content ul {
  padding-left: 0px;
}

.gdlr-lms-container .gdlr-lms-course-excerpt ul li,  .gdlr-lms-container .gdlr-lms-course-content ul li {
  position: relative;
  list-style-type: none;
  padding-left: 1rem;
}

.gdlr-lms-container .gdlr-lms-course-excerpt ul li:before,  .gdlr-lms-container .gdlr-lms-course-content ul li:before {
  position: absolute;
  left: 0px;
  top: 7px;
  height: 10px;
  width: 10px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 48 95 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.gdlr-lms-container .gdlr-lms-course-excerpt p, 
    .gdlr-lms-container .gdlr-lms-course-excerpt ul, 
    .gdlr-lms-container .gdlr-lms-course-content p, 
    .gdlr-lms-container .gdlr-lms-course-content ul {
  font-size: 18px;
  line-height: 28px;
  line-height: 1.5rem;
}

.gdlr-lms-container .gdlr-lms-course-excerpt p li,  .gdlr-lms-container .gdlr-lms-course-excerpt ul li,  .gdlr-lms-container .gdlr-lms-course-content p li,  .gdlr-lms-container .gdlr-lms-course-content ul li {
  margin-bottom: 0px;
}

.gdlr-lms-container .gdlr-lms-course-excerpt p + p,  .gdlr-lms-container .gdlr-lms-course-excerpt ul + p,  .gdlr-lms-container .gdlr-lms-course-content p + p,  .gdlr-lms-container .gdlr-lms-course-content ul + p {
  margin-top: 1.5rem;
}

.gdlr-lms-container .gdlr-course-curriculum-wrapper .gdlr-course-curriculum-section {
  margin-bottom: 1.25rem;
}

.gdlr-lms-container .gdlr-course-curriculum-wrapper .gdlr-course-curriculum-section:last-child {
  margin-bottom: 0px;
}

.gdlr-lms-container .gdlr-course-curriculum-wrapper .gdlr-course-curriculum-section .gdlr-course-curriculum-lecture {
  display: none;
}

.gdlr-lms-container .gdlr-course-curriculum-wrapper .gdlr-course-curriculum-section.open .gdlr-course-curriculum-section-head::after {
  content: var(--tw-content);
  --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));
}

.gdlr-lms-container .gdlr-course-curriculum-section-head {
  position: relative;
  cursor: pointer;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
  padding-right: 1.75rem;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -1px;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-course-curriculum-section-head::after {
  position: absolute;
  right: 0px;
  top: 0.75rem;
  height: 0px;
  width: 0px;
  border-top-width: 8px;
  border-right-width: 5px;
  border-left-width: 5px;
  border-bottom-width: 0;
  border-style: solid;
  border-color: transparent;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.gdlr-lms-container .gdlr-course-curriculum-section-head--single::after {
  --tw-content: none;
  content: var(--tw-content);
}

.gdlr-lms-container .gdlr-course-curriculum-section-head .gdlr-head {
  margin-right: 2.75rem;
  font-weight: 600;
}

.gdlr-lms-container .gdlr-course-curriculum-section-head .gdlr-tail {
  font-size: 22px;
  line-height: 32px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.gdlr-lms-container .gdlr-course-curriculum-section-head:hover .gdlr-tail {
  -webkit-text-decoration-color: #303030;
          text-decoration-color: #303030;
}

.gdlr-lms-container .gdlr-course-curriculum-quiz {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  border-style: none;
}

.gdlr-lms-container .gdlr-course-curriculum-quiz:before {
  margin-right: 1.25rem;
  height: 2.25rem;
  width: 2.25rem;
  border-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.gdlr-lms-container .gdlr-course-curriculum-quiz:after {
  position: absolute;
  left: 2px;
  height: 2rem;
  width: 2rem;
  background-image: url("../theme/assets/vectors/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.gdlr-lms-container .gdlr-course-curriculum-quiz .icon-check {
  display: none;
}

.gdlr-lms-container .gdlr-course-curriculum-quiz .gdlr-tail {
  flex: 1 1 0%;
  font-size: 22px;
  line-height: 32px;
}

.gdlr-lms-container .gdlr-course-curriculum-lecture {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-course-curriculum-lecture .gdlr-head {
  display: none;
  font-weight: 600;
}

.gdlr-lms-container .gdlr-course-curriculum-lecture .gdlr-tail {
  font-weight: 400;
}

.gdlr-lms-container .gdlr-course-curriculum-lecture .icon-check {
  margin-top: 0.4rem;
  vertical-align: top;
  --tw-text-opacity: 1;
  color: rgb(0 129 192 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-single-course-info {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

.gdlr-lms-container #comments {
  margin-top: 2.75rem;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.gdlr-lms-container #comments h3 {
  font-size: 22px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / var(--tw-text-opacity));
}

.gdlr-lms-container #comments .logged-in-as {
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.gdlr-lms-container #comments .comment-form-comment label {
  margin-bottom: 0.25rem;
  display: block;
}

section.gdlr-lms-container #comments .comment-form-comment label {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.gdlr-lms-container #comments .comment-form-comment label {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.gdlr-lms-container #comments .comment-form-comment textarea {
  height: 7rem;
}

.gdlr-lms-container .btn {
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 0.75rem;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-course-info-wrapper {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 1.5rem;
    padding-bottom: 4rem;
  }
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-course-button {
  padding-top: 1.25rem;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-info-author-image {
  margin-bottom: 1.5rem;
  display: flex;
  height: 6rem;
  width: auto;
  max-width: none;
  justify-content: center;
  border-radius: 0px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-info-author-image {
    margin-bottom: 2.5rem;
    height: 12rem;
  }
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper.gdlr-info-style-1 .gdlr-lms-course-info {
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-course-info-wrapper.gdlr-info-style-1 .gdlr-lms-course-info {
    align-items: flex-start;
    text-align: left;
  }
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-info {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.75rem;
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-info {
    margin-bottom: 1.25rem;
  }
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-info .gdlr-lms-info {
  margin-bottom: 0.5rem;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-info .gdlr-lms-info:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-info .gdlr-lms-info {
    margin-bottom: 1.25rem;
  }
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-info .head {
  float: none;
  margin-right: 0px;
  display: inline;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 46 93 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-info .head {
    font-size: 28px;
    line-height: 38px;
  }
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-info .tail {
  display: inline;
  padding-left: 0.75rem;
  padding-top: 0.3rem;
  font-size: 22px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
  text-underline-offset: 0px;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-info .tail a {
  --tw-text-opacity: 1 !important;
  color: rgb(44 44 44 / var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
  text-underline-offset: 1px !important;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-info .tail a:hover {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-price {
  margin-bottom: 0.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-price {
    margin-bottom: 1.25rem;
    text-align: left;
  }
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-price .head {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 46 93 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-price .head {
    font-size: 28px;
    line-height: 38px;
  }
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-price .price {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-price .price {
    font-size: 28px;
    line-height: 38px;
  }
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-info-inner-wrapper .btn-001 {
  min-width: 202px;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-info-inner-wrapper > div > .gdlr-lms-button,  .gdlr-lms-container .gdlr-lms-course-info-wrapper > div > .gdlr-lms-button {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  box-sizing: border-box;
  display: flex;
  height: 50px;
  width: auto;
  min-width: 180px;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  --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;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-info-inner-wrapper > div > .gdlr-lms-button:last-child,  .gdlr-lms-container .gdlr-lms-course-info-wrapper > div > .gdlr-lms-button:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-info-inner-wrapper > div > .gdlr-lms-button,  .gdlr-lms-container .gdlr-lms-course-info-wrapper > div > .gdlr-lms-button {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-info-inner-wrapper > div > .gdlr-lms-button:hover,  .gdlr-lms-container .gdlr-lms-course-info-wrapper > div > .gdlr-lms-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(0 47 95 / var(--tw-text-opacity)) !important;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-info-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-pass .gdlr-lms-course-part-content {
  margin-top: -0.5rem;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-pass .gdlr-lms-course-part-bullet, 
      .gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-pass .gdlr-lms-course-part-line {
  --tw-bg-opacity: 1;
  background-color: rgb(0 229 197 / var(--tw-bg-opacity));
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-part.gdlr-current .gdlr-lms-course-part-bullet {
  --tw-border-opacity: 1;
  border-color: rgb(0 229 197 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-part.gdlr-next .gdlr-lms-course-part-bullet,  
    .gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-part.gdlr-next .gdlr-lms-course-part-line,  
    .gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-part.gdlr-current .gdlr-lms-course-part-line {
  --tw-bg-opacity: 1;
  background-color: rgb(0 47 95 / var(--tw-bg-opacity));
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-lecture-part-content a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 47 95 / var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-lecture-part-content a:hover {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-lecture-part-content a .lecture-part, 
      .gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-lecture-part-content a .lecture-title {
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-lecture-part-content a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-part a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 47 95 / var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-part a:hover {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-part .part, 
      .gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-course-part .title {
  font-size: 18px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-current > .gdlr-lms-course-part-content {
  margin-top: -5px;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-current > .gdlr-lms-course-part-content > a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 47 95 / var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-current > .gdlr-lms-course-part-content > a:hover {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-current > .gdlr-lms-course-part-content > a .part, 
          .gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-current > .gdlr-lms-course-part-content > a .title {
  --tw-text-opacity: 1 !important;
  color: rgb(0 47 95 / var(--tw-text-opacity)) !important;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-current > .gdlr-lms-course-part-content > a:hover .part, 
            .gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-current > .gdlr-lms-course-part-content > a:hover .title {
  --tw-text-opacity: 1 !important;
  color: rgb(0 47 95 / var(--tw-text-opacity)) !important;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-next > .gdlr-lms-course-part-content {
  margin-top: -0.5rem;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .lecture-current .gdlr-lms-lecture-part-content a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 47 95 / var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .lecture-current .gdlr-lms-lecture-part-content a:hover {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .lecture-current .gdlr-lms-lecture-part-content a .lecture-part, 
          .gdlr-lms-container .gdlr-lms-course-info-wrapper .lecture-current .gdlr-lms-lecture-part-content a .lecture-title {
  --tw-text-opacity: 1 !important;
  color: rgb(0 47 95 / var(--tw-text-opacity)) !important;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-lms-lecture-part i {
  margin-top: 6px;
  --tw-text-opacity: 1 !important;
  color: rgb(0 47 95 / var(--tw-text-opacity)) !important;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper .gdlr-course-btn__final-test {
  display: none;
}

.gdlr-lms-container .gdlr-course-button .gdlr-course-btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  width: auto;
  min-width: 150px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.gdlr-lms-container .gdlr-course-button .gdlr-course-btn:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-course-button .gdlr-course-btn {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}

.gdlr-lms-container .gdlr-course-button .gdlr-course-btn {
  /*pr-3 pl-6 */
}

.gdlr-lms-container .gdlr-course-button .gdlr-course-btn .btn__icon {
  margin-right: 0px;
}

.gdlr-lms-container .gdlr-lms-course-info-title {
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

.gdlr-lms-container .gdlr-lms-course-pdf {
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

.gdlr-lms-container .gdlr-lms-course-pdf .gdlr-lms-part-pdf {
  margin-bottom: 0px;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.gdlr-lms-container .gdlr-lms-course-pdf .gdlr-lms-pdf-download {
  float: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  --tw-text-opacity: 1 !important;
  color: rgb(0 47 95 / var(--tw-text-opacity)) !important;
}

.gdlr-lms-container .gdlr-lms-course-pdf .gdlr-lms-pdf-download .icon-file-tex {
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-course-pdf .gdlr-lms-part-pdf-info {
  flex: 1 1 0%;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

.gdlr-lms-container .gdlr-lms-course-pdf .gdlr-lms-part-pdf-info .gdlr-lms-part-title, 
      .gdlr-lms-container .gdlr-lms-course-pdf .gdlr-lms-part-pdf-info .gdlr-lms-part-caption {
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper > .gdlr-course-button {
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper > .gdlr-course-button .gdlr-lms-button {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 1rem;
}

.gdlr-lms-container .gdlr-lms-course-info-wrapper > .gdlr-course-button .gdlr-lms-button:last-child {
  margin-bottom: 0px;
}

.gdlr-lms-container .gdlr-lms-quiz-timer-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.gdlr-lms-container .gdlr-lms-quiz-timer {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 229 197 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 16px;
  line-height: 26px;
  line-height: 1;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-quiz-timer {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.gdlr-lms-container .gdlr-lms-quiz-timer .icon-time {
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1;
}

.gdlr-lms-container .gdlr-lms-quiz-timer .timer {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.gdlr-lms-container .gdlr-lms-course-part.gdlr-current .gdlr-lms-course-part-content .title, 
    .gdlr-lms-container .gdlr-lms-course-part.gdlr-current .gdlr-lms-course-part-content .part {
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-quiz-type .gdlr-lms-course-part.gdlr-next .gdlr-lms-course-part-content .title, 
    .gdlr-lms-container .gdlr-lms-quiz-type .gdlr-lms-course-part.gdlr-next .gdlr-lms-course-part-content .part {
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-pass .gdlr-lms-course-part-content .part {
  --tw-text-opacity: 1 !important;
  color: rgb(0 47 95 / var(--tw-text-opacity)) !important;
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper {
  border-radius: 0.5rem;
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-question-wrapper:first-child .gdlr-lms-quiz-question {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-question-wrapper:last-child .gdlr-lms-quiz-answer {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-question {
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 192 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-question {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-answer {
  --tw-border-opacity: 1;
  border-color: rgb(0 129 192 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 2.25rem;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-answer {
    padding-left: 1.5rem;
    padding-right: 6rem;
  }
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-answer .gdlr-lms-quiz-choice-wrap {
  margin-top: 0.75rem;
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-answer .gdlr-lms-quiz-choice-wrap:first-child {
  margin-top: 0px;
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-answer textarea {
  margin: 0px;
  box-sizing: border-box;
  display: block;
  height: 4rem;
  --tw-border-opacity: 1;
  border-color: rgb(0 129 192 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

section.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-answer textarea {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-answer textarea {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-answer textarea {
    height: 6rem;
  }
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-question-score {
  border-bottom-left-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 229 197 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-question-score .gdlr-head, 
      .gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-question-score .gdlr-tail {
  margin-bottom: 0px;
  display: inline;
  font-size: 14px;
  line-height: 22px;
  line-height: .75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-question-score .gdlr-tail {
  display: none;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-question-score .gdlr-tail {
    display: inline;
  }

  .gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-question-score .gdlr-head {
    padding-right: 0.25rem;
  }
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-choice {
  position: relative;
  margin-bottom: 0px;
  display: flex;
  cursor: pointer;
  flex-direction: row;
  flex-wrap: nowrap;
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-choice input {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  opacity: 0;
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-choice input:checked + .gdlr-lms-quiz-choice-bnt::after {
  content: var(--tw-content);
  display: block;
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-choice input:checked + .gdlr-lms-quiz-choice-checkbox-bnt::after {
  content: var(--tw-content);
  display: inline;
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-choice:hover .gdlr-lms-quiz-choice-bnt,
        .gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-choice:hover .gdlr-lms-quiz-choice-checkbox-bnt {
  box-shadow: 0 0 2px 1px rgb(0 129 192 / 50%);
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-choice-bnt {
  margin-top: 0.25rem;
  display: flex;
  height: 0.75rem;
  width: 0.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 129 192 / var(--tw-border-opacity));
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-choice-bnt:after {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 192 / var(--tw-bg-opacity));
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-choice-checkbox-bnt {
  margin-top: 0.25rem;
  display: flex;
  height: 14px;
  width: 14px;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 129 192 / var(--tw-border-opacity));
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-choice-checkbox-bnt:after {
  display: none;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 129 192 / var(--tw-text-opacity));
  content: "\f00c" !important;
  font-family: FontAwesome;
}

.gdlr-lms-container .gdlr-lms-quiz-content-wrapper .gdlr-lms-quiz-choice-text {
  flex: 1 1 0%;
  padding-left: 0.75rem;
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.gdlr-lms-container .gdlr-lms-entry-level-course {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-entry-level-course {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}

.gdlr-lms-container .gdlr-lms-entry-level-course {
  background: rgba(255, 72, 72, 0.69);
}

.gdlr-lms-container .gdlr-lms-entry-level-course-title {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-entry-level-course-title {
    margin-bottom: 1.25rem;
    font-size: 22px;
    line-height: 32px;
  }
}

.gdlr-lms-container .gdlr-lms-entry-level-course-link {
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.gdlr-lms-container .gdlr-lms-entry-level-course-link:hover {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

@media (min-width: 768px) {
  .gdlr-lms-container .gdlr-lms-entry-level-course-link {
    font-size: 22px;
    line-height: 32px;
  }
}

.gdlr-lms-container .certificate-list-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 1.25rem;
}

.gdlr-lms-container .certificate-list-wrapper i.fa {
  margin-top: 0.25rem;
}

.gdlr-lms-lightbox-quiz-timeout-content {
  line-height: 1;
}

.gdlr-lms-lightbox-quiz-timeout-content .quiz-timeout-content {
  margin-bottom: 0.5rem !important;
  font-size: 16px !important;
  line-height: 26px !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.gdlr-lms-lightbox-quiz-timeout-content .gdlr-lms-button {
  margin-bottom: 1rem !important;
}

.gdlr-lms-lightbox-quiz-timeout-content .gdlr-lms-button:last-child {
  margin-bottom: 0px !important;
}

.gdlr-lms-lightbox-finish-quiz-content {
  width: 100%;
}

.gdlr-lms-lightbox-finish-quiz-content .finish-quiz-content {
  font-size: 16px !important;
  line-height: 26px !important;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.gdlr-lms-lightbox-finish-quiz-content .finish-quiz-content .results-wrap {
  display: flex;
  border-width: 1px;
  border-top-width: 0;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.gdlr-lms-lightbox-finish-quiz-content .finish-quiz-content .results-wrap:first-child {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(232 232 232 / var(--tw-border-opacity));
}

.gdlr-lms-lightbox-finish-quiz-content .finish-quiz-content .results-wrap .question {
  width: 80%;
  padding-left: 1rem;
  text-align: left;
}

.gdlr-lms-lightbox-finish-quiz-content .finish-quiz-content .results-wrap .score {
  width: 20%;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.results__message {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.results__message-left {
  width: 80%;
  text-align: left;
}

.results__message-right {
  width: 20%;
}

.results__message-left-success {
  display: none;
  font-size: 18px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.results__message-left-error {
  display: none;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.results__message-left-error-title {
  font-size: 18px;
  line-height: 28px;
}

.results__buttons {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.gdlr-lms-button {
  font-weight: 400 !important;
  letter-spacing: -0.6px;
}

.gdlr-lms-button--next, 
.gdlr-lms-button--retake {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.gdlr-lms-lightbox-container.quiz-timeout-form {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
  margin-top: 0.75rem !important;
  border-radius: 0px !important;
}

@media (min-width: 768px) {
  .gdlr-lms-lightbox-container.quiz-timeout-form {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }
}

@media (min-width: 1024px) {
  .gdlr-lms-lightbox-container.quiz-timeout-form {
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-radius: 0.5rem !important;
  }
}

.gdlr-lms-lightbox-container.quiz-timeout-form .submit-quiz-form {
  margin-right: 0px !important;
}

.gdlr-lms-lightbox-container.quiz-timeout-form, 
  .gdlr-lms-lightbox-container.finish-quiz-form {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 30;
  margin: 0px;
  margin-top: 1.5rem;
  display: flex;
  max-height: 80vh;
  width: auto;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

.gdlr-lms-lightbox-container.quiz-timeout-form .gdlr-lms-button,  .gdlr-lms-lightbox-container.finish-quiz-form .gdlr-lms-button {
  margin-bottom: 0px !important;
}

.gdlr-lms-lightbox-container.quiz-timeout-form .gdlr-lms-lightbox-title,  .gdlr-lms-lightbox-container.finish-quiz-form .gdlr-lms-lightbox-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / var(--tw-text-opacity));
}

.gdlr-lms-lightbox-container.quiz-timeout-form .quiz-timeout-content,  .gdlr-lms-lightbox-container.finish-quiz-form .quiz-timeout-content {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.gdlr-lms-lightbox-container.quiz-timeout-form .submit-quiz-form,  .gdlr-lms-lightbox-container.finish-quiz-form .submit-quiz-form {
  box-sizing: border-box;
  min-width: 180px;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 0;
  background-image: linear-gradient(90deg, rgba(0,129,192,1) 0%, rgba(0,47,95,1) 100%);
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  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;
}

.gdlr-lms-lightbox-container.quiz-timeout-form .submit-quiz-form:hover, 
      .gdlr-lms-lightbox-container.quiz-timeout-form .submit-quiz-form:active, 
      .gdlr-lms-lightbox-container.quiz-timeout-form .submit-quiz-form:focus, 
      .gdlr-lms-lightbox-container.finish-quiz-form .submit-quiz-form:hover, 
      .gdlr-lms-lightbox-container.finish-quiz-form .submit-quiz-form:active, 
      .gdlr-lms-lightbox-container.finish-quiz-form .submit-quiz-form:focus {
  border-radius: 0.5rem;
  border-width: 0;
  background-image: linear-gradient(90deg, rgba(0,47,95,1) 0%, rgba(0,129,192,1) 100%);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.6px;
}

.gdlr-lms-lightbox-container.quiz-timeout-form .gdlr-lms-denied-quiz-permission p,  .gdlr-lms-lightbox-container.finish-quiz-form .gdlr-lms-denied-quiz-permission p {
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.gdlr-lms-lightbox-container.quiz-timeout-form .gdlr-lms-button,  .gdlr-lms-lightbox-container.finish-quiz-form .gdlr-lms-button {
  box-sizing: border-box;
  min-width: 180px;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 0;
  background-image: linear-gradient(90deg, rgba(0,129,192,1) 0%, rgba(0,47,95,1) 100%);
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  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;
}

.gdlr-lms-lightbox-container.quiz-timeout-form .finish-quiz-content, 
    .gdlr-lms-lightbox-container.quiz-timeout-form .quiz-timeout-content, 
    .gdlr-lms-lightbox-container.finish-quiz-form .finish-quiz-content, 
    .gdlr-lms-lightbox-container.finish-quiz-form .quiz-timeout-content {
  margin-bottom: 0.75rem;
}

.gdlr-lms-lightbox-wrapper {
  padding: 1.25rem;
}

.gdlr-lms-lightbox-wrapper .quiz-timeout-form, 
  .gdlr-lms-lightbox-wrapper .finish-quiz-form {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 1.25rem;
  padding-top: 0.75rem;
}

.gdlr-lms-lightbox-wrapper .quiz-timeout-form .gdlr-lms-lightbox-title,  .gdlr-lms-lightbox-wrapper .finish-quiz-form .gdlr-lms-lightbox-title {
  margin-bottom: 0.5rem;
  font-size: 32px;
  line-height: 42px;
}

.gdlr-lms-lightbox-wrapper .quiz-timeout-form .gdlr-lms-lightbox-quiz-timeout-content .quiz-timeout-content,  .gdlr-lms-lightbox-wrapper .finish-quiz-form .gdlr-lms-lightbox-quiz-timeout-content .quiz-timeout-content {
  margin-bottom: 1rem !important;
  font-size: 16px !important;
  line-height: 26px !important;
}

@media (min-width: 1024px) {
  .gdlr-lms-lightbox-wrapper .finish-quiz-form {
    left: 50%;
    top: 50%;
    width: 50%;
    --tw-translate-x: -50%;
    --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));
    padding: 1.5rem;
  }
}

.certificate-form-outer-wrapper {
  margin: 0px;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(0 129 192 / var(--tw-border-opacity));
}

.certificate-form-outer-wrapper .certificate-form-wrapper {
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(0 129 192 / var(--tw-border-opacity));
}

.certificate-form-outer-wrapper .certificate-wrapper {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .certificate-form-outer-wrapper .certificate-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.certificate-form-outer-wrapper .certificate-wrapper.certificate-mortgage-advance-level {
  --tw-bg-opacity: 1;
  background-color: rgb(67 246 220 / var(--tw-bg-opacity));
}

.certificate-form-outer-wrapper .certificate-wrapper.certificate-mortgage-entry-level {
  --tw-bg-opacity: 1;
  background-color: rgb(137 255 238 / var(--tw-bg-opacity));
}

.certificate-form-outer-wrapper .certificate-wrapper.certificate-insurance-advance-level {
  --tw-bg-opacity: 1;
  background-color: rgb(169 205 231 / var(--tw-bg-opacity));
}

.certificate-form-outer-wrapper .certificate-wrapper.certificate-insurance-entry-level {
  --tw-bg-opacity: 1;
  background-color: rgb(218 233 244 / var(--tw-bg-opacity));
}

.certificate-form-outer-wrapper .certificate-wrapper > img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  display: flex;
  width: 11rem;
}

.certificate-form-outer-wrapper .certificate-wrapper .certificate-name {
  margin-bottom: 1.25rem;
}

.certificate-form-outer-wrapper .certificate-wrapper .certificate-signature img {
  width: 15rem;
}

.certificate-form-outer-wrapper .certificate-wrapper .certificate-date-wrapper {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem !important;
}

@media (min-width: 768px) {
  .certificate-form-outer-wrapper .certificate-wrapper .certificate-date-wrapper {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.certificate-form-outer-wrapper .certificate-wrapper .certificate-signature-wrapper {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem !important;
}

@media (min-width: 768px) {
  .certificate-form-outer-wrapper .certificate-wrapper .certificate-signature-wrapper {
    float: right;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.gdlr-scoring-quiz-wrapper input[type=text] {
  width: 2.5rem !important;
}

.gdlr-scoring-quiz-question {
  display: flex;
}

.gdlr-scoring-quiz-question p {
  padding-left: 0.25rem;
}

.gdlr-scroll-buttons-group {
  display: flex;
  flex-direction: row;
  padding-top: 1.75rem;
}

@media (min-width: 768px) {
  .gdlr-scroll-buttons-group {
    display: none !important;
  }
}

.gdlr-scroll__button {
  margin-right: 1.25rem;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 192 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.gdlr-scroll__button:last-child {
  margin-right: 0px;
}

.gdlr-scroll__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 47 95 / var(--tw-bg-opacity));
}

.gdlr-scroll__button--left .gdlr-scroll__button-icon {
  --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));
}

.gdlr-scroll__button:hover .gdlr-scroll__button-icon {
  --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));
}

.gdlr-scroll__button-icon {
  width: 1.75rem;
  --tw-brightness: brightness(1);
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .goodlms-001 .gdlr-lms-course-info-sidebar-wrap {
    float: right;
    width: 30%;
    padding-left: 30px;
  }
}

.goodlms-001 .gdlr-lms-course-info-sidebar-wrap .gdlr-lms-course-info-wrapper {
  float: none;
  margin-left: 0px;
  margin-bottom: 1.75rem;
  width: auto;
}

.gdlr-lms-course-info-additional-text {
  --tw-bg-opacity: 1;
  background-color: rgb(230 103 103 / var(--tw-bg-opacity));
  padding: 1.75rem;
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-post__icon-share {
  height: 1.25rem;
}

.gdlr-lms-social-share {
  display: flex;
  gap: 0.5rem;
}

.gdlr-lms-social-share a {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.gdlr-quiz-section-text span {
  padding-top: 0.75rem;
  font-size: 16px;
  line-height: 26px;
}

/** Certificate */

.quiz-certificate {
  aspect-ratio: 1.414 / 1;
  width: 100%;
  padding: 0 !important;
  background-size: contain !important;
}

.quiz-certificate__student {
  font-size: 1.2rem !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.quiz-certificate__cours {
  font-size: 0.9rem !important;
  line-height: 1;
  position: absolute;
  top: 61.5%;
  left: 50%;
  transform: translateX(-50%);
}

.certificate-form-outer-wrapper .certificate-wrapper .quiz-certificate__date {
  font-size: 0.5rem !important;
  position: absolute;
  top: 76%;
  left: 30%;
  transform: translateX(-50%);
  margin-top: 0px !important;
}

.certificate-form-outer-wrapper .certificate-wrapper .quiz-certificate__date .certificate-date-text {
  display: none;
}

.quiz-certificate__background {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.gdlr-lms-lightbox-container.certificate-form {
  width: 1020px;
}

@media(min-width: 1200px) {
  .quiz-certificate__student {
    font-size: 1.6rem !important;
    top: 48.7%;
  }

  .quiz-certificate__cours {
    font-size: 1.2rem !important;
    top: 55%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }

  .quiz-certificate__cours:before {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    content: '"';
  }

  .quiz-certificate__cours:after {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    content: '"';
  }

  .certificate-form-outer-wrapper .certificate-wrapper .quiz-certificate__date {
    font-size: 0.8rem !important;
    top: 74.5%;
  }

  .quiz-certificate--second .quiz-certificate__student {
    font-size: 2rem !important;
  }

  .quiz-certificate--second .quiz-certificate__date {
    top: 72.5% !important;
    left: 28% !important;
  }

  .quiz-certificate--second .quiz-certificate__cours {
    font-size: 1.1rem !important;
    top: 55%;
  }
}

@media(max-width: 768px) {
  .quiz-certificate__student {
    font-size: 1.1rem !important;
  }

  .quiz-certificate__cours {
    font-size: 0.7rem !important;
  }

  .certificate-form-outer-wrapper .certificate-wrapper .quiz-certificate__date {
    font-size: 0.5rem !important;
  }
}

.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;
  background-image: url("../theme/assets/images/header-layer.png");
  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(0 47 95 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .page404-001 .page404-001__subheading {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -3px;
  }
}

.page404-001 .page404-001__content {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / 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:not(.no-top-padding) {
  padding-top: 1.5rem !important;
}

.breadcrumbs-wrap-001:not(.no-bottom-padding) {
  padding-bottom: 3.5rem !important;
}

.four-col-text-001 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.four-col-text-001__heading {
  margin-bottom: 4rem;
}

.four-col-text-001__list {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 0px;
}

@media (min-width: 448px) {
  .four-col-text-001__list {
    margin-left: -10px;
    margin-right: -10px;
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .four-col-text-001__list {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

.four-col-text-001__list-item {
  margin-bottom: 0px;
  width: 100%;
  list-style-type: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 448px) {
  .four-col-text-001__list-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1024px) {
  .four-col-text-001__list-item {
    width: 25%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.four-col-text-001__list-item-inner {
  position: relative;
  height: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3rem;
  padding-bottom: 1.25rem;
  --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);
}

@media (min-width: 768px) {
  .four-col-text-001__list-item-inner {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .four-col-text-001__list-item-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.four-col-text-001__heading-item {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .four-col-text-001__heading-item {
    font-size: 22px;
    line-height: 32px;
  }
}

.four-col-text-001__content-item {
  padding-top: 0.5rem !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .four-col-text-001__content-item {
    font-size: 18px;
    line-height: 28px;
  }
}

.four-col-text-001__list-item-circle {
  position: absolute;
  left: 50%;
  top: 0px;
  height: 60px;
  width: 62px;
  --tw-translate-x: -50%;
  --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));
}

.hero-banner-001 {
  position: relative;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

@media (min-width: 768px) {
  .hero-banner-001 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

.hero-banner-001:before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.6;
  --tw-content: '';
  content: var(--tw-content);
}

.hero-banner-001 .hero-banner-001__subheading {
  padding-left: 0px;
  padding-top: 0.5rem;
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hero-banner-001 .hero-banner-001__subheading::before {
  content: var(--tw-content);
  display: none;
}

.hero-banner-001__container {
  position: relative;
  z-index: 2;
}

.hero-banner-001__heading {
  text-transform: uppercase;
  letter-spacing: -2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .hero-banner-001__heading {
    font-size: 48px;
    line-height: 58px;
  }
}

.one-col-header-001 {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 32.91%, #0081C0 99.92%);
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/*
  &:not(&--entry) {
    @apply lg:h-small-image;
  }
  */

.one-col-header-001:before {
  position: absolute !important;
  left: 50%;
  top: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  --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));
  background-image: url("../theme//assets/images/hero.png");
  background-size: cover;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

section.one-col-header-001:before {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.one-col-header-001:before {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 768px) {
  .one-col-header-001:before {
    background-size: contain;
  }
}

@media (min-width: 1536px) {
  .one-col-header-001:before {
    background-size: cover;
  }
}

.one-col-header-001:before {
  background-position: center 100px;
  max-width: calc(1712px + 290px);
}

@media (max-width: 1535px) {
  .one-col-header-001:before {
    background-position: center 100px
  }
}

@media (max-width: 1279px) {
  .one-col-header-001:before {
    background-position: center 75px;
    width: calc(100% + 80px)
  }
}

@media (max-width: 767px) {
  .one-col-header-001:before {
    background-position: 9% 75px
  }
}

@media (max-width: 500px) {
  .one-col-header-001:before {
    background-position: 5% 75px
  }
}

@media (min-width: 768px) {
  .one-col-header-001--extra_large {
    min-height: 580px;
  }
}

@media (min-width: 1280px) {
  .one-col-header-001--extra_large {
    min-height: 702px;
  }
}

.one-col-header-001--extra_large .one-col-header-001__container-wrap {
  padding-bottom: 13rem;
}

@media (min-width: 1024px) {
  .one-col-header-001--extra_large .one-col-header-001__container-wrap {
    padding-bottom: 6rem;
    padding-top: 7rem;
  }
}

@media (min-width: 1280px) {
  .one-col-header-001--extra_large .one-col-header-001__container-wrap {
    padding-top: 11rem;
  }
}

@media (min-width: 1536px) {
  .one-col-header-001--extra_large .one-col-header-001__container-wrap {
    padding-top: 11rem;
  }
}

@media (min-width: 2200px) {
  .one-col-header-001--extra_large .one-col-header-001__container-wrap {
    padding-top: 11rem;
  }
}

.one-col-header-001--extra_large .one-col-header-001__image-wrap {
  height: 20rem;
}

@media (min-width: 1024px) {
  .one-col-header-001--extra_large .one-col-header-001__image-wrap {
    height: 500px;
  }
}

@media (min-width: 1280px) {
  .one-col-header-001--extra_large .one-col-header-001__image-wrap {
    height: 600px;
  }
}

@media (min-width: 1024px) {
  .one-col-header-001--large {
    min-height: 630px;
  }
}

.one-col-header-001--large .one-col-header-001__container-wrap {
  padding-bottom: 10rem;
}

@media (min-width: 1024px) {
  .one-col-header-001--large .one-col-header-001__container-wrap {
    padding-bottom: 6rem;
    padding-top: 9rem;
  }
}

@media (min-width: 1536px) {
  .one-col-header-001--large .one-col-header-001__container-wrap {
    padding-top: 10rem;
  }
}

.one-col-header-001--large .one-col-header-001__image-wrap {
  height: 20rem;
}

@media (min-width: 1024px) {
  .one-col-header-001--large .one-col-header-001__image-wrap {
    height: 500px;
  }
}

@media (min-width: 1280px) {
  .one-col-header-001--large .one-col-header-001__image-wrap {
    height: 600px;
  }
}

@media (min-width: 1024px) {
  .one-col-header-001--medium {
    min-height: 580px;
  }
}

.one-col-header-001--medium .one-col-header-001__container-wrap {
  padding-bottom: 10rem;
}

@media (min-width: 1024px) {
  .one-col-header-001--medium .one-col-header-001__container-wrap {
    padding-bottom: 6rem;
    padding-top: 9rem;
  }
}

@media (min-width: 1536px) {
  .one-col-header-001--medium .one-col-header-001__container-wrap {
    padding-top: 10rem;
  }
}

.one-col-header-001--medium .one-col-header-001__image-wrap {
  height: 14rem;
}

@media (min-width: 768px) {
  .one-col-header-001--medium .one-col-header-001__image-wrap {
    height: 20rem;
  }
}

@media (min-width: 1024px) {
  .one-col-header-001--medium .one-col-header-001__image-wrap {
    height: 400px;
  }
}

@media (min-width: 1536px) {
  .one-col-header-001--medium .one-col-header-001__image-wrap {
    height: 500px;
  }
}

.one-col-header-001--entry .one-col-header-001__container-wrap {
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .one-col-header-001--small {
    min-height: 380px;
    padding-bottom: 6rem;
    padding-top: 9rem;
  }
}

@media (min-width: 1536px) {
  .one-col-header-001--small {
    padding-top: 10rem;
  }
}

.one-col-header-001 .one-col-header-001__content {
  padding-top: 0.25rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .one-col-header-001 .one-col-header-001__content {
    padding-top: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .one-col-header-001 .one-col-header-001__content {
    padding-top: 1rem;
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .one-col-header-001 .one-col-header-001__content {
    padding-top: 0.25rem;
  }
}

.one-col-header-001 .one-col-header-001__heading {
  padding-top: 1rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .one-col-header-001 .one-col-header-001__heading {
    padding-top: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .one-col-header-001 .one-col-header-001__heading {
    padding-top: 1rem;
  }
}

@media (min-width: 1280px) {
  .one-col-header-001 .one-col-header-001__heading {
    font-size: 60px;
    line-height: 70px;
    line-height: 1.5;
  }
}

.one-col-header-001__container-inner {
  position: relative;
  z-index: 2;
}

.one-col-header-001__buttons {
  padding-top: 2.75rem;
}

.one-col-header-001__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.one-col-header-001__container-wrap {
  position: relative;
  z-index: 3;
  max-width: 80%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 448px) {
  .one-col-header-001__container-wrap {
    max-width: 80%;
  }
}

@media (min-width: 768px) {
  .one-col-header-001__container-wrap {
    max-width: 63%;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 1024px) {
  .one-col-header-001__container-wrap {
    max-width: 50%;
    padding-bottom: 6rem;
    padding-top: 9rem;
  }
}

@media (min-width: 1280px) {
  .one-col-header-001__container-wrap {
    max-width: 70%;
  }
}

@media (min-width: 1536px) {
  .one-col-header-001__container-wrap {
    max-width: 70%;
    padding-top: 10rem;
  }
}

@media (min-width: 2200px) {
  .one-col-header-001__container-wrap {
    max-width: 50%;
  }
}

.one-col-header-001__image-wrap {
  position: absolute;
  right: -1.75rem;
  bottom: 0px;
  z-index: 2;
  height: 7rem;
}

@media (min-width: 768px) {
  .one-col-header-001__image-wrap {
    right: 0px;
    bottom: 0px;
    height: 10rem;
  }
}

@media (min-width: 1024px) {
  .one-col-header-001__image-wrap {
    right: 2rem;
    height: 14rem;
  }
}

@media (min-width: 1280px) {
  .one-col-header-001__image-wrap {
    right: 0px;
  }
}

@media (min-width: 1536px) {
  .one-col-header-001__image-wrap {
    height: 20rem;
  }
}

.one-col-header-001__figure {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
}

.one-col-header-001__image {
  height: 100%;
  max-height: 252px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .one-col-header-001__image {
    max-height: 450px;
  }
}

@media (min-width: 1024px) {
  .one-col-header-001__image {
    max-height: 536px;
  }
}

.one-col-header-001__button {
  min-width: 202px;
  padding-left: 1.5rem;
  padding-right: 0.75rem;
}

.one-col-header-001__entry-level {
  position: relative;
  z-index: 10;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background: rgba(255, 72, 72, 0.69);
}

.one-col-header-001__entry-level-title {
  margin-bottom: 0.75rem;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -1px;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.one-col-header-001__entry-level-link {
  font-size: 22px;
  line-height: 32px;
  line-height: 1.5;
  letter-spacing: -1.2px;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
  .one-col-header-001__entry-level-link {
    font-size: 28px;
  }
}

.one-col-map-001 {
  padding: 0px !important;
}

.one-col-map-001 .one-col-map-001__map {
  min-height: 300px;
  width: 100%;
  --tw-grayscale: grayscale(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) {
  .one-col-map-001 .one-col-map-001__map {
    min-height: 400px;
  }
}

@media (min-width: 1024px) {
  .one-col-map-001 .one-col-map-001__map {
    min-height: 500px;
  }
}

@media (min-width: 1280px) {
  .one-col-map-001 .one-col-map-001__map {
    min-height: 620px;
  }
}

.one-col-testimonials-001 {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.one-col-testimonials-001:before {
  position: absolute !important;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: block;
  height: 704px;
  width: 665px;
  background-image: url("../theme/assets/images/testimonials-layer.png");
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

section.one-col-testimonials-001:before {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.one-col-testimonials-001:before {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.one-col-testimonials-001 .one-col-testimonials-001__linkboxes-wrap {
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .one-col-testimonials-001 .one-col-testimonials-001__linkboxes-wrap {
    margin-top: 2.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.one-col-testimonials-001 .one-col-testimonials-001__linkboxes-wrap--no-carrousel {
  padding-left: 0px;
  padding-right: 0px;
}

.one-col-testimonials-001 .one-col-testimonials-001__content-top {
  display: none;
  padding-top: 1rem;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .one-col-testimonials-001 .one-col-testimonials-001__content-top {
    display: block;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .one-col-testimonials-001 .one-col-testimonials-001__content-top {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.one-col-testimonials-001__heading {
  display: none;
  font-weight: 500;
}

@media (min-width: 768px) {
  .one-col-testimonials-001__heading {
    display: block;
  }
}

.one-col-testimonials-001__container {
  position: relative;
  z-index: 2;
}

.one-col-testimonials-001__controls {
  height: 0px;
}

.one-col-testimonials-001__controls-previous {
  position: absolute;
  left: 2px;
  top: 50%;
  z-index: 2;
  margin-top: -1rem;
  display: none;
  --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));
}

@media (min-width: 768px) {
  .one-col-testimonials-001__controls-previous {
    left: 0px;
    display: block;
  }
}

.one-col-testimonials-001__controls-previous:hover object {
  --tw-brightness: brightness(0);
  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);
}

.one-col-testimonials-001__controls-next {
  position: absolute;
  right: 2px;
  top: 50%;
  z-index: 2;
  margin-top: -1rem;
  --tw-translate-y: -50%;
  --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));
}

@media (min-width: 768px) {
  .one-col-testimonials-001__controls-next {
    right: 0px;
  }
}

.one-col-testimonials-001__controls-next:hover object {
  --tw-brightness: brightness(0);
  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);
}

.one-col-testimonials-001__linkboxes {
  text-align: left;
}

.one-col-testimonials-001__linkboxes--no-carrousel {
  display: flex;
  justify-content: center;
}

.one-col-testimonials-001__linkboxes--no-carrousel .one-col-testimonials-001__linkboxe {
  max-width: 36rem;
  padding-left: 0px;
  padding-right: 0px;
}

.one-col-testimonials-001__linkboxe {
  padding-left: 1rem;
  padding-right: 1rem;
}

.one-col-testimonials-001__linkboxe-inner {
  position: relative;
  margin-bottom: 1.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 18px;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .one-col-testimonials-001__linkboxe-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }
}

.one-col-testimonials-001__linkboxe-inner:after {
  position: absolute;
  left: 1rem;
  bottom: -1rem;
  height: 0px;
  width: 0px;
  --tw-rotate: 57deg;
  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));
  border-top-width: 0;
  border-right-width: 23px;
  border-bottom-width: 30px;
  border-left-width: 23px;
  border-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-left-color: transparent;
  --tw-content: '';
  content: var(--tw-content);
}

.one-col-testimonials-001__linkboxe-user {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (min-width: 768px) {
  .one-col-testimonials-001__linkboxe-user {
    margin-bottom: 0.75rem;
  }
}

.one-col-testimonials-001__figure {
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .one-col-testimonials-001__figure {
    height: 60px;
    width: 60px;
  }
}

.one-col-testimonials-001__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.one-col-testimonials-001__user-name {
  flex: 1 1 0%;
  padding-left: 1.25rem;
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .one-col-testimonials-001__user-name {
    font-size: 18px;
  }
}

.one-col-testimonials-001__message {
  position: relative;
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .one-col-testimonials-001__message {
    margin-left: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .one-col-testimonials-001__message {
    margin-left: 70px;
  }
}

.one-col-testimonials-001__message p {
  margin-top: 0px;
}

.one-col-testimonials-001__content {
  font-size: 14px;
  line-height: 22px;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .one-col-testimonials-001__content {
    font-size: 16px;
    line-height: 26px;
    line-height: 1.5rem;
  }
}

.one-col-testimonials-001__quote {
  position: absolute;
  left: -0.75rem;
  top: -1.25rem;
}

@media (min-width: 768px) {
  .one-col-testimonials-001__quote {
    left: -2.25rem;
    top: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .one-col-text-001 .one-col-text-001__container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.one-col-text-001 .one-col-text-001__content {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.one-col-text-001 .one-col-text-001__content p + p {
  margin-top: 1.5rem;
}

.one-col-text-001 .one-col-text-001__content strong {
  font-weight: 500;
}

.one-col-text-001 .one-col-text-001__content a {
  text-underline-offset: 2px !important;
}

.one-col-text-001 .one-col-text-001__content a:hover {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.one-col-text-001 .one-col-text-001__content ul,  .one-col-text-001 .one-col-text-001__content ol {
  margin-top: 1.25rem !important;
  margin-bottom: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.one-col-text-001 .one-col-text-001__content ul li,  .one-col-text-001 .one-col-text-001__content ol li {
  margin-bottom: 0px !important;
}

.one-col-text-001 .one-col-text-001__container-inner {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  padding-bottom: 3rem;
  --tw-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 2px 2px 6px 0px 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) {
  .one-col-text-001 .one-col-text-001__container-inner {
    border-radius: 0.375rem;
    padding: 2rem;
    padding-bottom: 6rem;
  }
}

.one-col-text-001 .one-col-text-001__container-inner >.heading-001 {
  padding-top: 1.75rem;
}

@media (min-width: 768px) {
  .one-col-text-001 .one-col-text-001__container-inner >.heading-001 {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .one-col-text-001 .one-col-text-001__container-inner >.heading-001 {
    padding-top: 4rem;
  }
}

.one-col-text-001__container-inner >.heading-001 {
  padding-top: 1.75rem !important;
}

@media (min-width: 768px) {
  .one-col-text-001__container-inner >.heading-001 {
    padding-top: 2.5rem !important;
  }
}

@media (min-width: 1024px) {
  .one-col-text-001__container-inner >.heading-001 {
    padding-top: 4rem !important;
  }
}

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

.one-col-text-002--gray {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.one-col-text-002__content {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .one-col-text-002__content {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .one-col-text-002__content {
    font-size: 32px;
    line-height: 42px;
    line-height: 1.5;
  }
}

.three-col-courses-001 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.three-col-courses-001 .three-col-courses-001__courses {
  margin-top: -10px;
  margin-bottom: -10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 768px) {
  .three-col-courses-001 .three-col-courses-001__courses {
    margin-left: -10px;
    margin-right: -10px;
    flex-direction: row;
    align-items: stretch;
    padding-top: 3rem;
  }
}

.three-col-courses-001 .three-col-courses-001__buttons {
  justify-content: center;
}

@media (min-width: 768px) {
  .three-col-courses-001 .three-col-courses-001__buttons {
    padding-top: 3rem;
  }
}

.three-col-courses-001 .three-col-courses-001__heading {
  padding-top: 0.75rem;
  font-weight: 500;
}

.three-col-courses-001__course {
  width: 100%;
  max-width: 28rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .three-col-courses-001__course {
    width: 50%;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1024px) {
  .three-col-courses-001__course {
    width: 25%;
  }
}

.three-col-courses-001__course .post-card-001__teacher-leassons {
  display: none;
}

.three-col-courses-001__course .post-card-001__teacher-info {
  padding-right: 0px;
}

.three-col-courses-001__button {
  min-width: 180px;
}

.three-col-courses-002 .three-col-courses-002__courses {
  margin-top: -10px;
  margin-bottom: -10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 768px) {
  .three-col-courses-002 .three-col-courses-002__courses {
    margin-left: -10px;
    margin-right: -10px;
    flex-direction: row;
    align-items: flex-start;
  }
}

.three-col-courses-002__heading {
  font-size: 28px;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  .three-col-courses-002__heading {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -2px;
  }
}

.three-col-courses-002__course {
  width: 100%;
  max-width: 28rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .three-col-courses-002__course {
    width: 50%;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1024px) {
  .three-col-courses-002__course {
    width: 33.333333%;
  }
}

.three-col-courses-002__button-more {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  min-width: 180px;
}

.three-col-courses-002__categories {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .three-col-courses-002__categories {
    flex-direction: row;
  }
}

.three-col-courses-002__categories li {
  margin-right: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.three-col-courses-002__categories li:last-child {
  margin-right: 0px;
}

@media (min-width: 768px) {
  .three-col-courses-002__categories li {
    margin-right: 2rem;
  }
}

.three-col-courses-002__category {
  position: relative;
  display: inline-block;
}

.three-col-courses-002__category-input {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.three-col-courses-002__category-input:checked + .three-col-courses-002__category-link {
  --tw-text-opacity: 1;
  color: rgb(0 130 192 / var(--tw-text-opacity));
}

.three-col-courses-002__category-input:checked + .three-col-courses-002__category-link::after {
  left: 0px;
  display: block;
  width: 100%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 130 192 / var(--tw-bg-opacity));
}

.three-col-courses-002__category-link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -1px;
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / var(--tw-text-opacity));
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.three-col-courses-002__category-link:after {
  position: absolute;
  left: 50%;
  bottom: 2px;
  height: 2px;
  width: 0px;
  background-color: transparent;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .three-col-courses-002__category-link:after {
    bottom: 0px;
    height: 3px;
  }
}

.three-col-courses-002__category-link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 130 192 / var(--tw-text-opacity));
}

.three-col-courses-002__category-link:hover::after {
  left: 0px;
  display: block;
  width: 100%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 130 192 / var(--tw-bg-opacity));
}

.three-col-info-001 {
  position: relative;
  z-index: 10;
  margin-top: -1.75rem;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (min-width: 1024px) {
  .three-col-info-001 {
    margin-top: -70px;
  }
}

.three-col-info-001 .three-col-info-001__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.5rem;
  background-image: linear-gradient(90deg, #00E5C5 0%, #0081C0 100%);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --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) {
  .three-col-info-001 .three-col-info-001__list {
    flex-direction: row;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .three-col-info-001 .three-col-info-001__list {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 1.75rem;
    padding-bottom: 1rem;
  }
}

.three-col-info-001__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.5rem;
  background-image: linear-gradient(90deg, #00E5C5 0%, #0081C0 100%);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --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) {
  .three-col-info-001__list {
    flex-direction: row;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .three-col-info-001__list {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 1.75rem;
    padding-bottom: 1rem;
  }
}

.three-col-info-001__list-item {
  margin-bottom: 1.25rem;
  display: flex;
  list-style-type: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.three-col-info-001__list-item:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .three-col-info-001__list-item {
    margin-bottom: 0px;
    flex-direction: column;
  }
}

.three-col-info-001__list-item span {
  flex: 1 1 0%;
  padding-left: 1rem;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .three-col-info-001__list-item span {
    flex: none;
    padding-top: 0.5rem;
    padding-left: 0px;
  }
}

.three-col-info-001__item-icon {
  height: 2rem;
  width: 2rem;
}

@media (min-width: 768px) {
  .three-col-info-001__item-icon {
    height: 60px;
    width: 60px;
  }
}

.video-player-001 {
  position: relative;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.video-player-001:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
  -webkit-clip-path: polygon(0 50%,100% 50%,100% 100%,0 100%);
  clip-path: polygon(0 50%,100% 50%,100% 100%,0 100%);
}

.video-player-001__player {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(151 151 151 / var(--tw-border-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);
}

.video-player-001__player:hover .video-player-001__button {
  --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));
}

.video-player-001__player-layer {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.one-col-header-001__preview {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.video-player-001__figure {
  height: 100%;
  width: 100%;
}

.video-player-001__image {
  width: 100%;
  vertical-align: middle;
}

.video-player-001__button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  --tw-translate-x: -50%;
  --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;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(220 0 0 / var(--tw-border-opacity));
  transition-duration: 100ms;
  transition-timing-function: linear;
}

@media (min-width: 768px) {
  .video-player-001__button {
    height: 125px;
    width: 125px;
    border-width: 6px;
  }
}

.video-player-001__button {
  background: rgba(255, 255, 255, 0.844061);
}

.video-player-001__video-icon {
  margin-left: 0.25rem;
  height: 15px;
  width: 22px;
}

@media (min-width: 768px) {
  .video-player-001__video-icon {
    margin-left: 1rem;
    height: 53px;
    width: 75px;
  }
}

.video-player-001__iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  opacity: 0.00001;
}

.video-player-001__iframe.visible {
  opacity: 1;
}

.two-col-contact-form-001__breadcrumb {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .two-col-contact-form-001__breadcrumb {
    margin-bottom: 4rem;
  }
}

.two-col-contact-form-001__breadcrumb .breadcrumbs-001__container {
  padding-left: 0px;
  padding-right: 0px;
}

.two-col-contact-form-001 .two-col-contact-form-001__heading {
  font-weight: 400;
}

.two-col-contact-form-001 .two-col-contact-form-001__subheading {
  padding-top: 0.25rem;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.two-col-contact-form-001__container-inner {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .two-col-contact-form-001__container-inner {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    flex-direction: row;
  }
}

.two-col-contact-form-001__container-left {
  margin-bottom: 3rem;
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-contact-form-001__container-left {
    margin-bottom: 0px;
    width: 40%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .two-col-contact-form-001__container-left {
    width: 50%;
  }
}

.two-col-contact-form-001__container-right {
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-contact-form-001__container-right {
    width: 60%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .two-col-contact-form-001__container-right {
    width: 50%;
  }
}

.two-col-contact-form-001__address {
  padding-top: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.two-col-contact-form-001__phone {
  margin-bottom: 0.25rem;
  margin-top: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 129 192 / var(--tw-text-opacity));
}

.two-col-contact-form-001__phone a {
  font-weight: 400;
  --tw-text-opacity: 1 !important;
  color: rgb(0 129 192 / var(--tw-text-opacity)) !important;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.two-col-contact-form-001__phone a:hover {
  -webkit-text-decoration-color: #0081C0;
          text-decoration-color: #0081C0;
}

.two-col-contact-form-001__email {
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 129 192 / var(--tw-text-opacity));
}

.two-col-contact-form-001__email a {
  font-weight: 400;
  --tw-text-opacity: 1 !important;
  color: rgb(0 129 192 / var(--tw-text-opacity)) !important;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.two-col-contact-form-001__email a:hover {
  -webkit-text-decoration-color: #0081C0;
          text-decoration-color: #0081C0;
}

.two-col-contact-form-001__social-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.two-col-contact-form-001__social-link {
  margin-right: 6px;
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 192 / var(--tw-bg-opacity));
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.two-col-contact-form-001__social-link:last-child {
  margin-right: 0px;
}

.two-col-contact-form-001__social-link object {
  --tw-brightness: brightness(0);
  --tw-invert: invert(1);
  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);
}

.two-col-contact-form-001__social-link--facebook:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(65 81 150 / var(--tw-bg-opacity));
}

.two-col-contact-form-001__social-link--twitter:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 183 249 / var(--tw-bg-opacity));
}

.two-col-contact-form-001__social-link--youtube:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 448px) {
  .two-col-contact-form-001__form form p:nth-child(1), 
    .two-col-contact-form-001__form form p:nth-child(2), 
    .two-col-contact-form-001__form form p:nth-child(3), 
    .two-col-contact-form-001__form form p:nth-child(4), 
    .two-col-contact-form-001__form form p:nth-child(5) {
    width: 50%;
  }
}

.two-col-cta-001 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.two-col-cta-001--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 192 / var(--tw-bg-opacity));
}

.two-col-cta-001--primary .two-col-cta-001__heading, 
      .two-col-cta-001--primary .two-col-cta-001__subheading, 
      .two-col-cta-001--primary .two-col-cta-001__content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-col-cta-001--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 47 95 / var(--tw-bg-opacity));
}

.two-col-cta-001--secondary .two-col-cta-001__heading, 
      .two-col-cta-001--secondary .two-col-cta-001__subheading, 
      .two-col-cta-001--secondary .two-col-cta-001__content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-col-cta-001--tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 229 197 / var(--tw-bg-opacity));
}

.two-col-cta-001--tertiary .two-col-cta-001__heading, 
      .two-col-cta-001--tertiary .two-col-cta-001__subheading, 
      .two-col-cta-001--tertiary .two-col-cta-001__content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-col-cta-001--grey {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.two-col-cta-001--grey .two-col-cta-001__heading, 
      .two-col-cta-001--grey .two-col-cta-001__subheading, 
      .two-col-cta-001--grey .two-col-cta-001__content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-col-cta-001--primary-tertiary {
  background-image: linear-gradient(90deg, #00E5C5 0%, #0081C0 100%);
}

.two-col-cta-001--primary-tertiary .two-col-cta-001__heading, 
    .two-col-cta-001--primary-tertiary .two-col-cta-001__subheading, 
    .two-col-cta-001--primary-tertiary .two-col-cta-001__content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-col-cta-001--primary-secondary {
  background-image: linear-gradient(90deg, rgba(0,129,192,1) 0%, rgba(0,47,95,1) 100%);
}

.two-col-cta-001--primary-secondary .two-col-cta-001__heading, 
    .two-col-cta-001--primary-secondary .two-col-cta-001__subheading, 
    .two-col-cta-001--primary-secondary .two-col-cta-001__content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-col-cta-001--primary-secondary-vertical {
  background-image: linear-gradient(180deg, rgba(0,129,192,1) 0%, rgba(0,47,95,1) 100%);
}

.two-col-cta-001--primary-secondary-vertical .two-col-cta-001__heading, 
    .two-col-cta-001--primary-secondary-vertical .two-col-cta-001__subheading, 
    .two-col-cta-001--primary-secondary-vertical .two-col-cta-001__content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-col-cta-001 .two-col-cta-001__heading {
  padding-top: 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .two-col-cta-001 .two-col-cta-001__heading {
    text-align: left;
  }
}

.two-col-cta-001__subheading {
  padding-left: 0px;
  text-align: center;
}

.two-col-cta-001__subheading::before {
  display: none;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .two-col-cta-001__subheading {
    padding-left: 2rem;
    text-align: left;
  }

  .two-col-cta-001__subheading::before {
    content: var(--tw-content);
    display: block;
  }

  .two-col-cta-001__container {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    display: flex;
    flex-wrap: wrap;
  }
}

.two-col-cta-001__col-left {
  margin-bottom: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .two-col-cta-001__col-left {
    margin-bottom: 0px;
    width: 66.666667%;
    align-items: flex-start;
    padding-right: 5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-cta-001__col-left {
    width: 66.666667%;
  }
}

@media (min-width: 1280px) {
  .two-col-cta-001__col-left {
    padding-right: 10rem;
  }
}

@media (min-width: 1536px) {
  .two-col-cta-001__col-left {
    padding-right: 14rem;
  }
}

.two-col-cta-001__col-right {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .two-col-cta-001__col-right {
    width: 33.333333%;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (min-width: 1024px) {
  .two-col-cta-001__col-right {
    width: 33.333333%;
  }
}

.two-col-cta-001__button {
  min-width: 180px;
}

.two-col-form-001 {
  background-image: linear-gradient(180deg, rgba(0,129,192,1) 0%, rgba(0,47,95,1) 100%);
}

.two-col-form-001__container-inner {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .two-col-form-001__container-inner {
    flex-direction: row;
  }
}

.two-col-form-001__container-left {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .two-col-form-001__container-left {
    margin-bottom: 0px;
    width: 50%;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .two-col-form-001__container-left {
    padding-right: 10rem;
  }
}

@media (min-width: 1536px) {
  .two-col-form-001__container-left {
    padding-right: 16rem;
  }
}

@media (min-width: 2200px) {
  .two-col-form-001__container-left {
    padding-right: 24rem;
  }
}

@media (min-width: 768px) {
  .two-col-form-001__container-right {
    width: 50%;
  }
}

.two-col-form-001__subheading {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-col-form-001__subheading::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.two-col-form-001__heading {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-col-form-001__form {
  /*

  .nf-form-content {
    @apply p-0;

    & > * {
      @apply md:-mx-3;

      .nf-row {
        @apply md:px-3;
      }

      .nf-row:nth-child(1),
      .nf-row:nth-child(2),
      .nf-row:nth-child(3),
      .nf-row:nth-child(4) {
        @apply md:w-1/2;
      }
    }
  }

  .nf-response-msg {
    @apply text-left;
  }
*/
}

@media (min-width: 768px) {
  .two-col-form-001__form form > p:nth-child(1), 
    .two-col-form-001__form form > p:nth-child(2), 
    .two-col-form-001__form form > p:nth-child(3), 
    .two-col-form-001__form form > p:nth-child(4), 
    .two-col-form-001__form form > p:nth-child(5) {
    width: 50%;
  }
}

.two-col-form-001__form form > p > label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-col-form-002 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.two-col-form-002 .two-col-form-002__heading {
  padding-top: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1536px) {
  .two-col-form-002 .two-col-form-002__heading.heading-001--left {
    padding-right: 5rem;
  }
}

.two-col-form-002__form {
  display: flex;
  height: 100%;
}

@media (min-width: 768px) {
  .two-col-form-002__form {
    align-items: center;
  }
}

.two-col-form-002__form input[type=submit] {
  width: auto;
  min-width: 180px;
}

.two-col-form-002__form .nf-response-msg {
  text-align: left;
}

@media (min-width: 768px) {
  .two-col-form-002__form .nf-response-msg {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .two-col-form-002__container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.two-col-form-002__container-inner {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  background-image: linear-gradient(90deg, #0081C0 0%, #00E5C5 100%);
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --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) {
  .two-col-form-002__container-inner {
    margin-left: 3rem;
    margin-right: 3rem;
    flex-direction: row;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    padding-left: 2.25rem;
    padding-right: 2.75rem;
  }
}

.two-col-form-002__container-left {
  margin-bottom: 1.25rem;
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-form-002__container-left {
    margin-bottom: 0px;
    width: 50%;
    padding-right: 1.5rem;
  }
}

.two-col-form-002__container-right {
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-form-002__container-right {
    width: 50%;
    padding-left: 1.5rem;
  }
}

.two-col-form-002__subheading {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-col-form-002__subheading::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.two-col-text-001 .two-col-text-001__heading {
  padding-top: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .two-col-text-001 .two-col-text-001__heading {
    padding-top: 1.25rem;
    padding-right: 6rem;
  }
}

.two-col-text-001 .two-col-text-001__heading br {
  display: none;
}

@media (min-width: 768px) {
  .two-col-text-001 .two-col-text-001__heading br {
    display: inline;
  }
}

.two-col-text-001__container-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .two-col-text-001__container-inner {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    height: 100%;
    flex-direction: row;
  }
}

.two-col-text-001__container-inner--two {
  align-items: center;
}

.two-col-text-001__container-left {
  order: 2;
  margin-top: 2.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .two-col-text-001__container-left {
    order: 1;
    margin-top: 0px;
    width: 40%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.two-col-text-001__container-right {
  order: 1;
}

@media (min-width: 1024px) {
  .two-col-text-001__container-right {
    order: 2;
    width: 60%;
    padding-left: 70px;
    padding-right: 0.75rem;
  }
}

@media (min-width: 1280px) {
  .two-col-text-001__container-right {
    padding-left: 100px;
  }
}

.two-col-text-001__images {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

.two-col-text-001__images-group {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  height: 50%;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}

@media (min-width: 1024px) {
  .two-col-text-001__images-group {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .two-col-text-001__images-group:first-child {
    padding-top: 0px;
  }

  .two-col-text-001__images-group:last-child {
    padding-bottom: 0px;
  }
}

.two-col-text-001__images-group-1:not(.two-col-text-001__images-group-two) {
  display: none !important;
}

@media (min-width: 1024px) {
  .two-col-text-001__images-group-1:not(.two-col-text-001__images-group-two) {
    display: flex !important;
  }
}

.two-col-text-001__images-group-1:not(.two-col-text-001__images-group-two) .two-col-text-001__images-item:first-child {
  height: 75%;
  width: 40%;
}

.two-col-text-001__images-group-1:not(.two-col-text-001__images-group-two) .two-col-text-001__images-item:last-child {
  width: 60%;
}

.two-col-text-001__images-group-1:not(.two-col-text-001__images-group-two) .two-col-text-001__figure {
  width: 100%;
}

.two-col-text-001__images-group-1:not(.two-col-text-001__images-group-two) .two-col-text-001__image {
  width: 100% !important;
}

@media (min-width: 1024px) {
  .two-col-text-001__images-group-2 .two-col-text-001__image {
    width: 90% !important;
  }
}

.two-col-text-001__images-group-two {
  margin-left: -10px;
  margin-right: -10px;
  height: 100%;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .two-col-text-001__images-group-two {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.two-col-text-001__images-group-two .two-col-text-001__images-item:first-child {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .two-col-text-001__images-group-two .two-col-text-001__images-item:first-child {
    margin-top: 5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-text-001__images-group-two .two-col-text-001__images-item:first-child {
    margin-top: 9rem;
  }
}

.two-col-text-001__images-group-two .two-col-text-001__figure {
  height: auto;
}

.two-col-text-001__images-group-two .two-col-text-001__images-item {
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .two-col-text-001__images-group-two .two-col-text-001__images-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.two-col-text-001__images-group-two .two-col-text-001__image {
  position: relative;
  height: auto;
  width: 100% !important;
}

.two-col-text-001__images-item {
  display: flex;
  height: 100%;
  align-items: flex-end;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1024px) {
  .two-col-text-001__images-item {
    width: 100%;
  }
}

.two-col-text-001__figure {
  position: relative;
  height: 100%;
  max-height: 100%;
}

@media (min-width: 1024px) {
  .two-col-text-001__figure {
    width: 100%;
  }
}

.two-col-text-001__image {
  height: 100%;
  width: auto !important;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.50);
  --tw-shadow-colored: 2px 2px 4px 0px 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: 1024px) {
  .two-col-text-001__image {
    position: absolute;
    left: 0px;
    top: 0px;
  }
}

.two-col-text-001__content {
  padding-top: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .two-col-text-001__content {
    padding-top: 2rem;
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 1024px) {
  .two-col-text-001__content {
    padding-right: 7rem;
  }
}

.two-col-text-001__content p {
  margin-top: 1.25rem;
}

.two-col-text-001__content p:first-child {
  margin-top: 0px;
}

.two-col-text-001__list {
  margin-top: -1rem;
  margin-bottom: -1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 0px;
  padding-top: 1.75rem;
}

@media (min-width: 768px) {
  .two-col-text-001__list {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .two-col-text-001__list {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media (min-width: 1280px) {
  .two-col-text-001__list {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.two-col-text-001__list-item {
  margin-bottom: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: row;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .two-col-text-001__list-item {
    width: 50%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-text-001__list-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1280px) {
  .two-col-text-001__list-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.two-col-text-001__list-item-circle {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 130 192 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .two-col-text-001__list-item-circle {
    height: 5rem;
    width: 5rem;
  }
}

.two-col-text-001__item-icon {
  height: 1.75rem;
  width: 1.75rem;
}

@media (min-width: 768px) {
  .two-col-text-001__item-icon {
    height: 2.75rem;
    width: 2.75rem;
  }
}

.two-col-text-001__list-item-text {
  flex: 1 1 0%;
  padding-left: 0.75rem;
}

.two-col-text-001__list-item-text strong {
  display: block;
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 1.75rem;
}

section.two-col-text-001__list-item-text strong {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.two-col-text-001__list-item-text strong {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 768px) {
  .two-col-text-001__list-item-text strong {
    margin-bottom: 0.5rem;
  }
}

.two-col-text-001__list-item-text span {
  margin-top: -0.25rem;
  display: block;
  font-size: 16px;
  line-height: 26px;
  line-height: 1.5rem;
}

section.two-col-text-001__list-item-text span {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.two-col-text-001__list-item-text span {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 768px) {
  .two-col-text-001__list-item-text span {
    margin-top: 0px;
  }
}

.two-col-text-001__buttons {
  padding-top: 2rem;
}

@media (min-width: 1024px) {
  .two-col-text-001__buttons {
    padding-top: 2.75rem;
  }
}

.two-col-text-001__button {
  min-width: 180px;
}

.two-col-text-001__simple-list {
  padding-left: 0px;
  padding-top: 2rem;
}

.two-col-text-001__simple-list-item {
  margin-bottom: 1.25rem;
  list-style-type: none;
}

.two-col-text-001__simple-list-item:last-child {
  margin-bottom: 0px;
}

.two-col-text-001__simple-content {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.two-col-text-002 .two-col-text-002__list-content {
  margin-top: -0.25rem;
  padding-top: 0px;
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .two-col-text-002 .two-col-text-002__list-content {
    margin-top: 0px;
    padding-top: 0.5rem;
  }
}

.two-col-text-002 .two-col-text-002__heading {
  padding-top: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 47 95 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .two-col-text-002 .two-col-text-002__heading {
    padding-top: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .two-col-text-002 .two-col-text-002__heading {
    padding-right: 2rem;
  }
}

.two-col-text-002__container-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .two-col-text-002__container-inner {
    flex-direction: row;
  }
}

.two-col-text-002__container-left {
  margin-bottom: 3rem;
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-text-002__container-left {
    margin-bottom: 0px;
    width: 50%;
    padding-right: 1.75rem;
  }
}

.two-col-text-002__container-right {
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-text-002__container-right {
    width: 50%;
    padding-left: 1.75rem;
  }
}

.two-col-text-002__content {
  padding-top: 0.75rem;
}

@media (min-width: 768px) {
  .two-col-text-002__content {
    padding-top: 2rem;
  }
}

.two-col-text-002__list {
  margin-bottom: 1.75rem;
  padding-top: 1.25rem;
  padding-left: 0px;
}

@media (min-width: 768px) {
  .two-col-text-002__list {
    margin-bottom: 4rem;
    padding-top: 2.75rem;
  }
}

.two-col-text-002__list li {
  margin-bottom: 1rem;
  display: flex;
  list-style-type: none;
  flex-direction: row;
}

.two-col-text-002__list li:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .two-col-text-002__list li {
    margin-bottom: 2.75rem;
    align-items: center;
  }
}

.two-col-text-002__list-circle {
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 130 192 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .two-col-text-002__list-circle {
    height: 5rem;
    width: 5rem;
  }
}

.two-col-text-002__list-icon {
  height: 30px;
  width: 30px;
}

@media (min-width: 768px) {
  .two-col-text-002__list-icon {
    height: 2.75rem;
    width: 2.75rem;
  }
}

.two-col-text-002__list-heading {
  font-size: 20px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

.two-col-text-002__list-content-wrap {
  flex: 1 1 0%;
  padding-left: 0.75rem;
}

.two-col-text-002__button {
  min-width: 180px;
}

.two-col-text-002__container-statistics {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .two-col-text-002__container-statistics {
    margin: -0.75rem;
    flex-direction: row;
  }
}

.two-col-text-002__container-statistic {
  display: flex;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .two-col-text-002__container-statistic {
    width: 50%;
    min-width: 278px;
    padding: 0.75rem;
  }
}

.two-col-text-002__container-statistic-inner {
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

@media (min-width: 768px) {
  .two-col-text-002__container-statistic-inner {
    min-height: 273px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 3.5rem;
    padding-bottom: 1.75rem;
    text-align: left;
  }
}

.two-col-text-002__container-statistic-inner--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 192 / var(--tw-bg-opacity));
}

.two-col-text-002__container-statistic-inner--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 47 95 / var(--tw-bg-opacity));
}

.two-col-text-002__container-statistic-inner--tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 229 197 / var(--tw-bg-opacity));
}

.two-col-text-002__container-statistic-number {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -2.5px;
}

@media (min-width: 768px) {
  .two-col-text-002__container-statistic-number {
    margin-bottom: 0.75rem;
    font-size: 3.75rem;
    line-height: 1;
  }
}

.two-col-text-002__container-statistic-label {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -2.1px;
}

@media (min-width: 768px) {
  .two-col-text-002__container-statistic-label {
    font-size: 48px;
    line-height: 58px;
  }
}

.two-col-text-003 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.two-col-text-003__heading {
  padding-top: 0.5rem;
}

@media (min-width: 768px) {
  .two-col-text-003__heading {
    padding-top: 1.25rem;
  }
}

.two-col-text-003__image-wrap {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 0px;
}

.two-col-text-003__buttons {
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .two-col-text-003__buttons {
    padding-top: 3.5rem;
  }
}

.two-col-text-003__container-inner {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .two-col-text-003__container-inner {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .two-col-text-003__container-inner {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
}

.two-col-text-003__container-left {
  margin-bottom: 2.75rem;
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-text-003__container-left {
    margin-bottom: 0px;
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-text-003__container-left {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.two-col-text-003__container-right {
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-text-003__container-right {
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-text-003__container-right {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.two-col-text-003__images-wrap {
  display: flex;
  flex-direction: row;
}

.two-col-text-003__images-inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.two-col-text-003__figure {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .two-col-text-003__figure {
    width: 100%;
  }
}

.two-col-text-003__image {
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.50);
  --tw-shadow-colored: 2px 2px 4px 0px 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) {
  .two-col-text-003__image {
    height: 270px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .two-col-text-003__image {
    height: 345px;
  }
}

.two-col-text-003__logo-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.two-col-text-003__content {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .two-col-text-003__content {
    font-size: 18px;
    line-height: 28px;
  }
}

.two-col-text-003__content strong {
  font-weight: 700;
}

.two-col-text-003__content p + p {
  margin-top: 1.5rem;
}

.two-col-text-003__content ul {
  margin-top: 2.25rem !important;
}

.two-col-text-003__content ul li {
  margin-bottom: 0px !important;
}

.two-col-text-003__content ul li::before {
  top: 0.5rem;
  height: 10px;
  width: 10px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 48 95 / var(--tw-bg-opacity));
}

.two-col-text-004 {
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 768px) {
  .two-col-text-004 {
    margin-top: -70px;
  }
}

.two-col-text-004 .two-col-text-004__heading {
  position: relative;
  z-index: 2;
  margin-bottom: 2.25rem;
  padding-top: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .two-col-text-004 .two-col-text-004__heading {
    max-width: 32rem;
  }
}

@media (min-width: 1024px) {
  .two-col-text-004 .two-col-text-004__heading {
    margin-bottom: 0px;
    font-size: 48px;
    line-height: 58px;
  }
}

.two-col-text-004 .two-col-text-004__subheading {
  position: relative;
  z-index: 2;
}

.two-col-text-004__container {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .two-col-text-004__container {
    padding-top: 9rem;
  }
}

@media (min-width: 1024px) {
  .two-col-text-004__container {
    padding-bottom: 4rem;
    padding-top: 11rem;
  }
}

.two-col-text-004__container:before {
  position: absolute;
  left: -3rem;
  top: 0px;
  z-index: 1;
  height: 937px;
  width: 858px;
  background-image: url("../theme/assets/images/list-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
  background-position: 0 -10px;
}

.two-col-text-004__list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 0px;
}

@media (min-width: 768px) {
  .two-col-text-004__list {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .two-col-text-004__list {
    margin-top: -1rem;
  }
}

.two-col-text-004__list:after {
  position: absolute;
  bottom: -3.5rem;
  display: none;
  height: 14.9rem;
  width: 13rem;
  background-image: url("../theme/assets/vectors/cup.svg");
  background-size: cover;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 448px) {
  .two-col-text-004__list:after {
    right: -2rem;
    bottom: -2rem;
    display: block;
  }
}

@media (min-width: 768px) {
  .two-col-text-004__list:after {
    right: -7rem;
    height: 349px;
    width: 304px;
  }
}

@media (min-width: 1024px) {
  .two-col-text-004__list:after {
    right: -5rem;
  }
}

@media (min-width: 1536px) {
  .two-col-text-004__list:after {
    right: 0px;
  }
}

.two-col-text-004__list li {
  position: relative;
  margin-bottom: 1.25rem;
  list-style-type: none;
}

.two-col-text-004__list li:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .two-col-text-004__list li {
    margin-bottom: 0.5rem;
    min-height: 136px;
  }
}

@media (min-width: 1024px) {
  .two-col-text-004__list li {
    margin-bottom: 0.25rem;
  }
}

.two-col-text-004__list li:after {
  position: absolute;
  display: none;
  height: 72px;
  width: 156px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .two-col-text-004__list li:after {
    display: block;
  }
}

.two-col-text-004__list li:nth-child(1) {
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-text-004__list li:nth-child(1) {
    margin-top: 2.5rem;
    width: 50%;
    padding-right: 1.75rem;
  }
}

.two-col-text-004__list li:nth-child(1) {
  color: rgba(0, 228, 197, 0.40);
}

.two-col-text-004__list li:nth-child(2) {
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-text-004__list li:nth-child(2) {
    width: 50%;
  }
}

.two-col-text-004__list li:nth-child(2)::after {
  bottom: -50px;
  content: var(--tw-content);
  background-image: url("../theme/assets/vectors/arrow-2.svg");
}

@media (min-width: 768px) {
  .two-col-text-004__list li:nth-child(2)::after {
    content: var(--tw-content);
    left: -33%;
  }
}

@media (min-width: 1024px) {
  .two-col-text-004__list li:nth-child(2)::after {
    left: -33%;
    content: var(--tw-content);
    bottom: 20px;
  }
}

@media (min-width: 1536px) {
  .two-col-text-004__list li:nth-child(2)::after {
    content: var(--tw-content);
    left: -39%;
  }
}

@media (min-width: 2200px) {
  .two-col-text-004__list li:nth-child(2)::after {
    content: var(--tw-content);
    left: -39%;
  }
}

.two-col-text-004__list li:nth-child(2) {
  color: rgba(0, 203, 196, 0.40);
}

.two-col-text-004__list li:nth-child(3) {
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-text-004__list li:nth-child(3) {
    margin-top: 2rem;
    margin-left: 7%;
    width: 58%;
  }
}

@media (min-width: 1024px) {
  .two-col-text-004__list li:nth-child(3) {
    margin-top: 5rem;
    margin-left: 12%;
    width: 58%;
  }
}

.two-col-text-004__list li:nth-child(3) {
  color: rgba(0, 163, 194, 0.40);
}

.two-col-text-004__list li:nth-child(4) {
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-text-004__list li:nth-child(4) {
    margin-top: -1.75rem;
    width: 35%;
  }
}

@media (min-width: 1024px) {
  .two-col-text-004__list li:nth-child(4) {
    width: 30%;
  }
}

.two-col-text-004__list li:nth-child(4)::after {
  content: var(--tw-content);
  background-image: url("../theme/assets/vectors/arrow-4.svg");
}

@media (min-width: 768px) {
  .two-col-text-004__list li:nth-child(4)::after {
    left: -60%;
    content: var(--tw-content);
    bottom: -20px;
  }
}

@media (min-width: 1024px) {
  .two-col-text-004__list li:nth-child(4)::after {
    left: -55%;
    content: var(--tw-content);
    bottom: 54px;
  }
}

@media (min-width: 1536px) {
  .two-col-text-004__list li:nth-child(4)::after {
    content: var(--tw-content);
    left: -65%;
  }
}

@media (min-width: 2200px) {
  .two-col-text-004__list li:nth-child(4)::after {
    content: var(--tw-content);
    left: -65%;
  }
}

.two-col-text-004__list li:nth-child(4) {
  color: rgba(0, 131, 192, 0.40);
}

.two-col-text-004__list-number {
  display: block;
  text-align: center;
  font-size: 6rem;
  line-height: 1;
  font-weight: 400;
}

section.two-col-text-004__list-number {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section.two-col-text-004__list-number {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 768px) {
  .two-col-text-004__list-number {
    text-align: left;
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .two-col-text-004__list-number {
    font-size: 120px;
    line-height: 130px;
  }
}

.two-col-text-004__list-content {
  margin-top: -0.5rem;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .two-col-text-004__list-content {
    margin-top: -2rem;
    margin-left: 1.75rem;
    max-width: 400px;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .two-col-text-004__list-content {
    margin-top: -3rem;
    font-size: 32px;
    line-height: 42px;
  }
}

.two-col-text-005 .two-col-text-005__heading {
  padding-top: 1.25rem;
  font-weight: 500;
}

.two-col-text-005--gray {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

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

.two-col-text-005__group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .two-col-text-005__group {
    flex-direction: row;
  }
}

.two-col-text-005__left {
  margin-bottom: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-text-005__left {
    margin-bottom: 0px;
    width: 55%;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .two-col-text-005__left {
    width: 60%;
    padding-right: 1.75rem;
  }
}

.two-col-text-005__right {
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-text-005__right {
    width: 45%;
  }
}

@media (min-width: 1024px) {
  .two-col-text-005__right {
    width: 40%;
  }
}

.two-col-text-005__list {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  padding-top: 1.75rem;
}

@media (min-width: 768px) {
  .two-col-text-005__list {
    padding-top: 2.75rem;
  }
}

@media (min-width: 1024px) {
  .two-col-text-005__list {
    padding-top: 4rem;
  }
}

.two-col-text-005__list li {
  margin-bottom: 1.5rem;
  display: flex;
  list-style-type: none;
  flex-direction: row;
}

.two-col-text-005__list li:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .two-col-text-005__list li {
    margin-bottom: 2.75rem;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .two-col-text-005__list li {
    margin-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  .two-col-text-005__list li:nth-child(even) {
    margin-left: 3rem;
  }
}

@media (min-width: 1024px) {
  .two-col-text-005__list li:nth-child(even) {
    margin-left: 6rem;
  }
}

.two-col-text-005__list-circle {
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 129 192 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .two-col-text-005__list-circle {
    height: 5rem;
    width: 5rem;
  }
}

.two-col-text-005__list-icon {
  width: 2.25rem;
}

@media (min-width: 768px) {
  .two-col-text-005__list-icon {
    width: 50px;
  }
}

.two-col-text-005__list-content {
  flex: 1 1 0%;
  padding-left: 0.75rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .two-col-text-005__list-content {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 1024px) {
  .two-col-text-005__list-content {
    font-size: 20px;
    line-height: 30px;
  }
}

.two-col-text-005__image {
  margin-left: auto;
  margin-right: auto;
  height: 250px;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
  --tw-shadow-colored: 0px 2px 4px 0px 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) {
  .two-col-text-005__image {
    height: 350px;
  }
}

@media (min-width: 1024px) {
  .two-col-text-005__image {
    height: 411px;
  }
}

.two-col-text-005__buttons {
  justify-content: center;
  padding-top: 1.75rem;
}

@media (min-width: 768px) {
  .two-col-text-005__buttons {
    padding-top: 2.75rem;
  }
}

.video-player-001 {
  position: relative;
  z-index: 10;
}

.video-player-001:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
  -webkit-clip-path: polygon(0 50%,100% 50%,100% 100%,0 100%);
  clip-path: polygon(0 50%,100% 50%,100% 100%,0 100%);
}

.video-player-001__player {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(151 151 151 / var(--tw-border-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);
}

.video-player-001__player:hover .video-player-001__button {
  --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));
}

.video-player-001__player-layer {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.one-col-header-001__preview {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.video-player-001__figure {
  height: 100%;
  width: 100%;
}

.video-player-001__image {
  width: 100%;
  vertical-align: middle;
}

.video-player-001__button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  --tw-translate-x: -50%;
  --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;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(220 0 0 / var(--tw-border-opacity));
  transition-duration: 100ms;
  transition-timing-function: linear;
}

@media (min-width: 768px) {
  .video-player-001__button {
    height: 125px;
    width: 125px;
    border-width: 6px;
  }
}

.video-player-001__button {
  background: rgba(255, 255, 255, 0.844061);
}

.video-player-001__video-icon {
  margin-left: 0.25rem;
  height: 15px;
  width: 22px;
}

@media (min-width: 768px) {
  .video-player-001__video-icon {
    margin-left: 1rem;
    height: 53px;
    width: 75px;
  }
}

.video-player-001__iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  opacity: 0.00001;
}

.video-player-001__iframe.visible {
  opacity: 1;
}

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

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

.border {
  border-width: 1px;
}

.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
 */
