*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, 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 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 576.1px) {

  .container {
    max-width: 94vw;
  }
}
@media (min-width: 768.1px) {

  .container {
    max-width: 92vw;
  }
}
@media (min-width: 1024.1px) {

  .container {
    max-width: 90vw;
  }
}
@media (min-width: 1200.1px) {

  .container {
    max-width: calc(1700 / 1920 * 100vw);
  }
}
@media (min-width: 1600px) {

  .container {
    max-width: calc(1430 / 1920 * 100vw);
  }
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  text-decoration: none;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.img-ratio {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
}
.img-ratio img, .img-ratio iframe, .img-ratio video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}
.heading-banner {
  font-size: clamp(28px, calc(36 / 1920 * 100vw), 1.875rem);
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;    text-shadow: 0px 4px 4px 0px #00000040;
}
@media (min-width: 576.1px) {
    .heading-banner {
    font-size: clamp(36px, calc(48 / 1920 * 100vw), 2.5rem);
    line-height: 1.2;
  } }
.heading-1 {
  font-size: clamp(36px, calc(48 / 1920 * 100vw), 2.5rem);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (max-width: 576px) {
    .heading-1 {
    font-size: clamp(28px, calc(36 / 1920 * 100vw), 1.875rem);
    line-height: 1.3;
  } }
@media screen and (max-width: 1024px) {
      .heading-1 br {
    display: none;
  } }
.heading-2 {
  font-size: clamp(28px, calc(40 / 1920 * 100vw), 2.0833333333333335rem);
  line-height: 1.3;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 85 164 / var(--tw-text-opacity, 1));
}
@media (max-width: 576px) {
    .heading-2 {
    font-size: clamp(26px, calc(30 / 1920 * 100vw), 1.5625rem);
    line-height: 1.3;
  } }
.heading-3 {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  line-height: 1.35;
  font-weight: 700;
}
.heading-4 {
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
  line-height: 1.4;
  font-weight: 700;
}
.heading-5 {
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
  font-weight: 700;
}
.heading-6 {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 500;
  line-height: 140%;
}
.heading-7 {
  font-size: clamp(26px, calc(30 / 1920 * 100vw), 1.5625rem);
  line-height: 1.3;
  font-weight: 700;
  line-height: 140%;
}
.body-2 {
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
  line-height: 140%;
}
.body-3 {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  line-height: 140%;
}
.body-4 {
  font-size: clamp(14px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
  line-height: 1.4;
  line-height: 140%;
}
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .heading-7,
  .body-1, .body-2, .body-3, .body-4, .body-5 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}
.heading-1 *, .heading-2 *, .heading-3 *, .heading-4 *, .heading-5 *, .heading-6 *, .heading-7 *,
    .body-1 *, .body-2 *, .body-3 *, .body-4 *, .body-5 * {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;      font: inherit;
}
.desc, .zone-desc {
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(70 70 70 / var(--tw-text-opacity, 1));    font-family: "Be Vietnam Pro";
}
.desc *, .zone-desc * {
      font: inherit;
      font-family: "Be Vietnam Pro"; }
.desc strong, .zone-desc strong {
  font-weight: 700;
}
.desc strong *, .zone-desc strong * {
  font-weight: 700;
}
.desc ul, .zone-desc ul {
      list-style-type: disc; }
.desc ul li, .zone-desc ul li {
        padding-left: 20px;
        position: relative;
        margin-bottom: 0.625rem;
        display: block }
.desc ul li::before, .zone-desc ul li::before {
          content: '';
          pointer-events: none;
          position: absolute;
          left: 0;
          top: 10px;
          z-index: 10;
          display: inline-block;
          height: 6px;
          width: 6px;
          min-width: 6px;
          border-radius: 9999px;
          --tw-bg-opacity: 1;
          background-color: rgb(61 61 61 / var(--tw-bg-opacity, 1));
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
          transition: .4s all ease-in-out }
.desc ul ul, .zone-desc ul ul {
        list-style-type: disc; }
.desc ul ul li, .zone-desc ul ul li {
          padding-left: 20px;
          margin-bottom: 0.20833333333333334rem;
          display: block }
.desc ul ul li::before, .zone-desc ul ul li::before {
            content: '';
            pointer-events: none;
            position: absolute;
            left: 0;
            top: 6px;
            z-index: 10;
            display: inline-block;
            height: 1px;
            width: 6px;
            min-width: 3px;
            --tw-bg-opacity: 1;
            background-color: rgb(61 61 61 / var(--tw-bg-opacity, 1));
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
            transition: .4s all ease-in-out }
.desc ol, .zone-desc ol {
      counter-reset: item; }
.desc ol li, .zone-desc ol li {
        display: block; }
.desc ol li:before, .zone-desc ol li:before {
          content: counters(item, ".") ". ";
          counter-increment: item; }
.desc ol[style*="list-style-type: lower-alpha;"] li:before, .zone-desc ol[style*="list-style-type: lower-alpha;"] li:before {
      content: counters(item, ".", lower-alpha) ". ";
      counter-increment: item; }
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-right-10 {
  right: -2.0833333333333335rem;
}
.-right-14 {
  right: -2.916666666666667rem;
}
.-right-4 {
  right: -0.8333333333333334rem;
}
.bottom-0 {
  bottom: 0;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0;
}
.left-1\/2 {
  left: 50%;
}
.left-\[15px\] {
  left: 15px;
}
.right-0 {
  right: 0;
}
.right-4 {
  right: 0.8333333333333334rem;
}
.right-\[5px\] {
  right: 5px;
}
.top-0 {
  top: 0;
}
.top-1\/2 {
  top: 50%;
}
.top-\[6px\] {
  top: 6px;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-70 {
  z-index: 70;
}
.z-90 {
  z-index: 90;
}
.z-99 {
  z-index: 99;
}
.z-999 {
  z-index: 999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-0 {
  margin: 0;
}
.mx-10 {
  margin-left: 2.0833333333333335rem;
  margin-right: 2.0833333333333335rem;
}
.mx-14 {
  margin-left: 2.916666666666667rem;
  margin-right: 2.916666666666667rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.4166666666666667rem;
  margin-bottom: 0.4166666666666667rem;
}
.my-3 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-4 {
  margin-top: 0.8333333333333334rem;
  margin-bottom: 0.8333333333333334rem;
}
.my-5 {
  margin-top: 1.0416666666666667rem;
  margin-bottom: 1.0416666666666667rem;
}
.my-6 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8 {
  margin-top: 1.6666666666666667rem;
  margin-bottom: 1.6666666666666667rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.20833333333333334rem;
}
.mb-10 {
  margin-bottom: 2.0833333333333335rem;
}
.mb-2 {
  margin-bottom: 0.4166666666666667rem;
}
.mb-3 {
  margin-bottom: 0.625rem;
}
.mb-4 {
  margin-bottom: 0.8333333333333334rem;
}
.mb-5 {
  margin-bottom: 1.0416666666666667rem;
}
.mb-6 {
  margin-bottom: 1.25rem;
}
.mb-7 {
  margin-bottom: 1.4583333333333335rem;
}
.mb-8 {
  margin-bottom: 1.6666666666666667rem;
}
.mb-9 {
  margin-bottom: 1.875rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 0.20833333333333334rem;
}
.ml-3 {
  margin-left: 0.625rem;
}
.ml-5 {
  margin-left: 1.0416666666666667rem;
}
.ml-6 {
  margin-left: 1.25rem;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 0.20833333333333334rem;
}
.mr-2 {
  margin-right: 0.4166666666666667rem;
}
.mr-3 {
  margin-right: 0.625rem;
}
.mr-4 {
  margin-right: 0.8333333333333334rem;
}
.mr-6 {
  margin-right: 1.25rem;
}
.mr-9 {
  margin-right: 1.875rem;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.20833333333333334rem;
}
.mt-10 {
  margin-top: 2.0833333333333335rem;
}
.mt-2 {
  margin-top: 0.4166666666666667rem;
}
.mt-3 {
  margin-top: 0.625rem;
}
.mt-5 {
  margin-top: 1.0416666666666667rem;
}
.mt-6 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 1.6666666666666667rem;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.0833333333333335rem;
}
.h-12 {
  height: 2.5rem;
}
.h-20 {
  height: 4.166666666666667rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[75px\] {
  height: 75px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-\[42px\] {
  min-height: 42px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.w-0 {
  width: 0;
}
.w-1\/2 {
  width: 50%;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[50px\] {
  width: 50px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[220px\] {
  min-width: 220px;
}
.min-w-\[32px\] {
  min-width: 32px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.max-w-5 {
  max-width: 1.0416666666666667rem;
}
.max-w-6 {
  max-width: 1.25rem;
}
.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));
}
.transform-none {
  transform: none;
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, 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-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.4166666666666667rem;
}
.gap-20 {
  gap: 4.166666666666667rem;
}
.gap-4 {
  gap: 0.8333333333333334rem;
}
.gap-5 {
  gap: 1.0416666666666667rem;
}
.gap-6 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 1.6666666666666667rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-y-1 {
  row-gap: 0.20833333333333334rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2 {
  border-radius: 0.4166666666666667rem;
}
.rounded-3 {
  border-radius: 0.625rem;
}
.rounded-4 {
  border-radius: 0.8333333333333334rem;
}
.rounded-5 {
  border-radius: 1.0416666666666667rem;
}
.rounded-6 {
  border-radius: 1.25rem;
}
.rounded-8 {
  border-radius: 1.6666666666666667rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-t-4 {
  border-top-left-radius: 0.8333333333333334rem;
  border-top-right-radius: 0.8333333333333334rem;
}
.border {
  border-width: 1px;
}
.border-10 {
  border-width: 10px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-grey-100 {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}
.border-grey-200 {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
}
.border-grey-50 {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity, 1));
}
.border-primary-1 {
  --tw-border-opacity: 1;
  border-color: rgb(4 85 164 / var(--tw-border-opacity, 1));
}
.border-primary-2 {
  --tw-border-opacity: 1;
  border-color: rgb(88 185 70 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-grey-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.border-opacity-25 {
  --tw-border-opacity: 0.25;
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}
.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.bg-grey-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 129 129 / var(--tw-bg-opacity, 1));
}
.bg-primary-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 85 164 / var(--tw-bg-opacity, 1));
}
.bg-primary-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 185 70 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-35 {
  --tw-bg-opacity: 0.35;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.20833333333333334rem;
}
.p-2 {
  padding: 0.4166666666666667rem;
}
.p-3 {
  padding: 0.625rem;
}
.p-4 {
  padding: 0.8333333333333334rem;
}
.p-5 {
  padding: 1.0416666666666667rem;
}
.p-6 {
  padding: 1.25rem;
}
.p-\[4px\] {
  padding: 4px;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 0.20833333333333334rem;
  padding-right: 0.20833333333333334rem;
}
.px-4 {
  padding-left: 0.8333333333333334rem;
  padding-right: 0.8333333333333334rem;
}
.px-5 {
  padding-left: 1.0416666666666667rem;
  padding-right: 1.0416666666666667rem;
}
.px-6 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 1.6666666666666667rem;
  padding-right: 1.6666666666666667rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 0.20833333333333334rem;
  padding-bottom: 0.20833333333333334rem;
}
.py-10 {
  padding-top: 2.0833333333333335rem;
  padding-bottom: 2.0833333333333335rem;
}
.py-12 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-17 {
  padding-top: 3.541666666666667rem;
  padding-bottom: 3.541666666666667rem;
}
.py-2 {
  padding-top: 0.4166666666666667rem;
  padding-bottom: 0.4166666666666667rem;
}
.py-3 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-4 {
  padding-top: 0.8333333333333334rem;
  padding-bottom: 0.8333333333333334rem;
}
.py-5 {
  padding-top: 1.0416666666666667rem;
  padding-bottom: 1.0416666666666667rem;
}
.py-6 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 1.6666666666666667rem;
  padding-bottom: 1.6666666666666667rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-10 {
  padding-bottom: 2.0833333333333335rem;
}
.pb-2 {
  padding-bottom: 0.4166666666666667rem;
}
.pb-4 {
  padding-bottom: 0.8333333333333334rem;
}
.pb-5 {
  padding-bottom: 1.0416666666666667rem;
}
.pb-\[1px\] {
  padding-bottom: 1px;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 0.20833333333333334rem;
}
.pl-13 {
  padding-left: 2.7083333333333335rem;
}
.pl-3 {
  padding-left: 0.625rem;
}
.pl-4 {
  padding-left: 0.8333333333333334rem;
}
.pl-7 {
  padding-left: 1.4583333333333335rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 0.20833333333333334rem;
}
.pr-4 {
  padding-right: 0.8333333333333334rem;
}
.pr-\[30px\] {
  padding-right: 30px;
}
.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 2.0833333333333335rem;
}
.pt-15 {
  padding-top: 3.125rem;
}
.pt-2 {
  padding-top: 0.4166666666666667rem;
}
.pt-3 {
  padding-top: 0.625rem;
}
.pt-4 {
  padding-top: 0.8333333333333334rem;
}
.pt-5 {
  padding-top: 1.0416666666666667rem;
}
.pt-8 {
  padding-top: 1.6666666666666667rem;
}
.pt-9 {
  padding-top: 1.875rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-Awesome6 {
  font-family: 'Font Awesome 6 Pro';
}
.text-14 {
  font-size: clamp(14px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
}
.text-16 {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
}
.text-18 {
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
}
.text-20 {
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
}
.text-2xl {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  line-height: 1.35;
}
.text-32 {
  font-size: clamp(24px, calc(32 / 1920 * 100vw), 1.6666666666666667rem);
}
.text-4xl {
  font-size: clamp(28px, calc(36 / 1920 * 100vw), 1.875rem);
  line-height: 1.3;
}
.text-5xl {
  font-size: clamp(36px, calc(48 / 1920 * 100vw), 2.5rem);
  line-height: 1.2;
}
.text-base {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
}
.text-lg {
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
}
.text-sm {
  font-size: clamp(14px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
  line-height: 1.4;
}
.text-xl {
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
  line-height: 1.4;
}
.text-xs {
  font-size: clamp(12px, calc(12 / 1920 * 100vw), 0.625rem);
  line-height: 1.4;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.not-italic {
  font-style: normal;
}
.leading-140 {
  line-height: 140%;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-grey-400 {
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 1));
}
.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
}
.text-grey-800 {
  --tw-text-opacity: 1;
  color: rgb(70 70 70 / var(--tw-text-opacity, 1));
}
.text-grey-900 {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity, 1));
}
.text-grey-950 {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
}
.text-primary-1 {
  --tw-text-opacity: 1;
  color: rgb(4 85 164 / var(--tw-text-opacity, 1));
}
.text-primary-2 {
  --tw-text-opacity: 1;
  color: rgb(88 185 70 / var(--tw-text-opacity, 1));
}
.text-primary-3 {
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity, 1));
}
.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(139 197 232 / var(--tw-text-opacity, 1));
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(1 84 143 / var(--tw-text-opacity, 1));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.sq-10 {
  width: 2.0833333333333335rem;
  height: 2.0833333333333335rem;
  min-width: 2.0833333333333335rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sq-10 > em,.sq-10 > i,.sq-10 > svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  font-size: inherit;
}
.sq-20 {
  width: 4.166666666666667rem;
  height: 4.166666666666667rem;
  min-width: 4.166666666666667rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sq-20 > em,.sq-20 > i,.sq-20 > svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  font-size: inherit;
}
.sq-5 {
  width: 1.0416666666666667rem;
  height: 1.0416666666666667rem;
  min-width: 1.0416666666666667rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sq-5 > em,.sq-5 > i,.sq-5 > svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  font-size: inherit;
}
.sq-\[120px\] {
  width: 120px;
  height: 120px;
  min-width: 120px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sq-\[120px\] > em,.sq-\[120px\] > i,.sq-\[120px\] > svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  font-size: inherit;
}
.text-gradient-1 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(105.88deg, #FFB800 0%, #FF710D 85.28%);
}
.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.absolute-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.absolute-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.transition {
  transition: .4s all ease-in-out;
}
html, body {
  color: #292929;
  font-weight: 400;
  font-family: "Be Vietnam Pro", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(14px, 3.6vw, 16px);
  scroll-padding: 3.125rem; }

