/*
! tailwindcss v3.2.4 | 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@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(1430/1920*100rem);
  }
}
.btn {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .4s all  ease-in-out;
  transition: .4s all  ease-in-out;
  cursor: pointer;
  position: relative;
}
.start-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.center-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.end-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gap-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gap-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.col-ver {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.col-hor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-title, .zone-title {
  margin-bottom: calc(28/1920*100rem);
  font-size: clamp(34px,calc(40/1920*100rem),40px);
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
.block-title *, .zone-title * {
  font-size: clamp(34px,calc(40/1920*100rem),40px);
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
@media (min-width: 1200.1px) {
    .block-title, .zone-title {
    margin-bottom: calc(36/1920*100rem);
    font-size: clamp(40px,calc(48/1920*100rem),48px);
  }
      .block-title *, .zone-title * {
    font-size: clamp(40px,calc(48/1920*100rem),48px);
  } }
.block-title {
  font-weight: 600;
}
.block-title * {
  font-weight: 600;
}
.zone-title {
  font-size: clamp(30px,calc(36/1920*100rem),36px);
  font-weight: 700;
}
.zone-title * {
  font-size: clamp(30px,calc(36/1920*100rem),36px);
  font-weight: 700;
}
@media (min-width: 1200.1px) {
    .zone-title {
    font-size: clamp(34px,calc(40/1920*100rem),40px);
  }
      .zone-title * {
    font-size: clamp(34px,calc(40/1920*100rem),40px);
  } }
.headline {
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
.headline * {
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
.sub-title {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(140 194 65 / var(--tw-text-opacity));
}
.sub-title * {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(140 194 65 / var(--tw-text-opacity));
}
.heading {
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}
.heading * {
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}
.head-title {
  display: block;
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
.head-title * {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
.head-title:hover {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
.head-title:hover * {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
.block-title, .zone-title, .headline, .sub-title {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
.block-title *, .zone-title *, .headline *, .sub-title * {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
.desc, .zone-desc {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  line-height: 1.4;
}
.desc *, .zone-desc * {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
}
.desc strong, .zone-desc strong {
  font-weight: 700;
}
.desc strong *, .zone-desc strong * {
  font-weight: 700;
}
.desc ul, .desc ol, .zone-desc ul, .zone-desc ol {
      list-style-type: none;
      padding-left: 0; }
.desc ul li, .desc ol li, .zone-desc ul li, .zone-desc ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: calc(4/1920*100rem);        -webkit-box-align: start;        -webkit-align-items: flex-start;        -ms-flex-align: start;        align-items: flex-start;
}
.desc ul li::before, .desc ol li::before, .zone-desc ul li::before, .zone-desc ol li::before {
          content: '';
          pointer-events: none;
          z-index: 10;
          margin-top: calc(12/1920*100rem);
          margin-right: calc(12/1920*100rem);
          display: block;
          height: 6px;
          width: 6px;
          min-width: 6px;
          border-radius: 9999px;
          --tw-bg-opacity: 1;
          background-color: rgb(140 194 65 / var(--tw-bg-opacity));
          -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
          transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
          -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          -webkit-transition-duration: 150ms;
                  transition-duration: 150ms;
          -webkit-transition: .4s all ease-in-out;
          transition: .4s all ease-in-out }
.desc ul ol, .desc ol ol, .zone-desc ul ol, .zone-desc ol ol {
  padding-left: calc(12/1920*100rem);
  padding-top: calc(4/1920*100rem);
}
.desc ul ol li::before, .desc ol ol li::before, .zone-desc ul ol li::before, .zone-desc ol ol li::before {
          content: '';
          margin-right: calc(12/1920*100rem);
          height: 1px;
          width: 6px;
          min-width: 6px;
          border-radius: 9999px }
.zone-desc {
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  font-weight: 500;
}
.zone-desc * {
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  font-weight: 500;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0 /* 0px */;
}
.top-full {
  top: 100%;
}
.bottom-0 {
  bottom: 0 /* 0px */;
}
.right-0 {
  right: 0 /* 0px */;
}
.top-1\/2 {
  top: 50%;
}
.right-\[15px\] {
  right: 15px;
}
.right-\[5px\] {
  right: 5px;
}
.top-\[60px\] {
  top: 60px;
}
.bottom-\[80px\] {
  bottom: 80px;
}
.right-\[35px\] {
  right: 35px;
}
.top-50 {
  top: calc(200/1920*100rem);
}
.right-\[20px\] {
  right: 20px;
}
.right-\[4px\] {
  right: 4px;
}
.bottom-\[-4px\] {
  bottom: -4px;
}
.right-\[24px\] {
  right: 24px;
}
.top-\[160px\] {
  top: 160px;
}
.top-0 {
  top: 0 /* 0px */;
}
.top-\[30px\] {
  top: 30px;
}
.right-\[30px\] {
  right: 30px;
}
.left-full {
  left: 100%;
}
.left-\[5px\] {
  left: 5px;
}
.bottom-\[10px\] {
  bottom: 10px;
}
.bottom-\[-1px\] {
  bottom: -1px;
}
.bottom-\[40px\] {
  bottom: 40px;
}
.z-40 {
  z-index: 40;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.-m-3 {
  margin: calc(calc(12/1920*100rem) * -1);
}
.m-0 {
  margin: 0 /* 0px */;
}
.-m-2 {
  margin: calc(calc(8/1920*100rem) * -1);
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-4 {
  margin-top: calc(16/1920*100rem);
  margin-bottom: calc(16/1920*100rem);
}
.-mx-6 {
  margin-left: calc(calc(24/1920*100rem) * -1);
  margin-right: calc(calc(24/1920*100rem) * -1);
}
.-mx-5 {
  margin-left: calc(calc(20/1920*100rem) * -1);
  margin-right: calc(calc(20/1920*100rem) * -1);
}
.my-5 {
  margin-top: calc(20/1920*100rem);
  margin-bottom: calc(20/1920*100rem);
}
.my-8 {
  margin-top: calc(32/1920*100rem);
  margin-bottom: calc(32/1920*100rem);
}
.mx-3 {
  margin-left: calc(12/1920*100rem);
  margin-right: calc(12/1920*100rem);
}
.mx-2 {
  margin-left: calc(8/1920*100rem);
  margin-right: calc(8/1920*100rem);
}
.-mx-1 {
  margin-left: calc(calc(4/1920*100rem) * -1);
  margin-right: calc(calc(4/1920*100rem) * -1);
}
.-mx-8 {
  margin-left: calc(calc(32/1920*100rem) * -1);
  margin-right: calc(calc(32/1920*100rem) * -1);
}
.my-16 {
  margin-top: calc(64/1920*100rem);
  margin-bottom: calc(64/1920*100rem);
}
.-mx-2 {
  margin-left: calc(calc(8/1920*100rem) * -1);
  margin-right: calc(calc(8/1920*100rem) * -1);
}
.my-0 {
  margin-top: 0 /* 0px */;
  margin-bottom: 0 /* 0px */;
}
.my-6 {
  margin-top: calc(24/1920*100rem);
  margin-bottom: calc(24/1920*100rem);
}
.mb-5 {
  margin-bottom: calc(20/1920*100rem);
}
.mb-4 {
  margin-bottom: calc(16/1920*100rem);
}
.mb-0 {
  margin-bottom: 0 /* 0px */;
}
.mr-2 {
  margin-right: calc(8/1920*100rem);
}
.mb-2 {
  margin-bottom: calc(8/1920*100rem);
}
.ml-3 {
  margin-left: calc(12/1920*100rem);
}
.ml-2 {
  margin-left: calc(8/1920*100rem);
}
.mb-3 {
  margin-bottom: calc(12/1920*100rem);
}
.mb-10 {
  margin-bottom: calc(40/1920*100rem);
}
.mt-1 {
  margin-top: calc(4/1920*100rem);
}
.mr-3 {
  margin-right: calc(12/1920*100rem);
}
.ml-1 {
  margin-left: calc(4/1920*100rem);
}
.mr-4 {
  margin-right: calc(16/1920*100rem);
}
.mr-5 {
  margin-right: calc(20/1920*100rem);
}
.mb-7 {
  margin-bottom: calc(28/1920*100rem);
}
.mt-5 {
  margin-top: calc(20/1920*100rem);
}
.ml-5 {
  margin-left: calc(20/1920*100rem);
}
.mt-4 {
  margin-top: calc(16/1920*100rem);
}
.mb-1 {
  margin-bottom: calc(4/1920*100rem);
}
.mb-8 {
  margin-bottom: calc(32/1920*100rem);
}
.ml-4 {
  margin-left: calc(16/1920*100rem);
}
.mr-auto {
  margin-right: auto;
}
.mb-12 {
  margin-bottom: calc(48/1920*100rem);
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0 /* 0px */;
}
.mb-6 {
  margin-bottom: calc(24/1920*100rem);
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-0 {
  margin-top: 0 /* 0px */;
}
.mr-8 {
  margin-right: calc(32/1920*100rem);
}
.ml-0 {
  margin-left: 0 /* 0px */;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mt-6 {
  margin-top: calc(24/1920*100rem);
}
.mt-8 {
  margin-top: calc(32/1920*100rem);
}
.mt-12 {
  margin-top: calc(48/1920*100rem);
}
.mt-14 {
  margin-top: calc(56/1920*100rem);
}
.mt-3 {
  margin-top: calc(12/1920*100rem);
}
.mr-14 {
  margin-right: calc(56/1920*100rem);
}
.ml-14 {
  margin-left: calc(56/1920*100rem);
}
.mt-2 {
  margin-top: calc(8/1920*100rem);
}
.mb-15 {
  margin-bottom: calc(60/1920*100rem);
}
.mt-10 {
  margin-top: calc(40/1920*100rem);
}
.mr-10 {
  margin-right: calc(40/1920*100rem);
}
.mb-9 {
  margin-bottom: calc(36/1920*100rem);
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[9px\] {
  height: 9px;
}
.h-\[1px\] {
  height: 1px;
}
.h-auto {
  height: auto;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[6px\] {
  height: 6px;
}
.w-full {
  width: 100%;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[36px\] {
  width: 36px;
}
.w-1\/2 {
  width: 50%;
}
.w-\[9px\] {
  width: 9px;
}
.w-\[20px\] {
  width: 20px;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-0 {
  width: 0 /* 0px */;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-1\/5 {
  width: 20%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[6px\] {
  width: 6px;
}
.min-w-\[9px\] {
  min-width: 9px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.min-w-\[4px\] {
  min-width: 4px;
}
.min-w-\[6px\] {
  min-width: 6px;
}
.max-w-full {
  max-width: 100%;
}
.translate-y-50 {
  --tw-translate-y: calc(200/1920*100rem);
  -webkit-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: 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));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  -webkit-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: 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 {
  -webkit-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: 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 {
  -webkit-transform: none;
          transform: none;
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gap-7 {
  gap: calc(28/1920*100rem);
}
.gap-5 {
  gap: calc(20/1920*100rem);
}
.gap-3 {
  gap: calc(12/1920*100rem);
}
.gap-8 {
  gap: calc(32/1920*100rem);
}
.gap-6 {
  gap: calc(24/1920*100rem);
}
.gap-1 {
  gap: calc(4/1920*100rem);
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-2 {
  border-radius: calc(8/1920*100rem);
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-4 {
  border-radius: calc(16/1920*100rem);
}
.rounded-6 {
  border-radius: calc(24/1920*100rem);
}
.rounded-3 {
  border-radius: calc(12/1920*100rem);
}
.rounded-none {
  border-radius: 0px;
}
.rounded-5 {
  border-radius: calc(20/1920*100rem);
}
.rounded-0 {
  border-radius: 0;
}
.rounded-t-6 {
  border-top-left-radius: calc(24/1920*100rem);
  border-top-right-radius: calc(24/1920*100rem);
}
.rounded-b-8 {
  border-bottom-right-radius: calc(32/1920*100rem);
  border-bottom-left-radius: calc(32/1920*100rem);
}
.rounded-b-6 {
  border-bottom-right-radius: calc(24/1920*100rem);
  border-bottom-left-radius: calc(24/1920*100rem);
}
.rounded-b-0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: calc(2/1920*100rem);
}
.border-r {
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b-2 {
  border-bottom-width: calc(2/1920*100rem);
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(140 194 65 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-primary-700 {
  --tw-border-opacity: 1;
  border-color: rgb(14 83 143 / var(--tw-border-opacity));
}
.border-grey-100 {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
}
.border-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(226 239 252 / var(--tw-border-opacity));
}
.border-grey-800 {
  --tw-border-opacity: 1;
  border-color: rgb(70 70 70 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-primary-900 {
  --tw-border-opacity: 1;
  border-color: rgb(19 63 103 / var(--tw-border-opacity));
}
.border-primary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 222 248 / var(--tw-border-opacity));
}
.border-grey-200 {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-r-primary-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(70 166 234 / var(--tw-border-opacity));
}
.border-b-primary-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(16 108 185 / var(--tw-border-opacity));
}
.border-b-grey-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 239 239 / var(--tw-border-opacity));
}
.border-b-primary-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 83 143 / var(--tw-border-opacity));
}
.border-t-primary-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(226 239 252 / var(--tw-border-opacity));
}
.border-b-grey-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-green-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(140 194 65 / var(--tw-border-opacity));
}
.border-r-grey-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 108 185 / var(--tw-bg-opacity));
}
.bg-grey-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(70 70 70 / var(--tw-bg-opacity));
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(140 194 65 / var(--tw-bg-opacity));
}
.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 248 254 / var(--tw-bg-opacity));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 235 / var(--tw-bg-opacity));
}
.bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
}
.bg-primary-EAF2F6 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 242 246 / var(--tw-bg-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.bg-grey-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 124 124 / var(--tw-bg-opacity));
}
.bg-grey-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(152 152 152 / var(--tw-bg-opacity));
}
.bg-primary-00A8DF {
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 223 / var(--tw-bg-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-grey-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity));
}
.bg-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity));
}
.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 222 248 / var(--tw-bg-opacity));
}
.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-gradient {
  background-image: -webkit-linear-gradient(left, #0E5490 0%, #50AEFF 100%);
  background-image: linear-gradient(90deg, #0E5490 0%, #50AEFF 100%);
}
.p-0 {
  padding: 0 /* 0px */;
}
.p-4 {
  padding: calc(16/1920*100rem);
}
.p-6 {
  padding: calc(24/1920*100rem);
}
.p-5 {
  padding: calc(20/1920*100rem);
}
.p-8 {
  padding: calc(32/1920*100rem);
}
.p-3 {
  padding: calc(12/1920*100rem);
}
.p-1 {
  padding: calc(4/1920*100rem);
}
.p-2 {
  padding: calc(8/1920*100rem);
}
.p-10 {
  padding: calc(40/1920*100rem);
}
.py-15 {
  padding-top: calc(60/1920*100rem);
  padding-bottom: calc(60/1920*100rem);
}
.px-5 {
  padding-left: calc(20/1920*100rem);
  padding-right: calc(20/1920*100rem);
}
.px-0 {
  padding-left: 0 /* 0px */;
  padding-right: 0 /* 0px */;
}
.py-3 {
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
}
.py-2 {
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
}
.py-6 {
  padding-top: calc(24/1920*100rem);
  padding-bottom: calc(24/1920*100rem);
}
.py-7 {
  padding-top: calc(28/1920*100rem);
  padding-bottom: calc(28/1920*100rem);
}
.py-5 {
  padding-top: calc(20/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
}
.px-2 {
  padding-left: calc(8/1920*100rem);
  padding-right: calc(8/1920*100rem);
}
.px-3 {
  padding-left: calc(12/1920*100rem);
  padding-right: calc(12/1920*100rem);
}
.px-6 {
  padding-left: calc(24/1920*100rem);
  padding-right: calc(24/1920*100rem);
}
.py-1 {
  padding-top: calc(4/1920*100rem);
  padding-bottom: calc(4/1920*100rem);
}
.py-4 {
  padding-top: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
}
.px-7 {
  padding-left: calc(28/1920*100rem);
  padding-right: calc(28/1920*100rem);
}
.px-10 {
  padding-left: calc(40/1920*100rem);
  padding-right: calc(40/1920*100rem);
}
.px-8 {
  padding-left: calc(32/1920*100rem);
  padding-right: calc(32/1920*100rem);
}
.px-4 {
  padding-left: calc(16/1920*100rem);
  padding-right: calc(16/1920*100rem);
}
.py-10 {
  padding-top: calc(40/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
}
.py-0 {
  padding-top: 0 /* 0px */;
  padding-bottom: 0 /* 0px */;
}
.py-8 {
  padding-top: calc(32/1920*100rem);
  padding-bottom: calc(32/1920*100rem);
}
.px-15 {
  padding-left: calc(60/1920*100rem);
  padding-right: calc(60/1920*100rem);
}
.pr-0 {
  padding-right: 0 /* 0px */;
}
.pb-2 {
  padding-bottom: calc(8/1920*100rem);
}
.pt-5 {
  padding-top: calc(20/1920*100rem);
}
.pt-7 {
  padding-top: calc(28/1920*100rem);
}
.pr-4 {
  padding-right: calc(16/1920*100rem);
}
.pr-8 {
  padding-right: calc(32/1920*100rem);
}
.pb-12 {
  padding-bottom: calc(48/1920*100rem);
}
.pt-10 {
  padding-top: calc(40/1920*100rem);
}
.pt-8 {
  padding-top: calc(32/1920*100rem);
}
.pt-12 {
  padding-top: calc(48/1920*100rem);
}
.pt-4 {
  padding-top: calc(16/1920*100rem);
}
.pl-4 {
  padding-left: calc(16/1920*100rem);
}
.pb-0 {
  padding-bottom: 0 /* 0px */;
}
.pb-8 {
  padding-bottom: calc(32/1920*100rem);
}
.pb-6 {
  padding-bottom: calc(24/1920*100rem);
}
.pt-6 {
  padding-top: calc(24/1920*100rem);
}
.pl-10 {
  padding-left: calc(40/1920*100rem);
}
.pt-0 {
  padding-top: 0 /* 0px */;
}
.pb-15 {
  padding-bottom: calc(60/1920*100rem);
}
.pb-1 {
  padding-bottom: calc(4/1920*100rem);
}
.pl-0 {
  padding-left: 0 /* 0px */;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pr-12 {
  padding-right: calc(48/1920*100rem);
}
.pt-1 {
  padding-top: calc(4/1920*100rem);
}
.pr-15 {
  padding-right: calc(60/1920*100rem);
}
.pl-8 {
  padding-left: calc(32/1920*100rem);
}
.pb-10 {
  padding-bottom: calc(40/1920*100rem);
}
.pt-3 {
  padding-top: calc(12/1920*100rem);
}
.pl-6 {
  padding-left: calc(24/1920*100rem);
}
.pl-15 {
  padding-left: calc(60/1920*100rem);
}
.pl-2 {
  padding-left: calc(8/1920*100rem);
}
.pt-15 {
  padding-top: calc(60/1920*100rem);
}
.pr-10 {
  padding-right: calc(40/1920*100rem);
}
.pl-12 {
  padding-left: calc(48/1920*100rem);
}
.pb-3 {
  padding-bottom: calc(12/1920*100rem);
}
.pb-4 {
  padding-bottom: calc(16/1920*100rem);
}
.pb-7 {
  padding-bottom: calc(28/1920*100rem);
}
.pb-5 {
  padding-bottom: calc(20/1920*100rem);
}
.pl-3 {
  padding-left: calc(12/1920*100rem);
}
.pr-1 {
  padding-right: calc(4/1920*100rem);
}
.pl-5 {
  padding-left: calc(20/1920*100rem);
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-Awesome6 {
  font-family: 'Font Awesome 6 Pro';
}
.text-24 {
  font-size: 1.5rem;
}
.text-18 {
  font-size: 1.125rem;
}
.text-26 {
  font-size: 1.625rem;
}
.text-16 {
  font-size: 1rem;
}
.text-clamp-16 {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
}
.text-clamp-14 {
  font-size: clamp(12px,calc(14/1920*100rem),14px);
}
.text-clamp-18 {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
}
.text-14 {
  font-size: 0.875rem;
}
.text-clamp-15 {
  font-size: clamp(13px,calc(15/1920*100rem),15px);
}
.text-clamp-20 {
  font-size: clamp(18px,calc(20/1920*100rem),20px);
}
.text-clamp-28 {
  font-size: clamp(24px,calc(28/1920*100rem),28px);
}
.text-clamp-32 {
  font-size: clamp(26px,calc(32/1920*100rem),32px);
}
.text-clamp-12 {
  font-size: clamp(8px,calc(12/1920*100rem),12px);
}
.text-12 {
  font-size: 0.75rem;
}
.text-clamp-24 {
  font-size: clamp(20px,calc(24/1920*100rem),24px);
}
.text-clamp-40 {
  font-size: clamp(34px,calc(40/1920*100rem),40px);
}
.text-clamp-48 {
  font-size: clamp(40px,calc(48/1920*100rem),48px);
}
.text-clamp-64 {
  font-size: clamp(48px,calc(64/1920*100rem),64px);
}
.text-clamp-36 {
  font-size: clamp(30px,calc(36/1920*100rem),36px);
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-black {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.leading-normal {
  line-height: 1.5;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(70 166 234 / var(--tw-text-opacity));
}
.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
.text-grey-333 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-grey-600 {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(140 194 65 / var(--tw-text-opacity));
}
.text-grey-950 {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}
.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(19 63 103 / var(--tw-text-opacity));
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(16 108 185 / var(--tw-text-opacity));
}
.text-grey-400 {
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity));
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(30 138 217 / var(--tw-text-opacity));
}
.text-grey-666 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-grey-800 {
  --tw-text-opacity: 1;
  color: rgb(70 70 70 / var(--tw-text-opacity));
}
.text-grey-900 {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.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);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  -webkit-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);
          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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  -webkit-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);
          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);
}
.filter {
  -webkit-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);
          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);
}
.filter-none {
  -webkit-filter: none;
          filter: none;
}
.transition {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.text-gradient-1 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(225deg, #977040 0%, #EBBA7A 100%);
  background-image: linear-gradient(225deg, #977040 0%, #EBBA7A 100%);
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.absolute-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.absolute-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-50 {
  top: 50%;
}
.translate-y-50 {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.transition {
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
html, body {
  color: #292929;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: clamp(14px, 3.6vw, 16px); }

@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; } }

@media (min-width: 1200.1px) {
  html, body {
    font-size: 1vw; } }

*:focus {
  outline: none; }

a {
  color: inherit;
  text-decoration: none; }

p {
  margin-bottom: 10px;
  font-weight: 400;
  color: inherit;
  font-size: inherit; }

figure p {
  font-weight: 300;
  font-size: 1rem; }

time {
  display: inline-block;
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}

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; }

body {
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
  color: #333333;
  text-align: left;
  background-color: #ffffff; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

.frm-btn-reset {
  display: none !important; }

.col-12 {
  width: 100%;  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
}

.col-lg-6 {
  width: 100%;
  padding: 0 15px; }

@media (min-width: 1024.1px) {
  .col-lg-6 {
    width: 50%; } }

.col-lg-8 {
  padding: 0 15px; }

@media (min-width: 1024.1px) {
  .col-lg-8 {
    width: 66.666667%; } }

.col-lg-4 {
  padding: 0 15px; }

@media (min-width: 1024.1px) {
  .col-lg-4 {
    width: 33.333333%; } }

.col-xs-12 {
  padding: 0 15px;
  width: 100%; }

.col-lg-3 {
  padding: 0 15px; }

@media (min-width: 1024.1px) {
  .col-lg-3 {
    width: 25%; } }

.col-lg-9 {
  padding: 0 15px; }

@media (min-width: 1024.1px) {
  .col-lg-9 {
    width: 75%; } }

.btn span, .btn em {
  -webkit-transition: .4s all  ease-in-out;
  transition: .4s all  ease-in-out; }

.btn.btn-primary {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(14 83 143 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
  padding-left: calc(24/1920*100rem);
  padding-right: calc(24/1920*100rem);  height: 2.5rem;
  min-height: 40px;
}
  .btn.btn-primary::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0 /* 0px */;
    bottom: 0 /* 0px */;
    z-index: 10;
    display: block;
    height: 100%;
    width: 0 /* 0px */;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out }
  .btn.btn-primary:hover {
  border-radius: 0;
}
    .btn.btn-primary:hover::after {
  width: 100%;
}
    .btn.btn-primary:hover span, .btn.btn-primary:hover em {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
  .btn.btn-primary em {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: calc(12/1920*100rem);
  font-size: clamp(8px,calc(12/1920*100rem),12px);
  line-height: 1;
}
  .btn.btn-primary span, .btn.btn-primary em {
  position: relative;
  z-index: 30;
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn.btn-primary.white {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(14 83 143 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
    .btn.btn-primary.white span, .btn.btn-primary.white em {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
      .btn.btn-primary.white span::before, .btn.btn-primary.white em::before {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
    .btn.btn-primary.white:hover {
  border-color: transparent;
}
      .btn.btn-primary.white:hover span, .btn.btn-primary.white:hover em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
        .btn.btn-primary.white:hover span::before, .btn.btn-primary.white:hover em::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .btn.btn-primary.white::after {
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
}

.btn.btn-secondary {
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(14 83 143 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
  padding-left: calc(20/1920*100rem);
  padding-right: calc(20/1920*100rem);  height: 2.5rem;
  min-height: 42px;
}
  .btn.btn-secondary span, .btn.btn-secondary em {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn.btn-secondary span {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 600;
}
  .btn.btn-secondary em {
  margin-left: calc(12/1920*100rem);
}
  .btn.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
    .btn.btn-secondary:hover em, .btn.btn-secondary:hover span {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
    .btn.btn-secondary:hover em {
      -webkit-transform: translateX(3px);
              transform: translateX(3px); }
  .btn.btn-secondary.white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
    .btn.btn-secondary.white span, .btn.btn-secondary.white em {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
    .btn.btn-secondary.white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
}
      .btn.btn-secondary.white:hover span, .btn.btn-secondary.white:hover em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn-tertiary {
  padding-right: calc(4/1920*100rem);
}
  .btn.btn-tertiary span, .btn.btn-tertiary em {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
  .btn.btn-tertiary em {
  margin-left: calc(12/1920*100rem);
}
  .btn.btn-tertiary:hover em {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  .btn.btn-tertiary.blue span, .btn.btn-tertiary.blue em {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.btn.btn-back {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
  padding-left: calc(24/1920*100rem);
  padding-right: calc(24/1920*100rem);  height: 2.5rem;
  min-height: 40px;
}
  .btn.btn-back span {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
  .btn.btn-back:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
    .btn.btn-back:hover span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn-download em {
  font-size: clamp(26px,calc(32/1920*100rem),32px);
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(140 194 65 / var(--tw-text-opacity));
}

.btn.btn-down-file span, .btn.btn-down-file em {
  white-space: nowrap;
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.btn.btn-down-file em {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: calc(12/1920*100rem);
  overflow: hidden;
  border-radius: 9999px;
  border-width: calc(2/1920*100rem);
  --tw-border-opacity: 1;
  border-color: rgb(14 83 143 / var(--tw-border-opacity));
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 300;  width: 2.08333rem;
  min-width: 2.08333rem;
  height: 2.08333rem;
}

.btn.btn-down-file:hover em {
  -webkit-transform: none;
          transform: none;
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.desktop-btn {
  display: none !important; }

@media (min-width: 1024.1px) {
  .desktop-btn {
    display: block !important; } }

.mobile-btn {
  display: block;
}

@media (min-width: 1024.1px) {
  .mobile-btn {
    display: none !important; } }

.prev, .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: calc(8/1920*100rem);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(14 83 143 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;  height: 3.125rem;
  width: 3.125rem;
  min-width: 3.125rem;
}
  @media screen and (max-width: 1024px) {
    .prev, .next {
    position: relative;
    margin-left: calc(12/1920*100rem);
    margin-right: calc(12/1920*100rem);
  } }

@media (min-width: 1024.1px) {
  .prev, .next {
    position: relative;
    z-index: 30;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  } }
  .prev:hover, .next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
}
    .prev:hover em, .next:hover em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .prev:hover::after, .next:hover::after {
  width: 100%;
}
  .prev em, .next em {
  position: relative;
  z-index: 50;
  font-size: clamp(26px,calc(32/1920*100rem),32px);
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
  .prev.swiper-button-disabled, .next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .swiper-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: calc(24/1920*100rem);
    padding-bottom: calc(4/1920*100rem);
  } }

.swiper-nav.normal {
  padding: 0 !important;
  margin: 0 !important; }
  .swiper-nav.normal .next, .swiper-nav.normal .prev {
    left: unset !important;
    right: unset !important;
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important; }
  .swiper-nav.normal .prev {
    margin-right: 20px; }

.swiper-nav.no-bg .next, .swiper-nav.no-bg .prev {
  background-color: transparent;
}

.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));
}
  .swiper-nav.white .next em, .swiper-nav.white .prev em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.swiper-nav.second .prev, .swiper-nav.second .next {
  border-radius: 9999px;
  border-color: transparent;
}
  .swiper-nav.second .prev::after, .swiper-nav.second .next::after {
  width: 100%;
  opacity: 0;
}
  .swiper-nav.second .prev:hover::after, .swiper-nav.second .next:hover::after {
  opacity: 1;
}
  .swiper-nav.second .prev:hover em, .swiper-nav.second .next:hover em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.swiper-nav .next::after {
  left: 0 /* 0px */;
}

@media screen and (min-width: 1440.1px) {
  .swiper-nav .next {
    right: -90px; } }

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .swiper-nav .next {
    right: -60px; } }

.swiper-nav .prev::after {
  right: 0 /* 0px */;
}

@media screen and (min-width: 1440.1px) {
  .swiper-nav .prev {
    left: -90px; } }

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .swiper-nav .prev {
    left: -60px; } }

.wrap-gap, .wrap-center, .wrap-left, .wrap-right, .ajax-center-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
  .wrap-gap a:not(:last-child), .wrap-center a:not(:last-child), .wrap-left a:not(:last-child), .wrap-right a:not(:last-child), .ajax-center-wrap a:not(:last-child) {
  margin-right: calc(8/1920*100rem);
}

.wrap-center, .ajax-center-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wrap-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wrap-gap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;  -webkit-box-pack: start;  -webkit-justify-content: flex-start;  -ms-flex-pack: start;  justify-content: flex-start;
}

.col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;  padding: 0 15px; }
  .col .col {
    margin-bottom: 0; }

.row {
  margin: 0 -15px -30px -15px; }
  .row > .col {
    margin-bottom: 30px; }
  .row.gutter {
    margin: 0 -8px -16px -8px; }
    .row.gutter > .col {
      margin-bottom: 16px;
      padding: 0 8px; }

.col-match-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container, .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding: 0 15px; }

@media (min-width: 1200.1px) {
  .container-fluid {
    padding: 0 40px; } }

.fullcontent {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 300;
  line-height: 1.5;
}
  .fullcontent * {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 300;
  line-height: 1.5;
}
  .fullcontent img, .fullcontent iframe {
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(16/1920*100rem);
  margin-bottom: calc(16/1920*100rem);
  display: block;
  overflow: hidden;
  border-radius: calc(16/1920*100rem);
}
  .fullcontent p {
  margin-bottom: calc(20/1920*100rem);
  font-size: clamp(14px,calc(16/1920*100rem),16px);
}
    .fullcontent p * {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
}
  .fullcontent ul, .fullcontent ol {
  margin-bottom: calc(20/1920*100rem);
  padding-left: calc(20/1920*100rem);
}
  .fullcontent ul {
    list-style-type: disc; }
  .fullcontent ol {
    list-style-type: decimal; }
  .fullcontent hr {
  margin-top: calc(16/1920*100rem);
  margin-bottom: calc(16/1920*100rem);
  display: block;
}
  .fullcontent h2, .fullcontent h3, .fullcontent h4, .fullcontent h5, .fullcontent h6 {
  margin-bottom: calc(16/1920*100rem);
  font-weight: 700;
}
  .fullcontent strong {
    font-weight: 700 !important; }
    .fullcontent strong * {
      font-weight: 700 !important; }
  .fullcontent h2 {
  font-size: clamp(26px,calc(32/1920*100rem),32px);
}
  .fullcontent h3 {
  font-size: clamp(24px,calc(28/1920*100rem),28px);
}
  .fullcontent h4 {
  font-size: clamp(20px,calc(24/1920*100rem),24px);
}
  .fullcontent h5 {
  font-size: clamp(18px,calc(20/1920*100rem),20px);
}
  .fullcontent h6 {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
}
  .fullcontent .row {
  margin-bottom: 0 /* 0px */;
}
  .fullcontent a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 63 103 / var(--tw-text-opacity));
}
    .fullcontent a * {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 63 103 / var(--tw-text-opacity));
}
    .fullcontent a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
  @media screen and (max-width: 1024px) {
    .fullcontent .table-wrap {
    overflow-x: auto;
  }
      .fullcontent .table-wrap table {
    white-space: nowrap;
  } }
  .fullcontent table {
  margin-bottom: calc(20/1920*100rem);
  width: 100%;
  overflow: hidden;
}
    .fullcontent table thead th {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(16/1920*100rem);
  padding-right: calc(16/1920*100rem);
  text-align: center;
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
    .fullcontent table tbody td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: calc(16/1920*100rem);
  padding-right: calc(16/1920*100rem);
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  font-size: clamp(14px,calc(16/1920*100rem),16px);
}
      .fullcontent table tbody td * {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
}
      .fullcontent table tbody td a:hover {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
    .fullcontent table tbody tr:nth-child(even) td {
  --tw-bg-opacity: 1;
  background-color: rgb(241 248 254 / var(--tw-bg-opacity));
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-in {
  -webkit-animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  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;
  -webkit-animation: ripple 3s linear infinite;
          animation: ripple 3s linear infinite; }
  .ripple::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-animation: inherit;
            animation: inherit;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }
  .ripple::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-animation: inherit;
            animation: inherit;
    -webkit-animation-delay: 3s;
            animation-delay: 3s; }

@-webkit-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); } }

@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: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  .shine:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

.sliding-hover {
  position: relative;
  display: inline-block;
}
  .sliding-hover:before, .sliding-hover:after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: -4px;
    display: block;
    width: 0 /* 0px */;
    --tw-bg-opacity: 1;
    background-color: rgb(14 83 143 / var(--tw-bg-opacity)) }
  .sliding-hover:before {
  left: 0 /* 0px */;    -webkit-transition: width 0s ease, background .5s ease;    transition: width 0s ease, background .5s ease;
}
  .sliding-hover:after {
  right: 0 /* 0px */;    -webkit-transition: width .5s ease;    transition: width .5s ease;
}
  .sliding-hover:hover:before {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));    -webkit-transition: width .5s ease;    transition: width .5s ease;
}
  .sliding-hover:hover:after {
  width: 100%;
  background-color: transparent;    -webkit-transition: all 0s ease;    transition: all 0s ease;
}

