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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  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-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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.top-\[9px\] {
  top: 9px;
}
.left-\[11px\] {
  left: 11px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.bottom-\[30px\] {
  bottom: 30px;
}
.right-\[30px\] {
  right: 30px;
}
.top-5 {
  top: 1.25rem;
}
.top-\[35px\] {
  top: 35px;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-10 {
  z-index: 10;
}
.z-0 {
  z-index: 0;
}
.z-\[-50\] {
  z-index: -50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[48px\] {
  margin-top: 48px;
  margin-bottom: 48px;
}
.mx-\[17\.6px\] {
  margin-left: 17.6px;
  margin-right: 17.6px;
}
.my-\[3px\] {
  margin-top: 3px;
  margin-bottom: 3px;
}
.mt-5 {
  margin-top: 1.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.ml-12 {
  margin-left: 3rem;
}
.-mt-px {
  margin-top: -1px;
}
.ml-\[24px\] {
  margin-left: 24px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-\[21\.5px\] {
  margin-top: 21.5px;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.ml-\[13px\] {
  margin-left: 13px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mr-\[27px\] {
  margin-right: 27px;
}
.ml-\[5\.5px\] {
  margin-left: 5.5px;
}
.ml-\[23px\] {
  margin-left: 23px;
}
.ml-\[5\.8px\] {
  margin-left: 5.8px;
}
.ml-\[18px\] {
  margin-left: 18px;
}
.mr-\[24px\] {
  margin-right: 24px;
}
.ml-\[6px\] {
  margin-left: 6px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.ml-\[8\.25px\] {
  margin-left: 8.25px;
}
.mt-\[28px\] {
  margin-top: 28px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mr-\[10\.5px\] {
  margin-right: 10.5px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mt-\[112px\] {
  margin-top: 112px;
}
.mb-\[210px\] {
  margin-bottom: 210px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mr-\[6px\] {
  margin-right: 6px;
}
.mr-\[5\.5px\] {
  margin-right: 5.5px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.mt-\[29px\] {
  margin-top: 29px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mr-\[9px\] {
  margin-right: 9px;
}
.mt-\[64px\] {
  margin-top: 64px;
}
.mt-\[21px\] {
  margin-top: 21px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.ml-\[16px\] {
  margin-left: 16px;
}
.ml-\[32px\] {
  margin-left: 32px;
}
.ml-\[11px\] {
  margin-left: 11px;
}
.mt-\[7px\] {
  margin-top: 7px;
}
.mb-\[125px\] {
  margin-bottom: 125px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mr-\[11px\] {
  margin-right: 11px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mr-\[77\.5px\] {
  margin-right: 77.5px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mt-\[79px\] {
  margin-top: 79px;
}
.mt-\[37px\] {
  margin-top: 37px;
}
.mt-\[84px\] {
  margin-top: 84px;
}
.mt-\[36px\] {
  margin-top: 36px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.ml-\[65px\] {
  margin-left: 65px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-16 {
  height: 4rem;
}
.h-\[163px\] {
  height: 163px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[134px\] {
  height: 134px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[200px\] {
  height: 200px;
}
.h-full {
  height: 100%;
}
.h-\[92px\] {
  height: 92px;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[31px\] {
  height: 31px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[331px\] {
  height: 331px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[172px\] {
  height: 172px;
}
.h-\[29\.3px\] {
  height: 29.3px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[76px\] {
  height: 76px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[685px\] {
  height: 685px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[61px\] {
  height: 61px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[99px\] {
  height: 99px;
}
.h-\[210px\] {
  height: 210px;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[206px\] {
  height: 206px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[128px\] {
  height: 128px;
}
.h-screen {
  height: 100vh;
}
.max-h-screen {
  max-height: 100vh;
}
.max-h-\[419px\] {
  max-height: 419px;
}
.max-h-\[360px\] {
  max-height: 360px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-\[1px\] {
  min-height: 1px;
}
.min-h-\[419px\] {
  min-height: 419px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-\[328px\] {
  width: 328px;
}
.w-\[196px\] {
  width: 196px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[303px\] {
  width: 303px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[163px\] {
  width: 163px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[314px\] {
  width: 314px;
}
.w-\[86px\] {
  width: 86px;
}
.w-\[95px\] {
  width: 95px;
}
.w-\[105px\] {
  width: 105px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[183px\] {
  width: 183px;
}
.w-screen {
  width: 100vw;
}
.w-\[324px\] {
  width: 324px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[276px\] {
  width: 276px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[288px\] {
  width: 288px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[13\.5px\] {
  width: 13.5px;
}
.w-\[264px\] {
  width: 264px;
}
.w-1\/2 {
  width: 50%;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[336px\] {
  width: 336px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[97px\] {
  width: 97px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[154px\] {
  width: 154px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[315px\] {
  width: 315px;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[290px\] {
  min-width: 290px;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[328px\] {
  max-width: 328px;
}
.max-w-\[1128px\] {
  max-width: 1128px;
}
.max-w-\[230px\] {
  max-width: 230px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[744px\] {
  max-width: 744px;
}
.max-w-\[606px\] {
  max-width: 606px;
}
.max-w-\[855px\] {
  max-width: 855px;
}
.max-w-\[335px\] {
  max-width: 335px;
}
.max-w-\[380px\] {
  max-width: 380px;
}
.max-w-\[456px\] {
  max-width: 456px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[307px\] {
  max-width: 307px;
}
.max-w-\[1160px\] {
  max-width: 1160px;
}
.max-w-\[928px\] {
  max-width: 928px;
}
.max-w-\[834px\] {
  max-width: 834px;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[13\.5px\] {
  gap: 13.5px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[19\.5px\] {
  gap: 19.5px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[17px\] {
  gap: 17px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[12px\] {
  gap: 12px;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-t-\[5px\] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[4px\] {
  border-bottom-width: 4px;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-\[\#FFFFFF14\] {
  border-color: #FFFFFF14;
}
.border-\[\#004D80\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 77 128 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-\[\#00121E1F\] {
  border-color: #00121E1F;
}
.border-\[\#0072BC\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 114 188 / var(--tw-border-opacity));
}
.border-\[\#00121E\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 18 30 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-\[\#052867\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 40 103 / var(--tw-bg-opacity));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-\[\#FFFFFF14\] {
  background-color: #FFFFFF14;
}
.bg-\[\#0072BC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 188 / var(--tw-bg-opacity));
}
.bg-\[\#00000014\] {
  background-color: #00000014;
}
.bg-\[\#0F3146\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 49 70 / var(--tw-bg-opacity));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#004D80\] {
  --tw-gradient-from: #004D80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 77 128 / 0));
}
.from-\[\#000000A6\] {
  --tw-gradient-from: #000000A6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.from-\[\#000000\] {
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.to-\[\#0078C6\] {
  --tw-gradient-to: #0078C6;
}
.to-\[\#23196100\] {
  --tw-gradient-to: #23196100;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[12px\] {
  padding: 12px;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[26px\] {
  padding-top: 26px;
  padding-bottom: 26px;
}
.py-\[104px\] {
  padding-top: 104px;
  padding-bottom: 104px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[23px\] {
  padding-left: 23px;
  padding-right: 23px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[34px\] {
  padding-top: 34px;
}
.pb-\[28px\] {
  padding-bottom: 28px;
}
.pt-\[18px\] {
  padding-top: 18px;
}
.pb-\[23px\] {
  padding-bottom: 23px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pl-\[34px\] {
  padding-left: 34px;
}
.pl-\[33px\] {
  padding-left: 33px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pl-\[28px\] {
  padding-left: 28px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pl-\[45px\] {
  padding-left: 45px;
}
.pl-\[32px\] {
  padding-left: 32px;
}
.pt-\[191px\] {
  padding-top: 191px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pt-\[42px\] {
  padding-top: 42px;
}
.pb-\[41px\] {
  padding-bottom: 41px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pb-\[122px\] {
  padding-bottom: 122px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[217px\] {
  padding-bottom: 217px;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.font-\[roboto\] {
  font-family: roboto;
}
.font-rocond {
  font-family: Roboto Condensed, sans-serif;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[13\.5px\] {
  font-size: 13.5px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[9px\] {
  font-size: 9px;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.font-light {
  font-weight: 300;
}
.uppercase {
  text-transform: uppercase;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[15px\] {
  line-height: 15px;
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-\[\#00121E\] {
  --tw-text-opacity: 1;
  color: rgb(0 18 30 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#00121EF7\] {
  color: #00121EF7;
}
.text-\[\#FFFFFFB2\] {
  color: #FFFFFFB2;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#00121EBF\] {
  color: #00121EBF;
}
.text-transparent {
  color: transparent;
}
.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#FFFFFFF7\] {
  color: #FFFFFFF7;
}
.text-\[\#0072BC\] {
  --tw-text-opacity: 1;
  color: rgb(0 114 188 / var(--tw-text-opacity));
}
.text-\[\#00121E66\] {
  color: #00121E66;
}
.text-\[\#9A9FB4\] {
  --tw-text-opacity: 1;
  color: rgb(154 159 180 / var(--tw-text-opacity));
}
.text-\[\#0A0A0A\] {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.text-\[\#4A4A4A\] {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --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);
}
.outline {
  outline-style: solid;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}


.flex_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
  }
  
  .box_shadow {
    box-shadow: 6px 12px 32px rgba(0, 24, 40, 0.08), 5px 2px 24px rgba(0, 39, 64, 0.04), 5px 6px 8px rgba(0, 114, 188, 0.02)
  }
  
  .banner {
    background-color: linear-gradient(90deg, #004D80 0%, #0078C6 100%);
  }
  
  ::-moz-placeholder {
    color: #00121E66;
    font-size: 12px;
    font-weight: 600;
  }
  
  :-ms-input-placeholder {
    color: #00121E66;
    font-size: 12px;
    font-weight: 600;
  }
  
  ::placeholder {
    color: #00121E66;
    font-size: 12px;
    font-weight: 600;
  }

  .fade-in-image {
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
  }
  @keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }
  
  @-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }
  
  .hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  
  .hover\:text-\[\#0072BC\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 114 188 / var(--tw-text-opacity));
}
  
  @media (prefers-color-scheme: dark) {

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }

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

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
}
  
  @media (min-width: 640px) {

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:mt-\[12px\] {
    margin-top: 12px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:ml-\[28px\] {
    margin-left: 28px;
  }

  .sm\:mt-\[41px\] {
    margin-top: 41px;
  }

  .sm\:mt-\[40px\] {
    margin-top: 40px;
  }

  .sm\:block {
    display: block;
  }

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

  .sm\:h-\[360px\] {
    height: 360px;
  }

  .sm\:h-\[163\.64px\] {
    height: 163.64px;
  }

  .sm\:h-\[88px\] {
    height: 88px;
  }

  .sm\:h-\[42px\] {
    height: 42px;
  }

  .sm\:h-\[48px\] {
    height: 48px;
  }

  .sm\:h-\[24px\] {
    height: 24px;
  }

  .sm\:h-\[67px\] {
    height: 67px;
  }

  .sm\:h-\[240px\] {
    height: 240px;
  }

  .sm\:w-\[360px\] {
    width: 360px;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-\[42px\] {
    width: 42px;
  }

  .sm\:w-\[744px\] {
    width: 744px;
  }

  .sm\:w-\[635px\] {
    width: 635px;
  }

  .sm\:w-\[97px\] {
    width: 97px;
  }

  .sm\:w-\[180px\] {
    width: 180px;
  }

  .sm\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:max-w-\[239px\] {
    max-width: 239px;
  }

  .sm\:max-w-\[360px\] {
    max-width: 360px;
  }

  .sm\:max-w-\[744px\] {
    max-width: 744px;
  }

  .sm\:max-w-\[1128px\] {
    max-width: 1128px;
  }

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

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-center {
    align-items: center;
  }

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

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-\[40px\] {
    gap: 40px;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-\[6px\] {
    border-radius: 6px;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-\[20px\] {
    font-size: 20px;
  }

  .sm\:text-\[28px\] {
    font-size: 28px;
  }

  .sm\:text-\[18px\] {
    font-size: 18px;
  }

  .sm\:text-\[13px\] {
    font-size: 13px;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\: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: 768px) {

  .md\:mt-\[67px\] {
    margin-top: 67px;
  }

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

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

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

  .md\:pb-\[217px\] {
    padding-bottom: 217px;
  }
}
  
  @media (min-width: 1024px) {

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

  .lg\:mt-\[272px\] {
    margin-top: 272px;
  }

  .lg\:mt-\[24px\] {
    margin-top: 24px;
  }

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-\[104px\] {
    padding-top: 104px;
    padding-bottom: 104px;
  }

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

  .lg\:text-\[25px\] {
    font-size: 25px;
  }
}
  
  @media (min-width: 1280px) {

  .xl\:top-\[120px\] {
    top: 120px;
  }

  .xl\:mt-\[40px\] {
    margin-top: 40px;
  }

  .xl\:mt-\[34px\] {
    margin-top: 34px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mb-\[131px\] {
    margin-bottom: 131px;
  }

  .xl\:mt-\[120px\] {
    margin-top: 120px;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:h-\[264px\] {
    height: 264px;
  }

  .xl\:h-\[120px\] {
    height: 120px;
  }

  .xl\:h-\[448px\] {
    height: 448px;
  }

  .xl\:h-\[144px\] {
    height: 144px;
  }

  .xl\:h-\[220px\] {
    height: 220px;
  }

  .xl\:h-\[192px\] {
    height: 192px;
  }

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

  .xl\:w-full {
    width: 100%;
  }

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

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

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

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

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

  .xl\:min-w-\[144px\] {
    min-width: 144px;
  }

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

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

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:pt-\[40px\] {
    padding-top: 40px;
  }

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

  .xl\:text-\[15px\] {
    font-size: 15px;
  }

  .xl\:text-\[20px\] {
    font-size: 20px;
  }

  .xl\:text-\[28px\] {
    font-size: 28px;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }
}
