@charset "UTF-8";
/**
 * This injects Tailwind's base styles and any base styles registered-500 by
 * plugins.
 */
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  -webkit-text-size-adjust: 100%; /* 3 */ /* 2 */
  font-feature-settings: normal; /* 5 */
  -webkit-tap-highlight-color: transparent; /* 7 */
  line-height: 1.5; /* 1 */
  font-family: FuturaSH, sans-serif; /* 4 */
  font-variation-settings: normal; /* 6 */
  tab-size: 4; /* 3 */
}
/*
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 {
  border-top-width: 1px; /* 3 */
  height: 0; /* 1 */
  color: inherit; /* 2 */
}
/*
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-weight: inherit;
  font-size: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-feature-settings: normal; /* 2 */
  font-size: 1em; /* 4 */
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-variation-settings: normal; /* 3 */
}
/*
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 {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
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 {
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
  text-indent: 0; /* 1 */
}
/*
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-feature-settings: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
  color: inherit; /* 1 */
  font-weight: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  font-family: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-image: none; /* 2 */
  background-color: transparent; /* 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 {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
html, body {
    font-size: 16px; }
@media (min-width: 1200px) {
    html, body {
      font-size: 1vw; } }
body{
  --tw-text-opacity: 1;
  overflow-x: hidden;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-family: FuturaSH, sans-serif;
}
h1{
  font-weight: 700;
  font-size: calc(30/1920*100rem);
}
h2{
  font-weight: 700;
  font-size: calc(24/1920*100rem);
}
h3{
  font-weight: 700;
  font-size: calc(20/1920*100rem);
}
h4{
  font-weight: 700;
  font-size: calc(18/1920*100rem);
}
h5{
  font-weight: 700;
  font-size: calc(16/1920*100rem);
}
h6{
  font-weight: 700;
  font-size: calc(14/1920*100rem);
}
a{
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover{
  color: currentColor;
}
img{
  display: inline;
  max-width: 100%;
}
[lang="vi-VN"] body{
  font-family: SVN-Futura, sans-serif;
}/**
 * This injects Tailwind's component classes and any component classes
 * registered-500 by plugins.
 */
.container{
  margin-right: auto;
  margin-left: auto;
  padding-right: calc(16/1920*100rem);
  padding-left: calc(16/1920*100rem);
  width: 100%;
}
@media (min-width: 400px){
  .container{
    max-width: 400px;
  }
}
@media (min-width: 576px){
  .container{
    max-width: 576px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1600px){
  .container{
    max-width: 1600px;
  }
}
.container{
  max-width: 100%;
}
@media (min-width: 576px) {
    .container{
    max-width: 96vw;
  } }
@media (min-width: 1200px) {
    .container{
    max-width: 80rem;
  } }
.container-fluid{
  margin-right: auto;
  margin-left: auto;
  padding-right: calc(16/1920*100rem);
  padding-left: calc(16/1920*100rem);
  width: 100%;
  max-width: 97.5rem;
}
@media (min-width: 1200px){
  .container-fluid{
    padding-right: calc(40/1920*100rem);
    padding-left: calc(40/1920*100rem);
    max-width: 100rem;
  }
}
.equal-height .row > [class*=col] > *{
  height: 100%;
}
.equal-height .swiper-slide{
  height: auto;
}
.equal-height .swiper-slide > *{
  height: 100%;
}
.lozad-bg{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-cover{
  position: relative;
  overflow: hidden;
}
.img-cover img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}/**
 * This injects Tailwind's utility classes and any utility classes registered-500
 * by plugins.
 */
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.z-1{
  z-index: 1;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-full{
  grid-column: 1 / -1;
}
.-mt-8{
  margin-top: calc(calc(32/1920*100rem) * -1);
}
.mb-2{
  margin-bottom: calc(8/1920*100rem);
}
.mb-4{
  margin-bottom: calc(16/1920*100rem);
}
.mb-6{
  margin-bottom: calc(24/1920*100rem);
}
.mb-8{
  margin-bottom: calc(32/1920*100rem);
}
.mt-10{
  margin-top: calc(40/1920*100rem);
}
.mt-12{
  margin-top: calc(48/1920*100rem);
}
.mt-16{
  margin-top: calc(64/1920*100rem);
}
.mt-2{
  margin-top: calc(8/1920*100rem);
}
.mt-3{
  margin-top: calc(12/1920*100rem);
}
.mt-4{
  margin-top: calc(16/1920*100rem);
}
.mt-5{
  margin-top: calc(20/1920*100rem);
}
.mt-6{
  margin-top: calc(24/1920*100rem);
}
.mt-8{
  margin-top: calc(32/1920*100rem);
}
.mt-9{
  margin-top: calc(36/1920*100rem);
}
.box-content{
  box-sizing: content-box;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.w-full{
  width: 100%;
}
.grow{
  flex-grow: 1;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-3{
  gap: calc(12/1920*100rem);
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(20/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(20/1920*100rem) * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(24/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(24/1920*100rem) * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-secondary-blue-grey{
  --tw-border-opacity: 1;
  border-color: rgb(213 224 236 / var(--tw-border-opacity, 1));
}
.bg-\[\#F2F2F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-primary-sky-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
}
.bg-secondary-alice-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 255 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-linear{
  background-image: linear-gradient(180deg, #DEEFF9 0%, #F1FCFF 68.13%, #FFF 100%);
}
.p-2{
  padding: calc(8/1920*100rem);
}
.px-3{
  padding-right: calc(12/1920*100rem);
  padding-left: calc(12/1920*100rem);
}
.px-4{
  padding-right: calc(16/1920*100rem);
  padding-left: calc(16/1920*100rem);
}
.px-6{
  padding-right: calc(24/1920*100rem);
  padding-left: calc(24/1920*100rem);
}
.py-3{
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
}
.py-6{
  padding-top: calc(24/1920*100rem);
  padding-bottom: calc(24/1920*100rem);
}
.\!pt-0{
  padding-top: 0 /* 0px */ !important;
}
.pb-6{
  padding-bottom: calc(24/1920*100rem);
}
.pt-12{
  padding-top: calc(48/1920*100rem);
}
.pt-6{
  padding-top: calc(24/1920*100rem);
}
.text-center{
  text-align: center;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 1));
}
.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
}
.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}
.text-primary-dark-blue{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity, 1));
}
.shadow{
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 4px 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);
}
.blur{
  --tw-blur: blur(6px);
  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);
}
.invert{
  --tw-invert: invert(100%);
  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{
  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);
}
.transition{
  transition-duration: 150ms;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-all{
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ratio-\[180\/416\]{
  padding-top: 43.269230769230774%;
}
.ratio-\[541\/480\]{
  padding-top: 112.70833333333334%;
}
.section{
  padding-top: calc(40/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
}
@media (min-width: 1200px){
  .section{
    padding-top: calc(60/1920*100rem);
    padding-bottom: calc(60/1920*100rem);
  }
}
.section-b{
  padding-bottom: calc(40/1920*100rem);
}
@media (min-width: 1200px){
  .section-b{
    padding-bottom: calc(60/1920*100rem);
  }
}
.section-large{
  padding-top: calc(60/1920*100rem);
  padding-bottom: calc(60/1920*100rem);
}
@media (min-width: 1200px){
  .section-large{
    padding-top: calc(80/1920*100rem);
    padding-bottom: calc(80/1920*100rem);
  }
}
.section-t-large{
  padding-top: calc(60/1920*100rem);
}
@media (min-width: 1200px){
  .section-t-large{
    padding-top: calc(80/1920*100rem);
  }
}
.section-b-large{
  padding-bottom: calc(60/1920*100rem);
}
@media (min-width: 1200px){
  .section-b-large{
    padding-bottom: calc(80/1920*100rem);
  }
}
.row{
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(calc(16/1920*100rem) * -1);
  margin-left: calc(calc(16/1920*100rem) * -1);
}
.row > *{
  padding-right: calc(16/1920*100rem);
  padding-left: calc(16/1920*100rem);
}
.swiper-relative{
  position: relative;
}
.img-scale, .image-scale{
  display: block;
  position: relative;
  height: 0 /* 0px */;
  overflow: hidden;
}
.img-scale img, .image-scale img{
  position: absolute;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iframe-scale{
  display: block;
  position: relative;
  height: 0 /* 0px */;
  overflow: hidden;
}
.iframe-scale iframe{
  position: absolute;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 0 /* 0px */;
  min-width: 100%;
  height: 100%;
}
.item-hover .image{
  position: relative;
  overflow: hidden;
}
.item-hover .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-hover .image{
  overflow: hidden;
}
.item-hover .image img{
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.item-hover:hover .image img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
.is-sticky{
  position: sticky;
  top: calc(128/1920*100rem);
  z-index: 50;
}
[class*='ratio-']{
  display: block;
  position: relative;
  height: 0 /* 0px */;
  overflow: hidden;
}
[class*='ratio-'] img, [class*='ratio-'] iframe, [class*='ratio-'] video, [class*='ratio-'] .ratio-frame, [class*='ratio-'] picture {
      position: absolute;
      top: 0 /* 0px */;
      left: 0 /* 0px */;
      transition-duration: 150ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      width: 100%;
      height: 100%;
      object-fit: cover }
[class*='ratio-'].ratio-contain img, [class*='ratio-'].ratio-contain video, [class*='ratio-'].ratio-contain picture{
  object-fit: contain;
}
[class*='ratio-'] iframe {
      object-fit: none !important; }
.gap-base{
  gap: calc(20/1920*100rem);
}
@media (min-width: 1200px){
  .gap-base{
    gap: calc(32/1920*100rem);
  }
}/**
 * Use this directive to control where Tailwind injects the hover, focus,
 * responsive, dark mode, and other variants of each class.
 *
 * If omitted, Tailwind will append these classes to the very end of
 * your stylesheet by default.
 */
.hover\:bg-neutral-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
}
.group.active .group-\[\.active\]\/\:rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rem\:min-h-\[78px\]{
  min-height: 4.0625rem;
}
.rem\:tracking-\[0\.56px\]{
  letter-spacing: 0.02916666666666667rem;
}
.rem\:tracking-\[0\.72px\]{
  letter-spacing: 0.0375rem;
}
@media (min-width: 576px){
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:p-8{
    padding: calc(32/1920*100rem);
  }
}
@media (min-width: 768px){
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-5\/12{
    width: 41.666667%;
  }
  .md\:w-7\/12{
    width: 58.333333%;
  }
}
@media (min-width: 1024px){
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px){
  .xl\:mt-10{
    margin-top: calc(40/1920*100rem);
  }
  .xl\:mt-12{
    margin-top: calc(48/1920*100rem);
  }
  .xl\:mt-19{
    margin-top: calc(76/1920*100rem);
  }
  .xl\:mt-20{
    margin-top: calc(80/1920*100rem);
  }
  .xl\:mt-22{
    margin-top: calc(88/1920*100rem);
  }
  .xl\:pb-11{
    padding-bottom: calc(44/1920*100rem);
  }
}
@media (min-width: 1600px){
  .\33xl\:mt-16{
    margin-top: calc(64/1920*100rem);
  }
  .\33xl\:mt-18{
    margin-top: calc(72/1920*100rem);
  }
}.edit-link i:before {
  content: '✏️'; }

@font-face {
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/FuturaSH-Bold.eot");
  src: url("../fonts/FuturaSH-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaSH-Bold.woff2") format("woff2"), url("../fonts/FuturaSH-Bold.woff") format("woff"), url("../fonts/FuturaSH-Bold.ttf") format("truetype"), url("../fonts/FuturaSH-Bold.svg#FuturaSH-Bold") format("svg");
  font-family: 'FuturaSH';
  font-display: swap; }

@font-face {
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FuturaSH-Medium.eot");
  src: url("../fonts/FuturaSH-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaSH-Medium.woff2") format("woff2"), url("../fonts/FuturaSH-Medium.woff") format("woff"), url("../fonts/FuturaSH-Medium.ttf") format("truetype"), url("../fonts/FuturaSH-Medium.svg#FuturaSH-Medium") format("svg");
  font-family: 'FuturaSH';
  font-display: swap; }

@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/FuturaSH-Book.eot");
  src: url("../fonts/FuturaSH-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaSH-Book.woff2") format("woff2"), url("../fonts/FuturaSH-Book.woff") format("woff"), url("../fonts/FuturaSH-Book.ttf") format("truetype"), url("../fonts/FuturaSH-Book.svg#FuturaSH-Book") format("svg");
  font-family: 'FuturaSH';
  font-display: swap; }

@font-face {
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/FuturaSH-DemiBold.eot");
  src: url("../fonts/FuturaSH-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaSH-DemiBold.woff2") format("woff2"), url("../fonts/FuturaSH-DemiBold.woff") format("woff"), url("../fonts/FuturaSH-DemiBold.ttf") format("truetype"), url("../fonts/FuturaSH-DemiBold.svg#FuturaSH-DemiBold") format("svg");
  font-family: 'FuturaSH';
  font-display: swap; }

@font-face {
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/FuturaSH-Light.eot");
  src: url("../fonts/FuturaSH-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaSH-Light.woff2") format("woff2"), url("../fonts/FuturaSH-Light.woff") format("woff"), url("../fonts/FuturaSH-Light.ttf") format("truetype"), url("../fonts/FuturaSH-Light.svg#FuturaSH-Light") format("svg");
  font-family: 'FuturaSH';
  font-display: swap; }

@font-face {
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/SVN-FuturaDemiBold.eot");
  src: url("../fonts/SVN-FuturaDemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-FuturaDemiBold.woff2") format("woff2"), url("../fonts/SVN-FuturaDemiBold.woff") format("woff"), url("../fonts/SVN-FuturaDemiBold.ttf") format("truetype"), url("../fonts/SVN-FuturaDemiBold.svg#SVN-FuturaDemiBold") format("svg");
  font-family: 'SVN-Futura';
  font-display: swap; }

@font-face {
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/SVN-FuturaHeavy.eot");
  src: url("../fonts/SVN-FuturaHeavy.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-FuturaHeavy.woff2") format("woff2"), url("../fonts/SVN-FuturaHeavy.woff") format("woff"), url("../fonts/SVN-FuturaHeavy.ttf") format("truetype"), url("../fonts/SVN-FuturaHeavy.svg#SVN-FuturaHeavy") format("svg");
  font-family: 'SVN-Futura';
  font-display: swap; }

@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SVN-Futura.eot");
  src: url("../fonts/SVN-Futura.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-Futura.woff2") format("woff2"), url("../fonts/SVN-Futura.woff") format("woff"), url("../fonts/SVN-Futura.ttf") format("truetype"), url("../fonts/SVN-Futura.svg#SVN-Futura") format("svg");
  font-family: 'SVN-Futura';
  font-display: swap; }

@font-face {
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/SVN-FuturaLight.eot");
  src: url("../fonts/SVN-FuturaLight.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-FuturaLight.woff2") format("woff2"), url("../fonts/SVN-FuturaLight.woff") format("woff"), url("../fonts/SVN-FuturaLight.ttf") format("truetype"), url("../fonts/SVN-FuturaLight.svg#SVN-FuturaLight") format("svg");
  font-family: 'SVN-Futura';
  font-display: swap; }

.header-64{
  font-size: calc(30/1920*100rem);
}

@media (min-width: 1200px){
  .header-64{
    font-size: calc(48/1920*100rem);
  }
}

@media (min-width: 1600px){
  .header-64{
    font-size: calc(64/1920*100rem);
  }
}

@media (min-width: 1200px){
  [lang="vi-VN"] .header-64{
    font-size: calc(40/1920*100rem);
  }
}

@media (min-width: 1600px){
  [lang="vi-VN"] .header-64{
    font-size: 2.8125rem;
  }
}

.header-48{
  font-size: calc(30/1920*100rem);
}

@media (min-width: 1200px){
  .header-48{
    font-size: calc(48/1920*100rem);
  }
}

.header-40{
  font-size: 1.4583333333333335rem;
}

@media (min-width: 1200px){
  .header-40{
    font-size: calc(40/1920*100rem);
  }
}

.section-header-32{
  font-size: calc(24/1920*100rem);
  letter-spacing: 0.03333333333333333rem;
}

@media (min-width: 1200px){
  .section-header-32{
    font-size: calc(32/1920*100rem);
  }
}

.sub-header-24{
  font-size: calc(20/1920*100rem);
}

@media (min-width: 1200px){
  .sub-header-24{
    font-size: calc(24/1920*100rem);
  }
}

.sub-header-20{
  font-size: calc(18/1920*100rem);
  letter-spacing: 0.020833333333333336rem;
}

@media (min-width: 1200px){
  .sub-header-20{
    font-size: calc(20/1920*100rem);
  }
}

.sub-header-20{
  line-height: 1.3;
}

.body-18{
  font-size: 0.8854166666666667rem;
}

@media (min-width: 1200px){
  .body-18{
    font-size: calc(18/1920*100rem);
  }
}

.body-16{
  font-size: 0.78125rem;
}

@media (min-width: 1200px){
  .body-16{
    font-size: calc(16/1920*100rem);
  }
}

.body-14{
  font-size: calc(14/1920*100rem);
}

.label-12{
  font-size: calc(12/1920*100rem);
}

.site-title {
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity, 1));
  font-weight: 600;
  font-size: calc(30/1920*100rem);
  line-height: normal;
  letter-spacing: 0.96px }

@media (min-width: 1200px){
  .site-title{
    font-size: calc(48/1920*100rem);
  }
}
  .site-title.is-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

[lang="vi-VN"] .site-title, [lang="vi-VN"] .site-big-title{
  line-height: 1.25;
}

.site-big-title {
  --tw-text-opacity: 1;
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: calc(30/1920*100rem);
  line-height: normal;
  letter-spacing: 1.28px }

@media (min-width: 1200px){
  .site-big-title{
    font-size: calc(48/1920*100rem);
  }
}

@media (min-width: 1600px){
  .site-big-title{
    font-size: calc(64/1920*100rem);
  }
}

@media (min-width: 1200px){
  [lang="vi-VN"] .site-big-title{
    font-size: calc(40/1920*100rem);
  }
}

@media (min-width: 1600px){
  [lang="vi-VN"] .site-big-title{
    font-size: 2.8125rem;
  }
}
  .site-big-title.is-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site-sub-title {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.4px;
  letter-spacing: 0.020833333333333336rem }

@media (min-width: 1200px){
  .site-sub-title{
    font-size: calc(20/1920*100rem);
  }
}

.site-sub-title{
  line-height: 1.3;
}
  .site-sub-title.is-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site-desc {
  letter-spacing: 0.4px }

.site-desc > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(16/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(16/1920*100rem) * var(--tw-space-y-reverse));
}

.site-desc{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.020833333333333336rem;
}

@media (min-width: 1200px){
  .site-desc{
    font-size: calc(20/1920*100rem);
  }
}

.site-desc{
  line-height: 1.3;
}
  .site-desc.is-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.full-content{
  max-width: unset;
  color: var(--tw-prose-body);
}

.full-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.full-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
}

.full-content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-weight: 700;
}

.full-content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.full-content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.full-content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.full-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  list-style-type: decimal;
}

.full-content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.full-content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.full-content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.full-content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.full-content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.full-content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.full-content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.full-content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.full-content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.full-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  padding-left: calc(19/1920*100rem);
  list-style-type: disc;
}

.full-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) li{
  padding-left: 0;
}

.full-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) li::marker{
  color: #292929;
}

.full-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-counters);
  font-weight: 400;
}

.full-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.full-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  color: var(--tw-prose-headings);
  font-weight: 600;
}

.full-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3em;
  margin-bottom: 3em;
  border-top-width: 1px;
  border-color: var(--tw-prose-hr);
}

.full-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  padding-left: 1em;
  quotes: "\201C""\201D""\2018""\2019";
  color: #white;
  font-style: italic;
  font-weight: 500;
}

.full-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.full-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.full-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0.8888889em;
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  line-height: 1.1111111;
}

.full-content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-weight: 900;
}

.full-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 1em;
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.3333333;
}

.full-content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-weight: 800;
}

.full-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.6;
}

.full-content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-weight: 700;
}

.full-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: var(--tw-prose-headings);
  font-weight: 600;
  line-height: 1.5;
}

.full-content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-weight: 700;
}

.full-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.full-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.full-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
  color: var(--tw-prose-kbd);
  font-weight: 500;
  font-size: 0.875em;
  font-family: inherit;
}

.full-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.full-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.full-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.full-content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.full-content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.full-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.full-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.full-content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.full-content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.full-content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.full-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  background-color: var(--tw-prose-pre-bg);
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
  overflow-x: auto;
  color: var(--tw-prose-pre-code);
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.full-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-width: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.full-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.full-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.full-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
  width: 100%;
  table-layout: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  text-align: left;
}

.full-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) td{
  border: thin solid #e8e8e8;
  padding: 0.5rem;
}

.full-content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.full-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
  color: var(--tw-prose-headings);
  font-weight: 600;
}

.full-content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.full-content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.full-content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.full-content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.full-content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.full-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.full-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8571429em;
  color: var(--tw-prose-captions);
  font-size: calc(15/1920*100rem);
  line-height: 1.4285714;
}

.full-content{
  --tw-prose-body: #374151;
  --tw-prose-headings: inherit;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: inherit;
  line-height: inherit;
}

.full-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.full-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.full-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.full-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}

.full-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}

.full-content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.full-content :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.full-content :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.full-content :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.full-content :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.full-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.full-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.full-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}

.full-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.full-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.full-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.full-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.full-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}

.full-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}

.full-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.full-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}

.full-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}

.full-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.full-content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.full-content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.full-content :where(h1,h2,h3,h4,h5,h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: calc(20/1920*100rem);
  line-height: 1.3;
}

@media (min-width: 1200px){
  .full-content :where(h1,h2,h3,h4,h5,h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: calc(20/1920*100rem);
  }
}

.full-content :where(*):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin: calc(20/1920*100rem) 0;
}

.full-content :where(.prose > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.full-content :where(.prose > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.full-content :where(div):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin: calc(20/1920*100rem) 0;
}

.full-content{
  --tw-text-opacity: 1;
  margin: 0;
  max-width: none;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.4px;
  letter-spacing: 0.020833333333333336rem;
}

@media (min-width: 1200px){
  .full-content{
    font-size: calc(20/1920*100rem);
  }
}

.full-content{
  line-height: 1.3;
}
  .full-content *{
  --tw-text-opacity: 1;
  max-width: 100%;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
}
  .full-content > *:first-child{
  margin-top: 0 /* 0px */;
}
  .full-content > *:last-child{
  margin-bottom: 0 /* 0px */;
}
  .full-content * + h2{
  margin-top: calc(16/1920*100rem);
}
  .full-content p img{
  margin-top: 0 /* 0px */;
  margin-bottom: 0 /* 0px */;
}
  .full-content figure{
  max-width: 100%;
}
    .full-content figure figcaption{
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 1));
  text-align: center;
}
  .full-content span strong{
  color: currentColor;
}
  .full-content .aligncenter{
  display: block;
  margin-right: auto;
  margin-left: auto;
}
  .full-content .wp-block-columns-is-layout-flex{
  margin-bottom: 0 /* 0px */ !important;
}
  .full-content .wp-block-image img{
  margin: 0 /* 0px */;
}
  .full-content .wp-block-image .aligncenter{
  text-align: center;
}
    .full-content .wp-block-image .aligncenter a{
  display: block;
  text-align: center;
}
    .full-content .wp-block-image .aligncenter figcaption{
  display: block;
  text-align: center;
}