.zoom-in {
  overflow: hidden;
  -webkit-transition: .45s all ease-in-out;
  transition: .45s all ease-in-out; }
  .zoom-in:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  .zoom-in img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

.opacity {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .opacity:hover {
    opacity: .8; }
  .opacity img {
    opacity: 1;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

@-webkit-keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

@keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

@-webkit-keyframes loadingFade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@keyframes loadingFade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

.hamburger--elastic .hamburger-inner {
  top: -1.5px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner:before {
    top: 10px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner:after {
    top: 20px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
            transform: translate3d(0, -20px, 0) rotate(-270deg);
    -webkit-transition-delay: 0.075s;
            transition-delay: 0.075s; }

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          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: #0E538F; }

.hamburger-box {
  width: 32px;
  height: 23px;
  display: block;
  margin: auto 0;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
    width: 32px;
    height: 3px;
    background-color: #0E538F;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner:before, .hamburger-inner:after {
    content: "";
    display: block; }
  .hamburger-inner:before {
    top: -10px; }
  .hamburger-inner:after {
    bottom: -10px; }

@media screen and (max-width: 1024px) {
  main {
    padding-top: 60px; } }

body.productsearchresults main {
  padding-top: 60px; }

@media (min-width: 1200.1px) {
  body.productsearchresults main {
    padding-top: 120px; } }

.homepage main {
  background: -webkit-linear-gradient(top, #DEEFF9 0%, #F1FCFF 68.13%, #FFF 100%);
  background: linear-gradient(180deg, #DEEFF9 0%, #F1FCFF 68.13%, #FFF 100%); }

.swiper-slide {
  height: auto; }

.six-swiper, .five-swiper, .four-swiper, .three-swiper, .two-swiper, .single-swiper {
  position: relative;
  z-index: 50;
}
  .six-swiper .swiper, .five-swiper .swiper, .four-swiper .swiper, .three-swiper .swiper, .two-swiper .swiper, .single-swiper .swiper {
  margin: calc(calc(12/1920*100rem) * -1);
  margin-left: calc(calc(32/1920*100rem) * -1);
  margin-right: calc(calc(32/1920*100rem) * -1);
  padding: calc(12/1920*100rem);
  padding-left: calc(8/1920*100rem);
  padding-right: calc(8/1920*100rem);
}
    @media screen and (max-width: 1200px) {
      .six-swiper .swiper, .five-swiper .swiper, .four-swiper .swiper, .three-swiper .swiper, .two-swiper .swiper, .single-swiper .swiper {
    margin-left: calc(calc(24/1920*100rem) * -1);
    margin-right: calc(calc(24/1920*100rem) * -1);
  } }
    @media screen and (max-width: 1024px) {
      .six-swiper .swiper, .five-swiper .swiper, .four-swiper .swiper, .three-swiper .swiper, .two-swiper .swiper, .single-swiper .swiper {
    margin-left: calc(calc(20/1920*100rem) * -1);
    margin-right: calc(calc(20/1920*100rem) * -1);
  } }
  .six-swiper .swiper-slide, .five-swiper .swiper-slide, .four-swiper .swiper-slide, .three-swiper .swiper-slide, .two-swiper .swiper-slide, .single-swiper .swiper-slide {
    padding: 0 16px; }
    @media screen and (max-width: 1200px) {
      .six-swiper .swiper-slide, .five-swiper .swiper-slide, .four-swiper .swiper-slide, .three-swiper .swiper-slide, .two-swiper .swiper-slide, .single-swiper .swiper-slide {
        padding: 0 10px; } }

.six-swiper .swiper-slide {
  width: 16.666667%;
}
  @media screen and (max-width: 1200px) {
    .six-swiper .swiper-slide {
    width: 20%;
  } }
  @media screen and (max-width: 1024px) {
    .six-swiper .swiper-slide {
    width: 25%;
  } }
  @media screen and (max-width: 768px) {
    .six-swiper .swiper-slide {
    width: 33.333333%;
  } }
  @media screen and (max-width: 460px) {
    .six-swiper .swiper-slide {
    width: 50%;
  } }

.five-swiper .swiper-slide {
  width: 20%;
}
  @media screen and (max-width: 1200px) {
    .five-swiper .swiper-slide {
    width: 25%;
  } }
  @media screen and (max-width: 1024px) {
    .five-swiper .swiper-slide {
    width: 33.333333%;
  } }
  @media screen and (max-width: 768px) {
    .five-swiper .swiper-slide {
    width: 50%;
  } }

.four-swiper .swiper-slide {
  width: 25%;
}
  @media screen and (max-width: 1024px) {
    .four-swiper .swiper-slide {
    width: 33.333333%;
  } }
  @media screen and (max-width: 768px) {
    .four-swiper .swiper-slide {
    width: 50%;
  } }
  @media screen and (max-width: 460px) {
    .four-swiper .swiper-slide {
    width: 100%;
  } }

.three-swiper .swiper-slide {
  width: 33.33%; }
  @media screen and (max-width: 768px) {
    .three-swiper .swiper-slide {
    width: 50%;
  } }
  @media screen and (max-width: 460px) {
    .three-swiper .swiper-slide {
    width: 100%;
  } }

.two-swiper .swiper-slide {
  width: 50%; }
  @media screen and (max-width: 460px) {
    .two-swiper .swiper-slide {
    width: 100%;
  } }

.single-swiper {
  margin: 0 /* 0px */;
  padding: 0 /* 0px */;
}
  .single-swiper .swiper {
  margin: 0 /* 0px */;
  padding: 0 /* 0px */;
}
  .single-swiper .swiper-slide {
  margin: 0 /* 0px */;
  padding: 0 /* 0px */;    width: 100%;
}

.main-menu-toggle {
  display: none;
}
  @media screen and (max-width: 1024px) {
    .main-menu-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: calc(32/1920*100rem);
  } }
  @media screen and (max-width: 768px) {
    .main-menu-toggle {
    padding-left: calc(16/1920*100rem);
  } }

.frm-thanks {
  margin-top: calc(64/1920*100rem);
  margin-bottom: calc(64/1920*100rem);
  padding: calc(32/1920*100rem);
  text-align: center;  margin: 0 auto;
  width: 500px;
}
  .frm-thanks h3, .frm-thanks h4, .frm-thanks h5 {
  margin-bottom: calc(12/1920*100rem);
  font-size: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
  .frm-thanks p, .frm-thanks span {
  font-size: 0.875rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
  @media screen and (max-width: 1024px) {
    .frm-thanks {
      width: 320px; } }

.tab-item {
  display: none;
}
  .tab-item.active {
  display: block;
}

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 46px;
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 248 254 / var(--tw-bg-opacity));
  padding: calc(4/1920*100rem);
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
  .custom-select::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    pointer-events: none;
    right: 20px;
    z-index: 10;
    display: block;
    font-weight: 700;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(140 194 65 / var(--tw-text-opacity));
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 16px;
    width: 8px;
    font-size: 14px; }
  .custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(241 248 254 / var(--tw-bg-opacity));
    padding-left: calc(20/1920*100rem);
    padding-right: calc(20/1920*100rem);
    --tw-text-opacity: 1;
    color: rgb(124 124 124 / var(--tw-text-opacity)) }
    .custom-select select option {
  padding: calc(16/1920*100rem);
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}

.filter-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(14 83 143 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
  .filter-select::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    pointer-events: none;
    right: 24px;
    z-index: 10;
    display: block;
    font-size: clamp(14px,calc(16/1920*100rem),16px);
    font-weight: 700;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(14 83 143 / var(--tw-text-opacity));
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 16px;
    width: 8px; }
  .filter-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: calc(24/1920*100rem);
    padding-right: calc(24/1920*100rem);
    padding-right: calc(60/1920*100rem);
    font-size: clamp(18px,calc(20/1920*100rem),20px);
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(14 83 143 / var(--tw-text-opacity)) }
    .filter-select select option {
  padding: calc(16/1920*100rem);
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
  .filter-select.white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
}
    .filter-select.white select {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .filter-select.white::after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.date-picker {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
}
  .date-picker input[type='date'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(241 248 254 / var(--tw-bg-opacity));
  padding: calc(4/1920*100rem);
  padding-left: calc(20/1920*100rem);
  padding-right: calc(20/1920*100rem);
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}

@media (min-width: 1024.1px) {
  .date-picker input[type='date'] {
    height: 44px;
  } }
    .date-picker input[type='date']::-webkit-calendar-picker-indicator {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
    .date-picker input[type='date']::after {
      content: '';
      pointer-events: none;
      right: 20px;
      z-index: 10;
      display: block;
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: .4s all ease-in-out;
      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='%238CC241'/></svg>");
      background-repeat: no-repeat;
      background-size: contain !important;
      background-position: center;
      width: 16px;
      height: 16px; }
  @media (max-width: 767px) {
    @supports (-webkit-overflow-scrolling: touch) {
      .date-picker input[type="date"]:before {
        color: #7C7C7C;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);        content: attr(placeholder); }
      .date-picker input[type="date"]:focus:before {
        color: #7C7C7C;
        content: "" !important; }
      .date-picker input[type="date"] {
        -webkit-text-fill-color: #7C7C7C;
        -webkit-opacity: 1; } } }

.scrollbar-wrap {
  max-height: 300px;
  padding-right: 15px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #8CC241 #DCDCDC; }
  .scrollbar-wrap::-webkit-scrollbar {
    background: #DCDCDC;
    width: 3px;
    border-radius: 5px; }
  .scrollbar-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #DCDCDC;
    background-color: #DCDCDC;
    border-radius: 5px; }
  .scrollbar-wrap::-webkit-scrollbar-thumb {
    background-color: #8CC241;
    border-radius: 5px; }
  @media screen and (max-width: 1024px) {
    .scrollbar-wrap {
      height: auto; } }

.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>"); }

@media screen and (max-width: 1024px) {
  .table-wrap {
    overflow-x: auto; } }

.table-wrap table {
  width: 100%;
}
  @media screen and (max-width: 1024px) {
    .table-wrap table {
      white-space: nowrap; } }

.sidenav-group {
  position: fixed;
  right: 0 /* 0px */;
  top: 160px;
  z-index: 50;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
  @media screen and (max-width: 576px) {
    .sidenav-group {
    right: 5px;
  } }
  .sidenav-group li {
  margin-bottom: calc(12/1920*100rem);
}

@media (min-width: 1200.1px) {
  .sidenav-group li {
    margin-bottom: calc(16/1920*100rem);
  } }
  .sidenav-group em {
  font-size: clamp(20px,calc(24/1920*100rem),24px);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
  .sidenav-group img {
    max-width: 2.34375rem; }
  .sidenav-group.show .back-to-top {
  pointer-events: auto;
  opacity: 1;
}
  .sidenav-group a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 0.25rem;
  --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);
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;    width: 3.33333rem;
    height: 3.33333rem;
}
    .sidenav-group a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
  .sidenav-group .contact {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(14 83 143 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(16 108 185 / var(--tw-bg-opacity));
}
    .sidenav-group .contact:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
      .sidenav-group .contact:hover em {
  --tw-text-opacity: 1;
  color: rgb(16 108 185 / var(--tw-text-opacity));
}

.back-to-top {
  pointer-events: none;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  --tw-bg-opacity: 1;
  background-color: rgb(124 124 124 / var(--tw-bg-opacity));
  opacity: 0;
}
  .back-to-top:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 108 185 / var(--tw-bg-opacity));
}

.drop-list em, .drop-list span {
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.drop-list .fa-globe {
  display: none;
}

@media (min-width: 576.1px) {
  .drop-list .fa-globe {
    display: inline-block;
  } }

.drop-list em {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
}

@media (min-width: 1200.1px) {
  .drop-list em {
    font-size: clamp(14px,calc(16/1920*100rem),16px);
  } }

.drop-list span {
  margin-right: calc(12/1920*100rem);
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 400;
}

@media (min-width: 576.1px) {
  .drop-list span {
    margin-left: calc(12/1920*100rem);
    margin-right: calc(12/1920*100rem);
  } }

.drop-list:hover .fa-chevron-down {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }

.drop-list:hover .dropdown {
  pointer-events: auto;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}

.drop-list .drop-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden;
  border-radius: calc(20/1920*100rem);
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  padding-left: calc(20/1920*100rem);
  padding-right: calc(20/1920*100rem);
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  line-height: 1;
}
  @media screen and (max-width: 768px) {
    .drop-list .drop-title span {
    display: none;
  }
    .drop-list .drop-title .fa-chevron-down {
    margin-left: calc(12/1920*100rem);
  } }

.drop-list .dropdown {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
  top: 100%;
  z-index: 40;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: calc(32/1920*100rem);
  padding-right: calc(32/1920*100rem);
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  opacity: 0;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out }
  .drop-list .dropdown li:not(:last-child) {
  margin-bottom: calc(8/1920*100rem);
}
  .drop-list .dropdown li.active {
  font-weight: 700;
}
  .drop-list .dropdown a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

@media (min-width: 1024.1px) {
  .drop-list .dropdown a {
    font-size: clamp(12px,calc(14/1920*100rem),14px);
  } }
    .drop-list .dropdown a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.custom-tab-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
  .custom-tab-select::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    pointer-events: none;
    right: 20px;
    z-index: 10;
    display: block;
    font-weight: 300;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(140 194 65 / var(--tw-text-opacity));
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 16px;
    width: 15px;
    font-size: 20px; }
  .custom-tab-select span {
  margin-right: calc(8/1920*100rem);
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  font-weight: 700;
}
  .custom-tab-select select {
    padding: 0.625rem 50px 0.625rem 1.04167rem;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(241 248 254 / var(--tw-bg-opacity));
    font-size: clamp(18px,calc(20/1920*100rem),20px);
    --tw-text-opacity: 1;
    color: rgb(124 124 124 / var(--tw-text-opacity));    -webkit-appearance: none;
    -moz-appearance: none; }

.tab-select {
  display: none;
}
  .tab-select.active {
  display: block;
}

.commentpanel {
  display: none !important; }

.zone-nav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center }

.zone-nav li {
  margin-left: calc(12/1920*100rem);
  margin-right: calc(12/1920*100rem);
}
  .zone-nav li:first-child {
  margin-left: 0 /* 0px */;
}
  .zone-nav li.active a, .zone-nav li:hover a {
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.zone-nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  overflow: hidden;
  border-radius: calc(8/1920*100rem);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: calc(20/1920*100rem);
  padding-right: calc(20/1920*100rem);
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

@media screen and (max-width: 1024px) {
  .zone-nav {
    overflow-x: auto;
  }
    .zone-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    padding-bottom: calc(4/1920*100rem);      -webkit-box-pack: start;      -webkit-justify-content: flex-start;      -ms-flex-pack: start;      justify-content: flex-start;
  }
      .zone-nav ul li:first-child {
    padding-left: 0 /* 0px */;
  } }

.tab-nav {
  display: block;
}
  .tab-nav .wrap {
  overflow-x: auto;    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-appearance: none;
}
    .tab-nav .wrap::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 0;
      height: 0;
      display: none; }
  .tab-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  white-space: nowrap;
  padding-bottom: calc(4/1920*100rem);    -webkit-box-pack: start;    -webkit-justify-content: flex-start;    -ms-flex-pack: start;    justify-content: flex-start;
}
    .tab-nav ul li:first-child {
  padding-left: 0 /* 0px */;
}
  .tab-nav.type-2 ul, .tab-nav.type-3 ul {
    list-style-type: none; }
  .tab-nav.type-2 li, .tab-nav.type-3 li {
  margin-right: calc(8/1920*100rem);
}
  .tab-nav.type-2 a, .tab-nav.type-3 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: calc(20/1920*100rem);
  padding-right: calc(20/1920*100rem);
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 600;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
  .tab-nav.type-2 li.active a, .tab-nav.type-2 li:hover a {
  --tw-bg-opacity: 1;
  background-color: rgb(152 152 152 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .tab-nav.type-2 a {
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity));
}
  .tab-nav.type-3 li.active a, .tab-nav.type-3 li:hover a {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
  .tab-nav.type-3 a {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.block-zone-filter .tab-nav {
  position: relative;
  z-index: 40;
}

@media (min-width: 1024.1px) {
  .block-zone-filter .tab-nav {
    pointer-events: none;    margin-bottom: -44px;
  } }
  .block-zone-filter .tab-nav a {
  pointer-events: auto;
}

.block-zone-filter .filter-year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.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; }

footer {
  background: -webkit-linear-gradient(top, #0E538F 0%, #51AEFF 100%);
  background: linear-gradient(180deg, #0E538F 0%, #51AEFF 100%); }
  footer .footer-top {
  padding-bottom: calc(40/1920*100rem);
}
  footer .logo {
  margin-bottom: calc(20/1920*100rem);
}
    footer .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;      height: 2.60417rem;
      width: auto;
}
      @media screen and (max-width: 1024px) {
        footer .logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  } }
      footer .logo a img {
        width: auto;
        height: 100%;
        object-fit: contain; }
  footer address ol {
  font-style: normal;
}
  footer address li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 400;    -webkit-box-align: start;    -webkit-align-items: flex-start;    -ms-flex-align: start;    align-items: flex-start;
}
    footer address li * {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 400;
}
    footer address li:not(:last-child) {
  margin-bottom: calc(16/1920*100rem);
}
    footer address li em {
  margin-right: calc(12/1920*100rem);
  margin-top: calc(4/1920*100rem);
}
  footer ul li:not(:last-child) {
  margin-bottom: calc(16/1920*100rem);
}
  footer ul a {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 400;
}
    footer ul a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.footer-bottom {
  border-top-width: 1px;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  padding-top: calc(20/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
}
  @media screen and (max-width: 576px) {
    .footer-bottom .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  } }

.copyright {
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .copyright * {
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  @media screen and (max-width: 576px) {
    .copyright {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-top: calc(16/1920*100rem);
  } }

.social-network {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
  .social-network .ModuleContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
  .social-network a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(0 168 223 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;    width: 2.08333rem;
    height: 2.08333rem;
}
    .social-network a:not(:last-child) {
  margin-right: 10px;
}
    .social-network a:hover em {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px); }
    .social-network a em {
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

@media (min-width: 1200.1px) {
  .social-network a em {
    font-size: clamp(14px,calc(16/1920*100rem),16px);
  } }

.verify-icon iframe {
  width: 120px;
  height: 120px; }

header {
  height: 150px;
  position: fixed;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  right: 0 /* 0px */;
  width: 100%;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;  z-index: 999;
  background: -webkit-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
  @media screen and (max-width: 1200px) {
    header {
      height: 60px;
      border-bottom-width: 1px;
      --tw-border-opacity: 1;
      border-bottom-color: rgb(140 194 65 / var(--tw-border-opacity));
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity)) } }
  header .container-fluid {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

@media (min-width: 1200.1px) {
  header .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

.news-detail-2 header .container-fluid time {
    font-size: clamp(12px,calc(14/1920*100rem),14px);
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(14 83 143 / var(--tw-text-opacity));
  }
  header .container-fluid {    -webkit-box-align: center;    -webkit-align-items: center;    -ms-flex-align: center;    align-items: center;
    height: 100px; } }

body::after {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0 /* 0px */;
  bottom: 0 /* 0px */;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  opacity: 0;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out }

body.overlay-bg {
  overflow: hidden;
}
  body.overlay-bg::after {
  opacity: 1;
}

@media (min-width: 1200.1px) {
  body.minimize header {
    height: 100px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) }
  body.minimize .header-top {
    height: 60px; }
  body.minimize .nav-brand a {
    height: 50px; }
  body.minimize .search-overlay {
    top: 100px; } }

.Module-1340 {
  width: 100%;
}
  .Module-1340 .ModuleContent {
  width: 100%;
}

.nav-brand {
  z-index: 20;
}
  @media screen and (min-width: 1200px) {
    .nav-brand {
    top: 30px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  } }
  @media screen and (max-width: 1200px) {
    .nav-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  } }
  .nav-brand a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: auto;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out }
    @media screen and (min-width: 1200px) {
      .nav-brand a {
        height: 50px; } }
    .nav-brand a img, .nav-brand a svg {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.site-menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(4/1920*100rem);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));  z-index: 9999;
  padding: 1.5625rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
  @media screen and (min-width: 768px) {
    .mobile-nav-wrap {
      width: 34.89583rem; } }
  @media screen and (max-width: 768px) {
    .mobile-nav-wrap {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media screen and (max-width: 1024px) {
    .mobile-nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
      .mobile-nav-wrap .Module-1340 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        overflow: auto; } }
  .mobile-nav-wrap.is-open {
    -webkit-transform: none;
            transform: none; }
  .mobile-nav-wrap .mobile-top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 30;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
  .mobile-nav-wrap .close-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: calc(20/1920*100rem);
}
    .mobile-nav-wrap .close-menu em, .mobile-nav-wrap .close-menu span {
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .mobile-nav-wrap .close-menu em {
  font-size: clamp(26px,calc(32/1920*100rem),32px);
  font-weight: 900;
}
    .mobile-nav-wrap .close-menu span {
  margin-left: calc(12/1920*100rem);
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  font-weight: 600;
}

.nav-primary-menu {
  position: relative;
  z-index: 40;
  width: 100%;
}

@media (min-width: 1200.1px) {
  .nav-primary-menu {
    width: 50%;
  } }
  @media screen and (max-width: 768px) {
    .nav-primary-menu {
    padding-top: calc(32/1920*100rem);
  } }
  .nav-primary-menu .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
  .nav-primary-menu .nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  width: 100%;
}
    .nav-primary-menu .nav-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 20;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
    .nav-primary-menu .nav-link .title {
  position: relative;
  width: 100%;
}
      .nav-primary-menu .nav-link .title em {
  right: 15px;
  z-index: 30;
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  --tw-text-opacity: 1;
  color: rgb(140 194 65 / var(--tw-text-opacity));
  opacity: 0;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
        @media screen and (max-width: 1200px) {
          .nav-primary-menu .nav-link .title em {
    opacity: 1;            -webkit-transform: rotate(90deg);            transform: rotate(90deg);
  } }

@media (min-width: 1200.1px) {
  .nav-primary-menu .nav-link .title em {
    right: 30px;
    font-size: clamp(20px,calc(24/1920*100rem),24px);
  } }
    .nav-primary-menu .nav-link .title a, .nav-primary-menu .nav-link > a {
      padding: 1.04167rem 1.04167rem 1.04167rem 0;
      background-image: -webkit-linear-gradient(330deg, transparent 0%, transparent 50%, #00A8DF 50%);
      background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #00A8DF 50%);
      background-size: 253%;
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
      .nav-primary-menu .nav-link .title a em, .nav-primary-menu .nav-link > a em {
  opacity: 0;
}
    .nav-primary-menu .nav-link .nav-sub {
  width: 100%;
  padding-left: calc(32/1920*100rem);
  padding-top: calc(12/1920*100rem);
}
      @media screen and (max-width: 1200px) {
        .nav-primary-menu .nav-link .nav-sub {
    display: none;
  } }

@media (min-width: 1200.1px) {
  .nav-primary-menu .nav-link .nav-sub {
    pointer-events: none;
    position: absolute;
    top: 0 /* 0px */;
    left: 100%;
    z-index: 30;
    height: 100%;
    padding-left: calc(24/1920*100rem);
    opacity: 0;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
  }
    .nav-primary-menu .nav-link .nav-sub::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0 /* 0px */;
      bottom: 0 /* 0px */;
      z-index: 10;
      display: block;
      height: 100%;
      width: 1px;
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      opacity: 0.2;
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out } }
      .nav-primary-menu .nav-link .nav-sub a {
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1200.1px) {
  .nav-primary-menu .nav-link .nav-sub a {
    padding-top: calc(8/1920*100rem);
    padding-bottom: calc(8/1920*100rem);
    font-size: clamp(16px,calc(18/1920*100rem),18px);
  } }
        .nav-primary-menu .nav-link .nav-sub a.active, .nav-primary-menu .nav-link .nav-sub a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
    .nav-primary-menu .nav-link.active .title a, .nav-primary-menu .nav-link.active > a, .nav-primary-menu .nav-link:hover .title a, .nav-primary-menu .nav-link:hover > a {
      background-position: 100%;
      padding-left: 1.04167rem;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity)) }
    .nav-primary-menu .nav-link:hover .title em {
  opacity: 1;
}
    .nav-primary-menu .nav-link.active:hover a {
  font-weight: 500;
}
  @media screen and (max-width: 1200px) {
    .nav-primary-menu .drop-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  } }
  .nav-primary-menu .drop-down:hover .nav-sub {
  pointer-events: auto;
  opacity: 1;
}
  .nav-primary-menu .drop-down-lv-2.toggle-dropdown .title-lv-2 em {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .nav-primary-menu .drop-down-lv-2 .nav-sub-lv-2 {
  display: none;
}
  .nav-primary-menu .drop-down-lv-2 > .nav-sub-lv-2 {
  border-radius: calc(8/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  padding-left: calc(16/1920*100rem);
  padding-right: calc(16/1920*100rem);
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
}
  .nav-primary-menu .drop-down-lv-2 .title-lv-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
  .news-detail-2 .nav-primary-menu .drop-down-lv-2 .title-lv-2 time {
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
    .nav-primary-menu .drop-down-lv-2 .title-lv-2 em {
  font-size: clamp(20px,calc(24/1920*100rem),24px);
  --tw-text-opacity: 1;
  color: rgb(140 194 65 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.header-social-network {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: calc(24/1920*100rem);
}

@media (min-width: 768.1px) {
  .header-social-network {
    margin-top: calc(32/1920*100rem);
  } }

@media (min-width: 1024.1px) {
  .header-social-network {
    margin-top: calc(48/1920*100rem);
  } }

@media (min-width: 1200.1px) {
  .header-social-network {
    margin-top: calc(56/1920*100rem);
  } }
  .header-social-network .ModuleContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
  .header-social-network a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: rgb(0 168 223 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;    width: 40px;
    height: 40px;
    min-width: 40px;
}
    .header-social-network a:not(:last-child) {
  margin-right: 10px;
}
    .header-social-network a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
      .header-social-network a:hover em {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
    .header-social-network a em {
  font-size: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.contact-1 .item {
  box-shadow: 0px 4px 12px 0px #00000014;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem);
  text-align: center }

@media (min-width: 1200.1px) {
  .contact-1 .item {
    padding: calc(32/1920*100rem);
  } }

.contact-1 .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: calc(16/1920*100rem);  height: 40px;
  width: auto;
}
  .contact-1 .icon img {
    width: auto;
    height: 100%;
    object-fit: contain; }

.contact-1 .desc {
  font-size: clamp(13px,calc(15/1920*100rem),15px);  word-break: break-word;
}
  .contact-1 .desc * {
  font-size: clamp(13px,calc(15/1920*100rem),15px);
}

.contact-2 {
  background-color: rgb(244 250 235 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
  .contact-2 .scrollbar-wrap {
    max-height: 16.66667rem; }
    .contact-2 .scrollbar-wrap ul, .contact-2 .scrollbar-wrap ol {
      list-style-type: none;
      padding-top: calc(20/1920*100rem) }

@media (min-width: 1200.1px) {
  .contact-2 .scrollbar-wrap ul, .contact-2 .scrollbar-wrap ol {
    padding-top: calc(28/1920*100rem);
  } }
      .contact-2 .scrollbar-wrap ul li, .contact-2 .scrollbar-wrap ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: calc(8/1920*100rem);
}
        .contact-2 .scrollbar-wrap ul li::before, .contact-2 .scrollbar-wrap ol li::before {
          content: '';
          pointer-events: none;
          position: static;
          z-index: 10;
          margin-top: calc(4/1920*100rem);
          margin-right: calc(12/1920*100rem);
          display: block;
          height: 9px;
          width: 9px;
          min-width: 9px;
          border-radius: 9999px;
          --tw-bg-opacity: 1;
          background-color: rgb(140 194 65 / var(--tw-bg-opacity));
          -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
          transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
          -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          -webkit-transition-duration: 150ms;
                  transition-duration: 150ms;
          -webkit-transition: .4s all ease-in-out;
          transition: .4s all ease-in-out }
  .contact-2 .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 75%; }
    .contact-2 .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; }

@media (min-width: 1024.1px) {
  .contact-3 .scrollbar-wrap {
    height: 25rem;
    max-height: 25rem; } }

.contact-3 .map-wrapper {
  overflow: hidden;
  border-radius: calc(16/1920*100rem);
}

.dealer-list address {
  font-style: normal;
}

.dealer-list .scrollbar-wrap {
  height: 25rem;
  padding-right: calc(16/1920*100rem) }

@media (min-width: 1200.1px) {
  .dealer-list .scrollbar-wrap {
    padding-right: calc(32/1920*100rem);
  } }

.dealer-list .item {
  margin-bottom: calc(16/1920*100rem);
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
  .dealer-list .item li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 400;    -webkit-box-align: start;    -webkit-align-items: flex-start;    -ms-flex-align: start;    align-items: flex-start;
}
    .dealer-list .item li:not(:last-child) {
  margin-bottom: calc(8/1920*100rem);
}
    .dealer-list .item li * {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
}
  .dealer-list .item span, .dealer-list .item p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}
    .dealer-list .item span a, .dealer-list .item p a {
  margin-left: calc(4/1920*100rem);
}
  .dealer-list .item em {
  margin-right: calc(16/1920*100rem);
  width: 20px;
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

@media (min-width: 1200.1px) {
  .dealer-list .item em {
    margin-right: calc(20/1920*100rem);
  } }
  .dealer-list .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
    .dealer-list .item a span {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
  .dealer-list .item .headline {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
  .dealer-list .item.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .dealer-list .item.is-active .headline {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .dealer-list .item.is-active em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .dealer-list .item.is-active a span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.map-wrapper {
  height: 100%;
}
  .map-wrapper a {
    display: block;
    height: 25rem;
    overflow: hidden;    text-align: center;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .map-wrapper a {
        height: 400px; } }
    @media screen and (max-width: 576px) {
      .map-wrapper a {
        height: 300px; } }
    .map-wrapper a iframe, .map-wrapper a img {
  display: inline-block;
  height: 100%;
  width: 100%;
}
    .map-wrapper a img {
  display: none;
}
  .map-wrapper.image-placeholder a iframe {
  display: none;
}
  .map-wrapper.image-placeholder a img {
  display: block;    object-fit: contain;
}

.contact-4 .toggle-item.is-toggle .title em {
  -webkit-transform: none !important;
          transform: none !important; }
  .contact-4 .toggle-item.is-toggle .title em:before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));    content: "\f068";
}

.contact-4 .toggle-item .article {
  padding-left: 0 /* 0px */;
  padding-right: 0 /* 0px */;
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .contact-4 .toggle-item .article * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-4 address {
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .contact-4 address * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .contact-4 address ul, .contact-4 address ol {
    padding-left: 0 !important; }
  .contact-4 address li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));    -webkit-box-align: start;    -webkit-align-items: flex-start;    -ms-flex-align: start;    align-items: flex-start;
}
    .contact-4 address li:not(:last-child) {
  margin-bottom: calc(8/1920*100rem);
}
    .contact-4 address li * {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
}
  .contact-4 address span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}
    .contact-4 address span a {
  margin-left: calc(4/1920*100rem);
}
  .contact-4 address em {
  margin-right: calc(16/1920*100rem);
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

@media (min-width: 1200.1px) {
  .contact-4 address em {
    margin-right: calc(20/1920*100rem);
  } }
  .contact-4 address a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
    .contact-4 address a span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.contact-4 .wrap-form .desc {
  margin-bottom: calc(28/1920*100rem);
}

.contact-4 .wrap-form .form-group {
  overflow: hidden;
  border-radius: calc(8/1920*100rem);
}

@media screen and (max-width: 1200px) {
  .contact-4 .wrap-form .frm-btnwrap {
    margin-top: calc(20/1920*100rem);
  } }

@media (min-width: 1200.1px) {
  .contact-4 .wrap-form .frm-btnwrap {
    position: absolute;
    bottom: 0 /* 0px */;
    right: 0 /* 0px */;
  } }

.contact-4 .wrap-form .frm-btnwrap .frm-btn input[type='submit'] {
  border-radius: calc(8/1920*100rem);
}

@media screen and (max-width: 576px) {
  .contact-4 .frm-captcha {
    margin-top: calc(20/1920*100rem);
  } }

.contact-4 .frm-captcha .rcRefreshImage:before {
  right: -30px; }
  @media screen and (max-width: 576px) {
    .contact-4 .frm-captcha .rcRefreshImage:before {
      height: 40px;
      right: -5px; } }

.contact-4 .toggle-wrap {
  overflow: hidden;
  border-radius: calc(8/1920*100rem);
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
  padding: calc(24/1920*100rem);
}

@media (min-width: 1200.1px) {
  .contact-4 .toggle-wrap {
    padding: calc(32/1920*100rem);
  } }

.toggle-item {
  overflow: hidden;
}
  .toggle-item.is-toggle .title span {
    -webkit-line-clamp: unset;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity)) }
    .toggle-item.is-toggle .title span:before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .toggle-item.is-toggle .title em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));    -webkit-transform: scaleY(-1);    transform: scaleY(-1);
}
  .toggle-item.is-toggle .article {
  display: block;
}
  .toggle-item .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(16 108 185 / var(--tw-border-opacity));
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;    min-height: 60px;
}

