/* tailwind base styles */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 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;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

hr {
  border-top-width: 1px;
}

/* Skip to Main Content
     ========================================================================== */

/**
   * 1. This will skip to the main content instead of tabbing through all of the navigation elements on the page.
   * Reference - https://webdesign.tutsplus.com/articles/keyboard-accessibility-tips-using-html-and-css--cms-31966
   */

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus {
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 0 35%;
  padding: 5px;
  font-size: 20px;
  outline: 3px solid red;
  text-align: center;
  z-index: 999;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  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 */
  appearance: button;
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/**
   * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
   * A thin layer on top of normalize.css that provides a starting point more
   * suitable for web applications.
   */

/**
   * 1. Prevent padding and border from affecting element width
   * https://goo.gl/pYtbK7
   * 2. Change the default font family in all browsers (opinionated)
   */

html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
   * Removes the default spacing and border for appropriate elements.
   */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
   * Work around a Firefox/IE bug where the transparent `button` background
   * results in a loss of the default `button` focus styles.
   */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
   * Tailwind custom reset styles
   */

/**
   * 1. Use the system font stack as a sane default.
   * 2. Use Tailwind's default "normal" line-height so the user isn't forced
   * to override it to ensure consistency even when using the default theme.
   */

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
   * Allow adding a border to an element by just adding a border-width.
   *
   * By default, the way the browser specifies that an element should have no
   * border is by setting it's border-style to `none` in the user-agent
   * stylesheet.
   *
   * In order to easily add borders to elements by just setting the `border-width`
   * property, we change the default border-style for all elements to `solid`, and
   * use border-width to hide them instead. This way our `border` utilities only
   * need to set the `border-width` property instead of the entire `border`
   * shorthand, making our border utilities much more straightforward to compose.
   *
   * https://github.com/tailwindcss/tailwindcss/pull/116
   */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: #d5e2e9;
}

/**
   * Undo the `border-style: none` reset that Normalize applies to images so that
   * our `border-{width}` utilities have the expected effect.
   *
   * The Normalize reset is unnecessary for us since we default the border-width
   * to 0 on all elements.
   *
   * https://github.com/tailwindcss/tailwindcss/issues/362
   */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 0.5;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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;
}

/**
   * Reset form element properties that are easy to forget to
   * style explicitly so you don't inadvertently introduce
   * styles that deviate from your design system. These styles
   * supplement a partial reset that is already applied by
   * normalize.css.
   */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
   * Use the configured 'mono' font family for elements that
   * are expected to be rendered with a monospace font, falling
   * back to the system monospace stack if there is no configured
   * 'mono' font family.
   */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}

/**
   * Make replaced elements `display: block` by default as that's
   * the behavior you want almost all of the time. Inspired by
   * CSS Remedy, with `svg` added as well.
   *
   * https://github.com/mozdevs/cssremedy/issues/14
   */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  /*vertical-align: middle;*/
  display: block;
}

/**
   * Constrain images and videos to the parent width and preserve
   * their instrinsic aspect ratio.
   *
   * https://github.com/mozdevs/cssremedy/issues/14
   */

img,
video {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* custom base styles */

/* Base
  ============================================================================= */

html,
body {
  height: 100%;
}

html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 20px;
  }
}

body {
  overflow: hidden;
  overflow-y: auto;
}

/*h1 {
  font-size: 1.875rem;
} */