.site-text-animation{
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
  .site-text-animation .lettering {
    text-stroke: 1px #00A8DF;
    display: flex;
    animation: infiniteScroll 30s linear infinite;
    width: max-content;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #00A8DF;
    font-weight: 500;
    font-size: 2.604166666666667rem;
    line-height: 1;
    letter-spacing: 5.2px }
  @media (min-width: 1200px){
  .site-text-animation .lettering{
    font-size: 13.541666666666668rem;
  }
}
  .site-text-animation span{
  margin-right: calc(40/1920*100rem);
  white-space: nowrap;
}
  @media (min-width: 1200px){
  .site-text-animation.text-medium .lettering{
    font-size: 8.854166666666668rem;
  }
}

@keyframes infiniteScroll {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }

@keyframes cloudLoopLeft {
  0% {
    transform: translate3d(0, 0, 0); }
  50% {
    transform: translate3d(-50%, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes cloudLoopRight {
  0% {
    transform: translate3d(0, 0, 0); }
  50% {
    transform: translate3d(50%, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

.col-1{
  width: 8.333333%;
}

.col-2{
  width: 16.666667%;
}

.col-3{
  width: 25%;
}

.col-4{
  width: 33.333333%;
}

.col-5{
  width: 41.666667%;
}

.col-6{
  width: 50%;
}

.col-7{
  width: 58.333333%;
}

.col-8{
  width: 66.666667%;
}

.col-9{
  width: 75%;
}

.col-10{
  width: 83.333333%;
}

.col-11{
  width: 91.666667%;
}

.col-12{
  width: 100%;
}

@media (min-width: 576px){
  .col-sm-1{
    width: 8.333333%;
  }
  .col-sm-2{
    width: 16.666667%;
  }
  .col-sm-3{
    width: 25%;
  }
  .col-sm-4{
    width: 33.333333%;
  }
  .col-sm-5{
    width: 41.666667%;
  }
  .col-sm-6{
    width: 50%;
  }
  .col-sm-7{
    width: 58.333333%;
  }
  .col-sm-8{
    width: 66.666667%;
  }
  .col-sm-9{
    width: 75%;
  }
  .col-sm-10{
    width: 83.333333%;
  }
  .col-sm-11{
    width: 91.666667%;
  }
  .col-sm-12{
    width: 100%;
  }
}

@media (min-width: 768px){
  .col-md-1{
    width: 8.333333%;
  }
  .col-md-2{
    width: 16.666667%;
  }
  .col-md-3{
    width: 25%;
  }
  .col-md-4{
    width: 33.333333%;
  }
  .col-md-5{
    width: 41.666667%;
  }
  .col-md-6{
    width: 50%;
  }
  .col-md-7{
    width: 58.333333%;
  }
  .col-md-8{
    width: 66.666667%;
  }
  .col-md-9{
    width: 75%;
  }
  .col-md-10{
    width: 83.333333%;
  }
  .col-md-11{
    width: 91.666667%;
  }
  .col-md-12{
    width: 100%;
  }
}

@media (min-width: 1024px){
  .col-lg-1{
    width: 8.333333%;
  }
  .col-lg-2{
    width: 16.666667%;
  }
  .col-lg-3{
    width: 25%;
  }
  .col-lg-4{
    width: 33.333333%;
  }
  .col-lg-5{
    width: 41.666667%;
  }
  .col-lg-6{
    width: 50%;
  }
  .col-lg-7{
    width: 58.333333%;
  }
  .col-lg-8{
    width: 66.666667%;
  }
  .col-lg-9{
    width: 75%;
  }
  .col-lg-10{
    width: 83.333333%;
  }
  .col-lg-11{
    width: 91.666667%;
  }
  .col-lg-12{
    width: 100%;
  }
}

@media (min-width: 1200px){
  .col-xl-1{
    width: 8.333333%;
  }
  .col-xl-2{
    width: 16.666667%;
  }
  .col-xl-3{
    width: 25%;
  }
  .col-xl-4{
    width: 33.333333%;
  }
  .col-xl-5{
    width: 41.666667%;
  }
  .col-xl-6{
    width: 50%;
  }
  .col-xl-7{
    width: 58.333333%;
  }
  .col-xl-8{
    width: 66.666667%;
  }
  .col-xl-9{
    width: 75%;
  }
  .col-xl-10{
    width: 83.333333%;
  }
  .col-xl-11{
    width: 91.666667%;
  }
  .col-xl-12{
    width: 100%;
  }
}

@media (min-width: 1440px){
  .col-2xl-1{
    width: 8.333333%;
  }
  .col-2xl-2{
    width: 16.666667%;
  }
  .col-2xl-3{
    width: 25%;
  }
  .col-2xl-4{
    width: 33.333333%;
  }
  .col-2xl-5{
    width: 41.666667%;
  }
  .col-2xl-6{
    width: 50%;
  }
  .col-2xl-7{
    width: 58.333333%;
  }
  .col-2xl-8{
    width: 66.666667%;
  }
  .col-2xl-9{
    width: 75%;
  }
  .col-2xl-10{
    width: 83.333333%;
  }
  .col-2xl-11{
    width: 91.666667%;
  }
  .col-2xl-12{
    width: 100%;
  }
}

@media (min-width: 1600px){
  .col-3xl-1{
    width: 8.333333%;
  }
  .col-3xl-2{
    width: 16.666667%;
  }
  .col-3xl-3{
    width: 25%;
  }
  .col-3xl-4{
    width: 33.333333%;
  }
  .col-3xl-5{
    width: 41.666667%;
  }
  .col-3xl-6{
    width: 50%;
  }
  .col-3xl-7{
    width: 58.333333%;
  }
  .col-3xl-8{
    width: 66.666667%;
  }
  .col-3xl-9{
    width: 75%;
  }
  .col-3xl-10{
    width: 83.333333%;
  }
  .col-3xl-11{
    width: 91.666667%;
  }
  .col-3xl-12{
    width: 100%;
  }
}

.col-auto{
  width: auto;
}

@media (min-width: 576px){
  .col-sm-auto{
    width: auto;
  }
}

@media (min-width: 768px){
  .col-md-auto{
    width: auto;
  }
}

@media (min-width: 1024px){
  .col-lg-auto{
    width: auto;
  }
}

@media (min-width: 1200px){
  .col-xl-auto{
    width: auto;
  }
}

@media (min-width: 1440px){
  .col-2xl-auto{
    width: auto;
  }
}

@media (min-width: 1600px){
  .col-3xl-auto{
    width: auto;
  }
}

.button{
  display: flex;
  flex-wrap: wrap;
  gap: calc(20/1920*100rem);
}

.link {
  --tw-text-opacity: 1;
  display: flex;
  align-items: center;
  gap: calc(8/1920*100rem);
  color: rgb(0 66 122 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: 0.78125rem;
  line-height: 1.37;
  letter-spacing: 0.64px }

@media (min-width: 1200px){
  .link{
    font-size: calc(16/1920*100rem);
  }
}

.link:hover{
  --tw-text-opacity: 1;
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
}
  .link.is-white{
  --tw-text-opacity: 1;
  position: relative;
    transition: background-size 350ms;    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  .link.is-white:hover {
      background-size: 100% 1px;
      background-position-x: left; }

.toggle-show .less{
  display: none;
}

.toggle-show.active .more{
  display: none;
}

.toggle-show.active .less{
  display: block;
}

.toggle-show.active .icon {
  transform: rotateX(180deg); }

.btn-solid{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
  padding-top: calc(8/1920*100rem);
  padding-right: calc(20/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(20/1920*100rem);
  height: calc(40/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 600;
  font-size: calc(16/1920*100rem);
  line-height: 1.37;
  letter-spacing: 0.64px;
  text-align: center;
  text-transform: uppercase;
}

.btn-solid:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-solid:hover::after{
  border-top-right-radius: calc(16/1920*100rem);
  content: var(--tw-content);
}

@media (min-width: 1200px){
  .btn-solid{
    padding-right: calc(24/1920*100rem);
    padding-left: calc(24/1920*100rem);
    height: calc(48/1920*100rem);
  }
}

.btn-solid:hover{
  --tw-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.20);
  --tw-shadow-colored: 4px 4px 8px 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);
}
  .btn-solid::before {
    --tw-bg-opacity: 1;
    position: absolute;
    z-index: -2;
    inset: 0 /* 0px */;
    background-color: rgb(0 66 122 / var(--tw-bg-opacity, 1));
    pointer-events: none;
    content: '' }
  .btn-solid::after {
    --tw-bg-opacity: 1;
    position: absolute;
    z-index: -1;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    inset: 0 /* 0px */;
    background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
    pointer-events: none;
    content: '' }
  .btn-solid.is-white{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
}
    .btn-solid.is-white::after{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.btn-lined{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  border-color: rgb(0 168 223 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: calc(8/1920*100rem);
  padding-right: calc(20/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(20/1920*100rem);
  height: calc(40/1920*100rem);
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
  font-weight: 600;
  font-size: calc(16/1920*100rem);
  line-height: 1.37;
  letter-spacing: 0.64px;
  text-align: center;
  text-transform: uppercase;
}

.btn-lined:hover{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  --tw-shadow: 4px 4px 32px 16px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 4px 4px 32px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-lined:hover::after{
  border-top-right-radius: calc(16/1920*100rem);
  content: var(--tw-content);
}

@media (min-width: 1200px){
  .btn-lined{
    padding-right: calc(24/1920*100rem);
    padding-left: calc(24/1920*100rem);
    height: calc(48/1920*100rem);
  }
}
  .btn-lined.is-white{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
    .btn-lined.is-white::after{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.alert{
  display: block;
  position: relative;
  margin-bottom: calc(4/1920*100rem);
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0.375rem;
  padding-top: calc(12/1920*100rem);
  padding-right: calc(16/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  padding-left: calc(16/1920*100rem);
  font-size: calc(14/1920*100rem);
  line-height: 1.25;
}
  .alert button{
  display: none;
}
  .alert.alert-danger {
    border-color: #f5c6cb;
    background-color: #f8d7da;
    color: #721c24; }
  .alert.alert-success {
    border-color: #c3e6cb;
    background-color: #d4edda;
    color: #155724; }

.backdrop{
  --tw-backdrop-blur: blur(6px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  display: none;
  position: fixed;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  z-index: 50;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  background-color: rgb(0 0 0 / 0.75);
  width: 100%;
  height: 100%;
}

.cta-fixed{
  position: fixed;
  right: calc(12/1920*100rem);
  bottom: calc(24/1920*100rem);
  z-index: 50;
}

@media (min-width: 1200px){
  .cta-fixed{
    right: 0 /* 0px */;
  }
}
  .cta-fixed ul{
  display: flex;
  flex-direction: column;
  gap: calc(8/1920*100rem);
}
  @media (min-width: 768px){
  .cta-fixed ul{
    gap: calc(16/1920*100rem);
  }
}
  .cta-fixed a{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: calc(8/1920*100rem);
  border-bottom-right-radius: 0px;
  background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
  width: calc(48/1920*100rem);
  height: calc(48/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: calc(20/1920*100rem);
}
  @media (min-width: 768px){
  .cta-fixed a{
    width: calc(48/1920*100rem);
    height: calc(48/1920*100rem);
  }
}
  @media (min-width: 1200px){
  .cta-fixed a{
    width: calc(56/1920*100rem);
    height: calc(56/1920*100rem);
    font-size: 1.4583333333333335rem;
  }
}
  .cta-fixed .back-to-top{
  opacity: 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
    .cta-fixed .back-to-top.active{
  opacity: 1;
  pointer-events: auto;
}
  .cta-fixed .minion{
  --tw-translate-y: calc(40/1920*100rem);
  display: none;
  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));
  width: 7.291666666666667rem;
  height: 7.291666666666667rem;
}

@media (min-width: 1200px) {
  .cta-fixed{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
    .cta-fixed .minion{
    display: block;
  } }

.social-list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5208333333333334rem;
}

.social-list a{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgb(0 168 223 / 0.2);
  width: calc(40/1920*100rem);
  height: calc(40/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: calc(16/1920*100rem);
}

.social-list a:hover{
  --tw-text-opacity: 1;
  background-image: linear-gradient(90deg, rgba(0,168,223,1) 0%, rgba(255,255,255,1) 100%);
  color: rgb(0 66 122 / var(--tw-text-opacity, 1));
}

.dropdown{
  position: relative;
}
  .dropdown .dropdown-toggle{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(16/1920*100rem);
  cursor: pointer;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
  .dropdown .dropdown-menu{
  --tw-bg-opacity: 1;
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  position: absolute;
  top: 100%;
  left: 0 /* 0px */;
  opacity: 0;
  z-index: 10;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: linear;
  margin-top: calc(20/1920*100rem);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: calc(4/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: calc(12/1920*100rem);
  padding-right: calc(20/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  padding-left: calc(20/1920*100rem);
  width: 100%;
  min-width: max-content;
  pointer-events: none;
}
  .dropdown.open .dropdown-toggle i, .dropdown.open .dropdown-toggle em{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
  .dropdown.open .dropdown-menu{
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 1200px){
  [lang="vi-VN"] .mobile-wrap .main-menu > li > a{
    font-size: calc(20/1920*100rem);
  }
}

[lang="vi-VN"] .box-number-item .title{
  font-size: 0.8854166666666667rem;
}

@media (min-width: 1200px){
  [lang="vi-VN"] .box-number-item .title{
    font-size: calc(18/1920*100rem);
  }
}

@media (min-width: 1600px){
  [lang="vi-VN"] .home-about-section .site-title{
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px){
  [lang="vi-VN"] .about-2-section .site-title{
    font-size: calc(40/1920*100rem);
  }
}

[lang="vi-VN"] .esg-overview-1-section .site-desc, [lang="vi-VN"] .esg-overview-2-section .site-desc, [lang="vi-VN"] .esg-overview-3-section .site-desc, [lang="vi-VN"] .home-about-section .site-desc{
  text-align: justify;
}

@media (min-width: 1280px) {
  [lang="vi-VN"] .footer-block.footer-link {
    max-width: 40rem; } }

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
textarea,
select {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  margin: 0 /* 0px */;
  border-width: 1px;
  border-color: rgb(246 246 246 / var(--tw-border-opacity, 1));
  background-repeat: no-repeat;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  padding-top: calc(8/1920*100rem);
  padding-right: calc(40/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(20/1920*100rem);
  width: 100%;
  height: 2.1875rem;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(16/1920*100rem);
  line-height: 1.5;
  letter-spacing: 0.64px }

[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
textarea:focus,
select:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 168 223 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

[type='text']::placeholder,
[type='email']::placeholder,
[type='url']::placeholder,
[type='password']::placeholder,
[type='number']::placeholder,
[type='date']::placeholder,
[type='datetime-local']::placeholder,
[type='month']::placeholder,
[type='search']::placeholder,
[type='tel']::placeholder,
[type='time']::placeholder,
[type='week']::placeholder{
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}

[type='text']:disabled,
[type='email']:disabled,
[type='url']:disabled,
[type='password']:disabled,
[type='number']:disabled,
[type='date']:disabled,
[type='datetime-local']:disabled,
[type='month']:disabled,
[type='search']:disabled,
[type='tel']:disabled,
[type='time']:disabled,
[type='week']:disabled{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
  color: rgb(61 61 61 / var(--tw-text-opacity, 1));
}

[type='text']:read-only,
[type='email']:read-only,
[type='url']:read-only,
[type='password']:read-only,
[type='number']:read-only,
[type='date']:read-only,
[type='datetime-local']:read-only,
[type='month']:read-only,
[type='search']:read-only,
[type='tel']:read-only,
[type='time']:read-only,
[type='week']:read-only{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
  color: rgb(61 61 61 / var(--tw-text-opacity, 1));
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'><path stroke='%237A7A7A' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M6 8l4 4 4-4'/></svg>");
  background-position: right }

select[multiple]{
  background-image: none;
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  height: auto;
  min-height: calc(48/1920*100rem);
}

textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}

textarea{
  padding-top: 0.5208333333333334rem;
  padding-bottom: 0.5208333333333334rem;
  height: calc(80/1920*100rem);
}

@media (min-width: 1200px){
  textarea{
    height: calc(108/1920*100rem);
  }
}

input[type='checkbox']{
  display: none;
}
  input[type='checkbox'] ~ label{
  position: relative;
  padding-left: calc(20/1920*100rem);
}
    input[type='checkbox'] ~ label::before{
  --tw-translate-y: -50%;
  --tw-text-opacity: 1;
  --tw-content: '\f0c8';
  position: absolute;
  top: 50%;
  left: 0 /* 0px */;
  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));
  content: var(--tw-content);
  color: rgb(70 70 70 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(16/1920*100rem);
  font-family: "Font Awesome 6 Pro";
}
  input[type='checkbox']:checked ~ label::before{
  --tw-content: '\f14a';
  content: var(--tw-content);
}

input[type='radio']{
  display: none;
}
  input[type='radio'] ~ label{
  position: relative;
  padding-left: calc(20/1920*100rem);
}
    input[type='radio'] ~ label::before{
  --tw-translate-y: -50%;
  --tw-text-opacity: 1;
  --tw-content: '\f111';
  position: absolute;
  top: 50%;
  left: 0 /* 0px */;
  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));
  content: var(--tw-content);
  color: rgb(70 70 70 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(16/1920*100rem);
  font-family: "Font Awesome 6 Pro";
}
  input[type='radio']:checked ~ label::before{
  --tw-content: '\f192';
  content: var(--tw-content);
}

.form-group{
  position: relative;
}
  .form-group > label {
    --tw-text-opacity: 1;
    display: block;
    position: relative;
    color: rgb(41 41 41 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-size: calc(18/1920*100rem);
    line-height: 1.3;
    letter-spacing: 0.4px;
    letter-spacing: 0.020833333333333336rem }
  @media (min-width: 1200px){
  .form-group > label{
    font-size: calc(20/1920*100rem);
  }
}
  .form-group > label{
  line-height: 1.3;
}
  .form-group [class*='fa-ex']{
  --tw-text-opacity: 1;
  display: block;
  margin-top: calc(4/1920*100rem);
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  font-family: FuturaSH, sans-serif;
}

.form-attachment input[type='file']{
  display: none;
}

.form-attachment > label{
  --tw-text-opacity: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(8/1920*100rem);
  width: 100%;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: 0.78125rem;
  line-height: 1.37;
  letter-spacing: 0.64px;
}

@media (min-width: 1200px){
  .form-attachment > label{
    font-size: calc(16/1920*100rem);
  }
}
  .form-attachment > label strong{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(0 66 122 / var(--tw-border-opacity, 1));
  height: calc(40/1920*100rem);
  color: rgb(0 66 122 / var(--tw-text-opacity, 1));
  font-weight: 400;
}
  .form-attachment > label strong:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 168 223 / var(--tw-border-opacity, 1));
}

.form-submit input[type='submit'], .form-submit button[type='submit'] {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(12/1920*100rem);
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border-style: none;
  background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
  padding-right: calc(24/1920*100rem);
  padding-left: calc(24/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 600;
  font-size: calc(16/1920*100rem);
  letter-spacing: 0.64px;
  text-align: center;
  text-transform: uppercase }

.form-submit input[type='submit']:hover, .form-submit button[type='submit']:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 122 / var(--tw-bg-opacity, 1));
}

.form-submit input[type='submit'], .form-submit button[type='submit']{
  height: 2.3958333333333335rem;
}

.form-group-captcha{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc(20/1920*100rem);
}

.modal{
  background-image: none;
  background-color: transparent;
  padding: 0 /* 0px */;
}
  .modal .modal-wrap{
  --tw-bg-opacity: 1;
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 4px 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);
  border-radius: calc(8/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: calc(20/1920*100rem);
}

.pager{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: calc(8/1920*100rem);
  margin-top: calc(32/1920*100rem);
}

@media (min-width: 1200px){
  .pager{
    gap: 0.5208333333333334rem;
    margin-top: calc(64/1920*100rem);
  }
}
  .pager span, .pager a{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgb(213 224 236 / var(--tw-bg-opacity, 1));
  width: calc(40/1920*100rem);
  height: calc(40/1920*100rem);
  color: rgb(0 66 122 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: 0.8854166666666667rem;
  letter-spacing: 0.72px;
}
  @media (min-width: 1200px){
  .pager span, .pager a{
    font-size: calc(18/1920*100rem);
  }
}
  .pager span:hover, .pager a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(92 179 230 / var(--tw-bg-opacity, 1));
}
  .pager li.active span, .pager li.active a{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(0 66 122 / var(--tw-bg-opacity, 1));
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.custom-scroll-dark::-webkit-scrollbar {
  width: 14px;
  height: 14px; }

.custom-scroll-dark::-webkit-scrollbar-button {
  background-color: #3e4346 !important; }

.custom-scroll-dark::-webkit-scrollbar-track {
  background-color: #646464 !important; }

.custom-scroll-dark::-webkit-scrollbar-track-piece {
  background-color: #3e4346 !important; }

.custom-scroll-dark::-webkit-scrollbar-thumb {
  border: 2px solid #3e4346 !important;
  background-color: #242424 !important;
  height: 50px; }

.custom-scroll-dark::-webkit-scrollbar-button:vertical:start:decrement {
  background: linear-gradient(130deg, #696969 40%, rgba(255, 0, 0, 0) 41%), linear-gradient(230deg, #696969 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(0deg, #696969 40%, rgba(0, 0, 0, 0) 31%);
  background-color: #b6b6b6; }

.custom-scroll-dark::-webkit-scrollbar-button:vertical:end:increment {
  background: linear-gradient(310deg, #696969 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(50deg, #696969 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(180deg, #696969 40%, rgba(0, 0, 0, 0) 31%);
  background-color: #b6b6b6; }

.custom-scroll-dark::-webkit-scrollbar-button:horizontal:end:increment {
  background: linear-gradient(210deg, #696969 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(330deg, #696969 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(90deg, #696969 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #b6b6b6; }

.custom-scroll-dark::-webkit-scrollbar-button:horizontal:start:decrement {
  background: linear-gradient(30deg, #696969 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(150deg, #696969 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(270deg, #696969 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #b6b6b6; }

.swiper-pagination .swiper-pagination-bullet{
  opacity: 1;
  border-radius: 9999px;
  background-color: rgb(92 179 230 / 0.5);
  width: calc(12/1920*100rem);
  height: calc(12/1920*100rem);
}
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(92 179 230 / var(--tw-bg-opacity, 1));
}

.swiper-pagination.is-white .swiper-pagination-bullet{
  background-color: rgb(255 255 255 / 0.5);
}
  .swiper-pagination.is-white .swiper-pagination-bullet.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.swiper-button > *{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: calc(4/1920*100rem);
  background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
  width: calc(48/1920*100rem);
  height: calc(48/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: calc(24/1920*100rem);
}

.swiper-button > *:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 122 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1200px){
  .swiper-button > *{
    width: calc(64/1920*100rem);
    height: calc(64/1920*100rem);
    font-size: calc(30/1920*100rem);
  }
}
  .swiper-button > *.swiper-button-disabled{
  opacity: 0;
  pointer-events: none;
}
  .swiper-button > *.swiper-button-lock{
  opacity: 0;
  pointer-events: none;
}

.swiper-button.is-white > *{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.2);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.swiper-button.is-white > *:hover{
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity, 1));
}

.swiper-button.is-abs > *{
  --tw-translate-y: -50%;
  position: absolute;
  top: 50%;
  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));
  z-index: 1;
}

.swiper-button.is-abs .button-prev{
  left: calc(4/1920*100rem);
}

.swiper-button.is-abs .button-next{
  right: calc(4/1920*100rem);
}

.swiper-button.is-abs.is-top-20 > *{
  top: 20%;
}

.swiper-button.is-abs.is-top-30 > *{
  top: 30%;
}

.swiper-button.is-abs.is-top-40 > *{
  top: 40%;
}

.swiper-button.is-inside > *{
  --tw-text-opacity: 1;
  background-color: rgb(0 0 0 / 0.2);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.swiper-button.is-inside > *:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
}

.swiper-button.is-inside .button-prev{
  left: calc(40 / 1920 * 100%);
}

.swiper-button.is-inside .button-next{
  right: calc(40 / 1920 * 100%);
}

@media (min-width: 1024px){
  .swiper-relative{
    padding-right: calc(40/1920*100rem);
    padding-left: calc(40/1920*100rem);
  }
}

@media (min-width: 1200px){
  .swiper-relative{
    padding-right: 0 /* 0px */;
    padding-left: 0 /* 0px */;
  }
}
  .swiper-relative .swiper-button.is-absolute .button-prev{
  left: 0 /* 0px */;
}
  @media (min-width: 1200px){
  .swiper-relative .swiper-button.is-absolute .button-prev{
    left: calc(calc(88/1920*100rem) * -1);
  }
}
  .swiper-relative .swiper-button.is-absolute .button-next{
  right: 0 /* 0px */;
}
  @media (min-width: 1200px){
  .swiper-relative .swiper-button.is-absolute .button-next{
    right: calc(calc(88/1920*100rem) * -1);
  }
}
  .swiper-relative .swiper-scrollbar{
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity, 1));
  height: 2px;
}
    .swiper-relative .swiper-scrollbar .swiper-scrollbar-drag{
  --tw-bg-opacity: 1;
  background-color: rgb(92 179 230 / var(--tw-bg-opacity, 1));
}

.global-breadcrumb {
  display: flex;
  position: absolute;
  bottom: 0 /* 0px */;
  left: 0 /* 0px */;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 91.53%);
  padding-top: calc(40/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
  width: 100%;
  height: calc(468 / 960 * 100%) }
  .global-breadcrumb .breadcrumb-title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 500;
    font-size: calc(30/1920*100rem);
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase }
  @media (min-width: 768px){
  .global-breadcrumb .breadcrumb-title{
    font-size: calc(48/1920*100rem);
  }
}
  @media (min-width: 1200px){
  .global-breadcrumb .breadcrumb-title{
    font-size: 4.479166666666667rem;
  }
}
  .global-breadcrumb .rank-math-breadcrumb{
  margin-top: calc(8/1920*100rem);
}
    .global-breadcrumb .rank-math-breadcrumb p{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(8/1920*100rem);
}
      .global-breadcrumb .rank-math-breadcrumb p > * {
        color: rgb(255 255 255 / 0.5);
        font-weight: 400;
        font-size: 0.78125rem;
        letter-spacing: 0.64px }
      @media (min-width: 1200px){
  .global-breadcrumb .rank-math-breadcrumb p > *{
    font-size: calc(16/1920*100rem);
  }
}
      .global-breadcrumb .rank-math-breadcrumb p a.active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
      .global-breadcrumb .rank-math-breadcrumb p a:first-child{
  font-size: 0;
}
        .global-breadcrumb .rank-math-breadcrumb p a:first-child::before{
  --tw-content: '\e487';
  display: flex;
  justify-content: center;
  align-items: center;
  content: var(--tw-content);
  color: rgb(255 255 255 / 0.5);
  font-weight: 100;
  font-size: calc(16/1920*100rem);
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
}
      .global-breadcrumb .rank-math-breadcrumb p span{
  display: block;
}
        .global-breadcrumb .rank-math-breadcrumb p span.last{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
    .global-breadcrumb .rank-math-breadcrumb .separator{
  font-size: 0;
}
      .global-breadcrumb .rank-math-breadcrumb .separator::after {
        content: '/';
        color: rgb(255 255 255 / 0.5);
        font-weight: 400;
        font-size: calc(16/1920*100rem);
        line-height: 1 }

body[class*="single-"]:not(.single-property) .global-breadcrumb, body.tax-careers .global-breadcrumb, body.search-results .global-breadcrumb{
  --tw-bg-opacity: 1;
  position: static;
  background-image: none;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
}

@media (min-width: 1200px){
  body[class*="single-"]:not(.single-property) .global-breadcrumb, body.tax-careers .global-breadcrumb, body.search-results .global-breadcrumb{
    padding-top: calc(20/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
  }
}
  body[class*="single-"]:not(.single-property) .global-breadcrumb .breadcrumb-title, body.tax-careers .global-breadcrumb .breadcrumb-title, body.search-results .global-breadcrumb .breadcrumb-title{
  display: none;
}
  body[class*="single-"]:not(.single-property) .global-breadcrumb .rank-math-breadcrumb, body.tax-careers .global-breadcrumb .rank-math-breadcrumb, body.search-results .global-breadcrumb .rank-math-breadcrumb{
  margin-top: 0 /* 0px */;
}
    body[class*="single-"]:not(.single-property) .global-breadcrumb .rank-math-breadcrumb p > *, body.tax-careers .global-breadcrumb .rank-math-breadcrumb p > *, body.search-results .global-breadcrumb .rank-math-breadcrumb p > *{
  color: rgb(129 129 129 / 0.5);
}
    body[class*="single-"]:not(.single-property) .global-breadcrumb .rank-math-breadcrumb p a.active, body.tax-careers .global-breadcrumb .rank-math-breadcrumb p a.active, body.search-results .global-breadcrumb .rank-math-breadcrumb p a.active{
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
}
    body[class*="single-"]:not(.single-property) .global-breadcrumb .rank-math-breadcrumb p a:first-child::before, body.tax-careers .global-breadcrumb .rank-math-breadcrumb p a:first-child::before, body.search-results .global-breadcrumb .rank-math-breadcrumb p a:first-child::before{
  color: rgb(129 129 129 / 0.5);
}
    body[class*="single-"]:not(.single-property) .global-breadcrumb .rank-math-breadcrumb p span.last, body.tax-careers .global-breadcrumb .rank-math-breadcrumb p span.last, body.search-results .global-breadcrumb .rank-math-breadcrumb p span.last{
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
}
    body[class*="single-"]:not(.single-property) .global-breadcrumb .rank-math-breadcrumb .separator::after, body.tax-careers .global-breadcrumb .rank-math-breadcrumb .separator::after, body.search-results .global-breadcrumb .rank-math-breadcrumb .separator::after{
  color: rgb(129 129 129 / 0.5);
}

.banner-child{
  position: relative;
  overflow: hidden;
}
  .banner-child .image{
  aspect-ratio: 4/5;
}
  @media (min-width: 768px){
  .banner-child .image{
    aspect-ratio: 1920/960;
  }
}

.home-banner{
  position: relative;
  overflow: hidden;
}
  .home-banner .image{
  aspect-ratio: 4/5;
}
  @media (min-width: 768px){
  .home-banner .image{
    aspect-ratio: 1920/1080;
  }
}
  .home-banner .mb{
  display: none;
}
  @media only screen and (max-width: 575.98px) {
    .home-banner .image{
    aspect-ratio: auto;
    height: 100vh;
  }
    .home-banner .mb{
    display: block;
  }
      .home-banner .mb ~ img{
    display: none;
  }
    .home-banner .swiper-button{
    display: none;
  } }

.site-minions{
  position: relative;
  z-index: 1;
}
  .site-minions .minion{
  position: relative;
  overflow: hidden;
}
  .site-minions .minion img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
  .site-minions .minion{
  display: none;
  position: absolute;
  z-index: -1;
  width: 11.458333333333334rem;
  height: 11.458333333333334rem;
  pointer-events: none;
}
  @media (min-width: 1200px){
  .site-minions .minion{
    display: block;
  }
}

.box-line-gradient{
  --tw-bg-opacity: 1;
  position: relative;
  z-index: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: calc(4/1920*100rem);
}
  .box-line-gradient::before {
    position: absolute;
    bottom: 0 /* 0px */;
    left: 0 /* 0px */;
    z-index: -2;
    background-image: linear-gradient(90deg, rgba(0,168,223,1) 0%, rgba(255,255,255,1) 100%);
    width: 100%;
    height: calc(4/1920*100rem);
    pointer-events: none;
    content: '' }
  .box-line-gradient::after {
    position: absolute;
    bottom: 0 /* 0px */;
    left: 0 /* 0px */;
    opacity: 0;
    z-index: -1;
    transition-duration: 600ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background-image: radial-gradient(294.79% 141.42% at 0% 0%, #00427A 0%, #FFF 100%);
    width: 100%;
    height: 0 /* 0px */;
    pointer-events: none;
    content: '' }
  .box-line-gradient > *{
  --tw-bg-opacity: 1;
  position: relative;
  z-index: 2;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
  .box-line-gradient:hover::before{
  display: none;
}
  .box-line-gradient:hover::after{
  opacity: 1;
  height: 100%;
}

.industrial-item{
  --tw-bg-opacity: 1;
  display: flex;
  flex-direction: column;
  gap: calc(20/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: calc(8/1920*100rem);
  height: 100%;
}

@media (min-width: 1024px){
  .industrial-item{
    padding: calc(20/1920*100rem);
  }
}

@media (min-width: 1200px){
  .industrial-item{
    gap: calc(32/1920*100rem);
    padding-bottom: calc(48/1920*100rem);
  }
}
  .industrial-item .logo{
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(213 224 236 / var(--tw-border-opacity, 1));
  width: max-content;
  height: 7.083333333333334rem;
}
  .industrial-item .content{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(20/1920*100rem);
}
  @media (min-width: 1200px){
  .industrial-item .content{
    column-gap: calc(32/1920*100rem);
    row-gap: calc(60/1920*100rem);
  }
}
  .industrial-item .title {
    --tw-text-opacity: 1;
    color: rgb(0 168 223 / var(--tw-text-opacity, 1));
    font-weight: 600;
    font-size: 1.4583333333333335rem;
    letter-spacing: 0.8px }
  @media (min-width: 1200px){
  .industrial-item .title{
    font-size: calc(40/1920*100rem);
  }
}
  .industrial-item .sub-title {
    --tw-text-opacity: 1;
    color: rgb(0 66 122 / var(--tw-text-opacity, 1));
    font-weight: 400;
    font-size: calc(18/1920*100rem);
    line-height: 1.3;
    letter-spacing: 0.4px;
    letter-spacing: 0.020833333333333336rem;
    text-transform: uppercase }
  @media (min-width: 1200px){
  .industrial-item .sub-title{
    font-size: calc(20/1920*100rem);
  }
}
  .industrial-item .sub-title{
  line-height: 1.3;
}

.industrial-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(20/1920*100rem);
}

@media (min-width: 768px){
  .industrial-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  .industrial-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .about-1-section .box-line-gradient{
    padding-right: 0.5208333333333334rem;
    padding-left: 0.5208333333333334rem;
  }
  .about-1-section .block-content{
    max-width: calc(1448 / 1920 * 100%);
  }
}

.about-1-section .minion{
  top: -13.333333333333334rem;
  right: -0.9375rem;
  width: 15.729166666666668rem;
  height: 15.729166666666668rem;
}

@media (min-width: 1200px){
  .about-1-section .box-line-gradient{
    padding-top: calc(8/1920*100rem);
    padding-right: 0.5208333333333334rem;
    padding-bottom: calc(8/1920*100rem);
    padding-left: 0.5208333333333334rem;
  }
}

.about-2-section{
  position: relative;
  overflow: hidden;
}
  .about-2-section::before {
    position: absolute;
    top: calc(44/1920*100rem);
    right: calc(40/1920*100rem);
    z-index: -1;
    background-image: url('data:image/svg+xml,<svg width="168" height="196" viewBox="0 0 168 196" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.6" d="M168 0L84.6958 196L62.8707 144.912L119.018 12.7074C121.651 6.50658 124.632 0 136.546 0H168ZM18.7408 57.4318H37.886L54.7274 75.2891L21.7969 152.757L0 101.497L18.7408 57.4318Z" fill="white"/></svg>');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 8.75rem;
    height: 10.208333333333334rem;
    content: '' }
  .about-2-section .image{
  aspect-ratio: 1280/877;
}
  .about-2-section .caption{
  padding: calc(20/1920*100rem);
}
  @media (min-width: 1024px){
  .about-2-section .caption{
    padding: calc(40/1920*100rem);
  }
}
  @media (min-width: 1200px){
  .about-2-section .caption{
    padding: calc(80/1920*100rem);
  }
}

@media (min-width: 1024px) {
  .about-2-section{
    display: flex;
    flex-direction: row-reverse;
  }
    .about-2-section .image{
    width: calc(1280 / 1920 * 100%);
  }
    .about-2-section .caption{
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    justify-content: center;
  }
    .about-2-section .block-content{
    max-width: 18.333333333333336rem;
  } }

.core-item{
  display: flex;
  flex-direction: column;
}
  .core-item .image{
  aspect-ratio: 480/580;
}
  .core-item .caption{
  padding-top: calc(20/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
}
  @media (min-width: 1200px){
  .core-item .caption{
    padding-top: calc(32/1920*100rem);
    padding-bottom: calc(32/1920*100rem);
  }
}
  .core-item .title-flex{
  display: flex;
  flex-direction: column;
  gap: calc(4/1920*100rem);
  margin-bottom: calc(16/1920*100rem);
}
  @media (min-width: 1200px){
  .core-item .title-flex{
    margin-bottom: calc(24/1920*100rem);
  }
}
  .core-item .name {
    --tw-text-opacity: 1;
    color: rgb(0 66 122 / var(--tw-text-opacity, 1));
    font-weight: 400;
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
    letter-spacing: 0.64px;
    letter-spacing: 0.03333333333333333rem }
  @media (min-width: 1200px){
  .core-item .name{
    font-size: calc(32/1920*100rem);
  }
}
  .core-item .position {
    --tw-text-opacity: 1;
    color: rgb(0 168 223 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-size: 0.78125rem;
    line-height: 1.37;
    letter-spacing: 0.64px }
  @media (min-width: 1200px){
  .core-item .position{
    font-size: calc(16/1920*100rem);
  }
}
  .core-item .desc {
    --tw-text-opacity: 1;
    display: none;
    margin-bottom: calc(16/1920*100rem);
    color: rgb(41 41 41 / var(--tw-text-opacity, 1));
    font-weight: 400;
    font-size: calc(20/1920*100rem);
    line-height: 1.3;
    letter-spacing: 0.48px }
  @media (min-width: 1200px){
  .core-item .desc{
    margin-bottom: calc(24/1920*100rem);
    padding-right: calc(12/1920*100rem);
    font-size: calc(24/1920*100rem);
  }
}
  .core-item .button{
  margin-top: calc(16/1920*100rem);
}
  @media (min-width: 1200px){
  .core-item .button{
    margin-top: calc(24/1920*100rem);
  }
}
  .core-item:first-child .caption{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: calc(20/1920*100rem);
}
  .core-item:first-child .desc{
  display: block;
}
  .core-item:first-child .button{
  display: none;
}
  .core-item:first-child .title-flex{
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: calc(8/1920*100rem);
}
  .core-item:first-child .position{
  font-size: calc(24/1920*100rem);
}

@media (min-width: 576px) {
  .core-item:first-child{
    grid-column: span 2 / span 2;
  } }

@media (min-width: 768px) {
  .core-item:first-child{
    grid-column: span 3 / span 3;
    flex-direction: row;
  }
    .core-item:first-child .image{
    width: calc(480 / 1840 * 100%);
  }
    .core-item:first-child .caption{
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    justify-content: center;
  } }

@media (min-width: 1024px) {
  .core-item:first-child{
    grid-column: span 4 / span 4;
  }
    .core-item:first-child .caption{
    padding: calc(40/1920*100rem);
  } }

@media (min-width: 1200px) {
  .core-item:first-child{
    grid-column: span 5 / span 5;
  }
    .core-item:first-child .caption{
    padding: calc(64/1920*100rem);
  }
    .core-item:first-child .title-flex{
    gap: calc(20/1920*100rem);
    margin-bottom: calc(32/1920*100rem);
  }
    .core-item:first-child .name, .core-item:first-child .position {
      font-size: calc(64/1920*100rem);
      letter-spacing: 1.28px }
    .core-item:first-child .name{
    font-weight: 300;
  }
    .core-item:first-child .desc{
    padding-right: 0 /* 0px */;
  } }

.core-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(20/1920*100rem);
}

@media (min-width: 576px){
  .core-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .core-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .core-list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  .core-list{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .about-3-section .block-content{
    max-width: calc(1160 / 1920 * 100%);
  }
}

.about-3-section .minion{
  top: -9.84375rem;
  right: -1.71875rem;
  width: 11.614583333333334rem;
  height: 11.614583333333334rem;
}
  .about-3-section .minion::before {
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    position: absolute;
    top: 50%;
    left: 50%;
    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));
    z-index: -1;
    background-image: url('data:image/svg+xml,<svg width="168" height="196" viewBox="0 0 168 196" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.6" d="M168 0L84.6958 196L62.8707 144.912L119.018 12.7074C121.651 6.50658 124.632 0 136.546 0H168ZM18.7408 57.4318H37.886L54.7274 75.2891L21.7969 152.757L0 101.497L18.7408 57.4318Z" fill="white"/></svg> ');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 8.75rem;
    height: 10.208333333333334rem;
    content: '' }

.business-2-item{
  display: flex;
  position: relative;
  gap: calc(32/1920*100rem);
  padding-top: calc(28/1920*100rem);
}
  .business-2-item .quadrilateral{
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(12/1920*100rem);
  z-index: 1;
  width: calc(80/1920*100rem);
  height: calc(80/1920*100rem);
}
    .business-2-item .quadrilateral .title{
  --tw-text-opacity: 1;
  display: none;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 0.8854166666666667rem;
  text-align: center;
}
    @media (min-width: 1200px){
  .business-2-item .quadrilateral .title{
    display: block;
    font-size: calc(18/1920*100rem);
  }
}
    .business-2-item .quadrilateral::before {
      --tw-rotate: 45deg;
      position: absolute;
      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));
      z-index: -1;
      inset: 0 /* 0px */;
      background-color: var(--background-color);
      pointer-events: none;
      content: '' }
  .business-2-item .icon{
  position: relative;
  overflow: hidden;
}
  .business-2-item .icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
  .business-2-item .icon{
  width: calc(40/1920*100rem);
  height: calc(40/1920*100rem);
}
  @media (min-width: 1200px){
  .business-2-item .icon{
    width: calc(100/1920*100rem);
    height: calc(100/1920*100rem);
  }
}
  .business-2-item .title{
  font-weight: 700;
  font-size: calc(20/1920*100rem);
  line-height: 1.33;
  letter-spacing: 0.48px;
}
  @media (min-width: 1200px){
  .business-2-item .title{
    font-size: calc(24/1920*100rem);
  }
}
  .business-2-item .content{
  --tw-text-opacity: 1;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: calc(12/1920*100rem);
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.4px;
  letter-spacing: 0.020833333333333336rem;
}
  @media (min-width: 1200px){
  .business-2-item .content{
    font-size: calc(20/1920*100rem);
  }
}
  .business-2-item .content{
  line-height: 1.3;
}
  @media (min-width: 1200px){
  .business-2-item .content{
    padding-right: calc(20/1920*100rem);
  }
}
    .business-2-item .content ul{
  padding-left: calc(16/1920*100rem);
  list-style-type: disc;
}

@media (min-width: 1200px) {
  .business-2-item{
    flex-direction: column-reverse;
    align-items: center;
    gap: 4.895833333333334rem;
    padding-top: 0 /* 0px */;
  }
    .business-2-item .quadrilateral{
    width: 15.364583333333334rem;
    height: 15.364583333333334rem;
  }
    .business-2-item:nth-child(4), .business-2-item:nth-child(5){
    flex-direction: column;
    margin-top: calc(calc(88/1920*100rem) * -1);
  }
    .business-2-item:nth-child(1) .content{
    --tw-translate-x: -20%;
    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));
  }
    .business-2-item:nth-child(3) .content{
    --tw-translate-x: 20%;
    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));
  }
    .business-2-item:nth-child(4) .content{
    --tw-translate-x: -20%;
    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));
  }
    .business-2-item:nth-child(5) .content{
    --tw-translate-x: 20%;
    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));
  } }

.business-2-list{
  display: grid;
  gap: calc(20/1920*100rem);
}

@media (min-width: 768px){
  .business-2-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(40/1920*100rem);
  }
}

@media (min-width: 1200px){
  .business-2-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 /* 0px */;
  }
  .business-2-list > *{
    width: 21.770833333333336rem;
  }
}

.our-business-1-section .block-content{
  margin-right: auto;
  margin-left: auto;
  max-width: 55.41666666666667rem;
}

.site-border-gradient {
  border-width: 1.5625rem;
  border-image-source: linear-gradient(155deg, rgba(92, 179, 230, 0.8) 0%, rgba(255, 255, 255, 0.8) 89%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
  max-width: 31.25rem }

@media (min-width: 768px){
  .site-border-gradient{
    border-width: 3.125rem;
  }
}
  .site-border-gradient .block-content {
    --tw-backdrop-blur: blur(6px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    background: linear-gradient(179deg, rgba(0, 66, 122, 0.8) 0.91%, rgba(0, 66, 122, 0) 94.21%);
    padding-top: calc(40/1920*100rem);
    padding-right: calc(20/1920*100rem);
    padding-bottom: calc(40/1920*100rem);
    padding-left: calc(20/1920*100rem) }
  @media (min-width: 1200px){
  .site-border-gradient .block-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(40/1920*100rem);
    min-height: 25rem;
  }
}

@media (min-width: 768px){
  .our-business-3-section{
    padding-top: calc(100/1920*100rem);
  }
}

@media (min-width: 1200px){
  .our-business-3-section{
    padding-top: 10.9375rem;
  }
}
  .our-business-3-section .site-border-gradient{
  margin-right: 0 /* 0px */;
  margin-left: auto;
}
  @media (min-width: 1200px){
  .our-business-3-section .block-content{
    min-height: 24.479166666666668rem;
  }
}
  .our-business-3-section .minion{
  --tw-translate-x: 50%;
  right: calc(610 / 1840 * 100%);
  bottom: -0.9375rem;
  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));
  z-index: 1;
  width: 10.416666666666668rem;
  height: 10.416666666666668rem;
}

.box-business{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: calc(20/1920*100rem);
}

@media (min-width: 1200px){
  .box-business{
    padding: calc(40/1920*100rem);
  }
}
  .box-business .box-title {
    --tw-text-opacity: 1;
    color: rgb(0 66 122 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
    letter-spacing: 0.64px;
    letter-spacing: 0.03333333333333333rem }
  @media (min-width: 1200px){
  .box-business .box-title{
    font-size: calc(32/1920*100rem);
  }
}
  .box-business ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(16/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(16/1920*100rem) * var(--tw-space-y-reverse));
}
  @media (min-width: 1200px){
  .box-business ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(24/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(24/1920*100rem) * var(--tw-space-y-reverse));
  }
}
  .box-business li {
    background-image: url('data:image/svg+xml,<svg width="19" height="22" viewBox="0 0 19 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 0L9.5787 22L7.11038 16.2657L13.4604 1.42634C13.7581 0.730331 14.0953 0 15.4427 0H19ZM2.1195 6.44643H4.28473L6.18941 8.45081L2.46513 17.1461L0 11.3925L2.1195 6.44643Z" fill="%2300A8DF"/></svg>');
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding-left: calc(32/1920*100rem) }
  .box-business .box-content {
    --tw-text-opacity: 1;
    color: rgb(41 41 41 / var(--tw-text-opacity, 1));
    font-weight: 400;
    font-size: calc(18/1920*100rem);
    line-height: 1.3;
    letter-spacing: 0.4px;
    letter-spacing: 0.020833333333333336rem }
  @media (min-width: 1200px){
  .box-business .box-content{
    font-size: calc(20/1920*100rem);
  }
}
  .box-business .box-content{
  line-height: 1.3;
}

.our-business-4-section{
  position: relative;
}
  .our-business-4-section .bg-gradient-top{
  height: 42.708333333333336rem;
}
  .our-business-4-section .block-content-list{
  display: flex;
  flex-direction: column;
  gap: calc(32/1920*100rem);
}
  @media (min-width: 1200px){
  .our-business-4-section .block-content-list{
    flex-direction: row;
    gap: 5rem;
  }
  .our-business-4-section .box-business{
    margin-top: 3.4375rem;
  }
  .our-business-4-section .block-content:first-child{
    flex: 1 1 0%;
  }
    .our-business-4-section .block-content .image img{
    width: 100%;
  }
    .our-business-4-section .block-content:last-child{
    width: 27.083333333333336rem;
  }
      .our-business-4-section .block-content:last-child .box-business{
    min-height: 17.708333333333336rem;
  }
}

.cmsadminpanel .ddviewmode{
  padding-top: calc(4/1920*100rem);
  padding-right: calc(8/1920*100rem);
  padding-right: calc(20/1920*100rem);
  padding-bottom: calc(4/1920*100rem);
  padding-left: calc(8/1920*100rem);
  height: 24px;
  font-size: 12px;
  line-height: 1;
}

.searchbox{
  margin-right: auto;
  margin-left: auto;
  padding-right: calc(16/1920*100rem);
  padding-left: calc(16/1920*100rem);
  width: 100%;
}

@media (min-width: 400px){
  .searchbox{
    max-width: 400px;
  }
}

@media (min-width: 576px){
  .searchbox{
    max-width: 576px;
  }
}

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

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

@media (min-width: 1200px){
  .searchbox{
    max-width: 1200px;
  }
}

@media (min-width: 1440px){
  .searchbox{
    max-width: 1440px;
  }
}

@media (min-width: 1600px){
  .searchbox{
    max-width: 1600px;
  }
}

.searchbox{
  max-width: 100%;
}

@media (min-width: 576px) {
    .searchbox{
    max-width: 96vw;
  } }

@media (min-width: 1200px) {
    .searchbox{
    max-width: 80rem;
  } }

.searchbox{
  position: relative;
  padding-right: 0 /* 0px */;
  padding-left: 0 /* 0px */;
}

.industrial-2-item .searchbox{
  display: flex;
  flex-direction: column;
  gap: calc(32/1920*100rem);
}

@media (min-width: 1200px){
  .industrial-2-item .searchbox{
    flex-direction: row;
  }
}
  .searchbox input{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  border-radius: calc(4/1920*100rem);
  padding-right: calc(48/1920*100rem);
  padding-left: calc(20/1920*100rem);
  width: 100%;
  height: calc(48/1920*100rem);
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
  font-size: calc(16/1920*100rem);
}
  .searchbox input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
  .searchbox input:focus{
  --tw-border-opacity: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: rgb(0 66 122 / var(--tw-border-opacity, 1));
}
  .searchbox button{
  --tw-translate-y: -50%;
  --tw-text-opacity: 1;
  display: flex;
  position: absolute;
  top: 50%;
  right: calc(4/1920*100rem);
  justify-content: center;
  align-items: center;
  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));
  z-index: 1;
  width: calc(44/1920*100rem);
  height: calc(44/1920*100rem);
  color: rgb(0 66 122 / var(--tw-text-opacity, 1));
  font-size: calc(20/1920*100rem);
}

.load-more-item{
  display: none;
}

.contact-item{
  --tw-border-opacity: 1;
  display: flex;
  flex-direction: column;
  gap: calc(16/1920*100rem);
  border-width: 1px;
  border-color: rgb(0 168 223 / var(--tw-border-opacity, 1));
  padding: calc(20/1920*100rem);
}

@media (min-width: 1200px){
  .contact-item{
    padding: calc(40/1920*100rem);
  }
}
  .contact-item h3{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: calc(20/1920*100rem);
  line-height: 1.33;
  letter-spacing: 0.48px;
}
  @media (min-width: 1200px){
  .contact-item h3{
    font-size: calc(24/1920*100rem);
  }
}
  .contact-item .icon{
  --tw-text-opacity: 1;
  color: rgb(92 179 230 / var(--tw-text-opacity, 1));
  font-size: calc(16/1920*100rem);
  line-height: 1.25;
}
  .contact-item ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(12/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(12/1920*100rem) * var(--tw-space-y-reverse));
}
  .contact-item ul{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: 0.8854166666666667rem;
  line-height: 1.33;
  letter-spacing: 0.72px;
}
  @media (min-width: 1200px){
  .contact-item ul{
    font-size: calc(18/1920*100rem);
  }
}
  .contact-item li{
  display: flex;
  gap: calc(8/1920*100rem);
}
    .contact-item li p:last-child{
  flex: 1 1 0%;
}
  .contact-item a{
  position: relative;
    transition: background-size 350ms;    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
}
  .contact-item a:hover {
      background-size: 100% 1px;
      background-position-x: left; }

.contact-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(32/1920*100rem);
}

@media (min-width: 576px){
  .contact-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .contact-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  .contact-list{
    gap: calc(40/1920*100rem);
  }
  .contact-section{
    padding-bottom: calc(92/1920*100rem);
  }
}
  .contact-section .container-fluid .site-title {
    font-weight: 300;
    font-size: 3.125rem;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase }
  @media (min-width: 1200px){
  .contact-section .container-fluid .site-title{
    font-size: 5rem;
  }
}
  .contact-section .site-desc h2 {
    --tw-text-opacity: 1;
    color: rgb(41 41 41 / var(--tw-text-opacity, 1));
    font-weight: 400;
    font-size: calc(30/1920*100rem);
    line-height: normal;
    letter-spacing: 0.96px }
  @media (min-width: 1200px){
  .contact-section .site-desc h2{
    font-size: calc(48/1920*100rem);
  }
}
    .contact-section .site-desc h2 strong{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity, 1));
}
  .contact-section .box-get-touch li {
    gap: calc(12/1920*100rem);
    letter-spacing: 0.64px }
  @media (min-width: 1200px){
  .contact-section .box-get-touch li{
    font-size: calc(32/1920*100rem);
  }
  .contact-section .box-get-touch li i{
    font-size: calc(32/1920*100rem);
  }
}
  .contact-section .box-get-touch p strong{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: 0.8854166666666667rem;
  line-height: 1.33;
  letter-spacing: 0.72px;
}
  @media (min-width: 1200px){
  .contact-section .box-get-touch p strong{
    font-size: calc(18/1920*100rem);
  }
}
  .contact-section .enquire-now-wrap > .row{
  margin-right: 0 /* 0px */;
  margin-left: 0 /* 0px */;
}
    .contact-section .enquire-now-wrap > .row > *{
  padding-right: 0 /* 0px */;
  padding-left: 0 /* 0px */;
}
    @media (min-width: 1024px){
  .contact-section .enquire-now-wrap > .row > *:last-child{
    width: calc(480 / 1504 * 100%);
  }
}

.career-detail-item{
  display: flex;
  flex-direction: column;
  gap: calc(20/1920*100rem);
}
  .career-detail-item + .career-detail-item{
  margin-top: calc(40/1920*100rem);
}
  .career-detail-item .title{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(20/1920*100rem);
  line-height: 1.33;
  letter-spacing: 0.48px;
}
  @media (min-width: 1200px){
  .career-detail-item .title{
    font-size: calc(24/1920*100rem);
  }
}
  .career-detail-item .full-content{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
}
    .career-detail-item .full-content * + h3{
  margin-top: calc(24/1920*100rem);
}
    .career-detail-item .full-content h3{
  margin-bottom: 0 /* 0px */;
  font-weight: 700;
}
    .career-detail-item .full-content ul{
  padding-left: calc(20/1920*100rem);
}
    .career-detail-item .full-content li{
  margin-top: 0 /* 0px */;
  margin-bottom: 0 /* 0px */;
  padding-left: 0 /* 0px */;
}
    .career-detail-item .full-content li *::marker{
  color: rgb(41 41 41 );
}
    .career-detail-item .full-content li::marker{
  color: rgb(41 41 41 );
}

.box-career-info{
  --tw-bg-opacity: 1;
  --tw-shadow: 4px 4px 32px 16px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 4px 4px 32px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
  padding: calc(20/1920*100rem);
}

@media (min-width: 1200px){
  .box-career-info{
    padding-top: calc(32/1920*100rem);
    padding-bottom: calc(32/1920*100rem);
  }
}
  .box-career-info .box-title{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: calc(24/1920*100rem);
  letter-spacing: 0.03333333333333333rem;
}
  @media (min-width: 1200px){
  .box-career-info .box-title{
    font-size: calc(32/1920*100rem);
  }
}
  .box-career-info .item{
  display: flex;
  align-items: center;
  gap: calc(12/1920*100rem);
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.3);
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
}
  .box-career-info .icon{
  width: calc(40/1920*100rem);
  color: rgb(255 255 255 / 0.4);
  font-size: calc(32/1920*100rem);
}
  .box-career-info .caption{
  --tw-text-opacity: 1;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: calc(4/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(14/1920*100rem);
  line-height: 1.29;
  letter-spacing: 0.56px;
}
    .box-career-info .caption span{
  display: block;
  width: 100%;
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.4px;
  letter-spacing: 0.020833333333333336rem;
}
    @media (min-width: 1200px){
  .box-career-info .caption span{
    font-size: calc(20/1920*100rem);
  }
}
    .box-career-info .caption span{
  line-height: 1.3;
}
  .box-career-info .button{
  margin-top: calc(20/1920*100rem);
}
    .box-career-info .button a{
  width: 100%;
}

.similar-item{
  --tw-border-opacity: 1;
  display: flex;
  flex-direction: column;
  gap: calc(8/1920*100rem);
  border-bottom-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
}
  .similar-item .title{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(20/1920*100rem);
  line-height: 1.33;
  letter-spacing: 0.48px;
}
  @media (min-width: 1200px){
  .similar-item .title{
    font-size: calc(24/1920*100rem);
  }
}
  .similar-item .title:hover{
  --tw-text-opacity: 1;
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
}

.box-similar-jobs{
  --tw-bg-opacity: 1;
  --tw-shadow: 4px 4px 32px 16px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 4px 4px 32px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: calc(20/1920*100rem);
}

@media (min-width: 1200px){
  .box-similar-jobs{
    padding-top: calc(32/1920*100rem);
    padding-bottom: calc(32/1920*100rem);
  }
}
  .box-similar-jobs .box-title{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: calc(24/1920*100rem);
  letter-spacing: 0.03333333333333333rem;
}
  @media (min-width: 1200px){
  .box-similar-jobs .box-title{
    font-size: calc(32/1920*100rem);
  }
}

.career-detail-section .career-detail-list{
  --tw-border-opacity: 1;
  margin-top: calc(16/1920*100rem);
  border-top-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  padding-top: calc(24/1920*100rem);
}

.career-detail-section .social-list{
  margin-top: calc(24/1920*100rem);
}
  .career-detail-section .social-list a{
  --tw-bg-opacity: 1;
  border-radius: 9999px;
  background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
}
  .career-detail-section .social-list a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 122 / var(--tw-bg-opacity, 1));
}
  .career-detail-section .social-list a{
  width: 2.604166666666667rem;
  height: 2.604166666666667rem;
}

@media (min-width: 1200px) {
  .career-detail-section .social-list{
    position: absolute;
    top: 0 /* 0px */;
    left: calc(calc(52/1920*100rem) * -1);
    margin-top: 0 /* 0px */;
  } }

.career-detail-section .box-career-info + .box-similar-jobs{
  margin-top: calc(20/1920*100rem);
}

@media (min-width: 1200px){
  .career-detail-section .box-career-info, .career-detail-section .box-similar-jobs{
    max-width: 23.333333333333336rem;
  }
  .career-form-section .form-submit input[type='submit'], .career-form-section .form-submit button[type='submit']{
    width: 9.270833333333334rem;
  }
}

.career-form-section .box-get-touch .site-title{
  font-weight: 600;
}

@media (min-width: 1200px){
  .career-form-section .box-get-touch ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(24/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(24/1920*100rem) * var(--tw-space-y-reverse));
  }
}

.career-form-section .box-get-touch li{
  flex-direction: column;
  gap: calc(12/1920*100rem);
  font-size: 0.8854166666666667rem;
  letter-spacing: 0.72px;
}

@media (min-width: 1200px){
  .career-form-section .box-get-touch li{
    font-size: calc(18/1920*100rem);
  }
}

.career-form-section .box-get-touch p:last-child{
  display: flex;
  align-items: center;
  gap: calc(8/1920*100rem);
  font-size: calc(24/1920*100rem);
  line-height: 1.25;
  letter-spacing: 0.64px;
  letter-spacing: 0.03333333333333333rem;
}

@media (min-width: 1200px){
  .career-form-section .box-get-touch p:last-child{
    font-size: calc(32/1920*100rem);
  }
}
  .career-form-section .box-get-touch p:last-child i{
  font-size: calc(32/1920*100rem);
}

.career-form-section .enquire-now-wrap > .row{
  margin-right: 0 /* 0px */;
  margin-left: 0 /* 0px */;
}
  .career-form-section .enquire-now-wrap > .row > *{
  padding-right: 0 /* 0px */;
  padding-left: 0 /* 0px */;
}
  @media (min-width: 1024px){
  .career-form-section .enquire-now-wrap > .row > *:last-child{
    width: calc(480 / 1504 * 100%);
  }
}

.career-1-section{
  padding-bottom: calc(40/1920*100rem);
}
  .career-1-section .site-title {
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.92px }
  @media (min-width: 1200px){
  .career-1-section .site-title{
    font-size: 5rem;
  }
}
  .career-1-section .site-desc{
  max-width: 50.88541666666667rem;
}

.career-image{
  aspect-ratio: 1920/760;
}

.table-responsive{
  overflow-x: auto;
  overflow-y: hidden;
}
  .table-responsive table{
  width: 100%;
  min-width: 52.083333333333336rem;
}
  .table-responsive tr{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
  .table-responsive tr:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 255 / var(--tw-bg-opacity, 1));
}
  .table-responsive th, .table-responsive td{
  --tw-text-opacity: 1;
  padding: calc(12/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(20/1920*100rem);
  line-height: 1.33;
  letter-spacing: 0.48px;
  text-align: left;
}
  @media (min-width: 1200px){
  .table-responsive th, .table-responsive td{
    padding-top: 0.7291666666666667rem;
    padding-bottom: 0.7291666666666667rem;
    font-size: calc(24/1920*100rem);
  }
}
  .table-responsive th:first-child, .table-responsive td:first-child{
  text-align: right;
}
  @media (min-width: 1200px){
  .table-responsive th:first-child, .table-responsive td:first-child{
    padding-left: calc(40/1920*100rem);
    width: 4.166666666666667rem;
  }
  .table-responsive th:last-child, .table-responsive td:last-child{
    padding-right: calc(40/1920*100rem);
    width: 9.375rem;
  }
}
    .table-responsive th:nth-child(2), .table-responsive td:nth-child(2){
  width: 50%;
}
  .table-responsive th{
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 122 / var(--tw-bg-opacity, 1));
}
  .table-responsive td{
  --tw-text-opacity: 1;
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
}
  @media (min-width: 1200px){
  .table-responsive td{
    padding-top: 0.5208333333333334rem;
    padding-bottom: 0.5208333333333334rem;
  }
}
    .table-responsive td a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
}
    .table-responsive td .btn-lined{
  padding-right: calc(20/1920*100rem);
  padding-left: calc(20/1920*100rem);
  height: calc(40/1920*100rem);
  font-size: calc(16/1920*100rem);
  white-space: nowrap;
}
    .table-responsive td .btn-lined:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.career-2-section .career-filter-wrap{
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 255 / var(--tw-bg-opacity, 1));
  padding-top: calc(40/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
}

@media (min-width: 1200px){
  .career-2-section .career-filter-wrap{
    padding-top: calc(80/1920*100rem);
    padding-bottom: calc(48/1920*100rem);
  }
}

.career-2-section .minion{
  top: calc(60/1920*100rem);
  left: calc(calc(28/1920*100rem) * -1);
  width: 12.5rem;
  height: 12.5rem;
}
  .career-2-section .minion::before {
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    position: absolute;
    top: 50%;
    left: 50%;
    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));
    z-index: -1;
    background-image: url('data:image/svg+xml,<svg width="138" height="172" viewBox="0 0 138 172" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M138 0L64.613 171.436L45.3861 126.751L94.8492 11.1148C97.1687 5.69112 99.7947 0 110.29 0H138ZM6.50979 50.234H23.3758L38.2122 65.8532L9.20205 133.612L-10 88.7765L6.50979 50.234Z" fill="%23DEEFF9"/></svg>');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 7.1875rem;
    height: 8.958333333333334rem;
    content: '' }

@media (min-width: 1200px){
  .career-2-section .filter-wrap .form-submit input[type='submit'], .career-2-section .filter-wrap .form-submit button[type='submit']{
    width: 10.416666666666668rem;
  }
}

.box-get-touch{
  --tw-text-opacity: 1;
  --tw-shadow: 4px 4px 32px 16px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 4px 4px 32px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: calc(20/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1200px){
  .box-get-touch{
    padding-top: calc(40/1920*100rem);
    padding-right: calc(44/1920*100rem);
    padding-bottom: calc(40/1920*100rem);
    padding-left: calc(44/1920*100rem);
  }
}
  .box-get-touch > .site-title{
  margin-bottom: calc(24/1920*100rem);
}
  .box-get-touch ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(16/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(16/1920*100rem) * var(--tw-space-y-reverse));
}
    .box-get-touch ul + p{
  margin-top: calc(24/1920*100rem);
}
  .box-get-touch li {
    --tw-text-opacity: 1;
    display: flex;
    gap: 10px;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 400;
    font-size: calc(18/1920*100rem);
    line-height: 1.3;
    letter-spacing: 0.4px;
    letter-spacing: 0.020833333333333336rem }
  @media (min-width: 1200px){
  .box-get-touch li{
    font-size: calc(20/1920*100rem);
  }
}
  .box-get-touch li{
  line-height: 1.3;
}
    .box-get-touch li i{
  font-size: calc(20/1920*100rem);
}
  .box-get-touch .minion{
  top: auto;
  right: -1.1458333333333335rem;
  bottom: calc(calc(36/1920*100rem) * -1);
  width: 14.375rem;
  height: 14.375rem;
}
  @media only screen and (max-width: 1199.98px) {
    .box-get-touch .minion{
    display: block;
    position: relative;
    left: calc(100% - 140px);
    width: 7.291666666666667rem;
    height: 7.291666666666667rem;
  } }

.enquire-now-wrap .wrap-form{
  --tw-bg-opacity: 1;
  --tw-shadow: 4px 4px 32px 16px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 4px 4px 32px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: calc(20/1920*100rem);
}

@media (min-width: 1200px){
  .enquire-now-wrap .wrap-form{
    padding: calc(40/1920*100rem);
  }
}
  .enquire-now-wrap .wrap-form .row{
  margin-right: calc(calc(4/1920*100rem) * -1);
  margin-left: calc(calc(4/1920*100rem) * -1);
}
    .enquire-now-wrap .wrap-form .row > *{
  padding-right: calc(4/1920*100rem);
  padding-left: calc(4/1920*100rem);
}

.enquire-now-wrap .hr{
  --tw-border-opacity: 1;
  margin-top: calc(20/1920*100rem);
  margin-right: calc(4/1920*100rem);
  margin-bottom: calc(20/1920*100rem);
  margin-left: calc(4/1920*100rem);
  border-top-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
}

.character{
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

@media (min-width: 1200px){
  .character{
    width: 11.614583333333334rem;
  }
}
  .character .text {
    --tw-text-opacity: 1;
    color: rgb(0 168 223 / var(--tw-text-opacity, 1));
    font-weight: 400;
    font-size: calc(20/1920*100rem);
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    text-transform: uppercase }
  @media (min-width: 1200px){
  .character .text{
    font-size: calc(24/1920*100rem);
  }
}
  .character .key {
    --tw-text-opacity: 1;
    color: rgb(0 168 223 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-size: 6.25rem;
    line-height: normal;
    letter-spacing: 2.4px;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1) }

.characters{
  display: flex;
  justify-content: space-between;
}

.esg-overview-1-section .block-content{
  margin-right: auto;
  margin-left: auto;
  max-width: 53.333333333333336rem;
}

.esg-overview-1-section .characters{
  margin-bottom: calc(40/1920*100rem);
}

@media (min-width: 1200px){
  .esg-overview-1-section .characters{
    margin-bottom: 3.6458333333333335rem;
  }
}

.esg-overview-1-section .bg-gradient-top{
  height: 41.66666666666667rem;
}

.esg-overview-2-section{
  position: relative;
  z-index: 1;
}
  .esg-overview-2-section::before {
    --tw-bg-opacity: 1;
    position: absolute;
    bottom: 0 /* 0px */;
    left: 0 /* 0px */;
    z-index: 1;
    background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
    width: 100%;
    height: calc(12/1920*100rem);
    pointer-events: none;
    content: '' }
  .esg-overview-2-section::after {
    position: absolute;
    bottom: -1.3541666666666667rem;
    left: -0.7291666666666667rem;
    z-index: -1;
    background-image: url('data:image/svg+xml,<svg width="178" height="224" viewBox="0 0 178 224" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-14.5794 0.925781L80.9127 224L105.931 165.855L41.5689 15.3885C38.5508 8.33114 35.1338 0.925781 21.4767 0.925781H-14.5794ZM156.517 66.2908H134.571L115.266 86.6148L153.014 174.783L178 116.443L156.517 66.2908Z" fill="%23DEEFF9"/></svg>');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 9.270833333333334rem;
    height: 11.666666666666668rem;
    content: '' }
  .esg-overview-2-section .block-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: calc(20/1920*100rem);
  padding-left: calc(20/1920*100rem);
}
  @media (min-width: 1200px){
  .esg-overview-2-section .block-content{
    padding-right: 0 /* 0px */;
    padding-left: 0 /* 0px */;
    max-width: 33.85416666666667rem;
    min-height: 37.5rem;
  }
}
  .esg-overview-2-section .site-desc{
  font-weight: 500;
}
  .esg-overview-2-section .image{
  aspect-ratio: 960/720;
}
  .esg-overview-2-section .site-minions{
  z-index: 0;
}
  .esg-overview-2-section .minion{
  display: none;
  bottom: -1.5625rem;
  left: -1.8229166666666667rem;
  width: 12.395833333333334rem;
  height: 12.395833333333334rem;
}

@media (min-width: 1200px) {
  .esg-overview-2-section .image{
    position: absolute;
    top: 0 /* 0px */;
    right: 0 /* 0px */;
    z-index: 2;
    width: 50%;
    height: 100%;
  } }

.esg-overview-3-section {
  position: relative;
  background-position: center 0 !important;
  background-size: cover !important }
  .esg-overview-3-section .site-minions{
  height: 100%;
}
  @media (min-width: 1200px){
  .esg-overview-3-section .site-minions{
    padding-top: 6.614583333333334rem;
    padding-bottom: 6.614583333333334rem;
    min-height: 49.47916666666667rem;
  }
}
  .esg-overview-3-section .block-content{
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 18.229166666666668rem;
  max-width: 53.333333333333336rem;
}
  @media (min-width: 1200px){
  .esg-overview-3-section .block-content{
    padding-bottom: calc(80/1920*100rem);
  }
}
  .esg-overview-3-section .minion{
  right: -1.7708333333333335rem;
  bottom: -2.34375rem;
  width: 15.729166666666668rem;
  height: 15.729166666666668rem;
}
  @media only screen and (max-width: 1199.98px) {
    .esg-overview-3-section .minion{
    --tw-translate-x: 0 /* 0px */;
    --tw-translate-y: 0 /* 0px */;
    display: block;
    position: relative;
    bottom: -5rem;
    left: calc(100% - 140px);
    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));
    width: 7.291666666666667rem;
    height: 7.291666666666667rem;
  } }

.overview-4-item{
  --tw-border-opacity: 1;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: calc(20/1920*100rem);
  border-bottom-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  padding-top: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
}
  .overview-4-item .image{
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  aspect-ratio: 608/405;
}
  .overview-4-item .caption{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5208333333333334rem;
}
  .overview-4-item .title{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: calc(24/1920*100rem);
  line-height: 1.25;
  letter-spacing: 0.64px;
  letter-spacing: 0.03333333333333333rem;
}
  @media (min-width: 1200px){
  .overview-4-item .title{
    font-size: calc(32/1920*100rem);
  }
}
  .overview-4-item .number{
  --tw-text-opacity: 1;
  margin-right: 0.5208333333333334rem;
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
}
  .overview-4-item .desc{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.4px;
  letter-spacing: 0.020833333333333336rem;
}
  @media (min-width: 1200px){
  .overview-4-item .desc{
    font-size: calc(20/1920*100rem);
  }
}
  .overview-4-item .desc{
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .overview-4-item{
    flex-direction: row;
    align-items: center;
  }
    .overview-4-item .image{
    width: calc(608 / 1504 * 100%);
  }
    .overview-4-item .caption{
    flex: 1 1 0%;
  } }

@media (min-width: 1200px) {
  .overview-4-item .caption{
    max-width: calc(836 / 1504 * 100%);
    min-height: 13.645833333333334rem;
  }
  .overview-4-item .desc{
    display: none;
  }
  .overview-4-item .number{
    display: inline-block;
    min-width: 2.604166666666667rem;
  }
  .overview-4-item .image{
    --tw-translate-y: -50%;
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    position: absolute;
    top: 50%;
    right: 0 /* 0px */;
    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));
    opacity: 0;
    z-index: 1;
  }
  .overview-4-item:hover .title{
    --tw-text-opacity: 1;
    color: rgb(0 168 223 / var(--tw-text-opacity, 1));
  }
  .overview-4-item:hover .image{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
    opacity: 1;
  }
  .esg-overview-4-section{
    padding-top: 6.5625rem;
    padding-bottom: 2.604166666666667rem;
  } }
  .esg-overview-4-section .overview-4-list{
  --tw-border-opacity: 1;
  border-top-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
}

