/**
* @file
* src/styles.css
*
* TWBase theme - Include Tailwind in our CSS.
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

/*
    Avoid "blip" where you might see your uninitialized template after the page loads, but before Alpine loads
    https://github.com/alpinejs/alpine/issues/361
    https://alpinejs.dev/directives/cloak
  */

[x-cloak] { display: none !important; }

html {
    scroll-behavior: smooth;
  }

body.toolbar-fixed .navbar-fixed {
    top: 36px;
  }

body.toolbar-fixed.has-showcase .navbar-fixed {
    top: 36px;
  }

/* Horizontal */

body.toolbar-tray-open.toolbar-horizontal.toolbar-fixed .navbar-fixed {
    top: 73px !important;
  }

body.toolbar-tray-open.toolbar-horizontal.toolbar-fixed.has-showcase .navbar-fixed {
    top: 73px;
  }

body.navbar-is-fixed .toolbar-oriented .toolbar-bar {
  position: fixed;
}

#toolbar-administration {
  font-size: 0.75rem;
  line-height: 1rem;
}

.region-sidebar .block:first-child h2, .region-sidebar-first .block:first-child h2, .region-sidebar-second .block:first-child h2 {
  margin-top: 0px;
}

.region-wide-content, .region-wide-content a, .region-wide-content .block > h2, .region-wide-content .block .block-title {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.tw-dark .region-wide-content, .tw-dark .region-wide-content a, .tw-dark .region-wide-content .block > h2, .tw-dark .region-wide-content .block .block-title {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.region-wide-content .block > h2, .region-wide-content .block .block-title {
  margin-top: 0px;
}

.region-pre-footer, .region-pre-footer .block > h2, .region-pre-footer .block .block-title {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.tw-dark .region-pre-footer, .tw-dark .region-pre-footer .block > h2, .tw-dark .region-pre-footer .block .block-title {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

/* .region-pre-footer a:hover {
    @apply tw-text-slate-300 dark:tw-text-slate-300;
  } */

/* .region-footer,
  .region-footer a,
  .region-footer .block > h2,
  .region-footer .block .block-title {
    @apply tw-text-slate-500 dark:tw-text-slate-500;
  } */

.tabs .primary {
  display: flex;
  cursor: pointer;
  list-style-type: none;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tabs .primary li {
  margin-right: 0.25rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  padding: 0px;
}

.tabs .primary li a {
  display: block;
  background-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.tabs .primary li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.tabs .primary li:hover a {
  margin-bottom: -0.125rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration: none;
}

.tabs .primary li.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

.tabs .primary li.is-active a {
  margin-bottom: -0.125rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* DRBA STYLES */

h1 {
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 700;
    font-size: 72px !important;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.1 !important;
    color: #FFF !important;
    text-transform: uppercase;
  }

h2 {
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 700;
    font-size: 60px !important;
    line-height: 1.4 !important;
    color: #FFF !important;
    text-transform: uppercase;
  }

h3 {
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #FFF;
    text-transform: uppercase;
  }

@media (min-width: 768px) {

  h3 {
      font-size: 52px;
      line-height: 1.2
  }
    }

h4 {
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 700;
    font-size: 22px !important;
    line-height: 1.3;
    color: #212D61;
    text-transform: uppercase;
    padding-bottom: 1rem;
  }

h5 {
    font-family: 'Rubik';
    font-weight: 300 !important;
    font-size: 22px !important;
    line-height: 1.4;
    color: #232323;
    padding-bottom: 1rem;
  }

p {
    font-family: 'Rubik';
    font-weight: 300;
    line-height: 1.5 !important;
    padding-bottom: 1.2rem;
  }

.content-card ul {
    list-style-type: disc;
    list-style-position: outside;
  }

.content-card ul li {
    font-family: 'Rubik';
    font-weight: 300;
    line-height: 1.5 !important;
    padding-bottom: 1.2rem;
    margin-left: 20px;
  }

.arrow-button {
    padding: 8px 60px 8px 20px;
    background-color: #212D61;
    background-image: url("../img/arrow_right.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    border-radius: 50px;
    border-width: 1px;
    border-color: #FAA508;
    font-family: 'Oswald';
    font-weight: 400 !important;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #FFF !important;
    transition: all .2s ease-in;
    white-space: nowrap!important;
  }

.arrow-button:hover {
    background-position: right 8px center;
    color: #FAA508 !important;
  }

.arrow-button-down {
    padding: 8px 60px 8px 20px;
    background-color: #212D61;
    background-image: url("../img/arrow_down.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    border-radius: 50px;
    border-width: 1px;
    border-color: #FAA508;
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF !important;
  }

.layout {
    gap: 24px;
    flex-wrap: nowrap !important;
  }

.content-card {
    margin-bottom: 24px;
  }

.content-card a{
    color: #212D61;
    font-weight: 700;
    text-decoration: underline;
  }

.content-card a:hover {
    color: #3B71B2;
  }

.content-card .paragraph--type--download {
    margin-bottom: 16px;
  }

.content-card .file a{
    padding-right: 20px;
    background-image: url("../img/inline_download.svg");
    background-repeat: no-repeat;
    background-position: right center;
  }

.content-card .file a:hover {
    background-image: url("../img/inline_download_hover.svg");
  }

.layout--onecol .file {
    background-color: #fff;
    border-radius: 16px;
    width: 100%;
    padding: 32px 32px;
    margin-bottom: 24px;
  }

.layout--onecol .file a{
    display: block;
    width: 100%;
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 700;
    font-size: 22px !important;
    color: #212D61;
    text-transform: uppercase;
    background-image: url("../img/download.svg");
    background-repeat: no-repeat;
    background-position: right center;
  }

.layout--onecol .file a:hover {
    color: #3B71B2;
    background-image: url("../img/download_hover.svg");
  }

.featured-card {
    margin-bottom: 24px;
    font-size: 22px !important;
  }

.image-card {
    margin-bottom: 24px;
  }

.image-card img {
    border-radius: 16px;
  }

.text-standalone{
    margin: 24px 0px;
  }

.featured-header {
    display: flex;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
  }

.featured-header > div {
    width: 100%;
  }

.featured-header img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
    z-index: 10;
  }

.featured-header-title {
    position: relative;
    display: flex;
    height: 100% !important;
    align-items: flex-end;
    padding-bottom: 80px;
    z-index: 100;
  }

.featured-header-screen {
    background-color: rgba(19, 47, 69, 0.23);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    height: 100%;
  }

.featured-header-gradient {
    background: linear-gradient(180deg, rgba(6,25,56,1) 0%, rgba(6,25,56,1) 5%, rgba(6,25,56,0.73) 15%, rgba(6,25,56,0) 33%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    height: 100%;
  }

.home-background {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 600px;
    overflow: hidden;
  }

.home-background > div {
    width: 100%;
  }

.home-background img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
    z-index: 1;
  }

/*   .home-background-screen {
    background-color: rgba(19, 47, 69, 0.23);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    height: 100%;
  } */

.home-background-gradient {
    background: linear-gradient(180deg, rgba(33,45,97,1) 0%, rgba(33,45,97,1) 5%, rgba(33,45,97,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    height: 100%;
  }

#block-twbase-main-menu .is-active {
    border-color: #6AD3F7;
  }

#block-twbase-main-menu .is-active:hover {
    color: #fff
  }

.swiper {
    width: 100%;
    height: 500px;
    overflow: hidden;
  }

.hero-slideshow-content{
    width: 100%;
    height: 500px;
    position: relative;
  }

.hero-slideshow-content img{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
  }

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
  }

.swiper-pagination-bullet {
    height: 10px !important;
    width: 10px !important;
    background: #FFF !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5) !important;
    opacity: 1 !important;
  }

.swiper-pagination-bullet-active {
    height: 12px !important;
    width: 12px !important;
    background: transparent !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5) !important;
    border: 2px solid #FFF !important;
  }

.tw-container {
  width: 100%;
}

@media (min-width: 640px) {

  .tw-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .tw-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .tw-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .tw-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .tw-container {
    max-width: 1536px;
  }
}

.tw-prose {
  color: var(--tw-prose-body);
}

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

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

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

.tw-prose :where(ol):not(:where([class~="tw-not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}

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

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

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

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

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

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

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

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

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

.tw-prose :where(ul):not(:where([class~="tw-not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-prose :where(a code):not(:where([class~="tw-not-prose"] *)) {
  color: var(--tw-prose-links);
}

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

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

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

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

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

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

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

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

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

.tw-prose :where(tbody td):not(:where([class~="tw-not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-prose :where(blockquote cite):not(:where([class~="tw-not-prose"] *)) {
  display: inline-block;
  font-size: .875em;
  line-height: 1.25rem;
  padding-bottom: 1.25rem;
}

.tw-fixed {
  position: fixed !important;
}

.tw-absolute {
  position: absolute !important;
}

.tw-relative {
  position: relative !important;
}

.tw-sticky {
  position: sticky !important;
}

.tw-bottom-0 {
  bottom: 0px !important;
}

.tw-top-0 {
  top: 0px !important;
}

.tw-left-0 {
  left: 0px !important;
}

.tw-right-0 {
  right: 0px !important;
}

.tw-z-\[9\] {
  z-index: 9 !important;
}

.tw-z-30 {
  z-index: 30 !important;
}

.tw-z-40 {
  z-index: 40 !important;
}

.tw-z-10 {
  z-index: 10 !important;
}

.tw-z-20 {
  z-index: 20 !important;
}

.tw-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.tw-my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.tw-my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

.tw-mt-12 {
  margin-top: 3rem !important;
}

.tw-mb-\[42px\] {
  margin-bottom: 42px !important;
}

.tw-mr-11 {
  margin-right: 2.75rem !important;
}

.tw-mr-\[16px\] {
  margin-right: 16px !important;
}

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

.tw-mb-0 {
  margin-bottom: 0px !important;
}

.tw-mt-5 {
  margin-top: 1.25rem !important;
}

.tw-mt-\[-15px\] {
  margin-top: -15px !important;
}

.tw-mt-1 {
  margin-top: 0.25rem !important;
}

.tw-mt-2 {
  margin-top: 0.5rem !important;
}

.tw-ml-2 {
  margin-left: 0.5rem !important;
}

.tw-ml-1 {
  margin-left: 0.25rem !important;
}

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

.tw-mt-\[-80px\] {
  margin-top: -80px !important;
}

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

.tw-ml-4 {
  margin-left: 1rem !important;
}

.tw-mr-1 {
  margin-right: 0.25rem !important;
}

.tw--ml-1 {
  margin-left: -0.25rem !important;
}

.tw--mt-1 {
  margin-top: -0.25rem !important;
}

.tw-mr-2 {
  margin-right: 0.5rem !important;
}

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

.tw--mt-12 {
  margin-top: -3rem !important;
}

.tw-block {
  display: block !important;
}

.tw-inline {
  display: inline !important;
}

.tw-flex {
  display: flex !important;
}

.tw-grid {
  display: grid !important;
}

.tw-hidden {
  display: none !important;
}

.tw-h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.tw-h-\[100px\] {
  height: 100px !important;
}

.tw-h-8 {
  height: 2rem !important;
}

.tw-h-6 {
  height: 1.5rem !important;
}

.tw-h-4 {
  height: 1rem !important;
}

.tw-h-\[1px\] {
  height: 1px !important;
}

.tw-h-1 {
  height: 0.25rem !important;
}

.tw-h-16 {
  height: 4rem !important;
}

.tw-h-full {
  height: 100% !important;
}

.tw-h-screen {
  height: 100vh !important;
}

.tw-w-6\/12 {
  width: 50% !important;
}

.tw-w-auto {
  width: auto !important;
}

.tw-w-min {
  width: -moz-min-content !important;
  width: min-content !important;
}

.tw-w-full {
  width: 100% !important;
}

.tw-w-8 {
  width: 2rem !important;
}

.tw-w-48 {
  width: 12rem !important;
}

.tw-w-6 {
  width: 1.5rem !important;
}

.tw-w-4 {
  width: 1rem !important;
}

.tw-w-12 {
  width: 3rem !important;
}

.tw-w-16 {
  width: 4rem !important;
}

.tw-max-w-screen-sm {
  max-width: 640px !important;
}

.tw-max-w-screen-md {
  max-width: 768px !important;
}

.tw-max-w-screen-lg {
  max-width: 1024px !important;
}

.tw-max-w-screen-xl {
  max-width: 1280px !important;
}

.tw-max-w-\[180px\] {
  max-width: 180px !important;
}

.tw-max-w-5xl {
  max-width: 64rem !important;
}

.tw-max-w-3xl {
  max-width: 48rem !important;
}

.tw-flex-1 {
  flex: 1 1 0% !important;
}

.tw-flex-none {
  flex: none !important;
}

.tw-grow {
  flex-grow: 1 !important;
}

.tw-rotate-180 {
  --tw-rotate: 180deg !important;
  transform: var(--tw-transform) !important;
}

.tw-rotate-0 {
  --tw-rotate: 0deg !important;
  transform: var(--tw-transform) !important;
}

.tw-scale-90 {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
  transform: var(--tw-transform) !important;
}

.tw-scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: var(--tw-transform) !important;
}

.tw-cursor-pointer {
  cursor: pointer !important;
}

.tw-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.tw-appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.tw-flex-row {
  flex-direction: row !important;
}

.tw-flex-col {
  flex-direction: column !important;
}

.tw-flex-wrap {
  flex-wrap: wrap !important;
}

.tw-items-center {
  align-items: center !important;
}

.tw-items-baseline {
  align-items: baseline !important;
}

.tw-justify-start {
  justify-content: flex-start !important;
}

.tw-justify-between {
  justify-content: space-between !important;
}

.tw-justify-around {
  justify-content: space-around !important;
}

.tw-gap-4 {
  gap: 1rem !important;
}

.tw-gap-8 {
  gap: 2rem !important;
}

.tw-gap-14 {
  gap: 3.5rem !important;
}

.tw-gap-3 {
  gap: 0.75rem !important;
}

.tw-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-overflow-hidden {
  overflow: hidden !important;
}

.tw-rounded-2xl {
  border-radius: 1rem !important;
}

.tw-rounded {
  border-radius: 0.25rem !important;
}

.tw-rounded-lg {
  border-radius: 0.5rem !important;
}

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

.tw-border {
  border-width: 1px !important;
}

.tw-border-2 {
  border-width: 2px !important;
}

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

.tw-border-b-4 {
  border-bottom-width: 4px !important;
}

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

.tw-border-cyan {
  --tw-border-opacity: 1 !important;
  border-color: rgb(106 211 247 / var(--tw-border-opacity)) !important;
}

.tw-border-gold {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 165 8 / var(--tw-border-opacity)) !important;
}

.tw-border-transparent {
  border-color: transparent !important;
}

.tw-border-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}

.tw-bg-navy {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 45 97 / var(--tw-bg-opacity)) !important;
}

.tw-bg-transparent {
  background-color: transparent !important;
}

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

.tw-bg-gold {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 165 8 / var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity)) !important;
}

.tw-bg-turquoise {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity)) !important;
}

.tw-bg-denim {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 113 178 / var(--tw-bg-opacity)) !important;
}

.tw-bg-plane {
  background-image: url('../img/plane.svg') !important;
}

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

.tw-bg-homebg {
  background-image: url('../img/dsu_bg.jpg') !important;
}

.tw-bg-vplane {
  background-image: url('../img/vplane.svg') !important;
}

.tw-bg-cloudsbg {
  background-image: url('../img/sky_bg.jpg') !important;
}

.tw-from-navy {
  --tw-gradient-from: #212D61 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(33 45 97 / 0)) !important;
}

.tw-to-transparent {
  --tw-gradient-to: transparent !important;
}

.tw-bg-cover {
  background-size: cover !important;
}

.tw-bg-plane-h {
  background-position: right bottom 0rem !important;
}

.tw-bg-bottom {
  background-position: bottom !important;
}

.tw-bg-plane-v {
  background-position: left top !important;
}

.tw-bg-no-repeat {
  background-repeat: no-repeat !important;
}

.tw-object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.tw-p-4 {
  padding: 1rem !important;
}

.tw-p-12 {
  padding: 3rem !important;
}

.tw-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

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

.tw-py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.tw-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.tw-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

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

.tw-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.tw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.tw-py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.tw-py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.tw-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.tw-px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.tw-pr-2 {
  padding-right: 0.5rem !important;
}

.tw-pb-6 {
  padding-bottom: 1.5rem !important;
}

.tw-pt-8 {
  padding-top: 2rem !important;
}

.tw-pb-4 {
  padding-bottom: 1rem !important;
}

.tw-pb-80 {
  padding-bottom: 20rem !important;
}

.tw-pb-8 {
  padding-bottom: 2rem !important;
}

.tw-pt-16 {
  padding-top: 4rem !important;
}

.tw-pb-28 {
  padding-bottom: 7rem !important;
}

.tw-pl-12 {
  padding-left: 3rem !important;
}

.tw-pt-28 {
  padding-top: 7rem !important;
}

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

.tw-pt-40 {
  padding-top: 10rem !important;
}

.tw-pb-32 {
  padding-bottom: 8rem !important;
}

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

.tw-pt-10 {
  padding-top: 2.5rem !important;
}

.tw-pt-60 {
  padding-top: 15rem !important;
}

.tw-pt-72 {
  padding-top: 18rem !important;
}

.tw-text-left {
  text-align: left !important;
}

.tw-text-center {
  text-align: center !important;
}

.tw-font-rubik {
  font-family: Rubik, sans-serif !important;
}

.tw-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

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

.tw-text-\[42px\] {
  font-size: 42px !important;
}

.tw-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.tw-text-\[36px\] {
  font-size: 36px !important;
}

.tw-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.tw-font-semibold {
  font-weight: 600 !important;
}

.tw-font-normal {
  font-weight: 400 !important;
}

.tw-font-bold {
  font-weight: 700 !important;
}

.tw-font-medium {
  font-weight: 500 !important;
}

.tw-uppercase {
  text-transform: uppercase !important;
}

.tw-italic {
  font-style: italic !important;
}

.tw-tracking-widest {
  letter-spacing: 0.1em !important;
}

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

.tw-text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.tw-text-slate-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(226 232 240 / var(--tw-text-opacity)) !important;
}

.tw-text-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.tw-text-slate-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 41 59 / var(--tw-text-opacity)) !important;
}

.tw-text-slate-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity)) !important;
}