h2,
h1 {
  font-size: 1.5rem;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

h1 {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
dl,
ol,
ul,
form,
fieldset,
table {
  margin-top: 1rem;
}

ol,
ul {
  margin-left: 1.5rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

ol ol,
ul ol {
  list-style-type: lower-latin;
}

ol ol ol,
ul ol ol {
  list-style-type: lower-roman;
}

ol ol ul,
ul ol ul {
  list-style-type: square;
}

ol ul,
ul ul {
  list-style-type: circle;
}

ol ul ol,
ul ul ol {
  list-style-type: lower-roman;
}

ol ul ul,
ul ul ul {
  list-style-type: square;
}

a {
  color: #2f3437;
  text-decoration: underline;
}

[hidden] {
  display: none !important;
}

[tabindex="-1"] {
  outline: none;
}

/* tailwind components styles */

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

/* custom components styles */

.rw {
  display: flex;
  background-color: #e9ebed;
  margin-top: 15px;
  padding: 1em;
}
.rw > p:first-child {
  margin-top: 0px;
}

.cols {
  flex: 33.33%;
  padding: 5px;
}

/* Header Buttons
  ============================================================================= */

/* Language Button begin */
.dropbtn {
  background-color: #2f4052;
  background-image: url(../img/template/Globe.png);
  color: white;
  margin: 1.5em 3.75em 0em 0em;

  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
  background-size: cover;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  margin-top: -1em;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 110px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content button {
  color: black;
  padding: 12px 16px;
  text-align: left;
  text-decoration: none;
  min-width: 110px;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content button:hover {
  background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

/* Language button end */

.wrap {
  padding: 1em;
}

.resbtn {
  margin: 0.5em 3.5em 0 0;
  height: 50px;
  width: 50px;
}

.helpbtn {
  margin: 0.5em 0.9em 0 0;
  height: 50px;
  width: 50px;
}

@media (max-width: 768px) {
  .resbtn {
    margin: 0.5em 0em 0 0;
    height: 40px;
    width: 40px;
  }

  .helpbtn {
    margin: 0.5em 0em 0 0;
    height: 40px;
    width: 40px;
  }
  .dropbtn {
    margin: 1.5em 0em 0em 0em;
    height: 40px;
    width: 40px;
  }
  .toc-toggle {
    height: 35px;
    width: 35px;
  }
  .logo-flag {
    display: none;
  }
}

.btnX {
  margin-top: 1em;
  padding: 5px;
  border: 1px solid black;
  font-size: 25px;

  text-decoration: none;
}

.btnX:hover {
  background-color: #e8ebf0;
}

/* Text Box
  ============================================================================= */
.txtAns {
  border: 1px solid #a9a9a9;
  width: 100%;
}

/* Transcript
============================================================================= */

.Transcript {
  width: 100%;
  display: grid;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.transcript-text {
  background-color: transparent;
}

.transcript-text__button {
  border: 0;
  display: block;
  width: 25%;
  text-align: center;
  font-size: 25px;
  color: white;
  transition: all 0.2s ease-in-out;
  padding: 5px;
  border-radius: 6px;
  cursor: pointer;
  background-color: darkgrey;
}
.transcript-text__button:focus {
  border: none;
  outline: none;
}
.transcript-text__button:before {
  float: right;
  right: 0;
}

.transcript-text__button:active,
.transcript-text__button:hover {
  background-color: darkgray;
}

.transcript-text__button:active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.transcript-text__content {
  overflow: hidden;
  font-size: 20px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  max-height: 0;
  transition: all 0.4s ease-in-out;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: lightgrey;
}
.transcript-text__button:active {
  display: block;
}

/* Accordion
  ============================================================================= */

.accordion {
  width: 100%;
  display: grid;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.accordion-item {
  background-color: transparent;
}

.accordion-item__button {
  border: 0;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 25px;
  font-weight: bolder;
  transition: all 0.2s ease-in-out;
  padding: 1rem;
  border-radius: 6px;
  cursor: pointer;
}
.accordion-item__button:focus {
  border: none;
  outline: none;
}
.accordion-item__button:before {
  content: "+";
  float: right;
  right: 0;
}
.accordion-item__button.active:before {
  content: "\2212";
}

.accordion-item__button:active,
.accordion-item__button:hover {
  background-color: #d3d3d3;
}

.accordion-item__button:active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-item__content {
  overflow: hidden;
  padding-right: 2.5em;
  font-size: 20px;
  max-height: 0;
  transition: all 0.4s ease-in-out;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-left: 20px;
}
.accordion-item__button:active {
  display: block;
}

*.accordion-item__button[tabindex]:focus {
  background-color: #d3d3d3;
}

/* Flipcards V2 */
.grid {
  display: grid;
  /* grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); 
  grid-gap: 30px; */
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.wrap {
  /* height: 350px;
  width: 550px; */
  height: 332px;
  width: 495px;
  border-radius: 100%;
}
.wrap .card {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}
.wrap .card.flipped {
  transform: rotateY(180deg);
}
.wrap .card .front,
.wrap .card .back {
  position: absolute;
  width: 100%;
  height: 100%;
  color: darkslategrey;
  text-align: center;
  font-size: 15px;
  justify-content: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: lightblue;
  /* border-radius: 100%; */
  border: 3px solid dimgrey;
}
.wrap .card .front img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  /* border-radius: 100%; */
}
.wrap .card .front:after {
  content: "->";
  position: absolute;

  left: 0;
  right: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wrap .card .back {
  transform: rotateY(180deg);
  background: #2e2e40;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .grid {
    display: block;
  }
  .grid .wrap {
    margin-bottom: 30px;
  }
}

/*
  Click to Zoom
  ============================================================================= */

[id^="zoomCheck"] {
  display: none;
}

.container img {
  transition: transform 0.25 ease;
  cursor: zoom-in;
}

[id^="zoomCheck"]:checked ~ label > img {
  transform: scale(1.5);
  cursor: zoom-out;
}

/* Alert Icons
  ============================================================================= */

.alert-info {
  border-left: 10px solid #31708f;
  background-color: #d9edf7;

  padding: 0.1em 1em 1em 1em;
  margin: 2em 0;
}

.alert-info > :first-child:before {
  content: "ⓘ";
  margin: 0 0.5em;
}
/* Button
  ============================================================================= */

.button,
.icon-button {
  overflow: hidden;
  font-weight: 700;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
}

.button.disabled,
.button[disabled][disabled],
.icon-button.disabled,
.icon-button[disabled][disabled] {
  cursor: default;
  pointer-events: none;
}

.button:not(button),
.icon-button:not(button) {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.button {
  line-height: 1.15;
  transition: background-color 0.25s ease-out;
}

.icon-button {
  height: 48px;
  width: 48px;
  line-height: 1;
}

.icon-button > svg {
  fill: currentColor;
  height: 100%;
  width: 100%;
}
/* Button
  ============================================================================= */

.button,
.icon-button {
  overflow: hidden;
  font-weight: 700;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
}

.button.disabled,
.button[disabled][disabled],
.icon-button.disabled,
.icon-button[disabled][disabled] {
  cursor: default;
  pointer-events: none;
}

.button:not(button),
.icon-button:not(button) {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.button {
  line-height: 1.15;
  transition: background-color 0.25s ease-out;
}

.icon-button {
  height: 48px;
  width: 48px;
  line-height: 1;
}

.icon-button > svg {
  fill: currentColor;
  height: 100%;
  width: 100%;
}
/* Carousel
  ============================================================================= */

.carousel {
  position: relative;
  overflow: hidden;
  background-color: lightgrey;
  border-radius: 25px;
  padding: 0.5em;
}

.carousel__items {
  position: relative;
  display: flex;
  align-items: center;

  min-height: 3rem;
  width: 100%;
  transition: left 0.25s ease-in-out;
}

.carousel__items_left {
  position: relative;
  display: flex;
  align-items: left;

  min-height: 3rem;
  width: 100%;
  transition: left 0.25s ease-in-out;
}

.carousel__item {
  flex: 1 0 auto;
  text-align: left;
  opacity: 1;
  width: 99%;
  transition: opacity 0.25s ease-in;
  margin-left: 0.5em;
}

.carousel__item_left {
  flex: 1 0 auto;
  text-align: left;
  opacity: 1;
  width: 100%;
  transition: opacity 0.25s ease-in;
}

.carousel__item [aria-hidden="true"] {
  opacity: 0;
}

.carousel__item_left [aria-hidden="true"] {
  opacity: 0;
}

/* Carousel previous, next buttons */

.carousel__button {
  position: absolute;
  top: 50%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.75);
  color: currentColor;
  border: 3px solid transparent;
  border-radius: 50%;
  margin: 0.5em;
  padding: 0.5em;
  height: 48px;
  width: 48px;
  transform: translateY(-50%);
}

.carousel__button[data-next-slide] {
  right: 0;
}

.carousel__button:focus,
.carousel__button:hover {
  background-color: #ffffff;
}

.carousel__button:focus {
  border-color: currentColor;
  outline: none;
}

.carousel__button.disabled,
.carousel__button[disabled][disabled] {
  opacity: 0.25;
}

.carousel__button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  fill: currentColor;
}

/* Carousel indicator buttons */

.carousel__indicators {
  display: flex;
  justify-content: center;
}

.carousel__indicators > button {
  background-color: #000000;
  border: none;
  border-radius: 50%;
  margin: 0 0.25rem;
  padding: 0;
  height: 14px;
  width: 14px;
  opacity: 0.55;
}

.carousel__indicators > button:focus,
.carousel__indicators > button:hover {
  opacity: 1;
  outline: none;
}

.carousel__indicators > button.disabled,
.carousel__indicators > button[disabled][disabled] {
  opacity: 1;
}

/* List Slide
  ============================================================================= */
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slide {
  animation: slide-left 0.5s;
}
.slide1 {
  animation: slide-left 0.75s;
}
.slide2 {
  animation: slide-left 1s;
}
.slide3 {
  animation: slide-left 1.25s;
}
.slide4 {
  animation: slide-left 1.5s;
}
.slide5 {
  animation: slide-left 1.75s;
}
.slide6 {
  animation: slide-left 2s;
}
.slide7 {
  animation: slide-left 2.25s;
}

.aslide {
  animation: slide-right 0.5s;
}
.aslide1 {
  animation: slide-right 0.75s;
}
.aslide2 {
  animation: slide-right 1s;
}
.aslide3 {
  animation: slide-right 1.25s;
}
.aslide4 {
  animation: slide-right 1.5s;
}
.aslide5 {
  animation: slide-right 1.75s;
}
.aslide6 {
  animation: slide-right 2s;
}
.aslide7 {
  animation: slide-right 2.25s;
}

@keyframes slide-left {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes slide-right {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* Modal
  ============================================================================= */

body.modal-open {
  overflow: hidden;
}

.modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  opacity: 1;
  transition: opacity 0.25s ease-in;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2001;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal {
  position: relative;
  overflow-y: auto;
  z-index: 2002;
  height: auto;
  max-height: 100%;
  min-height: 10rem;
  width: 100%;
  padding: 1rem 2.5rem;
  background-color: #fff;
  border: 2px solid;
}

.modal .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
}

@media (min-width: 768px) {
  .modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 48rem;
    max-height: 90%;
  }
}
.modalres p {
  text-indent: -40px;
  margin-left: 40px;
}
/*
    Quiz
  ============================================================================= */

.quiz,
.quiz__controls {
  margin-top: 1.5rem;
}

.quiz__questions {
  position: relative;
  overflow: hidden;
}

/* Scored quiz elements */

.quiz__feedback,
.quiz__success,
.quiz__unsuccess {
  display: none;
}

.quiz[data-success="0"] .quiz__feedback,
.quiz[data-success="1"] .quiz__feedback,
.quiz[data-success="0"] .quiz__unsuccess,
.quiz[data-success="1"] .quiz__success {
  display: block;
}

/*
    Question
  ============================================================================= */

.question__options {
  list-style-type: none;
}

.question__options > li {
  position: relative;
  padding: 0.5rem 0;
}

.question input[type="checkbox"],
.question input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.question__options label {
  position: relative;
  display: block;
  padding: 0 0 0 2.5rem;
}

.question__options label:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  left: 0;
  top: 0;
  background: #f4f4f4;
  border: 1px solid #bbbbbb;
}

.question__options label:after {
  position: absolute;
  content: "";
  display: inline-block;
}

.question__options input[type="checkbox"] + label:after {
  left: 7px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.question__options input[type="radio"] + label:before {
  border-radius: 50%;
}

.question__options input[type="radio"] + label:after {
  left: 4px;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 8px solid #a51e22;
  border-radius: 50%;
}

.question__options input[type="checkbox"]:focus + label::before,
.question__options input[type="radio"]:focus + label::before {
  outline: auto 5px -webkit-focus-ring-color;
}

.question__options input[type="checkbox"]:checked + label::before {
  background: #1ca56f;
}

.question__options input[type="checkbox"]:checked + label::after,
.question__options input[type="radio"]:checked + label::after {
  content: "";
}

.question__options input[type="checkbox"] + label::after,
.question__options input[type="radio"] + label::after {
  content: none;
}

/*
    SCORM
  ============================================================================= */

.scorm-completion {
  display: none;
}

body[data-status] .scorm-completion {
  display: block;
}

[class*=" scorm--"],
[class^="scorm--"] {
  display: none;
}

[data-status="passed"] .scorm--completed,
[data-status="completed"] .scorm--completed,
[data-status="incomplete"][lesson-status="complete"] .scorm--incomplete,
[lesson-status="incomplete"] .scorm--notpassed {
  display: block;
}

/* Apply Base Theme */

/* Base Theme
  ============================================================================= */

html {
  /*background-color: #f4f7f9;*/
  color: #333;
  background-color: #ffffff;
}

/* Accents */

.accent-heading:after {
  content: "";
  display: block;
  background-color: #a51e22;
  margin-top: 0.125rem;
  width: 5rem;
  height: 0.3rem;
}

.accent-top {
  border-top-color: #e6e7e8;
  border-top-width: 0.5rem !important;
}

.accent-right {
  /*border-right-color: #a51e22;*/
  border-right-color: #2f4052;
  border-right-width: 0.5rem !important;
}

.accent-bottom {
  /*border-bottom-color: #a51e22;*/
  border-bottom-color: #2f4052;
  border-bottom-width: 0.5rem !important;
}

.accent-left {
  /*border-left-color: #a51e22;*/
  border-left-color: #2f4052;
  border-left-width: 0.5rem !important;
  padding-left: 15px;
}

/* Buttons */

.button--primary {
  border: 3px solid #2f4052;
  color: #2f4052;
}

.button--primary:hover,
.button--primary:focus {
  background-color: #2f4052;
  color: #fff;
}

.button--bprimary {
  border: 3px solid #562228;
  color: #562228;
}

.button--bprimary:hover,
.button--bprimary:focus {
  background-color: #562228;
  color: #fff;
}

.button--jade {
  border: 3px solid #a51e22;
  color: #a51e22;
}

.button--jade:hover,
.button--jade:focus {
  background-color: #a51e22;
  color: #fff;
}

.button--muted {
  border: 1px solid black;
}

.button--muted:hover,
.button--muted:focus {
  background-color: lightgray;
}

/* Directive */

.directive {
  color: #1ca56f;
  font-weight: 700;
}

/* Table */

.table-styled td,
.table-styled th {
  border-width: 1px;
  padding: 0.5rem 1rem;
}

.table-styled th {
  background-color: #f0f0f0;
  font-size: 0.75rem;
}

table .empty {
  background-color: transparent;
  border-width: 0;
}

/* Splash page 
  =============================================================================== */
.splash {
  position: fixed;
  opacity: 1;
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
  background: url(../img/modulebackground-CBS-3course.svg) no-repeat fixed
    #f4f7f9;
  background-size: cover;
  max-width: 100% !important;
}
/* hiding Navigation bar for the splash screen */
[data-ui="false"]:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
  background: url(../img/modulebackground-CBS-3course.svg) no-repeat fixed
    #f4f7f9;
  background-size: cover;
}

/* UI
  ============================================================================= */

/* TOC
  ============================================================================= */

.toc-container {
  background-color: lightgrey;
  color: #2e2e40;
  font-size: 16px;
  overflow: hidden;
}

.tocTitle {
  padding-bottom: 25px;
  border-bottom: 1px solid black;
}

.toc {
  display: none;
  margin: 0 auto 1.5rem;
  padding: 0 1.5rem;
  width: 100%;
  max-width: 48rem;
}

.toc-firstpage {
  display: none;
}

.toc.open {
  display: block;
}

.toc__link {
  display: block;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  color: inherit;
  line-height: 1.1;
  text-decoration: none;
}

.toc__link:focus,
.toc__link:hover {
  /*background-color: #e8ebf0;*/
  background-color: #ffffff;
  outline: none;
  text-decoration: none;
}

.toc__link[aria-current="true"] {
  border-color: currentColor;
  background-color: white;
}

[data-sidebar-visible="false"] .toc-toggle {
  display: none;
}

.toc-toggle-firstpage {
  display: none;
}

@media (min-width: 1024px) {
  [data-sidebar-visible="true"] .toc {
    display: block;
  }

  [data-sidebar-visible="true"] .toc-toggle {
    display: none;
  }

  [data-sidebar-visible="true"] .ui__main:not([data-model="hide"] .ui__main) {
    display: flex;
    min-height: 100%;
  }
}

[data-ui="false"] .toc-container,
[data-ui="false"] [data-pagination],
[data-ui="false"] .ui__header {
  display: none;
}

.ui {
  /* display: flex;
    flex-direction: column; */
  padding-top: 60px;
  height: 100%;
  width: 100%;
}

.ui__header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  width: 100%;
  z-index: 900;
}

.ui__main {
  flex: 1 1 auto;
}

.ui__main-firstpage {
  display: block;
}

[data-model="hide"] .ui__main {
  display: block;
}
[data-model="show"] .ui__main {
  flex: 1 1 auto;
}

[data-model="hide"] .page-container {
  width: 100%;
  padding: 25px;
}

.page-container-firstpage {
  width: 100%;
  padding: 25px;
}

@media (min-width: 1024px) {
  [data-model="hide"] .ui__main {
    display: block;
  }
  [data-model="show"] .ui__main {
    flex: 1 1 auto;
  }

  [data-sidebar-visible="true"] .ui__main:not([data-model="hide"] .ui__main) {
    display: flex;
    min-height: 100%;
  }

  [data-model="hide"] .page-container {
    width: 100%;
    padding: 25px;
  }

  [data-sidebar-visible="true"]
    .page-container:not([data-model="hide"] .page-container) {
    flex: 1 1 0%;
    max-width: calc(100% - 15.625rem);
  }

  [data-sidebar-visible="true"] .toc-container {
    order: 1;
    width: 15.625rem;
  }
}

.page {
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
  max-width: 48rem;
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}

.page-firstpage {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* return to top button */

.return-top {
  position: fixed;
  bottom: 1rem;
  right: 0.5rem;
  transform: translateY(150%);
  transition: transform 0.5s ease-in-out;
}

.scroll-offset .return-top {
  transform: translateY(0%);
}

/* Print Styles */

@media print {
  .pagination,
  .return-top {
    display: none !important;
  }
}

/* Popup container - can be anything you want */
.pop {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup */
.pop .popuptext {
  visibility: hidden;
  width: 420px;
  background-color: #15649a;
  color: #ffff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Toggle this class - hide and show the popup */
.pop .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Popup box BEGIN */
.hover_bkgr_fricc {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
  color: white;
}
.hover_bkgr_fricc .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.hover_bkgr_fricc > div {
  background-color: #15649a;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 551px;
  min-height: 100px;
  vertical-align: middle;
  width: 60%;
  position: relative;
  border-radius: 8px;
  padding: 15px 5%;
}
.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.popupCloseButton:hover {
  background-color: #ccc;
}
.trigger_popup_fricc {
  cursor: pointer;
  font-size: 20px;
  margin: 20px;
  display: inline-block;
  font-weight: bold;
}
/* Popup box BEGIN */

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 18px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #15649a; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

/* tailwind utilities styles */

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-off-white {
  background-color: #f4f7f9;
}

.bg-light-grey {
  background-color: #d5e2e9;
}

.bg-med-grey {
  background-color: #838d9b;
}

.bg-dark-grey {
  background-color: #2f3437;
}

.bg-pale-yellow {
  background-color: #e3e9c8;
}

.bg-red {
  background-color: #a51e22;
}

.bg-brown {
  background-color: #2f1c0b;
}

.bg-secondary {
  background-color: #236062;
}
.bg-bprimary {
  background-color: #512228;
}

.bg-primary {
  background-color: #2f4052;
}

.bg-splash {
  background-color: #e6e7e8;
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-black:hover {
  background-color: #000;
}

.hover\:bg-white:hover {
  background-color: #fff;
}

.hover\:bg-off-white:hover {
  background-color: #f4f7f9;
}

.hover\:bg-light-grey:hover {
  background-color: #d5e2e9;
}

.hover\:bg-med-grey:hover {
  background-color: #838d9b;
}

.hover\:bg-dark-grey:hover {
  background-color: #2f3437;
}

.hover\:bg-pale-yellow:hover {
  background-color: #e3e9c8;
}

.hover\:bg-red:hover {
  background-color: #a51e22;
}

.hover\:bg-primary:hover {
  background-color: #15649a;
}

.focus\:bg-transparent:focus {
  background-color: transparent;
}

.focus\:bg-black:focus {
  background-color: #000;
}

.focus\:bg-white:focus {
  background-color: #fff;
}

.focus\:bg-off-white:focus {
  background-color: #f4f7f9;
}

.focus\:bg-light-grey:focus {
  background-color: #d5e2e9;
}

.focus\:bg-med-grey:focus {
  background-color: #838d9b;
}

.focus\:bg-dark-grey:focus {
  background-color: #2f3437;
}

.focus\:bg-pale-yellow:focus {
  background-color: #e3e9c8;
}

.focus\:bg-jade:focus {
  background-color: #a51e22;
}

.focus\:bg-primary:focus {
  background-color: #15649a;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-transparent {
  border-color: transparent;
}

.border-black {
  border-color: #000;
}

.border-white {
  border-color: #fff;
}

.border-off-white {
  border-color: #f4f7f9;
}

.border-light-grey {
  border-color: #d5e2e9;
}

.border-med-grey {
  border-color: #838d9b;
}

.border-dark-grey {
  border-color: #2f3437;
}

.border-pale-yellow {
  border-color: #e3e9c8;
}

.border-red {
  border-color: #a51e22;
}

.border-primary {
  border-color: #15649a;
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-black:hover {
  border-color: #000;
}

.hover\:border-white:hover {
  border-color: #fff;
}

.hover\:border-off-white:hover {
  border-color: #f4f7f9;
}

.hover\:border-light-grey:hover {
  border-color: #d5e2e9;
}

.hover\:border-med-grey:hover {
  border-color: #838d9b;
}

.hover\:border-dark-grey:hover {
  border-color: #2f3437;
}

.hover\:border-pale-yellow:hover {
  border-color: #e3e9c8;
}

.hover\:border-red:hover {
  border-color: #a51e22;
}

.hover\:border-primary:hover {
  border-color: #15649a;
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-black:focus {
  border-color: #000;
}

.focus\:border-white:focus {
  border-color: #fff;
}

.focus\:border-off-white:focus {
  border-color: #f4f7f9;
}

.focus\:border-light-grey:focus {
  border-color: #d5e2e9;
}

.focus\:border-med-grey:focus {
  border-color: #838d9b;
}

.focus\:border-dark-grey:focus {
  border-color: #2f3437;
}

.focus\:border-pale-yellow:focus {
  border-color: #e3e9c8;
}

.focus\:border-red:focus {
  border-color: #a51e22;
}

.focus\:border-primary:focus {
  border-color: #15649a;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-none {
  border-style: none;
}

.border-0 {
  border-width: 0;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.hidden {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.font-sans {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-serif {
  font-family: Georgia, Times, "Times New Roman", serif;
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.hover\:font-hairline:hover {
  font-weight: 100;
}

.hover\:font-thin:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.focus\:font-hairline:focus {
  font-weight: 100;
}

.focus\:font-thin:focus {
  font-weight: 200;
}

.focus\:font-light:focus {
  font-weight: 300;
}

.focus\:font-normal:focus {
  font-weight: 400;
}

.focus\:font-medium:focus {
  font-weight: 500;
}

.focus\:font-semibold:focus {
  font-weight: 600;
}

.focus\:font-bold:focus {
  font-weight: 700;
}

.focus\:font-extrabold:focus {
  font-weight: 800;
}

.focus\:font-black:focus {
  font-weight: 900;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-56 {
  height: 14rem;
}

.h-64 {
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-32 {
  margin: 8rem;
}

.m-40 {
  margin: 10rem;
}

.m-48 {
  margin: 12rem;
}

.m-56 {
  margin: 14rem;
}

.m-64 {
  margin: 16rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-20 {
  margin: -5rem;
}

.-m-24 {
  margin: -6rem;
}

.-m-32 {
  margin: -8rem;
}

.-m-40 {
  margin: -10rem;
}

.-m-48 {
  margin: -12rem;
}

.-m-56 {
  margin: -14rem;
}

.-m-64 {
  margin: -16rem;
}

.-m-px {
  margin: -1px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.ml-32 {
  margin-left: 8rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.ml-40 {
  margin-left: 10rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.ml-48 {
  margin-left: 12rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.ml-56 {
  margin-left: 14rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.ml-64 {
  margin-left: 16rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-px {
  margin-top: 1px;
}

.mr-px {
  margin-right: 1px;
}

.mb-px {
  margin-bottom: 1px;
}

.ml-px {
  margin-left: 1px;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-mt-64 {
  margin-top: -16rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.-mt-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-full {
  max-width: 100%;
}

.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
  object-fit: fill;
}

.object-none {
  -o-object-fit: none;
  object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
  object-position: bottom;
}

.object-center {
  -o-object-position: center;
  object-position: center;
}

.object-left {
  -o-object-position: left;
  object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
  object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
  object-position: left top;
}

.object-right {
  -o-object-position: right;
  object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
  object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
  object-position: right top;
}

.object-top {
  -o-object-position: top;
  object-position: top;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-32 {
  padding: 8rem;
}

.p-40 {
  padding: 10rem;
}

.p-48 {
  padding: 12rem;
}

.p-56 {
  padding: 14rem;
}

.p-64 {
  padding: 16rem;
}

.p-px {
  padding: 1px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8b {
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-x-0 {
  right: 0;
  left: 0;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-x-auto {
  right: auto;
  left: auto;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.shadow-none {
  box-shadow: none;
}

.hover\:shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.hover\:shadow-none:hover {
  box-shadow: none;
}

.focus\:shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.focus\:shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.focus\:shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.focus\:shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.focus\:shadow-none:focus {
  box-shadow: none;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-transparent {
  color: transparent;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-off-white {
  color: #f4f7f9;
}

.text-light-grey {
  color: #d5e2e9;
}

.text-med-grey {
  color: #838d9b;
}

.text-dark-grey {
  color: #2f3437;
}

.text-pale-yellow {
  color: #e3e9c8;
}

.text-jade {
  color: #1ca56f;
}

.text-primary {
  color: #2e2e40;
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-black:hover {
  color: #000;
}

.hover\:text-white:hover {
  color: #fff;
}

.hover\:text-off-white:hover {
  color: #f4f7f9;
}

.hover\:text-light-grey:hover {
  color: #d5e2e9;
}

.hover\:text-med-grey:hover {
  color: #838d9b;
}

.hover\:text-dark-grey:hover {
  color: #2f3437;
}

.hover\:text-pale-yellow:hover {
  color: #e3e9c8;
}

.hover\:text-jade:hover {
  color: #1ca56f;
}

.hover\:text-primary:hover {
  color: #2e2e40;
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-black:focus {
  color: #000;
}

.focus\:text-white:focus {
  color: #fff;
}

.focus\:text-off-white:focus {
  color: #f4f7f9;
}

.focus\:text-light-grey:focus {
  color: #d5e2e9;
}

.focus\:text-med-grey:focus {
  color: #838d9b;
}

.focus\:text-dark-grey:focus {
  color: #2f3437;
}

.focus\:text-pale-yellow:focus {
  color: #e3e9c8;
}

.focus\:text-jade:focus {
  color: #1ca56f;
}

.focus\:text-primary:focus {
  color: #2e2e40;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-text {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/* custom utilities styles */

/* Utilities
  ============================================================================= */

/* Animation
  ============================================================================= */

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/*
  Click to Reveal
  ============================================================================= */
.clicktoreveal_group {
  background-color: transparent;
  border-radius: 5px;
}

.clicktoreveal_item {
  width: 100%;
  display: flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 1rem;
}

.clicktoreveal_img {
  height: 60px;
  width: 90px;
  cursor: pointer;
  vertical-align: middle;
}
.clicktoreveal_image {
  display: flex;
  align-items: flex-start;
  border: none;
}
.clicktoreveal_image:hover,
.clicktoreveal_image:active,
.clicktoreveal_image:focus {
  border: none;
  outline: none;
}
.clicktoreveal_image:focus-visible {
  outline: 3px solid black;
}
.clicktoreveal_info {
  background-color: transparent;
  width: 90%;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  visibility: hidden;
}
.moduleButton {
  outline: 4px solid #2f4052;
  border-radius: 10px;
}
.moduleButton:hover/*,
.moduleButton:focus:not(:focus-visible),
.moduleButton:active */ {
  background-color: #2f4052;
  color: #fff;
}

.moduleButtonImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
}
.module--number {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
}
.module--lock.locked {
  opacity: 85%;
  visibility: visible;
}
.module--lock {
  visibility: hidden;
}
#moduleContainer {
  /* display: grid; 
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
  column-gap: 20px;
  margin-top: 50px;
  justify-items: stretch;
  align-items: stretch; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  row-gap: 20px;
}
/*
#buttonContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}*/
.module--label {
  /* color: #2f4052; */
  margin: 1em 0;
  font-weight: 600;
}

@media (max-width: 768px) {
  #moduleContainer {
    flex-direction: column;
  }
  /* .module--label {
    top: 30%;
    left: 110%;
    transform: translate(0%, -50%);
    width: 250%;
    text-align: left;
  } */
}

/* notebook
  ============================================================================= */
.notebooktab {
  position: relative;
  margin: 0px 0px 10px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.notebookpage {
  display: none;
  position: absolute;
  top: 8%;
  left: 55%;
  transform: translate(0%, 0%);
  height: 85%;
  width: 40%;
  overflow: auto;
  padding-top: 10px;
}
.notebookContainer {
  position: relative;
}
.tabContainer {
  position: absolute;
  top: 8%;
  left: 25%;
  transform: translate(-50%, 0%);
  width: 25%;
  height: 195px;
  padding-top: 10px;
}

.tabtext {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(0%, -50%);
  color: white;
}
.notebookCheckMark {
  position: absolute;
  top: 10px;
  left: 9px;
  width: 35px;
  visibility: hidden;
}
.activeCheckmark {
  visibility: visible;
}
.notebookButton {
  /*position: relative;*/
  display: block;
}
.notebookButton:focus {
  outline: 10px solid #00d0f2;
}
.activeTab {
  outline: 2px solid black;
}

/* casestudy
  ============================================================================= */
.casestudytab {
  position: relative;
  margin: 0px 0px 10px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.casestudypage {
  visibility: hidden;
  position: absolute;
  top: 25%;
  left: 30%;
  transform: translate(0%, 0%);
  height: 55%;
  width: 60%;
  overflow: auto;
}
.casestudyContainer {
  position: relative;
}
.casestudytabContainer {
  position: absolute;
  top: 25%;
  left: 15%;
  transform: translate(-50%, 0%);
  width: 25%;
  height: 195px;
  padding-top: 10px;
}

.casestudytabtext {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(0%, -50%);
  color: white;
}
.casestudyCheckMark {
  position: absolute;
  /*top: 15px;
    left: 15px;
    width: 35px;*/
  top: 50%;
  left: 7%;
  transform: translate(0%, -50%);
  width: 10%;
  visibility: hidden;
}
.casestudyButton {
  /*position: relative;*/
  display: block;
}
.casestudyButton:focus {
  outline: 10px solid #00d0f2;
}
.activeTabb {
  outline: 2px solid black;
}
.casestudyFrontText {
  font-size: 1.5rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.casestudyTabText {
  position: absolute;
  top: 5%;
  left: 5%;
  font-weight: bold;
}

.casestudyFrontImage {
  width: 100%;
}
.casestudyOpenButton {
  outline: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
}
.casestudyOpenButton:hover,
.casestudyOpenButton:active,
.casestudyOpenButton:focus {
  /* opacity: 0.5;*/
  scale: 1.01;
  cursor: pointer;
  border: none;
  outline: none;
}
.casestudyOpenButton:focus-visible {
  outline: 4px solid black;
}
.casestudyhidden {
  visibility: hidden;
  opacity: 0;
}
.casestudyfade {
  -webkit-animation: fadeOut 1s;
  animation: fadeOut 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.casestudyInsideSpan {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 2s;
}
/* Add animation (fade out the open button) */
@-webkit-keyframes fadeOut {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.casestudyLabelContainer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.clickableContainer {
  position: relative;
}
.timelineCircle {
  position: absolute;
  width: 14.75%;
  height: 11.25%;
  border-radius: 50%;
  border: 4px solid turquoise;
}
.timelineCircle:hover {
  opacity: 50%;
  background-color: lightgrey;
}
.highlightButton {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.imageButton {
  position: absolute;
  width: 6%;
  height: 10.6%;
  border-radius: 50%;
  z-index: 99;
  /* border: 4px solid lightcoral; */
}
.imageButton:focus {
  border: none;
  outline: none;
}

.imageButton:disabled {
  opacity: 0.2;
}
.buttonLink {
  border-radius: 0.5rem;
  color: #2f4052;
  padding: 10px;
  text-decoration: none;
  font-weight: 600;
  float: right;
  margin-top: 10px;
  border: 4px solid #2f4052;
}
.buttonLink:hover,
.buttonLink:focus {
  background-color: #2f4052;
  color: #fff;
}
#criteriaTitle {
  font-weight: 600;
}
[data-model="show"] .data-model-page {
  display: block;
}
[data-model="hide"] .data-model-page {
  display: none;
}

.graphicalh1 {
  border-bottom: none;
  color: #9d5824;
}
.graphicalh1 + p {
  margin-top: 0px;
}
.graphicalh2 {
  border-bottom: none;
}
.graphicpageimage {
  align-self: flex-start;
  margin-top: 20px;
  width: 80px;
}
.graphpageflex {
  display: flex;
  gap: 10px;
}
.textareablock {
  border: 2px solid #efefef;
  width: 100%;
  background-color: #efefef;
  padding: 0 10px;
}
.downloadbutton {
  padding: 15px;
  color: #2f4052;
  font-weight: 600;
  border-radius: 0.5rem;
  margin-bottom: 10px;
  border: 4px solid #2f4052;
}
.downloadbutton:hover {
  background-color: #2f4052;
  color: #fff;
}

/*search function*/
.searchDropdown {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 102%;
  left: 82%;
}

.searchDropdown input[type="text"] {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  color: black;
}
.searchBtn {
  color: white;
  margin: 0.5em 2.5em 0 0;
  height: 3px;
  width: 50px;
  border: none;
  cursor: pointer;
}

.show {
  display: block;
}
/*search function*/

.mainpage {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