.overview-5-item{
  --tw-bg-opacity: 1;
  display: flex;
  flex-direction: column;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
  .overview-5-item .image{
  aspect-ratio: 736/414;
}
  .overview-5-item .caption{
  padding: calc(20/1920*100rem);
}
  @media (min-width: 1200px){
  .overview-5-item .caption{
    padding: calc(32/1920*100rem);
  }
}
  .overview-5-item .title{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(24/1920*100rem);
  line-height: 1.25;
  letter-spacing: 0.64px;
  letter-spacing: 0.03333333333333333rem;
}
  @media (min-width: 1200px){
  .overview-5-item .title{
    font-size: calc(32/1920*100rem);
  }
}
  .overview-5-item .desc{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.4px;
  letter-spacing: 0.020833333333333336rem;
}
  @media (min-width: 1200px){
  .overview-5-item .desc{
    font-size: calc(20/1920*100rem);
  }
}
  .overview-5-item .desc{
  line-height: 1.3;
}
  @media (min-width: 1200px){
  .overview-5-item .desc{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 4.0625rem;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
  .overview-5-item .file-item > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(12/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(12/1920*100rem) * var(--tw-space-y-reverse));
}
  @media (min-width: 1200px){
  .overview-5-item .file-item > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(20/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(20/1920*100rem) * var(--tw-space-y-reverse));
  }
}
    .overview-5-item .file-item li{
  --tw-text-opacity: 1;
  display: flex;
  align-items: center;
  gap: calc(8/1920*100rem);
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.4px;
  letter-spacing: 0.020833333333333336rem;
}
    @media (min-width: 1200px){
  .overview-5-item .file-item li{
    font-size: calc(20/1920*100rem);
  }
}
    .overview-5-item .file-item li{
  line-height: 1.3;
}
      @media (min-width: 1200px){
  .overview-5-item .file-item li p{
    padding-right: calc(32/1920*100rem);
  }
  .overview-5-item .file-item li p:first-child{
    width: calc(241 / 736 * 100%);
  }
}
    .overview-5-item .file-item .link{
  --tw-text-opacity: 1;
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
}
    .overview-5-item .file-item .link:hover{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity, 1));
}
      .overview-5-item .file-item .link span{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
}

