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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-top-2 {
  top: -0.5rem;
}
.-top-2\.5 {
  top: -0.625rem;
}
.-top-\[4px\] {
  top: -4px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-5 {
  left: 1.25rem;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-20 {
  top: 5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.order-first {
  order: -9999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.m-5 {
  margin: 1.25rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-\[1px\] {
  margin-top: -1px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-3 {
  height: 0.75rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-8 {
  height: 2rem;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[225px\] {
  height: 225px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[53px\] {
  height: 53px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[60px\] {
  height: 60px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}
.min-h-screen {
  min-height: 100vh;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-44 {
  width: 11rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-72 {
  width: 18rem;
}
.w-80 {
  width: 20rem;
}
.w-\[1280px\] {
  width: 1280px;
}
.w-\[28px\] {
  width: 28px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.flex-grow {
  flex-grow: 1;
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-grab {
  cursor: grab;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded {
  border-radius: 50px 0px 30px 0px;
}
.rounded-lg {
  border-radius: 100px 0px 50px 0px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-br-\[30px\] {
  border-bottom-right-radius: 30px;
}
.rounded-tl-\[50px\] {
  border-top-left-radius: 50px;
}
.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-gbg_blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 69 138 / var(--tw-bg-opacity));
}
.bg-gbg_blue_dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 103 / var(--tw-bg-opacity));
}
.bg-gbg_blue_light {
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 248 / var(--tw-bg-opacity));
}
.bg-gbg_gray {
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 243 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-12 {
  padding: 3rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-gbg-body {
  font-family: Franklin Gothic Book, sans-serif;
}
.font-gbg-heading {
  font-family: Franklin Gothic Demi, sans-serif;
}
.font-gbg-heading-md {
  font-family: Franklin Gothic Medium, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.capitalize {
  text-transform: capitalize;
}
.text-\[\#6c6c6f\] {
  --tw-text-opacity: 1;
  color: rgb(108 108 111 / var(--tw-text-opacity));
}
.text-gbg_blue {
  --tw-text-opacity: 1;
  color: rgb(0 69 138 / var(--tw-text-opacity));
}
.text-gbg_gray_light {
  --tw-text-opacity: 1;
  color: rgb(99 99 99 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow {
  --tw-shadow: 0px 10px 20px rgba(0, 69, 138, 0.05);
  --tw-shadow-colored: 0px 10px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-\[250ms\] {
  transition-duration: 250ms;
}
.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 600px) {

  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}
@font-face {
  font-family: "Franklin Gothic Demi";
  src: local(""), url(../fonts/Franklin-Gothic-Demi.woff2?2168e505a2fdb9e58d2c207a6a814e7f) format("woff2"),
    url(../fonts/Franklin-Gothic-Demi.woff?1b248c961f456f411a67e7b2c651a177) format("woff");
}
@font-face {
  font-family: "Franklin Gothic Medium";
  src: local(""), url(../fonts/Franklin-Gothic-Medium.woff2?fc14bb6ff2501bcb3160da644c89366f) format("woff2"),
    url(../fonts/Franklin-Gothic-Medium.woff?a696796caec1b60d6d51ac906a97fbb5) format("woff");
}
@font-face {
  font-family: "Franklin Gothic Book";
  src: local(""), url(../fonts/Franklin-Gothic-Book.woff2?819f327073a7fb1cb2635d84b6c93f98) format("woff2"),
    url(../fonts/Franklin-Gothic-Book.woff?f0361e61f837df011ff68a6e2240aebf) format("woff");
}
.btn-white-lg {
  background-color: #FFFFFF;
  color: #00458A;
  padding: 17.5px 40px;
  border-radius: 100px;
  font-family: 'Franklin Gothic Demi', Arial, sans-serif;
  display: inline-block;
  font-size: 18px;
  transition: all .2s ease-in-out;
}
.btn-blue-lg {
  background-color: #00458A;
  color: #fff;
  padding: 17.5px 40px;
  border-radius: 100px;
  font-family: 'Franklin Gothic Demi', Arial, sans-serif;
  display: inline-block;
  font-size: 18px;
  transition: background-color .2s ease-in-out;
}
.btn-blue-md {
  background-color: #00458A;
  color: #fff;
  padding: 14px 32px;
  border-radius: 100px;
  font-family: 'Franklin Gothic Demi', Arial, sans-serif;
  display: inline-block;
  font-size: 17px;
  transition: background-color .2s ease-in-out;
}
.btn-blue-sm {
  background-color: #00458A;
  color: #fff;
  padding: 6.25px 22px;
  border-radius: 100px;
  font-family: 'Franklin Gothic Medium', Arial, sans-serif;
  display: inline-block;
  font-size: 13px;
  transition: background-color .2s ease-in-out;
}
.btn-blue-lg:hover,
.btn-blue-md:hover,
.btn-blue-sm:hover {
  background-color: #003367;
}
.btn-white-lg:hover {
  background-color: #00458A;
  color: #FFFFFF;
}
.menu-item {
  position: relative;
}
.menu-item::before {
  opacity: 0;
  position: absolute;
  top: 2.5%;
  left: -28px;
  content: '';
  width: 5px;
  height: 100%;
  background-color: #00458A;
  transition: opacity .2s linear;
}
.menu-item:hover::before,
.menu-item:focus::before {
  opacity: 1;
}
.accordion-menu-item:nth-child(odd) {
  background-color: #f9f8f9;
}
.accordion-menu-item:nth-child(even) {
  background-color: #f2f3f3;
}
.accordion-menu-item:last-child {
  border-radius: 0px 0px 6px 6px;
}
.accordion-month-item:nth-child(odd) {
  background-color: #ECECEC;
}
form[role="search"] {
  display: flex;
}
form[role="search"] label {
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
form[role="search"]  {
  width: 100%;
}
form input[type="search"] {
  padding: 0 10px;
}
@media (min-width: 768px) {
  form[role="search"] label {
    width: 200px;
  }
}
form[role="search"] input[type="search"] {
  height: 50px;
  width: 100%;
}
form[role="search"] input[type="submit"] {
  background-color: #00458A;
  color: #ffffff;
  height: 50px;
  border-radius: 0px 6px 6px 0px;
  padding: 0 10px;
  cursor: pointer;
  font-family: 'Franklin Gothic Demi', Arial, sans-serif;
  width: 30%;
  transition: background-color .2s ease-in-out;
}
form[role="search"] input[type="submit"]:hover {
  background-color: #003367;
}
.header-filled-search form[role="search"] input[type="submit"] {
  border: 2px solid #fff;
}
@media (min-width: 768px) {
  form[role="search"] input[type="submit"],
  form[role="search"] input[type="search"] {
    height: 40px;
  }

  form[role="search"] input[type="submit"] {
    padding: 0 15px;
  }
}
.menu-top-item {
  text-shadow: 0 0 12px rgba(0,0,0,.8), 0 0 3px rgba(0,0,0,.8);
}
#skip-to-content {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#skip-to-content:focus {
  position: absolute;
  left: 0;
  top: 0;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  padding: 25px 30px;
  z-index: 9999;
  background-color: #00458A;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.form-wrapper {
  background-color: #F4F4F4;
  border-radius: 6px;
  padding: 20px;
}
.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 900px) {
  .form-wrapper {
    padding: 30px;
  }
}
.wpcf7-form label {
  font-size: 17px;
  font-family: Franklin Gothic Book, sans-serif;
}
.form-name,
.form-email,
.form-message,
.form-submit,
.form-name input,
.form-email input,
.form-message textarea,
.form-submit input {
  width: 100%;
}
@media (min-width: 900px) {
  .form-name,
  .form-email {
    width: 48.43%;
  }
}
.form-name input,
.form-email input,
.form-message textarea {
  border-radius: 6px;
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid #d3d3d3;
 }
.form-submit {
  width: -moz-max-content;
  width: max-content;
 }
.form-submit input {
  background-color: #00458A;
  color: #fff;
  padding: 14px 32px;
  border-radius: 100px;
  font-family: 'Franklin Gothic Demi', Arial, sans-serif;
  display: inline-block;
  font-size: 17px;
  transition: background-color .2s ease-in-out;
}
.form-submit input:hover {
  background-color: #003367;
}
.wpcf7-response-output {
  border: unset !important;
  color: #dc3232;
  width: 100%;
  padding: 20px !important;
  margin: 0 !important;
  background-color: #ffff;
  border-radius: 6px;
 }
.wpcf7-not-valid-tip {
  font-size: 16px;
  margin-top: 2.5px;
 }
.wpcf7 form.sent .wpcf7-response-output {
  color: #333;
 }
.splide__list .splide__slide {
  opacity: .5;
}
.splide__list .is-active {
  opacity: 1;
}
@media (min-width: 1024px) {
  .splide__list .is-prev {
    opacity: 1;
  }
  
  .splide__list .is-next {
    opacity: 1;
  }
}
.splide__arrows {
  display: none;
}
.splide__pagination {
  bottom: 30px;
}
@media (min-width: 1024px) {
  .splide__pagination {
    bottom: 0px;
  }
}
.splide__pagination li button {
  background-color: #DBDBDB;
}
.splide__pagination li button.is-active {
  background-color: #868686;
}
.text-image-has-border-radius .grid:first-child .image-left img {
  border-top-right-radius: 50px;
}
.text-image-has-border-radius .grid:first-child .image-right img {
  border-top-left-radius: 50px;
}
.text-image-has-border-radius .grid:last-child .image-left img {
  border-bottom-right-radius: 30px;
}
.text-image-has-border-radius .grid:last-child .image-right img {
  border-bottom-right-radius: 30px;
}
@media (min-width: 960px) {

  .text-image-has-border-radius .grid:first-child .image-left img {
    border-top-right-radius: 100px;
  }
  
  .text-image-has-border-radius .grid:first-child .image-right img {
    border-top-left-radius: 100px;
  }

  .text-image-has-border-radius .grid:last-child .image-left img {
    border-bottom-right-radius: 100px;
  }
  
  .text-image-has-border-radius .grid:last-child .image-right img {
    border-bottom-left-radius: 100px;
  }

}
.image-link-large::after {
  transition: background-color 200ms ease-in-out;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 69, 138, 0.1) 0%, #00458A 100%);
  border-radius: 100px 0px 50px 0px;
}
.image-link-large:hover::after {
  background-color: rgba(0, 51, 103, 0.3);
}
.image-link::after {
  transition: background-color 200ms ease-in-out;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 69, 138, 0.1) 0%, #00458A 100%);
  border-radius: 50px 0px 30px 0px;
}
.image-link:hover::after {
  background-color: rgba(0, 51, 103, 0.3);
}
.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 69, 138, 0) 65.62%, #00458A 100%);
}
.timeline-item {
  position: relative;
}
.timeline-item::after {
  content: '';
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background-image: linear-gradient(to right, black 25%, transparent 25%);
  background-size: 4px 1px;
  background-position: 0 0;
  background-repeat: repeat-x;
  margin: auto;
}
.timeline-item:last-child::after {
  display: none;
}
.tram-section {
  display: none;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.tram-section.visible {
  display: block;
  pointer-events: auto;
}
.info-columns > div:not(:last-child) {
  border-bottom: 1px solid #989998;
}
@media (min-width: 960px) {
  .info-columns > div:not(:last-child) {
    border-bottom: unset;
    border-right: 1px solid #989998;
  }
}
@media (max-width: 768px) {
  .lightbox iframe {
    width: 100%;
    height: 300px;
  }
}
.news-article-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-article-body b {
  font-weight: bold;
}
.news-article-body :is(h1, h2, h3, h4, h5, h6) {
  font-family: Franklin Gothic Medium, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 69 138 / var(--tw-text-opacity));
}
.news-article-body h1 {
  font-size: 25px;
}
.news-article-body h2 {
  font-size: 22.5px;
}
.news-article-body h3 {
  font-size: 21.5px;
}
.news-article-body h4 {
  font-size: 20px;
}
.news-article-body h5 {
  font-size: 19px;
}
.news-article-body h6 {
  font-size: 18px;
}
.news-article-body p {
  font-size: 17px;
  font-family: Franklin Gothic Book, sans-serif;
}
.news-article-body p:first-child:not(blockquote p) {
  font-weight: bold;
  font-size: 19px;
}
.news-article-body blockquote p {
  font-size: 17px;
  margin-bottom: 0;
}
.news-article-body a {
  color: #00458A;
  text-decoration: underline;
}
.news-article-body a:hover {
  text-underline-offset: 4px;
}
.news-article-body ul {
  list-style-type: disc;
  list-style-position: inside;
}
.news-article-body ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.wp-block-embed iframe {
  width: 100%;
}
@media (min-width: 960px) {
  .wp-block-embed iframe {
    margin: 30px 0;
    height: 400px;
  }
}
.news-article-body .wp-video,
.news-article-body .mejs-container {
  width: unset !important;
}
.page-template-assignment-single div p {
  margin-bottom: 10px;
  font-size: 16.5px;
  font-family: 'Franklin Gothic Book', Arial, sans-serif
}
@media (min-width: 768px) {
  .page-template-assignment-single div p {
    font-size: 17px;
  }
}
.page-template-assignment-single .assignment-contact p {
  margin: 0;
}
.page-template-assignment-single .assignment-contact .assignment-contact-name {
  font-size: 19px;
}
@media (min-width: 768px) {
  #content .search-results form[role="search"] label {
    width: 400px;
  }
}
.search-results .nav-links,
.page-template-template-news .pagination {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.page-template-template-news .pagination {
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  position: relative; 
  height: 53px;
}
.search-results .nav-links .page-numbers:not(.next):not(.prev),
.page-template-template-news .pagination .page-numbers:not(.next):not(.prev) {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .search-results .nav-links .page-numbers:not(.next):not(.prev),
  .page-template-template-news .pagination .page-numbers:not(.next):not(.prev) {
    width: 35px;
    height: 35px;
  }
  
}
.search-results .nav-links .next,
.search-results .nav-links .prev,
.page-template-template-news .pagination .next, 
.page-template-template-news .pagination .prev { 
  text-decoration: underline;
}
@media (min-width: 900px) {
  .search-results .nav-links .next,
  .search-results .nav-links .prev,
  .page-template-template-news .pagination .next, 
  .page-template-template-news .pagination .prev { 
    background-color: #00458A;
    color: #fff;
    padding: 14px 32px;
    border-radius: 100px;
    font-family: 'Franklin Gothic Medium', Arial, sans-serif;
    display: inline-block;
    font-size: 17px;
    transition: background-color .2s ease-in-out;
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .search-results .nav-links .next:hover,
  .search-results .nav-links .prev:hover,
  .page-template-template-news .pagination .next:hover, 
  .page-template-template-news .pagination .prev:hover {
    background-color: #003367;
  }
}
.search-results .nav-links .next,
.page-template-template-news .pagination .next {
  position: absolute;
  right: 0;
  top: 25%;
  width: unset;
}
.search-results .nav-links .prev,
.page-template-template-news .pagination .prev {
  position: absolute;
  left: 0;
  top: 25%;
  width: unset;
}
@media (min-width: 900px) {

  .search-results .nav-links .next,
  .page-template-template-news .pagination .next {
    top: 0;
  }

  .search-results .nav-links .prev,
  .page-template-template-news .pagination .prev {
    top: 0;
  }
}
.search-results .nav-links .current,
.page-template-template-news .pagination .current {
  border-radius: 100%;
  background-color: #00458A;
  color: #ffffff;
}
.search-results #content form label,
.search-no-results #content form label {
  border: 1px solid #474747;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.search-results #content form input[type="submit"],
.search-no-results #content form input[type="submit"] {
  width: unset;
  padding: 0 25px;
}
.search-results #content form input[type="search"],
.search-no-results #content form input[type="search"] {
  height: 50px;
}
.search-results #content form input[type="submit"],
.search-no-results #content form input[type="submit"] {
height: 52px;
}
html {
  color: #333;
}
.font-gbg-heading span {
  color: #00458A;
}
[x-cloak] { display: none !important; }
a.pdf::after {
    display: inline-block;
  font-family: 'Font Awesome 6 Pro';
  content: '\f1c1';
  font-size: 18px;
  margin-left: 3px;
  vertical-align: middle;
}
.page-template-assignment-single div a[target="_blank"]::after,
.news-article-body a[target="_blank"]::after,
.wysiwyg  > a[target="_blank"]::after,
.wysiwyg  p > a[target="_blank"]::after {
  display: inline-block;
  font-family: 'Font Awesome 6 Pro';
  content: '\f08e';
  font-size: 13px;
  margin-left: 3px;
  vertical-align: middle;
}
.wysiwyg p > a {
  color: #00458A;
  text-decoration: underline;
}
.wysiwyg p > a:hover {
  text-underline-offset: 2px;
}
.wysiwyg ul {
  list-style: disc;
  list-style-position: inside;
}
.wysiwyg ol {
  list-style: decimal;
  list-style-position: inside;
}
.wysiwyg-ingress p:first-child {
  font-size: 19px;
}
@media (min-width: 960px) {
  .wysiwyg-ingress p:first-child {
    font-size: 20px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hover\:text-gbg_blue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 69 138 / var(--tw-text-opacity));
}
.hover\:text-gbg_blue_dark:hover {
  --tw-text-opacity: 1;
  color: rgb(0 51 103 / var(--tw-text-opacity));
}
.hover\:underline-offset-2:hover {
  text-underline-offset: 2px;
}
.hover\:underline-offset-4:hover {
  text-underline-offset: 4px;
}
.hover\:shadow:hover {
  --tw-shadow: 0px 10px 20px rgba(0, 69, 138, 0.05);
  --tw-shadow-colored: 0px 10px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 380px) {

  .xs\:-mb-\[\.5px\] {
    margin-bottom: -.5px;
  }

  .xs\:block {
    display: block;
  }
}
@media (min-width: 600px) {

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 782px) {

  .md\:relative {
    position: relative;
  }

  .md\:-top-\[8px\] {
    top: -8px;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-\[300px\] {
    height: 300px;
  }

  .md\:h-\[500px\] {
    height: 500px;
  }

  .md\:h-\[700px\] {
    height: 700px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-\[4\.5rem\] {
    padding-bottom: 4.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-\[4\.5rem\] {
    padding-top: 4.5rem;
  }

  .md\:text-left {
    text-align: left;
  }

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 960px) {

  .lg\:sticky {
    position: sticky;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-\[300px\] {
    height: 300px;
  }

  .lg\:h-\[400px\] {
    height: 400px;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:h-\[550px\] {
    height: 550px;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:min-h-\[450px\] {
    min-height: 450px;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-28 {
    gap: 7rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

  .lg\:text-\[17px\] {
    font-size: 17px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1280px) {

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

  .xl\:max-w-\[1200px\] {
    max-width: 1200px;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1440px) {

  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