.tw-text-slate-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(203 213 225 / var(--tw-text-opacity)) !important;
}

.tw-text-slate-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}

.tw-opacity-80 {
  opacity: 0.8 !important;
}

.tw-opacity-0 {
  opacity: 0 !important;
}

.tw-opacity-100 {
  opacity: 1 !important;
}

.tw-shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

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

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

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

.tw-duration-700 {
  transition-duration: 700ms !important;
}

.tw-duration-300 {
  transition-duration: 300ms !important;
}

.tw-duration-200 {
  transition-duration: 200ms !important;
}

.tw-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.tw-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

/*
Drupal core Classy theme overrides
==================================
*/

/* @import "components/hero"; */

/**
 * @file
 * Override classy styles for nodes.
 */

/* Drupal Contextual links */

.contextual-region .contextual.open ul.contextual-links > li::before {
  height: 0px;
  width: 0px;
  --tw-content: none;
  content: var(--tw-content);
}

/**
 * @file
 * Extra custom classes for unmanaged text.
 *
 * Withe TWBase Theme Utilities module installed these styles are
 * available in CKEditor toolbar in the Styles dropdown button
 */

.tw-prose .dropcap {
  float: left;
  margin-right: 0.25rem;
  display: block;
  padding: 0px;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1;
}