.overview-5-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(20/1920*100rem);
}

@media (min-width: 768px){
  .overview-5-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  .overview-5-list{
    gap: calc(32/1920*100rem);
  }
}

.esg-overview-5-section .minion{
  display: none;
  top: calc(20/1920*100rem);
  left: calc(calc(40/1920*100rem) * -1);
  width: 14.895833333333334rem;
  height: 14.895833333333334rem;
}

@media only screen and (max-width: 1199.98px) {
  .esg-overview-5-section .site-minions{
    padding-top: calc(12/1920*100rem);
  }
  .esg-overview-5-section .minion{
    --tw-translate-x: 0 /* 0px */;
    --tw-translate-y: 0 /* 0px */;
    display: block;
    position: relative;
    bottom: -5rem;
    left: calc(100% - 140px);
    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));
    width: 7.291666666666667rem;
    height: 7.291666666666667rem;
  } }

.strategy-1-wrap{
  display: flex;
  flex-direction: column;
  gap: calc(20/1920*100rem);
}

@media (min-width: 768px){
  .strategy-1-wrap{
    flex-direction: row;
    align-items: flex-start;
    gap: calc(24/1920*100rem);
  }
}
  .strategy-1-wrap .image{
  position: relative;
  overflow: hidden;
}
  .strategy-1-wrap .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  .strategy-1-wrap .image{
  aspect-ratio: 390/260;
}
  @media (min-width: 768px){
  .strategy-1-wrap .image{
    width: 20.3125rem;
  }
}
  .strategy-1-wrap .caption{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.4px;
  letter-spacing: 0.020833333333333336rem;
}
  @media (min-width: 1200px){
  .strategy-1-wrap .caption{
    font-size: calc(20/1920*100rem);
  }
}
  .strategy-1-wrap .caption{
  line-height: 1.3;
}
  @media (min-width: 768px){
  .strategy-1-wrap .caption{
    flex: 1 1 0%;
  }
}
    .strategy-1-wrap .caption *{
  margin-bottom: calc(16/1920*100rem);
}
    .strategy-1-wrap .caption *:last-child{
  margin-bottom: 0 /* 0px */;
}
    .strategy-1-wrap .caption ul{
  padding-left: calc(20/1920*100rem);
  list-style-type: disc;
}
    .strategy-1-wrap .caption table{
  width: 100%;
}
    .strategy-1-wrap .caption td{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding-top: calc(16/1920*100rem);
  padding-right: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
  color: rgb(0 66 122 / var(--tw-text-opacity, 1));
}
    .strategy-1-wrap .caption td:first-child{
  width: calc(72/1920*100rem);
}