@media (min-width: 576.1px) {
  html, body {
    font-size: 2.4vw; } }

@media (min-width: 768.1px) {
  html, body {
    font-size: 1.5vw; } }

@media (min-width: 1024.1px) {
  html, body {
    font-size: 1.1vw;
    scroll-padding: 5.20833rem; } }

@media (min-width: 1200.1px) {
  html, body {
    font-size: 1vw; } }

*:focus {
  outline: none; }

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

p:empty {
  display: none;
}

p {  margin-bottom: 10px;
  font-weight: 400;
  color: inherit;
  font-size: inherit; }

main {
  padding-top: var(--header-height); }

.topbar.scroll-to-fixed-fixed {
  top: var(--header-height) !important; }

figure p {
  font-weight: 300;
  font-size: 1rem; }

time {
  display: inline-block;
  font-size: clamp(14px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
  line-height: 1.4;
  font-weight: 400;  color: #818181;
}

html {
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

figcaption {
  margin-top: 0.4166666666666667rem;
}

body {
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  background-color: #ffffff;
  max-width: 100%; }

.grid {
  text-align: unset;
  max-width: 100%; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

section {
  overflow: hidden; }

.frm-btn-reset {
  display: none !important; }

.btn span, .btn em {
  transition: .4s all  ease-in-out; }

.btn.btn-primary {
  height: 2.5rem;
  min-height: 44px;
  border-radius: 0.4166666666666667rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(4 85 164 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(4 85 164 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
  .btn.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(88 185 70 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(88 185 70 / var(--tw-bg-opacity, 1));
}
    .btn.btn-primary:hover em, .btn.btn-primary:hover i {
      animation: l-t-r 0.4s forwards; }
  .btn.btn-primary span {
  position: relative;
  z-index: 20;
  white-space: nowrap;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  .btn.btn-primary em, .btn.btn-primary i {
  position: relative;
  z-index: 40;
  margin-left: 0.4166666666666667rem;
  height: 1.25rem;
  min-height: 24px;
  width: 1.25rem;
  min-width: 24px;
  overflow: hidden;
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
  line-height: 1.4;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  display: flex;
  justify-content: center;
  align-items: center;    animation: r-t-l 0.4s forwards;
}
  .btn.btn-primary .icon {
  pointer-events: none;
  z-index: 10;
  margin-left: 0.4166666666666667rem;
  display: block;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;    background-image: url("data:image/svg+xml;charset=utf-8,<svg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8 8L6.9375 6.9375L9.125 4.75H3.57628e-07V3.25H9.125L6.9375 1.0625L8 -9.53674e-07L12 4L8 8Z' fill='white'/></svg>");
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: center;
    width: 14px;
    height: 14px;
}
  .btn.btn-primary.white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
    .btn.btn-primary.white span, .btn.btn-primary.white em, .btn.btn-primary.white i {
  --tw-text-opacity: 1;
  color: rgb(4 85 164 / var(--tw-text-opacity, 1));
}
    .btn.btn-primary.white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(88 185 70 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(88 185 70 / var(--tw-bg-opacity, 1));
}
      .btn.btn-primary.white:hover span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
      .btn.btn-primary.white:hover em, .btn.btn-primary.white:hover i {
        animation: l-t-r 0.4s forwards; }

.btn.btn-secondary {
  height: 2.5rem;
  min-height: 44px;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
  .btn.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
    .btn.btn-secondary:hover span {
  --tw-text-opacity: 1;
  color: rgb(88 185 70 / var(--tw-text-opacity, 1));
}
    .btn.btn-secondary:hover em, .btn.btn-secondary:hover i {
      animation: l-t-r 0.4s forwards; }
  .btn.btn-secondary span {
  position: relative;
  z-index: 20;
  white-space: nowrap;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  .btn.btn-secondary em, .btn.btn-secondary i {
  position: relative;
  z-index: 40;
  margin-left: 0.4166666666666667rem;
  height: 1.25rem;
  min-height: 24px;
  width: 1.25rem;
  min-width: 24px;
  overflow: hidden;
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
  line-height: 1.4;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  display: flex;
  justify-content: center;
  align-items: center;    animation: r-t-l 0.4s forwards;
}

.btn.btn-arrow {
  padding: 0;
  width: 3.125rem;
  height: 3.125rem;
  min-width: 3.125rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.btn.btn-arrow > em,.btn.btn-arrow > i,.btn.btn-arrow > svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  font-size: inherit;
}

.btn.btn-arrow {  padding: 0 !important; }
  .btn.btn-arrow::after {
    content: '';
    height: 100%;
    width: 100%;
    background-size: cover;    background-image: url("data:image/svg+xml;charset=utf-8,<svg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M18.9785 39.6066L38.7775 19.8076' stroke='white' stroke-width='4' /><path d='M20.8066 19.3934H39.1914V37.7781' stroke='white' stroke-width='4' /></svg>");
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: center; }

.btn.btn-tertiary {
  padding-right: 0.20833333333333334rem;
}
  .btn.btn-tertiary span {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(4 85 164 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}
  .btn.btn-tertiary em, .btn.btn-tertiary i {
  margin-left: 0.4166666666666667rem;
  width: 1.25rem;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(4 85 164 / var(--tw-text-opacity, 1));
}
  .btn.btn-tertiary:hover em {
    transform: translateX(4px); }

.rolling-text {
  display: inline-block !important;
  font-size: 16px;
  line-height: 35.2px !important;
  overflow: hidden; }
  .rolling-text:hover .letter, .rolling-text.play .letter {
    transform: translateY(-100%); }
  .rolling-text .letter {
    display: inline-block;
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1); }
  .rolling-text > div {
  white-space: nowrap;
}

.news-daily {
  overflow: visible !important;
}
  .news-daily .prev, .news-daily .next {
  --tw-bg-opacity: 1;
  background-color: rgb(4 85 164 / var(--tw-bg-opacity, 1));    top: 35% !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
}
    .news-daily .prev::before, .news-daily .next::before {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem) !important;
  line-height: 1.4 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 1024.1px) {
  .news-daily .next {
    right: 0px !important; } }

@media (min-width: 1200.1px) {
  .news-daily .next {
    right: -10px !important; } }

@media (min-width: 1024.1px) {
  .news-daily .prev {
    left: 0px !important; } }

@media (min-width: 1200.1px) {
  .news-daily .prev {
    left: -10px !important; } }

@media screen and (max-width: 1024px) {
  .swiper-nav {
    padding-top: 1.25rem;
    padding-bottom: 0.20833333333333334rem;
    display: flex;
    justify-content: center;
    align-items: center;
  } }

.swiper-nav .prev, .swiper-nav .next {
  pointer-events: auto;
  border-radius: 0.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: 2.0833333333333335rem;
  height: 2.0833333333333335rem;
  min-width: 2.0833333333333335rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.swiper-nav .prev > em,.swiper-nav .prev > i,.swiper-nav .prev > svg, .swiper-nav .next > em, .swiper-nav .next > i, .swiper-nav .next > svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  font-size: inherit;
}

.swiper-nav .prev, .swiper-nav .next {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all ease-in-out;  border: 1px solid #0455A4 !important;
}
  @media screen and (max-width: 1024px) {
    .swiper-nav .prev, .swiper-nav .next {
    position: relative;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  } }

@media (min-width: 1024.1px) {
  .swiper-nav .prev, .swiper-nav .next {
    z-index: 30;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  } }
  .swiper-nav .prev::before, .swiper-nav .next::before {
  pointer-events: none;
  z-index: 50;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Font Awesome 6 Pro';
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(4 85 164 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all ease-in-out;    width: 20px;
}
  .swiper-nav .prev:hover, .swiper-nav .next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 85 164 / var(--tw-bg-opacity, 1));    border: 2px solid #0455A4 !important;
}
    .swiper-nav .prev:hover::before, .swiper-nav .next:hover::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  .swiper-nav .prev.swiper-button-disabled, .swiper-nav .next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.swiper-nav .next::before {
  content: "\f061"; }

.swiper-nav .prev::before {
  content: "\f060"; }

@media screen and (max-width: 1024px) {
  .swiper-nav.center {
    z-index: 30;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
    .swiper-nav.center .prev {
    left: 0;
  }
    .swiper-nav.center .next {
    right: 0;
  } }

.swiper-nav.normal {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center }
  .swiper-nav.normal .next, .swiper-nav.normal .prev {
    left: unset !important;
    right: unset !important;
    position: relative !important;
    transform: none !important; }
  .swiper-nav.normal .prev {
    margin-right: 8px; }

.swiper-nav.inset .next {
  right: 0; }

.swiper-nav.inset .prev {
  left: 0; }

.swiper-nav.white .next, .swiper-nav.white .prev {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
  .swiper-nav.white .next::before, .swiper-nav.white .prev::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  .swiper-nav.white .next:hover, .swiper-nav.white .prev:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
    .swiper-nav.white .next:hover::before, .swiper-nav.white .prev:hover::before {
  --tw-text-opacity: 1;
  color: rgb(4 85 164 / var(--tw-text-opacity, 1));
}

.swiper-nav.grey .next::before, .swiper-nav.grey .prev::before {
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024.1px) {
  .swiper-nav .next {
    right: -3.90625rem; } }

@media (min-width: 1200.1px) {
  .swiper-nav .next {
    right: -4.16667rem; } }

@media (min-width: 1024.1px) {
  .swiper-nav .prev {
    left: -3.90625rem; } }

@media (min-width: 1200.1px) {
  .swiper-nav .prev {
    left: -4.16667rem; } }

.custom-swiper-nav {
  height: 56px;
}
  .custom-swiper-nav .hand-ui {
    height: 2.08333rem;
    width: 3.33333rem; }
  .custom-swiper-nav .prev, .custom-swiper-nav .next {
    height: 24px;
    width: 12px;
    cursor: pointer }
    .custom-swiper-nav .prev em, .custom-swiper-nav .next em {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}
    .custom-swiper-nav .prev:hover em, .custom-swiper-nav .next:hover em {
  --tw-text-opacity: 1;
  color: rgb(88 185 70 / var(--tw-text-opacity, 1));
}

.swiper-nav-group {
  margin-top: 1.25rem;
}
  .swiper-nav-group .swiper-pagination {
  margin-left: 0.4166666666666667rem;
  margin-right: 0.4166666666666667rem;
  height: 16px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
  .swiper-nav-group .swiper-nav {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center }
    .swiper-nav-group .swiper-nav .next, .swiper-nav-group .swiper-nav .prev {
  margin-left: 0.20833333333333334rem;
  margin-right: 0.20833333333333334rem;      left: unset !important;
      right: unset !important;
      position: relative !important;
      transform: none !important;
}

.mobile-pagination {
  display: none;
}
  @media screen and (max-width: 1024px) {
    .mobile-pagination {
    display: block;
  } }

.swiper-pagination {
  margin-left: 0.4166666666666667rem;
  margin-right: 0.4166666666666667rem;
  height: 16px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 9999px;
  background-color: transparent;
  padding: 0.20833333333333334rem;
  display: flex;
  justify-content: center;
  align-items: center;  position: static !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  transform: none !important;
  margin-top: 30px;
}
  .swiper-pagination .swiper-pagination-bullet {
  background-color: rgb(189 189 189 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  opacity: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(4 85 164 / var(--tw-bg-opacity, 1));
}

.btn-grid {
  display: grid;
  grid-template-rows: 0fr;
  transition: .2s grid-template-rows ease; }
  .btn-grid > div {
    overflow: hidden; }
  .btn-grid .btn {
  margin: 2px;
}

.wrap-gap a:not(:last-child), .wrap-center a:not(:last-child), .wrap-left a:not(:last-child), .wrap-right a:not(:last-child), .ajaflex-center-wrap a:not(:last-child) {
  margin-right: 0.4166666666666667rem;
}

.rows {
  display: flex;
  flex-wrap: wrap;  justify-content: flex-start;
}

.col {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;  padding: 0 20px; }
  .col .col {
    margin-bottom: 0; }

@media screen and (max-width: 1024px) {
  .rows {
    margin: 0 -10px -20px -10px; }
    .rows > .col {
      padding: 0 10px;
      margin-bottom: 20px; } }

@media (min-width: 1024.1px) {
  .rows {
    margin: 0 -20px -40px -20px; }
    .rows > .col {
      margin-bottom: 40px; } }

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
  .no-gutters > * {
  padding-left: 0;
  padding-right: 0;
}

.RadUpload .ruFileWrap {
  height: 47px !important; }

.col-match-height {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}

.container, .container-fluid, .container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .container-xxl {
    padding-left: 1.0416666666666667rem !important;
    padding-right: 1.0416666666666667rem !important;
  } }

@media screen and (min-width: 1400px) {
  .container-xxl {
    max-width: 93.22917rem; } }

.fullcontent {
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
  line-height: 140%;  font-family: "Be Vietnam Pro";
}
  .fullcontent * {
    font-family: "Be Vietnam Pro"; }
  .fullcontent hr {
  display: block;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
}
  .fullcontent img, .fullcontent iframe {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.0416666666666667rem;
  margin-bottom: 1.0416666666666667rem;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 0.8333333333333334rem;
}
  .fullcontent p {
  margin-bottom: 1.25rem;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
}
    .fullcontent p * {
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
}
  .fullcontent a {
  --tw-text-opacity: 1;
  color: rgb(4 85 164 / var(--tw-text-opacity, 1));
}
    .fullcontent a:hover {
  text-decoration-line: underline;
}
  .fullcontent figure {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.0416666666666667rem;
  margin-bottom: 1.0416666666666667rem;
}
    .fullcontent figure img {
  margin: 0;
  overflow: hidden;
  border-radius: 1.0416666666666667rem;
}

@media (min-width: 1200.1px) {
  .fullcontent figure img {
    border-radius: 1.25rem;
  } }
    .fullcontent figure figcaption {
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
  font-size: clamp(13px, calc(15 / 1920 * 100vw), 0.78125rem);
  font-weight: 300;
  font-style: italic;
}
  .fullcontent ul {
    list-style-type: disc; }
    .fullcontent ul li {
      padding-left: 20px;
      position: relative;
      margin-bottom: 0.625rem;
      display: block }
      .fullcontent ul li::before {
        content: '';
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 10px;
        z-index: 10;
        display: inline-block;
        height: 6px;
        width: 6px;
        min-width: 6px;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(61 61 61 / var(--tw-bg-opacity, 1));
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        transition: .4s all ease-in-out }
    .fullcontent ul ul {
      list-style-type: disc; }
      .fullcontent ul ul li {
        padding-left: 20px;
        margin-bottom: 0.20833333333333334rem;
        display: block }
        .fullcontent ul ul li::before {
          content: '';
          pointer-events: none;
          position: absolute;
          left: 0;
          top: 6px;
          z-index: 10;
          display: inline-block;
          height: 1px;
          width: 6px;
          min-width: 3px;
          --tw-bg-opacity: 1;
          background-color: rgb(61 61 61 / var(--tw-bg-opacity, 1));
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
          transition: .4s all ease-in-out }
  .fullcontent ol {
    counter-reset: item; }
    .fullcontent ol li {
      display: block; }
      .fullcontent ol li:before {
        content: counters(item, ".") ". ";
        counter-increment: item; }
  .fullcontent ol[style*="list-style-type: lower-alpha;"] li:before {
    content: counters(item, ".", lower-alpha) ". ";
    counter-increment: item; }
  .fullcontent hr {
  margin-top: 0.8333333333333334rem;
  margin-bottom: 0.8333333333333334rem;
  display: block;
}
  .fullcontent h2, .fullcontent h3, .fullcontent h4, .fullcontent h5, .fullcontent h6 {
  margin-bottom: 0.8333333333333334rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 85 164 / var(--tw-text-opacity, 1));
}
  .fullcontent h2 {
  font-size: clamp(28px, calc(40 / 1920 * 100vw), 2.0833333333333335rem);
  line-height: 1;
}
    .fullcontent h2 * {
      font: inherit; }
  .fullcontent h3 {
  font-size: clamp(24px, calc(32 / 1920 * 100vw), 1.6666666666666667rem);
  line-height: 1;
}
    .fullcontent h3 * {
      font: inherit; }
  .fullcontent h4 {
  font-size: clamp(24px, calc(28 / 1920 * 100vw), 1.4583333333333335rem);
}
    .fullcontent h4 * {
      font: inherit; }
  .fullcontent h5 {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
}
    .fullcontent h5 * {
      font: inherit; }
  .fullcontent h6 {
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
}
    .fullcontent h6 * {
      font: inherit; }
  .fullcontent strong {
    font-weight: 700 !important; }
    .fullcontent strong * {
      font-weight: 700 !important; }
  .fullcontent .row {
  margin-bottom: 0;
}
  .fullcontent table {
  width: 100%;
}
    .fullcontent table tr td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  text-align: left;      padding: 0.72917rem 1.25rem !important;
}
      .fullcontent table tr td:first-child {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  font-weight: 700;
}
    .fullcontent table p {
  margin-bottom: 0.20833333333333334rem;
}

body {
  --header-height: clamp(70px, calc(70/1920*100rem), calc(70/1920*100rem)); }

@media (min-width: 1200.1px) {
  body {
    --header-height:  clamp(104px, calc(104/1920*100rem), calc(104/1920*100rem)); }
  body.minimize {
    --header-height: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)); }
    body.minimize .nav-brand a {
      height: clamp(70px, calc(70/1920*100rem), calc(70/1920*100rem)); } }

.account-wrap {
  position: relative;
  margin-left: 0.625rem;
  margin-right: 0.625rem;  height: 32px;
}

@media (min-width: 1200.1px) {
  .account-wrap {
    height: 36px;
    margin-left: 0.4166666666666667rem;
    margin-right: 0.4166666666666667rem } }
  @media screen and (max-width: 1440px) {
    .account-wrap .user span {
    display: none;
  } }
  @media screen and (max-width: 768px) {
    .account-wrap .user span {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    display: block;
  } }
  @media screen and (max-width: 1440px) {
    .account-wrap .user .fa-chevron-down {
    margin-left: 0.625rem;
  } }

@keyframes fd-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fd-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes slide-in-left {
  0% {
    transform: translateX(-50%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

.slide-in-left {
  animation: slide-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.fade-out {
  animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.ripple {
  margin: auto;
  margin-top: 5rem;
  background-color: #666;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: relative;
  animation: ripple 3s linear infinite; }
  .ripple::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: inherit;
    animation-delay: 1.5s; }
  .ripple::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: inherit;
    animation-delay: 3s; }

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.8); }
  100% {
    box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0); } }

.shine {
  overflow: hidden;
  position: relative; }
  .shine:before {
    position: absolute;
    top: 0;
    pointer-events: none;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg); }
  .shine:hover:before {
    animation: shine 1s; }

@keyframes shine {
  100% {
    left: 125%; } }

.circle {
  overflow: hidden;
  position: relative; }
  .circle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  .circle:hover:before {
    animation: circle .75s; }

@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

.img-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.zoom-in {
  overflow: hidden;
  transition: .45s all ease-in-out; }
  .zoom-in:hover img {
    transform: scale(1.05) translateZ(0); }
  .zoom-in img {
    transform: scale(1);
    transition: .45s all ease-in-out; }

.opacity {
  transition: .45s all ease-in-out; }
  .opacity:hover {
    opacity: .8; }
  .opacity img {
    opacity: 1;
    transition: 0.3s all ease-in-out;
      transition-opacity: 0; }

.sliding-hover {
  position: relative;
  display: inline-block;
}
  .sliding-hover:before, .sliding-hover:after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: -4px;
    display: block;
    width: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(20 72 102 / var(--tw-bg-opacity, 1)) }
  .sliding-hover:before {
  left: 0;    transition: width 0s ease, background .5s ease;
}
  .sliding-hover:after {
  right: 0;    transition: width .5s ease;
}
  .sliding-hover:hover:before {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(20 72 102 / var(--tw-bg-opacity, 1));    transition: width .5s ease;
}
  .sliding-hover:hover:after {
  width: 100%;
  background-color: transparent;    transition: all 0s ease;
}

@keyframes l-t-r {
  49% {
    transform: translate(100%); }
  50% {
    opacity: 0;
    transform: translate(-100%); }
  51% {
    opacity: 1; } }

@keyframes r-t-l {
  49% {
    transform: translate(-100%); }
  50% {
    opacity: 0;
    transform: translate(100%); }
  51% {
    opacity: 1; } }

@keyframes t-t-b {
  49% {
    transform: translateY(100%); }
  50% {
    opacity: 0;
    transform: translateY(-100%); }
  51% {
    opacity: 1; } }

@keyframes b-t-t {
  49% {
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    transform: translateY(100%); }
  51% {
    opacity: 1; } }

@keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

@keyframes shake-bottom {
  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%; }
  10% {
    transform: rotate(4deg); }
  20%,
  40%,
  60% {
    transform: rotate(-8deg); }
  30%,
  50%,
  70% {
    transform: rotate(8deg); }
  80% {
    transform: rotate(-4deg); }
  90% {
    transform: rotate(4deg); } }

@keyframes loadingFade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@keyframes textShine {
  0% {
    background-position: 0 100%; }
  100% {
    background-position: 0 0; } }

.hamburger--elastic .hamburger-inner {
  top: -1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner:before {
    top: 9px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner:after {
    top: 18px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner:after {
    transform: translate3d(0, -18px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner:before,
  .hamburger.is-active .hamburger-inner:after {
    background-color: #0455A4; }

.hamburger-box {
  width: 32px;
  height: 20px;
  display: block;
  margin: auto 0;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
    width: 32px;
    height: 2px;
    background-color: #0455A4;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner:before, .hamburger-inner:after {
    content: "";
    display: block; }
  .hamburger-inner:before {
    top: -9px; }
  .hamburger-inner:after {
    bottom: -9px; }

.wpcf7-form.sent .wpcf7-response-output {
  --tw-text-opacity: 1 !important;
  color: rgb(65 146 79 / var(--tw-text-opacity, 1)) !important;
}

.wrap-form {
  position: relative;
}
  .wrap-form .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 26px;
  -moz-column-gap: 1.0416666666666667rem;
       column-gap: 1.0416666666666667rem;
  text-align: unset;
  max-width: 100%;
}
  .wrap-form .fa-exclamation-triangle, .wrap-form .wpcf7-not-valid-tip {
  position: absolute;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));    font-size: 12px;
    bottom: -20px;
    left: 0;
}
    @media screen and (max-width: 576px) {
      .wrap-form .fa-exclamation-triangle, .wrap-form .wpcf7-not-valid-tip {
        font-size: 12px; } }
    .wrap-form .fa-exclamation-triangle:before, .wrap-form .wpcf7-not-valid-tip:before {
      font-family: 'Font Awesome 6 Pro' !important; }
  .wrap-form .wpcf7-form-control-wrap {
  position: static;
  display: block;
  height: 100%;
}
  .wrap-form .wpcf7-response-output {
  position: relative;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));    z-index: 9999;
    border: none !important;
    margin: 0 !important;
    grid-column: span 2 / span 2;
    padding: 0 !important;
}
  .wrap-form .col {
  position: relative;
  margin-bottom: 0.8333333333333334rem;
}
    .wrap-form .col:last-child {
  margin-bottom: 1.25rem;
}
  .wrap-form .attach-file .codedropz-upload-handler {
    height: 50px; }
    .wrap-form .attach-file .codedropz-upload-handler .codedropz-upload-container {
      padding: 4px; }
  .wrap-form .attach-file .codedropz-upload-inner {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
    .wrap-form .attach-file .codedropz-upload-inner * {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
}
    .wrap-form .attach-file .codedropz-upload-inner .cd-upload-btn {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
}
    .wrap-form .attach-file .codedropz-upload-inner span {
  margin-left: 0.4166666666666667rem;
  margin-right: 0.4166666666666667rem;
  display: block;
}
  .wrap-form .form-group {
  position: relative;
  overflow: visible;    grid-column: span 1 / span 1;
}
    .wrap-form .form-group.col-span-2 {
      grid-column: span 2 / span 2; }
    .wrap-form .form-group > span {
  width: 100%;
}
    .wrap-form .form-group input, .wrap-form .form-group textarea, .wrap-form .form-group select {
      height: 40px;
      width: 100%;
      overflow: hidden;
      border-top-left-radius: 0.8333333333333334rem;
      border-bottom-right-radius: 0.8333333333333334rem;
      border-width: 1px;
      --tw-border-opacity: 1;
      border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      padding-top: 0.4166666666666667rem;
      padding-bottom: 0.4166666666666667rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      font-size: clamp(14px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
      line-height: 1.4;
      font-weight: 400;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      transition: .4s all ease-in-out;      outline: none !important; }
      .wrap-form .form-group input::-moz-placeholder, .wrap-form .form-group textarea::-moz-placeholder, .wrap-form .form-group select::-moz-placeholder {
  font-size: clamp(14px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
  line-height: 1.4;
}
      .wrap-form .form-group input::placeholder, .wrap-form .form-group textarea::placeholder, .wrap-form .form-group select::placeholder {
  font-size: clamp(14px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
  line-height: 1.4;
}

@media (min-width: 1600px) {
  .wrap-form .form-group input, .wrap-form .form-group textarea, .wrap-form .form-group select {
    height: 2.291666666666667rem;
    min-height: 40px;
  } }
    .wrap-form .form-group select {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
}
      .wrap-form .form-group select option {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
}
  @media screen and (max-width: 1024px) {
    .wrap-form .form-group {
      grid-column: span 2 / span 2; } }
  .wrap-form .form-group.full-width {
  grid-column: span 4 / span 4;
}
  .wrap-form .form-group textarea {
  width: 100%;
  padding: 0.8333333333333334rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;    height: 7rem;
}

@media (min-width: 1024.1px) {
  .wrap-form .form-group textarea {
    height: 6.25rem; } }
  .wrap-form .custom-select {
  position: relative;
}
    .wrap-form .custom-select select {
  height: 44px;
  padding-top: 0.4166666666666667rem;
  padding-bottom: 0.4166666666666667rem;
  font-size: clamp(14px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
  line-height: 1.4;
}
    .wrap-form .custom-select::after {
  right: 0.8333333333333334rem;
  font-size: clamp(12px, calc(12 / 1920 * 100vw), 0.625rem);
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
}
  .wrap-form .btn.btn-tertiary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(4 85 164 / var(--tw-border-opacity, 1));
}
    .wrap-form .btn.btn-tertiary:hover span {
  --tw-text-opacity: 1;
  color: rgb(4 85 164 / var(--tw-text-opacity, 1));
}
  .wrap-form .custom-datepicker input[type="date"] {
    position: relative; }
  .wrap-form .custom-datepicker input[type="date"]:not(.has-value)::before {
    content: attr(placeholder);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #757575;
    background-color: white;
    width: calc(100% - 20px);
    pointer-events: none;
    z-index: 1; }
  .wrap-form .custom-datepicker input[type="date"]:not(.has-value)::-webkit-datetime-edit {
    color: transparent !important;
    opacity: 0; }
  .wrap-form .custom-datepicker input[type="date"].has-value::-moz-placeholder {
    opacity: 0  !important; }
  .wrap-form .custom-datepicker input[type="date"].has-value::placeholder {
    opacity: 0  !important; }

.custom-datepicker {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
}
  .custom-datepicker input[type='date'] {
  display: block;
  height: 44px;
  overflow: hidden;
  border-radius: 0.4166666666666667rem;
  padding: 0.20833333333333334rem;
  padding-left: 0.8333333333333334rem;
  padding-right: 0.8333333333333334rem;
  font-size: clamp(14px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));    -webkit-appearance: none;
    margin-top: 0px;
    text-align: left;
    align-self: center;
    vertical-align: bottom;
}

@media (min-width: 1024.1px) {
  .custom-datepicker input[type='date'] {
    height: 2.5rem;
  } }
    .custom-datepicker input[type='date']::-webkit-date-and-time-value {
      text-align: left; }
    .custom-datepicker input[type='date']::-webkit-calendar-picker-indicator {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
    .custom-datepicker input[type='date']::after {
      content: '';
      pointer-events: none;
      right: 0.8333333333333334rem;
      z-index: 10;
      display: block;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: .4s all ease-in-out;      background-image: url("data:image/svg+xml;charset=utf-8,<svg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 0C3.75 0 4 0.25 4 0.5V2H10V0.5C10 0.25 10.2188 0 10.5 0C10.75 0 11 0.25 11 0.5V2H12C13.0938 2 14 2.90625 14 4V14C14 15.125 13.0938 16 12 16H2C0.875 16 0 15.125 0 14V4C0 2.90625 0.875 2 2 2H3V0.5C3 0.25 3.21875 0 3.5 0ZM13 6H1V14C1 14.5625 1.4375 15 2 15H12C12.5312 15 13 14.5625 13 14V6ZM12 3H2C1.4375 3 1 3.46875 1 4V5H13V4C13 3.46875 12.5312 3 12 3Z' fill='%23656565'/></svg>");
      background-repeat: no-repeat;
      background-size: contain !important;
      background-position: center;
      width: 12px;
      height: 12px; }
  @media (max-width: 767px) {
    @supports (-webkit-overflow-scrolling: touch) {
      .custom-datepicker input[type="date"]:before {
        color: #7C7C7C;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);        content: attr(placeholder); }
      .custom-datepicker input[type="date"]:focus:before {
        color: #7C7C7C;
        content: "" !important; }
      .custom-datepicker input[type="date"] {
        -webkit-text-fill-color: #7C7C7C;
        -webkit-opacity: 1; } } }
  .custom-datepicker input::-webkit-datetime-edit {
    display: block;
    padding: 0; }
  .custom-datepicker input::-webkit-date-and-time-value {
  padding-top: 12px;    text-align: center;
    align-self: bottom;
    vertical-align: bottom;
}

.input-group, .form-password {
  position: relative;
  width: 100%;
}
  .input-group .reveal-password, .form-password .reveal-password {
  right: 20px;
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
    .input-group .reveal-password em, .form-password .reveal-password em {
  font-weight: 300;      font-size: 20px;
}

.pwd-input-group input {
  width: 100%;
}

.pwd-input-group.show .reveal-password em::before {
  content: '\f06e' !important; }

.frm-btnwrap {
  grid-column: span 2 / span 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wrap-form .form-group.frm-btnwrap {
      grid-column: span 2 / span 2; }

.wpcf7 form.wpcf7-form.submitting button {
  opacity: 0.5  !important;
  pointer-events: none !important; }

.subscribe .subscribefrm {
  position: relative;
}
  .subscribe .subscribefrm .fa-exclamation-triangle {
  margin-top: 0.20833333333333334rem;    color: red;
    font-size: 0.9375rem;
    display: block;
    position: absolute;
    top: unset;
    left: 0;
    right: unset;
    text-indent: unset !important;
    width: auto;
    height: auto;
    line-height: normal;
    text-align: left;
    font-family: "Be Vietnam Pro" !important;
    bottom: -23px;
}
    .subscribe .subscribefrm .fa-exclamation-triangle::after {
      display: none !important; }
    .subscribe .subscribefrm .fa-exclamation-triangle:before {
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Font Awesome 6 Pro';
}

.subscribe input {
  height: 56px;
  width: 100%;
  overflow: hidden;
  border-radius: 0.4166666666666667rem;
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-right: 140px;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
}
  @media screen and (min-width: 2000px) {
    .subscribe input {
    height: 2.916666666666667rem;
  } }

@media (max-width: 1200px) {
  .subscribe input {
    height: 50px !important;
  } }
  .subscribe input::-moz-placeholder {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
}
  .subscribe input::placeholder {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
}

.subscribe button {
  position: absolute;
  top: 4px;
  right: 4px;
  min-height: 2.5rem;
  width: 5rem;
  min-width: -moz-max-content;
  min-width: max-content;
  overflow: hidden;
  border-radius: 0.4166666666666667rem;
  --tw-bg-opacity: 1;
  background-color: rgb(4 85 164 / var(--tw-bg-opacity, 1));
  padding: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all ease-in-out;  min-width: auto !important;
  width: auto !important;
  height: 48px !important;
}
  @media screen and (min-width: 2000px) {
    .subscribe button {
    top: 0.4166666666666667rem !important;
    right: 0.4166666666666667rem !important;
    height: 2.5rem !important;
  } }

@media (max-width: 1200px) {
  .subscribe button {
    height: 40px !important;
    top: 4px;
    right: 4px;    min-height: 42px !important;
  } }
  .subscribe button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(88 185 70 / var(--tw-bg-opacity, 1));
}
    .subscribe button:hover em, .subscribe button:hover i {
      animation: l-t-r 0.4s forwards; }
  .subscribe button i, .subscribe button em {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  line-height: 1.35;
  font-weight: 300;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;    animation: r-t-l 0.4s forwards;
}

.tab-item {
  opacity: 0;
  display: block;
  transition: opacity .3s ease;
  position: relative; }
  .tab-item.active {
    opacity: 1; }

.home-section-wrap {
  overflow: hidden;
}

.frm-thanks {
  margin-top: 3.3333333333333335rem;
  margin-bottom: 3.3333333333333335rem;
  padding: 1.6666666666666667rem;
  text-align: center;
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));  margin: 0 auto;
  width: 500px;
}
  .frm-thanks * {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  .frm-thanks h3, .frm-thanks h4, .frm-thanks h5 {
  margin-bottom: 0.625rem;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
  .frm-thanks p, .frm-thanks span {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
    .frm-thanks p *, .frm-thanks span * {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  @media screen and (max-width: 1024px) {
    .frm-thanks {
      width: 320px; } }

.edit-link {
  width: 30px;
  height: 30px;
  pointer-events: auto; }
  .edit-link .fa-pencil {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg  viewBox='0 0 18 18'  xmlns='http://www.w3.org/2000/svg'><path d='M6.35473 15.7485L2.27202 11.6658L12.1468 1.79106L16.2295 5.87378L6.35473 15.7485ZM1.89039 12.385L5.63556 16.1302L0.0205078 18L1.89039 12.385ZM17.4852 4.62344L16.7771 5.33159L12.6889 1.24347L13.3971 0.535326C14.1104 -0.178442 15.2672 -0.178442 15.9805 0.535326L17.4852 2.04001C18.1934 2.75572 18.1934 3.90795 17.4852 4.62344Z' fill='#094594'/></svg>"); }

.custom-select {
  position: relative;
  width: 100%;
}
  .custom-select::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    pointer-events: none;
    right: 20px;
    z-index: 10;
    display: block;
    height: 1.0416666666666667rem;
    width: 0.8333333333333334rem;
    font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
    font-weight: 700;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s all ease-in-out }
    @media screen and (min-width: 2000px) {
      .custom-select::after {
    right: 0.8333333333333334rem;
    height: 0.8333333333333334rem;
    width: 0.4166666666666667rem;
    font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
    line-height: 1.4;
  } }
  .custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100% }
    @media screen and (max-width: 1024px) {
      .custom-select select {
        height: 40px; } }
    .custom-select select option {
  padding-top: 0.20833333333333334rem;
  padding-bottom: 0.20833333333333334rem;
  padding-left: 0.4166666666666667rem;
  padding-right: 0.4166666666666667rem;
}

.scrollbar-wrap {
  max-height: 300px;
  padding-right: 15px;
  overflow-y: auto; }

.scrollbar-wrap::-webkit-scrollbar {
  background: #D9D9D9;
  width: 4px !important;
  border-radius: 4px; }

.scrollbar-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #D9D9D9;
  background-color: #D9D9D9;
  border-radius: 4px; }

.scrollbar-wrap::-webkit-scrollbar-thumb {
  background-color: #F15F4E;
  border-radius: 30px !important; }
  @media screen and (max-width: 1024px) {
    .scrollbar-wrap::-webkit-scrollbar-thumb {
      height: auto; } }

.scrollbar-wrap.blue::-webkit-scrollbar-thumb {
  background-color: #1A3A67; }

@-moz-document url-prefix() {
  .scrollbar-wrap {
    scrollbar-width: thin;
    scrollbar-color: #F15F4E #D9D9D9; }
  .scrollbar-wrap.blue {
    scrollbar-color: #1A3A67 #D9D9D9; } }

.qradio input {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' width='20px' height='20px'><path d='M0 0h24v24H0z' fill='none'/><path d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/></svg>"); }
  .qradio input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff0000' width='20px' height='20px'><path d='M0 0h24v24H0z' fill='none'/><path d='M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/></svg>"); }

.table-wrap, .table-res {
  overflow-x: auto;
}
  .table-wrap table, .table-res table {
    border-spacing: 0 !important;
    border-collapse: separate !important;
    width: 100% }
    @media screen and (max-width: 1024px) {
      .table-wrap table, .table-res table {
        white-space: nowrap; } }

.txt-grid {
  display: grid;
  grid-template-rows: 0fr;
  transition: .4s grid-template-rows ease; }
  .txt-grid > div {
    overflow: hidden; }

.play-icon {
  position: relative;
}
  .play-icon::after {
    content: '';
    pointer-events: none;
    z-index: 50;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 9999px;
    --tw-text-opacity: 1;
    color: rgb(20 72 102 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .4s all ease-in-out;    width: 4.16667rem;
    height: 4.16667rem;
    min-width: 4.16667rem;
    background: url("../img/icon/play.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 1024px) {
      .play-icon::after {
        width: 3.33333rem;
        height: 3.33333rem;
        min-width: 3.33333rem; } }

.back-to-top {
  height: 2.5rem;
  opacity: 0;
  --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);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out }

@media (min-width: 1024.1px) {
  .back-to-top {
    min-width: 2.91667rem; } }
  @media screen and (max-width: 1024px) {
    .back-to-top {
      width: 36px;
      height: 36px; } }
  .back-to-top.show {
  pointer-events: auto;
  opacity: 1;
}
  .back-to-top .icon {
    height: 2.08333rem;
    width: 2.08333rem;
    min-width: 2.08333rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition: .4s all ease-in-out;    border: 2px solid #58B946 !important; }
    .back-to-top .icon:hover {
      background: none !important; }
      .back-to-top .icon:hover em, .back-to-top .icon:hover i {
  --tw-text-opacity: 1 !important;
  color: rgb(88 185 70 / var(--tw-text-opacity, 1)) !important;        animation: t-t-b 0.4s forwards;
}
  .back-to-top em, .back-to-top i {
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem) !important;
  line-height: 1.4 !important;
  font-weight: 300 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(88 185 70 / var(--tw-text-opacity, 1)) !important;    animation: b-t-t 0.4s forwards;
}
  .back-to-top:hover em, .back-to-top:hover i {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.mobile-menu-nav {
  overflow-y: auto;  max-height: calc( 100vh - 250px);
}

@media (min-width: 1200.1px) {
  .mobile-menu-nav {
    display: none !important; } }
  .mobile-menu-nav .nav {
  width: 100%;
  flex-direction: column;
}
    .mobile-menu-nav .nav .is-open > .icon::after {
      transform: translate(-50%, -50%) rotateX(180deg) !important; }
    .mobile-menu-nav .nav > .menu-item {
  position: relative;
  z-index: 30;
  width: 100%;
}
      .mobile-menu-nav .nav > .menu-item > .sub-menu {
  padding-left: 0;
}
      .mobile-menu-nav .nav > .menu-item:nth-child(2) > .sub-menu {
  display: block;
}
      .mobile-menu-nav .nav > .menu-item .icon {
  pointer-events: auto;
  right: 0;
  z-index: 40;
  display: block;
  height: 32px;
  width: 50px;
  font-family: 'Font Awesome 6 Pro';
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  line-height: 1.35;
  font-weight: 900;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s all ease-in-out;
}
        .mobile-menu-nav .nav > .menu-item .icon::after {
          content: '\f078';
          pointer-events: none;
          z-index: 10;
          height: 100%;
          width: 100%;
          padding-right: 0.8333333333333334rem;
          font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
          line-height: 1.4;
          font-weight: 900;
          --tw-text-opacity: 1;
          color: rgb(4 85 164 / var(--tw-text-opacity, 1));
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
          display: flex;
          justify-content: flex-end;
          align-items: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: .4s all ease-in-out }
      .mobile-menu-nav .nav > .menu-item > a {
  position: relative;
  width: 100%;
  white-space: nowrap;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0;
  padding: 0.625rem;
  padding-left: 0.4166666666666667rem;
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  line-height: 1.35;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;        transition: .4s all  ease-in-out;
}
      .mobile-menu-nav .nav > .menu-item > .title {
  position: relative;
}
        .mobile-menu-nav .nav > .menu-item > .title > a {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0.4166666666666667rem;
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  line-height: 1.35;
  font-weight: 700;
}
        .mobile-menu-nav .nav > .menu-item > .title.is-open .icon:before {
          transform: rotate(-180deg); }
      .mobile-menu-nav .nav > .menu-item:hover > a {
  --tw-bg-opacity: 0.1;
}
  .mobile-menu-nav .sub-menu {
  display: none;
}
  .mobile-menu-nav .menu-item-has-children > .title {
  position: relative;
}
    .mobile-menu-nav .menu-item-has-children > .title a {
  position: relative;
  display: flex;
  width: 100%;
  white-space: nowrap;
  padding-right: 20px;
}
  .mobile-menu-nav .menu-item-has-children > a {
  position: relative;
  display: flex;
  width: 100%;
  white-space: nowrap;
  padding-right: 20px;
}
  .mobile-menu-nav .menu-item-has-children > .sub-menu {
  width: 100%;
  padding: 0;
  padding-left: 14px;
}
    .mobile-menu-nav .menu-item-has-children > .sub-menu li {
  width: 100%;
}
      .mobile-menu-nav .menu-item-has-children > .sub-menu li.current-menu-item a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
      .mobile-menu-nav .menu-item-has-children > .sub-menu li .title {
  background-color: transparent;
}
      .mobile-menu-nav .menu-item-has-children > .sub-menu li a {
  white-space: normal;
  background-color: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 3.125rem;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: .4s all ease-in-out;
}
        .mobile-menu-nav .menu-item-has-children > .sub-menu li a::after {
  display: none;
}
      .mobile-menu-nav .menu-item-has-children > .sub-menu li > .sub-menu a {
  background-color: transparent;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
  font-weight: 300;        text-transform: none;
}
  .mobile-menu-nav .menu-item {
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
  background-color: transparent;
}
    .mobile-menu-nav .menu-item:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
}
    .mobile-menu-nav .menu-item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
      .mobile-menu-nav .menu-item .title > a {
  height: -moz-fit-content;
  height: fit-content;
}
      .mobile-menu-nav .menu-item .title.is-active .icon {
        transform: rotateX(-180deg) translateY(50%) !important; }
    .mobile-menu-nav .menu-item:hover > .title a, .mobile-menu-nav .menu-item.current-menu-item > .title a, .mobile-menu-nav .menu-item.current-category-ancestor > .title a, .mobile-menu-nav .menu-item.current-menu-ancestor > .title a, .mobile-menu-nav .menu-item.current-menu-parent > .title a, .mobile-menu-nav .menu-item.current-category-parent > .title a, .mobile-menu-nav .menu-item.current-money-map-category-ancestor > .title a {
  --tw-bg-opacity: 0.3;
}
    .mobile-menu-nav .menu-item:hover > a, .mobile-menu-nav .menu-item.current-menu-item > a, .mobile-menu-nav .menu-item.current-category-ancestor > a, .mobile-menu-nav .menu-item.current-menu-ancestor > a, .mobile-menu-nav .menu-item.current-menu-parent > a, .mobile-menu-nav .menu-item.current-category-parent > a, .mobile-menu-nav .menu-item.current-money-map-category-ancestor > a {
  --tw-bg-opacity: 0.3;
}
      .mobile-menu-nav .menu-item:hover > a .icon, .mobile-menu-nav .menu-item.current-menu-item > a .icon, .mobile-menu-nav .menu-item.current-category-ancestor > a .icon, .mobile-menu-nav .menu-item.current-menu-ancestor > a .icon, .mobile-menu-nav .menu-item.current-menu-parent > a .icon, .mobile-menu-nav .menu-item.current-category-parent > a .icon, .mobile-menu-nav .menu-item.current-money-map-category-ancestor > a .icon {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
    .mobile-menu-nav .menu-item a {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 12px;
  padding-right: 12px;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
  font-weight: 700;
}

.popup-modal {
  padding: 0;
  border-radius: 16px;
  width: 100%;
  overflow: hidden }

.carousel__button.is-close {
  top: 0 !important;
  width: 50px;
  height: 50px;
  right: 0 !important; }
  .carousel__button.is-close svg {
  --tw-text-opacity: 1;
  color: rgb(20 72 102 / var(--tw-text-opacity, 1));
}

.register-modal {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 72 102 / var(--tw-bg-opacity, 1)) !important;  padding: 2.08333rem 1.5625rem !important;
  max-width: 46.875rem !important;
}

@media (min-width: 1024.1px) {
  .register-modal {
    padding: 2.08333rem !important; } }
  @media screen and (min-width: 1360px) {
    .register-modal {
      min-height: 620px; } }
  @media screen and (min-width: 1600px) {
    .register-modal {
      padding: 4.6875rem 6.77083rem 3.64583rem 6.77083rem !important; } }
  .register-modal .modal-wrap {
  margin: auto !important;
  width: 100% !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 72 102 / var(--tw-bg-opacity, 1)) !important;
}

.recruit-modal {
  max-width: 45.05208rem;
  padding: 2.60417rem 1.66667rem !important; }

.searchresults {
  position: relative;
  z-index: 20;
}
  .searchresults main {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.suggestsearch {
  top: 100%;
  z-index: 50;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.6666666666666667rem;
  padding-top: 0.4166666666666667rem;
  text-align: center;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.input-group-text {
  display: none;
}

.search-page {
  padding: 70px 0;
  margin-top: 0 !important }
  .search-page .form-inline .form-group {
  width: 100%;
}
    .search-page .form-inline .form-group:last-child {
      position: static; }
    .search-page .form-inline .form-group input[type='text'] {
  height: 44px;
  overflow: hidden;
  border-radius: 0.25rem;
}
  .search-page h1 {
    letter-spacing: -2px;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 55px;
    font-weight: 500;
    color: #333333; }
    @media (max-width: 992px) {
      .search-page h1 {
        font-size: 24px;
        line-height: 30px; } }
    .search-page h1.center {
      text-align: center; }
  .search-page .btn-reindex {
    display: none; }
  .search-page .searchcontrols .form-inline {
    position: relative; }
    .search-page .searchcontrols .form-inline:before {
      position: absolute;
      content: "\f002";
      font-family: 'Font Awesome 6 Pro';
      top: 0;
      right: 0;
      z-index: 99;
      font-size: 24px;
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: none;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
  .search-page .searchcontrols .frm-btn {
    position: absolute;
    top: 0;
    right: 10px;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2; }
  .search-page .searchcontrols input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  height: 44px;
  border-radius: 0.4166666666666667rem;
  --tw-bg-opacity: 1;
  background-color: rgb(4 85 164 / var(--tw-bg-opacity, 1));
}
  .search-page input[type="text"] {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 54px;
    border: 1px solid #dfe1e5;
    background-color: #fff;
    color: #333;
    font-size: .875rem;
    font-weight: 400;
    height: 44px;
    border-radius: 22px;
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
    transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none; }
    .search-page input[type="text"]:focus {
      box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
      border-color: rgba(223, 225, 229, 0); }
  .search-page input[type="submit"] {
    border-radius: 2px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    box-shadow: none;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 0; }
  .search-page .text-danger {
    margin-top: 20px;
    font-size: 15px;
    color: #333;
    font-style: italic;
    font-weight: 600; }
  .search-page .searchresultsummary {
    margin-bottom: 20px; }
  .search-page .searchresults {
    margin-top: 30px; }
    .search-page .searchresults .modulepager:first-child {
      display: none; }
  .search-page .searchresultlist {
    margin-bottom: 30px; }
  .search-page .searchresult {
    margin-bottom: 30px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    padding: 16px;
    border-radius: 8px; }
    .search-page .searchresult:last-child {
      margin-bottom: 0; }
    .search-page .searchresult h3 {
      font-size: 18px;
      line-height: 1.33;
      font-weight: 400;
      margin-bottom: 10px; }
      .search-page .searchresult h3 a {
        color: #1A0DAB;
        text-decoration: none;
        font-weight: 500; }
    .search-page .searchresult .searchresultdesc {
      color: #545454;
      line-height: 1.54;
      word-wrap: break-word;
      font-size: small;
      font-weight: 400;
      margin-bottom: 10px; }
    .search-page .searchresult .searchterm {
      color: #6a6a6a;
      font-weight: bold;
      font-style: normal;
      line-height: 1.54;
      word-wrap: break-word;
      font-size: small; }
    .search-page .searchresult hr {
      display: none !important; }
  .search-page .search-title {
  margin-bottom: 0.8333333333333334rem;
  display: block;
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  font-weight: 700;
  text-transform: uppercase;
}
  .search-page .text-main {
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  font-size: clamp(22px, calc(26 / 1920 * 100vw), 1.3541666666666667rem);
  font-weight: 400;
  text-transform: none;
}
  .search-page .searchresultsummary {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  font-weight: 600;
}
  .search-page .kw-desc {
  font-weight: 700;
}

.keyword-list ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.8333333333333334rem;
  text-align: unset;
  max-width: 100%;
}

@media (min-width: 768.1px) {
  .keyword-list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  } }
  .keyword-list ul li {
  overflow: hidden;
  border-radius: 0.4166666666666667rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}
    .keyword-list ul li:hover {
  --tw-border-opacity: 1;
  border-color: rgb(4 85 164 / var(--tw-border-opacity, 1));
}

.keyword-list .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.keyword-list {
  max-height: 300px;
  padding-right: 15px;
  overflow-y: auto; }

.keyword-list::-webkit-scrollbar {
  background: #D5E0EC;
  width: 4px !important;
  border-radius: 4px; }

.keyword-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #D5E0EC;
  background-color: #D5E0EC;
  border-radius: 4px; }

.keyword-list::-webkit-scrollbar-thumb {
  background-color: #005BAA;
  border-radius: 30px !important; }
  @media screen and (max-width: 1024px) {
    .keyword-list::-webkit-scrollbar-thumb {
      height: auto; } }

@-moz-document url-prefix() {
  .keyword-list {
    scrollbar-width: thin;
    scrollbar-color: #005BAA #D5E0EC; } }

.search-toggle {
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}

@media (max-width: 1200px) {
  .search-toggle {
    margin-left: 1.6666666666666667rem;
    margin-right: 1.6666666666666667rem;
  } }
  .search-toggle::before {
    content: "\f002";
    pointer-events: none;
    z-index: 10;
    display: block;
    height: 20px;
    width: 20px;
    font-family: 'Font Awesome 6 Pro';
    font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
    line-height: 1.4;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(4 85 164 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .4s all ease-in-out }

.close-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  margin: 0.8333333333333334rem;
  margin-top: 0.4166666666666667rem;
  margin-right: 1.6666666666666667rem;
  display: flex;
  height: 30xp;
  width: 30px;
  min-width: 30px;
  cursor: pointer;
  justify-content: flex-end;
}
  .close-search em {
  font-weight: 400;
}

.searchbox {
  pointer-events: none;
  position: fixed;
  z-index: 999;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 0.4166666666666667rem;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: .4s all ease-in-out;  left: 50%;
  transform: translateX(-50%);
  top: calc( var(--header-height) + 50px);
}

@media (max-width: 1200px) {
  .searchbox {
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-top-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  } }
  .searchbox .container {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;    position: relative !important;
}
  .searchbox.is-open {
  pointer-events: auto;
  opacity: 1;    z-index: 9996;
}
  .searchbox .search-overlay {
  position: relative;
  overflow: hidden;
  border-radius: 0.4166666666666667rem;
  padding: 32px;
  padding-top: 52px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    max-width: 47.91667rem;
}
    .searchbox .search-overlay::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 10;
      display: block;
      height: 100%;
      width: 100%;
      overflow: hidden;
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      transition: .4s all ease-in-out }
  .searchbox input[type='text'] {
  position: relative;
  z-index: 50;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.0416666666666667rem;
  padding-right: 1.0416666666666667rem;    height: 45px;
}
    @media screen and (max-width: 1200px) {
      .searchbox input[type='text'] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    font-weight: 600;
  } }

@media (min-width: 1200.1px) {
  .searchbox input[type='text'] {
    width: 100%;
  } }
    .searchbox input[type='text']:placeholder {
  opacity: 0.7;
}
  .searchbox button {
  position: relative;
  right: 0;
  z-index: 50;
  height: 45px;
  width: 90px;
  overflow: hidden;
  border-radius: 9999px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s all ease-in-out;
}
    .searchbox button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 84 143 / var(--tw-bg-opacity, 1));
}
      .searchbox button:hover em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
    .searchbox button em {
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(14 46 67 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}

.error-message {
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
}

.search-wrap {
  position: relative;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all ease-in-out;  z-index: 120;
}
  .search-wrap em {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.drop-list em, .drop-list span {
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(4 85 164 / var(--tw-text-opacity, 1));
}

.drop-list span {
  margin-right: 0.625rem;
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
  line-height: 1.4;
  font-weight: 400;
}

@media (min-width: 576.1px) {
  .drop-list span {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  } }

.drop-list:hover .fa-chevron-down {
  transform: rotateX(180deg); }

.drop-list:hover .dropdown {
  pointer-events: auto;
  border-radius: 0.4166666666666667rem;
  opacity: 1;
  --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);
  filter: none;
}

.drop-list .drop-title {
  height: 100%;
  overflow: hidden;
  border-radius: 1.0416666666666667rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.5;
  padding-left: 1.0416666666666667rem;
  padding-right: 1.0416666666666667rem;
  padding-top: 0.4166666666666667rem;
  padding-bottom: 0.4166666666666667rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .drop-list .drop-title {
    padding-right: 0;
  } }
  @media screen and (max-width: 768px) {
    .drop-list .drop-title .fa-chevron-down {
    margin-left: 0.625rem;
  } }

@media (max-width: 1024px) {
  .drop-list .fa-globe {
    margin-right: 4px;
  } }

.drop-list .dropdown {
  filter: blur(1px);
  pointer-events: none;
  position: absolute;
  left: 1.25rem;
  top: 100%;
  z-index: 40;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  flex-direction: column;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.4583333333333335rem;
  padding-right: 1.4583333333333335rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out }
  .drop-list .dropdown li:not(:last-child) {
  margin-bottom: 0.625rem;
}
  .drop-list .dropdown li.active {
  font-weight: 700;
}
  .drop-list .dropdown a {
  text-align: left;
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;    line-height: 1.2 !important;
    padding: 0 !important;
}

@media (min-width: 1024.1px) {
  .drop-list .dropdown a {
    font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
    line-height: 1.4;
  } }
    .drop-list .dropdown a:hover {
  text-decoration-line: underline;
}

.sidenav-group {
  position: fixed;
  right: 0;
  bottom: 60px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}
  @media screen and (max-width: 576px) {
    .sidenav-group {
    bottom: 20px;
  } }
  .sidenav-group ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
  .sidenav-group li {
  margin-bottom: 0.4166666666666667rem;
}
    .sidenav-group li.last {
  order: 10;
}

@media (min-width: 1200.1px) {
  .sidenav-group li {
    margin-bottom: 10px;
  } }
    .sidenav-group li.last .wrap {
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(88 185 70 / var(--tw-bg-opacity, 1));
}
      .sidenav-group li.last .wrap::after {
  display: none;
}
    .sidenav-group li.last .icon em, .sidenav-group li.last .icon i {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
    .sidenav-group li:hover:last-child .wrap {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
    .sidenav-group li:hover .wrap {
  width: 100%;
}
      .sidenav-group li:hover .wrap::after {
  opacity: 1;
}
    .sidenav-group li:hover .txt-grid {
      grid-template-columns: 1fr; }
  .sidenav-group em, .sidenav-group i {
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
  line-height: 1.4;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: .4s all ease-in-out;
}

@media (min-width: 1200.1px) {
  .sidenav-group em, .sidenav-group i {
    font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
    line-height: 1.35;
  } }
  .sidenav-group img {
    max-width: 1.25rem;
    filter: brightness(0) invert(1); }
  .sidenav-group.show .back-to-top {
  pointer-events: auto;
  z-index: 200;
  opacity: 1;    width: 2.5rem;
}
    @media screen and (max-width: 1024px) {
      .sidenav-group.show .back-to-top {
        width: 36px; } }
    .sidenav-group.show .back-to-top:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
  .sidenav-group .wrap {
  position: relative;
  cursor: pointer;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(12 103 192 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all ease-in-out;    height: 2.5rem;
}
    .sidenav-group .wrap::after {
      content: '';
      pointer-events: none;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 10;
      display: block;
      height: 100%;
      width: 4px;
      --tw-bg-opacity: 1;
      background-color: rgb(4 85 164 / var(--tw-bg-opacity, 1));
      opacity: 0;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      transition: .4s all ease-in-out }
    @media screen and (max-width: 1024px) {
      .sidenav-group .wrap {
        height: 36px; } }
    .sidenav-group .wrap .icon {
      width: 2.91667rem;
      display: flex;
      justify-content: center;
      align-items: center }
      @media screen and (max-width: 1024px) {
        .sidenav-group .wrap .icon {
          width: 36px; } }
      .sidenav-group .wrap .icon em, .sidenav-group .wrap .icon i, .sidenav-group .wrap .icon img {
        animation: shake-bottom 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both; }
      .sidenav-group .wrap .icon em {
        transition: all 0.5s;
        transition-delay: .5s; }
  .sidenav-group .txt-grid {
    display: grid;
    grid-template-columns: 0fr;
    transition: .4s grid-template-columns ease;
    height: 100%;    place-content: center; }
    .sidenav-group .txt-grid > div {
  display: flex;
  align-items: center;      height: -moz-max-content;      height: max-content;
      overflow: hidden;
}
      .sidenav-group .txt-grid > div > span, .sidenav-group .txt-grid > div > a {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  padding-right: 1.6666666666666667rem;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
        .sidenav-group .txt-grid > div > span:hover, .sidenav-group .txt-grid > div > a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
  .sidenav-group .contact {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(16 101 148 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(1 84 143 / var(--tw-bg-opacity, 1));
}
    .sidenav-group .contact:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
      .sidenav-group .contact:hover em {
  --tw-text-opacity: 1;
  color: rgb(1 84 143 / var(--tw-text-opacity, 1));
}
  .sidenav-group .group-btn {
  position: relative;
  height: 100%;
  gap: 0.625rem;
  padding-left: 0.8333333333333334rem;
  padding-right: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
    .sidenav-group .group-btn::after {
      content: '';
      pointer-events: none;
      left: 0;
      z-index: 10;
      display: block;
      height: 16px;
      width: 1px;
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: .4s all ease-in-out }
    .sidenav-group .group-btn em, .sidenav-group .group-btn i {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
    .sidenav-group .group-btn a, .sidenav-group .group-btn span {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.pad-10 {
  padding: 3.125rem 0; }

@media (min-width: 1200.1px) {
  .pad-10 {
    padding: 5.20833rem 0; } }

.pad-t-10 {
  padding-top: 3.125rem; }

@media (min-width: 1200.1px) {
  .pad-t-10 {
    padding-top: 5.20833rem; } }

.pad-b-10 {
  padding-bottom: 3.125rem; }

@media (min-width: 1200.1px) {
  .pad-b-10 {
    padding-bottom: 5.20833rem; } }

.pad-8 {
  padding: 3.125rem 0; }

@media (min-width: 1200.1px) {
  .pad-8 {
    padding: 3.64583rem 0; } }

.pad-6-8 {
  padding: 3.125rem 0; }

@media (min-width: 1200.1px) {
  .pad-6-8 {
    padding: 3.125rem 0 4.16667rem; } }

.pad-t-8 {
  padding-top: 3.125rem; }

@media (min-width: 1200.1px) {
  .pad-t-8 {
    padding-top: 4.16667rem; } }

.pad-b-8 {
  padding-bottom: 3.125rem; }

@media (min-width: 1200.1px) {
  .pad-b-8 {
    padding-bottom: 4.16667rem; } }

.pad-6 {
  padding: 3.125rem 0; }

.pad-t-6 {
  padding-top: 3.125rem; }

.pad-b-6 {
  padding-bottom: 3.125rem; }

.swiper-slide {
  height: auto; }

.init-swiper {
  position: relative;
  --mr: 10px;
  --spv: 1; }

@media (min-width: 768.1px) {
  .init-swiper {
    --mr: 16px; } }

@media (min-width: 1200.1px) {
  .init-swiper {
    --mr:  clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)); } }
  .init-swiper[data-time='0'] .swiper-wrapper {
    transition-timing-function: linear; }
  .init-swiper .swiper-slide.swiper-slide {
  overflow: visible;
}
  .init-swiper .swiper-slide {
    width: calc(calc(100% - calc(var(--mr) * calc(var(--spv) - 1)))/var(--spv));
    height: auto }
    .init-swiper .swiper-slide:not(:last-child) {
      margin-right: var(--mr); }
  .init-swiper.no-gap {
    --mr: 1px; }
  .init-swiper.small-gap {
    --mr: clamp(10px, calc(10/1920*100rem), calc(10/1920*100rem)); }
  .init-swiper.medium-gap {
    --mr: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)); }
  .init-swiper.large-gap {
    --mr: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)); }

@media (min-width: 768.1px) {
  .init-swiper.auto-2 {
    --spv: 2; }
  .init-swiper.auto-3 {
    --spv: 2; } }

@media (min-width: 1024.1px) {
  .init-swiper.auto-3 {
    --spv: 3; } }

@media (min-width: 576.1px) {
  .init-swiper.auto-4 {
    --spv: 2; } }

@media (min-width: 768.1px) {
  .init-swiper.auto-4 {
    --spv: 3; } }

@media (min-width: 1200.1px) {
  .init-swiper.auto-4 {
    --spv: 4; } }
  .init-swiper.auto-5 {
    --spv: 1; }

@media (min-width: 576.1px) {
  .init-swiper.auto-5 {
    --spv: 2; } }

@media (min-width: 768.1px) {
  .init-swiper.auto-5 {
    --spv: 3; } }

@media (min-width: 1024.1px) {
  .init-swiper.auto-5 {
    --spv: 4; } }

@media (min-width: 1200.1px) {
  .init-swiper.auto-5 {
    --spv: 5; } }
  .init-swiper.auto-6 {
    --spv: 1; }

@media (min-width: 576.1px) {
  .init-swiper.auto-6 {
    --spv: 2; } }

@media (min-width: 768.1px) {
  .init-swiper.auto-6 {
    --spv: 3; } }

@media (min-width: 1024.1px) {
  .init-swiper.auto-6 {
    --spv: 4; } }

@media (min-width: 1200.1px) {
  .init-swiper.auto-6 {
    --spv: 5; } }

@media (max-width: 576px) {
  .init-swiper.show-half-mobile {
    --spv: 1.5; } }
  .init-swiper.slide-products-spacing {
    --mr: clamp(18px, calc(18/1920*100rem), calc(18/1920*100rem)); }
  .init-swiper .swiper-scrollbar.swiper-scrollbar {
  position: static;
  width: 100%;
  border-radius: 0px;
  margin-top: 2.0833333333333335rem;
  height: 2px;
}
    .init-swiper .swiper-scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(88 185 70 / var(--tw-bg-opacity, 1));
}
  .init-swiper.arrow-edge .arrow-button .button-prev {
  left: 0;
}
  .init-swiper.arrow-edge .arrow-button .button-next {
  right: 0;
}

.visible-slide .swiper {
  overflow: visible;
}

.swiper-pagination {
  position: static;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  gap: 0.4166666666666667rem;
  border-radius: 0.20833333333333334rem;
  align-items: center;
  padding-top: 0.4166666666666667rem;
  padding-bottom: 0.4166666666666667rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
  .swiper-pagination.swiper-pagination-lock {
  padding: 0;
}
  .swiper-pagination span {
  margin-left: 0;
  margin-right: 0;
  opacity: 0.7;
  height: 0.4166666666666667rem;
  width: 0.4166666666666667rem;
  min-width: 0.4166666666666667rem;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  display: block;
  position: relative;
  border-width: 1px;
  border-color: transparent;
}
    .swiper-pagination span.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(4 85 164 / var(--tw-bg-opacity, 1));
  opacity: 1;
}

.swiper-column-1 .swiper-slide, .swiper-column-2 .swiper-slide, .swiper-xl-3 .swiper-slide, .swiper-xl-4 .swiper-slide {
  height: auto;
}

.swiper-center .swiper-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 1200.1px) {
  .swiper-shadow-spacing .swiper {
    padding: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem));
    margin: clamp(-32px, calc(-32/1920*100rem), calc(-32/1920*100rem)); } }

.swiper.swiper-fade .swiper-slide {
  opacity: 0 !important; }

.swiper.swiper-fade .swiper-slide-active {
  opacity: 1 !important; }

.dynamic-slide.swiper-slide {
  width: calc(calc(100% - calc(var(--mr) * calc(var(--spv) - 1)))/var(--spv));
  height: auto }
  .dynamic-slide.swiper-slide:not(:last-child) {
    margin-right: var(--mr); }

.homepage .top-block-container, .product-list-page .top-block-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important; }
  .homepage .top-block-container > .row, .product-list-page .top-block-container > .row {
  margin: 0 !important;
  padding: 0 !important;
}

.news-detail-page .middle-fullwidth {
  margin: 0;
  padding: 0;
}

.social-network a em, .social-network a i {
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
  line-height: 1.4;
}

.social-network a img, .social-network a svg {
  max-width: 1.0416666666666667rem;
}

.social-network a:hover {
  transform: translateY(-6px); }

@media (max-width: 1024px) {
  .chart-partner {
    padding: 0 !important; } }

.chart-partner .img a {
  padding-top: 0.20833333333333334rem;
  padding-bottom: 0.20833333333333334rem;
}

@media (max-width: 576px) {
  .chart-partner .item {
    height: 64px;
  } }

.footer-menu li {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
  .footer-menu li:hover a, .footer-menu li.active a {
  text-decoration-line: underline !important;
}
  .footer-menu li * {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  .footer-menu li:not(:last-child) {
  margin-bottom: 0.625rem;
}

footer {
  padding-top: 3.125rem;
}
  footer address {
  font-style: normal;
}
  footer .auto-4 {
    --spv: 3; }
  footer .img a {
    display: flex;
    height: 3.33333rem;
    width: auto; }
    footer .img a img {
      width: auto;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  footer .contact ul, footer .contact ol {
  list-style-type: none;
}
  footer .contact em, footer .contact i {
  margin-right: 0.4166666666666667rem;
  margin-top: 2px;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(4 85 164 / var(--tw-text-opacity, 1));    min-width: 16px;
}
  footer .contact a {
  position: relative;
  margin-left: 0.20833333333333334rem;
  display: inline-block;
  padding-bottom: 1px;
}
    footer .contact a::after {
      content: '';
      pointer-events: none;
      bottom: 0;
      z-index: 10;
      display: block;
      height: 1px;
      width: 0;
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: .4s all ease-in-out }
  footer .contact li {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  display: flex;
  justify-content: flex-start;
  align-items: center;    align-items: flex-start;
}
    footer .contact li:not(:last-child) {
      margin-bottom: 0.41667rem !important; }
    footer .contact li * {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
    footer .contact li:hover a {
  display: block;
}
      footer .contact li:hover a::after {
  width: 100%;
}
  footer .contact span {
  margin-right: 0.20833333333333334rem;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
}
    footer .contact span * {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
}
  footer .contact strong {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
}
    footer .contact strong * {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
}
  footer address ul, footer address ol {
  list-style-type: none;
}
  footer address li {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
    footer address li * {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
    footer address li:not(:last-child) {
  margin-bottom: 0.625rem;
}
  footer address p {
  margin-bottom: 0;
}
  footer address a {
  position: relative;
  padding-bottom: 2px;
  font-size: clamp(14px, calc(14 / 1920 * 100vw), 0.7291666666666667rem);
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(88 185 70 / var(--tw-text-opacity, 1));
}
    footer address a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
    footer address a::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 10;
      display: block;
      height: 1px;
      width: 100%;
      --tw-bg-opacity: 1;
      background-color: rgb(88 185 70 / var(--tw-bg-opacity, 1));
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      transition: .4s all ease-in-out }
  footer address em, footer address i {
  margin-right: 0.625rem;
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
  line-height: 1.4;
  font-weight: 300;
}

.social-links {
  gap: 10px;
}
  .social-links .ModuleContent {
  display: flex;
  gap: 10px;
}
  .social-links em, .social-links i {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  line-height: 1.35;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.8;
}
  .social-links img {
  max-width: 1.25rem;
}
  .social-links a {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 0.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all ease-in-out;
}
  @media (min-width: 1024.1px) {

  .social-links a {
    height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
  }
}
  .social-links a {    background: #004A93; }
    .social-links a:hover {
      transform: translateY(-6px); }

header {
  z-index: 999;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));  box-shadow: 0px 16px 24px 0px #1F22270F;
  height: var(--header-height); }
  header .container {
  position: relative;
  height: 100%;
}
  header .header-right {
  height: 100%;
}

@media (min-width: 1200.1px) {
  .header-btn-group {
    margin-left: 2.0833333333333335rem;
    margin-right: 2.0833333333333335rem;
  } }

@media (min-width: 1600px) {
  .header-btn-group {
    margin-left: 2.916666666666667rem;
    margin-right: 2.916666666666667rem;
  } }

.copyright {
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.5;
}

.nav-brand {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all ease-in-out;
}

@media (min-width: 1200.1px) {
  .nav-brand {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  } }

@media (max-width: 1200px) {
  .nav-brand {
    left: 15px;
    z-index: 40;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  } }
  .nav-brand a {
    height: 50px;
    width: auto;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s all ease-in-out }

@media (min-width: 1200.1px) {
  .nav-brand a {
    height: 4.166666666666667rem;    min-width: 6.77083rem;
  } }
    .nav-brand a img, .nav-brand a svg {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.nav-primary-menu {
  width: 100%;
}

@media (min-width: 1200.1px) {
  .nav-primary-menu {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  } }

@media (max-width: 1200px) {
  .nav-primary-menu {
    display: none !important; } }

@media (min-width: 1200.1px) {
  .nav-primary-menu .Module, .nav-primary-menu .ModuleContent {
    height: 100%;
  } }
  @media screen and (max-width: 1200px) {
    .nav-primary-menu .nav {
    display: block;
    width: 100%;
  } }

@media (min-width: 1200.1px) {
  .nav-primary-menu .nav {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  } }
  .nav-primary-menu .nav-link {
  position: relative;
}
    @media screen and (max-width: 1200px) {
      .nav-primary-menu .nav-link {
    margin-top: 0.8333333333333334rem;
    margin-bottom: 0.8333333333333334rem;
    width: 100%;
  } }

@media (min-width: 1200.1px) {
  .nav-primary-menu .nav-link {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    align-items: flex-end;
    margin: 0 0.625rem;
  }
    .nav-primary-menu .nav-link:first-child {
    margin-left: 0;
  }
    .nav-primary-menu .nav-link:last-child {
    margin-right: 0;
  } }
    @media screen and (min-width: 1500px) {
      .nav-primary-menu .nav-link {
        margin: 0 0.78125rem; } }
    .nav-primary-menu .nav-link > .title {
  height: 100%;
}
    .nav-primary-menu .nav-link > .title a, .nav-primary-menu .nav-link > a {
  position: relative;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
  font-weight: 400;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(4 85 164 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all ease-in-out;
}

@media (max-width: 1200px) {
  .nav-primary-menu .nav-link > .title a, .nav-primary-menu .nav-link > a {
    width: 100%;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  } }

@media (min-width: 1200.1px) {
  .nav-primary-menu .nav-link > .title a, .nav-primary-menu .nav-link > a {
    height: 100% !important; } }
    .nav-primary-menu .nav-link.is-open .icon::after {
      transform: rotateX(-180deg); }
    .nav-primary-menu .nav-link.is-active > .title a, .nav-primary-menu .nav-link.is-active > a, .nav-primary-menu .nav-link:hover > .title a, .nav-primary-menu .nav-link:hover > a, .nav-primary-menu .nav-link.active > .title a, .nav-primary-menu .nav-link.active > a {
  --tw-text-opacity: 1;
  color: rgb(88 185 70 / var(--tw-text-opacity, 1));
}

@media (min-width: 1200.1px) {
  .nav-primary-menu .icon {
    display: none;
  } }

@media (max-width: 1200px) {
  .nav-primary-menu .icon {
    pointer-events: auto;
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 50;
    display: block;
    height: 32px;
    width: 50px;
    font-weight: 900;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition: .4s all ease-in-out;
  } }
  .nav-primary-menu .icon::after {
    content: '\f078';
    pointer-events: none;
    z-index: 10;
    height: 100%;
    width: 100%;
    font-family: 'Font Awesome 6 Pro';
    font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
    font-weight: 900;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s all ease-in-out }
  .nav-primary-menu .title {
  position: relative;
  width: 100%;
}

@media (min-width: 1200.1px) {
  .nav-primary-menu .drop-down:hover .nav-sub {
    pointer-events: auto;
    transform: none;
    border-radius: 0.4166666666666667rem;
    opacity: 1;
  }
  .nav-primary-menu .drop-down:hover > .title .icon::after {
    transform: rotateX(-180deg); } }
  .nav-primary-menu .drop-down .nav-sub {
  --tw-bg-opacity: 1;
  background-color: rgb(4 85 164 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.0416666666666667rem;
  padding-right: 1.0416666666666667rem;
}
    @media screen and (max-width: 1200px) {
      .nav-primary-menu .drop-down .nav-sub {
    display: none;
  } }

@media (min-width: 1200.1px) {
  .nav-primary-menu .drop-down .nav-sub {
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    width: -moz-max-content;
    width: max-content;
    border-style: none;
    opacity: 0;    transform: translateY(25%);
    transition: .4s all  ease-in-out;
    box-shadow: 4px 4px 32px 16px #00000014;
  }
    .nav-primary-menu .drop-down .nav-sub::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0;
      bottom: 100%;
      z-index: 10;
      display: block;
      height: 2px;
      width: 100%;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      transition: .4s all ease-in-out } }
  .nav-primary-menu .drop-down .nav-link-sub:not(:last-child) {
  margin-bottom: 0.625rem;
}

@media (min-width: 1200.1px) {
  .nav-primary-menu .drop-down .nav-link-sub:not(:last-child) {
    margin-bottom: 0.8333333333333334rem;
  } }
  .nav-primary-menu .drop-down .nav-link-sub:hover a {
  --tw-text-opacity: 1;
  color: rgb(139 197 232 / var(--tw-text-opacity, 1));
}
  .nav-primary-menu .drop-down .nav-link-sub:first-child a {
  padding-top: 0;
}
  .nav-primary-menu .drop-down .nav-link-sub:last-child a {
  border-bottom-color: transparent;
  padding-bottom: 0;
}
  .nav-primary-menu .drop-down .nav-link-sub a {
  padding: 0;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 0.8333333333333334rem);
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  display: flex;
  align-items: center;    justify-content: flex-start;
}
    @media screen and (min-width: 1200px) and (max-width: 1440px) {
      .nav-primary-menu .drop-down .nav-link-sub a {
    font-size: clamp(12px, calc(12 / 1920 * 100vw), 0.625rem);
    line-height: 1.4;
  } }

.mobile-primary-menu {
  padding-left: 0.8333333333333334rem;
  padding-right: 0.8333333333333334rem;
}
  .mobile-primary-menu .sub-link {
  margin-bottom: 0.625rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-bottom: 0.8333333333333334rem;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 0.9375rem);
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
  .mobile-primary-menu > .nav {
  display: flex;
  flex-direction: column;
  row-gap: 0.20833333333333334rem;
}
    .mobile-primary-menu > .nav > .nav-link.active > .title {
  border-radius: 0.4166666666666667rem;
  background-color: rgb(4 85 164 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.2;
}
    .mobile-primary-menu > .nav > .nav-link > a {
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
  line-height: 1.4;
}
    .mobile-primary-menu > .nav > .nav-link > .title {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
}
      .mobile-primary-menu > .nav > .nav-link > .title > a {
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
  line-height: 1.4;
}
    .mobile-primary-menu > .nav > .nav-link .nav-link a {
  font-weight: 700;
  text-transform: capitalize;
}
    .mobile-primary-menu > .nav > .nav-link .nav-link .nav-link a {
  font-weight: 400 !important;
}
  .mobile-primary-menu .nav-link {
  position: relative;
}
    .mobile-primary-menu .nav-link .title {
  position: relative;
}
      .mobile-primary-menu .nav-link .title a {
  text-transform: capitalize;
}
      .mobile-primary-menu .nav-link .title::after {
        content: '';
        pointer-events: none;
        z-index: 10;
        display: block;
        height: 100%;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        opacity: 0;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .4s all ease-in-out }
    .mobile-primary-menu .nav-link a {
  position: relative;
  z-index: 50;
  padding-top: 0.4166666666666667rem;
  padding-bottom: 0.4166666666666667rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: .4s all ease-in-out;
}

@media (min-width: 1200.1px) {
  .mobile-primary-menu .nav-link.active > a, .mobile-primary-menu .nav-link:hover > a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  } }
    .mobile-primary-menu .nav-link.active > .title::after, .mobile-primary-menu .nav-link:hover > .title::after {
  opacity: 0.2;
}

@media (min-width: 1200.1px) {
  .mobile-primary-menu .nav-link.active > .title a, .mobile-primary-menu .nav-link.active > .title .icon::before, .mobile-primary-menu .nav-link:hover > .title a, .mobile-primary-menu .nav-link:hover > .title .icon::before {
    --tw-text-opacity: 1;
    color: rgb(4 85 164 / var(--tw-text-opacity, 1));
  } }
  .mobile-primary-menu .icon {
  position: relative;
  margin-right: 0.8333333333333334rem;
  width: 40px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: .4s all ease-in-out;
}
    .mobile-primary-menu .icon::before {
      content: '\f078';
      pointer-events: none;
      z-index: 10;
      height: 100%;
      width: 100%;
      font-family: 'Font Awesome 6 Pro';
      font-weight: 400;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      transition: .4s all ease-in-out }
  .mobile-primary-menu .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
    .mobile-primary-menu .title.is-open .icon {
      transform: rotateX(-180deg); }
  .mobile-primary-menu .nav-sub {
  z-index: 20;
  margin-top: 0.625rem;
  display: none;
  border-radius: 0.4166666666666667rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.0416666666666667rem;
  padding-right: 1.0416666666666667rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 1200px) {
  .mobile-primary-menu .nav-sub {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
    .mobile-primary-menu .nav-sub .icon:before {
    --tw-text-opacity: 1 !important;
    color: rgb(4 85 164 / var(--tw-text-opacity, 1)) !important;
  }
    .mobile-primary-menu .nav-sub .title a {
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(4 85 164 / var(--tw-text-opacity, 1));
  }
    .mobile-primary-menu .nav-sub a {
    --tw-text-opacity: 1;
    color: rgb(4 85 164 / var(--tw-text-opacity, 1));
  } }
    .mobile-primary-menu .nav-sub .icon::before {
  padding-right: 0.20833333333333334rem;
}
    .mobile-primary-menu .nav-sub .nav-sub {
  background-color: transparent;
  --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);
}
  .mobile-primary-menu .drop-down .title {
  padding: 0;
}

@media (min-width: 1200.1px) {
  .mobile-primary-menu .drop-down .title:hover > a {
    text-decoration-line: underline;
  } }
    .mobile-primary-menu .drop-down .title:hover .icon:before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
    .mobile-primary-menu .drop-down .title a {
  width: 100%;
}
    .mobile-primary-menu .drop-down .title::before {
  display: none;
}
    .mobile-primary-menu .drop-down .title.is-open .icon {
      transform: rotateX(-180deg); }

@media (max-width: 1200px) {
  .header-contact {
    display: none;
  } }

.mobile-nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(4 85 164 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);  z-index: 9999;
  transform: translateX(-100%);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 768.1px) {
  .mobile-nav-wrap {
    width: 320px; } }
  @media screen and (min-width: 1200px) {
    .mobile-nav-wrap {
    display: none;
  } }
  .mobile-nav-wrap .header-contact {
  margin-top: 1.25rem;
  width: 100%;
  padding-left: 0.8333333333333334rem;
  padding-right: 0.8333333333333334rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
    .mobile-nav-wrap .header-contact .btn {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
  .mobile-nav-wrap.is-open {
    transform: none; }
  .mobile-nav-wrap .close-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
    .mobile-nav-wrap .close-menu em, .mobile-nav-wrap .close-menu span {
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
    .mobile-nav-wrap .close-menu em {
  font-size: clamp(20px, calc(24 / 1920 * 100vw), 1.25rem);
  line-height: 1.35;
}
    .mobile-nav-wrap .close-menu span {
  margin-left: 0.625rem;
  font-size: clamp(18px, calc(20 / 1920 * 100vw), 1.0416666666666667rem);
  line-height: 1.4;
}
  .mobile-nav-wrap .mobile-top-nav {
  position: relative;
  z-index: 70;
  margin-bottom: 1.0416666666666667rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.site-menu-toggle {
  margin-top: 6px;
}

@media (min-width: 1200.1px) {
  .site-menu-toggle {
    display: none !important; } }

.group:hover .group-hover\:text-primary-1 {
  --tw-text-opacity: 1;
  color: rgb(4 85 164 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-primary-2 {
  --tw-text-opacity: 1;
  color: rgb(88 185 70 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}

.rem\:h-\[64px\] {
  height: 3.3333333333333335rem;
}

.ratio\:pt-\[1_1\] {
  padding-top: 100%;
}

.ratio\:pt-\[240_320\] {
  padding-top: 75%;
}

.ratio\:pt-\[240_440\] {
  padding-top: 54.54545454545454%;
}

.ratio\:pt-\[280_680\] {
  padding-top: 41.17647058823529%;
}

.ratio\:pt-\[348_280\] {
  padding-top: 124.28571428571429%;
}

.ratio\:pt-\[400_911\] {
  padding-top: 43.90779363336993%;
}

.ratio\:pt-\[460_440\] {
  padding-top: 104.54545454545455%;
}

@media (min-width: 576.1px) {

  .sm\:mx-3 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

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

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

  .sm\:rounded-5 {
    border-radius: 1.0416666666666667rem;
  }

  .sm\:p-5 {
    padding: 1.0416666666666667rem;
  }
}

@media (min-width: 768.1px) {

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

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

  .md\:gap-8 {
    gap: 1.6666666666666667rem;
  }

  .md\:pt-10 {
    padding-top: 2.0833333333333335rem;
  }
}

@media (min-width: 1024.1px) {

  .lg\:bottom-0 {
    bottom: 0;
  }

  .lg\:top-0 {
    top: 0;
  }

  .lg\:z-50 {
    z-index: 50;
  }

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

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

  .lg\:ml-10 {
    margin-left: 2.0833333333333335rem;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-12 {
    height: 2.5rem;
  }

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

  .lg\:w-1\/4 {
    width: 25%;
  }

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

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

  .lg\:w-9\/12 {
    width: 75%;
  }

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

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

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

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

  .lg\:p-10 {
    padding: 2.0833333333333335rem;
  }

  .lg\:p-8 {
    padding: 1.6666666666666667rem;
  }

  .lg\:px-10 {
    padding-left: 2.0833333333333335rem;
    padding-right: 2.0833333333333335rem;
  }

  .lg\:px-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .lg\:py-10 {
    padding-top: 2.0833333333333335rem;
    padding-bottom: 2.0833333333333335rem;
  }

  .lg\:py-9 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .lg\:pl-14 {
    padding-left: 2.916666666666667rem;
  }

  .lg\:pr-8 {
    padding-right: 1.6666666666666667rem;
  }

  .lg\:pt-15 {
    padding-top: 3.125rem;
  }

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

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

  .lg\:flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .lg\:absolute-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .lg\:rem\:max-w-\[520px\] {
    max-width: 27.083333333333336rem;
  }

  .lg\:rem\:max-w-\[650px\] {
    max-width: 33.85416666666667rem;
  }
}

@media (min-width: 1200.1px) {

  .xl\:hidden {
    display: none;
  }

  .xl\:h-full {
    height: 100%;
  }

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

  .xl\:gap-10 {
    gap: 2.0833333333333335rem;
  }

  .xl\:p-15 {
    padding: 3.125rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.0833333333333335rem;
  }

  .xl\:flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

@media (min-width: 1600px) {

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

@media (max-width: 576px) {

  .max-sm\:my-3 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

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

@media (max-width: 1024px) {

  .max-lg\:block {
    display: block;
  }

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:text-center {
    text-align: center;
  }

  .max-lg\:flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .max-lg\:absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 1200px) {

  .max-xl\:hidden {
    display: none;
  }

  .max-xl\:text-center {
    text-align: center;
  }
}

/*# sourceMappingURL=tailwind.min.css.map */