@media (min-width: 1024.1px) {
  .toggle-item .title {
    padding-top: calc(12/1920*100rem);
    padding-bottom: calc(12/1920*100rem);    min-height: 60px;
  } }
    .toggle-item .title p {
  margin-bottom: 0 /* 0px */;
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
      .toggle-item .title p * {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .toggle-item .title em {
  margin-left: calc(20/1920*100rem);
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));      font-size: 20px;
      height: 20px;
      width: 20px;
      -webkit-transition: .3s all  ease-in-out;
      transition: .3s all  ease-in-out;
}
  .toggle-item .article {
  display: none;
  padding: calc(20/1920*100rem);
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 400;
  line-height: 1.5;
}
    .toggle-item .article * {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 400;
  line-height: 1.5;
}
    .toggle-item .article p {
  margin-bottom: calc(16/1920*100rem);
  display: block;
}
    .toggle-item .article ul {
  margin-top: calc(16/1920*100rem);      padding-left: 20px;
      list-style-type: disc;
}
      .toggle-item .article ul li {
  margin-bottom: calc(8/1920*100rem);
}
    .toggle-item .article strong, .toggle-item .article h3, .toggle-item .article h4 {
  font-weight: 700;
}
    .toggle-item .article img {
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(16/1920*100rem);
  margin-bottom: calc(16/1920*100rem);
  display: block;
}
    .toggle-item .article ul {
      list-style-type: disc; }
      .toggle-item .article ul li {
  margin-bottom: calc(8/1920*100rem);
}

.language-wrap .Module {
  height: 100%;
}

.language-list .active a {
  --tw-text-opacity: 1;
  color: rgb(70 166 234 / var(--tw-text-opacity));
}

.language-list li:not(:last-child) {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-right-color: rgb(70 166 234 / var(--tw-border-opacity));
}

@media screen and (max-width: 1024px) {
  .language-list li:last-child a {
    padding-right: 0 /* 0px */;
  } }

.language-list a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.popup-modal {
  padding: 0;
  border-radius: 10px;
  width: 100% }

.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(14 83 143 / var(--tw-text-opacity));
}

.popup-modal-wrap {
  overflow: hidden; }

.access-modal {
  max-width: 640px;
  padding: 1.66667rem !important; }

@media (min-width: 1024.1px) {
  .access-modal {
    padding: 1.875rem 3.125rem !important; } }
  .access-modal .form-group:first-child {
  margin-bottom: calc(20/1920*100rem);
}
  .access-modal .btn {
    width: 200px; }
    @media screen and (max-width: 576px) {
      .access-modal .btn {
    width: 100%;        margin: 0 0 12px 0 !important;
  }
    .access-modal .wrap-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  } }
  .access-modal .headline {
  display: block;
}