.esg-strategy-1-section {
  position: relative;
  background: linear-gradient(180deg, #FFF 0%, #F1FCFF 31.87%, #DEEFF9 100%) }

@media (min-width: 1200px){
  .esg-strategy-1-section{
    padding-bottom: 4.84375rem;
  }
}
  .esg-strategy-1-section .minion{
  top: 12.291666666666668rem;
  left: calc(calc(20/1920*100rem) * -1);
  width: 12.395833333333334rem;
  height: 12.395833333333334rem;
}
    .esg-strategy-1-section .minion::before {
      --tw-translate-x: -50%;
      --tw-translate-y: -50%;
      position: absolute;
      top: 50%;
      left: 50%;
      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));
      z-index: -1;
      background-image: url('data:image/svg+xml,<svg width="178" height="224" viewBox="0 0 178 224" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-14.5794 0.925781L80.9127 224L105.931 165.855L41.5689 15.3885C38.5508 8.33114 35.1338 0.925781 21.4767 0.925781H-14.5794ZM156.517 66.2908H134.571L115.266 86.6148L153.014 174.783L178 116.443L156.517 66.2908Z" fill="%23DEEFF9"/></svg>');
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 9.270833333333334rem;
      height: 11.666666666666668rem;
      content: '' }
  .esg-strategy-1-section .block-content{
  --tw-border-opacity: 1;
  border-bottom-width: calc(5/1920*100rem);
  border-color: rgb(0 168 223 / var(--tw-border-opacity, 1));
  padding-bottom: calc(40/1920*100rem);
}
  @media (min-width: 1200px){
  .esg-strategy-1-section .block-content{
    padding-bottom: calc(64/1920*100rem);
  }
  .esg-strategy-1-section .block-content .site-desc{
    font-size: calc(32/1920*100rem);
    line-height: 1.25;
    letter-spacing: 0.64px;
  }
}
  .esg-strategy-1-section .accordion-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(12/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(12/1920*100rem) * var(--tw-space-y-reverse));
}
  .esg-strategy-1-section .main-tabslet{
  padding-top: calc(40/1920*100rem);
}
  @media (min-width: 1200px){
  .esg-strategy-1-section .main-tabslet{
    padding-top: calc(80/1920*100rem);
  }
}
  .esg-strategy-1-section .strategy-title{
  --tw-text-opacity: 1;
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: calc(24/1920*100rem);
  line-height: 1.25;
  letter-spacing: 0.64px;
  letter-spacing: 0.03333333333333333rem;
  text-transform: uppercase;
}
  @media (min-width: 1200px){
  .esg-strategy-1-section .strategy-title{
    font-size: calc(32/1920*100rem);
  }
}
  .esg-strategy-1-section .strategy-desc{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.4px;
  letter-spacing: 0.020833333333333336rem;
}
  @media (min-width: 1200px){
  .esg-strategy-1-section .strategy-desc{
    font-size: calc(20/1920*100rem);
  }
}
  .esg-strategy-1-section .strategy-desc{
  line-height: 1.3;
}
  @media (min-width: 768px){
  .esg-strategy-1-section .accordion-item .accordion-content{
    padding-bottom: calc(32/1920*100rem);
  }
}
  .esg-strategy-1-section .tabslet-tabs{
  flex-wrap: nowrap;
  margin-bottom: calc(32/1920*100rem);
}
  @media (min-width: 1200px){
  .esg-strategy-1-section .tabslet-tabs{
    margin-bottom: 0 /* 0px */;
  }
}
    .esg-strategy-1-section .tabslet-tabs a {
      --tw-shadow: 0 0 #0000;
      --tw-shadow-colored: 0 0 #0000;
      position: relative;
      justify-content: flex-start;
      gap: calc(12/1920*100rem);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      border-color: var(--before-border-color);
      border-color: currentColor;
      padding-top: calc(4/1920*100rem);
      padding-bottom: calc(4/1920*100rem);
      color: var(--text-color);
      text-transform: none }
    @media (min-width: 1200px){
  .esg-strategy-1-section .tabslet-tabs a{
    gap: calc(24/1920*100rem);
  }
}
      .esg-strategy-1-section .tabslet-tabs a .icon{
  position: relative;
  overflow: hidden;
}
      .esg-strategy-1-section .tabslet-tabs a .icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
      .esg-strategy-1-section .tabslet-tabs a .icon{
  width: calc(32/1920*100rem);
  height: calc(32/1920*100rem);
}
    .esg-strategy-1-section .tabslet-tabs li.active a {
      --tw-shadow: 0 0 #0000;
      --tw-shadow-colored: 0 0 #0000;
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      border-color: var(--text-color) }

@media (min-width: 1200px) {
  .esg-strategy-1-section .main-tabslet{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: calc(20/1920*100rem);
  }
  .esg-strategy-1-section .tabslet-tabs{
    flex: 1 1 0%;
    flex-wrap: wrap;
  }
    .esg-strategy-1-section .tabslet-tabs a{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-style: none;
    border-radius: 9999px;
    font-weight: 700;
    font-size: calc(20/1920*100rem);
    letter-spacing: 0.48px;
  }

@media (min-width: 1200px){
    .esg-strategy-1-section .tabslet-tabs a{
      font-size: calc(24/1920*100rem);
    }
  }
    .esg-strategy-1-section .tabslet-tabs a{
    width: 16.666666666666668rem;
    height: 16.666666666666668rem;
  }
      .esg-strategy-1-section .tabslet-tabs a .icon{
    width: 4.6875rem;
    height: 4.6875rem;
  }
        .esg-strategy-1-section .tabslet-tabs a .icon img{
    transition-duration: 150ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
      .esg-strategy-1-section .tabslet-tabs a::before {
        --tw-translate-x: -50%;
        --tw-translate-y: -50%;
        position: absolute;
        top: 50%;
        left: 50%;
        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));
        z-index: -1;
        transition-duration: 200ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        border-width: 1px;
        border-color: var(--before-border-color);
        border-radius: 9999px;
        width: 100%;
        height: 100%;
        content: '' }
      .esg-strategy-1-section .tabslet-tabs a:hover {
        background: var(--text-color) !important;
        color: white !important; }
        .esg-strategy-1-section .tabslet-tabs a:hover::before{
    border-color: var(--text-color);
  }
  .esg-strategy-1-section .tabslet-tabs a:hover .icon img{
    --tw-brightness: brightness(0);
    --tw-invert: invert(100%);
    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);
  }
    .esg-strategy-1-section .tabslet-tabs li{
    position: relative;
  }
      .esg-strategy-1-section .tabslet-tabs li:nth-child(1){
    z-index: 5;
  }
      .esg-strategy-1-section .tabslet-tabs li:nth-child(2){
    z-index: 4;
  }
      .esg-strategy-1-section .tabslet-tabs li:nth-child(3){
    z-index: 3;
  }
      .esg-strategy-1-section .tabslet-tabs li:nth-child(4){
    z-index: 2;
  }
      .esg-strategy-1-section .tabslet-tabs li:nth-child(5){
    z-index: 1;
  }
      .esg-strategy-1-section .tabslet-tabs li:nth-child(n+2){
    margin-top: calc(calc(48/1920*100rem) * -1);
  }
      .esg-strategy-1-section .tabslet-tabs li.active{
    position: relative;
    z-index: 6;
  }
        .esg-strategy-1-section .tabslet-tabs li.active a {
          background: var(--text-color) !important;
          color: white !important; }
          .esg-strategy-1-section .tabslet-tabs li.active a::before{
    border-color: var(--text-color);
    width: calc(100% + 60px);
    height: calc(100% + 60px);
  }
  .esg-strategy-1-section .tabslet-tabs li.active a .icon img{
    --tw-brightness: brightness(0);
    --tw-invert: invert(100%);
    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);
  }
  .esg-strategy-1-section .tabslet-content-wrap{
    width: 53.333333333333336rem;
  } }
  @media only screen and (max-width: 1199.98px) {
    .esg-strategy-1-section .tabslet-tabs{
    padding-bottom: calc(12/1920*100rem);
  } }

.esg-strategy-2-section {
  background-position: center 0 !important }

@media (min-width: 1200px){
  .esg-strategy-2-section{
    padding-top: 3.90625rem;
  }
}
  .esg-strategy-2-section .site-title{
  text-wrap: balance;
}
  .esg-strategy-2-section .button{
  gap: calc(12/1920*100rem);
}

header {
  display: flex;
  position: fixed;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  align-items: center;
  z-index: 999;
  transition-duration: 200ms;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  width: 100% }

