/*
! tailwindcss v3.3.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: #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:-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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
    body {
        line-height: 38px;

        @media (max-width: 767px) {
            line-height: 23px;
        }
    }

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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%;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-left-\[53px\] {
  left: -53px;
}
.-right-\[38px\] {
  right: -38px;
}
.-right-\[45px\] {
  right: -45px;
}
.bottom-\[100px\] {
  bottom: 100px;
}
.bottom-\[23px\] {
  bottom: 23px;
}
.bottom-\[28px\] {
  bottom: 28px;
}
.left-\[224px\] {
  left: 224px;
}
.left-\[85px\] {
  left: 85px;
}
.right-0 {
  right: 0px;
}
.right-\[-41px\] {
  right: -41px;
}
.right-\[-80px\] {
  right: -80px;
}
.right-\[40px\] {
  right: 40px;
}
.top-\[109px\] {
  top: 109px;
}
.top-\[216px\] {
  top: 216px;
}
.top-\[296px\] {
  top: 296px;
}
.top-\[428px\] {
  top: 428px;
}
.top-\[67px\] {
  top: 67px;
}
.z-\[2\] {
  z-index: 2;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[11px\] {
  margin-bottom: 11px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[133px\] {
  margin-bottom: 133px;
}
.mb-\[13px\] {
  margin-bottom: 13px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[17px\] {
  margin-bottom: 17px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[23px\] {
  margin-bottom: 23px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[26px\] {
  margin-bottom: 26px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[29px\] {
  margin-bottom: 29px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.mb-\[37px\] {
  margin-bottom: 37px;
}
.mb-\[38px\] {
  margin-bottom: 38px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[44px\] {
  margin-bottom: 44px;
}
.mb-\[45px\] {
  margin-bottom: 45px;
}
.mb-\[47px\] {
  margin-bottom: 47px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[51px\] {
  margin-bottom: 51px;
}
.mb-\[52px\] {
  margin-bottom: 52px;
}
.mb-\[53px\] {
  margin-bottom: 53px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[61px\] {
  margin-bottom: 61px;
}
.mb-\[64px\] {
  margin-bottom: 64px;
}
.mb-\[66px\] {
  margin-bottom: 66px;
}
.mb-\[71px\] {
  margin-bottom: 71px;
}
.mb-\[73px\] {
  margin-bottom: 73px;
}
.mb-\[74px\] {
  margin-bottom: 74px;
}
.mb-\[7px\] {
  margin-bottom: 7px;
}
.mb-\[9px\] {
  margin-bottom: 9px;
}
.ml-\[112px\] {
  margin-left: 112px;
}
.ml-\[113px\] {
  margin-left: 113px;
}
.ml-auto {
  margin-left: auto;
}
.mr-\[104px\] {
  margin-right: 104px;
}
.mr-\[114px\] {
  margin-right: 114px;
}
.mr-\[16\%\] {
  margin-right: 16%;
}
.mr-\[19px\] {
  margin-right: 19px;
}
.mr-\[21px\] {
  margin-right: 21px;
}
.mr-\[30px\] {
  margin-right: 30px;
}
.mr-\[33\%\] {
  margin-right: 33%;
}
.mr-\[46px\] {
  margin-right: 46px;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[146px\] {
  margin-top: 146px;
}
.mt-\[180px\] {
  margin-top: 180px;
}
.mt-\[181px\] {
  margin-top: 181px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[38px\] {
  margin-top: 38px;
}
.mt-\[44px\] {
  margin-top: 44px;
}
.mt-\[49px\] {
  margin-top: 49px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[58px\] {
  margin-top: 58px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[64px\] {
  margin-top: 64px;
}
.mt-\[65px\] {
  margin-top: 65px;
}
.mt-\[69px\] {
  margin-top: 69px;
}
.mt-\[73px\] {
  margin-top: 73px;
}
.mt-\[84px\] {
  margin-top: 84px;
}
.mt-\[85px\] {
  margin-top: 85px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-\[116px\] {
  height: 116px;
}
.h-\[349px\] {
  height: 349px;
}
.h-\[381px\] {
  height: 381px;
}
.h-\[392px\] {
  height: 392px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[49px\] {
  height: 49px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[86px\] {
  height: 86px;
}
.w-\[24\%\] {
  width: 24%;
}
.w-\[26\%\] {
  width: 26%;
}
.w-\[310px\] {
  width: 310px;
}
.w-\[39px\] {
  width: 39px;
}
.w-\[419px\] {
  width: 419px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[60px\] {
  width: 60px;
}
.w-full {
  width: 100%;
}
.min-w-\[214px\] {
  min-width: 214px;
}
.min-w-\[85px\] {
  min-width: 85px;
}
.max-w-\[102px\] {
  max-width: 102px;
}
.max-w-\[1066px\] {
  max-width: 1066px;
}
.max-w-\[1074px\] {
  max-width: 1074px;
}
.max-w-\[1076px\] {
  max-width: 1076px;
}
.max-w-\[1078px\] {
  max-width: 1078px;
}
.max-w-\[1080px\] {
  max-width: 1080px;
}
.max-w-\[116px\] {
  max-width: 116px;
}
.max-w-\[1215px\] {
  max-width: 1215px;
}
.max-w-\[124px\] {
  max-width: 124px;
}
.max-w-\[1312px\] {
  max-width: 1312px;
}
.max-w-\[1360px\] {
  max-width: 1360px;
}
.max-w-\[161px\] {
  max-width: 161px;
}
.max-w-\[176px\] {
  max-width: 176px;
}
.max-w-\[205px\] {
  max-width: 205px;
}
.max-w-\[211px\] {
  max-width: 211px;
}
.max-w-\[265px\] {
  max-width: 265px;
}
.max-w-\[390px\] {
  max-width: 390px;
}
.max-w-\[395px\] {
  max-width: 395px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[440px\] {
  max-width: 440px;
}
.max-w-\[474px\] {
  max-width: 474px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[483px\] {
  max-width: 483px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[530px\] {
  max-width: 530px;
}
.max-w-\[545px\] {
  max-width: 545px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[644px\] {
  max-width: 644px;
}
.max-w-\[651px\] {
  max-width: 651px;
}
.max-w-\[728px\] {
  max-width: 728px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[831px\] {
  max-width: 831px;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.max-w-\[872px\] {
  max-width: 872px;
}
.max-w-\[calc\(50\%-57px\)\] {
  max-width: calc(50% - 57px);
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.grow {
  flex-grow: 1;
}
.basis-\[283px\] {
  flex-basis: 283px;
}
.basis-\[50\%\] {
  flex-basis: 50%;
}
.basis-\[calc\(50\%-30px\)\] {
  flex-basis: calc(50% - 30px);
}
.-rotate-90 {
  --tw-rotate: -90deg;
  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-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[25px\] {
  border-radius: 25px;
}
.rounded-\[33px\] {
  border-radius: 33px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-l-\[2px\] {
  border-left-width: 2px;
}
.border-r-\[1px\] {
  border-right-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-\[\#008F8C\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 143 140 / var(--tw-border-opacity));
}
.border-\[\#05264F\] {
  --tw-border-opacity: 1;
  border-color: rgb(5 38 79 / var(--tw-border-opacity));
}
.border-\[\#F0F2F5\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 242 245 / var(--tw-border-opacity));
}
.border-b-\[\#F0F2F5\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 242 245 / var(--tw-border-opacity));
}
.border-l-\[\#008F8C\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 143 140 / var(--tw-border-opacity));
}
.border-t-\[\#F0F2F5\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 242 245 / var(--tw-border-opacity));
}
.bg-\[\#05264F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 38 79 / var(--tw-bg-opacity));
}
.bg-\[\#F0F2F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 245 / var(--tw-bg-opacity));
}
.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[url\(\.\.\/images\/text_arr\.svg\)\] {
  background-image: url(../images/text_arr.svg);
}
.bg-\[length\:30px_30px\] {
  background-size: 30px 30px;
}
.bg-contain {
  background-size: contain;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[60px\] {
  padding: 60px;
}
.px-\[133px\] {
  padding-left: 133px;
  padding-right: 133px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[37px\] {
  padding-left: 37px;
  padding-right: 37px;
}
.px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}
.px-\[52px\] {
  padding-left: 52px;
  padding-right: 52px;
}
.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
.pb-\[183px\] {
  padding-bottom: 183px;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[19px\] {
  padding-bottom: 19px;
}
.pb-\[33px\] {
  padding-bottom: 33px;
}
.pb-\[39px\] {
  padding-bottom: 39px;
}
.pb-\[45px\] {
  padding-bottom: 45px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[62px\] {
  padding-bottom: 62px;
}
.pb-\[63px\] {
  padding-bottom: 63px;
}
.pb-\[64px\] {
  padding-bottom: 64px;
}
.pb-\[69px\] {
  padding-bottom: 69px;
}
.pb-\[9px\] {
  padding-bottom: 9px;
}
.pl-\[35px\] {
  padding-left: 35px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pt-\[224px\] {
  padding-top: 224px;
}
.pt-\[22px\] {
  padding-top: 22px;
}
.pt-\[29px\] {
  padding-top: 29px;
}
.pt-\[46px\] {
  padding-top: 46px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[55px\] {
  padding-top: 55px;
}
.pt-\[57px\] {
  padding-top: 57px;
}
.pt-\[63px\] {
  padding-top: 63px;
}
.pt-\[68px\] {
  padding-top: 68px;
}
.pt-\[74px\] {
  padding-top: 74px;
}
.pt-\[76px\] {
  padding-top: 76px;
}
.pt-\[7px\] {
  padding-top: 7px;
}
.text-center {
  text-align: center;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[378px\] {
  font-size: 378px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-\[64px\] {
  font-size: 64px;
}
.text-\[96px\] {
  font-size: 96px;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[600\] {
  font-weight: 600;
}
.font-\[700\] {
  font-weight: 700;
}
.font-\[900\] {
  font-weight: 900;
}
.capitalize {
  text-transform: capitalize;
}
.leading-\[102px\] {
  line-height: 102px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[19px\] {
  line-height: 19px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[34px\] {
  line-height: 34px;
}
.leading-\[35px\] {
  line-height: 35px;
}
.leading-\[378px\] {
  line-height: 378px;
}
.leading-\[40px\] {
  line-height: 40px;
}
.leading-\[45px\] {
  line-height: 45px;
}
.leading-\[60px\] {
  line-height: 60px;
}
.leading-\[83px\] {
  line-height: 83px;
}
.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}
.text-\[\#008F8C\] {
  --tw-text-opacity: 1;
  color: rgb(0 143 140 / var(--tw-text-opacity));
}
.text-\[\#05264F\] {
  --tw-text-opacity: 1;
  color: rgb(5 38 79 / var(--tw-text-opacity));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\] {
  color: rgba(255,255,255,0.5);
}
.text-\[rgba\(5\2c 38\2c 79\2c 0\.40\)\] {
  color: rgba(5,38,79,0.40);
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:text-\[\#008F8C\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 143 140 / var(--tw-text-opacity));
}
.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.group:hover .group-hover\:block {
  display: block;
}
.group\/lvl_1:hover .group-hover\/lvl_1\:flex {
  display: flex;
}
.group:hover .group-hover\:text-\[\#008F8C\] {
  --tw-text-opacity: 1;
  color: rgb(0 143 140 / var(--tw-text-opacity));
}
@media (max-width: 1599px) {

  .\33xl\:mr-\[12\%\] {
    margin-right: 12%;
  }

  .\33xl\:mr-\[23\%\] {
    margin-right: 23%;
  }

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

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

  .\33xl\:max-w-\[1160px\] {
    max-width: 1160px;
  }
}
@media (max-width: 1399px) {

  .\32xl\:static {
    position: static;
  }

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

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

  .\32xl\:mr-\[17\%\] {
    margin-right: 17%;
  }

  .\32xl\:mr-\[9\%\] {
    margin-right: 9%;
  }

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

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

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

  .\32xl\:scale-\[0\.8\] {
    --tw-scale-x: 0.8;
    --tw-scale-y: 0.8;
    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));
  }

  .\32xl\:flex-col {
    flex-direction: column;
  }

  .\32xl\:pr-\[15px\] {
    padding-right: 15px;
  }

  .\32xl\:pt-0 {
    padding-top: 0px;
  }
}
@media (max-width: 1199px) {

  .lg\:left-\[15px\] {
    left: 15px;
  }

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

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

  .lg\:mr-\[15px\] {
    margin-right: 15px;
  }

  .lg\:mr-\[20px\] {
    margin-right: 20px;
  }

  .lg\:mr-\[4\%\] {
    margin-right: 4%;
  }

  .lg\:mr-\[56px\] {
    margin-right: 56px;
  }

  .lg\:mr-\[7\%\] {
    margin-right: 7%;
  }

  .lg\:max-w-\[278px\] {
    max-width: 278px;
  }

  .lg\:max-w-\[382px\] {
    max-width: 382px;
  }

  .lg\:max-w-\[880px\] {
    max-width: 880px;
  }

  .lg\:max-w-\[938px\] {
    max-width: 938px;
  }

  .lg\:px-\[56px\] {
    padding-left: 56px;
    padding-right: 56px;
  }

  .lg\:pt-\[20px\] {
    padding-top: 20px;
  }

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

  .lg\:leading-\[28px\] {
    line-height: 28px;
  }

  .lg\:leading-\[82px\] {
    line-height: 82px;
  }
}
@media (max-width: 1023px) {

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-\[-140px\] {
    margin-bottom: -140px;
  }

  .md\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .md\:mb-\[15px\] {
    margin-bottom: 15px;
  }

  .md\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .md\:ml-\[-25px\] {
    margin-left: -25px;
  }

  .md\:ml-\[-50px\] {
    margin-left: -50px;
  }

  .md\:mr-\[6\%\] {
    margin-right: 6%;
  }

  .md\:\!block {
    display: block !important;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:max-w-\[143px\] {
    max-width: 143px;
  }

  .md\:max-w-\[288px\] {
    max-width: 288px;
  }

  .md\:max-w-\[430px\] {
    max-width: 430px;
  }

  .md\:max-w-\[767px\] {
    max-width: 767px;
  }

  .md\:max-w-\[780px\] {
    max-width: 780px;
  }

  .md\:scale-\[0\.65\] {
    --tw-scale-x: 0.65;
    --tw-scale-y: 0.65;
    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\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

  .md\:border-b-\[1px\] {
    border-bottom-width: 1px;
  }

  .md\:border-b-\[rgb\(5\2c 38\2c 79\2c 0\.1\)\] {
    border-bottom-color: rgb(5,38,79,0.1);
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .md\:pb-\[3px\] {
    padding-bottom: 3px;
  }

  .md\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .md\:pb-\[8px\] {
    padding-bottom: 8px;
  }

  .md\:pl-\[37px\] {
    padding-left: 37px;
  }

  .md\:pt-\[24px\] {
    padding-top: 24px;
  }

  .md\:pt-\[25px\] {
    padding-top: 25px;
  }

  .md\:pt-\[26px\] {
    padding-top: 26px;
  }

  .md\:pt-\[35px\] {
    padding-top: 35px;
  }

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

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

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

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

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

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

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

  .md\:leading-\[14px\] {
    line-height: 14px;
  }

  .md\:leading-\[17px\] {
    line-height: 17px;
  }

  .md\:leading-\[18px\] {
    line-height: 18px;
  }

  .md\:leading-\[23px\] {
    line-height: 23px;
  }

  .md\:leading-\[24px\] {
    line-height: 24px;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }

  .md\:leading-\[35px\] {
    line-height: 35px;
  }

  .md\:leading-\[42px\] {
    line-height: 42px;
  }

  .group\/lvl_1:hover .md\:group-hover\/lvl_1\:hidden {
    display: none;
  }

  .group:hover .md\:group-hover\:hidden {
    display: none;
  }
}
@media (max-width: 767px) {

  .sm\:bottom-\[-72px\] {
    bottom: -72px;
  }

  .sm\:bottom-\[20px\] {
    bottom: 20px;
  }

  .sm\:left-\[165px\] {
    left: 165px;
  }

  .sm\:right-\[20px\] {
    right: 20px;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

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

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

  .sm\:my-\[30px\] {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-\[-80px\] {
    margin-bottom: -80px;
  }

  .sm\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .sm\:mb-\[14px\] {
    margin-bottom: 14px;
  }

  .sm\:mb-\[15px\] {
    margin-bottom: 15px;
  }

  .sm\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .sm\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .sm\:mb-\[21px\] {
    margin-bottom: 21px;
  }

  .sm\:mb-\[22px\] {
    margin-bottom: 22px;
  }

  .sm\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  .sm\:mb-\[26px\] {
    margin-bottom: 26px;
  }

  .sm\:mb-\[28px\] {
    margin-bottom: 28px;
  }

  .sm\:mb-\[29px\] {
    margin-bottom: 29px;
  }

  .sm\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .sm\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .sm\:mb-\[35px\] {
    margin-bottom: 35px;
  }

  .sm\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .sm\:mb-\[48px\] {
    margin-bottom: 48px;
  }

  .sm\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .sm\:mb-\[70px\] {
    margin-bottom: 70px;
  }

  .sm\:mb-\[80px\] {
    margin-bottom: 80px;
  }

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

  .sm\:mr-0 {
    margin-right: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

  .sm\:min-w-0 {
    min-width: 0px;
  }

  .sm\:max-w-\[100\%\] {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

  .sm\:max-w-\[70vw\] {
    max-width: 70vw;
  }

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

  .sm\:max-w-none {
    max-width: none;
  }

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

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

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

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

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

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

  .sm\:border-b-\[1px\] {
    border-bottom-width: 1px;
  }

  .sm\:border-r-0 {
    border-right-width: 0px;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:p-\[30px\] {
    padding: 30px;
  }

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

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

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

  .sm\:pb-\[15px\] {
    padding-bottom: 15px;
  }

  .sm\:pb-\[24px\] {
    padding-bottom: 24px;
  }

  .sm\:pb-\[26px\] {
    padding-bottom: 26px;
  }

  .sm\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .sm\:pb-\[36px\] {
    padding-bottom: 36px;
  }

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

  .sm\:pt-\[17px\] {
    padding-top: 17px;
  }

  .sm\:pt-\[30px\] {
    padding-top: 30px;
  }

  .sm\:pt-\[31px\] {
    padding-top: 31px;
  }

  .sm\:pt-\[56px\] {
    padding-top: 56px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:font-\[400\] {
    font-weight: 400;
  }

  .sm\:font-\[700\] {
    font-weight: 700;
  }

  .sm\:font-\[900\] {
    font-weight: 900;
  }

  .sm\:leading-\[131px\] {
    line-height: 131px;
  }

  .sm\:leading-\[13px\] {
    line-height: 13px;
  }

  .sm\:leading-\[18px\] {
    line-height: 18px;
  }

  .sm\:leading-\[22px\] {
    line-height: 22px;
  }

  .sm\:leading-\[23px\] {
    line-height: 23px;
  }

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

  .sm\:leading-\[28px\] {
    line-height: 28px;
  }

  .sm\:leading-\[30px\] {
    line-height: 30px;
  }

  .sm\:leading-\[35px\] {
    line-height: 35px;
  }

  .sm\:tracking-\[-0\.02em\] {
    letter-spacing: -0.02em;
  }
}
@media (max-width: 425px) {

  .xs\:ml-\[30px\] {
    margin-left: 30px;
  }

  .xs\:mt-\[-100px\] {
    margin-top: -100px;
  }

  .xs\:mt-\[-110px\] {
    margin-top: -110px;
  }

  .xs\:max-w-\[176px\] {
    max-width: 176px;
  }

  .xs\:scale-\[0\.48\] {
    --tw-scale-x: 0.48;
    --tw-scale-y: 0.48;
    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));
  }
}