.searchresults main {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.input-group-text {
  display: none;
}

.search-page {
  padding: 70px 0; }
  .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: 10px;
      z-index: 1;
      font-size: 24px;
      color: #4285f4;
      width: 44px;
      height: 44px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      pointer-events: none; }
  .search-page .searchcontrols .frm-btn {
    position: absolute;
    top: 0;
    right: 10px;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2; }
  .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);
    -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    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;
        -ms-user-select: none;
            user-select: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    box-shadow: none;
    cursor: pointer;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: 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: calc(16/1920*100rem);
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
  .search-page .text-main {
  font-size: 1.625rem;
  font-weight: 400;
  text-transform: none;
}
  .search-page .searchresultsummary {
  font-size: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
  .search-page .kw-desc {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.search-overlay .container {
  max-width: 900px;
  padding: 0 /* 0px */ }

@media screen and (max-width: 1200px) {
  .search-overlay {
    width: 100%;
  } }

@media (min-width: 1200.1px) {
  .search-overlay {
    top: 130px;
    pointer-events: none;
    position: fixed;
    left: 0 /* 0px */;
    z-index: 40;
    margin-bottom: 0 /* 0px */;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: calc(60/1920*100rem);
    padding-bottom: calc(60/1920*100rem);
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms }
    @media (max-width: 1024px) {
      .search-overlay {
        height: 40vh;
        top: 60px; } }
    .search-overlay.is-open {
    pointer-events: auto;
    opacity: 1;
  }
      .search-overlay.is-open .close {
    opacity: 1;
  } }

@media screen and (max-width: 1200px) {
  .search-wrap {
    width: 100%;
  } }

.searchbox {
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: 0.25rem;
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --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 screen and (max-width: 1200px) {
    .searchbox {
    position: relative;
    overflow: visible;      background: white !important;
      height: 45px;
  } }
  .searchbox input[type='text'] {
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding-left: calc(20/1920*100rem);
  padding-right: calc(20/1920*100rem);
}
    @media screen and (max-width: 1200px) {
      .searchbox input[type='text'] {
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
  } }

@media (min-width: 1200.1px) {
  .searchbox input[type='text'] {
    width: 100%;
  } }
    .searchbox input[type='text']:placeholder {
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
  opacity: 0.7;
}
  .searchbox button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200.1px) {
  .searchbox button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    width: 40px;
    --tw-bg-opacity: 1;
    background-color: rgb(16 108 185 / var(--tw-bg-opacity));
  }
    .searchbox button em {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  } }
    @media screen and (max-width: 1200px) {
      .searchbox button {
    margin-right: calc(8/1920*100rem);
    height: 36px;
    width: 36px;
    border-radius: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(70 70 70 / var(--tw-bg-opacity));
    padding-right: 0 /* 0px */;        min-width: 36px;
  } }
    .searchbox button em {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.error-message {
  text-align: center;
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 700;
  line-height: 1.25;
}

.suggestsearch {
  z-index: 120;
  top: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(16/1920*100rem);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%) }

@media (min-width: 1024.1px) {
  .suggestsearch {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content; } }
  .suggestsearch .suggest-list {
    height: 360px;
    padding-right: 15px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #464646 #EFEFEF; }
    .suggestsearch .suggest-list::-webkit-scrollbar {
      background: #EFEFEF;
      width: 3px; }
    .suggestsearch .suggest-list::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px #EFEFEF;
      background-color: #EFEFEF; }
    .suggestsearch .suggest-list::-webkit-scrollbar-thumb {
      background: -webkit-linear-gradient(right, #CFA462 1.1%, #FBCB80 52.1%, #FFD087 100%);
      background: linear-gradient(270deg, #CFA462 1.1%, #FBCB80 52.1%, #FFD087 100%); }

@media (min-width: 1024.1px) {
  .suggestsearch .suggest-list {
    height: 300px; } }
    @media screen and (max-width: 1279.1px) {
      .suggestsearch .suggest-list {
        height: 400px; } }
    .suggestsearch .suggest-list .product, .suggestsearch .suggest-list .news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);      border-bottom: 1px solid #f2f2f2;
}
      @media screen and (max-width: 576px) {
        .suggestsearch .suggest-list .product, .suggestsearch .suggest-list .news {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  } }
      .suggestsearch .suggest-list .product .txt, .suggestsearch .suggest-list .news .txt {
  margin-left: calc(12/1920*100rem);
}
      .suggestsearch .suggest-list .product .title, .suggestsearch .suggest-list .news .title {
  margin-bottom: calc(8/1920*100rem);
}
        .suggestsearch .suggest-list .product .title a, .suggestsearch .suggest-list .news .title a {
  margin-bottom: 0 /* 0px */;
  font-size: 0.875rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
}
          .suggestsearch .suggest-list .product .title a:hover, .suggestsearch .suggest-list .news .title a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
      .suggestsearch .suggest-list .product .price, .suggestsearch .suggest-list .news .price {
  font-size: 0.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
      .suggestsearch .suggest-list .product .img, .suggestsearch .suggest-list .news .img {
  overflow: hidden;
  border-radius: 0.5rem;        display: block;
        height: 90px;
        max-width: 90px;
        min-width: 90px;
        width: auto;
}
        .suggestsearch .suggest-list .product .img img, .suggestsearch .suggest-list .news .img img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
    .suggestsearch .suggest-list .news .img img {
      object-fit: cover !important; }

.subscribe {
  padding-top: calc(20/1920*100rem);
}
  .subscribe .subscribethanks {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
  .subscribe .subscribefrm {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
  .subscribe input[type='text'] {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: calc(20/1920*100rem);
  padding-right: calc(20/1920*100rem);
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));    height: 46px;
}
    .subscribe input[type='text']::-webkit-input-placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);      color: #7A7A7A;
}
    .subscribe input[type='text']::-moz-placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);      color: #7A7A7A;
}
    .subscribe input[type='text']:-ms-input-placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);      color: #7A7A7A;
}
    .subscribe input[type='text']::-ms-input-placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);      color: #7A7A7A;
}
    .subscribe input[type='text']::placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);      color: #7A7A7A;
}
  .subscribe button {
    height: 46px;
    width: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: calc(8/1920*100rem);
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(140 194 65 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(140 194 65 / var(--tw-bg-opacity));
    text-transform: uppercase }
    .subscribe button:focus {
      outline: none; }
    .subscribe button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(140 194 65 / var(--tw-text-opacity));
}

.main-overflow-hidden main {
  overflow: hidden;
}

.main-overflow-hidden section {
  overflow: hidden;
}

.Module-1454 {
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .main-mobile-overflow-hidden main {
    overflow: hidden;
  } }

.title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-detail-2 .title-block time {
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
  @media screen and (max-width: 1024px) {
    .title-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
      .title-block .zone-title {
    margin-bottom: calc(20/1920*100rem);
  } }

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: calc(32/1920*100rem);
}

.news-detail-2 .title-wrapper time {
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

@media (min-width: 1200.1px) {
  .title-wrapper {
    margin-bottom: calc(48/1920*100rem);
  } }
  .title-wrapper .zone-title {
  margin-bottom: 0 /* 0px */;
}
  @media screen and (max-width: 1024px) {
    .title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  } }

.report-item .icon em {
  font-size: clamp(26px,calc(32/1920*100rem),32px);
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.report-item .title {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 600;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.report-item-2 .img a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 138.70968%; }
  .report-item-2 .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }

.report-item-2 .btn span, .report-item-2 .btn em {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.report-item-2 .btn em {
  font-weight: 300;
}

.report-item-2 .btn:hover em {
  -webkit-transform: none;
          transform: none;
}

.report-item-2 .heading a {
  display: -webkit-box;
  font-size: clamp(17px, 1.04167rem, 20px);
  height: 2.70833rem;
  min-height: 44.2px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.report-item-2:hover .heading a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.report-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.news-detail-2 .report-item-3 time {
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.report-item-3 {  -webkit-box-align: start;  -webkit-align-items: flex-start;  -ms-flex-align: start;  align-items: flex-start; }
  @media screen and (max-width: 576px) {
    .report-item-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  } }
  .report-item-3 .title:hover {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(19 63 103 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
  .report-item-3 .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
    @media screen and (max-width: 576px) {
      .report-item-3 .btn-wrap {
    padding-top: calc(16/1920*100rem);
  } }

@media (min-width: 576.1px) {
  .report-item-3 .btn-wrap {
    padding-left: calc(16/1920*100rem);
  } }

.cong-bo-thong-tin {
  background-color: rgb(234 242 246 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}
  .cong-bo-thong-tin .report-item-3 {
  height: 100%;
}
    .cong-bo-thong-tin .report-item-3 .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html:lang(vi) .en-version {
  display: none;
}

html:lang(vi) .vn-version {
  display: block;
}

html:lang(en) .en-version {
  display: block;
}

html:lang(en) .vn-version {
  display: none;
}

.invest-1 {
  padding-bottom: 0 /* 0px */;
}
  .invest-1 #app {
  overflow: hidden;
}
  .invest-1 .main-content {
  overflow: hidden;
}
  .invest-1 .iframe-wrap {
    display: block;
    height: 39.58333rem;
    overflow: hidden;    text-align: center;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .invest-1 .iframe-wrap {
        height: 400px; } }
    @media screen and (max-width: 576px) {
      .invest-1 .iframe-wrap {
        height: 1300px; } }
    .invest-1 .iframe-wrap iframe, .invest-1 .iframe-wrap img {
  display: inline-block;
  height: 100%;
  width: 100%;
}
    .invest-1 .iframe-wrap img {
  display: none;
}
  .invest-1 .title-block .headline {
  font-weight: 600;
}
  .invest-1 .title {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}
    .invest-1 .title * {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}
  .invest-1 .list li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 239 239 / var(--tw-border-opacity));
  padding-top: calc(20/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
}

.invest-2 {
  background-color: rgb(234 242 246 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}
  .invest-2 .title-wrapper {
  padding-bottom: calc(32/1920*100rem);
}

@media (min-width: 1200.1px) {
  .invest-2 .title-wrapper {
    padding-bottom: calc(24/1920*100rem);
  } }
    .invest-2 .title-wrapper::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0 /* 0px */;
      bottom: 0 /* 0px */;
      z-index: 10;
      display: block;
      height: 1px;
      width: 100%;
      --tw-bg-opacity: 1;
      background-color: rgb(14 83 143 / var(--tw-bg-opacity));
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out }

.invest-3 .four-swiper .swiper {
  margin: calc(calc(12/1920*100rem) * -1);
  margin-left: calc(calc(24/1920*100rem) * -1);
  margin-right: calc(calc(24/1920*100rem) * -1);
  padding: calc(12/1920*100rem);
  padding-left: calc(8/1920*100rem);
  padding-right: calc(8/1920*100rem);
}
  @media screen and (max-width: 1200px) {
    .invest-3 .four-swiper .swiper {
    margin-left: calc(calc(20/1920*100rem) * -1);
    margin-right: calc(calc(20/1920*100rem) * -1);
  } }
  .invest-3 .four-swiper .swiper .swiper-slide {
  height: auto;
  padding-left: calc(12/1920*100rem);
  padding-right: calc(12/1920*100rem);
}
    @media screen and (max-width: 1200px) {
      .invest-3 .four-swiper .swiper .swiper-slide {
        padding: 0 10px; } }

.invest-3 .report-item-2 {
  height: 100%;
}

.invest-4 .report-item-3 {
  height: 100%;
}

.invest-5 .report-item-3 {
  height: 100%;
}

.invest-5 .filter-select {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
}
  .invest-5 .filter-select select {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .invest-5 .filter-select::after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.invest-6 .block-zone-filter {
  padding-top: calc(24/1920*100rem);
}

.invest-6 .title-wrapper {
  margin-bottom: 0 /* 0px */;
}

.invest-6 .filter-year .filter-select select {
  background-color: transparent;
}

.report-item-4 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(28/1920*100rem);
  padding-bottom: calc(28/1920*100rem);
}
  .report-item-4:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 83 143 / var(--tw-border-opacity));
}

@media (min-width: 1200.1px) {
  .report-item-4 .btn-wrap {
    padding-left: calc(40/1920*100rem);
  } }

.invest-7 .swiper {
  margin: calc(calc(12/1920*100rem) * -1);
  margin-left: calc(calc(24/1920*100rem) * -1);
  margin-right: calc(calc(24/1920*100rem) * -1);
  padding: calc(12/1920*100rem);
  padding-left: calc(8/1920*100rem);
  padding-right: calc(8/1920*100rem);
}
  @media screen and (max-width: 1200px) {
    .invest-7 .swiper {
    margin-left: calc(calc(20/1920*100rem) * -1);
    margin-right: calc(calc(20/1920*100rem) * -1);
  } }
  .invest-7 .swiper .swiper-slide {
  padding-left: calc(12/1920*100rem);
  padding-right: calc(12/1920*100rem);
}
    @media screen and (max-width: 1200px) {
      .invest-7 .swiper .swiper-slide {
        padding: 0 10px; } }

.invest-7 .filter-year {
  margin-bottom: calc(32/1920*100rem);
  padding-top: 0 /* 0px */;
}
  .invest-7 .filter-year .filter-select {
  margin-left: auto;
  margin-right: 0 /* 0px */;
}

@media screen and (max-width: 576px) {
  .invest-7 .block-zone-filter .filter-year {
    padding-top: 0 /* 0px */;
  } }

.invest-7 .img a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 78.82353%; }
  .invest-7 .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }

.invest-7 .swiper-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
  .invest-7 .swiper-nav .prev {
  margin-right: calc(12/1920*100rem);
}

.invest-7 .prev, .invest-7 .next {
  position: static;
  overflow: hidden;
  border-radius: 9999px;  -webkit-transform: none !important;  transform: none !important;
  left: unset !important;
  right: unset !important;
  top: unset !important;
  bottom: unset !important;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
}
  .invest-7 .prev em, .invest-7 .next em {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
}

.news-display .news-figure {
  border-top-left-radius: calc(24/1920*100rem);
  border-top-right-radius: calc(24/1920*100rem);
}
  .news-display .news-figure::before, .news-display .news-figure::after {
  border-bottom-right-radius: calc(32/1920*100rem);
  border-bottom-left-radius: calc(32/1920*100rem);
}
  .news-display .news-figure:first-child {
  margin-bottom: calc(24/1920*100rem);
}
  .news-display .news-figure .img {
  overflow: hidden;
  border-bottom-right-radius: calc(24/1920*100rem);
  border-bottom-left-radius: calc(24/1920*100rem);
}
  .news-display .news-figure .txt {
  overflow: hidden;
  border-bottom-right-radius: calc(24/1920*100rem);
  border-bottom-left-radius: calc(24/1920*100rem);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);    width: 101%;
    left: -1px;
}
  .news-display .news-figure .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: clamp(18px,calc(20/1920*100rem),20px);
    --tw-text-opacity: 1;
    color: rgb(14 83 143 / var(--tw-text-opacity)) }
  .news-display .news-figure time {
  --tw-text-opacity: 1;
  color: rgb(19 63 103 / var(--tw-text-opacity));
}
  .news-display .news-figure .desc {
  --tw-text-opacity: 1;
  color: rgb(19 63 103 / var(--tw-text-opacity));
}
    .news-display .news-figure .desc * {
  --tw-text-opacity: 1;
  color: rgb(19 63 103 / var(--tw-text-opacity));
}

.news-display .top-row {
  margin: 0 -8px -30px -8px; }
  .news-display .top-row > .col {
    margin-bottom: 30px;
    padding: 0 8px; }

.news-figure::after {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0 /* 0px */;
  bottom: 0 /* 0px */;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;  background: -webkit-linear-gradient(296.57deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 83.33%);  background: linear-gradient(153.43deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 83.33%); }

.news-figure::before {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0 /* 0px */;
  bottom: 0 /* 0px */;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;  background: -webkit-linear-gradient(296.57deg, rgba(34, 53, 107, 0.85) 0%, rgba(14, 191, 241, 0.8) 83.33%);  background: linear-gradient(153.43deg, rgba(34, 53, 107, 0.85) 0%, rgba(14, 191, 241, 0.8) 83.33%); }

.news-figure:hover::after {
  opacity: 0;
}

.news-figure:hover::before {
  opacity: 1;
}

.news-figure .img a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;  height: 17.1875rem;
  width: 100%;
}
  .news-figure .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.news-figure .desc {
  font-size: clamp(14px,calc(16/1920*100rem),16px);  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
  .news-figure .desc * {
  font-size: clamp(14px,calc(16/1920*100rem),16px);    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-figure .txt {
  pointer-events: none;
}

.news-figure .title {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.news-figure:hover .title {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.news-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-detail-2 .news-half time {
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.news-half {  -webkit-box-align: start;  -webkit-align-items: flex-start;  -ms-flex-align: start;  align-items: flex-start; }
  .news-half:not(:last-child) {
  margin-bottom: calc(12/1920*100rem);
}
  .news-half .heading {
  margin-bottom: calc(4/1920*100rem);
}
    .news-half .heading a {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));      text-decoration-thickness: .1px !important;
}
  .news-half time {
  font-size: clamp(8px,calc(12/1920*100rem),12px);
  font-weight: 400;
}
  .news-half .img, .news-half .txt {
  width: 50%;
}
  .news-half:hover .img::before {
  opacity: 1;
}
  .news-half .img {
  position: relative;
}
    .news-half .img::before {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0 /* 0px */;
      bottom: 0 /* 0px */;
      z-index: 10;
      display: block;
      height: 100%;
      width: 100%;
      opacity: 0;
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;      background: -webkit-linear-gradient(top, rgba(14, 83, 143, 0.8) 0%, rgba(81, 174, 255, 0.8) 100%);      background: linear-gradient(180deg, rgba(14, 83, 143, 0.8) 0%, rgba(81, 174, 255, 0.8) 100%); }
    .news-half .img a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;      height: 8.33333rem;
      width: 100%;
}
      .news-half .img a img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .news-half .txt {
  padding-left: calc(16/1920*100rem);
}

.news-box .img a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: calc(16/1920*100rem);  height: 11.14583rem;
  width: 100%;
}
  .news-box .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.news-box .txt {
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
}

.news-box time {
  margin-bottom: 2px;
  font-size: clamp(8px,calc(12/1920*100rem),12px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.news-box .heading {
  margin-bottom: calc(4/1920*100rem);
}
  .news-box .heading a {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));    display: -webkit-box;
    font-size: clamp(17px, 1.04167rem, 20px);
    height: 2.70833rem;
    min-height: 44.2px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-box .desc {
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
  .news-box .desc * {
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-box:hover .heading a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.news-display-page .news-display {
  padding-bottom: 0 /* 0px */;
}

.news-display-page .newspager {
  padding-bottom: calc(60/1920*100rem);
}

.document-list.bao-cao-thuong-nien .report-item-2 {
  height: 100%;
}

.banner-page {
  position: relative;
  overflow: hidden;
}
  .banner-page .img a {
  position: relative;
}
    .banner-page .img a::after {
      content: '';
      pointer-events: none;
      z-index: 10;
      display: block;
      height: 100%;
      width: 100%;
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
              transform: translate(-50%,-50%);
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;      background: #00000066; }
    @media screen and (max-width: 1024px) {
      .banner-page .img a {
        position: relative;
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 177.77778%; }
        .banner-page .img a img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: cover;
          -webkit-transition: .3s ease-in-out all;
          transition: .3s ease-in-out all; } }

@media (min-width: 1024.1px) {
  .banner-page .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 25%; }
    .banner-page .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; } }
  .banner-page .container {
    top: 4.16667rem; }
  .banner-page .zone-title {
  margin-bottom: 0 /* 0px */;
}
  .banner-page .desc {
  margin-top: calc(20/1920*100rem);
  margin-bottom: calc(20/1920*100rem);
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1200.1px) {
  .banner-page .desc {
    margin-top: calc(32/1920*100rem);
    margin-bottom: calc(32/1920*100rem);
  } }
    .banner-page .desc * {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.zone-category-nav {
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));  z-index: 999;
}

@media (min-width: 1200.1px) {
  .zone-category-nav {
    top: 100px; } }
  .zone-category-nav .container {
  overflow-x: auto;
}
  .zone-category-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(20/1920*100rem);    -webkit-box-pack: justify;    -webkit-justify-content: space-between;    -ms-flex-pack: justify;    justify-content: space-between;
}
    @media screen and (max-width: 1200px) {
      .zone-category-nav ul {
    white-space: nowrap;
    padding-bottom: calc(4/1920*100rem);
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
  } }
  .zone-category-nav li.active a, .zone-category-nav li:hover a {
    background: #8CC241; }
  .zone-category-nav li:first-child {
  padding-left: 0 /* 0px */;
}
  .zone-category-nav a {
  font-weight: 500;
}

.side-mobile-nav li:not(:last-child) {
  border-bottom: 1px solid #D5EDF8; }

.side-mobile-nav li.active a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(140 194 65 / var(--tw-text-opacity));
}

.account-wrap {
  position: relative;
  margin-left: calc(12/1920*100rem);
  margin-right: calc(12/1920*100rem);  height: 32px;
}

@media (min-width: 1200.1px) {
  .account-wrap {
    height: 36px;
    margin-left: calc(8/1920*100rem);
    margin-right: calc(8/1920*100rem) } }
  @media screen and (max-width: 1440px) {
    .account-wrap .user span {
    display: none;
  } }
  @media screen and (max-width: 768px) {
    .account-wrap .user span {
    margin-left: calc(12/1920*100rem);
    margin-right: calc(12/1920*100rem);
    display: block;
  } }
  @media screen and (max-width: 1440px) {
    .account-wrap .user .fa-chevron-down {
    margin-left: calc(12/1920*100rem);
  } }

.filter-toggle {
  top: 50%;
  right: 15px;
  display: none;
  height: 40px;
  width: 40px;
}
  @media screen and (max-width: 1024px) {
    .filter-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    right: 5px;
  } }
  .filter-toggle:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
    .filter-toggle:hover em {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.mobile-filter-wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: calc(24/1920*100rem);
  padding-bottom: calc(24/1920*100rem);
}
  @media screen and (max-width: 1024px) {
    .mobile-filter-wrap {
    pointer-events: none;
    position: fixed;
    top: 60px;
    left: 0 /* 0px */;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-top-color: rgb(226 239 252 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: calc(32/1920*100rem);
    padding-top: calc(32/1920*100rem);
    opacity: 0;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;      z-index: 90;
  } }
  .mobile-filter-wrap .container {
  padding: 0 /* 0px */;
}
  .mobile-filter-wrap.is-open {
  pointer-events: auto;
  opacity: 1;
}
  .mobile-filter-wrap .close-filter {
  display: none;
}
    @media screen and (max-width: 1024px) {
      .mobile-filter-wrap .close-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 80px;
    height: 40px;
    overflow: hidden;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0 / var(--tw-bg-opacity));
    font-weight: 500;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);        width: 96%;
  } }
    .mobile-filter-wrap .close-filter span {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .mobile-filter-wrap .filter-item, .mobile-filter-wrap .frm-btn {
  width: 100%;
}
    .mobile-filter-wrap .filter-item button, .mobile-filter-wrap .frm-btn button {
  width: 100%;
}
  .mobile-filter-wrap .filter-wrap h2 {
  margin-right: calc(16/1920*100rem);
  white-space: nowrap;
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
    @media screen and (max-width: 1024px) {
      .mobile-filter-wrap .filter-wrap h2 {
    display: none;
  } }

@media (min-width: 1024.1px) {
  .filter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  } }

@media screen and (max-width: 1024px) {
  .filter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  } }