@media (min-width: 1200px){
  header{
    padding-top: 0 /* 0px */;
    padding-bottom: 0 /* 0px */;
  }
}
  header .header-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(20/1920*100rem);
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.5208333333333334rem;
  padding-left: 0.5208333333333334rem;
  width: 100%;
  max-width: 96.875rem;
}
  header .header-right{
  display: flex;
  align-items: center;
  gap: calc(8/1920*100rem);
  padding-top: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
}
  @media (min-width: 768px){
  header .header-right{
    gap: calc(16/1920*100rem);
    padding-top: calc(36/1920*100rem);
    padding-bottom: calc(36/1920*100rem);
  }
}
  header .logo{
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 200ms;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  height: calc(60/1920*100rem);
}
  @media (min-width: 768px){
  header .logo{
    margin-top: calc(36/1920*100rem);
    height: calc(80/1920*100rem);
  }
}
    header .logo p{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
    header .logo .color{
  display: none;
}
    header .logo img{
  width: 100%;
  height: calc(60/1920*100rem);
  object-fit: contain;
}
    @media (min-width: 768px){
  header .logo img{
    height: calc(80/1920*100rem);
  }
}
  header .button-search, header .button-phone{
  --tw-text-opacity: 1;
  --tw-backdrop-blur: blur(6px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border-radius: calc(4/1920*100rem);
  background-color: rgb(0 0 0 / 0.2);
  width: calc(40/1920*100rem);
  height: calc(40/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: calc(20/1920*100rem);
}
  header .button-search:hover, header .button-phone:hover{
  background-color: rgb(0 0 0 / 0.3);
}
  @media (min-width: 768px){
  header .button-search, header .button-phone{
    width: calc(48/1920*100rem);
    height: calc(48/1920*100rem);
    font-size: calc(24/1920*100rem);
  }
}
  header .button-phone{
  display: none;
}
  @media (min-width: 768px){
  header .button-phone{
    display: flex;
  }
}
  header .button-language .wpml-ls{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 /* 0px */;
  padding: 0 /* 0px */;
  width: max-content;
}
  header .button-language .wpml-ls-current-language a {
    --tw-text-opacity: 1;
    --tw-backdrop-blur: blur(6px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: calc(4/1920*100rem);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    transition-duration: 150ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border-style: none;
    border-radius: calc(4/1920*100rem);
    background-color: rgb(0 0 0 / 0.2);
    padding-right: calc(8/1920*100rem);
    padding-left: calc(8/1920*100rem);
    height: calc(40/1920*100rem);
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 400;
    font-size: calc(16/1920*100rem);
    letter-spacing: 0.64px;
    text-transform: uppercase }
  header .button-language .wpml-ls-current-language a:hover{
  --tw-text-opacity: 1;
  background-color: rgb(0 0 0 / 0.3);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  @media (min-width: 768px){
  header .button-language .wpml-ls-current-language a{
    gap: calc(8/1920*100rem);
    padding-right: calc(16/1920*100rem);
    padding-left: calc(16/1920*100rem);
    height: calc(48/1920*100rem);
  }
}
  header .button-language .wpml-ls-current-language > a::after{
  --tw-content: '\f107';
  position: static;
  border-style: none;
  content: var(--tw-content);
  font-family: "Font Awesome 6 Pro";
}
  header.active{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  background-image: none;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
    @media (min-width: 768px){
  header.active .logo{
    --tw-translate-y: calc(calc(20/1920*100rem) * -1);
    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));
  }
}
      header.active .logo .white{
  display: none;
}
      header.active .logo .color{
  display: block;
}
    header.active .button-search, header.active .button-phone{
  background-color: rgb(0 0 0 / 0.5);
}
    header.active .button-search:hover, header.active .button-phone:hover{
  background-color: rgb(0 168 223 / 0.9);
}
    header.active .button-language a{
  background-color: rgb(0 0 0 / 0.5);
}
    header.active .button-language a:hover{
  background-color: rgb(0 168 223 / 0.9);
}
    header.active #buttonMenu{
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 122 / var(--tw-bg-opacity, 1));
}
  header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
  left: auto;
  width: max-content;
}

.mobile-wrap{
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  --tw-backdrop-blur: blur(6px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  display: none;
  position: fixed;
  top: 0 /* 0px */;
  right: 0 /* 0px */;
  z-index: 1000;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: calc(4/1920*100rem);
  background-color: rgb(0 66 122 / 0.8);
  padding-top: calc(120/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
  padding-left: calc(16/1920*100rem);
  width: 100%;
  max-width: 360px;
  height: 100%;
}

@media (min-width: 1200px){
  .mobile-wrap{
    max-width: 18.75rem;
  }
}
  .mobile-wrap .navbar-nav-list{
  padding-right: calc(4/1920*100rem);
  max-height: calc(100% - 80px);
  overflow-x: hidden;
  overflow-y: auto;
}
    .mobile-wrap .navbar-nav-list::-webkit-scrollbar {
      width: 0; }
    .mobile-wrap .navbar-nav-list::-webkit-scrollbar-track {
      background: transparent; }
    .mobile-wrap .navbar-nav-list::-webkit-scrollbar-thumb {
      background: #00A8DF; }
    .mobile-wrap .navbar-nav-list::-webkit-scrollbar-thumb:hover {
      background: #00427A; }
  .mobile-wrap .main-menu{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(20/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
  text-align: right;
}
    .mobile-wrap .main-menu > li{
  padding-right: calc(36/1920*100rem);
  padding-left: calc(40/1920*100rem);
}
      .mobile-wrap .main-menu > li > a {
        --tw-text-opacity: 1;
        position: relative;
    transition: background-size 350ms;    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        font-weight: 300;
        line-height: 1.25;
        letter-spacing: 0.64px;
        text-transform: uppercase }
      .mobile-wrap .main-menu > li > a:hover {
      background-size: 100% 1px;
      background-position-x: left; }
      .mobile-wrap .main-menu > li > a{
  font-size: calc(24/1920*100rem);
  letter-spacing: 0.03333333333333333rem;
}
      @media (min-width: 1200px){
  .mobile-wrap .main-menu > li > a{
    font-size: calc(32/1920*100rem);
  }
}
      .mobile-wrap .main-menu > li[class*="current-"] > a, .mobile-wrap .main-menu > li.active > a {
    background-size: 100% 1px;
    background-position-x: left; }
      .mobile-wrap .main-menu > li.menu-item-has-children{
  cursor: pointer;
}
        .mobile-wrap .main-menu > li.menu-item-has-children > a{
  pointer-events: none;
}
  .mobile-wrap .sub-menu{
  display: none;
}
  .mobile-wrap .sub-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(8/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(8/1920*100rem) * var(--tw-space-y-reverse));
}
  .mobile-wrap .sub-menu{
  padding-top: calc(20/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
}
    .mobile-wrap .sub-menu > li > a {
      --tw-text-opacity: 1;
      position: relative;
    transition: background-size 350ms;    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      font-weight: 400;
      font-size: calc(16/1920*100rem);
      line-height: 1.37;
      letter-spacing: 0.64px }
    .mobile-wrap .sub-menu > li > a:hover {
      background-size: 100% 1px;
      background-position-x: left; }
    .mobile-wrap .sub-menu > li[class*="current-"] > a {
    background-size: 100% 1px;
    background-position-x: left; }
  .mobile-wrap .close-mobile{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  --tw-text-opacity: 1;
  display: flex;
  position: absolute;
  top: 0 /* 0px */;
  right: 0 /* 0px */;
  justify-content: center;
  align-items: center;
  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));
  opacity: 0;
  transition-delay: 500ms;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  width: calc(48/1920*100rem);
  height: calc(48/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: calc(24/1920*100rem);
}
  .mobile-wrap .social-list{
  padding-top: calc(20/1920*100rem);
  padding-right: calc(40/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
  padding-left: calc(40/1920*100rem);
}
    .mobile-wrap .social-list ul{
  justify-content: flex-end;
  gap: calc(16/1920*100rem);
}
  .mobile-wrap.active .close-mobile{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  opacity: 1;
}

.search-wrap{
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  --tw-backdrop-blur: blur(6px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  display: none;
  position: fixed;
  top: 33.333333%;
  left: 50%;
  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));
  z-index: 1000;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: calc(4/1920*100rem);
  background-color: rgb(0 66 122 / 0.8);
  padding: calc(4/1920*100rem);
  width: 100%;
  max-width: 31.25rem;
}

#buttonMenu{
  --tw-rotate: 0deg;
  display: flex;
  justify-content: center;
  align-items: center;
  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));
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  margin: 0 /* 0px */;
  border-style: none;
  border-radius: calc(4/1920*100rem);
  background-color: rgb(0 66 122 / 0.8);
  padding: 0 /* 0px */;
  width: calc(40/1920*100rem);
  height: calc(40/1920*100rem);
}

@media (min-width: 768px){
  #buttonMenu{
    width: calc(48/1920*100rem);
    height: calc(48/1920*100rem);
  }
}
  #buttonMenu .line{
  --tw-translate-x: -50%;
  --tw-rotate: 0deg;
  --tw-bg-opacity: 1;
  display: block;
  position: absolute;
  left: 50%;
  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));
  opacity: 1;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  width: calc(24/1920*100rem);
  height: 2px;
}
    #buttonMenu .line:nth-child(1){
  --tw-translate-y: -50%;
  top: calc(50% - 7px);
  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));
}
    #buttonMenu .line:nth-child(2){
  --tw-translate-y: -50%;
  top: 50%;
  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));
}
    #buttonMenu .line:nth-child(3){
  --tw-translate-y: -50%;
  top: calc(50% + 7px);
  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));
}
  #buttonMenu #pulseMe{
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  justify-content: center;
  align-items: center;
  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));
  z-index: 1;
  width: 30px;
  min-width: 34px;
  height: 34px;
}
  #buttonMenu.open .line:nth-child(2), #buttonMenu:hover .line:nth-child(2){
  width: calc(16/1920*100rem);
}

body[class*="single-"]:not(.single-property), body.page-template-default, body.tax-careers, body.search-results{
  padding-top: calc(80/1920*100rem);
}

@media (min-width: 768px){
  body[class*="single-"]:not(.single-property), body.page-template-default, body.tax-careers, body.search-results{
    padding-top: calc(120/1920*100rem);
  }
}
  body[class*="single-"]:not(.single-property) header, body.page-template-default header, body.tax-careers header, body.search-results header{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  background-image: none;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
    @media (min-width: 768px){
  body[class*="single-"]:not(.single-property) header .logo, body.page-template-default header .logo, body.tax-careers header .logo, body.search-results header .logo{
    margin-top: 0 /* 0px */;
  }
}
      body[class*="single-"]:not(.single-property) header .logo .white, body.page-template-default header .logo .white, body.tax-careers header .logo .white, body.search-results header .logo .white{
  display: none;
}
      body[class*="single-"]:not(.single-property) header .logo .color, body.page-template-default header .logo .color, body.tax-careers header .logo .color, body.search-results header .logo .color{
  display: block;
}
    body[class*="single-"]:not(.single-property) header .button-search, body[class*="single-"]:not(.single-property) header .button-phone, body.page-template-default header .button-search, body.page-template-default header .button-phone, body.tax-careers header .button-search, body.tax-careers header .button-phone, body.search-results header .button-search, body.search-results header .button-phone{
  background-color: rgb(0 0 0 / 0.5);
}
    body[class*="single-"]:not(.single-property) header .button-search:hover, body[class*="single-"]:not(.single-property) header .button-phone:hover, body.page-template-default header .button-search:hover, body.page-template-default header .button-phone:hover, body.tax-careers header .button-search:hover, body.tax-careers header .button-phone:hover, body.search-results header .button-search:hover, body.search-results header .button-phone:hover{
  background-color: rgb(0 168 223 / 0.9);
}
    body[class*="single-"]:not(.single-property) header .button-language a, body.page-template-default header .button-language a, body.tax-careers header .button-language a, body.search-results header .button-language a{
  background-color: rgb(0 0 0 / 0.5);
}
    body[class*="single-"]:not(.single-property) header .button-language a:hover, body.page-template-default header .button-language a:hover, body.tax-careers header .button-language a:hover, body.search-results header .button-language a:hover{
  background-color: rgb(0 168 223 / 0.9);
}
    @media (min-width: 768px){
  body[class*="single-"]:not(.single-property) header.active .logo, body.page-template-default header.active .logo, body.tax-careers header.active .logo, body.search-results header.active .logo{
    --tw-translate-y: 0 /* 0px */;
    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));
  }
}
  body[class*="single-"]:not(.single-property) #buttonMenu, body.page-template-default #buttonMenu, body.tax-careers #buttonMenu, body.search-results #buttonMenu{
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 122 / var(--tw-bg-opacity, 1));
}

.box-number-item{
  --tw-bg-opacity: 1;
  display: flex;
  flex-direction: column;
  gap: calc(12/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: calc(16/1920*100rem);
  height: 100%;
}

@media (min-width: 768px){
  .box-number-item{
    padding-bottom: calc(40/1920*100rem);
  }
}

@media (min-width: 1200px){
  .box-number-item{
    padding-top: calc(32/1920*100rem);
    padding-bottom: calc(32/1920*100rem);
    min-height: 12.083333333333334rem;
  }
}
  .box-number-item .number {
    --tw-text-opacity: 1;
    transition-duration: 150ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    color: rgb(0 168 223 / var(--tw-text-opacity, 1));
    font-weight: 500;
    font-size: calc(30/1920*100rem);
    line-height: normal;
    letter-spacing: 1.28px }
  @media (min-width: 1200px){
  .box-number-item .number{
    font-size: calc(48/1920*100rem);
  }
}
  @media (min-width: 1600px){
  .box-number-item .number{
    font-size: calc(64/1920*100rem);
  }
}
  @media (min-width: 1200px){
  [lang="vi-VN"] .box-number-item .number{
    font-size: calc(40/1920*100rem);
  }
}
  @media (min-width: 1600px){
  [lang="vi-VN"] .box-number-item .number{
    font-size: 2.8125rem;
  }
}
  .box-number-item .title{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.4px;
  letter-spacing: 0.020833333333333336rem;
}
  @media (min-width: 1200px){
  .box-number-item .title{
    font-size: calc(20/1920*100rem);
  }
}
  .box-number-item .title{
  line-height: 1.3;
}
  .box-number-item:hover .number{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity, 1));
}

@media (min-width: 1200px) {
  .toggle-hidden {
    display: grid;
    grid-template-rows: 0fr;
    transition: 250ms grid-template-rows ease }
    .toggle-hidden > div{
    overflow: hidden;
  } }

.home-about-section .site-title{
  font-size: calc(30/1920*100rem);
}

@media (min-width: 1200px){
  .home-about-section .site-title{
    font-size: calc(48/1920*100rem);
  }
}

@media (min-width: 1600px){
  .home-about-section .site-title{
    font-size: calc(64/1920*100rem);
  }
}

@media (min-width: 1200px){
  [lang="vi-VN"] .home-about-section .site-title{
    font-size: calc(40/1920*100rem);
  }
}

@media (min-width: 1600px){
  [lang="vi-VN"] .home-about-section .site-title{
    font-size: 2.8125rem;
  }
}

@media (min-width: 1200px){
  .home-about-section .site-minions{
    padding-top: calc(100/1920*100rem);
    padding-bottom: calc(84/1920*100rem);
  }
}

.home-about-section .minion{
  --tw-translate-x: -50%;
  --tw-translate-y: 50%;
  bottom: calc(225 / 920 * 100%);
  left: calc(1092 / 1920 * 100%);
  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));
  z-index: 1;
  width: calc(240 / 1920 * 100%);
  height: calc(240 / 1920 * 100%);
}

@media (min-width: 1200px){
  .home-about-section .minion{
    width: 12.5rem;
    height: 12.5rem;
  }
}

.home-about-section .box-number-list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(16/1920*100rem);
}

@media (min-width: 768px){
  .home-about-section .box-number-list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  .home-about-section .box-number-list{
    gap: calc(32/1920*100rem);
  }
}

.home-about-section .block-content{
  max-width: 49.47916666666667rem;
}

.home-about-section .image{
  position: relative;
  z-index: 2;
  margin-top: calc(20/1920*100rem);
  aspect-ratio: 866/778;
}

@media (min-width: 1200px){
  .home-about-section .image{
    margin-top: 0 /* 0px */;
  }
}
  .home-about-section .image .maps{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-about-section .earth{
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  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));
  z-index: -2;
  aspect-ratio: 1 / 1;
}

.home-about-section .cloud-1 {
  --tw-translate-y: -50%;
  position: absolute;
  top: calc(137 / 778 * 100%);
  left: 0 /* 0px */;
  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));
  z-index: -1;
  animation: cloudLoopLeft 40s linear infinite;
  aspect-ratio: 502/142 }

.home-about-section .cloud-2 {
  --tw-translate-y: -50%;
  position: absolute;
  top: calc(592 / 778 * 100%);
  right: 0 /* 0px */;
  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));
  z-index: -1;
  animation: cloudLoopRight 40s linear infinite;
  aspect-ratio: 544/188 }

@media (min-width: 1200px) {
  .home-about-section .container-fluid{
    display: flex;
    justify-content: space-between;
  }
  .home-about-section .left-content{
    flex: 1 1 0%;
    padding-top: calc(28/1920*100rem);
    width: 100%;
    max-width: 55rem;
  }
  .home-about-section .box-number-list{
    padding-bottom: calc(128/1920*100rem);
  }
  .home-about-section .image{
    margin-right: calc(calc(40/1920*100rem) * -1);
    margin-left: -2.1875rem;
    aspect-ratio: 866/736;
    width: calc(866 / 1920 * 100%);
    max-width: 45.10416666666667rem;
  } }

.home-overview-item{
  display: flex;
  position: relative;
  flex-direction: column;
  gap: calc(16/1920*100rem);
  z-index: 1;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: calc(32/1920*100rem);
  padding-right: calc(16/1920*100rem);
  padding-bottom: calc(32/1920*100rem);
  padding-left: calc(16/1920*100rem);
}

@media (min-width: 1200px){
  .home-overview-item{
    padding-top: calc(48/1920*100rem);
    padding-right: calc(40/1920*100rem);
    padding-bottom: calc(48/1920*100rem);
    padding-left: calc(40/1920*100rem);
  }
}

.home-overview-item:hover::before{
  opacity: 1;
  content: var(--tw-content);
}
  .home-overview-item::before {
    position: absolute;
    z-index: -1;
    transition-duration: 150ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    inset: 0 /* 0px */;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    pointer-events: none;
    content: '' }
  .home-overview-item .icon{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
  .home-overview-item .icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
  .home-overview-item .icon{
  width: calc(60/1920*100rem);
  height: calc(60/1920*100rem);
}
  @media (min-width: 1200px){
  .home-overview-item .icon{
    width: calc(80/1920*100rem);
    height: calc(80/1920*100rem);
  }
}
  .home-overview-item .built{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 300;
  font-size: calc(24/1920*100rem);
  line-height: 1.25;
  letter-spacing: 0.64px;
  letter-spacing: 0.03333333333333333rem;
  text-transform: uppercase;
}
  @media (min-width: 1200px){
  .home-overview-item .built{
    font-size: calc(32/1920*100rem);
  }
}
  .home-overview-item .title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-size: calc(30/1920*100rem);
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase }
  @media (min-width: 1200px){
  .home-overview-item .title{
    font-size: calc(48/1920*100rem);
  }
}
  .home-overview-item .desc{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: 0.8854166666666667rem;
  line-height: 1.33;
  letter-spacing: 0.72px;
}
  @media (min-width: 1200px){
  .home-overview-item .desc{
    font-size: calc(18/1920*100rem);
  }
}
  .home-overview-item .toggle-hidden{
  margin-top: calc(16/1920*100rem);
}
  .home-overview-item .button{
  margin-top: calc(16/1920*100rem);
}
  .home-overview-item:last-child .built{
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .home-overview-item {
    background-image: none !important; }
    .home-overview-item::before {
      --tw-backdrop-blur: blur(6px);
      -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
      opacity: 0;
      backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
      background: radial-gradient(294.79% 141.42% at 0% 0%, rgba(0, 66, 122, 0.8) 0%, rgba(189, 213, 234, 0.8) 100%) }
    .home-overview-item:hover .toggle-hidden {
      grid-template-rows: 1fr; } }

.home-overview-list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
  .home-overview-list > *{
  width: 100%;
}
  @media (min-width: 768px){
  .home-overview-list > *{
    width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .home-overview-list {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    height: calc(640 / 1080 * 100%);
    pointer-events: none }
    .home-overview-list > *{
    pointer-events: auto;
  } }

.home-overview-section{
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px){
  .home-overview-section{
    min-height: calc(1080 / 1920 * 100%);
  }
}
  .home-overview-section .overview-cover-img{
  display: none;
}
  @media (min-width: 1200px){
  .home-overview-section .overview-cover-img{
    display: block;
  }
}
  .home-overview-section .overview-cover-img{
  position: relative;
  overflow: hidden;
}
  .home-overview-section .overview-cover-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  .home-overview-section .overview-cover-img{
  position: absolute;
  opacity: 0;
  z-index: -1;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  inset: 0 /* 0px */;
  pointer-events: none;
}
    .home-overview-section .overview-cover-img.active{
  opacity: 1;
}
  .home-overview-section .container-fluid{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(80/1920*100rem);
}
  @media (min-width: 1200px){
  .home-overview-section .container-fluid{
    padding-bottom: 0 /* 0px */;
    min-height: 56.25rem;
  }
}
  .home-overview-section .block-content{
  max-width: 23.4375rem;
}
  @media (min-width: 1200px){
  .home-overview-section .block-content{
    max-width: 45.833333333333336rem;
  }
  .home-overview-section .home-overview-list{
    position: absolute;
    bottom: 0 /* 0px */;
    left: 0 /* 0px */;
    z-index: 1;
    width: 100%;
  }
}

.partner-item{
  position: relative;
  overflow: hidden;
}

.partner-item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner-item{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  aspect-ratio: 192/96;
}

@media (min-width: 1200px) {
  .partner-item img{
    --tw-grayscale: grayscale(100%);
    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);
    transition-duration: 150ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .partner-item:hover img{
    --tw-grayscale: grayscale(0);
    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);
  } }

.home-partner-section .swiper-slide{
  width: 10rem;
}

.home-partner-section .swiper-wrapper {
  transition-timing-function: linear; }

.home-partner-section .swiper-relative{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: calc(8/1920*100rem);
}

@media (min-width: 768px){
  .home-partner-section .swiper-relative{
    padding: calc(16/1920*100rem);
  }
}