@media (min-width: 640px) {

  .tw-prose .dropcap {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {

  .tw-prose .dropcap {
    font-size: 4.5rem;
    line-height: 1;
  }
}

/**
 * Custom colors.
 * Colors are defined in tailwind.config.js
*/

.tw-prose .text-primary {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.tw-prose .text-secondary {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.tw-prose .text-success {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}

.tw-prose .text-danger {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.tw-prose .text-warning {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}

/**
 * @file
 * Visual styles for buttons.
 */

.button {
  /* Common for all buttons */
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  /* Default button colors */
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tw-dark .button {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.tw-dark .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity));
}

.tw-dark .button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  opacity: 0.5;
}

.button:hover:disabled {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.tw-dark .button:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.tw-dark .button:hover:disabled {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.tw-prose a.button {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  text-decoration: none;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.tw-prose a.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tw-dark .tw-prose a.button {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.tw-dark .tw-prose a.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.button--sm {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/*
.tw-prose a.button.button--sm {
  @apply tw-px-4 tw-py-3 tw-text-sm;
} */

.button.button--lg {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* .tw-prose a.button .button--lg {
  @apply tw-px-5 tw-py-4 tw-text-lg;
} */

/* .button:first-child,
.image-button:first-child {
  @apply tw-mr-2;
} */

/* Primary buttons colors */

.button.button--primary, .tw-prose a.button.button--primary {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.button.button--primary:hover, .tw-prose a.button.button--primary:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.button.button--primary, .tw-prose a.button.button--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.button.button--primary:hover, .tw-prose a.button.button--primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.button.button--primary:focus, .tw-prose a.button.button--primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}

.button.button--primary:disabled, .tw-prose a.button.button--primary:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.button.button--primary:hover:disabled, .tw-prose a.button.button--primary:hover:disabled {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

/* Secondary buttons colors */

.button.button--secondary, .tw-prose a.button.button--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.button.button--secondary:hover, .tw-prose a.button.button--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.button.button--secondary:focus, .tw-prose a.button.button--secondary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}

.button.button--secondary:disabled, .tw-prose a.button.button--secondary:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.button.button--secondary:hover:disabled, .tw-prose a.button.button--secondary:hover:disabled {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

/* Success buttons colors */

.button.button--success, .tw-prose a.button.button--success {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.button.button--success:hover, .tw-prose a.button.button--success:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.button.button--success:focus, .tw-prose a.button.button--success:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity));
}

.button.button--success:disabled, .tw-prose a.button.button--success:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}

.button.button--success:hover:disabled, .tw-prose a.button.button--success:hover:disabled {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

/* Danger buttons colors */

.button.button--danger, .tw-prose a.button.button--danger {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.button.button--danger:hover, .tw-prose a.button.button--danger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.button.button--danger:focus, .tw-prose a.button.button--danger:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity));
}

.button.button--danger:disabled, .tw-prose a.button.button--danger:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.button.button--danger:hover:disabled, .tw-prose a.button.button--danger:hover:disabled {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

/* Warning buttons colors */

.button.button--warning, .tw-prose a.button.button--warning {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.button.button--warning:hover, .tw-prose a.button.button--warning:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

.button.button--warning:focus, .tw-prose a.button.button--warning:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity));
}

.button.button--warning:disabled, .tw-prose a.button.button--warning:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}

.button.button--warning:hover:disabled, .tw-prose a.button.button--warning:hover:disabled {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

/**
 * @file
 * Visual styles for fields.
 */

.text-format-wrapper .filter-wrapper {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.tw-dark .text-format-wrapper .filter-wrapper select {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.field__label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.field--label-inline .field__label {
  padding-top: 0px;
}

@media (min-width: 640px) {

  .field--label-inline .field__label {
    padding-top: 0.25rem;
  }
}

@media (min-width: 1024px) {

  .field--label-inline .field__label {
    padding-top: 0.25rem;
  }
}

@media (min-width: 1280px) {

  .field--label-inline .field__label {
    padding-top: 0.5rem;
  }
}

@media (min-width: 1536px) {

  .field--label-inline .field__label {
    padding-top: 0.75rem;
  }
}

/* .field--name-field-paragraphs .field__item:last-child .paragraph {
  @apply tw-pb-12;
} */

.field--name-field-tags .field__item {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.field--name-field-tags a.tag-link {
  height: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration: none;
  opacity: 0.8;
}

.field--name-field-tags a.tag-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
}

.tw-dark .field--name-field-tags a.tag-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tw-dark .field--name-field-tags a.tag-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/**
 * @file
 * Override classy styles for form components.
 */

form .form-item .description {
  padding-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

form input[type='submit'] {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

form input[type='text'], form input[type='password'], form input[type='email'], form input[type='number'], form input[type='url'], form input[type='date'], form input[type='datetime-local'], form input[type='month'], form input[type='week'], form input[type='time'], form input[type='search'], form input[type='tel'], select, select[multiple], textarea {
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-dark form input[type='text'], .tw-dark form input[type='password'], .tw-dark form input[type='email'], .tw-dark form input[type='number'], .tw-dark form input[type='url'], .tw-dark form input[type='date'], .tw-dark form input[type='datetime-local'], .tw-dark form input[type='month'], .tw-dark form input[type='week'], .tw-dark form input[type='time'], .tw-dark form input[type='search'], .tw-dark form input[type='tel'], .tw-dark select, .tw-dark select[multiple], .tw-dark textarea {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

form input[type='text']:focus, form input[type='password']:focus, form input[type='email']:focus, form input[type='number']:focus, form input[type='url']:focus, form input[type='date']:focus, form input[type='datetime-local']:focus, form input[type='month']:focus, form input[type='week']:focus, form input[type='time']:focus, form input[type='search']:focus, form input[type='tel']:focus, select:focus, select[multiple]:focus, textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

form input[type='text'], form input[type='password'], form input[type='email'], form input[type='url'], form input[type='search'], form input[type='tel'], textarea {
  width: 100%;
  max-width: 100%;
}

form input[type='checkbox'] {
  border-radius: 0.25rem;
}

form input[type='checkbox'], form input[type='radio'] {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

form input[type='checkbox']:focus, form input[type='radio']:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
  --tw-ring-offset-width: 0px;
}

.tw-dark form input[type='checkbox']:focus, .tw-dark form input[type='radio']:focus {
  --tw-ring-opacity: 0.8;
}

form .dropbutton-multiple, form .dropbutton-multiple.open, form .dropbutton-multiple.open .dropbutton-widget {
  width: 100%;
  max-width: 32rem;
}

.js form .dropbutton-widget {
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.js form .dropbutton-widget:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

form .dropbutton-widget .dropbutton {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

form .dropbutton-widget .dropbutton li {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.tw-dark form .dropbutton-widget .dropbutton li {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

form .dropbutton-widget .dropbutton li a {
  font-weight: 400;
  text-decoration: none;
}

form .dropbutton-widget .dropbutton li.dropbutton-action {
  margin: 0px;
  padding: 0px;
}

form .dropbutton-widget .dropbutton > li::before {
  top: 0px;
  left: 0px;
  height: 0px;
  width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

form .dropbutton-widget .dropbutton .dropbutton-toggle {
  position: absolute;
  margin: 0px;
}

form .dropbutton-widget .dropbutton .dropbutton-arrow {
  right: 33.333333%;
  --tw-border-opacity: 1;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.tw-dark form .dropbutton-widget .dropbutton .dropbutton-arrow {
  --tw-border-opacity: 1;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity));
}

form .dropbutton-multiple.open .dropbutton .dropbutton-arrow {
  --tw-border-opacity: 0;
}

form fieldset.form-wrapper {
  padding: 1rem;
}

form fieldset.form-wrapper legend {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 500;
}

form fieldset.fieldgroup legend {
  padding: 0px;
}

form fieldset.fieldgroup, form fieldset.form-composite {
  padding: 0px;
}

.form-type-radio .description, .form-type-checkbox .description {
  margin-left: 1.25rem; /* LTR */
}

[dir="rtl"] .form-type-radio .description, [dir="rtl"] .form-type-checkbox .description {
  margin-right: 1.25rem;
}

/**
 * @file
 * Override classy styles for menu.
 */

ul.menu {
  margin-left: 0px;
}

ul.menu > li.menu-item {
  padding-left: 0px;
}

ul.menu > .menu-item::before {
  content: '';
  height: 0px;
  width: 0px;
}

/**
 * @file
 * Override classy styles for system messages.
 */

.messages {
  margin-left: 0.5rem;
}

/**
 * @file
 * Override classy styles for unmanaged elements.
 */

.feed-icons {
  display: none;
}

/**
 * Navbar styling.
 */

body {
  /* Fix horizontal scrolling on iOS devices. */
  /* https://www.drupal.org/node/1870076 */
  position: relative;
}

body.toolbar-vertical.navbar-is-fixed header {
  top: 36px;
}

/**
 * @file
 * Override classy styles for nodes.
 */

.node--unpublished {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.tw-dark .node--unpublished {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}

.node__links ul.links {
  display: inline-block;
}

.node__links ul.links li {
  padding-left: 0px;
}

.node__links ul.links li::before {
  content: '';
  height: 0px;
  width: 0px;
}

.grid-of-cards {
  margin-top: 4rem;
}

.grid-of-cards h3 {
    margin-bottom: 3rem;
  }

.grid-of-cards .grid-cols-1 {

  }

@media (min-width: 768px) {

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

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

@media (min-width: 1024px) {

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

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

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

@media (min-width: 768px) {

.grid-of-cards .grid-cols-5 {
      grid-template-columns: repeat(3, minmax(0, 1fr))
  }
    }

@media (min-width: 1024px) {

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

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

.grid-of-cards--cards .content-card {
      height: 100%;
    }

.grid-of-cards--cards .content-card .image-card div {
          display: flex;
          justify-content: center;
        }

/* @import "components/sidebar"; */

/* @import "components/toolbar"; */

/* @import "components/showcase"; */

/* @import "../custom/blogs"; */

/* MOBILE TWEAKS */

@media only screen and (max-width: 640px) {
  .layout--twocol-section {
    display: block !important;
  }

  .swiper {
    width: 100%;
    height: 360px;
    overflow: hidden;
  }

  .hero-slideshow-content{
    width: 100%;
    height: 360px;
    position: relative;
  }

  .featured-header {
    display: flex;
    position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
  }

  .featured-header-title {
    position: relative;
    display: flex;
    height: 100% !important;
    align-items: flex-end;
    padding-bottom: 40px;
    z-index: 100;
    margin-left: 20px !important;
  }

  .featured-header-title h1{
    font-size: 38px !important;
  }

  .arrow-button {
    font-size: 12px;
  }
}

/* TABLET TWEAKS */

@media only screen and (min-width: 640px) {
  .swiper {
    width: 100%;
    height: 460px;
    overflow: hidden;
  }

  .hero-slideshow-content{
    width: 100%;
    height: 460px;
    position: relative;
  }

  .featured-header {
    display: flex;
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
  }

  .featured-header-title {
    position: relative;
    display: flex;
    height: 100% !important;
    align-items: flex-end;
    padding-bottom: 60px;
    z-index: 100;
    padding-left: 20px !important;
  }

  .featured-header-title h1{
    font-size: 48px !important;
  }

  .arrow-button {
    font-size: 16px;
  }
}

/* DESKTOP VIEWPORT RESETS */

@media only screen and (min-width: 1024px) {
  .swiper {
    width: 100%;
    height: 500px;
    overflow: hidden;
  }

  .featured-header {
    display: flex;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
  }

  .hero-slideshow-content{
    width: 100%;
    height: 500px;
    position: relative;
  }

  .featured-header-title {
    margin-left: auto !important;
    padding-left: 20px !important;
  }

  .featured-header-title h1{
    font-size: 72px !important;
  }

  .arrow-button {
    font-size: 16px;
  }
}

.header-position-Top img {
    -o-object-position: top !important;
       object-position: top !important;
  }

.header-position-Center img {
    -o-object-position: center !important;
       object-position: center !important;
  }

.header-position-Bottom img {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

.alert-banner p {
  padding-bottom: 0;
}

.alert-banner #close-alert-banner {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1.5rem;
}

.hover\:tw-bg-slate-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-text-cyan:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(106 211 247 / var(--tw-text-opacity)) !important;
}

.focus\:tw-outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:tw-ring-transparent:focus {
  --tw-ring-color: transparent !important;
}

.focus\:tw-ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent !important;
}

.tw-dark .dark\:tw-bg-slate-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity)) !important;
}

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

.tw-dark .dark\:hover\:tw-bg-slate-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity)) !important;
}

@media (min-width: 640px) {

  .sm\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .sm\:tw-flex-row {
    flex-direction: row !important;
  }

  .sm\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}

@media (min-width: 768px) {

  .md\:tw-right-0 {
    right: 0px !important;
  }

  .md\:tw-bottom-16 {
    bottom: 4rem !important;
  }

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

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

  .md\:tw-mr-\[30px\] {
    margin-right: 30px !important;
  }

  .md\:tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .md\:tw-ml-4 {
    margin-left: 1rem !important;
  }

  .md\:tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .md\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .md\:tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .md\:tw-inline {
    display: inline !important;
  }

  .md\:tw-flex {
    display: flex !important;
  }

  .md\:tw-hidden {
    display: none !important;
  }

  .md\:tw-h-\[150px\] {
    height: 150px !important;
  }

  .md\:tw-w-3\/12 {
    width: 25% !important;
  }

  .md\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

  .md\:tw-w-4\/12 {
    width: 33.333333% !important;
  }

  .md\:tw-w-auto {
    width: auto !important;
  }

  .md\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .md\:tw-w-9\/12 {
    width: 75% !important;
  }

  .md\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .md\:tw-flex-row {
    flex-direction: row !important;
  }

  .md\:tw-items-center {
    align-items: center !important;
  }

  .md\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .md\:tw-justify-between {
    justify-content: space-between !important;
  }

  .md\:tw-gap-14 {
    gap: 3.5rem !important;
  }

  .md\:tw-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .md\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

  .md\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:tw-pl-0 {
    padding-left: 0px !important;
  }

  .md\:tw-text-\[48px\] {
    font-size: 48px !important;
  }

  .md\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .md\:tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

@media (min-width: 1024px) {

  .lg\:tw-mr-\[80px\] {
    margin-right: 80px !important;
  }

  .lg\:tw-mt-0 {
    margin-top: 0px !important;
  }

  .lg\:tw--mt-24 {
    margin-top: -6rem !important;
  }

  .lg\:tw-flex {
    display: flex !important;
  }

  .lg\:tw-h-\[230px\] {
    height: 230px !important;
  }

  .lg\:tw-w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:tw-w-8\/12 {
    width: 66.666667% !important;
  }

  .lg\:tw-w-6\/12 {
    width: 50% !important;
  }

  .lg\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .lg\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .lg\:tw-flex-row {
    flex-direction: row !important;
  }

  .lg\:tw-justify-between {
    justify-content: space-between !important;
  }

  .lg\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-border-t-0 {
    border-top-width: 0px !important;
  }

  .lg\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .lg\:tw-pr-4 {
    padding-right: 1rem !important;
  }

  .lg\:tw-pl-4 {
    padding-left: 1rem !important;
  }

  .lg\:tw-text-\[42px\] {
    font-size: 42px !important;
  }

  .lg\:tw-text-\[18px\] {
    font-size: 18px !important;
  }

  .lg\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .lg\:tw-text-\[60px\] {
    font-size: 60px !important;
  }
}

@media (min-width: 1280px) {

  .xl\:tw-mr-\[140px\] {
    margin-right: 140px !important;
  }

  .xl\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .xl\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

  .xl\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .xl\:tw-text-\[52px\] {
    font-size: 52px !important;
  }

  .xl\:tw-text-\[22px\] {
    font-size: 22px !important;
  }

  .xl\:tw-text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }
}