.filter-wrap .filter-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1024.1px) {
  .filter-wrap .filter-item {
    margin-right: calc(12/1920*100rem);
  } }
  @media screen and (max-width: 1024px) {
    .filter-wrap .filter-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: calc(24/1920*100rem);
    width: 100%;
  } }
  .filter-wrap .filter-item select, .filter-wrap .filter-item input {
  height: 48px;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(234 242 246 / var(--tw-bg-opacity));
}
    .filter-wrap .filter-item select::-webkit-input-placeholder, .filter-wrap .filter-item input::-webkit-input-placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
    .filter-wrap .filter-item select::-moz-placeholder, .filter-wrap .filter-item input::-moz-placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
    .filter-wrap .filter-item select:-ms-input-placeholder, .filter-wrap .filter-item input:-ms-input-placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
    .filter-wrap .filter-item select::-ms-input-placeholder, .filter-wrap .filter-item input::-ms-input-placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
    .filter-wrap .filter-item select::placeholder, .filter-wrap .filter-item input::placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
  .filter-wrap .filter-item input[type='date'], .filter-wrap .filter-item input[type='time'] {
    display: block;
    -webkit-appearance: none;
    margin-top: 0px;
    text-align: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    vertical-align: bottom; }
  .filter-wrap .filter-item input::-webkit-datetime-edit {
    display: block;
    padding: 0; }
  .filter-wrap .filter-item input::-webkit-date-and-time-value {
  padding-top: 12px;    text-align: center;
    -webkit-align-self: bottom;
            align-self: bottom;
    vertical-align: bottom;
}

.filter-wrap .frm-btn input[type='submit'], .filter-wrap .frm-btn button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(14 83 143 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
  padding-left: calc(24/1920*100rem);
  padding-right: calc(24/1920*100rem);
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
  .filter-wrap .frm-btn input[type='submit']:hover, .filter-wrap .frm-btn button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

@media screen and (max-width: 1024px) {
  .filter-wrap .frm-btn {
    width: 100%;
  }
    .filter-wrap .frm-btn input[type='submit'], .filter-wrap .frm-btn button {
    width: 100%;
  } }

@media (min-width: 1024.1px) {
  .filter-check-list .scrollbar-wrap {
    height: auto;
  } }

@media screen and (max-width: 1024px) {
  .filter-check-list .scrollbar-wrap {
    height: 200px; } }

.filter-check-list li:first-child a {
  padding-top: 0 /* 0px */;
}

.filter-check-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  font-weight: 400;  -webkit-box-align: start;  -webkit-align-items: flex-start;  -ms-flex-align: start;  align-items: flex-start;
}
  .filter-check-list a:before {
    content: '\f0c8';
    height: 20px;
    width: 20px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    pointer-events: none;
    z-index: 20;
    margin-right: calc(8/1920*100rem);
    margin-top: 2px;
    display: inline-block;
    font-family: 'Font Awesome 6 Pro';
    --tw-text-opacity: 1;
    color: rgb(124 124 124 / var(--tw-text-opacity));
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out }
  .filter-check-list a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.filter-check-list .active a:before {
  content: '\f14a';
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(140 194 65 / var(--tw-text-opacity)) }

.wrap-form {
  position: relative;
}
  .wrap-form .row {
    box-shadow: none !important; }
  .wrap-form .col {
  position: relative;
  margin-bottom: calc(16/1920*100rem);
}
    .wrap-form .col:last-child {
  margin-bottom: calc(24/1920*100rem);
}
  .wrap-form .form-group {
  position: relative;
}
    .wrap-form .form-group > span {
  width: 100%;
}
    .wrap-form .form-group input[type='text'], .wrap-form .form-group textarea, .wrap-form .form-group select, .wrap-form .form-group input[type='email'], .wrap-form .form-group input[type='tel'] {
      height: 48px;
      width: 100%;
      border-width: 1px;
      border-color: rgb(239 239 239 / var(--tw-border-opacity));
      --tw-border-opacity: 0.2;
      background-color: transparent;
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      padding-left: calc(20/1920*100rem);
      padding-right: calc(20/1920*100rem);
      font-size: clamp(14px,calc(16/1920*100rem),16px) }
      @media screen and (max-width: 1200px) {
        .wrap-form .form-group input[type='text'], .wrap-form .form-group textarea, .wrap-form .form-group select, .wrap-form .form-group input[type='email'], .wrap-form .form-group input[type='tel'] {
          height: 40px; } }
      .wrap-form .form-group input[type='text']:focus, .wrap-form .form-group textarea:focus, .wrap-form .form-group select:focus, .wrap-form .form-group input[type='email']:focus, .wrap-form .form-group input[type='tel']:focus {
  --tw-border-opacity: 1;
  border-color: rgb(226 239 252 / var(--tw-border-opacity));
}
      .wrap-form .form-group input[type='text']::-webkit-input-placeholder, .wrap-form .form-group textarea::-webkit-input-placeholder, .wrap-form .form-group select::-webkit-input-placeholder, .wrap-form .form-group input[type='email']::-webkit-input-placeholder, .wrap-form .form-group input[type='tel']::-webkit-input-placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}
      .wrap-form .form-group input[type='text']::-moz-placeholder, .wrap-form .form-group textarea::-moz-placeholder, .wrap-form .form-group select::-moz-placeholder, .wrap-form .form-group input[type='email']::-moz-placeholder, .wrap-form .form-group input[type='tel']::-moz-placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}
      .wrap-form .form-group input[type='text']:-ms-input-placeholder, .wrap-form .form-group textarea:-ms-input-placeholder, .wrap-form .form-group select:-ms-input-placeholder, .wrap-form .form-group input[type='email']:-ms-input-placeholder, .wrap-form .form-group input[type='tel']:-ms-input-placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}
      .wrap-form .form-group input[type='text']::-ms-input-placeholder, .wrap-form .form-group textarea::-ms-input-placeholder, .wrap-form .form-group select::-ms-input-placeholder, .wrap-form .form-group input[type='email']::-ms-input-placeholder, .wrap-form .form-group input[type='tel']::-ms-input-placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}
      .wrap-form .form-group input[type='text']::placeholder, .wrap-form .form-group textarea::placeholder, .wrap-form .form-group select::placeholder, .wrap-form .form-group input[type='email']::placeholder, .wrap-form .form-group input[type='tel']::placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}
  .wrap-form .form-group.form-select {
  position: relative;
  overflow: hidden;
}
    .wrap-form .form-group.form-select::after {
      content: '';
      pointer-events: none;
      right: 35px;
      z-index: 10;
      display: block;
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;      width: 1.25rem;
      height: 11px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("data:image/svg+xml;charset=utf-8,<svg width='23' height='11' viewBox='0 0 23 11' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.1875 0.53125C1.32812 0.34375 1.51562 0.25 1.75 0.25C1.89062 0.25 2.07812 0.296875 2.21875 0.4375L11.4531 8.92188L20.7344 0.4375C21.0156 0.15625 21.4844 0.15625 21.7656 0.484375C22.0469 0.765625 22.0469 1.23438 21.7188 1.51562L11.9688 10.5156C11.6875 10.7969 11.2656 10.7969 10.9844 10.5156L1.23438 1.51562C0.90625 1.28125 0.90625 0.8125 1.1875 0.53125Z' fill='%232F4394'/></svg>"); }
      @media screen and (max-width: 1200px) {
        .wrap-form .form-group.form-select::after {
          width: 16px;
          height: 40px; } }
    .wrap-form .form-group.form-select select {
      height: 44px;
      width: 100%;
      border-radius: 0px;
      --tw-text-opacity: 1;
      color: rgb(51 51 51 / var(--tw-text-opacity));      padding-right: 50px !important;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      font-size: clamp(13px, 0.72917rem, 14px); }
      @media screen and (max-width: 1200px) {
        .wrap-form .form-group.form-select select {
          font-size: clamp(14px, 0.83333rem, 16px);
          height: 40px; } }
      .wrap-form .form-group.form-select select option {
        font-size: clamp(13px, 0.72917rem, 14px);
        --tw-text-opacity: 1;
        color: rgb(51 51 51 / var(--tw-text-opacity)) }
        @media screen and (max-width: 1200px) {
          .wrap-form .form-group.form-select select option {
            font-size: clamp(14px, 0.83333rem, 16px); } }
      .wrap-form .form-group.form-select select::-ms-expand {
        display: none; }
  .wrap-form .form-group textarea {
  width: 100%;
  padding: calc(16/1920*100rem);    height: 7rem;
}

@media (min-width: 1024.1px) {
  .wrap-form .form-group textarea {
    height: 120px; } }
  .wrap-form .qradio {
  position: relative;
}
    .wrap-form .qradio input[type='radio'] {
  z-index: 20;
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
    .wrap-form .qradio label {
  pointer-events: none;
  z-index: 10;
}
  .wrap-form .frm-btnwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0 /* 0px */;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
    @media screen and (max-width: 1200px) {
      .wrap-form .frm-btnwrap {
        margin-bottom: 0 !important; } }
    .wrap-form .frm-btnwrap label {
      display: none !important; }
    .wrap-form .frm-btnwrap .frm-btn {
  position: relative;
  margin-top: 0 /* 0px */;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
}
      .wrap-form .frm-btnwrap .frm-btn:hover::after {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
      .wrap-form .frm-btnwrap .frm-btn:hover input[type='submit'] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
      .wrap-form .frm-btnwrap .frm-btn::after {
        font-family: 'icomoon' !important;
        content: "\e900";
        pointer-events: none;
        position: absolute;
        top: calc(200/1920*100rem);
        right: 35px;
        z-index: 10;
        display: block;
        --tw-translate-y: calc(200/1920*100rem);
        -webkit-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: 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));
        font-weight: 300;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-duration: 150ms;
                transition-duration: 150ms;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: .4s all ease-in-out;
        transition: .4s all ease-in-out;        font-size: 8px;
        height: 18px;
        width: 10px;
        line-height: 18px; }
      .wrap-form .frm-btnwrap .frm-btn input[type='submit'] {
        width: 120px;
        height: 48px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
        border-radius: 0.25rem;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(14 83 143 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(14 83 143 / var(--tw-bg-opacity));
        padding-left: calc(24/1920*100rem);
        padding-right: calc(24/1920*100rem);
        padding-right: calc(48/1920*100rem);
        font-size: clamp(14px,calc(16/1920*100rem),16px);
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-duration: 150ms;
                transition-duration: 150ms;
        -webkit-transition: .4s all ease-in-out;
        transition: .4s all ease-in-out }
        @media screen and (max-width: 1024px) {
          .wrap-form .frm-btnwrap .frm-btn input[type='submit'] {
            height: 40px;
            padding-left: calc(12/1920*100rem);
            padding-right: calc(12/1920*100rem);
            padding-right: calc(32/1920*100rem) } }

.fa-exclamation-triangle {
  position: absolute;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px;
  bottom: -23px;
  left: 0;
}
  @media screen and (max-width: 576px) {
    .fa-exclamation-triangle {
      font-size: 10px;
      font-weight: 700 } }
  .fa-exclamation-triangle:before {
    font-family: 'Font Awesome 6 Pro' !important; }

.input-group, .form-password {
  position: relative;
}
  .input-group .reveal-password, .form-password .reveal-password {
  position: absolute;
  top: calc(200/1920*100rem);
  right: 20px;
  --tw-translate-y: -50%;
  -webkit-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: 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));
  top: 50%;
}
    .input-group .reveal-password em, .form-password .reveal-password em {
  font-weight: 300;      font-size: 14px;
}

.pwd-input-group input {
  width: 100%;
}

.pwd-input-group.show .reveal-password em::before {
  content: '\f06e' !important; }

.frm-btn-reset {
  display: none; }

.frm-captcha {
  margin: 30px 0 0  0 !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .frm-captcha img {
    height: 44px !important;
    max-width: auto;
    max-width: 150px; }
    @media screen and (max-width: 1200px) {
      .frm-captcha img {
        max-width: 150px; } }
  @media screen and (max-width: 576px) {
    .frm-captcha {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .frm-captcha .frm-captcha-input {
  margin-top: 0 /* 0px */;    margin-left: 50px;
}
    @media screen and (max-width: 576px) {
      .frm-captcha .frm-captcha-input {
        margin-left: 0;
        margin-top: calc(16/1920*100rem) } }
    .frm-captcha .frm-captcha-input label {
      display: none; }
    .frm-captcha .frm-captcha-input input {
      padding: 0 10px;
      margin-top: 0;
      height: 30px; }
      @media screen and (max-width: 1200px) {
        .frm-captcha .frm-captcha-input input {
          max-width: 150px; } }
      @media screen and (max-width: 1024px) {
        .frm-captcha .frm-captcha-input input {
          max-width: 200px; } }
      @media (max-width: 767.98px) {
        .frm-captcha .frm-captcha-input input {
          margin-left: 20px; } }
      @media (max-width: 576.98px) {
        .frm-captcha .frm-captcha-input input {
          margin-left: 0; } }
  .frm-captcha .rcRefreshImage {
    position: absolute;
    opacity: 1;
    cursor: pointer;
    height: 0;
    width: 0;
    right: 0;
    top: 5px;
    color: #ffffff;
    z-index: 0;
    font-size: 0; }
    .frm-captcha .rcRefreshImage:before {
      font-family: 'Font Awesome 6 Pro';
      position: absolute;
      top: 0;
      right: -40px;
      opacity: 1;
      z-index: 99;
      color: #9d9080;
      font-size: 30px;
      content: "\f01e";
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media screen and (max-width: 576px) {
        .frm-captcha .rcRefreshImage:before {
          height: 50px; } }

@media screen and (max-width: 500px) {
  #ctl00_mainContent_ctl05_captcha_ctl00 {
    display: none; } }

#ctl00_mainContent_ctl02_captcha_ctl01 {
  position: relative; }

#ctl00_mainContent_ctl06_btnReset, #ctl00_mainContent_ctl05_captcha_ctl00, #ctl00_mainContent_ctl08_captcha_ctl00, #ctl00_mainContent_ctl07_captcha_ctl00 {
  display: none; }

#ctl00_mainContent_ctl06_txtCaptcha {
  margin-left: 10px; }

#ctl00_mainContent_ctl06_captcha_CaptchaLinkButton #text {
  display: none; }

.RadCaptcha {
  position: relative;
}
  @media screen and (max-width: 767.5px) {
    .RadCaptcha {
      margin-left: 0; } }
  .RadCaptcha span {
  display: none;
}
  .RadCaptcha #ctl00_mainContent_ctl04_captcha_ctl00 {
    display: block !important;
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 0 0 / var(--tw-text-opacity)) }
  .RadCaptcha > div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 40px !important;
    margin-top: 0; }
    @media (max-width: 767.98px) {
      .RadCaptcha > div > div {
        margin-right: 0;
        width: 180px; } }

.account-page .card {
  max-width: 640px !important; }

.account-page .card-body {
  padding: 1.5625rem; }

@media (min-width: 1024.1px) {
  .account-page .card-body {
    padding: 1.04167rem 2.60417rem 2.08333rem 2.60417rem; } }

@media (min-width: 1200.1px) {
  .account-page .card-body {
    padding: 1.04167rem 4.16667rem 3.33333rem 4.16667rem; } }

@media screen and (max-width: 576px) {
  .account-page .account-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  } }

.account-page .account-option a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: calc(4/1920*100rem);
  padding-bottom: calc(4/1920*100rem);
}
  .account-page .account-option a::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0 /* 0px */;
    bottom: 0 /* 0px */;
    z-index: 10;
    display: block;
    height: 1px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    opacity: 0;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out }
  .account-page .account-option a:hover::after {
  opacity: 1;
}