@media (min-width: 1200px){
  .home-partner-section .swiper-relative{
    padding-top: calc(24/1920*100rem);
    padding-right: calc(20/1920*100rem);
    padding-bottom: calc(24/1920*100rem);
    padding-left: calc(20/1920*100rem);
  }
  .home-project-section{
    padding-bottom: calc(88/1920*100rem);
  }
}
  .home-project-section .block-content{
  max-width: 46.875rem;
}
  @media (min-width: 1440px){
  .home-project-section .block-content{
    max-width: 45.833333333333336rem;
  }
}
  .home-project-section .property-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(20/1920*100rem);
}
  @media (min-width: 768px){
  .home-project-section .property-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
  @media (min-width: 1024px){
  .home-project-section .property-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.business-item .image{
  aspect-ratio: 586/400;
}

.business-item .caption{
  padding-top: calc(20/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
}

.business-item .news-date{
  margin-bottom: calc(8/1920*100rem);
}

.business-item .title{
  -webkit-box-orient: vertical;
  --tw-text-opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(20/1920*100rem);
  line-height: 1.33;
  letter-spacing: 0.48px;
}

@media (min-width: 1200px){
  .business-item .title{
    font-size: calc(24/1920*100rem);
  }
}

.business-item .title:hover{
  --tw-text-opacity: 1;
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
}

@media (min-width: 1200px){
  .business-item .title{
    height: calc(64/1920*100rem);
  }
}

.business-item .desc{
  display: none;
  margin-top: calc(24/1920*100rem);
  font-weight: 400;
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.4px;
  letter-spacing: 0.020833333333333336rem;
}

@media (min-width: 1200px){
  .business-item .desc{
    font-size: calc(20/1920*100rem);
  }
}

.business-item .desc{
  line-height: 1.3;
}

.business-item .button{
  margin-top: calc(20/1920*100rem);
}

@media (min-width: 1200px){
  .business-item .button{
    margin-top: calc(32/1920*100rem);
  }
}
  .business-item .button .link{
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
  font-weight: 600;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
  .business-item .button .link:hover{
  --tw-text-opacity: 1;
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
}

.business-item .discover-more{
  display: none;
}

.business-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(32/1920*100rem);
}

@media (min-width: 768px){
  .business-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .business-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
  .business-list .business-item:first-child .view-detail{
  display: none;
}
  .business-list .business-item:first-child .discover-more{
  display: flex;
}

@media (min-width: 1024px) {
  .business-list .business-item:first-child{
    display: flex;
    grid-column: span 2 / span 2;
  }
    .business-list .business-item:first-child .image{
    width: 50%;
  }
    .business-list .business-item:first-child .caption{
    --tw-bg-opacity: 1;
    flex: 1 1 0%;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: calc(40/1920*100rem);
  }
    .business-list .business-item:first-child .desc{
    display: block;
  } }

@media (min-width: 1200px) {
  .business-list .business-item:first-child .image{
    aspect-ratio: 780/533;
  }
  .business-list .business-item:first-child .title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: auto;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 1.4583333333333335rem;
    line-height: normal;
    letter-spacing: 0.8px }

@media (min-width: 1200px){
    .business-list .business-item:first-child .title{
      font-size: calc(40/1920*100rem);
    }
  }
  .business-list .business-item:first-child .button{
    margin-top: 1.7708333333333335rem;
  }
  .business-list .business-item:nth-child(2) .image{
    aspect-ratio: 430/294;
  } }

@media (min-width: 1600px) {
  .business-list{
    display: flex;
    column-gap: 0 /* 0px */;
    row-gap: calc(40/1920*100rem);
    flex-wrap: wrap;
    margin-right: calc(calc(20/1920*100rem) * -1);
    margin-left: calc(calc(20/1920*100rem) * -1);
  }
    .business-list .business-item{
    padding-right: calc(20/1920*100rem);
    padding-left: calc(20/1920*100rem);
    width: 33.333333%;
  }
      .business-list .business-item:first-child{
    width: calc(1410 / 1880 * 100%);
  }
        .business-list .business-item:first-child .image{
    width: calc(780 / 1370 * 100%);
  }
        .business-list .business-item:first-child .caption{
    padding-top: calc(60/1920*100rem);
    padding-right: calc(48/1920*100rem);
    padding-bottom: calc(60/1920*100rem);
    padding-left: calc(48/1920*100rem);
  }
      .business-list .business-item:nth-child(2){
    width: calc(470 / 1880 * 100%);
  } }

.business-section .minion{
  --tw-translate-x: 50%;
  right: calc(384 / 1920 * 100%);
  bottom: calc(100% - 25px);
  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));
  width: 10.520833333333334rem;
  height: 10.520833333333334rem;
}

.related-reading-item{
  --tw-border-opacity: 1;
  display: flex;
  gap: calc(16/1920*100rem);
  border-bottom-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  padding-top: calc(20/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
}

.related-reading-item:last-child{
  border-style: none;
  padding-bottom: 0 /* 0px */;
}
  .related-reading-item .image{
  aspect-ratio: 149/102;
  width: 7.760416666666667rem;
}
  .related-reading-item .caption{
  flex: 1 1 0%;
}
  .related-reading-item .title{
  -webkit-box-orient: vertical;
  --tw-text-opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: 0.8854166666666667rem;
  line-height: 1.33;
  letter-spacing: 0.72px;
}
  @media (min-width: 1200px){
  .related-reading-item .title{
    font-size: calc(18/1920*100rem);
  }
}
  .related-reading-item .title:hover{
  --tw-text-opacity: 1;
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
}

.box-related-reading{
  --tw-bg-opacity: 1;
  --tw-shadow: 4px 4px 32px 16px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 4px 4px 32px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: calc(20/1920*100rem);
  max-width: 21.25rem;
}

@media (min-width: 1024px){
  .box-related-reading{
    margin-right: 0 /* 0px */;
    margin-left: auto;
  }
}

@media (min-width: 1200px){
  .box-related-reading{
    padding-top: calc(32/1920*100rem);
    padding-bottom: calc(32/1920*100rem);
  }
}
  .box-related-reading .box-title{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: calc(24/1920*100rem);
  line-height: 1.25;
  letter-spacing: 0.64px;
  letter-spacing: 0.03333333333333333rem;
}
  @media (min-width: 1200px){
  .box-related-reading .box-title{
    font-size: calc(32/1920*100rem);
  }
}

.business-detail-section .block-content-detail .news-date{
  font-size: calc(20/1920*100rem);
}

@media (min-width: 1200px){
  .business-detail-section .block-content-detail .news-date{
    font-size: calc(24/1920*100rem);
  }
}

.business-detail-section .full-content{
  --tw-border-opacity: 1;
  margin-top: calc(16/1920*100rem);
  border-top-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  padding-top: calc(16/1920*100rem);
}
  .business-detail-section .full-content th, .business-detail-section .full-content td{
  --tw-border-opacity: 1;
  border-width: calc(2/1920*100rem);
  border-color: rgb(213 224 236 / var(--tw-border-opacity, 1));
  padding: calc(12/1920*100rem);
}
  @media (min-width: 1200px){
  .business-detail-section .full-content th, .business-detail-section .full-content td{
    padding-right: calc(20/1920*100rem);
    padding-left: calc(20/1920*100rem);
  }
}

.business-detail-section .minion{
  top: calc(160/1920*100rem);
  left: -1.71875rem;
  width: 12.395833333333334rem;
  height: 12.395833333333334rem;
}

.business-detail-section .site-minions{
  position: absolute;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.business-detail-section .social-list{
  margin-top: calc(24/1920*100rem);
}
  .business-detail-section .social-list a{
  --tw-bg-opacity: 1;
  border-radius: 9999px;
  background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
}
  .business-detail-section .social-list a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 122 / var(--tw-bg-opacity, 1));
}
  @media (min-width: 1200px){
  .business-detail-section .social-list a{
    width: 2.604166666666667rem;
    height: 2.604166666666667rem;
  }
  .business-detail-section .social-list{
    position: absolute;
    top: 0 /* 0px */;
    left: calc(calc(52/1920*100rem) * -1);
    margin-top: 0 /* 0px */;
  }
}

.industrial-1-section{
  position: relative;
}
  @media (min-width: 1200px){
  .industrial-1-section .site-minions{
    padding-bottom: calc(100/1920*100rem);
  }
}
  .industrial-1-section .image{
  aspect-ratio: 1 / 1;
}
  @media (min-width: 1200px){
  .industrial-1-section .image{
    margin-right: calc(calc(40/1920*100rem) * -1);
    width: 59.895833333333336rem;
  }
}
    .industrial-1-section .image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
  .industrial-1-section .site-text-animation{
  position: absolute;
  bottom: calc(calc(12/1920*100rem) * -1);
  left: 0 /* 0px */;
  z-index: -1;
  width: 100%;
}
  @media (min-width: 1200px){
  .industrial-1-section .site-text-animation{
    bottom: calc(calc(60/1920*100rem) * -1);
  }
}
  .industrial-1-section .industrial-wrap{
  display: flex;
  flex-direction: column;
  gap: calc(20/1920*100rem);
}
  @media (min-width: 1200px){
  .industrial-1-section .industrial-wrap{
    flex-direction: row;
    gap: 2.5520833333333335rem;
  }
}
  .industrial-1-section .site-desc > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(12/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(12/1920*100rem) * var(--tw-space-y-reverse));
}
    .industrial-1-section .site-desc ul{
  margin-top: calc(12/1920*100rem);
  margin-bottom: calc(12/1920*100rem);
}
    .industrial-1-section .site-desc ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(12/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(12/1920*100rem) * var(--tw-space-y-reverse));
}
      .industrial-1-section .site-desc ul li{
  display: flex;
  gap: calc(4/1920*100rem);
}
      .industrial-1-section .site-desc ul span, .industrial-1-section .site-desc ul strong{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
  width: calc(20/1920*100rem);
  height: calc(20/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: calc(14/1920*100rem);
}
  .industrial-1-section .minion{
  --tw-translate-x: -50%;
  bottom: 7.5rem;
  left: calc(596 / 1920 * 100%);
  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));
  width: 14.479166666666668rem;
  height: 14.479166666666668rem;
}
  .industrial-1-section .tabslet-tabs a::before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
}
  .industrial-1-section .tabslet-tabs a::after{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
}
  .industrial-1-section .tabslet-tabs a:hover::before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
}
  .industrial-1-section .tabslet-tabs a:hover::after{
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
}
  .industrial-1-section .tabslet-tabs li.active a::before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
}
  .industrial-1-section .tabslet-tabs li.active a::after{
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
}
  @media only screen and (max-width: 575.98px) {
    .industrial-1-section .tabslet-tabs li{
    width: 100%;
    max-width: 100%;
  } }

@media (min-width: 1200px) {
  .industrial-1-section .block-content{
    max-width: 34.94791666666667rem;
  }
  .industrial-1-section .button{
    max-width: 21.354166666666668rem;
  }
    .industrial-1-section .button > *{
    width: 100%;
  } }

.industrial-2-item{
  padding-top: calc(40/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
}

@media (min-width: 1200px){
  .industrial-2-item{
    padding-top: calc(60/1920*100rem);
    padding-bottom: calc(60/1920*100rem);
  }
}

.industrial-2-item:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.industrial-2-item:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 255 / var(--tw-bg-opacity, 1));
}
  .industrial-2-item .container{
  display: flex;
  flex-direction: column;
  gap: calc(32/1920*100rem);
}
  @media (min-width: 1200px){
  .industrial-2-item .container{
    flex-direction: row;
  }
}
  .industrial-2-item .block-title{
  display: flex;
  flex-direction: column;
  gap: calc(12/1920*100rem);
}
  @media (min-width: 1200px){
  .industrial-2-item .block-title{
    width: 18.229166666666668rem;
  }
}
    .industrial-2-item .block-title .site-title{
  text-transform: uppercase;
}
  .industrial-2-item .parks{
  --tw-text-opacity: 1;
  display: flex;
  align-items: center;
  gap: calc(12/1920*100rem);
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(20/1920*100rem);
  line-height: 1.33;
  letter-spacing: 0.48px;
}
  @media (min-width: 1200px){
  .industrial-2-item .parks{
    font-size: calc(24/1920*100rem);
  }
}
  .industrial-2-item .industrial-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(12/1920*100rem);
}
  @media (min-width: 768px){
  .industrial-2-item .industrial-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(20/1920*100rem);
  }
}
  @media (min-width: 1024px){
  .industrial-2-item .industrial-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
  @media (min-width: 1200px){
  .industrial-2-item .industrial-list{
    column-gap: 2.5520833333333335rem;
  }
}
    .industrial-2-item .industrial-list li{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  padding-bottom: calc(12/1920*100rem);
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: 0.8854166666666667rem;
  line-height: 1.33;
  letter-spacing: 0.72px;
}
    @media (min-width: 1200px){
  .industrial-2-item .industrial-list li{
    font-size: calc(18/1920*100rem);
  }
}
      .industrial-2-item .industrial-list li.active{
  font-weight: 700;
}
  @media (min-width: 1200px){
  .industrial-2-item .industrial-2-content{
    flex: 1 1 0%;
  }
}

.industrial-2-list{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.search-page .news-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(16/1920*100rem);
}

@media (min-width: 768px){
  .search-page .news-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  .search-page .news-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: calc(32/1920*100rem);
  }
}

.about-bw-wrap{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  margin-right: auto;
  margin-left: auto;
  background-color: rgb(244 251 255 / var(--tw-bg-opacity, 1));
  max-width: 51.66666666666667rem;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.4px;
  letter-spacing: 0.020833333333333336rem;
}

@media (min-width: 1200px){
  .about-bw-wrap{
    font-size: calc(20/1920*100rem);
  }
}

.about-bw-wrap{
  line-height: 1.3;
}
  .about-bw-wrap *{
  margin-bottom: calc(8/1920*100rem);
}
  .about-bw-wrap *:last-child{
  margin-bottom: 0 /* 0px */;
}
  .about-bw-wrap h3{
  font-weight: 700;
}
  .about-bw-wrap .content-wrap{
  padding: calc(20/1920*100rem);
}
    .about-bw-wrap .content-wrap a{
  text-decoration-line: underline;
}
  .about-bw-wrap .info-wrap{
  --tw-bg-opacity: 1;
  background-color: rgb(213 224 236 / var(--tw-bg-opacity, 1));
  padding: calc(20/1920*100rem);
}
    .about-bw-wrap .info-wrap h3{
  text-transform: uppercase;
}
    .about-bw-wrap .info-wrap li{
  display: flex;
  gap: calc(8/1920*100rem);
}
      .about-bw-wrap .info-wrap li .icon{
  --tw-text-opacity: 1;
  margin: 0 /* 0px */;
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
  font-size: calc(16/1920*100rem);
  line-height: 1.3;
}
    .about-bw-wrap .info-wrap a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .about-bw-wrap{
    display: flex;
  }
    .about-bw-wrap .content-wrap{
    flex: 1 1 0%;
  }
    .about-bw-wrap .info-wrap{
    width: 13.385416666666668rem;
  } }

.news-detail-section .block-content-detail .news-date{
  font-size: calc(20/1920*100rem);
}

@media (min-width: 1200px){
  .news-detail-section .block-content-detail .news-date{
    font-size: calc(24/1920*100rem);
  }
}

.news-detail-section .image{
  aspect-ratio: 1840/960;
}

.news-detail-section .share-wrap{
  --tw-border-opacity: 1;
  display: flex;
  align-items: center;
  gap: calc(32/1920*100rem);
  margin-top: calc(20/1920*100rem);
  margin-right: auto;
  margin-left: auto;
  border-top-width: 1px;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: calc(20/1920*100rem);
  max-width: 51.66666666666667rem;
}
  .news-detail-section .share-wrap p{
  --tw-text-opacity: 1;
  margin: 0 /* 0px */;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.4px;
  letter-spacing: 0.020833333333333336rem;
}
  @media (min-width: 1200px){
  .news-detail-section .share-wrap p{
    font-size: calc(20/1920*100rem);
  }
}
  .news-detail-section .share-wrap p{
  line-height: 1.3;
}

.news-detail-section .social-list a{
  --tw-bg-opacity: 1;
  border-radius: 9999px;
  background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
}

.news-detail-section .social-list a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 122 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1200px){
  .news-detail-section .social-list a{
    width: 2.604166666666667rem;
    height: 2.604166666666667rem;
  }
}

.news-related-section{
  overflow: hidden;
}
  .news-related-section .site-minions{
  position: absolute;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  z-index: -1;
  width: 100%;
  pointer-events: none;
}
  .news-related-section .minion{
  top: 0 /* 0px */;
  left: calc(calc(52/1920*100rem) * -1);
  width: 10.416666666666668rem;
  height: 10.416666666666668rem;
}
  @media (min-width: 1200px){
  .news-related-section .minion{
    left: calc(calc(20/1920*100rem) * -1);
  }
}
    .news-related-section .minion::before {
      --tw-translate-x: -50%;
      --tw-translate-y: -50%;
      position: absolute;
      top: 50%;
      left: 50%;
      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));
      z-index: -1;
      background-image: url('data:image/svg+xml,<svg width="208" height="241" viewBox="0 0 208 241" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M208 0L104.862 240.937L77.8399 178.136L147.356 15.6208C150.615 7.99833 154.306 0 169.057 0H208ZM23.2029 70.5991H46.9065L67.7578 92.5505L26.9867 187.779L0 124.767L23.2029 70.5991Z" fill="%23DEEFF9"/></svg>');
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 10.833333333333334rem;
      height: 12.5rem;
      content: '' }
  .news-related-section .swiper-slide{
  width: 17.96875rem;
}
  .news-related-section .block-content{
  position: relative;
}
    .news-related-section .block-content > *{
  max-width: 39.16666666666667rem;
}
    .news-related-section .block-content .site-title{
  max-width: none;
}
  .news-related-section .news-item .caption{
  background-image: none;
  background-color: transparent;
}

@media (min-width: 1200px) {
  .news-related-section .swiper-relative{
    width: 100vw;
  }
  .news-related-section .news-item .image{
    width: 100%;
    height: 18.333333333333336rem;
  }
    .news-related-section .news-item .image a{
    display: block;
    aspect-ratio: 1 / 1;
  }
  .news-related-section .news-item .caption{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: calc(16/1920*100rem);
    padding-top: calc(20/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
    height: 12.5rem;
  }
  .news-related-section .news-item .title{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .news-related-section .swiper-slide{
    --tw-border-opacity: 1;
    border-right-width: 1px;
    border-color: rgb(122 122 122 / var(--tw-border-opacity, 1));
    padding-right: calc(32/1920*100rem);
    width: 20rem;
  }
    .news-related-section .swiper-slide:nth-child(odd) .news-item .image a{
    aspect-ratio: 352/284;
  }
  .news-related-section .block-content .button{
    position: absolute;
    right: 0 /* 0px */;
    bottom: 0 /* 0px */;
    z-index: 1;
  } }
  @media only screen and (max-width: 1199.98px) {
    .news-related-section{
    padding-top: calc(12/1920*100rem);
  }
      .news-related-section .site-minions{
    display: flex;
    position: static;
    justify-content: flex-start;
    align-items: center;
    height: 7.291666666666667rem;
  }
      .news-related-section .minion{
    --tw-translate-x: 0 /* 0px */;
    --tw-translate-y: 0 /* 0px */;
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    display: block;
    position: relative;
    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));
  } }

.news-date{
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(14/1920*100rem);
  line-height: 1.29;
  letter-spacing: 0.56px;
}

.news-item .image{
  aspect-ratio: 436/245;
}

.news-item .caption{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: calc(20/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
}

.news-item .news-date{
  margin-bottom: calc(8/1920*100rem);
}

.news-item .title{
  -webkit-box-orient: vertical;
  --tw-text-opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(20/1920*100rem);
  line-height: 1.33;
  letter-spacing: 0.48px;
}

@media (min-width: 1200px){
  .news-item .title{
    font-size: calc(24/1920*100rem);
  }
}

.news-item .title:hover{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity, 1));
}

.news-item .desc{
  margin-top: calc(16/1920*100rem);
  font-weight: 400;
  font-size: 0.78125rem;
  line-height: 1.37;
  letter-spacing: 0.64px;
}

@media (min-width: 1200px){
  .news-item .desc{
    font-size: calc(16/1920*100rem);
  }
}

.news-item .corporate{
  --tw-text-opacity: 1;
  margin-top: calc(16/1920*100rem);
  color: rgb(0 66 122 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: 0.78125rem;
  line-height: 1.37;
  letter-spacing: 0.64px;
}

@media (min-width: 1200px){
  .news-item .corporate{
    font-size: calc(16/1920*100rem);
  }
  .news-item:hover .title{
    --tw-text-opacity: 1;
    color: rgb(0 66 122 / var(--tw-text-opacity, 1));
  }
}

.event-item .caption{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: calc(20/1920*100rem);
}

@media (min-width: 1200px){
  .event-item .caption{
    padding: calc(24/1920*100rem);
  }
}

.event-item .news-date{
  margin-bottom: calc(8/1920*100rem);
}

.event-item .title{
  -webkit-box-orient: vertical;
  --tw-text-opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(20/1920*100rem);
  line-height: 1.33;
  letter-spacing: 0.48px;
}

@media (min-width: 1200px){
  .event-item .title{
    font-size: calc(24/1920*100rem);
  }
}

.event-item .title:hover{
  --tw-text-opacity: 1;
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
}

.news-1-section .news-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(32/1920*100rem);
}

@media (min-width: 768px){
  .news-1-section .news-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .news-1-section .news-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  .news-1-section .news-list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .news-1-section .news-item:first-child{
    grid-column: span 2 / span 2;
  }
    .news-1-section .news-item:first-child .desc{
    display: block;
  } }

@media (min-width: 1200px) {
  .news-1-section .news-item:first-child{
    grid-row: span 2 / span 2;
  }
    .news-1-section .news-item:first-child .image{
    aspect-ratio: 904/509;
  }

.news-1-section .news-item:first-child .title{
    font-size: calc(24/1920*100rem);
    letter-spacing: 0.03333333333333333rem;
  }

@media (min-width: 1200px){
    .news-1-section .news-item:first-child .title{
      font-size: calc(32/1920*100rem);
    }
  } }

.news-2-section .event-item{
  margin-bottom: calc(32/1920*100rem);
  width: 100%;
}

@media (min-width: 768px){
  .news-2-section .event-item{
    width: calc(50% - 32px);
  }
}

@media (min-width: 1024px){
  .news-2-section .event-item{
    width: calc(100% / 3 - 32px);
  }
}

.news-2-section .news-item{
  --tw-shadow: 4px 4px 32px 16px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 4px 4px 32px 16px var(--tw-shadow-color);
  margin-bottom: calc(32/1920*100rem);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 100%;
}

@media (min-width: 768px){
  .news-2-section .news-item{
    width: calc(50% - 32px);
  }
}

@media (min-width: 1024px){
  .news-2-section .news-item{
    width: calc(100% / 3 - 32px);
  }
}
  .news-2-section .news-item .image{
  aspect-ratio: 480/320;
}
  .news-2-section .news-item .caption{
  padding: calc(20/1920*100rem);
}
  @media (min-width: 1200px){
  .news-2-section .news-item .caption{
    padding: calc(24/1920*100rem);
  }
}
  .news-2-section .news-item:nth-child(2) .image, .news-2-section .news-item:nth-child(4) .image, .news-2-section .news-item:nth-child(7) .image{
  aspect-ratio: 1 / 1;
}
  .news-2-section .news-item:nth-child(3) .image, .news-2-section .news-item:nth-child(5) .image, .news-2-section .news-item:nth-child(5) .image, .news-2-section .news-item:nth-child(8) .image, .news-2-section .news-item:nth-child(9) .image{
  aspect-ratio: 480/270;
}

.bg-gradient-top{
  position: absolute;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  z-index: -1;
  background-image: linear-gradient(180deg, #DEEFF9 0%, #F1FCFF 68.13%, #FFF 100%);
  width: 100%;
  height: 40.88541666666667rem;
  pointer-events: none;
}

.bg-gradient-bot {
  position: absolute;
  bottom: 0 /* 0px */;
  left: 0 /* 0px */;
  z-index: -1;
  background-image: linear-gradient(180deg, #FFF 0%, #f1fcff 31.87%, #DEEFF9 100%);
  width: 100%;
  height: 32.29166666666667rem;
  pointer-events: none }

.property-address {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 600;
  font-size: calc(20/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.48px }

@media (min-width: 1200px){
  .property-address{
    font-size: calc(24/1920*100rem);
  }
}

.property-facilities .title{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: calc(20/1920*100rem);
  line-height: 1.3;
}

@media (min-width: 1200px){
  .property-facilities .title{
    font-size: calc(24/1920*100rem);
  }
}

.property-facilities ul{
  margin-top: calc(16/1920*100rem);
}

.property-facilities ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(16/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(16/1920*100rem) * var(--tw-space-y-reverse));
}

.property-facilities li{
  display: flex;
  gap: calc(12/1920*100rem);
  font-weight: 400;
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.4px;
  letter-spacing: 0.020833333333333336rem;
}

@media (min-width: 1200px){
  .property-facilities li{
    font-size: calc(20/1920*100rem);
  }
}

.property-facilities li{
  line-height: 1.3;
}
  .property-facilities li > *:last-child{
  flex: 1 1 0%;
}

.property-facilities .icon{
  --tw-text-opacity: 1;
  width: 1.3541666666666667rem;
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
  font-size: calc(20/1920*100rem);
  line-height: 1.3;
}

.box-property-info{
  --tw-bg-opacity: 1;
  --tw-shadow: 4px 4px 32px 16px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 4px 4px 32px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: calc(20/1920*100rem);
}

@media (min-width: 1200px){
  .box-property-info{
    padding-top: calc(48/1920*100rem);
    padding-right: calc(32/1920*100rem);
    padding-bottom: calc(48/1920*100rem);
    padding-left: calc(32/1920*100rem);
  }
}
  .box-property-info .box-body > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(20/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(20/1920*100rem) * var(--tw-space-y-reverse));
}
  .box-property-info .item{
  display: flex;
  gap: calc(12/1920*100rem);
}
    .box-property-info .item + .item{
  --tw-border-opacity: 1;
  border-top-width: 1px;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: calc(20/1920*100rem);
}
  .box-property-info .icon{
  --tw-text-opacity: 1;
  width: calc(40/1920*100rem);
  height: calc(40/1920*100rem);
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-size: calc(32/1920*100rem);
}
  .box-property-info .caption{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: calc(8/1920*100rem);
}
    .box-property-info .caption p{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: calc(14/1920*100rem);
  line-height: 1.28;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
    .box-property-info .caption span{
  --tw-text-opacity: 1;
  color: rgb(255 173 95 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: calc(24/1920*100rem);
  line-height: 1.25;
  letter-spacing: 0.64px;
  letter-spacing: 0.03333333333333333rem;
}
    @media (min-width: 1200px){
  .box-property-info .caption span{
    font-size: calc(32/1920*100rem);
  }
}

.photo-item{
  display: flex;
  flex-direction: column;
  gap: calc(8/1920*100rem);
}

@media (min-width: 1200px){
  .photo-item{
    gap: calc(20/1920*100rem);
  }
}
  .photo-item .image{
  aspect-ratio: 480/320;
}
  .photo-item .title{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.4px;
  letter-spacing: 0.020833333333333336rem;
}
  @media (min-width: 1200px){
  .photo-item .title{
    font-size: calc(20/1920*100rem);
  }
}
  .photo-item .title{
  line-height: 1.3;
}

.property-photos .photos{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(16/1920*100rem);
}

@media (min-width: 576px){
  .property-photos .photos{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .property-photos .photos{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  .property-photos .photos{
    gap: calc(32/1920*100rem);
  }
}

.property-location .location{
  --tw-shadow: 4px 4px 32px 16px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 4px 4px 32px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.property-location .content{
  --tw-bg-opacity: 1;
  --tw-shadow: 4px 4px 32px 16px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 4px 4px 32px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: calc(20/1920*100rem);
}

@media (min-width: 1200px){
  .property-location .content{
    padding-top: calc(40/1920*100rem);
    padding-right: calc(32/1920*100rem);
    padding-bottom: calc(40/1920*100rem);
    padding-left: calc(32/1920*100rem);
  }
}

.property-location .iframe-scale{
  padding-top: calc(580 / 1024 * 100%);
}

.property-location .image-scale{
  padding-top: calc(580 / 1024 * 100%);
}

.property-location .item{
  --tw-bg-opacity: 1;
  display: flex;
  align-items: center;
  gap: calc(12/1920*100rem);
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  background-color: rgb(244 251 255 / var(--tw-bg-opacity, 1));
  padding: calc(8/1920*100rem);
}

@media (min-width: 1200px){
  .property-location .item{
    gap: calc(24/1920*100rem);
    padding-right: calc(24/1920*100rem);
    padding-left: calc(24/1920*100rem);
  }
}
  .property-location .item + .item{
  margin-top: calc(12/1920*100rem);
}
  .property-location .item.active, .property-location .item:hover{
  background-color: rgb(92 179 230 / 0.3);
}

.property-location .icon{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(40/1920*100rem);
  height: calc(40/1920*100rem);
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-size: calc(32/1920*100rem);
}

.property-location .caption{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: calc(4/1920*100rem);
}
  .property-location .caption p{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.4px;
  letter-spacing: 0.020833333333333336rem;
}
  @media (min-width: 1200px){
  .property-location .caption p{
    font-size: calc(20/1920*100rem);
  }
}
  .property-location .caption p{
  line-height: 1.3;
}
  .property-location .caption span{
  --tw-text-opacity: 1;
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: calc(20/1920*100rem);
  line-height: 1.33;
  letter-spacing: 0.48px;
}
  @media (min-width: 1200px){
  .property-location .caption span{
    font-size: calc(24/1920*100rem);
  }
}

@media (min-width: 1024px) {
  .property-location .location{
    display: flex;
    flex-direction: row-reverse;
  }
  .property-location .content{
    width: 33.333333%;
  }
  .property-location .maps{
    flex: 1 1 0%;
  }
  .property-location .iframe-scale, .property-location .image-scale{
    height: 100%;
  } }

@media (min-width: 1200px) {
  .property-location .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25rem;
  }
  .property-location .iframe-scale, .property-location .image-scale{
    height: 0 /* 0px */;
  } }

.property-legal .accordion-item{
  --tw-shadow: 4px 4px 32px 16px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 4px 4px 32px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1200px){
  .property-legal .accordion-item{
    padding-top: calc(20/1920*100rem);
    padding-right: calc(40/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
    padding-left: calc(40/1920*100rem);
  }
}
  .property-legal .accordion-item .accordion-title .title {
    --tw-text-opacity: 1;
    color: rgb(0 66 122 / var(--tw-text-opacity, 1));
    font-size: calc(30/1920*100rem);
    line-height: normal;
    letter-spacing: 0.96px }
  @media (min-width: 1200px){
  .property-legal .accordion-item .accordion-title .title{
    font-size: calc(48/1920*100rem);
  }
}
  .property-legal .accordion-item .accordion-content{
  padding-top: 0 /* 0px */;
}
  @media (min-width: 1200px){
  .property-legal .accordion-item .accordion-content{
    padding-bottom: calc(40/1920*100rem);
  }
}
  .property-legal .accordion-item.active .accordion-title{
  padding-top: calc(40/1920*100rem);
}

.property-legal table{
  width: 100%;
}

.property-legal tr:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 255 / var(--tw-bg-opacity, 1));
}

.property-legal td{
  --tw-text-opacity: 1;
  vertical-align: top;
  padding: calc(12/1920*100rem);
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.4px;
  letter-spacing: 0.020833333333333336rem;
}

@media (min-width: 1200px){
  .property-legal td{
    font-size: calc(20/1920*100rem);
  }
}

.property-legal td{
  line-height: 1.3;
}

@media (min-width: 1200px){
  .property-legal td{
    padding-top: 0.8854166666666667rem;
    padding-right: calc(20/1920*100rem);
    padding-bottom: 0.8854166666666667rem;
    padding-left: calc(20/1920*100rem);
  }
}

.property-legal td:first-child{
  font-weight: 600;
}

.property-legal td:last-child{
  padding-left: 0 /* 0px */;
}

.property-legal ul{
  list-style-type: disc;
}

.property-legal ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(12/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(12/1920*100rem) * var(--tw-space-y-reverse));
}

.property-legal ul{
  padding-left: calc(20/1920*100rem);
}

@media (min-width: 1200px){
  .property-legal ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(20/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(20/1920*100rem) * var(--tw-space-y-reverse));
  }
}

.property-detail{
  position: relative;
  z-index: 1;
}
  @media (min-width: 1200px){
  .property-detail .box-property-info{
    margin-right: 0 /* 0px */;
    margin-left: auto;
    max-width: 23.333333333333336rem;
  }
}
  .property-detail .brief{
  font-size: calc(18/1920*100rem);
  line-height: 1.3;
  letter-spacing: 0.4px;
  letter-spacing: 0.020833333333333336rem;
}
  @media (min-width: 1200px){
  .property-detail .brief{
    font-size: calc(20/1920*100rem);
  }
}
  .property-detail .brief{
  line-height: 1.3;
}

.filter-wrap{
  display: flex;
  flex-direction: column;
  gap: calc(12/1920*100rem);
}

@media (min-width: 1200px){
  .filter-wrap{
    gap: calc(32/1920*100rem);
  }
}
  .filter-wrap select {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.06);
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'><path stroke='%2300427A' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M6 8l4 4 4-4'/></svg>");
    background-position: calc(100% - 8px) center;
    background-size: 40px;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    max-width: 25.416666666666668rem;
    height: calc(48/1920*100rem);
    color: rgb(41 41 41 / var(--tw-text-opacity, 1));
    font-size: calc(16/1920*100rem);
    letter-spacing: 0.4px }
  @media (min-width: 1200px){
  .filter-wrap select{
    height: calc(60/1920*100rem);
    font-size: calc(20/1920*100rem);
  }
}
  .filter-wrap .form-group{
  display: flex;
  flex-direction: column;
  gap: calc(4/1920*100rem);
}
  @media (min-width: 1200px){
  .filter-wrap .form-group{
    gap: calc(20/1920*100rem);
  }
}
  .filter-wrap .form-submit input[type='submit'], .filter-wrap .form-submit button[type='submit']{
  min-width: max-content;
  height: calc(48/1920*100rem);
  font-weight: 600;
  font-size: calc(16/1920*100rem);
}
  @media (min-width: 1200px){
  .filter-wrap .form-submit input[type='submit'], .filter-wrap .form-submit button[type='submit']{
    padding-right: 1.9791666666666667rem;
    padding-left: 1.9791666666666667rem;
    height: calc(60/1920*100rem);
  }
}
    .filter-wrap .form-submit input[type='submit'] i, .filter-wrap .form-submit button[type='submit'] i{
  font-size: calc(20/1920*100rem);
}

@media (min-width: 1024px) {
  .filter-wrap{
    flex-direction: row;
  }
    .filter-wrap .form-group{
    flex: 1 1 0%;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
      .filter-wrap .form-group label{
    width: max-content;
    white-space: nowrap;
  }
      .filter-wrap .form-group.form-submit{
    flex-grow: 0;
  } }

.property-filter{
  padding-top: calc(32/1920*100rem);
  padding-bottom: calc(32/1920*100rem);
}

@media (min-width: 1200px){
  .property-filter{
    padding-top: calc(72/1920*100rem);
    padding-bottom: calc(52/1920*100rem);
  }
}

.property-item{
  position: relative;
}
  .property-item .image{
  aspect-ratio: 1 / 1;
}
  .property-item .caption {
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: calc(12/1920*100rem);
    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));
    z-index: 1;
    border-width: 0.8333333333333334rem;
    border-image-source: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 89%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    padding: calc(20/1920*100rem);
    width: 100%;
    height: 100% }
  @media (min-width: 1200px){
  .property-item .caption{
    gap: calc(20/1920*100rem);
    border-width: 3.125rem;
    padding: calc(32/1920*100rem);
    padding-top: calc(32/1920*100rem);
    padding-right: calc(40/1920*100rem);
    padding-bottom: calc(32/1920*100rem);
    padding-left: calc(40/1920*100rem);
  }
}
    .property-item .caption::before, .property-item .caption::after {
      position: absolute;
      opacity: 0;
      z-index: -1;
      transition-duration: 150ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      inset: 0 /* 0px */;
      pointer-events: none;
      content: '' }
    .property-item .caption::before {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }
    .property-item .caption::after {
      --tw-backdrop-blur: blur(6px);
      -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
      opacity: 1;
      backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
      background: radial-gradient(294.79% 141.42% at 0% 0%, rgba(0, 66, 122, 0.8) 0%, rgba(189, 213, 234, 0.8) 100%) }
  .property-item .title {
    -webkit-box-orient: vertical;
    --tw-text-opacity: 1;
    display: -webkit-box;
    position: relative;
    z-index: 1;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 400;
    font-size: 1.4583333333333335rem;
    line-height: normal;
    letter-spacing: 0.8px }
  @media (min-width: 1200px){
  .property-item .title{
    font-size: calc(40/1920*100rem);
  }
}
  .property-item .desc{
  -webkit-box-orient: vertical;
  --tw-text-opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: 0.8854166666666667rem;
  line-height: 1.33;
  letter-spacing: 0.72px;
}
  @media (min-width: 1200px){
  .property-item .desc{
    font-size: calc(18/1920*100rem);
  }
}
  .property-item .button{
  margin-top: calc(12/1920*100rem);
}
  @media (min-width: 1200px){
  .property-item .button{
    margin-top: calc(20/1920*100rem);
  }
  .property-item .caption::before{
    opacity: 1;
    content: var(--tw-content);
  }
  .property-item .caption::after{
    opacity: 0;
    content: var(--tw-content);
  }
  .property-item:hover .caption::before{
    opacity: 0;
    content: var(--tw-content);
  }
  .property-item:hover .caption::after{
    opacity: 1;
    content: var(--tw-content);
  }
  .property-item:hover .toggle-hidden {
    grid-template-rows: 1fr; }
}

.tabslet-tabs{
  display: flex;
  align-items: center;
  gap: calc(16/1920*100rem);
  overflow-x: auto;
  overflow-y: hidden;
}

@media (min-width: 1200px){
  .tabslet-tabs{
    flex-wrap: wrap;
    overflow: visible;
  }
}
  .tabslet-tabs a {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 1px;
    border-color: rgb(0 168 223 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-top: calc(8/1920*100rem);
    padding-right: calc(16/1920*100rem);
    padding-bottom: calc(8/1920*100rem);
    padding-left: calc(16/1920*100rem);
    height: calc(40/1920*100rem);
    color: rgb(0 168 223 / var(--tw-text-opacity, 1));
    font-weight: 600;
    font-size: 0.78125rem;
    letter-spacing: 0.64px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap }
  @media (min-width: 1200px){
  .tabslet-tabs a{
    padding-right: calc(24/1920*100rem);
    padding-left: calc(24/1920*100rem);
    height: calc(48/1920*100rem);
    font-size: calc(16/1920*100rem);
  }
}
  .tabslet-tabs a:hover{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  .tabslet-tabs li{
  width: max-content;
}
    .tabslet-tabs li.active a{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  --tw-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.20);
  --tw-shadow-colored: 4px 4px 8px 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);
  background-color: rgb(0 168 223 / var(--tw-bg-opacity, 1));
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.presale-wrap .presale-tab{
  display: none;
}

.property-all-section .property-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(20/1920*100rem);
}

@media (min-width: 768px){
  .property-all-section .property-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .property-all-section .property-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.accordion-item{
  --tw-bg-opacity: 1;
  position: relative;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-right: calc(16/1920*100rem);
  padding-left: calc(16/1920*100rem);
}

@media (min-width: 1200px){
  .accordion-item{
    padding-right: calc(24/1920*100rem);
    padding-left: calc(24/1920*100rem);
  }
}
  .accordion-item .accordion-title{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(20/1920*100rem);
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
}
    .accordion-item .accordion-title .title {
      color: currentColor;
      font-weight: 600;
      font-size: calc(20/1920*100rem);
      line-height: 1.33;
      letter-spacing: 0.48px }
    @media (min-width: 1200px){
  .accordion-item .accordion-title .title{
    font-size: calc(24/1920*100rem);
  }
}
  .accordion-item .accordion-toggle{
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 1));
  font-size: calc(24/1920*100rem);
}
  @media (min-width: 1200px){
  .accordion-item .accordion-toggle{
    font-size: calc(32/1920*100rem);
  }
}
  .accordion-item .accordion-content{
  --tw-border-opacity: 1;
  display: none;
  border-top-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  padding-top: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
}
  .accordion-item.active{
  --tw-shadow: 4px 4px 32px 16px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 4px 4px 32px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
    .accordion-item.active .accordion-title{
  --tw-text-opacity: 1;
  padding-top: calc(20/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
}
    .accordion-item.active .accordion-toggle{
  color: currentColor;
}
      .accordion-item.active .accordion-toggle::before{
  --tw-content: '\f068';
  content: var(--tw-content);
}

.property-section{
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px){
  .property-section{
    padding-bottom: 12.239583333333334rem;
  }
}
  .property-section .site-desc h2 {
    --tw-text-opacity: 1;
    color: rgb(41 41 41 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-size: calc(18/1920*100rem);
    line-height: 1.3;
    letter-spacing: 0.4px;
    letter-spacing: 0.020833333333333336rem;
    text-transform: uppercase }
  @media (min-width: 1200px){
  .property-section .site-desc h2{
    font-size: calc(20/1920*100rem);
  }
}
  .property-section .site-desc h2{
  line-height: 1.3;
}
  @media (min-width: 768px){
  .property-section .block-content{
    max-width: 42.083333333333336rem;
  }
}
  .property-section .minion{
  top: calc(20/1920*100rem);
  right: calc(calc(4/1920*100rem) * -1);
  width: 12.395833333333334rem;
  height: 12.395833333333334rem;
}
  .property-section .accordion-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(12/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(12/1920*100rem) * var(--tw-space-y-reverse));
}
  .property-section .property-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(16/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(16/1920*100rem) * var(--tw-space-y-reverse));
}
    .property-section .property-list a {
      --tw-text-opacity: 1;
      color: rgb(41 41 41 / var(--tw-text-opacity, 1));
      font-weight: 400;
      font-size: calc(18/1920*100rem);
      line-height: 1.3;
      letter-spacing: 0.4px;
      letter-spacing: 0.020833333333333336rem;
      text-transform: uppercase }
    @media (min-width: 1200px){
  .property-section .property-list a{
    font-size: calc(20/1920*100rem);
  }
}
    .property-section .property-list a{
  line-height: 1.3;
}
    .property-section .property-list a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
}
  .property-section .site-text-animation{
  position: absolute;
  bottom: 0 /* 0px */;
  left: 0 /* 0px */;
  z-index: -1;
  width: 100%;
}
  .property-section .accordion-list{
  max-width: 40.41666666666667rem;
}

@media (min-width: 1200px) {
  .property-section .image{
    margin-right: 0 /* 0px */;
    margin-left: auto;
    aspect-ratio: 671/930;
    width: 34.94791666666667rem;
  }
    .property-section .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  } }

@media (min-width: 1600px) {
  .property-section .image{
    margin-right: calc(calc(40/1920*100rem) * -1);
  } }
  @media only screen and (min-width: 1900px) {
    .property-section .image{
    margin-right: calc(calc(64/1920*100rem) * -1);
  } }

.footer-top{
  display: flex;
  flex-direction: column;
  gap: calc(32/1920*100rem);
  padding-top: calc(40/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
}

@media (min-width: 768px){
  .footer-top{
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px){
  .footer-top{
    padding-top: calc(48/1920*100rem);
    padding-bottom: calc(48/1920*100rem);
  }
}

@media (min-width: 768px) {
  .footer-top > .footer-block{
    width: 45%;
  }
  .footer-top > .footer-block:last-child{
    width: 100%;
  } }

@media (min-width: 1024px) {
  .footer-top{
    flex-wrap: nowrap;
    justify-content: space-between;
  }
    .footer-top > .footer-block{
    width: 100%;
  } }

.footer-bot{
  display: flex;
  position: relative;
  flex-direction: column;
  gap: calc(16/1920*100rem);
  padding-top: calc(20/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
}

@media (min-width: 768px){
  .footer-bot{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 1200px){
  .footer-bot{
    padding-top: 1.3541666666666667rem;
    padding-bottom: 1.3541666666666667rem;
  }
}
  .footer-bot::before {
    --tw-translate-x: -50%;
    position: absolute;
    top: 0 /* 0px */;
    left: 50%;
    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));
    z-index: 1;
    background-color: rgb(255 255 255 / 0.25);
    width: 100vw;
    height: 1px;
    pointer-events: none;
    content: "" }

.footer-block{
  width: 100%;
  max-width: 25rem;
}
  .footer-block h4 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-size: calc(20/1920*100rem);
    line-height: 1.33;
    letter-spacing: 0.48px }
  @media (min-width: 1200px){
  .footer-block h4{
    font-size: calc(24/1920*100rem);
  }
}

.footer-logo > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(16/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(16/1920*100rem) * var(--tw-space-y-reverse));
}
  .footer-logo img{
  max-width: 11.71875rem;
  height: 100%;
  object-fit: contain;
}
  .footer-logo h4{
  text-transform: uppercase;
}

.footer-address {
  letter-spacing: 0.64px }

.footer-address > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(16/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(16/1920*100rem) * var(--tw-space-y-reverse));
}

.footer-address{
  font-weight: 400;
  font-size: 0.78125rem;
  line-height: 1.37;
}

@media (min-width: 1200px){
  .footer-address{
    font-size: calc(16/1920*100rem);
  }
}
  .footer-address .icon{
  --tw-text-opacity: 1;
  color: rgb(0 168 223 / var(--tw-text-opacity, 1));
  font-size: calc(16/1920*100rem);
  line-height: 1.25;
}
  .footer-address ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(12/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(12/1920*100rem) * var(--tw-space-y-reverse));
}
  .footer-address li{
  display: flex;
  gap: calc(8/1920*100rem);
}
    .footer-address li p:last-child{
  flex: 1 1 0%;
}
  .footer-address a{
  position: relative;
    transition: background-size 350ms;    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
}
  .footer-address a:hover {
      background-size: 100% 1px;
      background-position-x: left; }

.footer-form form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(16/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(16/1920*100rem) * var(--tw-space-y-reverse));
}

.footer-form p {
  font-weight: 400;
  font-size: 0.78125rem;
  line-height: 1.37;
  letter-spacing: 0.64px }

@media (min-width: 1200px){
  .footer-form p{
    font-size: calc(16/1920*100rem);
  }
}

.footer-form .wrap-form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(8/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(8/1920*100rem) * var(--tw-space-y-reverse));
}

.footer-form [type='text'],
.footer-form [type='email'],
.footer-form [type='url'],
.footer-form [type='password'],
.footer-form [type='number'],
.footer-form [type='date'],
.footer-form [type='datetime-local'],
.footer-form [type='month'],
.footer-form [type='search'],
.footer-form [type='tel'],
.footer-form [type='time'],
.footer-form [type='week'],
.footer-form textarea,
.footer-form select{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.copyright {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(14/1920*100rem);
  line-height: 1.25;
  letter-spacing: 0.56px }

.footer-policy{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(16/1920*100rem);
}
  .footer-policy a{
  --tw-text-opacity: 1;
  position: relative;
    transition: background-size 350ms;    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
  color: rgb(213 224 236 / var(--tw-text-opacity, 1));
  font-weight: 400;
  font-size: calc(14/1920*100rem);
  line-height: 1.25;
}
  .footer-policy a:hover {
      background-size: 100% 1px;
      background-position-x: left; }
  .footer-policy li[class*="current-"] a {
    background-size: 100% 1px;
    background-position-x: left; }

.footer-quick-link > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(16/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(16/1920*100rem) * var(--tw-space-y-reverse));
}
  .footer-quick-link .quick-links{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(12/1920*100rem);
}
  @media (min-width: 1200px){
  .footer-quick-link .quick-links{
    column-gap: calc(40/1920*100rem);
  }
}
  .footer-quick-link a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 400;
    font-size: calc(16/1920*100rem);
    line-height: 1.25;
    letter-spacing: 0.64px }

footer{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(0 66 122 / var(--tw-bg-opacity, 1));
  overflow: hidden;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  footer.site-minions .minion{
  right: calc(calc(36/1920*100rem) * -1);
  bottom: calc(calc(16/1920*100rem) * -1);
  z-index: 1;
  width: 7.291666666666667rem;
  height: 7.291666666666667rem;
}

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