.account-page .recover-password {
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .account-page .recover-password * {
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.account-page .register-account {
  position: relative;
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  font-weight: 500;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(225deg, #977040 0%, #EBBA7A 100%);
  background-image: linear-gradient(225deg, #977040 0%, #EBBA7A 100%);
}
  .account-page .register-account * {
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  font-weight: 500;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(225deg, #977040 0%, #EBBA7A 100%);
  background-image: linear-gradient(225deg, #977040 0%, #EBBA7A 100%);
}
  .account-page .register-account::after {
  background-image: -webkit-linear-gradient(left, #0E5490 0%, #50AEFF 100%);
  background-image: linear-gradient(90deg, #0E5490 0%, #50AEFF 100%);
}

.account-page .social-network-login .btn {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(70 70 70 / var(--tw-border-opacity));  min-height: 40px;
  height: 2.5rem;
}
  .account-page .social-network-login .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  .account-page .social-network-login .btn span {
  margin-left: calc(12/1920*100rem);
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024.1px) {
  .account-page .social-network-login .btn span {
    margin-left: calc(20/1920*100rem);
  } }

.login-page .login-panel {
  margin: 60px 0;
  background: #fff;
  border-radius: 5px; }
  .login-page .login-panel .sitelogo {
    text-align: center;
    margin-bottom: 40px;
    width: 100%; }
  .login-page .login-panel img {
    height: 80px; }
  .login-page .login-panel .headtitle {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px; }
    .login-page .login-panel .headtitle:after {
      content: '';
      margin: 10px auto; }

.login-page .input-group {
  position: relative;
}

.icheck-primary {
  margin: 15px 0 30px; }
  .icheck-primary label {
  margin-left: calc(4/1920*100rem);
}

.input-group-append {
  position: absolute;
  left: 0 /* 0px */;
  bottom: 0 /* 0px */;
}

@media (max-width: 1199px) {
  .login-page .login-panel {
    margin: 60px 0; } }

@media (max-width: 543px) {
  .login-page .sitelogo {
    margin-bottom: 30px; } }

.social-login {
  display: none;
}

.login-form {
  width: 100%;
  margin: 0 auto; }
  .login-form .fa-exclamation-triangle {
  position: absolute;
  top: 100%;
  left: 0 /* 0px */;
  padding-top: calc(4/1920*100rem);
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
  .login-form .panel-heading {
    display: none; }
  .login-form .title {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    border-left: 3px solid #8c0000;
    padding-left: 10px;
    margin-bottom: 30px; }
  .login-form .module-title {
    font-size: 0.875rem;
    color: #666666;
    margin-bottom: 20px; }
  .login-form a {
    color: #8c0000; }
  .login-form .form-group {
    margin-bottom: 20px;
    position: relative; }
    .login-form .form-group label {
      color: #999999;
      text-transform: uppercase;
      display: block;
      width: 50px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      border-right: 1px solid #e6e6e6;
      font-size: 0.875rem }
      .login-form .form-group label .fa {
        font-size: 1.125rem;
        line-height: 40px; }
  .login-form input {
    width: 350px;
    font-size: .875rem;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    padding: 10px 30px 10px 60px;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
    .login-form input::-webkit-input-placeholder {
      font-size: 15px; }
    .login-form input::-moz-placeholder {
      font-size: 15px; }
    .login-form input:-ms-input-placeholder {
      font-size: 15px; }
    .login-form input::-ms-input-placeholder {
      font-size: 15px; }
    .login-form input::placeholder {
      font-size: 15px; }
    .login-form input:active, .login-form input:hover, .login-form input:focus {
      border-color: #999999; }
    @media screen and (max-width: 400px) {
      .login-form input {
        width: 300px; } }
  .login-form a {
    display: inline-block;
    color: #000;
    padding: 10px 0;
    margin-right: 15px; }
    .login-form a:hover {
      color: #8c0000; }
  .login-form .forget {
    font-size: 0.875rem;
    color: #999999;
    margin-bottom: 30px; }
    .login-form .forget input[type='checkbox'] {
  position: relative;
  opacity: 0;
}
      .login-form .forget input[type='checkbox']:checked ~ label::before {
        content: '\F0132'; }
    .login-form .forget label {
      color: #333333;
      font-weight: 300;
      width: auto;
      height: auto;
      text-align: left;
      padding-left: 30px;
      line-height: 1.5;
      font-size: 0.875rem;
      text-transform: none;
      position: relative;
      -webkit-transition: all, 0.5s;
      transition: all, 0.5s; }
      .login-form .forget label:before {
        font-family: 'Material Design Icons';
        content: '\F0131';
        display: block;
        line-height: 14px;
        font-size: 16px;
        color: #333333;
        position: absolute;
        top: 2px;
        left: 1px;
        -webkit-transition: all, 0.5s;
        transition: all, 0.5s; }
      .login-form .forget label:hover {
        color: #333333; }
  .login-form .btn-login {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
    color: #fff;
    background: #8c0000;
    display: block;
    border-radius: 5px;
    overflow: hidden; }
    .login-form .btn-login:hover::after {
      -webkit-transform: translateX(3px);
              transform: translateX(3px); }
    .login-form .btn-login:before {
      background: #c61017; }
    .login-form .btn-login:after {
      -webkit-transition: .3s all  ease-in-out;
      transition: .3s all  ease-in-out;
      font: normal normal normal 24px/1 Material Design Icons;
      content: '\F0142';
      position: absolute;
      top: 12px;
      right: 15px; }
    .login-form .btn-login[type='reset'] {
      display: none; }
  .login-form .go-signup {
    text-align: center;
    margin-top: 15px; }
    .login-form .go-signup a {
      display: block;
      clear: both;
      color: #8c0000; }
      .login-form .go-signup a:hover {
        color: #000; }

@media (max-width: 543px) {
  .login-form .btn-login {
    width: 100%; } }

.login-bg {
  width: 60%;
  position: relative;
  overflow: hidden;
  padding: 50px;
  border-radius: 5px; }
  .login-bg .login-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .login-bg .login-img .login-overlay {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #000;
      opacity: 0.5;
      z-index: 1; }
  .login-bg img {
    height: 100%;
    width: auto;
    max-width: unset;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .login-bg .login-des {
    position: relative;
    z-index: 1;
    color: #fff; }
    .login-bg .login-des .title {
      font-size: 2.875rem;
      font-weight: 300;
      margin-bottom: 20px; }
    .login-bg .login-des .module-title {
      font-size: 1.625rem;
      font-weight: 200;
      opacity: 0.9; }
    .login-bg .login-des .des {
      margin-top: 180px;
      font-size: 1.25rem; }
      .login-bg .login-des .des span {
        opacity: 0.8;
        font-weight: 200;
        display: inline-block;
        margin-right: 10px; }
      .login-bg .login-des .des a {
        display: inline-block;
        opacity: 1;
        font-weight: 300;
        font-size: 2rem;
        color: #fff; }
        .login-bg .login-des .des a:after {
          content: '\f105';
          font-family: 'Font Awesome 6 Pro';
          margin-left: 5px; }
        .login-bg .login-des .des a:hover {
          color: #8c0000; }

@media (max-width: 991px) {
  .login-bg {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media (max-width: 767px) {
  .login-bg {
    padding: 30px; } }

@media (max-width: 991px) {
  .login-bg .login-img img {
    height: auto;
    width: 100%; } }

@media (max-width: 767px) {
  .login-bg .login-img img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -khtml-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); } }

@media (max-width: 543px) {
  .login-bg .login-img img {
    width: auto;
    height: 100%; } }

@media (max-width: 767px) {
  .login-bg .login-des .title {
    font-size: 2.25rem;
    margin-bottom: 10px; }
  .login-bg .login-des .module-title {
    font-size: 1.25rem; } }

@media (max-width: 991px) {
  .login-bg .login-des .des {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .login-bg .login-des .des {
    margin-top: 10px; } }

@media (max-width: 543px) {
  .login-bg .login-des .des a {
    font-size: 1.625rem; } }

.panel-primary span {
  color: #eb0c22;
  font-style: italic; }

#ctl00_mainContent_login1_LoginCtrl_lnkPasswordRecovery, #ctl00_mainContent_login1_LoginCtrl_lnkRegisterExtraLink {
  display: none; }

.recruit-1 .img a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
  .recruit-1 .img a img {
    width: auto;
    height: 100%;
    object-fit: contain; }

.recruit-2 .btn-primary {
  border-color: transparent !important;
}

.recruit-3 .item {
  box-shadow: 0px 4px 16px 0px #00000014;
  background: var(--color-code); }

.recruit-3 .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.125rem;
  width: auto; }
  .recruit-3 .icon img {
    width: auto;
    height: 100%;
    object-fit: contain; }

.recruit-list {
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
  .recruit-list table {
  width: 100%;
  overflow: hidden;
  border-radius: calc(8/1920*100rem);
}
    .recruit-list table thead th {
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
  padding-top: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
  padding-left: calc(28/1920*100rem);
  padding-right: calc(28/1920*100rem);
  text-align: center;
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
      .recruit-list table thead th:nth-child(2) {
  padding-left: 0 /* 0px */;
  text-align: left;
}
      .recruit-list table thead th:first-child {
        width: 90px; }
      .recruit-list table thead th:last-child {
        width: 200px; }
    .recruit-list table tbody td {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: calc(28/1920*100rem);
  padding-right: calc(28/1920*100rem);
  padding-top: calc(20/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
  font-size: clamp(16px,calc(18/1920*100rem),18px);
}
      .recruit-list table tbody td * {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
}
      .recruit-list table tbody td:first-child {
        width: 90px; }
      .recruit-list table tbody td:nth-child(2) {
  padding-left: 0 /* 0px */;
  text-align: left;
}
      .recruit-list table tbody td:last-child {
        width: 200px; }
      .recruit-list table tbody td a:hover {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
    .recruit-list table tbody tr:nth-child(even) td {
  --tw-bg-opacity: 1;
  background-color: rgb(241 248 254 / var(--tw-bg-opacity));
}
  .recruit-list .filter-table-wrap tbody tr {
  display: none;
}
  .recruit-list .ajax-btn-wrap.disble-btn {
  pointer-events: none;
  opacity: 0;
}

.swiper-zone-nav {
  margin-left: calc(calc(4/1920*100rem) * -1);
  margin-right: calc(calc(4/1920*100rem) * -1);
}
  .swiper-zone-nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  overflow: hidden;
  border-radius: calc(8/1920*100rem);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: calc(20/1920*100rem);
  padding-right: calc(20/1920*100rem);
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
  .swiper-zone-nav .swiper {
    padding: 0 !important;
    margin: 0 !important; }
  .swiper-zone-nav .swiper-slide {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important; }
    .swiper-zone-nav .swiper-slide:not(:first-child) .item {
  margin-left: calc(12/1920*100rem);
}
    .swiper-zone-nav .swiper-slide.active a, .swiper-zone-nav .swiper-slide:hover a {
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .swiper-zone-nav .prev, .swiper-zone-nav .next {
  height: 20px;
  width: 20px;
  min-width: 20px;
  border-color: transparent;
}
    .swiper-zone-nav .prev em, .swiper-zone-nav .next em {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
    .swiper-zone-nav .prev:hover, .swiper-zone-nav .next:hover {
  background-color: transparent;
}
      .swiper-zone-nav .prev:hover em, .swiper-zone-nav .next:hover em {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
  .swiper-zone-nav .swiper-nav {
  padding: 0 /* 0px */;
}
  .swiper-zone-nav .prev {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;    left: -30px;
}
  .swiper-zone-nav .next {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;    right: -30px;
}

.wrap-search {
  position: relative;
}
  .wrap-search input[type='text'] {
  height: 56px;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(234 242 246 / var(--tw-bg-opacity));
  padding-left: calc(40/1920*100rem);
  padding-right: calc(40/1920*100rem);
  padding-right: calc(60/1920*100rem);
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}
    .wrap-search input[type='text']::-webkit-input-placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
    .wrap-search input[type='text']::-moz-placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
    .wrap-search input[type='text']:-ms-input-placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
    .wrap-search input[type='text']::-ms-input-placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
    .wrap-search input[type='text']::placeholder {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
  .wrap-search::before {
    content: '\f002';
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
    right: 4px;
    z-index: 10;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 9999px;
    font-family: 'Font Awesome 6 Pro';
    font-size: clamp(18px,calc(20/1920*100rem),20px);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    background: #8CC241;
    width: 48px;
    height: 48px; }
  .wrap-search button, .wrap-search a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0 /* 0px */;
  z-index: 30;
  height: 100%;
  padding-left: calc(20/1920*100rem);
  padding-right: calc(20/1920*100rem);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
    .wrap-search button em, .wrap-search a em {
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  --tw-text-opacity: 1;
  color: rgb(140 194 65 / var(--tw-text-opacity));
}

.document-item .btn-tertiary em {
  margin-left: 0 /* 0px */;
}

.document-item .btn-tertiary span {
  white-space: nowrap;
}

.document-item .btn-tertiary:hover em {
  -webkit-transform: none;
          transform: none;
}

.document-item .btn-tertiary:hover span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.document-item:hover .headline a {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.home-achivement .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;  height: 4.6875rem;
  width: auto;
}

@media (min-width: 576.1px) {
  .home-achivement .icon {
    height: 8.33333rem; } }

@media (min-width: 768.1px) {
  .home-achivement .icon {
    height: 8.33333rem; } }

@media (min-width: 1200.1px) {
  .home-achivement .icon {
    height: 10.9375rem; } }
  .home-achivement .icon img {
    width: auto;
    height: 100%;
    object-fit: contain; }

.home-achivement .item .block-title {
  margin: 1.66667rem 0 0.83333rem; }
  @media screen and (max-width: 576px) {
    .home-achivement .item .block-title {
    font-size: clamp(26px,calc(32/1920*100rem),32px);
  } }

.home-achivement .two-swiper .swiper-slide {
  height: auto;
}
  @media screen and (max-width: 576px) {
    .home-achivement .two-swiper .swiper-slide {
    width: 100%;
  } }

.home-achivement .two-swiper .item {
  height: 100%;
}

.home-news {
  background: -webkit-linear-gradient(top, #EFFBFF 0%, #F6FFF8 100%);
  background: linear-gradient(180deg, #EFFBFF 0%, #F6FFF8 100%); }
  .home-news .bg-wrap {
  height: 100%;
  overflow: hidden;
  border-radius: calc(16/1920*100rem);
  padding: calc(32/1920*100rem);    box-shadow: 0px 2px 16px 0px #00000014;
}

.news-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
}

@media (min-width: 1200.1px) {
  .news-side {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(220 220 220 / var(--tw-border-opacity));
    padding-top: calc(20/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
  } }
  .news-side:first-child {
  padding-top: 0 /* 0px */;
}
  .news-side .icon {
  margin-right: calc(20/1920*100rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;    height: 32px;
    width: auto;
}
    .news-side .icon img {
      width: auto;
      height: 100%;
      object-fit: contain; }
  .news-side time {
  line-height: 1;
}

.news-hor:not(:last-child) {
  margin-bottom: calc(20/1920*100rem);
}

@media screen and (min-width: 400px) {
  .news-hor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  } }

.news-hor .img {
  overflow: hidden;
  border-radius: calc(8/1920*100rem);  -webkit-box-flex: 0;  -webkit-flex: 0 1 auto;  -ms-flex: 0 1 auto;  flex: 0 1 auto;
  width: 9.89583rem;
  min-width: 9.89583rem;
  max-width: 9.89583rem;
}
  @media screen and (min-width: 400px) {
    .news-hor .img {
    margin-right: calc(20/1920*100rem);
  } }
  .news-hor .img a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
    @media screen and (min-width: 400px) {
      .news-hor .img a {
        width: 9.89583rem;
        min-width: 9.89583rem;
        max-width: 9.89583rem;
        height: 5.46875rem; } }
    @media screen and (max-width: 400px) {
      .news-hor .img a {
        position: relative;
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 75%; }
        .news-hor .img a img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: cover;
          -webkit-transition: .3s ease-in-out all;
          transition: .3s ease-in-out all; } }
    .news-hor .img a img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.news-hor .txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
  @media screen and (max-width: 400px) {
    .news-hor .txt {
    padding-top: calc(20/1920*100rem);
  } }

.news-hor time {
  margin-bottom: calc(8/1920*100rem);
}

.news-hor .head-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.home-about {
  padding: 3.64583rem 0; }

@media (min-width: 1200.1px) {
  .home-about {
    padding: 6.25rem 0 3.64583rem; } }
  .home-about::before, .home-about::after {
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: 10;
    display: block;    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important; }
  .home-about::before {
    background: url("../img/overlay/home-1.png");
    width: 7.60417rem;
    height: 5.41667rem;
    top: 0 /* 0px */;
    left: 0 /* 0px */ }
  .home-about::after {
    background: url("../img/overlay/home-2.png");
    width: 13.54167rem;
    height: 17.96875rem;
    bottom: 0 /* 0px */;
    right: 0 /* 0px */ }
    @media screen and (max-width: 1024px) {
      .home-about::after {
        width: 8.33333rem;
        height: 12.76042rem; } }
  .home-about .zone-title {
  margin-bottom: calc(16/1920*100rem);
}
  .home-about .img a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
  .home-about .img .desktop {
  display: none;
}

@media (min-width: 768.1px) {
  .home-about .img .desktop {
    display: block;
  } }
  .home-about .img .mobile {
  display: none;
}
    @media screen and (max-width: 768px) {
      .home-about .img .mobile {
    display: block;
  } }
  .home-about .item {
  position: relative;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
    .home-about .item::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0 /* 0px */;
      bottom: 0 /* 0px */;
      z-index: 10;
      display: block;
      height: 4px;
      width: 100%;
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;      background: -webkit-radial-gradient(0% 0%, 100% 1600%, #00A8DF 0%, #FFFFFF 100%);      background: radial-gradient(100% 1600% at 0% 0%, #00A8DF 0%, #FFFFFF 100%); }
  @media screen and (max-width: 1400px) {
    .home-about .counter {
    line-height: 1;
  } }
  @media screen and (min-width: 1024px) and (max-width: 1280px) {
    .home-about .chart-wrap {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.primary-banner {
  position: relative;
  overflow: hidden;
}
  .primary-banner .banner-container {
  position: relative;
}
    @media screen and (max-width: 768px) {
      .primary-banner .banner-container {
        position: relative;
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 56.25%; }
        .primary-banner .banner-container .swiper {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; } }
  .primary-banner .wrap {
  position: relative;
}
    .primary-banner .wrap .container-fluid {
  z-index: 30;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
  .primary-banner .img {
  position: relative;
}
    @media screen and (min-width: 768.1px) {
      .primary-banner .img::after {
        content: '';
        pointer-events: none;
        position: absolute;
        left: 0 /* 0px */;
        bottom: 0 /* 0px */;
        z-index: 10;
        display: block;
        height: 100%;
        width: 100%;
        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-duration: 150ms;
                transition-duration: 150ms;
        -webkit-transition: .4s all ease-in-out;
        transition: .4s all ease-in-out;        background: -webkit-linear-gradient(left, rgba(0, 71, 94, 0.2) 0%, rgba(0, 101, 133, 0) 100%);        background: linear-gradient(90deg, rgba(0, 71, 94, 0.2) 0%, rgba(0, 101, 133, 0) 100%); }
      .primary-banner .img a {
        position: relative;
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 50%; }
        .primary-banner .img a img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: cover;
          -webkit-transition: .3s ease-in-out all;
          transition: .3s ease-in-out all; } }
    @media screen and (max-width: 768px) {
      .primary-banner .img a {
        position: relative;
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 56.25%; }
        .primary-banner .img a img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: cover;
          -webkit-transition: .3s ease-in-out all;
          transition: .3s ease-in-out all; } }

@media (min-width: 768.1px) {
  .primary-banner .swiper-slide.swiper-slide-active .title, .primary-banner .swiper-slide.swiper-slide-active .desc, .primary-banner .swiper-slide.swiper-slide-active .wrap-left {
    opacity: 0;    -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;    animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
  }
  .primary-banner .swiper-slide.swiper-slide-active .desc {
    -webkit-animation-delay: .6s;
            animation-delay: .6s; }
  .primary-banner .swiper-slide.swiper-slide-active .wrap-left {
    -webkit-animation-delay: .8s;
            animation-delay: .8s; } }
  @media screen and (max-width: 1024px) {
    .primary-banner .wrap-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  } }
  @media screen and (max-width: 576px) {
    .primary-banner .wrap-left {
    display: none;
  } }
  .primary-banner .txt {
  text-align: center;
}

@media (min-width: 1024.1px) {
  .primary-banner .txt {
    margin-right: auto;
    width: 50%;
    text-align: left;
  } }
  .primary-banner .block-title {
  margin-bottom: calc(12/1920*100rem);
}
    @media screen and (max-width: 576px) {
      .primary-banner .block-title {
    font-size: clamp(20px,calc(24/1920*100rem),24px);
  }
        .primary-banner .block-title * {
    font-size: clamp(20px,calc(24/1920*100rem),24px);
  }
    .primary-banner .desc {
    font-size: clamp(12px,calc(14/1920*100rem),14px);      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  } }
  .primary-banner .swiper-pagination {
    bottom: 2.60417rem !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 40;
    gap: calc(12/1920*100rem);
    position: absolute;    left: 50% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 1400px) {
      .primary-banner .swiper-pagination {
        bottom: 1.5625rem !important; } }
    @media screen and (max-width: 1024px) {
      .primary-banner .swiper-pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;        bottom: 1.04167rem !important;
  } }
  .primary-banner .swiper-pagination-bullet {
  position: relative;
  overflow: hidden;
  border-radius: 9999px;
  border-width: calc(2/1920*100rem);
  --tw-border-opacity: 1;
  border-color: rgb(19 63 103 / var(--tw-border-opacity));
  background-color: transparent;
  opacity: 1;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;    margin: 0 !important;
    -webkit-transform: scale(1);
            transform: scale(1);
    height: 16px;
    width: 16px;
    max-height: 16px !important;
    min-width: 16px !important;
}
    @media screen and (max-width: 1200px) {
      .primary-banner .swiper-pagination-bullet {
        margin: 0 4px !important; } }
    .primary-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
}
      .primary-banner .swiper-pagination-bullet.swiper-pagination-bullet-active .pagination-title {
  opacity: 1;
}

@media (min-width: 1024.1px) {
  .home-factory .container-fluid {
    z-index: 30;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  } }

@media screen and (max-width: 1024px) {
  .home-factory .txt {
    padding-top: calc(60/1920*100rem);
    text-align: center;
  }
  .home-factory .wrap-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  } }

.home-factory .img img {
  aspect-ratio: 1920/775; }

.home-partner .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }

.partner-item .img a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: calc(16/1920*100rem);
  padding-right: calc(16/1920*100rem);  height: 5.20833rem;
  width: auto;
}
  .partner-item .img a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 96/192; }

.home-product {
  padding-top: 3.125rem; }

@media (min-width: 1200.1px) {
  .home-product {
    padding-top: 5.20833rem; } }
  .home-product .swiper-slide {
  height: auto;
}
  .home-product .img a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc(32/1920*100rem);    height: 6.25rem;
    width: auto;
}
    .home-product .img a img {
      width: auto;
      height: 100%;
      object-fit: contain; }
  .home-product .six-swiper .swiper {
  margin: calc(calc(12/1920*100rem) * -1);
  margin-left: calc(calc(20/1920*100rem) * -1);
  margin-right: calc(calc(20/1920*100rem) * -1);
  padding: calc(12/1920*100rem);
  padding-left: calc(8/1920*100rem);
  padding-right: calc(8/1920*100rem);
}
  .home-product .six-swiper .swiper-slide {
    padding: 0 10px; }
  .home-product .home-zone-item {
  height: 100%;    background: var(--color-code);
}
    .home-product .home-zone-item .txt {
  padding-left: calc(16/1920*100rem);
  padding-right: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
}
    .home-product .home-zone-item .headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
      .home-product .home-zone-item .headline * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.banner-breadcrumb {
  position: relative;
}
  .banner-breadcrumb .global-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0 /* 0px */;
  z-index: 50;
  width: 100%;
  border-color: transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
    .banner-breadcrumb .global-breadcrumb .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
      .banner-breadcrumb .global-breadcrumb .container::after {
  display: none;
}
    .banner-breadcrumb .global-breadcrumb h2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  font-size: clamp(26px,calc(32/1920*100rem),32px);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024.1px) {
  .banner-breadcrumb .global-breadcrumb h2 {
    font-size: clamp(26px,calc(32/1920*100rem),32px);
  } }

@media (min-width: 1200.1px) {
  .banner-breadcrumb .global-breadcrumb h2 {
    font-size: 2.91667rem; } }
    .banner-breadcrumb .global-breadcrumb .Module {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
    .banner-breadcrumb .global-breadcrumb ol {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: calc(20/1920*100rem);
  margin-bottom: calc(20/1920*100rem);
}
      .banner-breadcrumb .global-breadcrumb ol li::after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));        background: white !important;
        opacity: 1 !important;
}
      .banner-breadcrumb .global-breadcrumb ol li.active a, .banner-breadcrumb .global-breadcrumb ol li.active span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
      .banner-breadcrumb .global-breadcrumb ol li:first-child span, .banner-breadcrumb .global-breadcrumb ol li:first-child a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
      .banner-breadcrumb .global-breadcrumb ol li:first-child:after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
      .banner-breadcrumb .global-breadcrumb ol li:first-child:before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
      .banner-breadcrumb .global-breadcrumb ol li:last-child {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
      .banner-breadcrumb .global-breadcrumb ol li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
        .banner-breadcrumb .global-breadcrumb ol li a span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.global-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;  min-height: 50px;
}
  .global-breadcrumb .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: calc(4/1920*100rem);
  padding-bottom: calc(4/1920*100rem);    min-height: 50px;
}
    .global-breadcrumb .container::after {
      content: '';
      pointer-events: none;
      bottom: 0 /* 0px */;
      z-index: 10;
      display: block;
      height: 1px;
      --tw-bg-opacity: 1;
      background-color: rgb(220 220 220 / var(--tw-bg-opacity));
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;      width: calc( 100% - 30px); }
  .global-breadcrumb ol {
  list-style-type: none;
  padding: 0 /* 0px */;
}
    .global-breadcrumb ol li {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
      .global-breadcrumb ol li:not(:last-child) {
  margin-right: calc(32/1920*100rem);
}
      .global-breadcrumb ol li:after {
        content: '';
        pointer-events: none;
        z-index: 10;
        display: block;
        --tw-bg-opacity: 1;
        background-color: rgb(124 124 124 / var(--tw-bg-opacity));
        font-weight: 300;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);        right: -1.04167rem;
        height: 14px;
        width: 1px; }

@media (min-width: 1024.1px) {
  .global-breadcrumb ol li:after {
    right: -0.9375rem; } }
        @media screen and (max-width: 1024px) {
          .global-breadcrumb ol li:after {
            font-size: 14px; } }
      .global-breadcrumb ol li.active a, .global-breadcrumb ol li.active span {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
      .global-breadcrumb ol li:first-child {
  padding-left: 0 /* 0px */;
}
        .global-breadcrumb ol li:first-child span, .global-breadcrumb ol li:first-child a {
          font-size: 0 !important; }
        .global-breadcrumb ol li:first-child:after {
          right: -1.14583rem; }
        .global-breadcrumb ol li:first-child:before {
          content: '\f015';
          font-family: 'Font Awesome 6 Pro';
          pointer-events: none;
          z-index: 10;
          display: block;
          font-weight: 300;
          --tw-text-opacity: 1;
          color: rgb(124 124 124 / var(--tw-text-opacity));          font-size: 16px;
          height: 16px;
          width: 16px; }
      .global-breadcrumb ol li:last-child:after {
  display: none;
}
      .global-breadcrumb ol li:last-child a {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
      .global-breadcrumb ol li a, .global-breadcrumb ol li span {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));        font-size: 14px;
}

.modulepager, .post-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: calc(32/1920*100rem);
  padding-bottom: 0 /* 0px */;
}
  .modulepager ul, .post-nav ul {
    padding: 0;
    margin: 0;
    position: relative; }
    .modulepager ul li, .post-nav ul li {
      display: inline-block;
      padding: 0 10px; }
      .modulepager ul li.active a, .modulepager ul li.active span, .post-nav ul li.active a, .post-nav ul li.active span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));        background: #8CC241;
}
      .modulepager ul li:hover a, .modulepager ul li:hover span, .post-nav ul li:hover a, .post-nav ul li:hover span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));        background: #8CC241;
}
      .modulepager ul li span, .modulepager ul li a, .post-nav ul li span, .post-nav ul li a {
        -webkit-transition: .3s all  ease-in-out;
        transition: .3s all  ease-in-out;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 40px;
        height: 40px;
        text-decoration: none;
        overflow: hidden;
        border-radius: 9999px;
        border-width: 1px;
        border-color: transparent;
        font-size: clamp(16px,calc(18/1920*100rem),18px);
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgb(14 83 143 / var(--tw-text-opacity));        background: #D5EDF8; }
    .modulepager ul .next a, .post-nav ul .next a {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      white-space: nowrap }

.ajaxresponse-pager-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-banner {
  position: relative;
  overflow: hidden;
}
  .top-banner a {    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 33.85417%;
}
    .top-banner a::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0 /* 0px */;
      bottom: -1px;
      z-index: 10;
      display: block;
      height: 100%;
      width: 100%;
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 48.19%, rgba(0, 0, 0, 0.748) 100%);      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.19%, rgba(0, 0, 0, 0.748) 100%); }
    .top-banner a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; }

@media screen and (max-width: 1024px) {
  .tiem-luc-page .about-list .zone-nav {
    width: 100%;
  }
    .tiem-luc-page .about-list .zone-nav ul {
    width: 100%;      -webkit-box-pack: center !important;      -webkit-justify-content: center !important;      -ms-flex-pack: center !important;      justify-content: center !important;
  }
  .about-list .zone-nav {
    overflow-x: auto;
  }
    .about-list .zone-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    padding-bottom: calc(4/1920*100rem);      -webkit-box-pack: start;      -webkit-justify-content: flex-start;      -ms-flex-pack: start;      justify-content: flex-start;
  }
      .about-list .zone-nav ul li:first-child {
    padding-left: 0 /* 0px */;
  } }

.about-list .block-title {
  margin-bottom: calc(12/1920*100rem);
}

.about-list .scrollbar-wrap {
  max-height: 12.5rem; }

@media (min-width: 1024.1px) {
  .about-list .scrollbar-wrap {
    max-height: 11.45833rem; } }

.about-list.even .box-wrap:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.about-list.even .box-wrap:nth-child(even) {
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

.about-list .box-wrap {
  padding-top: calc(40/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
}
  @media screen and (max-width: 1024px) {
    .about-list .box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  } }

@media (min-width: 1024.1px) {
  .about-list .box-wrap {
    padding-top: calc(60/1920*100rem);
    padding-bottom: calc(60/1920*100rem);
  } }
  .about-list .box-wrap:nth-child(odd) {
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

@media (min-width: 1024.1px) {
  .about-list .box-wrap:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .about-list .box-wrap:nth-child(even) .txt {
    padding-right: 0 /* 0px */;
    padding-left: calc(40/1920*100rem);
  } }
  @media screen and (max-width: 1024px) {
    .about-list .box-wrap .col {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
      .about-list .box-wrap .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  } }

.about-list .img a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 75%; }
  .about-list .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }

.about-list .img.earth img {
  object-fit: contain; }

.about-list .headline {
  margin-top: calc(12/1920*100rem);
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  padding-left: calc(32/1920*100rem);
  padding-right: calc(32/1920*100rem);
}

.tab-content {
  display: none;
}
  .tab-content.active {
  display: block;
}

.about-culture .scrollbar-wrap, .about-culture-2 .scrollbar-wrap {
  max-height: 9.375rem; }

.about-culture .headline, .about-culture-2 .headline {
  margin-bottom: calc(16/1920*100rem);
  background-image: -webkit-linear-gradient(left, #0E5490 0%, #50AEFF 100%);
  background-image: linear-gradient(90deg, #0E5490 0%, #50AEFF 100%);
}

.about-culture .img a, .about-culture-2 .img a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 75%; }
  .about-culture .img a img, .about-culture-2 .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }

.about-culture .txt, .about-culture-2 .txt {
  padding-top: calc(40/1920*100rem);
}

@media (min-width: 1024.1px) {
  .about-culture .txt, .about-culture-2 .txt {
    padding-top: 0 /* 0px */;
    padding-bottom: 0 /* 0px */;
    padding-right: calc(60/1920*100rem);
  } }

@media screen and (max-width: 1024px) {
  .about-culture .box-wrap .row, .about-culture-2 .box-wrap .row {
    margin: 0 /* 0px */;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 /* 0px */;
  }
    .about-culture .box-wrap .row .col, .about-culture-2 .box-wrap .row .col {
    margin: 0 /* 0px */;
    padding: 0 /* 0px */;
  } }

.about-culture .box-wrap:nth-child(even), .about-culture-2 .box-wrap:nth-child(even) {
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

@media (min-width: 1024.1px) {
  .about-culture .box-wrap:nth-child(even) .txt, .about-culture-2 .box-wrap:nth-child(even) .txt {
    padding-left: calc(60/1920*100rem);
    padding-right: 0 /* 0px */;
  }
  .about-culture .box-wrap:nth-child(even) .row, .about-culture-2 .box-wrap:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  } }

.about-culture .block-title, .about-culture-2 .block-title {
  text-align: center;
}

@media (min-width: 1024.1px) {
  .about-culture .block-title, .about-culture-2 .block-title {
    text-align: left;
  } }

.about-culture-2 .box-wrap {
  padding-top: 0 /* 0px */;
  padding-bottom: 0 /* 0px */;
}

@media (min-width: 1024.1px) {
  .about-culture-2 .box-wrap {
    margin-bottom: calc(40/1920*100rem);
  } }
  .about-culture-2 .box-wrap:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  @media screen and (max-width: 1024px) {
    .about-culture-2 .box-wrap:not(:last-child) {
    margin-bottom: calc(40/1920*100rem);
  } }

.about-culture-2 .block-title {
  margin-bottom: calc(16/1920*100rem);
  text-align: center;
}

.factory-detail ul li::before, .factory-detail ol li::before {
  display: none;
}

.factory-detail .dash {
  margin-top: calc(16/1920*100rem);
  margin-bottom: calc(16/1920*100rem);
  display: block;
  border-color: transparent;  background: #D9D9D9 !important;
}

.factory-detail .briefcontent ul, .factory-detail .briefcontent ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.factory-detail .briefcontent li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 400;
}

@media (min-width: 768.1px) {
  .factory-detail .briefcontent li {
    width: 50%;
  } }
  .factory-detail .briefcontent li * {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  font-weight: 400;
}
  .factory-detail .briefcontent li em {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: calc(12/1920*100rem);
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
  font-size: clamp(26px,calc(32/1920*100rem),32px);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));    width: 3.125rem;
    height: 3.125rem;
    min-width: 3.125rem;
}

.factory-detail .img a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 75%; }
  .factory-detail .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }

@media screen and (max-width: 1024px) {
  .about-factory .zone-nav {
    overflow-x: auto;
  }
    .about-factory .zone-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    padding-bottom: calc(4/1920*100rem);      -webkit-box-pack: start;      -webkit-justify-content: flex-start;      -ms-flex-pack: start;      justify-content: flex-start;
  }
      .about-factory .zone-nav ul li:first-child {
    padding-left: 0 /* 0px */;
  } }

.about-factory .block-title {
  margin-bottom: calc(12/1920*100rem);
}

.about-factory .scrollbar-wrap {
  max-height: 12.5rem; }

@media (min-width: 1024.1px) {
  .about-factory .scrollbar-wrap {
    max-height: 11.45833rem; } }

.about-factory .box-wrap {
  padding-top: calc(40/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
}
  @media screen and (max-width: 1024px) {
    .about-factory .box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  } }

@media (min-width: 1024.1px) {
  .about-factory .box-wrap {
    padding-top: calc(60/1920*100rem);
    padding-bottom: calc(60/1920*100rem);
  } }
  .about-factory .box-wrap:nth-child(even) {
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

@media (min-width: 1024.1px) {
  .about-factory .box-wrap:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .about-factory .box-wrap:nth-child(even) .txt {
    padding-right: 0 /* 0px */;
    padding-left: calc(40/1920*100rem);
  } }
  @media screen and (max-width: 1024px) {
    .about-factory .box-wrap .col {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
      .about-factory .box-wrap .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  } }

.about-factory .img a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 75%; }
  .about-factory .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }

.about-history .block-wrap {
  position: relative;
  margin-top: calc(32/1920*100rem);
}

@media (min-width: 768.1px) {
  .about-history .block-wrap::after {
    content: '';
    pointer-events: none;
    bottom: 0 /* 0px */;
    z-index: 10;
    display: block;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(189 189 189 / var(--tw-bg-opacity));
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    width: 2px; } }

.about-history .row {
  position: relative;
  margin-bottom: 0 /* 0px */;
}
  @media screen and (max-width: 768px) {
    .about-history .row {
    margin: 0 /* 0px */;
    margin-bottom: calc(32/1920*100rem);
    padding: 0 /* 0px */;
  }
      .about-history .row .col {
    margin: 0 /* 0px */;
    padding: 0 /* 0px */;
  } }

@media (min-width: 1024.1px) {
  .about-history .row {
    margin-bottom: calc(32/1920*100rem);
  } }
  .about-history .row .txt {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

@media (min-width: 768.1px) {
  .about-history .row .txt {
    margin-right: calc(56/1920*100rem);
  }
  .about-history .row:nth-child(even) .wrap-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  } }
  .about-history .row:nth-child(even) .wrap-right .btn {
  padding-left: calc(8/1920*100rem);
}

@media (min-width: 768.1px) {
  .about-history .row:nth-child(even) .txt {
    margin-left: calc(56/1920*100rem);
    margin-right: 0 /* 0px */;
  }
  .about-history .row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
    .about-history .row:nth-child(even) .years {
    margin-left: auto;
  }
  .about-history .row::before {
    content: '';
    pointer-events: none;
    top: 0 /* 0px */;
    z-index: 30;
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(189 189 189 / var(--tw-bg-opacity));
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out }
  .about-history .row::after {
    content: '';
    pointer-events: none;
    top: 0 /* 0px */;
    z-index: 20;
    display: block;
    height: 100%;
    width: 2px;
    --tw-bg-opacity: 1;
    background-color: rgb(140 194 65 / var(--tw-bg-opacity));
    opacity: 0;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out } }

.about-history .years {
  margin-bottom: calc(16/1920*100rem);
  font-size: clamp(26px,calc(32/1920*100rem),32px);
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

@media (min-width: 1200.1px) {
  .about-history .years {
    font-size: clamp(34px,calc(40/1920*100rem),40px);
  } }

.about-history .item-year {
  display: none;
}
  @media screen and (max-width: 768px) {
    .about-history .item-year .years {
    font-size: clamp(40px,calc(48/1920*100rem),48px);
    --tw-text-opacity: 1;
    color: rgb(14 83 143 / var(--tw-text-opacity));
  }
    .about-history .item-year .txt {
    --tw-bg-opacity: 1;
    background-color: rgb(241 248 254 / var(--tw-bg-opacity));
    padding: calc(24/1920*100rem);
  }
    .about-history .item-year .wrap-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  } }
  .about-history .item-year .headline {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}
  .about-history .item-year:hover .headline {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

@media (min-width: 768.1px) {
  .about-history .item-year:hover::before {
    --tw-bg-opacity: 1;
    background-color: rgb(14 83 143 / var(--tw-bg-opacity));    height: 20px;
    width: 20px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 1px #8CC241;
  }
  .about-history .item-year:hover::after {
    opacity: 1;
  } }

@media (min-width: 1024.1px) {
  .about-history .item-year:hover::before {
    --tw-bg-opacity: 1;
    background-color: rgb(14 83 143 / var(--tw-bg-opacity));    height: 40px;
    width: 40px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 0px 1px #8CC241;
  } }
  .about-history .item-year:hover .years {
  font-size: clamp(40px,calc(48/1920*100rem),48px);
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

@media (min-width: 1200.1px) {
  .about-history .item-year:hover .years {
    font-size: clamp(48px,calc(64/1920*100rem),64px);    height: 64px;
  } }
  .about-history .item-year:hover .txt {
  --tw-bg-opacity: 1;
  background-color: rgb(241 248 254 / var(--tw-bg-opacity));
  padding: calc(24/1920*100rem);
}

@media (min-width: 1200.1px) {
  .about-history .item-year:hover .txt {
    padding: calc(32/1920*100rem);
  } }

.rm-wrap.active .article {
  display: block;
}

.rm-wrap.active .btn-read-more .txt-2 {
  display: block;
}

.rm-wrap.active .btn-read-more .txt-1 {
  display: none;
}

.rm-wrap .article {
  display: none;
}

.rm-wrap .btn-read-more {
  padding-top: calc(4/1920*100rem);
  padding-bottom: calc(4/1920*100rem);
}
  .rm-wrap .btn-read-more span, .rm-wrap .btn-read-more em {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}
  .rm-wrap .btn-read-more span {
  font-weight: 400;
}
  .rm-wrap .btn-read-more .txt-2 {
  display: none;
}
  .rm-wrap .btn-read-more:hover span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
  .rm-wrap .btn-read-more:hover em {
    -webkit-transform: none !important;
            transform: none !important; }

.read-more-wrap.active .article {
  height: auto !important; }

.read-more-wrap.active .btn-read-more .txt-2 {
  display: block;
}

.read-more-wrap.active .btn-read-more .txt-1 {
  display: none;
}

.read-more-wrap .article {
  overflow: hidden;
}
  .read-more-wrap .article ul, .read-more-wrap .article ol {
    list-style-type: none;
    padding-left: 0; }
    .read-more-wrap .article ul li, .read-more-wrap .article ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: calc(4/1920*100rem);      -webkit-box-align: start;      -webkit-align-items: flex-start;      -ms-flex-align: start;      align-items: flex-start;
}
      .read-more-wrap .article ul li::before, .read-more-wrap .article ol li::before {
        content: '';
        pointer-events: none;
        z-index: 10;
        margin-top: calc(8/1920*100rem);
        margin-right: calc(12/1920*100rem);
        display: block;
        height: 4px;
        width: 4px;
        min-width: 4px;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-duration: 150ms;
                transition-duration: 150ms;
        -webkit-transition: .4s all ease-in-out;
        transition: .4s all ease-in-out }

.read-more-wrap .btn-read-more {
  padding-top: calc(20/1920*100rem);
  padding-bottom: calc(4/1920*100rem);
}
  .read-more-wrap .btn-read-more span, .read-more-wrap .btn-read-more em {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
  .read-more-wrap .btn-read-more span {
  font-weight: 400;
}
  .read-more-wrap .btn-read-more .txt-2 {
  display: none;
}
  .read-more-wrap .btn-read-more:hover span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
  .read-more-wrap .btn-read-more:hover em {
    -webkit-transform: none !important;
            transform: none !important; }

.about-achivement .row, .about-achivement .col {
  margin: 0 /* 0px */;
  padding: 0 /* 0px */;
}

.about-achivement .year {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom-width: calc(2/1920*100rem);
  border-color: transparent;
  text-align: center;
  font-size: clamp(20px,calc(24/1920*100rem),24px);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(16 108 185 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
  @media screen and (max-width: 1024px) {
    .about-achivement .year {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-top: calc(20/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
    font-size: clamp(26px,calc(32/1920*100rem),32px);
  } }

.about-achivement .vertical-swiper {
  margin-top: auto;
  margin-bottom: auto;
}

@media (min-width: 1024.1px) {
  .about-achivement .vertical-swiper {
    height: 15.625rem !important; }
  .about-achivement .vertical-swiper .swiper {
    height: 15.625rem !important; } }
  .about-achivement .vertical-swiper .swiper-slide {
    height: auto !important; }
    .about-achivement .vertical-swiper .swiper-slide .year {
  opacity: 0.3;
}
    .about-achivement .vertical-swiper .swiper-slide.swiper-slide-prev .year, .about-achivement .vertical-swiper .swiper-slide.swiper-slide-next .year {
  opacity: 1;
}
    .about-achivement .vertical-swiper .swiper-slide.swiper-slide-active .year {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(140 194 65 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
}

@media (min-width: 1024.1px) {
  .about-achivement .vertical-swiper .swiper-slide.swiper-slide-active .year {
    padding-top: calc(12/1920*100rem);
    padding-bottom: calc(12/1920*100rem);
    font-size: clamp(34px,calc(40/1920*100rem),40px);
  } }

.about-achivement .prev, .about-achivement .next {
  height: 2.08333rem;
  width: 2.08333rem;
  min-width: 2.08333rem; }
  .about-achivement .prev em, .about-achivement .next em {
  font-size: clamp(18px,calc(20/1920*100rem),20px);
}

.about-achivement .prev {
  left: 5px;
}

.about-achivement .next {
  right: 5px;
}

@media screen and (max-width: 1024px) {
  .about-achivement .txt {
    padding: calc(32/1920*100rem);
  } }

@media screen and (max-width: 576px) {
  .about-achivement .txt {
    padding: calc(24/1920*100rem);
  } }

.about-achivement .swiper-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 10px;
  margin-left: calc(calc(8/1920*100rem) * -1);
  margin-right: calc(calc(8/1920*100rem) * -1);
  padding-left: calc(8/1920*100rem);
  padding-right: calc(8/1920*100rem);  left: 24%;
}
  @media screen and (max-width: 1024px) {
    .about-achivement .swiper-nav {
    display: none;
  } }

.about-achivement .img a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 83.33333%; }
  .about-achivement .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }

.about-achivement .swiper-button-disabled {
  opacity: 1;
}

.tab-item-swiper {
  display: none;
}
  .tab-item-swiper.active {
  display: block;
}

.about-people .swiper-main {
  margin-top: calc(40/1920*100rem);
}
  .about-people .swiper-main .swiper {
  margin: calc(calc(8/1920*100rem) * -1);
  padding: calc(8/1920*100rem);
}

.about-people .swiper-thumb .swiper-slide {
  height: auto !important;
  width: 25% }
  @media screen and (max-width: 1024px) {
    .about-people .swiper-thumb .swiper-slide {
    width: 33.333333%;
  } }
  @media screen and (max-width: 768px) {
    .about-people .swiper-thumb .swiper-slide {
    width: 50%;
  } }
  @media screen and (max-width: 460px) {
    .about-people .swiper-thumb .swiper-slide {
    width: 100%;
  } }

.about-people .swiper-thumb .swiper-slide-thumb-active .headline {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.about-people .profile-item {
  height: 100%;
}

.profile-item::after {
  content: '';
  pointer-events: none;
  bottom: 0 /* 0px */;
  z-index: 10;
  display: block;
  height: 2px;
  width: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out }

.profile-item .img a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(20/1920*100rem);
  overflow: hidden;
  border-radius: 9999px;  max-width: 14.58333rem;
  width: 14.58333rem;
  height: 14.58333rem;
}

.profile-item .headline {
  margin-bottom: calc(12/1920*100rem);
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));  display: -webkit-box;
  font-size: clamp(20px, 1.25rem, 24px);
  height: 3.25rem;
  min-height: 52px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.profile-item .txt {
  position: relative;
  padding-bottom: calc(12/1920*100rem);
}

.profile-info {
  box-shadow: 0px 4px 16px 0px #00000014;
  overflow: hidden;
  border-radius: calc(16/1920*100rem);
  padding: calc(32/1920*100rem) }

@media (min-width: 1200.1px) {
  .profile-info {
    padding: 3.125rem 2.08333rem; } }
  .profile-info .position {
  position: relative;
  margin-bottom: calc(24/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

@media (min-width: 1200.1px) {
  .profile-info .position {
    margin-bottom: calc(32/1920*100rem);
  } }
    .profile-info .position::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0 /* 0px */;
      bottom: 0 /* 0px */;
      z-index: 10;
      display: block;
      height: 2px;
      width: 50px;
      --tw-bg-opacity: 1;
      background-color: rgb(14 83 143 / var(--tw-bg-opacity));
      -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 150ms;
              transition-duration: 150ms;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out }
  .profile-info .btn-tertiary span, .profile-info .btn-tertiary em {
  --tw-text-opacity: 1;
  color: rgb(30 138 217 / var(--tw-text-opacity));
}

.dealer-network .bg-wrap {
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

.dealer-network .zone-desc {
  text-align: center;
  font-size: clamp(16px,calc(18/1920*100rem),18px);
}
  .dealer-network .zone-desc * {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
}

.dealer-network .dealer-list {
  height: 32.29167rem;
  max-height: 32.29167rem; }

.dealer-network .map-wrapper a {
  height: 32.29167rem; }

.dealer-network .zone-nav {
  width: 100%;
}
  .dealer-network .zone-nav ul {
  width: 100%;    -webkit-box-pack: center !important;    -webkit-justify-content: center !important;    -ms-flex-pack: center !important;    justify-content: center !important;
}

.dealer-item {
  box-shadow: 0px 4px 12px 0px #00000014; }
  .dealer-item .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.5rem;
    width: auto; }
    .dealer-item .icon img {
      width: auto;
      height: 100%;
      object-fit: contain; }

.about-1 .item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-1 .box p {
  margin-bottom: 0 /* 0px */;
  display: block;
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .about-1 .box p * {
  display: block;
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .about-1 .box p strong, .about-1 .box p a {
  padding-top: calc(4/1920*100rem);
  font-size: clamp(20px,calc(24/1920*100rem),24px);
  font-weight: 700;    word-break: break-word;
}
    .about-1 .box p strong *, .about-1 .box p a * {
  font-size: clamp(20px,calc(24/1920*100rem),24px);
}

.about-1 .zone-desc * {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
}

.about-1 .information::after {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0 /* 0px */;
  bottom: 0 /* 0px */;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;  background: #0E538FBF; }

.about-2 {
  overflow: hidden;
}
  .about-2 .block-title {
  margin-bottom: calc(12/1920*100rem);
}
  .about-2 .img-wrap {
  pointer-events: auto;
}
    .about-2 .img-wrap a {
      position: relative;
      display: block;
      height: 0;
      overflow: hidden;
      padding-top: 74.46809%; }
      .about-2 .img-wrap a img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        -webkit-transition: .3s ease-in-out all;
        transition: .3s ease-in-out all; }
  .about-2 .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 75%; }
    .about-2 .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      -webkit-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all; }
  .about-2 .row, .about-2 .col {
  margin-bottom: 0 /* 0px */;
}

@media (min-width: 1024.1px) {
  .about-2 .first {
    padding-top: calc(60/1920*100rem);
  } }
  .about-2 .first .scrollbar-wrap {
    max-height: 16.66667rem; }

@media (min-width: 1024.1px) {
  .about-2 .parallax-item .img-wrap {
    background-attachment: fixed; }
    .about-2 .parallax-item .img-wrap img {
    display: none;
  } }
  @media screen and (max-width: 1024px) {
    .about-2 .parallax-item .img-wrap {
      background: none !important; } }
  .about-2 .second .box-wrap {
  padding-top: calc(40/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
}
    @media screen and (max-width: 1024px) {
      .about-2 .second .box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  } }

@media (min-width: 1024.1px) {
  .about-2 .second .box-wrap {
    padding-top: calc(60/1920*100rem);
    padding-bottom: calc(60/1920*100rem);
  } }
    .about-2 .second .box-wrap:nth-child(even) {
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

@media (min-width: 1024.1px) {
  .about-2 .second .box-wrap:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .about-2 .second .box-wrap:nth-child(even) .txt {
    padding-right: 0 /* 0px */;
    padding-left: calc(40/1920*100rem);
  } }
  @media screen and (max-width: 1024px) {
    .about-2 .second .col {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
      .about-2 .second .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  } }
  .about-2 .second .scrollbar-wrap {
    max-height: 12.5rem; }

@media (min-width: 1024.1px) {
  .about-2 .second .scrollbar-wrap {
    max-height: 16.66667rem; } }
  @media screen and (max-width: 1024px) {
    .about-2 .second .txt {
    padding-top: calc(40/1920*100rem);
  } }

@media (min-width: 1024.1px) {
  .about-2 .second .txt {
    padding-right: calc(40/1920*100rem);
  } }
  .about-2 .block-wrap {
  position: relative;
}
    @media screen and (max-width: 1024px) {
      .about-2 .block-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  } }
    .about-2 .block-wrap:first-child {
  margin-bottom: calc(40/1920*100rem);
}

@media (min-width: 1024.1px) {
  .about-2 .block-wrap:first-child {
    margin-bottom: calc(60/1920*100rem);
  } }
    .about-2 .block-wrap:nth-child(2) {
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
      .about-2 .block-wrap:nth-child(2) * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .about-2 .block-wrap .txt {
  pointer-events: auto;
  padding-top: calc(40/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
}

@media (min-width: 1024.1px) {
  .about-2 .block-wrap .txt {
    padding-top: 0 /* 0px */;
    padding-bottom: 0 /* 0px */;
    padding-right: calc(48/1920*100rem);
  } }
    .about-2 .block-wrap .container-fluid {
  padding: 0 /* 0px */;
}
      @media screen and (max-width: 1024px) {
        .about-2 .block-wrap .container-fluid {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  } }
    .about-2 .block-wrap .container {
  pointer-events: none;
}
      @media screen and (max-width: 1024px) {
        .about-2 .block-wrap .container {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  } }

@media (min-width: 1024.1px) {
  .about-2 .block-wrap .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
  .about-2 .block-wrap:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .about-2 .block-wrap:nth-child(even) .txt {
    padding-left: calc(48/1920*100rem);
    padding-right: 0 /* 0px */;
  } }

.about-3 .img a {
  background: #F9F9F9; }

.about-4 .bg-wrap {
  border: 1px solid #DDEFFA;
  margin: 0 !important;
  box-shadow: 4px 4px 32px 16px #00427A0A; }

.about-4 .img a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;  height: 5.20833rem;
  width: auto;
}
  .about-4 .img a img {
    width: auto;
    height: 100%;
    object-fit: contain; }

.news-detail .social-wrap a {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
  .news-detail .social-wrap a:not(:last-child) {
  margin-right: calc(20/1920*100rem);
}
  .news-detail .social-wrap a:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }

.news-detail .iframe-view-file {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .news-detail .iframe-view-file iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }

.news-detail-page header, .product-detail-page header {
  height: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.news-detail-page main, .product-detail-page main {
  padding-top: 100px; }

.news-detail-page .top-banner, .product-detail-page .top-banner {
  display: none;
}

.news-detail-page .banner-breadcrumb .global-breadcrumb, .product-detail-page .banner-breadcrumb .global-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 50;
  margin: 0 /* 0px */;
  width: 100%;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
  left: unset !important;
  min-height: 32px;
}
  .news-detail-page .banner-breadcrumb .global-breadcrumb .container, .product-detail-page .banner-breadcrumb .global-breadcrumb .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;    -webkit-box-pack: center;    -webkit-justify-content: center;    -ms-flex-pack: center;    justify-content: center;
    min-height: 32px;
}
  .news-detail-page .banner-breadcrumb .global-breadcrumb h2, .product-detail-page .banner-breadcrumb .global-breadcrumb h2 {
  display: none;
}
  .news-detail-page .banner-breadcrumb .global-breadcrumb .Module, .product-detail-page .banner-breadcrumb .global-breadcrumb .Module {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
  .news-detail-page .banner-breadcrumb .global-breadcrumb ol, .product-detail-page .banner-breadcrumb .global-breadcrumb ol {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 0 /* 0px */;
  margin-bottom: 0 /* 0px */;
}
    .news-detail-page .banner-breadcrumb .global-breadcrumb ol li::after, .product-detail-page .banner-breadcrumb .global-breadcrumb ol li::after {
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));      background: #818181 !important;
      opacity: 1 !important;
}
    .news-detail-page .banner-breadcrumb .global-breadcrumb ol li.active a, .news-detail-page .banner-breadcrumb .global-breadcrumb ol li.active span, .product-detail-page .banner-breadcrumb .global-breadcrumb ol li.active a, .product-detail-page .banner-breadcrumb .global-breadcrumb ol li.active span {
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
    .news-detail-page .banner-breadcrumb .global-breadcrumb ol li:first-child span, .news-detail-page .banner-breadcrumb .global-breadcrumb ol li:first-child a, .product-detail-page .banner-breadcrumb .global-breadcrumb ol li:first-child span, .product-detail-page .banner-breadcrumb .global-breadcrumb ol li:first-child a {
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
    .news-detail-page .banner-breadcrumb .global-breadcrumb ol li:first-child:after, .product-detail-page .banner-breadcrumb .global-breadcrumb ol li:first-child:after {
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
    .news-detail-page .banner-breadcrumb .global-breadcrumb ol li:first-child:before, .product-detail-page .banner-breadcrumb .global-breadcrumb ol li:first-child:before {
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
    .news-detail-page .banner-breadcrumb .global-breadcrumb ol li:last-child, .product-detail-page .banner-breadcrumb .global-breadcrumb ol li:last-child {
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
    .news-detail-page .banner-breadcrumb .global-breadcrumb ol li a, .product-detail-page .banner-breadcrumb .global-breadcrumb ol li a {
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
      .news-detail-page .banner-breadcrumb .global-breadcrumb ol li a span, .product-detail-page .banner-breadcrumb .global-breadcrumb ol li a span {
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}

.other-news .news-item {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  .other-news .news-item .txt {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.other-document .item-document {
  height: 100%;
}
  .other-document .item-document .txt {
  height: 100%;
}

.other-document .icon {
  height: 32px;
  width: 32px;
  min-width: 32px; }
  .other-document .icon img {
    width: auto;
    height: 100%;
    object-fit: contain; }

.other-document time {
  font-size: 12px; }

.other-document .item-document {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.other-document .swiper-slide {
  height: auto;
}

@media (min-width: 1200.1px) {
  .news-report .document-item {
    padding: 1.45833rem 0 1.04167rem; } }

.news-list-2 {
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
}
  .news-list-2 .news-item .txt {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.social-list .item {
  --tw-bg-opacity: 1;
  background-color: rgb(241 248 254 / var(--tw-bg-opacity));
}

.social-list .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: calc(16/1920*100rem);
}
  .social-list .title em {
  margin-right: calc(16/1920*100rem);
  font-size: clamp(30px,calc(36/1920*100rem),36px);
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.social-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
  .social-list ul li {
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
}

@media (min-width: 768.1px) {
  .social-list ul li {
    padding-left: calc(20/1920*100rem);
    padding-right: calc(20/1920*100rem);
  }
  .social-list ul li:not(:last-child) {
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-right-color: rgb(220 220 220 / var(--tw-border-opacity));
  } }
    .social-list ul li:first-child {
  padding-left: 0 /* 0px */;
}

.social-list a {
  font-size: clamp(18px,calc(20/1920*100rem),20px);
}
  .social-list a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.gallery-2 .media-item .txt {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media screen and (max-width: 1024px) {
  .news-banner .txt {
    width: 100%;
    max-width: 100%;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(14 83 143 / var(--tw-bg-opacity));
    padding-top: calc(40/1920*100rem);
    padding-bottom: calc(40/1920*100rem);
  } }

.news-banner .img a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 28.125%; }
  .news-banner .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }

.news-banner li {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .news-banner li * {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .news-banner li em {
  margin-right: calc(12/1920*100rem);
  font-size: clamp(18px,calc(20/1920*100rem),20px);
}
  .news-banner li:not(:last-child) {
  margin-bottom: calc(16/1920*100rem);
}

.news-detail-2 .iframe-wrap {
  display: block;
  height: 23.4375rem;
  overflow: hidden;  text-align: center;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .news-detail-2 .iframe-wrap {
      height: 400px; } }
  @media screen and (max-width: 576px) {
    .news-detail-2 .iframe-wrap {
      height: 1300px; } }
  .news-detail-2 .iframe-wrap iframe, .news-detail-2 .iframe-wrap img {
  display: inline-block;
  height: 100%;
  width: 100%;
}
  .news-detail-2 .iframe-wrap img {
  display: none;
}

.news-detail-2 .briefcontent {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(70 70 70 / var(--tw-text-opacity));
}
  .news-detail-2 .briefcontent * {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(70 70 70 / var(--tw-text-opacity));
}

.news-detail-2 .gap-wrap time {
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.news-detail-2 .time-social {
  margin-top: calc(24/1920*100rem);
  margin-bottom: calc(24/1920*100rem);
}

@media (min-width: 1200.1px) {
  .news-detail-2 .time-social {
    margin-top: calc(32/1920*100rem);
    margin-bottom: calc(32/1920*100rem);
  } }

.news-detail-2 .social-wrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
  .news-detail-2 .social-wrap a:not(:last-child) {
  margin-right: calc(20/1920*100rem);
}
  .news-detail-2 .social-wrap a:hover em {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  .news-detail-2 .social-wrap a em {
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
  .news-detail-2 .social-wrap a span {
  margin-left: calc(4/1920*100rem);
  display: inline-block;
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
  .news-detail-2 .social-wrap a.share-copy-link:hover em {
    -webkit-transform: none;
            transform: none; }
  .news-detail-2 .social-wrap a.share-copy-link:hover span {
  -webkit-text-decoration-line: underline;
         /* text-decoration-line: underline;*/
}
  .news-detail-2 .social-wrap a.share-copy-link em {
    font-size: 12px; }

.other-news-wrap .headline {
  position: relative;
  margin-bottom: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
  font-size: clamp(20px,calc(24/1920*100rem),24px);  border-bottom: 1px solid #EAF2F6;
}
  @media screen and (max-width: 1024px) {
    .other-news-wrap .headline {
    margin-bottom: calc(24/1920*100rem);
    padding-bottom: calc(24/1920*100rem);
  } }
  .other-news-wrap .headline::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0 /* 0px */;
    bottom: -1px;
    z-index: 10;
    display: block;
    height: 4px;
    width: 40px;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    background: #8CC241; }
  .other-news-wrap .headline * {
  font-size: clamp(20px,calc(24/1920*100rem),24px);
}

.other-news-wrap .news-figure {
  border-radius: 10px; }
  .other-news-wrap .news-figure time {
    font-size: 10px; }
  .other-news-wrap .news-figure .img a {
    height: 205px; }
  .other-news-wrap .news-figure .title {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
}
  .other-news-wrap .news-figure .desc {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .other-news-wrap .news-figure .desc * {
      font-size: 12px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .other-news-wrap .news-figure .txt {
  padding: calc(12/1920*100rem);
}

@media (min-width: 1200.1px) {
  .other-news-wrap .news-figure .txt {
    padding-left: calc(16/1920*100rem);
    padding-right: calc(16/1920*100rem);
  } }

.other-news-wrap .news-half {
  margin: 0 /* 0px */;
  padding-top: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
}
  .other-news-wrap .news-half:not(:last-child) {
    border-bottom: 1px solid #EAF2F6; }
  .other-news-wrap .news-half .img {
    width: 200px;
    max-width: 200px;
    min-width: 200px; }
    @media screen and (min-width: 1200px) and (max-width: 1400px) {
      .other-news-wrap .news-half .img {
        width: 150px;
        max-width: 150px;
        min-width: 150px; } }
    .other-news-wrap .news-half .img a {
      height: 120px; }
  .other-news-wrap .news-half .txt {
  width: 100%;
  padding-left: calc(12/1920*100rem);
}
  .other-news-wrap .news-half .heading a {
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  font-weight: 700;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
  .other-news-wrap .news-half time {
  font-size: clamp(12px,calc(14/1920*100rem),14px);
}
  .other-news-wrap .news-half:hover .heading a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.media-item .img a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 55.7377%; }
  .media-item .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }

.media-item .img.video {
  position: relative;
}
  .media-item .img.video::after {
    content: '';
    pointer-events: none;
    z-index: 10;
    display: block;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    background: url("../img/icon/play.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 3.125rem;
    height: 3.125rem; }

.media-item .head-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.news-item-side {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
  @media screen and (min-width: 400px) {
    .news-item-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  } }
  .news-item-side:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
}
    .news-item-side:hover time {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .news-item-side:hover .headline a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .news-item-side .headline a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .news-item-side .img {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    .news-item-side .img a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: calc(20/1920*100rem);
  overflow: hidden;
  border-radius: calc(8/1920*100rem);
}
      @media screen and (min-width: 400px) {
        .news-item-side .img a {
          width: 10.41667rem;
          min-width: 10.41667rem;
          max-width: 10.41667rem;
          height: 10.36458rem; } }

@media (min-width: 576.1px) {
  .news-item-side .img a {
    width: 13.28125rem;
    min-width: 13.28125rem;
    max-width: 13.28125rem; } }
      @media screen and (max-width: 400px) {
        .news-item-side .img a {
          position: relative;
          display: block;
          height: 0;
          overflow: hidden;
          padding-top: 66.66667%; }
          .news-item-side .img a img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            object-fit: cover;
            -webkit-transition: .3s ease-in-out all;
            transition: .3s ease-in-out all; } }
      .news-item-side .img a img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .news-item-side time {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}
  .news-item-side .txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding-right: calc(16/1920*100rem) }
    @media screen and (max-width: 400px) {
      .news-item-side .txt {
    padding-top: calc(20/1920*100rem);
  } }

.news-big .img a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 55.625%; }
  .news-big .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }

.news-big .desc, .news-big .headline a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.news-big:hover .headline a {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.news-item .img a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 55.7377%; }
  .news-item .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }

.news-item .head-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.news-item:hover .head-title a {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.news-lasted {
  position: relative;
}
  .news-lasted .container {
  position: relative;
  z-index: 30;
}
  .news-lasted::after {
    content: '';
    pointer-events: none;
    position: absolute;
    right: 0 /* 0px */;
    bottom: 40px;
    z-index: 10;
    display: block;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;    height: 17.70833rem;
    width: 31.25rem;
    background: url("../img/overlay/news-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom; }
    @media screen and (max-width: 1024px) {
      .news-lasted::after {
        height: 7.29167rem;
        width: 20.83333rem; } }

@media (min-width: 1200.1px) {
  .product-detail .block-wrap {
    padding-left: calc(60/1920*100rem);
    padding-right: calc(60/1920*100rem);
  } }

.product-detail .img a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 100%; }
  .product-detail .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }

.product-detail .btn {
  width: 100%;
}
  .product-detail .btn.white {
  border-color: transparent;
}
  .product-detail .btn em {
  margin-right: calc(12/1920*100rem);
}

.product-detail .information li {
  list-style: none;
  padding-top: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
  font-size: clamp(16px,calc(18/1920*100rem),18px) }
  .product-detail .information li * {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
}
  .product-detail .information li p {
  margin-bottom: 0 /* 0px */;
}
  .product-detail .information li > div {
  display: block;
}
  .product-detail .information li:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 220 220 / var(--tw-border-opacity));
}
  .product-detail .information li:first-child {
  padding-top: 0 /* 0px */;
}
    .product-detail .information li:first-child > div > div:first-child {
  --tw-text-opacity: 1;
  color: rgb(140 194 65 / var(--tw-text-opacity));
}
  .product-detail .information li > div > div:first-child {
  margin-bottom: calc(12/1920*100rem);
  display: block;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.product-detail .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: calc(4/1920*100rem);
  padding-top: calc(20/1920*100rem);
}
  .product-detail .tags .tags__label {
  margin-bottom: calc(8/1920*100rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  font-weight: 700;
}
  .product-detail .tags li {
  border-color: transparent;
}
  .product-detail .tags a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: calc(8/1920*100rem);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(191 222 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(191 222 248 / var(--tw-bg-opacity));
  padding-left: calc(12/1920*100rem);
  padding-right: calc(12/1920*100rem);
  padding-top: calc(4/1920*100rem);
  padding-bottom: calc(4/1920*100rem);
  font-size: clamp(12px,calc(14/1920*100rem),14px);
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;    height: 32px;
}
    .product-detail .tags a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.product-detail .information table tr td {
  padding-top: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
}

.product-detail .information table tr:first-child td {
  padding-top: 0 /* 0px */;
}

.product-detail .information table tr:last-child td {
  padding-bottom: 0 /* 0px */;
}

.product-detail .information table tr:not(:last-child) td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 220 220 / var(--tw-border-opacity));
}

.product-information .tab-nav {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
  .product-information .tab-nav ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
  .product-information .tab-nav a {
    height: 50px;
    padding-left: calc(32/1920*100rem);
    padding-right: calc(32/1920*100rem) }

.product-information .bg-wrap {
  box-shadow: 0px 4px 16px 0px #00000014; }

@media (min-width: 1200.1px) {
  .product-information .bg-wrap {
    padding: 1.66667rem 3.125rem; } }

.product-information .fullcontent h3 {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.product-other-item .headline a {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

.product-other-item .img a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 100%; }
  .product-other-item .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }

.product-other-item:hover .headline a {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.product-list .filter-wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
  @media screen and (max-width: 1024px) {
    .product-list .filter-wrap .filter-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
      .product-list .filter-wrap .filter-item label {
    font-size: clamp(18px,calc(20/1920*100rem),20px);
  } }

@media (min-width: 1200.1px) {
  .product-list .filter-wrap .filter-item:first-child {
    margin-right: calc(40/1920*100rem);
  } }

.product-list .product-zone-nav .custom-select {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .product-list .product-zone-nav .custom-select select {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 143 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .product-list .product-zone-nav .custom-select select option {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-item .img a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 100%; }
  .product-item .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }

@media screen and (max-width: 576px) {
  .product-item .headline a {
    font-size: clamp(16px,calc(18/1920*100rem),18px);
  } }

.product-item:hover .headline a {
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.zone-item {
  height: 100%;  background: var(--color-code);
}
  .zone-item .img a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc(32/1920*100rem);    height: 6.25rem;
    width: auto;
}
    .zone-item .img a img {
      width: auto;
      height: 100%;
      object-fit: contain; }
  .zone-item .headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
    .zone-item .headline * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .zone-item .headline {
  padding-left: calc(16/1920*100rem);
  padding-right: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
}

.search-product .product-figure .desc li {
  list-style: none;
  padding-top: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
  font-size: clamp(16px,calc(18/1920*100rem),18px) }
  .search-product .product-figure .desc li * {
  font-size: clamp(16px,calc(18/1920*100rem),18px);
}
  .search-product .product-figure .desc li p {
  margin-bottom: 0 /* 0px */;
}
  .search-product .product-figure .desc li > div {
  display: block;
}
  .search-product .product-figure .desc li:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 220 220 / var(--tw-border-opacity));
}
  .search-product .product-figure .desc li:first-child {
  padding-top: 0 /* 0px */;
}
    .search-product .product-figure .desc li:first-child > div > div:first-child {
  --tw-text-opacity: 1;
  color: rgb(140 194 65 / var(--tw-text-opacity));
}
  .search-product .product-figure .desc li > div > div:first-child {
  margin-bottom: calc(12/1920*100rem);
  display: block;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}

.search-product .section-title {
  font-size: clamp(34px,calc(40/1920*100rem),40px);
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));  margin-bottom: 2.08333rem;
}
  .search-product .section-title * {
  font-size: clamp(34px,calc(40/1920*100rem),40px);
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024.1px) {
  .search-product .section-title {
    margin-bottom: 4.16667rem; } }

@media (min-width: 1200.1px) {
  .search-product .section-title {
    margin-bottom: 6.25rem; } }

@media (min-width: 1600.1px) {
  .search-product .section-title {
    margin-bottom: 9.375rem; } }

.search-product .product-search .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.alphabetical-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
  .alphabetical-filter .tab-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;    height: 21.875rem;
}
  .alphabetical-filter .tab-nav .active a {
  font-size: clamp(18px,calc(20/1920*100rem),20px);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(14 83 143 / var(--tw-text-opacity));
}
  .alphabetical-filter .tab-nav a {
  margin-bottom: calc(24/1920*100rem);
  display: block;
  font-size: clamp(14px,calc(16/1920*100rem),16px);
  text-transform: uppercase;
}

@media (min-width: 1200.1px) {
  .alphabetical-filter .tab-nav a {
    margin-bottom: calc(16/1920*100rem);
  } }
  .alphabetical-filter .tab-item ul {
    height: 21.875rem; }
  .alphabetical-filter .tab-item li:not(:last-child) {
  margin-bottom: calc(28/1920*100rem);
}
  .alphabetical-filter .tab-item .headline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.product-figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
  .product-figure .img {
  padding: calc(24/1920*100rem);
}

@media (min-width: 1200.1px) {
  .product-figure .img {
    padding: calc(32/1920*100rem);
  } }
    .product-figure .img a {
      position: relative;
      display: block;
      height: 0;
      overflow: hidden;
      padding-top: 100%; }
      .product-figure .img a img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        -webkit-transition: .3s ease-in-out all;
        transition: .3s ease-in-out all; }
      .group:hover .group-hover\:text-primary-950 {
  --tw-text-opacity: 1;
  color: rgb(13 40 68 / var(--tw-text-opacity));
}
      @media (min-width: 576.1px) {

  .sm\:end-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:p-8 {
    padding: calc(32/1920*100rem);
  }

  .sm\:pt-6 {
    padding-top: calc(24/1920*100rem);
  }
}
      @media (min-width: 768.1px) {

  .md\:center-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md\:gap-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:mr-10 {
    margin-right: calc(40/1920*100rem);
  }

  .md\:mr-4 {
    margin-right: calc(16/1920*100rem);
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:gap-8 {
    gap: calc(32/1920*100rem);
  }

  .md\:gap-6 {
    gap: calc(24/1920*100rem);
  }

  .md\:pl-10 {
    padding-left: calc(40/1920*100rem);
  }

  .md\:pt-8 {
    padding-top: calc(32/1920*100rem);
  }

  .md\:pl-5 {
    padding-left: calc(20/1920*100rem);
  }
}
      @media (min-width: 1024.1px) {

  .lg\:gap-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:ml-8 {
    margin-left: calc(32/1920*100rem);
  }

  .lg\:mb-11 {
    margin-bottom: calc(44/1920*100rem);
  }

  .lg\:mb-6 {
    margin-bottom: calc(24/1920*100rem);
  }

  .lg\:mr-3 {
    margin-right: calc(12/1920*100rem);
  }

  .lg\:mb-10 {
    margin-bottom: calc(40/1920*100rem);
  }

  .lg\:mb-9 {
    margin-bottom: calc(36/1920*100rem);
  }

  .lg\:mb-7 {
    margin-bottom: calc(28/1920*100rem);
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:gap-12 {
    gap: calc(48/1920*100rem);
  }

  .lg\:gap-15 {
    gap: calc(60/1920*100rem);
  }

  .lg\:gap-8 {
    gap: calc(32/1920*100rem);
  }

  .lg\:gap-6 {
    gap: calc(24/1920*100rem);
  }

  .lg\:gap-x-20 {
    -webkit-column-gap: calc(80/1920*100rem);
       -moz-column-gap: calc(80/1920*100rem);
            column-gap: calc(80/1920*100rem);
  }

  .lg\:p-3 {
    padding: calc(12/1920*100rem);
  }

  .lg\:p-8 {
    padding: calc(32/1920*100rem);
  }

  .lg\:p-15 {
    padding: calc(60/1920*100rem);
  }

  .lg\:p-9 {
    padding: calc(36/1920*100rem);
  }

  .lg\:px-8 {
    padding-left: calc(32/1920*100rem);
    padding-right: calc(32/1920*100rem);
  }

  .lg\:py-6 {
    padding-top: calc(24/1920*100rem);
    padding-bottom: calc(24/1920*100rem);
  }

  .lg\:px-6 {
    padding-left: calc(24/1920*100rem);
    padding-right: calc(24/1920*100rem);
  }

  .lg\:py-4 {
    padding-top: calc(16/1920*100rem);
    padding-bottom: calc(16/1920*100rem);
  }

  .lg\:py-15 {
    padding-top: calc(60/1920*100rem);
    padding-bottom: calc(60/1920*100rem);
  }

  .lg\:px-10 {
    padding-left: calc(40/1920*100rem);
    padding-right: calc(40/1920*100rem);
  }

  .lg\:py-8 {
    padding-top: calc(32/1920*100rem);
    padding-bottom: calc(32/1920*100rem);
  }

  .lg\:px-12 {
    padding-left: calc(48/1920*100rem);
    padding-right: calc(48/1920*100rem);
  }

  .lg\:pt-10 {
    padding-top: calc(40/1920*100rem);
  }

  .lg\:pl-15 {
    padding-left: calc(60/1920*100rem);
  }

  .lg\:pt-8 {
    padding-top: calc(32/1920*100rem);
  }

  .lg\:pt-5 {
    padding-top: calc(20/1920*100rem);
  }

  .lg\:pl-8 {
    padding-left: calc(32/1920*100rem);
  }

  .lg\:text-clamp-64 {
    font-size: clamp(48px,calc(64/1920*100rem),64px);
  }

  .lg\:absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
}
      @media (min-width: 1200.1px) {

  .xl\:mx-6 {
    margin-left: calc(24/1920*100rem);
    margin-right: calc(24/1920*100rem);
  }

  .xl\:mr-17 {
    margin-right: calc(68/1920*100rem);
  }

  .xl\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:py-10 {
    padding-top: calc(40/1920*100rem);
    padding-bottom: calc(40/1920*100rem);
  }

  .xl\:pl-20 {
    padding-left: calc(80/1920*100rem);
  }

  .xl\:pt-10 {
    padding-top: calc(40/1920*100rem);
  }

  .xl\:pb-15 {
    padding-bottom: calc(60/1920*100rem);
  }

  .xl\:pt-12 {
    padding-top: calc(48/1920*100rem);
  }
}
      @media (max-width: 576px) {

  .max-sm\:w-full {
    width: 100%;
  }
}
      @media (max-width: 768px) {

  .max-md\:col-ver {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .max-md\:mb-4 {
    margin-bottom: calc(16/1920*100rem);
  }
}
      @media (max-width: 1024px) {

  .max-lg\:col-hor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .max-lg\:mb-5 {
    margin-bottom: calc(20/1920*100rem);
  }

  .max-lg\:pt-8 {
    padding-top: calc(32/1920*100rem);
  }

  .max-lg\:pt-6 {
    padding-top: calc(24/1920*100rem);
  }

  .max-lg\:text-clamp-32 {
    font-size: clamp(26px,calc(32/1920*100rem),32px);
  }
}

/*# sourceMappingURL=main.min.css.map */

