@charset "UTF-8";
/**
 * This injects Tailwind's base styles and any base styles registered-500 by
 * plugins.
 */
/*! tailwindcss v3.4.0 | 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: Inter Tight, 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 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-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] {
  display: none;
}
html, body {
    scroll-padding-top: 80px;
    font-size: 16px; }
@media (min-width: 1200px) {
    html, body {
      scroll-padding-top: calc(100/1920*100rem);
      font-size: 1vw } }
body{
  --tw-text-opacity: 1;
  overflow-y: overlay;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  accent-color: #1d4ed8;
  font-family: Inter Tight, sans-serif;
}
main{
  padding-top: 100px;
}
@media (min-width: 1200px){
  main{
    padding-top: calc(100/1920*100rem);
  }
}
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: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
}
h6{
  font-weight: 700;
  font-size: clamp(12px,calc(14/1920*100rem),calc(14/1920*100rem));
}
a{
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: linear;
}
a:hover{
  color: currentColor;
}
img{
  display: inline;
  max-width: 100%;
}
@media (min-width: 1200px){
  main, div{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
  }
}
::is(tbody, table) > tr:nth-child(odd) {
    background: #0001; }
@media (prefers-reduced-motion) {
    *, *::before, *::after {
      animation-duration: 0s !important;
      /* additional recommendation */
      transition: none !important;
      scroll-behavior: auto !important; } }
.img-ratio {
    display: block;
    position: relative;
    padding-top: 100%;
    height: 0;
    overflow: hidden; }
.img-ratio img, .img-ratio 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: 100%;
  height: 100%;
  object-fit: cover;
}
.format-content{
  font-size: calc(18/1920*100rem);
}
.format-content p{
  margin-bottom: calc(16/1920*100rem);
}
.format-content ol{
  padding-left: calc(20/1920*100rem);
  list-style-type: decimal;
}
.format-content ol li{
  margin-bottom: calc(16/1920*100rem);
}
.format-content ul{
  padding-left: calc(20/1920*100rem);
  list-style-type: disc;
}
.format-content ul li{
  margin-bottom: calc(8/1920*100rem);
}
*, ::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:  ;
}
::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:  ;
}/**
 * This injects Tailwind's component classes and any component classes
 * registered-500 by plugins.
 */
.container{
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px /* 16px */;
  padding-left: 16px /* 16px */;
  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{
    padding-right: calc(20/1920*100rem);
    padding-left: calc(20/1920*100rem);
    max-width: 1200px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1600px){
  .container{
    max-width: 1600px;
  }
}
@media (min-width: 400px) {
    .container{
    max-width: 100%;
  } }
@media (min-width: 576px) {
    .container{
    max-width: 96vw;
  } }
@media (min-width: 1200px) {
    .container{
    max-width: calc(1440 / 1920 * 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;
}
.img-contain{
  position: relative;
  overflow: hidden;
}
.img-contain img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.item-hover .image{
  position: relative;
  overflow: hidden;
}
.item-hover .image img{
  transition-duration: 500ms;
  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));
}
.block-content, .desc, .full-content{
  text-align: justify;
}/**
 * This injects Tailwind's utility classes and any utility classes registered-500
 * by plugins.
 */
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.z-2{
  z-index: 2;
}
.\!m-0{
  margin: 0 /* 0px */ !important;
}
.\!mx-0{
  margin-right: 0 /* 0px */ !important;
  margin-left: 0 /* 0px */ !important;
}
.\!my-0{
  margin-top: 0 /* 0px */ !important;
  margin-bottom: 0 /* 0px */ !important;
}
.my-3{
  margin-top: calc(12/1920*100rem);
  margin-bottom: calc(12/1920*100rem);
}
.\!mb-0{
  margin-bottom: 0 /* 0px */ !important;
}
.\!mb-auto{
  margin-bottom: auto !important;
}
.\!ml-0{
  margin-left: 0 /* 0px */ !important;
}
.\!ml-auto{
  margin-left: auto !important;
}
.\!mr-0{
  margin-right: 0 /* 0px */ !important;
}
.\!mr-auto{
  margin-right: auto !important;
}
.\!mt-0{
  margin-top: 0 /* 0px */ !important;
}
.\!mt-auto{
  margin-top: auto !important;
}
.-mt-10{
  margin-top: calc(calc(40/1920*100rem) * -1);
}
.-mt-8{
  margin-top: calc(calc(32/1920*100rem) * -1);
}
.mb-10{
  margin-bottom: calc(40/1920*100rem);
}
.mb-2{
  margin-bottom: calc(8/1920*100rem);
}
.mb-4{
  margin-bottom: calc(16/1920*100rem);
}
.mb-5{
  margin-bottom: calc(20/1920*100rem);
}
.mb-8{
  margin-bottom: calc(32/1920*100rem);
}
.mt-1{
  margin-top: calc(4/1920*100rem);
}
.mt-10{
  margin-top: calc(40/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-7{
  margin-top: calc(28/1920*100rem);
}
.mt-8{
  margin-top: calc(32/1920*100rem);
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-2{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.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%;
}
.max-h-\[40vh\]{
  max-height: 40vh;
}
.w-full{
  width: 100%;
}
.max-w-\[95\%\]{
  max-width: 95%;
}
.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));
}
.resize{
  resize: both;
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: calc(4/1920*100rem);
}
.gap-10{
  gap: calc(40/1920*100rem);
}
.gap-5{
  gap: calc(20/1920*100rem);
}
.gap-8{
  gap: calc(32/1920*100rem);
}
.gap-y-3{
  row-gap: calc(12/1920*100rem);
}
.gap-y-5{
  row-gap: calc(20/1920*100rem);
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.\!rounded-\[16px\]{
  border-radius: 16px !important;
}
.rounded-4{
  border-radius: calc(16/1920*100rem);
}
.rounded-sm{
  border-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: calc(2/1920*100rem);
}
.border-t-2{
  border-top-width: calc(2/1920*100rem);
}
.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-primary-3{
  --tw-border-opacity: 1;
  border-color: rgb(0 174 239 / var(--tw-border-opacity));
}
.border-primary-5{
  --tw-border-opacity: 1;
  border-color: rgb(142 193 229 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#eef3f8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 248 / var(--tw-bg-opacity));
}
.bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-primary-1{
  --tw-bg-opacity: 1;
  background-color: rgb(235 35 41 / var(--tw-bg-opacity));
}
.bg-primary-2{
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
}
.bg-primary-3{
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity));
}
.bg-primary-4{
  --tw-bg-opacity: 1;
  background-color: rgb(11 106 176 / var(--tw-bg-opacity));
}
.bg-secondary-1{
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 246 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-4{
  background-image: linear-gradient(129deg, #80CBFF 0%, #00A5EF 50%, #0064AC 100%);
}
.\!p-0{
  padding: 0 /* 0px */ !important;
}
.\!p-3{
  padding: calc(12/1920*100rem) !important;
}
.\!p-5{
  padding: calc(20/1920*100rem) !important;
}
.p-\[15px\]{
  padding: 15px;
}
.\!px-0{
  padding-right: 0 /* 0px */ !important;
  padding-left: 0 /* 0px */ !important;
}
.\!py-0{
  padding-top: 0 /* 0px */ !important;
  padding-bottom: 0 /* 0px */ !important;
}
.px-5{
  padding-right: calc(20/1920*100rem);
  padding-left: calc(20/1920*100rem);
}
.px-7{
  padding-right: calc(28/1920*100rem);
  padding-left: calc(28/1920*100rem);
}
.py-2{
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
}
.py-3{
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
}
.py-4{
  padding-top: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
}
.\!pb-0{
  padding-bottom: 0 /* 0px */ !important;
}
.\!pl-0{
  padding-left: 0 /* 0px */ !important;
}
.\!pr-0{
  padding-right: 0 /* 0px */ !important;
}
.\!pt-0{
  padding-top: 0 /* 0px */ !important;
}
.pb-10{
  padding-bottom: calc(40/1920*100rem);
}
.pb-4{
  padding-bottom: calc(16/1920*100rem);
}
.pt-10{
  padding-top: calc(40/1920*100rem);
}
.pt-2{
  padding-top: calc(8/1920*100rem);
}
.text-center{
  text-align: center;
}
.text-justify{
  text-align: justify;
}
.text-2xl{
  font-size: calc(24/1920*100rem);
}
.text-base{
  font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
}
.text-xl{
  font-size: calc(20/1920*100rem);
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity));
}
.text-primary-1{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}
.text-primary-2{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
}
.text-primary-3{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity));
}
.text-primary-4{
  --tw-text-opacity: 1;
  color: rgb(11 106 176 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.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);
}
.shadow-drop-shadow-hard{
  --tw-shadow: 8px 8px 16px 8px rgba(0, 0, 0, 0.40);
  --tw-shadow-colored: 8px 8px 16px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-drop-shadow-light{
  --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);
}
.blur{
  --tw-blur: blur(20px);
  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);
}
.section{
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 1200px){
  .section{
    padding-top: calc(60/1920*100rem);
    padding-bottom: calc(60/1920*100rem);
  }
}
.section-large{
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 1200px){
  .section-large{
    padding-top: calc(80/1920*100rem);
    padding-bottom: calc(80/1920*100rem);
  }
}
.section-t-large{
  padding-top: 32px;
}
@media (min-width: 1200px){
  .section-t-large{
    padding-top: calc(80/1920*100rem);
  }
}
.section-b-large{
  padding-bottom: 32px;
}
@media (min-width: 1200px){
  .section-b-large{
    padding-bottom: calc(80/1920*100rem);
  }
}
.row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 1200px){
  .row{
    margin-right: calc(calc(20/1920*100rem) * -1);
    margin-left: calc(calc(20/1920*100rem) * -1);
  }
}
.row > *{
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 1200px){
  .row > *{
    padding-right: calc(20/1920*100rem);
    padding-left: calc(20/1920*100rem);
  }
}
.swiper-relative{
  position: relative;
}
.iframe-scale{
  display: block;
  position: relative;
  height: 0 /* 0px */;
  overflow: hidden;
}
.iframe-scale iframe{
  position: absolute;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 0 /* 0px */;
  min-width: 100%;
  height: 100%;
}
.desktop-only{
  display: none;
}
@media (min-width: 1024px){
  .desktop-only{
    display: block;
  }
}
.mobile-only{
  display: block;
}
@media (min-width: 1024px){
  .mobile-only{
    display: none;
  }
}/**
 * 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-primary-2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.rem\:\!h-\[119px\]{
  height: 6.197916666666667rem !important;
}
.rem\:border-\[4px\]{
  border-width: 0.20833333333333334rem;
}
.ratio\:pt-\[380_682\]{
  padding-top: 55.718475073313776%;
}
@media (min-width: 576px){
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .lg\:mt-10{
    margin-top: calc(40/1920*100rem);
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-11\/12{
    width: 91.666667%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-3\/12{
    width: 25%;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-7\/12{
    width: 58.333333%;
  }
  .lg\:w-9\/12{
    width: 75%;
  }
  .lg\:max-w-\[1000px\]{
    max-width: 1000px;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:gap-10{
    gap: calc(40/1920*100rem);
  }
  .lg\:p-10{
    padding: calc(40/1920*100rem);
  }
}
@media (min-width: 1200px){
  .xl\:relative{
    position: relative;
  }
  .xl\:mt-12{
    margin-top: calc(48/1920*100rem);
  }
  .xl\:mt-14{
    margin-top: calc(56/1920*100rem);
  }
  .xl\:mt-20{
    margin-top: calc(80/1920*100rem);
  }
  .xl\:w-1\/2{
    width: 50%;
  }
  .xl\:w-5\/6{
    width: 83.333333%;
  }
  .xl\:w-8\/12{
    width: 66.666667%;
  }
  .xl\:pb-\[4rem\]{
    padding-bottom: 4rem;
  }
  .xl\:pt-20{
    padding-top: calc(80/1920*100rem);
  }
}.edit-link i:before {
  content: '✏️'; }

.header-64{
  font-size: 32px;
  line-height: 1.5;
}

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

.header-48{
  font-size: 32px;
  line-height: 1.375;
}

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

.header-40{
  font-size: 28px;
  line-height: 1.375;
}

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

.section-header-32{
  font-size: 24px;
  line-height: 1.25;
}

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

.sub-header-24{
  font-size: 20px;
  line-height: 1.3;
}

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

.sub-header-20{
  font-size: 18px;
  line-height: 1.3;
}

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

.body-18{
  font-size: 16px;
  line-height: 1.375;
}

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

.body-16{
  font-size: 16px;
  line-height: 1.375;
}

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

.body-14{
  font-size: 14px;
  line-height: 1.25;
}

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

.label-12{
  font-size: 12px;
  line-height: 1.375;
}

@media (min-width: 1200px){
  .label-12{
    font-size: clamp(12px,calc(14/1920*100rem),calc(14/1920*100rem));
  }
}

.site-title-large{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 32px;
  line-height: 1.375;
}

@media (min-width: 1200px){
  .site-title-large{
    font-size: calc(48/1920*100rem);
  }
}
  .site-title-large.is-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .site-title-large.is-red{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}
  .site-title-large.is-primary-3{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity));
}

.site-title{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 28px;
  line-height: 1.375;
}

@media (min-width: 1200px){
  .site-title{
    font-size: calc(40/1920*100rem);
  }
}
  .site-title.is-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .site-title.is-red{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}
  .site-title.is-primary-3{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity));
}

.site-sub-title{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
}

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

.site-desc{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}

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

.site-full{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}

@media (min-width: 1200px){
  .site-full{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}
  .site-full.is-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.full-content{
  max-width: 65ch;
  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(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  font-weight: 500;
  text-decoration: underline;
}

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

.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;
  list-style-type: disc;
}

.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: var(--tw-prose-quotes);
  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(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: 0.875em;
  line-height: 1.4285714;
}

.full-content{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --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: 1rem;
  line-height: 1.75;
}

.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{
  --tw-text-opacity: 1;
  max-width: none;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}

@media (min-width: 1200px){
  .full-content{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}
  .full-content > *:first-child{
  margin-top: 0 /* 0px */;
}
  .full-content > *:last-child{
  margin-bottom: 0 /* 0px */;
}
  .full-content p img{
  margin: 0 /* 0px */;
}
  .full-content ul{
  padding-left: calc(16/1920*100rem);
  list-style-type: disc;
}
  .full-content ol{
  padding-left: calc(16/1920*100rem);
  list-style-type: decimal;
}

@keyframes ctaPhoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-15deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(15deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-15deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(15deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }

.zoom-in img {
  transition: all 0.3s ease-in-out; }

.zoom-in:hover img {
  transform: scale(1.05); }

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

.link{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(8/1920*100rem);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
}

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

.link:hover{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
}
  .link .icon{
  display: flex;
  align-items: center;
  width: 0.9375rem;
  height: 1.5625rem;
  overflow: hidden;
  font-size: calc(18/1920*100rem);
}
    .link .icon > *{
  --tw-translate-x: -100%;
  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: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 0.9375rem;
  min-width: 0.9375rem;
  height: 1.5625rem;
}
  .link:hover .icon > *{
  --tw-translate-x: 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));
}
  .link.is-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .link.is-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .link.is-light-blue{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity));
}
  .link.is-light-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity));
}
  .link.is-download{
  gap: calc(12/1920*100rem);
}
    .link.is-download .icon{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-width: calc(2/1920*100rem);
  border-color: currentColor;
  border-radius: 9999px;
  width: calc(40/1920*100rem);
  height: calc(40/1920*100rem);
}
      .link.is-download .icon > *{
  --tw-translate-x: 0 /* 0px */;
  --tw-translate-y: -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: 100%;
  height: 100%;
  min-height: 100%;
}
    .link.is-download:hover .icon > *{
  --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));
}

.btn-solid{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(8/1920*100rem);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 9999px;
  background-color: rgb(235 35 41 / var(--tw-bg-opacity));
  padding-top: calc(8/1920*100rem);
  padding-right: calc(16/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(16/1920*100rem);
  min-height: calc(48/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}

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

.btn-solid:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn-solid.is-min{
  font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem)) !important;
}
  .btn-solid .icon{
  display: flex;
  align-items: center;
  width: 0.9375rem;
  height: 1.5625rem;
  overflow: hidden;
  font-size: calc(18/1920*100rem);
}
    .btn-solid .icon > *{
  --tw-translate-x: -100%;
  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: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 0.9375rem;
  min-width: 0.9375rem;
  height: 1.5625rem;
}
  .btn-solid:hover {
    box-shadow: 0px 0px 8px 0px #EB2329; }
    .btn-solid:hover .icon > *{
  --tw-translate-x: 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));
}
  .btn-solid.is-white{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: rgb(235 35 41 / var(--tw-text-opacity));
}
  .btn-solid.is-white:hover{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}

.btn-lined{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(8/1920*100rem);
  border-width: 1px;
  border-color: rgb(235 35 41 / var(--tw-border-opacity));
  border-radius: 9999px;
  padding-top: calc(8/1920*100rem);
  padding-right: calc(16/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(16/1920*100rem);
  min-height: calc(48/1920*100rem);
  color: rgb(235 35 41 / var(--tw-text-opacity));
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}

@media (min-width: 1200px){
  .btn-lined{
    padding-right: calc(24/1920*100rem);
    padding-left: calc(24/1920*100rem);
    font-size: calc(20/1920*100rem);
    line-height: 1.25;
  }
}

.btn-lined:hover{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}
  .btn-lined.arrow-down{
  border-style: none;
}
    .btn-lined.arrow-down:hover .icon > *{
  --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));
}
    .btn-lined.arrow-down .icon > *{
  --tw-translate-y: 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));
}
    .btn-lined.arrow-down .icon i{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
  .btn-lined .icon{
  display: flex;
  align-items: center;
  width: 0.9375rem;
  height: 1.5625rem;
  overflow: hidden;
  font-size: calc(18/1920*100rem);
}
    .btn-lined .icon > *{
  --tw-translate-x: -100%;
  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: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 0.9375rem;
  min-width: 0.9375rem;
  height: 1.5625rem;
}
  .btn-lined:hover .icon > *{
  --tw-translate-x: 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));
}
  .btn-lined.is-white{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn-lined.is-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn-lined.is-blue{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(0 56 122 / var(--tw-border-opacity));
  color: rgb(0 56 122 / var(--tw-text-opacity));
}
  .btn-lined.is-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
}
  .btn-lined.is-min{
  font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
}
  .btn-lined.is-icon{
  padding: 0 /* 0px */;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 0 /* 0px */;
  overflow: hidden;
}
  @media (min-width: 1200px){
  .btn-lined.is-icon{
    width: calc(40/1920*100rem);
    min-width: calc(40/1920*100rem);
    height: calc(40/1920*100rem);
  }
}
    .btn-lined.is-icon .icon{
  height: 100%;
}
      .btn-lined.is-icon .icon > *{
  height: 100%;
}
    @media (min-width: 1200px){
  .btn-lined.is-icon.is-large-icon{
    width: calc(64/1920*100rem);
    height: calc(64/1920*100rem);
  }
  .btn-lined.is-icon.is-large-icon .icon{
    font-size: calc(20/1920*100rem);
  }
}

#buttonMenu{
  --tw-bg-opacity: 1;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  z-index: 50;
  border-radius: 8px;
  background-color: rgb(235 35 41 / var(--tw-bg-opacity));
  width: 48px;
  min-width: 48px;
  height: 48px;
}
  #buttonMenu::before{
  --tw-text-opacity: 1;
  --tw-content: '\f0c9';
  content: var(--tw-content);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 24px;
  font-family: "Font Awesome 6 Pro";
}
  #buttonMenu.active::before{
  --tw-content: '\f00d';
  content: var(--tw-content);
}

@media (min-width: 1200px) {
  #buttonMenu {
    display: none !important; } }

.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: clamp(12px,calc(14/1920*100rem),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(20px);
  -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%;
}
  .backdrop.backdrop-mobile{
  top: 60px;
}
  @media (min-width: 1200px){
  .backdrop.backdrop-mobile{
    top: 0 /* 0px */;
  }
}

.cta-fixed{
  display: none;
  position: fixed;
  right: 0 /* 0px */;
  bottom: 5.3125rem;
  z-index: 50;
  pointer-events: none;
}

@media (min-width: 1200px){
  .cta-fixed{
    display: block;
  }
}
  .cta-fixed li{
  padding-top: calc(4/1920*100rem);
}
  .cta-fixed a{
  --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);
  --tw-translate-x: calc(100% - (48 / 1920 * 100rem));
  display: flex;
  align-items: center;
  gap: calc(8/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));
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: rgb(0 174 239 / var(--tw-bg-opacity));
  pointer-events: auto;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
}
  .cta-fixed a:hover{
  --tw-translate-x: 0 /* 0px */;
  --tw-bg-opacity: 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));
  background-color: rgb(11 106 176 / var(--tw-bg-opacity));
  pointer-events: auto;
}
  .cta-fixed .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(48/1920*100rem);
  height: calc(48/1920*100rem);
  font-size: calc(24/1920*100rem);
}
  .cta-fixed .text{
  padding-right: calc(8/1920*100rem);
}

.cta-fixed-2{
  display: flex;
  position: fixed;
  right: 20px;
  bottom: 50px;
  flex-direction: column;
  gap: 8px;
  z-index: 40;
}

@media (min-width: 1200px){
  .cta-fixed-2{
    right: calc(100/1920*100rem);
    bottom: calc(32/1920*100rem);
  }
}
  .cta-fixed-2 .text{
  --tw-text-opacity: 1;
  display: none;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(12px,calc(14/1920*100rem),calc(14/1920*100rem));
  white-space: nowrap;
}
  @media (min-width: 1200px){
  .cta-fixed-2 .text{
    display: block;
  }
}
  .cta-fixed-2 .icon{
  --tw-border-opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-radius: 9999px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  font-size: 24px;
}
  @media (min-width: 1200px){
  .cta-fixed-2 .icon{
    width: calc(32/1920*100rem);
    height: calc(32/1920*100rem);
    font-size: calc(24/1920*100rem);
  }
}
    .cta-fixed-2 .icon > *{
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 32px;
  height: 32px;
  min-height: 32px;
}
    @media (min-width: 1200px){
  .cta-fixed-2 .icon > *{
    width: calc(32/1920*100rem);
    height: calc(32/1920*100rem);
    min-height: calc(32/1920*100rem);
  }
}
  .cta-fixed-2 > *{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border-radius: 9999px;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity));
  width: 40px;
  height: 40px;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 24px;
}
  @media (min-width: 1200px){
  .cta-fixed-2 > *{
    --tw-bg-opacity: 1;
    gap: calc(12/1920*100rem);
    background-color: rgb(11 106 176 / var(--tw-bg-opacity));
    padding: calc(4/1920*100rem);
    padding-right: calc(12/1920*100rem);
    width: max-content;
    height: calc(40/1920*100rem);
    font-size: calc(24/1920*100rem);
  }
}
    .cta-fixed-2 > *:hover .icon > *{
  --tw-translate-y: -32px;
  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));
}
    @media (min-width: 1200px){
  .cta-fixed-2 > *:hover .icon > *{
    --tw-translate-y: calc(calc(32/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));
  }
}
    .cta-fixed-2 > *.gas-pump{
  --tw-bg-opacity: 1;
  background-color: rgb(235 35 41 / var(--tw-bg-opacity));
}
    .cta-fixed-2 > *.gas-pump:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    @media (min-width: 1200px){
  .cta-fixed-2 > *.gas-pump{
    display: none;
  }
}
  .cta-fixed-2 .back-to-top{
  opacity: 0;
  pointer-events: none;
}
    .cta-fixed-2 .back-to-top.active{
  opacity: 1;
  pointer-events: auto;
}

.social-list ul{
  display: flex;
  flex-wrap: wrap;
  gap: calc(8/1920*100rem);
}

.social-list a{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  width: calc(40/1920*100rem);
  height: calc(40/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
}

.social-list a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 61 / var(--tw-bg-opacity));
}

.mobile-menu-fixed{
  --tw-backdrop-blur: blur(4px);
  -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);
  position: fixed;
  bottom: 0 /* 0px */;
  left: 0 /* 0px */;
  z-index: 40;
          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(235 35 41 / 0.8);
  width: 100%;
}

@media (min-width: 768px){
  .mobile-menu-fixed{
    display: none;
  }
}
  .mobile-menu-fixed ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
  .mobile-menu-fixed li{
  position: relative;
  padding-right: 14px;
  padding-left: 14px;
}
    .mobile-menu-fixed li + li::before {
      --tw-translate-y: -50%;
      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));
      background-color: rgb(255 255 255 / 0.5);
      width: 1px;
      height: 24px;
      content: '' }
  .mobile-menu-fixed a{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 44px;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
    @media (max-width: 390px) {
      .mobile-menu-fixed a{
    font-size: 14px;
  } }
    @media (max-width: 330px) {
      .mobile-menu-fixed a{
    font-size: 12px;
  } }
    .mobile-menu-fixed a i{
  font-size: 20px;
}

.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));
}
  .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));
  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;
}

[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{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  margin: 0 /* 0px */;
  border-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  border-radius: calc(4/1920*100rem);
  background-repeat: no-repeat;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  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: calc(48/1920*100rem);
  color: rgb(129 129 129 / var(--tw-text-opacity));
  font-size: 16px;
  line-height: 1.375;
}

@media (min-width: 1200px){
  [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{
    font-size: calc(18/1920*100rem);
    line-height: 1.33;
  }
}

[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{
  --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 56 122 / var(--tw-ring-opacity));
  --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(129 129 129 / var(--tw-text-opacity));
}

[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-text-opacity: 1;
  border-color: rgb(82 82 82 / 0.75);
  background-color: rgb(82 82 82 / 0.5);
  color: rgb(61 61 61 / var(--tw-text-opacity));
}

[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-text-opacity: 1;
  border-color: rgb(82 82 82 / 0.75);
  background-color: rgb(82 82 82 / 0.5);
  color: rgb(61 61 61 / var(--tw-text-opacity));
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  --tw-text-opacity: 1;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 9999px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'><path stroke='%2300387A' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M6 8l4 4 4-4'/></svg>");
  background-position: right;
  background-size: calc(32/1920*100rem);
  background-repeat: no-repeat;
  background-color: transparent;
  padding-right: calc(36/1920*100rem);
  padding-left: calc(16/1920*100rem);
  height: calc(40/1920*100rem);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375 }

@media (min-width: 1200px){
  select{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}
  select::-ms-expand{
  display: none;
}

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{
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  height: calc(100/1920*100rem);
}

@media (min-width: 1200px){
  textarea{
    height: 7.083333333333334rem;
  }
}

input[type='file']{
  display: none;
}
  input[type='file'] ~ label{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  position: relative;
  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);
  transition-timing-function: linear;
  cursor: pointer;
  margin: 0 /* 0px */;
  border-style: none;
  background-color: rgb(101 101 101 / var(--tw-bg-opacity));
  padding-top: calc(12/1920*100rem);
  padding-right: calc(24/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  padding-left: calc(24/1920*100rem);
  width: max-content;
  height: calc(48/1920*100rem);
  color: rgb(235 35 41 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
}
  input[type='file'] ~ label:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

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));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),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));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),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(70 70 70 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
  line-height: 1.5;
}
  .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));
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  font-family: Inter Tight, sans-serif;
}

.frm-btnwrap label.label, .frm-btnwrap .frm-btn-reset{
  display: none;
}

.frm-captcha{
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(calc(20/1920*100rem) * -1);
}

@media (min-width: 1024px){
  .frm-captcha{
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
  .frm-captcha > div{
  margin-top: calc(20/1920*100rem);
}
  .frm-captcha label{
  display: none;
}
  .frm-captcha .frm-captcha-input{
  width: 100%;
}
  @media (min-width: 1024px){
  .frm-captcha .frm-captcha-input{
    width: auto;
  }
}
    .frm-captcha .frm-captcha-input input{
  width: 100%;
}
    @media (min-width: 1200px){
  .frm-captcha .frm-captcha-input input{
    max-width: calc(260 / 1920 * 100rem);
  }
}
  .frm-captcha .RadCaptcha{
  display: flex;
  flex-direction: column-reverse;
  width: max-content;
}
    .frm-captcha .RadCaptcha > div{
  width: 100%;
}
      .frm-captcha .RadCaptcha > div > div{
  display: flex;
  align-items: center;
}
    .frm-captcha .RadCaptcha > span{
  --tw-text-opacity: 1;
  display: block;
  margin-top: calc(4/1920*100rem);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  font-family: Inter Tight, sans-serif;
}
  .frm-captcha .rcRefreshImage {
    font-size: 0 }
  .frm-captcha .rcRefreshImage::before{
  --tw-text-opacity: 1;
  --tw-content: '\f2ea';
  margin-right: calc(20/1920*100rem);
  margin-left: calc(20/1920*100rem);
  content: var(--tw-content);
  color: rgb(59 130 246 / var(--tw-text-opacity));
  font-size: calc(24/1920*100rem);
  font-family: "Font Awesome 6 Pro";
}
  @media (min-width: 1200px){
  .frm-captcha .rcRefreshImage::before{
    margin-right: calc(19.5 / 1920 * 100rem);
    margin-left: calc(25.5 / 1920 * 100rem);
    content: var(--tw-content);
    font-size: calc(22 / 1920 * 100rem);
  }
}

.RadUpload{
  max-width: 100%;
}
  .RadUpload input[type="file"]{
  display: block;
}
  .RadUpload .ruInputs .ruRemove{
  width: auto;
  font-size: 0;
}
  .RadUpload .ruInputs li:not(:last-child){
  display: flex;
  align-items: center;
}
  .RadUpload .ruInputs li:last-child{
  margin-bottom: 0 /* 0px */;
}
    .RadUpload .ruInputs li:last-child .ruFileWrap{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  display: flex;
  display: block;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: dashed;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
  border-radius: calc(12/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(12/1920*100rem);
  width: 100%;
  height: calc(100/1920*100rem);
}
      .RadUpload .ruInputs li:last-child .ruFileWrap input{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-style: none;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 100%;
  height: 100%;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  text-align: center;
}

.apply-frm{
  padding: calc(20/1920*100rem);
}
  .apply-frm .form-group{
  margin-bottom: calc(32/1920*100rem);
}
  .apply-frm .form-group:last-child{
  margin-bottom: 0 /* 0px */;
}
    .apply-frm .form-group label{
  --tw-text-opacity: 1;
  margin-bottom: calc(4/1920*100rem);
  width: 100%;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
}
      .apply-frm .form-group label span{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-size: clamp(12px,calc(14/1920*100rem),calc(14/1920*100rem));
}
    .apply-frm .form-group input:not([type="button"]), .apply-frm .form-group textarea{
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}
  .apply-frm .frm-btn{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (min-width: 1024px) {
  .apply-frm{
    padding-top: calc(32/1920*100rem);
    padding-right: calc(40/1920*100rem);
    padding-bottom: calc(32/1920*100rem);
    padding-left: calc(40/1920*100rem);
  }
    .apply-frm .form-group{
    display: flex;
    gap: calc(32/1920*100rem);
  }
      .apply-frm .form-group label{
    margin-bottom: 0 /* 0px */;
    width: 30%;
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
  }
      .apply-frm .form-group input:not([type="button"]){
    height: calc(40/1920*100rem);
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
  }
      .apply-frm .form-group textarea{
    height: calc(100/1920*100rem);
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
  } }

.text-danger{
  --tw-text-opacity: 1;
  display: block;
  margin-top: calc(4/1920*100rem);
  color: rgb(235 35 41 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(10px,calc(12/1920*100rem),calc(12/1920*100rem));
  font-size: 14px;
}

@media (min-width: 1200px){
  .text-danger{
    font-size: calc(12 / 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));
  padding: calc(20/1920*100rem);
}

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

@media (min-width: 1200px){
  .pagination{
    gap: calc(20/1920*100rem);
    margin-top: calc(48/1920*100rem);
  }
}
  .pagination span, .pagination a{
  --tw-text-opacity: 1;
  display: flex;
  align-items: center;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom-width: 1px;
  border-color: transparent;
  min-width: calc(12/1920*100rem);
  color: rgb(129 129 129 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .pagination span, .pagination a{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}
  .pagination span:hover, .pagination a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
}
  .pagination li.active span, .pagination li.active a{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(0 174 239 / var(--tw-border-opacity));
  color: rgb(0 56 122 / var(--tw-text-opacity));
}
  .pagination .prev a, .pagination .next a{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  border-color: rgb(0 56 122 / var(--tw-border-opacity));
  border-radius: 9999px;
  width: calc(40/1920*100rem);
  height: calc(40/1920*100rem);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-size: calc(18/1920*100rem);
}
  .pagination .prev a:hover, .pagination .next a:hover{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .pagination .prev.disabled a, .pagination .next.disabled a{
  opacity: 0.2;
  pointer-events: none;
}

.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;
  margin-right: 6px;
  margin-left: 6px;
  border-radius: 9999px;
  background-color: rgb(0 56 122 / 0.5);
  width: 8px;
  height: 8px;
}

@media (min-width: 1200px){
  .swiper-pagination .swiper-pagination-bullet{
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
    width: calc(8/1920*100rem);
    height: calc(8/1920*100rem);
  }
}
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  width: 24px;
}
  @media (min-width: 1200px){
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: calc(24/1920*100rem);
  }
}

.swiper-pagination.is-white {
  bottom: 0 /* 0px */;
  left: 0 /* 0px */;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 100%);
  padding-top: 16px;
  padding-bottom: 16px }
  .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));
}

.swiper-button{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(12/1920*100rem);
}
  .swiper-button > *{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  border-color: rgb(0 56 122 / var(--tw-border-opacity));
  border-radius: 9999px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: calc(48/1920*100rem);
  height: calc(48/1920*100rem);
  color: rgb(0 56 122 / var(--tw-text-opacity));
}
  .swiper-button > *:hover{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .swiper-button > *.swiper-button-disabled{
  opacity: 0.4;
}
    .swiper-button > *.swiper-button-lock{
  opacity: 0;
  pointer-events: none;
}
  .swiper-button.is-lined > *{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-width: 1px;
  border-color: rgb(0 56 122 / var(--tw-border-opacity));
  border-radius: 9999px;
  background-image: none;
  background-color: transparent;
  width: calc(40/1920*100rem);
  height: calc(40/1920*100rem);
  color: rgb(0 56 122 / var(--tw-text-opacity));
}
  @media (min-width: 1200px){
  .swiper-button.is-lined > *{
    width: calc(48/1920*100rem);
    height: calc(48/1920*100rem);
    font-size: calc(18/1920*100rem);
  }
}
  .swiper-button.is-white > *{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0.2);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .swiper-button.is-white > *:hover{
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity));
}
  .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(calc(20/1920*100rem) * -1);
}
  @media (min-width: 1200px){
  .swiper-button.is-abs .button-prev{
    left: calc(calc(88/1920*100rem) * -1);
  }
}
  .swiper-button.is-abs .button-next{
  right: calc(calc(20/1920*100rem) * -1);
}
  @media (min-width: 1200px){
  .swiper-button.is-abs .button-next{
    right: calc(calc(88/1920*100rem) * -1);
  }
}
  .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%;
}

@media (min-width: 1200px){
  .swiper-relative{
    padding-right: 0 /* 0px */;
    padding-left: 0 /* 0px */;
  }
}
  .swiper-relative.is-page{
  padding-bottom: calc(40/1920*100rem);
}
  @media (min-width: 1024px){
  .swiper-relative.is-page{
    padding-bottom: 0 /* 0px */;
  }
}
  .swiper-relative .swiper-scrollbar{
  --tw-bg-opacity: 1;
  left: 0 /* 0px */;
  border-radius: 0px;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity));
  width: 100%;
  height: 4px;
}
    .swiper-relative .swiper-scrollbar .swiper-scrollbar-drag{
  --tw-bg-opacity: 1;
  border-radius: 0px;
  background-color: rgb(235 35 41 / var(--tw-bg-opacity));
}
    .swiper-relative .swiper-scrollbar .swiper-scrollbar-drag:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 35 41 / var(--tw-bg-opacity));
}

.pvoil-4u-section .toggle-item.active .toggle-title::after{
  --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));
}

.pvoil-4u-section .toggle-item .toggle-title{
  cursor: pointer;
}
  .pvoil-4u-section .toggle-item .toggle-title::after {
    content: '\f078';
    font-weight: 300;
    font-size: calc(20/1920*100rem);
    font-family: "Font Awesome 6 Pro" }

.pvoil-4u-section .toggle-item .toggle-content{
  display: none;
  padding-top: calc(20/1920*100rem);
}
  .pvoil-4u-section .toggle-item .toggle-content .wrap-table{
  --tw-bg-opacity: 1;
  margin-top: calc(24/1920*100rem);
  border-radius: calc(16/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem);
  overflow-x: auto;
}
    @media (min-width: 400px){
  @media not all and (min-width: 768px){
    .pvoil-4u-section .toggle-item .toggle-content .wrap-table table{
      width: 800px;
    }
  }
}
    @media (min-width: 768px){
  .pvoil-4u-section .toggle-item .toggle-content .wrap-table table{
    width: 100%;
  }
}
      .pvoil-4u-section .toggle-item .toggle-content .wrap-table table thead th{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(0 174 239 / var(--tw-border-opacity));
  padding-top: calc(12/1920*100rem);
  padding-right: calc(16/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  padding-left: calc(16/1920*100rem);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-size: calc(24/1920*100rem);
  text-align: left;
  white-space: nowrap;
}
      .pvoil-4u-section .toggle-item .toggle-content .wrap-table table thead th:first-child{
  padding-left: 0 /* 0px */;
}
      .pvoil-4u-section .toggle-item .toggle-content .wrap-table table thead th:last-child{
  padding-right: 0 /* 0px */;
}
        .pvoil-4u-section .toggle-item .toggle-content .wrap-table table thead th:first-child{
  width: 2%;
}
        .pvoil-4u-section .toggle-item .toggle-content .wrap-table table thead th:nth-child(2){
  width: 40%;
}
      .pvoil-4u-section .toggle-item .toggle-content .wrap-table table tbody tr{
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
}
      .pvoil-4u-section .toggle-item .toggle-content .wrap-table table tbody tr:last-child{
  border-bottom-width: 0px;
}
        .pvoil-4u-section .toggle-item .toggle-content .wrap-table table tbody tr td{
  --tw-text-opacity: 1;
  padding-top: calc(12/1920*100rem);
  padding-right: calc(16/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  padding-left: calc(16/1920*100rem);
  color: rgb(0 56 122 / var(--tw-text-opacity));
}
          .pvoil-4u-section .toggle-item .toggle-content .wrap-table table tbody tr td p{
  margin-bottom: 0 /* 0px */;
}

.site-nav-list{
  display: flex;
  gap: calc(12/1920*100rem);
  height: 100%;
  overflow-x: auto;
}

@media (min-width: 1200px){
  .site-nav-list{
    gap: calc(20/1920*100rem);
  }
}
  .site-nav-list::-webkit-scrollbar{
  width: 0 /* 0px */;
  height: 0 /* 0px */;
}
  .site-nav-list a{
  --tw-text-opacity: 1;
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
  border-color: transparent;
  height: calc(48/1920*100rem);
  color: rgb(41 41 41 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  white-space: nowrap;
}
  @media (min-width: 1200px){
  .site-nav-list a{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}
  .site-nav-list li{
  display: flex;
  align-items: center;
  gap: calc(12/1920*100rem);
  width: max-content;
}
  .site-nav-list li:last-child::after{
  display: none;
  content: var(--tw-content);
}
  @media (min-width: 1200px){
  .site-nav-list li{
    gap: calc(20/1920*100rem);
  }
}
    .site-nav-list li::after {
      --tw-bg-opacity: 1;
      background-color: rgb(220 220 220 / var(--tw-bg-opacity));
      width: 1px;
      height: calc(12/1920*100rem);
      content: '' }
    .site-nav-list li.active a, .site-nav-list li:hover a{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(0 174 239 / var(--tw-border-opacity));
  color: rgb(0 56 122 / var(--tw-text-opacity));
}

[class*="about"] .tabslet-tabs li:first-child{
  margin-left: auto;
}

[class*="about"] .tabslet-tabs li:last-child{
  margin-right: auto;
}

.tabslet-tabs{
  display: flex;
  align-items: center;
  gap: calc(12/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
  max-width: 100%;
  overflow-x: auto;
}

@media (min-width: 1200px){
  .tabslet-tabs{
    overflow: auto;
  }
}
  .tabslet-tabs::-webkit-scrollbar {
    border-radius: 5px / 2;
    height: rr(10px); }
  .tabslet-tabs::-webkit-scrollbar-track {
    border: thin solid white;
    background: #ebebeb; }
  .tabslet-tabs::-webkit-scrollbar-thumb {
    border-radius: 5px / 2;
    background: #cccccc; }
  .tabslet-tabs::-webkit-scrollbar-thumb:hover {
    background: #cccccc; }
  .tabslet-tabs a{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(12/1920*100rem);
  border-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  border-radius: 9999px;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
  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(44/1920*100rem);
  color: rgb(41 41 41 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  white-space: nowrap;
}
  @media (min-width: 1200px){
  .tabslet-tabs a{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}
  .tabslet-tabs a:hover{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(235 35 41 / var(--tw-border-opacity));
  background-color: rgb(235 35 41 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .tabslet-tabs li{
  width: max-content;
}
    .tabslet-tabs li.active a{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(235 35 41 / var(--tw-border-opacity));
  background-color: rgb(235 35 41 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.site-sticky{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  position: sticky;
  top: 60px;
  z-index: 40;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  overflow: hidden;
}

@media (min-width: 1200px){
  .site-sticky{
    top: calc(100/1920*100rem);
    z-index: 50;
  }
}

.about-1-item{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  .about-1-item .year{
  margin-bottom: calc(8/1920*100rem);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}
  @media (min-width: 1200px){
  .about-1-item .year{
    display: none;
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
}
  .about-1-item h2{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 28px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .about-1-item h2{
    font-size: calc(40/1920*100rem);
  }
}
  .about-1-item h2.is-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .about-1-item h2.is-red{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}
  .about-1-item h2.is-primary-3{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity));
}
  .foa-dt-1-1-section .about-1-item h2{
  --tw-border-opacity: 1;
  margin-bottom: calc(24/1920*100rem);
  border-bottom-width: 1px;
  border-color: rgb(142 193 229 / var(--tw-border-opacity));
  padding-bottom: calc(24/1920*100rem);
}
  .foa-dt-1-2-section .about-1-item h2{
  --tw-border-opacity: 1;
  margin-bottom: calc(24/1920*100rem);
  border-bottom-width: 1px;
  border-color: rgb(142 193 229 / var(--tw-border-opacity));
  padding-bottom: calc(24/1920*100rem);
}
  .foa-dt-2-1-section .block-content .about-1-item h2{
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
  @media (min-width: 1200px){
  .foa-dt-2-1-section .block-content .about-1-item h2{
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
}
  .foa-dt-3-1-section .about-1-item h2{
  --tw-border-opacity: 1;
  margin-bottom: calc(24/1920*100rem);
  border-bottom-width: 1px;
  border-color: rgb(142 193 229 / var(--tw-border-opacity));
  padding-bottom: calc(24/1920*100rem);
}

.about-1-circle-item{
  --tw-text-opacity: 1;
  position: relative;
  cursor: pointer;
  border-radius: 9999px;
  padding-top: 100%;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  text-align: center;
}
  .about-1-circle-item::before {
    position: absolute;
    pointer-events: none;
    content: '' }
  .about-1-circle-item::after {
    position: absolute;
    width: 0 /* 0px */;
    height: 0 /* 0px */;
    pointer-events: none;
    content: '' }
  .about-1-circle-item *{
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
  .about-1-circle-item .caption{
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(4/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: 2;
  border-radius: 9999px;
  padding: calc(8/1920*100rem);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
  @media (min-width: 1200px){
  .about-1-circle-item .caption{
    padding: calc(20/1920*100rem);
  }
}
    .about-1-circle-item .caption::before {
      position: absolute;
      z-index: -2;
      border-width: calc(2/1920*100rem);
      border-color: currentColor;
      border-radius: 9999px;
      width: 100%;
      height: 100%;
      pointer-events: none;
      content: '' }
    .about-1-circle-item .caption::after {
      position: absolute;
      bottom: 0 /* 0px */;
      left: 0 /* 0px */;
      z-index: -1;
      transition-duration: 500ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      border-radius: 9999px;
      background-color: currentColor;
      width: 100%;
      height: 0 /* 0px */;
      pointer-events: none;
      content: '' }
  .about-1-circle-item .year{
  color: currentColor;
  font-weight: 700;
  font-size: 10px;
}
  @media (min-width: 768px){
  .about-1-circle-item .year{
    font-size: calc(24/1920*100rem);
  }
}
  .about-1-circle-item .title{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: 10px;
}
  @media (min-width: 768px){
  .about-1-circle-item .title{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
  }
}
  .about-1-circle-item:hover .caption::after, .about-1-circle-item.active .caption::after{
  height: 100%;
  content: var(--tw-content);
}
    .about-1-circle-item:hover .caption *, .about-1-circle-item.active .caption *{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
  .about-1-circle-item.is-dark-blue{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
}
  .about-1-circle-item.is-light-blue{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity));
}
  .about-1-circle-item.is-red{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}
  .about-1-circle-item:nth-child(1)::before{
  --tw-translate-y: -50%;
  --tw-bg-opacity: 1;
  top: 50%;
  right: 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));
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  width: calc(20/1920*100rem);
  height: 2px;
}
  @media (min-width: 768px){
  .about-1-circle-item:nth-child(1)::before{
    right: calc(calc(40/1920*100rem) * -1);
    width: calc(40/1920*100rem);
  }
}
  .about-1-circle-item:nth-child(1)::after {
    --tw-translate-y: -50%;
    top: 50%;
    right: 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));
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #00387A }
  @media (min-width: 768px){
  .about-1-circle-item:nth-child(1)::after{
    right: calc(calc(40/1920*100rem) * -1);
  }
}
  .about-1-circle-item:nth-child(2)::before{
  --tw-translate-x: -50%;
  --tw-bg-opacity: 1;
  bottom: calc(calc(20/1920*100rem) * -1);
  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));
  background-color: rgb(0 174 239 / var(--tw-bg-opacity));
  width: 2px;
  height: calc(20/1920*100rem);
}
  @media (min-width: 768px){
  .about-1-circle-item:nth-child(2)::before{
    bottom: calc(calc(40/1920*100rem) * -1);
    height: calc(40/1920*100rem);
  }
}
  .about-1-circle-item:nth-child(2)::after {
    --tw-translate-x: -50%;
    bottom: calc(calc(20/1920*100rem) * -1);
    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));
    border-top: 10px solid #00AEEF;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent }
  @media (min-width: 768px){
  .about-1-circle-item:nth-child(2)::after{
    bottom: calc(calc(40/1920*100rem) * -1);
  }
}
  .about-1-circle-item:nth-child(3)::before, .about-1-circle-item:nth-child(4)::before{
  --tw-translate-y: -50%;
  --tw-bg-opacity: 1;
  top: 50%;
  right: 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));
  background-color: rgb(0 174 239 / var(--tw-bg-opacity));
  width: calc(20/1920*100rem);
  height: 2px;
}
  @media (min-width: 768px){
  .about-1-circle-item:nth-child(3)::before, .about-1-circle-item:nth-child(4)::before{
    right: calc(calc(40/1920*100rem) * -1);
    width: calc(40/1920*100rem);
  }
}
  .about-1-circle-item:nth-child(3)::after, .about-1-circle-item:nth-child(4)::after {
    --tw-translate-y: -50%;
    top: 50%;
    right: 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));
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #00AEEF }
  @media (min-width: 768px){
  .about-1-circle-item:nth-child(3)::after, .about-1-circle-item:nth-child(4)::after{
    right: calc(calc(40/1920*100rem) * -1);
  }
}
  .about-1-circle-item:nth-child(4) .year{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}
  .about-1-circle-item:nth-child(n+3){
  grid-row-start: 2;
}

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

@media (min-width: 768px){
  .about-1-circle-list{
    gap: calc(40/1920*100rem);
  }
}

@media (min-width: 1200px){
  .about-1-section .block-content{
    padding-top: calc(40/1920*100rem);
    padding-bottom: calc(40/1920*100rem);
    max-width: 33.333333333333336rem;
  }
  .about-1-section .about-1-slider{
    padding-bottom: 0 /* 0px */;
  }
}

.about-1-section .swiper-slide .about-1-item{
  opacity: 0;
}

.about-1-section .swiper-slide.swiper-slide-active .about-1-item{
  opacity: 1;
}

.about-2-section .image{
  aspect-ratio: 1920/640;
}

.about-2-section .block-content{
  --tw-border-opacity: 1;
  border-top-width: 1px;
  border-color: rgb(197 222 233 / var(--tw-border-opacity));
}

@media (min-width: 1200px) {
  .about-2-section{
    position: sticky;
    top: 0 /* 0px */;
    left: 0 /* 0px */;
    z-index: -1;
  } }

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

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

.about-3-item{
  position: relative;
  aspect-ratio: 320/416;
}
  .about-3-item .caption{
  --tw-translate-x: -50%;
  display: flex;
  position: absolute;
  top: 5.208333333333334rem;
  left: 50%;
  flex-direction: column;
  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-top-width: 1px;
  padding-top: 0.5208333333333334rem;
  padding-bottom: 0.5208333333333334rem;
  width: calc(100% - (40 / 1920 * 100rem));
}
  .about-3-item .title{
  font-weight: 300;
  font-size: calc(32/1920*100rem);
  line-height: 1.25;
  letter-spacing: -1.28px;
}
  .about-3-item.is-white .caption{
  border-color: rgb(255 255 255 / 0.4);
}
  .about-3-item.is-white .title, .about-3-item.is-white .btn-lined{
  --tw-text-opacity: 1;
  border-color: currentColor;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .about-3-item.is-primary-2 .caption{
  border-color: rgb(0 56 122 / 0.6);
}
  .about-3-item.is-primary-2 .title, .about-3-item.is-primary-2 .btn-lined{
  --tw-text-opacity: 1;
  border-color: currentColor;
  color: rgb(0 56 122 / var(--tw-text-opacity));
}

@media (min-width: 1200px){
  .about-3-section{
    padding-top: calc(92/1920*100rem);
    padding-bottom: 6.875rem;
  }
}
  .about-3-section .block-content{
  max-width: 27.083333333333336rem;
}
  .about-3-section .swiper-slide{
  width: 16.666666666666668rem;
}

@media (min-width: 1200px) {
  .about-3-section{
    position: sticky;
    top: 0 /* 0px */;
    left: 0 /* 0px */;
    z-index: 1;
  } }

.about-4-item{
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 2;
}
  .about-4-item .image{
  height: 13.645833333333334rem;
}
  .about-4-item .caption {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(4/1920*100rem);
    background: linear-gradient(90deg, rgba(0, 174, 239, 0.05) 0%, #0090E1 50%, rgba(0, 174, 239, 0.05) 100%);
    padding-top: calc(8/1920*100rem);
    padding-right: calc(24/1920*100rem);
    padding-bottom: calc(8/1920*100rem);
    padding-left: calc(24/1920*100rem);
    min-height: 4.166666666666667rem;
    text-align: center }
  .about-4-item .name{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .about-4-item .name{
    font-size: calc(18/1920*100rem);
    line-height: 1.33;
  }
}
  .about-4-item .sub-name{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .about-4-item .sub-name{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}

.about-4-list:not(.is-flex){
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(40/1920*100rem);
}

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

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

.about-4-list.is-flex{
  display: flex;
  flex-wrap: wrap;
  gap: calc(40/1920*100rem);
}
  .about-4-list.is-flex .about-4-item{
  flex: 1 1 0%;
  width: 100%;
  max-width: 33.333333%;
}
  @media (min-width: 768px){
  .about-4-list.is-flex .about-4-item{
    max-width: 50%;
  }
}

.about-4-list + .about-4-list{
  margin-top: 1.1458333333333335rem;
}

.about-4-list.is-bot{
  gap: calc(24/1920*100rem);
}

@media (min-width: 1024px) {
  .about-4-list.is-bot {
    grid-template-columns: repeat(var(--col-count), 1fr); } }
  .about-4-list.is-bot .about-4-item .caption{
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  min-height: 3.75rem;
}

.about-4-section{
  position: relative;
  z-index: 2;
}
  .about-4-section .site-links li:first-child{
  margin-left: auto;
}
  .about-4-section .site-links li:last-child{
  margin-right: auto;
}
  .about-4-section .tabslet-content{
  margin-top: 1.7708333333333335rem;
}
  @media (min-width: 1200px){
  .about-4-section .tabslet-content{
    display: none !important;
    min-height: 38.4375rem;
  }
}

.about-5-item{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  gap: calc(16/1920*100rem);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: calc(8/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(16/1920*100rem);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}

@media (min-width: 1200px){
  .about-5-item{
    padding-right: calc(24/1920*100rem);
    padding-left: calc(24/1920*100rem);
    font-size: calc(18/1920*100rem);
    line-height: 1.33;
  }
}

.about-5-item:hover{
  background-color: rgb(0 56 122 / 0.1);
}
  .about-5-item .number{
  font-weight: 700;
}

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

.about-5-section{
  position: relative;
  z-index: 2;
}
  .about-5-section .block-content{
  --tw-border-opacity: 1;
  border-top-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  padding-bottom: calc(40/1920*100rem);
}
  .about-5-section .main-tabslet{
  --tw-bg-opacity: 1;
  border-radius: calc(8/1920*100rem);
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem);
}
  @media (min-width: 1200px){
  .about-5-section .main-tabslet{
    border-radius: calc(16/1920*100rem);
    padding: calc(40/1920*100rem);
  }
}
  .about-5-section .about-5-list{
  margin-top: calc(20/1920*100rem);
}
  @media (min-width: 1200px){
  .about-5-section .about-5-list{
    margin-top: calc(40/1920*100rem);
  }
}

.about-6-table{
  --tw-bg-opacity: 1;
  border-radius: calc(8/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(16/1920*100rem);
}

@media (min-width: 1200px){
  .about-6-table{
    padding-top: calc(24/1920*100rem);
    padding-right: calc(40/1920*100rem);
    padding-bottom: calc(40/1920*100rem);
    padding-left: calc(40/1920*100rem);
  }
}
  .about-6-table table{
  width: 100%;
}
  .about-6-table th{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: rgb(0 174 239 / var(--tw-border-opacity));
  padding-top: calc(12/1920*100rem);
  padding-right: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
}
  @media (min-width: 1200px){
  .about-6-table th{
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
}
  .about-6-table th:first-child{
  text-align: center;
}
  @media (min-width: 1200px){
  .about-6-table th{
    padding-top: calc(16/1920*100rem);
    padding-right: calc(20/1920*100rem);
    padding-bottom: calc(16/1920*100rem);
  }
}
  .about-6-table tbody tr td, .about-6-table tbody tr th{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  padding-top: calc(12/1920*100rem);
  padding-right: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .about-6-table tbody tr td, .about-6-table tbody tr th{
    font-size: calc(18/1920*100rem);
    line-height: 1.33;
  }
}
  .about-6-table tbody tr td:first-child, .about-6-table tbody tr th:first-child{
  text-align: center;
}
  @media (min-width: 1200px){
  .about-6-table tbody tr td, .about-6-table tbody tr th{
    padding-right: calc(20/1920*100rem);
  }
}
    .about-6-table tbody tr td:nth-child(1), .about-6-table tbody tr th:nth-child(1){
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity));
}
    .about-6-table tbody tr td:nth-child(2), .about-6-table tbody tr th:nth-child(2){
  font-weight: 700;
}
  @media only screen and (max-width: 1023.98px) {
    .about-6-table{
    padding-bottom: calc(20/1920*100rem);
    overflow-x: auto;
  }
      .about-6-table table{
    min-width: 1000px;
  } }

.about-6-section{
  position: relative;
  z-index: 2;
}
  .about-6-section .about-6-table{
  margin-top: calc(40/1920*100rem);
}

.site-quick-link-section{
  position: relative;
  z-index: 1;
  padding-top: 5.46875rem;
  padding-bottom: 5.46875rem;
}
  .site-quick-link-section::before {
    position: absolute;
    z-index: -1;
    inset: 0 /* 0px */;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    content: '' }

[data-fancybox]{
  cursor: pointer;
}

.image-video{
  position: relative;
}
  .image-video::before{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  --tw-content: '\f04b';
  --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;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 9999px;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  width: calc(64/1920*100rem);
  height: calc(64/1920*100rem);
  pointer-events: none;
  content: var(--tw-content);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 100;
  font-size: calc(24/1920*100rem);
  font-family: "Font Awesome 6 Sharp";
}
  .image-video:hover::before{
  --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));
  content: var(--tw-content);
}

.box-easy-1{
  display: flex;
  flex-direction: column;
  gap: calc(20/1920*100rem);
  border-radius: 8px;
  background-image: linear-gradient(129deg, #80CBFF 0%, #00A5EF 50%, #0064AC 100%);
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
}

@media (min-width: 1200px){
  .box-easy-1{
    border-radius: calc(16/1920*100rem);
    padding: calc(40/1920*100rem);
  }
}
  .box-easy-1 .image{
  aspect-ratio: 660/330;
}

.easy-1-section {
  background-position: bottom right !important }

@media (min-width: 1200px){
  .easy-1-section{
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}
  .easy-1-section .block-content{
  max-width: 32.29166666666667rem;
}
  @media (min-width: 1200px){
  .easy-1-section .block-content{
    margin-right: 0 /* 0px */;
    margin-left: auto;
  }
}
  .easy-1-section .site-desc h2{
  --tw-text-opacity: 1;
  margin-bottom: calc(20/1920*100rem);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
  @media (min-width: 1200px){
  .easy-1-section .site-desc h2{
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
}
    .easy-1-section .site-desc h2 a{
  text-decoration-line: underline;
}

.easy-2-item{
  --tw-border-opacity: 1;
  --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);
  display: flex;
  flex-direction: column;
  gap: calc(16/1920*100rem);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-width: calc(4/1920*100rem);
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-radius: calc(16/1920*100rem);
  background-color: rgb(0 174 239 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem);
  min-height: 10.416666666666668rem;
  text-align: center;
}

@media (min-width: 1200px){
  .easy-2-item{
    width: 10.416666666666668rem;
  }
}
  .easy-2-item .icon{
  margin-right: auto;
  margin-left: auto;
  width: calc(80/1920*100rem);
  height: calc(80/1920*100rem);
}
  .easy-2-item .title{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .easy-2-item .title{
    font-size: calc(18/1920*100rem);
    line-height: 1.33;
  }
}
  .easy-2-item:nth-child(2){
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 225 / var(--tw-bg-opacity));
}
  .easy-2-item:nth-child(3){
  --tw-bg-opacity: 1;
  background-color: rgb(11 106 176 / var(--tw-bg-opacity));
}
  .easy-2-item:nth-child(4){
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
}

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

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

@media (min-width: 1200px){
  .easy-2-list{
    max-width: 44.79166666666667rem;
  }
  .easy-2-section{
    padding-bottom: 0 /* 0px */;
    min-height: 37.5rem;
  }
}
  .easy-2-section .image{
  margin-right: auto;
  margin-left: auto;
  border-radius: calc(16/1920*100rem);
  aspect-ratio: 880/640;
  max-width: 45.833333333333336rem;
}
  @media (min-width: 1200px){
  .easy-2-section .image{
    border-radius: 0px;
    border-top-right-radius: calc(16/1920*100rem);
    border-top-left-radius: calc(16/1920*100rem);
  }
}
  .easy-2-section .site-desc{
  max-width: 35.41666666666667rem;
}
  .easy-2-section .container{
  pointer-events: none;
}

@media (min-width: 1200px) {
  .easy-2-section .image{
    position: absolute;
    right: 0 /* 0px */;
    bottom: 0 /* 0px */;
    z-index: -1;
  } }

.box-easy-3{
  --tw-bg-opacity: 1;
  border-radius: 8px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
}

@media (min-width: 1200px){
  .box-easy-3{
    border-radius: calc(16/1920*100rem);
    padding: calc(40/1920*100rem);
  }
}
  .box-easy-3 .swiper{
  margin-right: auto;
  margin-left: auto;
  max-width: 47.91666666666667rem;
}
    .box-easy-3 .swiper .image{
  aspect-ratio: 920/640;
}

@media (min-width: 1024px) {
  .box-easy-3 .swiper-button > *{
    --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;
  }
  .box-easy-3 .swiper-button .button-prev{
    left: calc(20/1920*100rem);
  }
  .box-easy-3 .swiper-button .button-next{
    right: calc(20/1920*100rem);
  } }

@media (min-width: 1200px) {
  .box-easy-3 .swiper-button .button-prev{
    left: 3.75rem;
  }
  .box-easy-3 .swiper-button .button-next{
    right: 3.75rem;
  } }

.easy-3-item{
  display: flex;
  flex-direction: column;
  gap: calc(12/1920*100rem);
}
  .easy-3-item .image{
  border-radius: 8px;
  aspect-ratio: 320/200;
}
  @media (min-width: 1200px){
  .easy-3-item .image{
    border-radius: calc(16/1920*100rem);
  }
}
  .easy-3-item .title{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  text-decoration-line: underline;
}
  @media (min-width: 1200px){
  .easy-3-item .title{
    font-size: calc(20/1920*100rem);
    line-height: 1.25;
  }
}

.easy-3-section .table-shareholder-download td:nth-child(1){
  --tw-text-opacity: 1;
  padding-right: 0 /* 0px */;
  width: calc(40/1920*100rem);
  color: rgb(129 129 129 / var(--tw-text-opacity));
  text-align: center;
}

.easy-3-section .table-shareholder-download td:nth-child(2){
  padding-left: calc(20/1920*100rem);
}
  .easy-3-section .table-shareholder-download td:nth-child(2) a{
  text-decoration-line: underline;
}

.easy-3-section .four-slider .swiper{
  overflow: visible;
}

.easy-4-section .iframe-scale{
  padding-top: calc(700 / 1400 * 100%);
}

.easy-5-top-item{
  --tw-bg-opacity: 1;
  display: flex;
  flex-direction: column;
  gap: calc(16/1920*100rem);
  margin-right: auto;
  margin-left: auto;
  border-radius: calc(16/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(16/1920*100rem);
}
  .easy-5-top-item .image{
  border-radius: calc(8/1920*100rem);
  aspect-ratio: 272/160;
}
  .easy-5-top-item .title{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  text-decoration-line: underline;
}
  @media (min-width: 1200px){
  .easy-5-top-item .title{
    font-size: calc(20/1920*100rem);
    line-height: 1.25;
  }
}

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

.easy-5-bot-item{
  display: flex;
  justify-content: center;
  gap: calc(12/1920*100rem);
  padding-top: calc(20/1920*100rem);
  padding-right: 0.5208333333333334rem;
  padding-bottom: calc(20/1920*100rem);
  padding-left: 0.5208333333333334rem;
}

@media (min-width: 1200px){
  .easy-5-bot-item{
    gap: calc(20/1920*100rem);
  }
}
  .easy-5-bot-item .item{
  text-align: center;
}
  .easy-5-bot-item img{
  height: calc(64/1920*100rem);
  object-fit: contain;
}
  .easy-5-bot-item figcaption{
  --tw-text-opacity: 1;
  margin-top: calc(8/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}
  @media (min-width: 1200px){
  .easy-5-bot-item figcaption{
    font-size: clamp(12px,calc(14/1920*100rem),calc(14/1920*100rem));
  }
}

.easy-5-bot-list.primary > * + *{
  position: relative;
}
  .easy-5-bot-list.primary > * + *::before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .easy-5-bot-list{
    display: flex;
    justify-content: center;
    gap: calc(40/1920*100rem);
  } }

@media (min-width: 1200px) {
  .easy-5-bot-list{
    gap: calc(80/1920*100rem);
  }
    .easy-5-bot-list > * + *{
    position: relative;
  }
      .easy-5-bot-list > * + *::before {
        --tw-translate-y: -50%;
        position: absolute;
        top: 50%;
        left: calc(calc(40/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));
        background-color: rgb(255 255 255 / 0.4);
        width: 1px;
        height: calc(80/1920*100rem);
        pointer-events: none;
        content: '' } }

.easy-5-section{
  overflow: hidden;
}

@media (min-width: 1200px){
  .easy-5-section{
    padding-bottom: calc(88/1920*100rem);
  }
}
  .easy-5-section .auto-slider .swiper{
  overflow: visible;
}
  .easy-5-section .easy-5-top-list{
  margin-right: auto;
  margin-left: auto;
  max-width: 50rem;
}

.easy-6-item .icon{
  --tw-bg-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(16/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: calc(120/1920*100rem);
  height: calc(120/1920*100rem);
}

.easy-6-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: calc(20/1920*100rem);
}

@media (min-width: 1200px){
  .easy-6-list{
    gap: calc(40/1920*100rem);
  }
}

#popup-hotline{
  padding: calc(20/1920*100rem);
  width: 90%;
  max-width: 800px;
}

@media (min-width: 1024px){
  #popup-hotline{
    padding: calc(40/1920*100rem);
    width: 100%;
  }
}
  #popup-hotline .is-close-btn{
  --tw-translate-x: 50% !important;
  --tw-translate-y: -50% !important;
  --tw-bg-opacity: 1 !important;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  display: flex !important;
  top: 0 /* 0px */ !important;
  right: 0 /* 0px */ !important;
  justify-content: center !important;
  align-items: center !important;
  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)) !important;
  opacity: 1 !important;
  transition-duration: 300ms !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  border-radius: 9999px !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
  #popup-hotline .is-close-btn:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 35 41 / var(--tw-bg-opacity)) !important;
}
  #popup-hotline .is-close-btn{
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
    #popup-hotline .is-close-btn:hover svg{
  stroke: #ffffff;
}
    #popup-hotline .is-close-btn svg{
  stroke: #EB2329;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: calc(16/1920*100rem);
  height: calc(16/1920*100rem);
}
  #popup-hotline .popup-body table{
  width: 100%;
}
    #popup-hotline .popup-body table thead tr th{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: calc(8/1920*100rem);
  padding-right: calc(12/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(12/1920*100rem);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: calc(18/1920*100rem);
}
    #popup-hotline .popup-body table tbody tr td{
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding: calc(12/1920*100rem);
}
      #popup-hotline .popup-body table tbody tr td a{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}
      #popup-hotline .popup-body table tbody tr td a:hover{
  text-decoration-line: underline;
}
  #popup-hotline .popup-body::-webkit-scrollbar {
    border-radius: 5px / 2;
    width: 5px; }
  #popup-hotline .popup-body::-webkit-scrollbar-track {
    border: thin solid white;
    background: #ebebeb; }
  #popup-hotline .popup-body::-webkit-scrollbar-thumb {
    border-radius: 5px / 2;
    background: #00387A; }
  #popup-hotline .item-hotline p strong{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.banner-child{
  position: relative;
  z-index: 1;
}
  .banner-child .image{
  aspect-ratio: 390/204;
}
  @media (min-width: 1200px){
  .banner-child .image{
    aspect-ratio: 1920/720;
  }
}
    .banner-child .image::before {
      position: absolute;
      z-index: 1;
      inset: 0 /* 0px */;
      background: linear-gradient(81deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 56.83%);
      pointer-events: none;
      content: '' }
  .banner-child .caption {
    position: absolute;
    bottom: 0 /* 0px */;
    left: 0 /* 0px */;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
    padding-top: calc(20/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
    width: 100%;
    pointer-events: none }
  @media (min-width: 1200px){
  .banner-child .caption{
    padding-top: calc(48/1920*100rem);
    padding-bottom: calc(48/1920*100rem);
  }
}
  .banner-child .banner-title{
  --tw-text-opacity: 1;
  pointer-events: auto;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 600;
  font-size: 1.4583333333333335rem;
}
  @media (min-width: 768px){
  .banner-child .banner-title{
    font-size: 1.875rem;
  }
}
  @media (min-width: 1200px){
  .banner-child .banner-title{
    font-size: 3.3333333333333335rem;
  }
}
  .banner-child.banner-no-caption .image::before{
  display: none;
  content: var(--tw-content);
}
  .banner-child.banner-no-caption .caption{
  display: none;
}

.home-banner{
  position: relative;
}
  @media (min-width: 768px){
  .home-banner .image{
    aspect-ratio: 414/591;
  }
}
  @media (min-width: 1200px){
  .home-banner .image{
    aspect-ratio: 1920/960;
  }
}
    .home-banner .image img{
  object-position: top;
}
    @media (min-width: 768px){
  .home-banner .image .mb{
    display: none;
  }
}
      .home-banner .image .mb ~ img{
  display: none;
}
      @media (min-width: 768px){
  .home-banner .image .mb ~ img{
    display: block;
  }
}
  .home-banner .quick-links{
  display: none;
}
  @media (min-width: 1200px){
  .home-banner .quick-links{
    display: block;
  }
  .home-banner .swiper-pagination {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 100%);
    padding-top: calc(76/1920*100rem);
    padding-bottom: calc(76/1920*100rem) }
}
  .home-banner.banner-full .image{
  position: static;
  padding-bottom: 0;
}
  .home-banner.banner-full .image > *{
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
}
  .home-banner.banner-full .image{
  width: 100vw;
  height: calc(100vh - 100px);
}
  @media (min-width: 768px){
  .home-banner.banner-full .image{
    aspect-ratio: 1920/960;
    width: 100%;
    height: auto;
  }
}
    .home-banner.banner-full .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-quick-links{
  --tw-translate-x: -50%;
  display: none;
  position: absolute;
  bottom: 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: 10;
  border-top-right-radius: calc(16/1920*100rem);
  border-top-left-radius: calc(16/1920*100rem);
  padding-right: 0 /* 0px */;
  padding-left: 0 /* 0px */;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1200px){
  .banner-quick-links{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
  .banner-quick-links a{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  --tw-backdrop-blur: blur(20px);
  -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;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
          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: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgb(0 174 239 / var(--tw-bg-opacity));
  padding-top: calc(16/1920*100rem);
  padding-right: calc(20/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
  padding-left: calc(20/1920*100rem);
  height: calc(64/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
  @media (min-width: 1200px){
  .banner-quick-links a{
    font-size: calc(20/1920*100rem);
    line-height: 1.25;
  }
}
  .banner-quick-links a:hover{
  opacity: 1;
}
    .banner-quick-links a:nth-child(2){
  --tw-bg-opacity: 1;
  background-color: rgb(11 106 176 / var(--tw-bg-opacity));
}
    .banner-quick-links a:nth-child(3){
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
}

.searchbox{
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px /* 16px */;
  padding-left: 16px /* 16px */;
  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{
    padding-right: calc(20/1920*100rem);
    padding-left: calc(20/1920*100rem);
    max-width: 1200px;
  }
}

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

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

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

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

@media (min-width: 1200px) {
    .searchbox{
    max-width: calc(1440 / 1920 * 100rem);
  } }

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

.easy-2-section .searchbox{
  pointer-events: none;
}
  .searchbox input{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  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));
  font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
}
  .searchbox input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity));
}
  .searchbox input:focus{
  --tw-border-opacity: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: rgb(235 35 41 / var(--tw-border-opacity));
}
  .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 56 122 / var(--tw-text-opacity));
  font-size: calc(20/1920*100rem);
}

.global-breadcrumb{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
  .global-breadcrumb .breadcrumb{
  display: flex;
  column-gap: calc(12/1920*100rem);
  row-gap: calc(8/1920*100rem);
  flex-wrap: wrap;
  align-items: center;
  padding-top: 0.5729166666666667rem;
  padding-bottom: 0.5729166666666667rem;
}
  @media (min-width: 1200px){
  .global-breadcrumb .breadcrumb{
    column-gap: calc(16/1920*100rem);
  }
}
    .global-breadcrumb .breadcrumb a{
  --tw-text-opacity: 1;
  display: block;
  color: rgb(129 129 129 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 12px;
  line-height: calc(18 / 14);
}
    @media (min-width: 1200px){
  .global-breadcrumb .breadcrumb a{
    font-size: clamp(12px,calc(14/1920*100rem),calc(14/1920*100rem));
  }
}
    .global-breadcrumb .breadcrumb li{
  display: flex;
  align-items: center;
}
    .global-breadcrumb .breadcrumb li:last-child::after{
  display: none;
  content: var(--tw-content);
}
      .global-breadcrumb .breadcrumb li::after{
  --tw-text-opacity: 1;
  --tw-content: '\f054';
  padding-left: calc(12/1920*100rem);
  content: var(--tw-content);
  color: rgb(129 129 129 / var(--tw-text-opacity));
  font-size: 12px;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
}
      @media (min-width: 1200px){
  .global-breadcrumb .breadcrumb li::after{
    padding-left: calc(16/1920*100rem);
    font-size: clamp(10px,calc(12/1920*100rem),calc(12/1920*100rem));
    font-size: 14px;
  }
  @media (min-width: 1200px){
    .global-breadcrumb .breadcrumb li::after{
      font-size: calc(12 / 1920 * 100rem);
    }
  }
}
      .global-breadcrumb .breadcrumb li:first-child a{
  font-size: 0;
}
        .global-breadcrumb .breadcrumb li:first-child a span{
  display: none;
}
        .global-breadcrumb .breadcrumb li:first-child a::before{
  --tw-text-opacity: 1;
  --tw-content: '\f015';
  display: flex;
  justify-content: center;
  align-items: center;
  content: var(--tw-content);
  color: rgb(129 129 129 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
}
        @media (min-width: 1200px){
  .global-breadcrumb .breadcrumb li:first-child a::before{
    font-size: clamp(10px,calc(12/1920*100rem),calc(12/1920*100rem));
    font-size: 14px;
  }
  @media (min-width: 1200px){
    .global-breadcrumb .breadcrumb li:first-child a::before{
      font-size: calc(12 / 1920 * 100rem);
    }
  }
}
      .global-breadcrumb .breadcrumb li:last-child a{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

.contact-iframe .iframe-scale{
  padding-top: calc(720 / 1920 * 100%);
}

.box-contact-form{
  --tw-bg-opacity: 1;
  border-radius: 8px;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
}

@media (min-width: 1200px){
  .box-contact-form{
    border-radius: calc(16/1920*100rem);
    padding: calc(48/1920*100rem);
  }
}

.box-contact-form{
  border-radius: 0px;
}
  .box-contact-form .row{
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
    .box-contact-form .row > *{
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
  .box-contact-form .form-group.form-submit{
  display: flex;
  justify-content: center;
  align-items: center;
}
  .box-contact-form .form-group button{
  --tw-text-opacity: 1;
  border-color: currentColor;
  color: rgb(0 56 122 / var(--tw-text-opacity));
}

@media (min-width: 1200px){
  .box-contact{
    padding-top: calc(40/1920*100rem);
    padding-bottom: calc(40/1920*100rem);
    max-width: 34.375rem;
  }
}
  .box-contact .site-desc{
  --tw-border-opacity: 1;
  margin-top: calc(20/1920*100rem);
  border-top-width: 1px;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  padding-top: calc(20/1920*100rem);
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .box-contact .site-desc{
    margin-top: calc(32/1920*100rem);
    padding-top: calc(32/1920*100rem);
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}
    .box-contact .site-desc > *{
  margin-top: calc(20/1920*100rem);
  margin-bottom: calc(20/1920*100rem);
}
    .box-contact .site-desc > *:first-child{
  margin-top: 0 /* 0px */;
}
    .box-contact .site-desc > *:last-child{
  margin-bottom: 0 /* 0px */;
}
    .box-contact .site-desc a:hover{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}
    .box-contact .site-desc ul{
  list-style-type: disc;
}
    .box-contact .site-desc ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(4/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(4/1920*100rem) * var(--tw-space-y-reverse));
}
    .box-contact .site-desc ul{
  padding-left: calc(20/1920*100rem);
}

.frm-contact-form-success{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(20/1920*100rem);
  text-align: center;
}
  .frm-contact-form-success h3{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: calc(24/1920*100rem);
}

.home-news-bot{
  --tw-border-opacity: 1;
  margin-top: 20px;
  border-top-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  padding-top: 20px;
}

@media (min-width: 1200px){
  .home-news-bot{
    margin-top: calc(24/1920*100rem);
    padding-top: calc(24/1920*100rem);
  }
}

.home-news-top{
  margin-top: 20px;
}

@media (min-width: 1200px){
  .home-news-top{
    margin-top: calc(36/1920*100rem);
  }
}

.swiper-news-item{
  width: 320px;
}

@media (min-width: 1200px){
  .swiper-news-item{
    width: 320px;
  }
}

@media (max-width: 767.98px) {
  .home-news .group-news-category.button-category{
    display: flex;
    flex-direction: column;
    gap: calc(20/1920*100rem);
    margin-top: calc(20/1920*100rem);
  } }

.home-news .block-item-category{
  position: relative;
}

@media (min-width: 1024px){
  .home-news .block-item-category{
    margin-top: 0 /* 0px */;
  }
}
  .home-news .block-item-category .icon::before {
    content: '\f054';
    font-family: "Font Awesome 6 Pro" }
  .home-news .block-item-category .full-link{
  position: absolute;
  inset: 0 /* 0px */;
  font-size: 0;
}

.block-news-category{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 1200px){
  .block-news-category{
    gap: calc(20/1920*100rem);
  }
}
  .block-news-category .box-head{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: rgb(0 56 122 / var(--tw-border-opacity));
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
  @media (min-width: 1200px){
  .block-news-category .box-head{
    padding-top: calc(4/1920*100rem);
    padding-bottom: calc(4/1920*100rem);
    font-size: calc(20/1920*100rem);
  }
}
  .block-news-category .box-head:hover{
  --tw-text-opacity: 1;
  color: rgb(11 106 176 / var(--tw-text-opacity));
}
    .block-news-category .box-head .icon{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 40px;
  color: rgb(11 106 176 / var(--tw-text-opacity));
  font-size: 18px;
}
    @media (min-width: 1200px){
  .block-news-category .box-head .icon{
    width: calc(40/1920*100rem);
    height: calc(40/1920*100rem);
    font-size: calc(18/1920*100rem);
  }
}
      .block-news-category .box-head .icon > *{
  width: 100%;
  min-width: 100%;
  height: 100%;
}
  .block-news-category .box-image{
  display: block;
  border-radius: 8px;
  aspect-ratio: 320/160;
}
  @media (min-width: 1200px){
  .block-news-category .box-image{
    border-radius: calc(16/1920*100rem);
  }
}
    .block-news-category .box-image img{
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
    .block-news-category .box-image:hover 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));
}

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

.group-news-category{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(40/1920*100rem);
}

.group-news-category-mobile{
  margin-top: 52px;
}
  .group-news-category-mobile .block-news-category{
  position: relative;
}
    .group-news-category-mobile .block-news-category .box-head {
      --tw-translate-y: -50%;
      --tw-text-opacity: 1;
      position: absolute;
      top: 50%;
      left: 0 /* 0px */;
      justify-content: center;
      gap: 4px;
      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-style: none;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.3) 100%);
      padding-right: calc(20/1920*100rem);
      padding-left: calc(20/1920*100rem);
      width: 100%;
      min-height: 80px;
      color: rgb(235 35 41 / var(--tw-text-opacity));
      font-weight: 700;
      font-size: 18px }
      .group-news-category-mobile .block-news-category .box-head .icon{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}

.home-news{
  padding-bottom: 40px;
  overflow: hidden;
}

@media (min-width: 1024px){
  .home-news{
    overflow: visible;
  }
}

@media (min-width: 1200px){
  .home-news{
    padding-top: calc(72/1920*100rem);
    padding-bottom: 3.4375rem;
  }
}
  .home-news .block-content{
  position: sticky;
  top: calc(100/1920*100rem);
}
  @media (min-width: 1200px){
  .home-news .block-content{
    max-width: 31.25rem;
  }
}
  .home-news .auto-slider .swiper{
  overflow: visible;
}
  @media (min-width: 1024px){
  .home-news .auto-slider .swiper{
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .home-news .block-news-category:first-child{
    margin-top: calc(44/1920*100rem);
  }
  .home-news .group-news-category .block-news-category:first-child{
    margin-top: 0 /* 0px */;
  } }

.home-gas-price{
  padding-bottom: 30px;
}

@media (min-width: 1200px){
  .home-gas-price{
    --tw-bg-opacity: 1;
    display: flex;
    align-items: center;
    background-color: rgb(0 56 122 / var(--tw-bg-opacity));
    padding-bottom: 0 /* 0px */;
    min-height: 9.0625rem;
  }
}

.home-3-item{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 1200px){
  .home-3-item{
    gap: calc(8/1920*100rem);
  }
}
  .home-3-item .image{
  border-radius: 8px;
  aspect-ratio: 320/200;
}
  @media (min-width: 1200px){
  .home-3-item .image{
    border-radius: calc(16/1920*100rem);
  }
}
    .home-3-item .image img{
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
  .home-3-item .caption{
  --tw-border-opacity: 1;
  flex: 1 1 0%;
  border-bottom-width: 1px;
  border-color: rgb(142 193 229 / var(--tw-border-opacity));
  padding-bottom: 18px;
}
  @media (min-width: 1200px){
  .home-3-item .caption{
    padding-bottom: 0 /* 0px */;
  }
}
  .home-3-item .title{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
  .home-3-item .title:hover{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
}
  @media (min-width: 1200px){
  .home-3-item .title{
    display: flex;
    align-items: center;
    padding-top: calc(16/1920*100rem);
    padding-bottom: calc(16/1920*100rem);
    min-height: calc(60/1920*100rem);
    font-size: calc(18/1920*100rem);
  }
}
  .home-3-item: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));
}
  .home-3-item:hover .title{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
}

@media (min-width: 1200px) {
  .home-3-item:nth-child(1) .title{
    font-weight: 700;
    font-size: calc(24/1920*100rem);
  } }

.home-3-list{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: calc(40/1920*100rem);
  row-gap: calc(32/1920*100rem);
}
  .home-3-list .home-3-item .image{
  aspect-ratio: 440/280;
}
  .home-3-list .home-3-item:nth-child(1){
  grid-row: span 2 / span 2;
  grid-row-start: 1;
  grid-column: span 2 / span 2;
  grid-column-start: 2;
}
    .home-3-list .home-3-item:nth-child(1) .image{
  aspect-ratio: 920/658;
}
  .home-3-list .home-3-item:nth-child(2){
  grid-row-start: 1;
  grid-column-start: 1;
}
  .home-3-list .home-3-item:nth-child(3){
  grid-row-start: 2;
}

.home-3-section{
  padding-bottom: 38px;
  overflow: hidden;
}

@media (min-width: 1200px){
  .home-3-section{
    padding-bottom: calc(80/1920*100rem);
  }
}
  .home-3-section .swiper-relative{
  margin-top: 16px;
}
  .home-3-section .swiper{
  overflow: visible;
}

.home-4-item{
  --tw-bg-opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background-color: rgb(237 242 246 / var(--tw-bg-opacity));
  padding: 20px;
  min-height: 140px;
  text-align: center;
}

@media (min-width: 1200px){
  .home-4-item{
    justify-content: center;
    gap: calc(12/1920*100rem);
    border-radius: calc(16/1920*100rem);
    padding: calc(24/1920*100rem);
    min-height: 7.708333333333334rem;
  }
}
  .home-4-item .sub-title{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
  .home-4-item .title{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 24px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .home-4-item .title{
    font-size: calc(32/1920*100rem);
  }
}
  .home-4-item:first-child .title{
  font-size: 16px;
}
  @media (min-width: 1200px){
  .home-4-item:first-child .title{
    font-size: calc(18/1920*100rem);
  }
}
  .home-4-item:last-child .sub-title{
  max-width: 80px;
}
  @media (min-width: 768px){
  .home-4-item:last-child .sub-title{
    max-width: 100%;
  }
}

.home-4-list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

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

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

.home-4-left .iframe-scale{
  padding-top: calc(500 / 358 * 100%);
}

@media (min-width: 768px){
  .home-4-left .iframe-scale{
    padding-top: calc(500 / 680 * 100%);
  }
}

@media (min-width: 1024px){
  .home-4-left .iframe-scale{
    padding-top: calc(350 / 680 * 100%);
  }
}

@media (min-width: 1200px){
  .home-4-left .iframe-scale{
    padding-top: calc(800 / 680 * 100%);
  }
}
  @media only screen and (min-width: 1366px) {
    .home-4-left .iframe-scale{
    padding-top: calc(690 / 680 * 100%);
  } }
  @media only screen and (min-width: 1600px) {
    .home-4-left .iframe-scale{
    padding-top: calc(590 / 680 * 100%);
  } }
  @media only screen and (min-width: 1900px) {
    .home-4-left .iframe-scale{
    padding-top: calc(500 / 680 * 100%);
  } }

.home-4-section .site-title-large{
  margin-bottom: 16px;
}

@media (min-width: 1200px){
  .home-4-section .site-title-large{
    margin-bottom: calc(40/1920*100rem);
  }
}

.home-5-list{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: calc(40/1920*100rem);
}
  .home-5-list > *:nth-child(1){
  grid-row: span 3 / span 3;
  grid-column: span 2 / span 2;
}
  .home-5-list > *:nth-child(2){
  grid-row-start: 4;
  grid-column-start: 1;
}
  .home-5-list > *:nth-child(3){
  grid-row-start: 4;
  grid-column-start: 2;
}
  .home-5-list > *:nth-child(4){
  grid-row-start: 1;
  grid-column-start: 3;
}
  .home-5-list > *:nth-child(5){
  grid-row-start: 1;
  grid-column-start: 4;
}
  .home-5-list > *:nth-child(6){
  grid-row-start: 2;
  grid-column-start: 3;
}
  .home-5-list > *:nth-child(7){
  grid-row-start: 2;
  grid-column-start: 4;
}
  .home-5-list > *:nth-child(8){
  grid-row-start: 3;
  grid-column-start: 3;
}
  .home-5-list > *:nth-child(9){
  grid-row-start: 3;
  grid-column-start: 4;
}
  .home-5-list > *:nth-child(10){
  grid-row-start: 4;
}
  .home-5-list > *:nth-child(11){
  grid-row-start: 4;
}

.home-5-mb-list{
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-auto-flow: column;
  gap: 16px;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 16px;
  padding-left: 16px;
  overflow-x: auto;
  overflow-y: hidden;
}
  .home-5-mb-list > *{
  width: 240px;
}

.home-5-section{
  overflow: hidden;
}
  .home-5-section .image{
  margin-top: 16px;
  border-radius: 8px;
  aspect-ratio: 358/280;
}
  @media (min-width: 1024px){
  .home-5-section .image{
    margin-top: 0 /* 0px */;
  }
}
  @media (min-width: 1200px){
  .home-5-section .image{
    border-radius: calc(16/1920*100rem);
    aspect-ratio: 680/584;
  }
}

.home-6-section{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  overflow: hidden;
}

@media (min-width: 1024px){
  .home-6-section{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}
  .home-6-section .site-desc{
  --tw-text-opacity: 1;
  margin-top: 16px;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  font-size: 16px;
}
  @media (min-width: 1200px){
  .home-6-section .site-desc{
    display: none;
  }
}
  .home-6-section .swiper{
  overflow: visible;
}

@media (min-width: 768px){
  .home-7-section{
    padding-top: 1.7708333333333335rem;
    padding-bottom: calc(20/1920*100rem);
  }
}
  .home-7-section .block-content{
  border-radius: 8px;
  background-image: linear-gradient(129deg, #80CBFF 0%, #00A5EF 50%, #0064AC 100%);
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
}
  @media (min-width: 1200px){
  .home-7-section .block-content{
    border-radius: calc(16/1920*100rem);
    padding: calc(40/1920*100rem);
    padding-top: calc(48/1920*100rem);
    padding-bottom: calc(48/1920*100rem);
  }
}
  .home-7-section .main-tabslet{
  margin-top: 16px;
}
  @media (min-width: 1200px){
  .home-7-section .main-tabslet{
    margin-top: calc(16/1920*100rem);
  }
}
  .home-7-section .swiper-relative{
  margin-top: 20px;
}
  .home-7-section .swiper-slide{
  width: 296px;
}
  .home-7-section .tabslet-tabs{
  justify-content: flex-start;
}
  @media (max-width: 767.98px) {
    .home-7-section .mobile-only .image{
    aspect-ratio: 16/9;
  } }
  .home-7-section .media-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(40/1920*100rem);
}
  @media (min-width: 1024px){
  .home-7-section .media-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .home-7-section .media-list .media-item:nth-child(n+2){
    flex-direction: row;
  }
    .home-7-section .media-list .media-item:nth-child(n+2) .image{
    aspect-ratio: 16/9;
    width: 20.833333333333336rem;
  }
    .home-7-section .media-list .media-item:nth-child(n+2) .caption{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: calc(20/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
  }
    .home-7-section .media-list .media-item:nth-child(n+2) .title{
    border-bottom-width: 0px;
    font-size: 18px;
    line-height: 1.3;
  }

@media (min-width: 1200px){
    .home-7-section .media-list .media-item:nth-child(n+2) .title{
      font-size: calc(20/1920*100rem);
      line-height: 1.25;
    }
  }
      .home-7-section .media-list .media-item:nth-child(n+2) .title .icon ~ span{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    overflow: hidden;
  } }

@media (min-width: 1024px) {
  .home-7-section .media-list .media-item:nth-child(1){
    grid-row: span 2 / span 2;
  } }

@media (min-width: 1200px){
  .home-8-section .foa-dt-2-2-list{
    row-gap: calc(80/1920*100rem);
  }
}

.home-8-section .foa-dt-2-2-item:last-child .image{
  border-radius: 0px;
}

@media (min-width: 1200px){
  .home-8-section .foa-dt-2-2-item:last-child .image{
    aspect-ratio: 680/480;
  }
}

.home-8-section .foa-dt-2-2-item:last-child .caption{
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 246 / var(--tw-bg-opacity));
}

.home-9-section{
  position: relative;
}
  .home-9-section .image{
  aspect-ratio: 390/252;
}
  @media (min-width: 768px){
  .home-9-section .image{
    aspect-ratio: 1920/720;
  }
}
  @media (min-width: 1200px){
  .home-9-section .image{
    aspect-ratio: 1920/720;
  }
}
  .home-9-section .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-image: linear-gradient(129deg, #80CBFF 0%, #00A5EF 50%, #0064AC 100%);
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
}
  @media (min-width: 1200px){
  .home-9-section .block-content{
    padding-top: calc(40/1920*100rem);
    padding-right: calc(36/1920*100rem);
    padding-bottom: calc(40/1920*100rem);
    padding-left: calc(36/1920*100rem);
  }
}
  .home-9-section .site-desc{
  margin-top: 16px;
  font-size: 16px;
}
  @media (min-width: 1200px){
  .home-9-section .site-desc{
    margin-top: calc(20/1920*100rem);
    font-size: calc(20/1920*100rem);
  }
}
  .home-9-section .button{
  margin-top: 16px;
}
  @media (min-width: 1200px){
  .home-9-section .button{
    margin-top: calc(24/1920*100rem);
  }
}

@media (min-width: 1024px) {
  .home-9-section .block-content {
    --tw-translate-x: -50%;
    position: absolute;
    top: calc(40/1920*100rem);
    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;
    border-radius: calc(16/1920*100rem);
    background: linear-gradient(180deg, rgba(21, 101, 174, 0.6) 0%, rgba(0, 174, 239, 0.6) 100%);
    width: 100%;
    max-width: 41.66666666666667rem } }

#popup-image .is-close-btn{
  --tw-translate-x: 50%;
  --tw-translate-y: 80%;
  --tw-bg-opacity: 1;
  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));
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 9999px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#popup-image .is-close-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 35 41 / var(--tw-bg-opacity));
}

#popup-image .is-close-btn{
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
  #popup-image .is-close-btn:hover svg{
  stroke: #ffffff;
}
  #popup-image .is-close-btn svg{
  stroke: #EB2329;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: calc(16/1920*100rem);
  height: calc(16/1920*100rem);
}

.footer-info{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  text-align: center;
}

@media (min-width: 1200px){
  .footer-info{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
  }
}
  .footer-info h4{
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
}
  @media (min-width: 1200px){
  .footer-info h4{
    margin-bottom: calc(24/1920*100rem);
    font-size: calc(32/1920*100rem);
  }
}
  .footer-info ul{
  margin-top: 16px;
}
  .footer-info ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}
  @media (min-width: 1200px){
  .footer-info ul{
    margin-top: calc(8/1920*100rem);
  }
}
  .footer-info a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity));
}

@media (min-width: 1200px) {
  .footer-info ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(16/1920*100rem);
  }
  .footer-info ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0 /* 0px */ * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0 /* 0px */ * var(--tw-space-y-reverse));
  }
    .footer-info ul li{
    display: flex;
    align-items: center;
  }
      .footer-info ul li + li::before {
        --tw-bg-opacity: 1;
        display: inline-block;
        margin-right: calc(16/1920*100rem);
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        width: 0.15625rem;
        height: 0.15625rem;
        content: '' } }

.footer-links{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 12px;
}
  .footer-links > p{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
    .footer-links > p a::after{
  display: flex;
  content: var(--tw-content);
}
    .footer-links > p a:first-child{
  display: flex;
}
  .footer-links a{
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .footer-links a{
    gap: calc(8/1920*100rem);
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
  }
}
  .footer-links a:first-child{
  display: none;
}
  .footer-links a:last-child::after{
  display: none;
  content: var(--tw-content);
}
  @media (min-width: 768px){
  .footer-links a:first-child{
    display: flex;
  }
}
    .footer-links a span{
  position: relative;
    transition: background-size 350ms;    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
}
    .footer-links a span:hover {
      background-size: 100% 1px;
      background-position-x: left; }
    .footer-links a::after {
      margin-right: 20px;
      margin-left: 20px;
      background-color: rgb(255 255 255 / 0.4);
      width: 1px;
      height: 12px;
      content: '' }
    @media (min-width: 1200px){
  .footer-links a::after{
    margin-right: calc(20/1920*100rem);
    margin-left: calc(20/1920*100rem);
  }
}
    .footer-links a.current-menu-item{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
      .footer-links a.current-menu-item span {
    background-size: 100% 1px;
    background-position-x: left; }

.footer-bot{
  margin-top: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
}

@media (min-width: 1200px){
  .footer-bot{
    margin-top: 7.291666666666667rem;
    padding-top: calc(20/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
  }
}
  @media (max-width: 767.98px) {
    .footer-bot{
    display: flex;
    flex-direction: column;
    align-items: center;
  } }

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

footer{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  position: relative;
  z-index: 1;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  padding-top: 32px;
  padding-bottom: 64px;
  overflow: hidden;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1200px){
  footer{
    padding-top: calc(80/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
  }
}
  footer .footer-bg{
  display: none;
  position: absolute;
  bottom: 0 /* 0px */;
  left: 0 /* 0px */;
  z-index: -1;
  aspect-ratio: 1920/200;
  width: 100%;
  height: 10.416666666666668rem;
  pointer-events: none;
}
  @media (min-width: 1200px){
  footer .footer-bg{
    display: block;
  }
}

header{
  --tw-bg-opacity: 1;
  --tw-backdrop-blur: blur(20px);
  -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);
  position: fixed;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  z-index: 40;
          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(255 255 255 / var(--tw-bg-opacity));
  width: 100%;
  height: 100px;
}

@media (min-width: 1200px){
  header{
    --tw-backdrop-blur: blur(20px);
    -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);
    z-index: 999;
            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(255 255 255 / 0.8);
    height: auto;
  }
}
  header .header-wrap{
  --tw-shadow: 4px 4px 32px 16px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 4px 4px 32px 16px var(--tw-shadow-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(16/1920*100rem);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding-right: 10px;
  padding-left: 10px;
  height: 60px;
}
  @media (min-width: 768px){
  header .header-wrap{
    padding-right: calc(16/1920*100rem);
    padding-left: calc(16/1920*100rem);
  }
}
  @media (min-width: 1200px){
  header .header-wrap{
    padding-right: calc(40/1920*100rem);
    padding-left: calc(40/1920*100rem);
    height: calc(100/1920*100rem);
  }
}
  header .header-left{
  display: flex;
  align-items: center;
  gap: calc(48/1920*100rem);
}
  header .header-right{
  display: flex;
  align-items: center;
  gap: 8px;
}
  @media (min-width: 1200px){
  header .header-right{
    gap: calc(16/1920*100rem);
  }
}
  header .logo{
  width: 116px;
  height: 50px;
}
  @media (min-width: 1200px){
  header .logo{
    width: 8.958333333333334rem;
    height: calc(60/1920*100rem);
  }
}
  header .navbar-nav{
  display: none;
}
  @media (min-width: 1200px){
  header .navbar-nav{
    display: block;
  }
}
  header .main-menu{
  display: flex;
  align-items: center;
  gap: calc(32/1920*100rem);
}
    header .main-menu li:hover > a{
  --tw-text-opacity: 1 !important;
    background-size: 100% 1px !important;
    background-position-x: left !important;
  color: rgb(235 35 41 / var(--tw-text-opacity)) !important;
}
    header .main-menu li:hover > .sub-menu{
  --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));
  opacity: 1;
  pointer-events: auto;
}
    header .main-menu li[class*="current-menu-"] > a{
  --tw-text-opacity: 1 !important;
    background-size: 100% 1px !important;
    background-position-x: left !important;
  color: rgb(235 35 41 / var(--tw-text-opacity)) !important;
}
    header .main-menu li.menu-item-has-children{
  position: relative;
}
      header .main-menu li.menu-item-has-children > a{
  position: relative;
}
        header .main-menu li.menu-item-has-children > a::after{
  --tw-text-opacity: 1;
  --tw-content: '\f107';
  margin-left: 0.5208333333333334rem;
  content: var(--tw-content);
  color: rgb(235 35 41 / var(--tw-text-opacity));
  font-weight: 900;
  font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
  font-family: "Font Awesome 6 Pro";
}
    header .main-menu > li{
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100/1920*100rem);
}
    header .main-menu > li:first-child{
  display: none;
}
    header .main-menu > li:last-child{
  display: none;
}
      header .main-menu > li > a{
  --tw-text-opacity: 1;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
    transition: background-size 350ms;    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
  height: 100%;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 600;
}
      header .main-menu > li > a:hover {
      background-size: 100% 1px;
      background-position-x: left; }
      header .main-menu > li > a{
  font-size: 18px;
  line-height: 1.3;
}
      @media (min-width: 1200px){
  header .main-menu > li > a{
    font-size: calc(20/1920*100rem);
    line-height: 1.25;
  }
}
      header .main-menu > li > .sub-menu{
  --tw-translate-y: calc(20/1920*100rem);
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  position: absolute;
  top: 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));
  opacity: 0;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-top-width: calc(2/1920*100rem);
  border-color: rgb(235 35 41 / var(--tw-border-opacity));
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding: calc(40/1920*100rem);
  width: 16.666666666666668rem;
  max-height: calc(100vh - (100 / 1920 * 100rem));
  overflow-y: auto;
  pointer-events: none;
}
  header .toggle-submenu{
  display: none;
}
  header .sub-menu > :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));
}
    header .sub-menu > li > a{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
}
    @media (min-width: 1200px){
  header .sub-menu > li > a{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}
    header .sub-menu > li.menu-item-has-children a::after{
  display: none;
  content: var(--tw-content);
}
    header .sub-menu .toggle-submenu{
  display: none;
}
    header .sub-menu .sub-menu{
  margin-top: calc(12/1920*100rem);
  list-style-type: disc;
}
    header .sub-menu .sub-menu > :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));
}
    header .sub-menu .sub-menu{
  padding-left: calc(20/1920*100rem);
}
      header .sub-menu .sub-menu > li > a{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
}
      @media (min-width: 1200px){
  header .sub-menu .sub-menu > li > a{
    font-size: clamp(12px,calc(14/1920*100rem),calc(14/1920*100rem));
  }
}
  header .button-language{
  order: 2;
}
  @media (min-width: 1200px){
  header .button-language{
    order: 1;
  }
}
  header .button-search{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
  cursor: pointer;
  width: 48px;
  height: 48px;
  color: rgb(152 152 152 / var(--tw-text-opacity));
  font-size: 24px;
}
  @media (min-width: 1200px){
  header .button-search{
    --tw-text-opacity: 1;
    order: 2;
    width: calc(40/1920*100rem);
    height: calc(40/1920*100rem);
    color: rgb(235 35 41 / var(--tw-text-opacity));
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
  }
}
  header #buttonMenu{
  order: 3;
}

.mobile-wrap{
  --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);
  position: fixed;
  top: 60px;
  left: -100%;
  opacity: 0;
  z-index: 1001;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: rgb(0 174 239 / var(--tw-bg-opacity));
  padding-top: 14px;
  padding-bottom: 16px;
  padding-left: 16px;
  width: 100vw;
  max-width: 390px;
  height: calc(100vh - 60px);
  pointer-events: none;
}

@media (min-width: 1200px){
  .mobile-wrap{
    display: none;
  }
}
  .mobile-wrap .navbar-nav-list{
  display: flex;
  flex-direction: column;
  padding-right: 16px;
  max-height: calc(100vh - 142px);
  overflow-x: hidden;
  overflow-y: auto;
}
  .mobile-wrap .toggle-submenu{
  display: flex;
  position: absolute;
  top: 0 /* 0px */;
  right: 0 /* 0px */;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
  width: 60px;
  height: 60px;
}
    .mobile-wrap .toggle-submenu::before{
  --tw-text-opacity: 1;
  --tw-content: '\f054';
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 300;
  font-size: 16px;
  font-family: "Font Awesome 6 Pro";
}
    .mobile-wrap .toggle-submenu.active::before{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
  .mobile-wrap .main-menu li[class*="current-menu-"] > a{
  --tw-text-opacity: 1 !important;
  color: rgb(0 56 122 / var(--tw-text-opacity)) !important;
  font-weight: 700 !important;
}
  .mobile-wrap .main-menu > li{
  position: relative;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
}
    .mobile-wrap .main-menu > li > a{
  --tw-text-opacity: 1;
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 18px;
}
    .mobile-wrap .main-menu > li > .sub-menu{
  display: none;
  padding-left: calc(20/1920*100rem);
}
  .mobile-wrap .sub-menu > :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));
}
  .mobile-wrap .sub-menu{
  padding-bottom: calc(20/1920*100rem);
}
    .mobile-wrap .sub-menu > li > a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: 16px;
}
    .mobile-wrap .sub-menu .toggle-submenu{
  display: none;
}
    .mobile-wrap .sub-menu .sub-menu{
  margin-top: calc(12/1920*100rem);
  list-style-type: disc;
}
    .mobile-wrap .sub-menu .sub-menu > :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));
}
    .mobile-wrap .sub-menu .sub-menu{
  padding-left: calc(20/1920*100rem);
}
      .mobile-wrap .sub-menu .sub-menu > li *::marker{
  color: rgb(255 255 255 );
}
      .mobile-wrap .sub-menu .sub-menu > li::marker{
  color: rgb(255 255 255 );
}
        .mobile-wrap .sub-menu .sub-menu > li > a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: 14px;
}
  .mobile-wrap .mobile-language{
  --tw-text-opacity: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  height: 24px;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 16px;
}
    .mobile-wrap .mobile-language .wpml-ls{
  --tw-border-opacity: 1;
  border-left-width: 1px;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
  padding-left: calc(12/1920*100rem);
  height: 18px;
}
      .mobile-wrap .mobile-language .wpml-ls.wpml-ls-legacy-list-horizontal ul{
  position: relative;
}
        .mobile-wrap .mobile-language .wpml-ls.wpml-ls-legacy-list-horizontal ul li{
  display: flex;
}
          .mobile-wrap .mobile-language .wpml-ls.wpml-ls-legacy-list-horizontal ul li a{
  display: flex;
  border-radius: 0px;
  background-image: none;
  background-color: transparent;
  width: auto;
  height: 18px;
}
          .mobile-wrap .mobile-language .wpml-ls.wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a{
  display: flex;
  gap: 4px;
  pointer-events: none;
}
            .mobile-wrap .mobile-language .wpml-ls.wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a::after{
  --tw-content: '\f078';
  content: var(--tw-content);
  color: currentColor;
  font-weight: 300;
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
}
          .mobile-wrap .mobile-language .wpml-ls.wpml-ls-legacy-list-horizontal ul li:not(.wpml-ls-current-language){
  position: absolute;
  top: 100%;
  left: 0 /* 0px */;
  opacity: 0;
}
        .mobile-wrap .mobile-language .wpml-ls.wpml-ls-legacy-list-horizontal ul:hover li:not(.wpml-ls-current-language), .mobile-wrap .mobile-language .wpml-ls.wpml-ls-legacy-list-horizontal ul:focus li:not(.wpml-ls-current-language){
  opacity: 1;
}
  .mobile-wrap.active{
  left: 0 /* 0px */;
  opacity: 1;
  pointer-events: auto;
}

.search-wrap{
  display: none;
  position: fixed;
  top: calc(128/1920*100rem);
  right: 0 /* 0px */;
  left: 0 /* 0px */;
  z-index: 100;
  padding-right: calc(40/1920*100rem);
  padding-left: calc(40/1920*100rem);
  width: 100%;
}

@media (min-width: 1200px){
  .search-wrap{
    top: 8.333333333333334rem;
  }
}

.wpml-ls.wpml-ls-legacy-dropdown-click{
  width: 100%;
}
  .wpml-ls.wpml-ls-legacy-dropdown-click > ul > li{
  display: flex;
  justify-content: center;
  align-items: center;
}
    .wpml-ls.wpml-ls-legacy-dropdown-click > ul > li > a{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0px;
  background-image: none;
  background-color: transparent;
  padding: 0 /* 0px */;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
}
      .wpml-ls.wpml-ls-legacy-dropdown-click > ul > li > a::after{
  --tw-content: '\f078';
  display: flex;
  position: static;
  margin-left: calc(4/1920*100rem);
  border-style: none;
  content: var(--tw-content);
  color: currentColor;
  font-weight: 300;
  font-size: clamp(12px,calc(14/1920*100rem),calc(14/1920*100rem));
  font-family: "Font Awesome 6 Pro";
}
      .wpml-ls.wpml-ls-legacy-dropdown-click > ul > li > a span{
  display: none;
}
    .wpml-ls.wpml-ls-legacy-dropdown-click > ul > li > .wpml-ls-sub-menu{
  position: absolute;
  top: 100%;
  border-style: none;
}

.wpml-ls.wpml-ls-legacy-list-horizontal ul{
  display: flex;
  align-items: center;
  gap: calc(8/1920*100rem);
}
  .wpml-ls.wpml-ls-legacy-list-horizontal ul li a{
  --tw-bg-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  background-color: rgb(237 242 246 / var(--tw-bg-opacity));
  width: 48px;
  height: 48px;
}
  @media (min-width: 1200px){
  .wpml-ls.wpml-ls-legacy-list-horizontal ul li a{
    opacity: 0.5;
    border-bottom-width: 1px;
    border-color: transparent;
    border-radius: 0px;
    background-image: none;
    background-color: transparent;
    width: calc(24/1920*100rem);
    height: calc(24/1920*100rem);
  }
}
    .wpml-ls.wpml-ls-legacy-list-horizontal ul li a span{
  display: none;
}
  @media (min-width: 1200px){
  .wpml-ls.wpml-ls-legacy-list-horizontal ul li:hover a{
    opacity: 1;
  }
}
  .wpml-ls.wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language{
  display: none;
}
  @media (min-width: 1200px){
  .wpml-ls.wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language{
    display: block;
  }
  .wpml-ls.wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a{
    --tw-border-opacity: 1;
    opacity: 1;
    border-color: rgb(235 35 41 / var(--tw-border-opacity));
  }
}

.site-menu-mobile{
  --tw-bg-opacity: 1;
  display: flex;
  align-items: center;
  gap: calc(24/1920*100rem);
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding-top: 0 /* 0px */;
  padding-right: calc(16/1920*100rem);
  padding-bottom: 0 /* 0px */;
  padding-left: calc(16/1920*100rem);
  max-width: 100%;
  height: 40px;
  overflow: hidden;
  overflow-x: auto;
}

@media (min-width: 1200px){
  .site-menu-mobile{
    display: none;
  }
}
  .site-menu-mobile::-webkit-scrollbar{
  width: 0 /* 0px */;
  height: 0 /* 0px */;
}
  .site-menu-mobile li{
  width: max-content;
}
    .site-menu-mobile li a{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
}
    .site-menu-mobile li[class*="current-menu-"] a{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}

@media (min-width: 1200px){
  .home-page main{
    padding-top: 0 /* 0px */;
  }
}

.foa-1-item{
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.7291666666666667rem;
  z-index: 1;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.08);
  border-radius: 8px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  overflow: hidden;
}

@media (min-width: 1200px){
  .foa-1-item{
    border-radius: calc(16/1920*100rem);
    padding-top: calc(20/1920*100rem);
    padding-right: calc(24/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
    padding-left: calc(24/1920*100rem);
  }
}
  .foa-1-item::before {
    --tw-bg-opacity: 1;
    position: absolute;
    bottom: 0 /* 0px */;
    left: 0 /* 0px */;
    z-index: -1;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgb(0 56 122 / var(--tw-bg-opacity));
    width: 100%;
    height: 0 /* 0px */;
    content: '' }
  .foa-1-item *{
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
  .foa-1-item .icon{
  width: 48px;
  height: 48px;
}
  @media (min-width: 1200px){
  .foa-1-item .icon{
    width: calc(64/1920*100rem);
    height: calc(64/1920*100rem);
  }
}
  .foa-1-item .top{
  display: flex;
  flex-direction: row;
  gap: 16px;
}
  @media (min-width: 768px){
  .foa-1-item .top{
    flex-direction: row;
  }
}
  @media (min-width: 1200px){
  .foa-1-item .top{
    gap: calc(16/1920*100rem);
  }
}
  .foa-1-item .caption{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}
  .foa-1-item .number{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
}
  @media (min-width: 1200px){
  .foa-1-item .number{
    font-size: calc(40/1920*100rem);
  }
}
  .foa-1-item .suffix{
  --tw-text-opacity: 1;
  margin-top: calc(calc(4/1920*100rem) * -1);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 14px;
  line-height: 1.29;
}
  @media (min-width: 1200px){
  .foa-1-item .suffix{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
  }
}
  .foa-1-item .sub-number{
  --tw-text-opacity: 1;
  margin-top: calc(calc(4/1920*100rem) * -1);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 14px;
  line-height: 1.29;
}
  @media (min-width: 1200px){
  .foa-1-item .sub-number{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
  }
}
  .foa-1-item .title{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .foa-1-item .title{
    font-size: calc(18/1920*100rem);
  }
}
  .foa-1-item:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 56 122 / var(--tw-border-opacity));
}
  .foa-1-item:hover::before{
  height: 100%;
  content: var(--tw-content);
}
    .foa-1-item:hover *{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

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

@media (min-width: 1200px){
  .foa-1-list{
    gap: calc(40/1920*100rem);
  }
}

.foa-item{
  display: flex;
  flex-direction: column;
  border-radius: calc(16/1920*100rem);
  overflow: hidden;
}

@media (min-width: 768px){
  .foa-item{
    flex-direction: row;
  }
}
  .foa-item .caption{
  --tw-backdrop-blur: blur(20px);
  -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;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
          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);
  padding-top: 20px;
  padding-right: 24px;
  padding-bottom: 20px;
  padding-left: 24px;
}
  @media (min-width: 768px){
  .foa-item .caption{
    padding: calc(32/1920*100rem);
  }
}
  @media (min-width: 1200px){
  .foa-item .caption{
    padding: calc(40/1920*100rem);
  }
}
  .foa-item .title{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
}
  @media (min-width: 1200px){
  .foa-item .title{
    font-size: calc(32/1920*100rem);
  }
}
  .foa-item .image{
  aspect-ratio: 1 / 1;
}
  @media (min-width: 768px){
  .foa-item .image{
    aspect-ratio: 960/400;
    width: 66.666667%;
  }
}
  @media (min-width: 1200px){
  .foa-item .image{
    width: 50rem;
  }
}
    .foa-item .image img{
  transition-duration: 1000ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
    .foa-item .image:hover 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));
}
  .foa-item .button{
  margin-top: 42px;
}
  @media (min-width: 1200px){
  .foa-item .button{
    margin-top: calc(20/1920*100rem);
  }
}

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

.foa-1-section .swiper-slide{
  width: 320px;
}

@media only screen and (max-width: 1023.98px) {
  .foa-1-section .foa-1-list{
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-columns: none;
    grid-auto-flow: column;
    gap: 16px;
    margin-top: 16px;
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
    overflow-x: auto;
    overflow-y: hidden;
  }
    .foa-1-section .foa-1-list > *{
    width: 240px;
  } }

.foa-2-section .image{
  margin-right: auto;
  margin-left: auto;
  max-width: 32.083333333333336rem;
}

.foa-2-section .foa-1-list{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1200px){
  .foa-2-section .block-content{
    padding-top: calc(80/1920*100rem);
  }
}

.site-links{
  display: flex;
  align-items: center;
  gap: calc(12/1920*100rem);
  overflow-x: auto;
}

@media (min-width: 1200px){
  .site-links{
    justify-content: center;
    overflow: visible;
  }
}
  .site-links a{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(12/1920*100rem);
  border-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  border-radius: 9999px;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
  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(44/1920*100rem);
  color: rgb(41 41 41 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  white-space: nowrap;
}
  @media (min-width: 1200px){
  .site-links a{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}
  .site-links a:hover{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(235 35 41 / var(--tw-border-opacity));
  background-color: rgb(235 35 41 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .site-links li{
  width: max-content;
}
    .site-links li.active a{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(235 35 41 / var(--tw-border-opacity));
  background-color: rgb(235 35 41 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.foa-detail-2-dealer-1 .block-iframe .iframe-scale{
  padding-top: calc(700 / 1400 * 100%);
}

.foa-detail-2-dealer-1 .block-foa-dealer-3-image{
  border-radius: calc(16/1920*100rem);
  aspect-ratio: 1400/700;
}

.foa-detail-2-dealer-1 .site-desc > :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));
}

.foa-dealer-2-item{
  --tw-bg-opacity: 1;
  border-radius: calc(16/1920*100rem);
  background-color: rgb(237 242 246 / var(--tw-bg-opacity));
  padding: calc(16/1920*100rem);
}

@media (min-width: 1200px){
  .foa-dealer-2-item{
    padding: calc(40/1920*100rem);
    padding-top: calc(24/1920*100rem);
  }
}
  .foa-dealer-2-item table{
  width: 100%;
}
  .foa-dealer-2-item tr{
  padding-bottom: calc(4/1920*100rem);
}
  .foa-dealer-2-item th{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(0 174 239 / var(--tw-border-opacity));
  padding-top: calc(12/1920*100rem);
  padding-right: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
}
  @media (min-width: 1200px){
  .foa-dealer-2-item th{
    padding-top: 0.78125rem;
    padding-right: calc(20/1920*100rem);
    padding-bottom: 0.78125rem;
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
}
  .foa-dealer-2-item th:last-child{
  padding-right: 0 /* 0px */;
  text-align: right;
}
  .foa-dealer-2-item td{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  padding-top: calc(8/1920*100rem);
  padding-right: calc(12/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  text-align: left;
}
  @media (min-width: 1200px){
  .foa-dealer-2-item td{
    padding-top: calc(12/1920*100rem);
    padding-right: calc(20/1920*100rem);
    padding-bottom: calc(12/1920*100rem);
    font-size: calc(18/1920*100rem);
    line-height: 1.33;
  }
}
  .foa-dealer-2-item td:last-child{
  padding-right: 0 /* 0px */;
  text-align: right;
}

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

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

.foa-dt-2-2-section .swiper-slide{
  width: 320px;
}

.foa-dealer-4-item{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border-width: 1px;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  border-radius: calc(16/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  overflow: hidden;
}
  .foa-dealer-4-item .image{
  aspect-ratio: 440/200;
}
  .foa-dealer-4-item .caption{
  --tw-bg-opacity: 1;
  flex: 1 1 0%;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem);
}
  @media (min-width: 1200px){
  .foa-dealer-4-item .caption{
    padding-right: calc(24/1920*100rem);
    padding-left: calc(24/1920*100rem);
  }
}
  .foa-dealer-4-item .news-date{
  margin-bottom: calc(8/1920*100rem);
}
  .foa-dealer-4-item .title{
  -webkit-box-orient: vertical;
  --tw-text-opacity: 1;
  display: -webkit-box;
  margin-top: calc(8/1920*100rem);
  margin-bottom: calc(8/1920*100rem);
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}
  @media (min-width: 1200px){
  .foa-dealer-4-item .title{
    font-size: calc(20/1920*100rem);
    line-height: 1.25;
  }
}
  .foa-dealer-4-item:hover .caption{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

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

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

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

.foa-dt-1-1-item {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  display: flex;
  flex-direction: column;
  gap: calc(40/1920*100rem);
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.02);
  border-width: calc(2/1920*100rem);
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-radius: calc(16/1920*100rem);
  background-image: linear-gradient(153deg, #D0F2FF 0%, #FFF 40.63%, #A2DAF2 100%);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem) }

@media (min-width: 768px){
  .foa-dt-1-1-item{
    flex-direction: row;
  }
}

@media (min-width: 1200px){
  .foa-dt-1-1-item{
    gap: calc(48/1920*100rem);
    padding: calc(40/1920*100rem);
    padding-right: calc(48/1920*100rem);
    padding-left: calc(48/1920*100rem);
  }
}
  .foa-dt-1-1-item .title{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
  @media (min-width: 1200px){
  .foa-dt-1-1-item .title{
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
}
  @media (min-width: 768px){
  .foa-dt-1-1-item .title{
    flex: 1 1 0%;
  }
}
  .foa-dt-1-1-item .image{
  aspect-ratio: 320/240;
}
  @media (min-width: 768px){
  .foa-dt-1-1-item .image{
    width: 16.666666666666668rem;
  }
}
  .foa-dt-1-1-item.is-chart-1{
  background-image: linear-gradient(153deg, #D0F2FF 0%, #FFF 40.63%, #A2DAF2 100%);
}
  @media (min-width: 1200px){
  .foa-dt-1-1-item.is-chart-1{
    padding: calc(40/1920*100rem);
  }
}
    .foa-dt-1-1-item.is-chart-1 .image{
  aspect-ratio: 600/320;
  width: 100%;
}
  .foa-dt-1-1-item.is-chart-2{
  border-style: none;
  background-image: linear-gradient(129deg, #80CBFF 0%, #00A5EF 50%, #0064AC 100%);
}
  @media (min-width: 1200px){
  .foa-dt-1-1-item.is-chart-2{
    padding: calc(40/1920*100rem);
  }
}
    .foa-dt-1-1-item.is-chart-2 .image{
  aspect-ratio: 600/240;
  width: 100%;
}

.foa-dt-1-1-section {
  background: linear-gradient(0deg, #C5DEE9 0%, #EDF2F6 100%); }
  .foa-dt-1-1-section .block-content {
    --tw-bg-opacity: 1;
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.02);
    border-radius: calc(16/1920*100rem);
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: calc(20/1920*100rem);
    height: 100% }
  @media (min-width: 1200px){
  .foa-dt-1-1-section .block-content{
    padding: calc(48/1920*100rem);
  }
}
  .foa-dt-1-1-section .site-title{
  --tw-border-opacity: 1;
  margin-bottom: calc(24/1920*100rem);
  border-bottom-width: 1px;
  border-color: rgb(142 193 229 / var(--tw-border-opacity));
  padding-bottom: calc(24/1920*100rem);
}
  .foa-dt-1-1-section .site-desc > *{
  margin-bottom: calc(20/1920*100rem);
}
  .foa-dt-1-1-section .site-desc > *:first-child{
  margin-bottom: calc(24/1920*100rem);
}
  .foa-dt-1-1-section .site-desc > *:last-child{
  margin-bottom: 0 /* 0px */;
}
  .foa-dt-1-1-section .site-desc strong{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
  @media (min-width: 1200px){
  .foa-dt-1-1-section .site-desc strong{
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
}
  .foa-dt-1-1-section .foa-1-list{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(40/1920*100rem);
}
  @media (min-width: 576px){
  .foa-dt-1-1-section .foa-1-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
  .foa-dt-1-1-section .foa-1-item{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  @media (min-width: 1200px){
  .foa-dt-1-1-section .foa-1-item{
    gap: calc(32/1920*100rem);
  }
}
    .foa-dt-1-1-section .foa-1-item .top{
  flex-direction: row;
  align-items: center;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.08);
  padding-bottom: 1.1458333333333335rem;
}
  .foa-dt-1-1-section .foa-dt-1-1-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(40/1920*100rem);
}
  @media (min-width: 1024px){
  .foa-dt-1-1-section .foa-dt-1-1-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.foa-dt-1-2-section {
  background-position: bottom right !important;
  min-height: 24.375rem }
  .foa-dt-1-2-section .block-content{
  max-width: 54.16666666666667rem;
}
  .foa-dt-1-2-section .site-title{
  --tw-border-opacity: 1;
  margin-bottom: calc(24/1920*100rem);
  border-bottom-width: 1px;
  border-color: rgb(142 193 229 / var(--tw-border-opacity));
  padding-bottom: calc(24/1920*100rem);
}
  .foa-dt-1-2-section .site-desc > *{
  margin-bottom: calc(20/1920*100rem);
}
  .foa-dt-1-2-section .site-desc > *:first-child{
  margin-bottom: calc(24/1920*100rem);
}
  .foa-dt-1-2-section .site-desc > *:last-child{
  margin-bottom: 0 /* 0px */;
}
  .foa-dt-1-2-section .site-desc strong{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
  @media (min-width: 1200px){
  .foa-dt-1-2-section .site-desc strong{
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
}

.foa-dt-2-1-item {
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.02); }
  .foa-dt-2-1-item .image{
  aspect-ratio: 680/480;
}

.foa-dt-2-1-section {
  background: linear-gradient(0deg, #C5DEE9 0%, #EDF2F6 100%); }
  .foa-dt-2-1-section .block-content{
  --tw-bg-opacity: 1;
  border-radius: calc(16/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem);
  height: 100%;
}
  @media (min-width: 1200px){
  .foa-dt-2-1-section .block-content{
    padding: calc(40/1920*100rem);
    padding-bottom: 2.604166666666667rem;
  }
}
    .foa-dt-2-1-section .block-content .site-title{
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
    @media (min-width: 1200px){
  .foa-dt-2-1-section .block-content .site-title{
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
}
  .foa-dt-2-1-section .foa-1-list{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(40/1920*100rem);
  height: 100%;
}
  @media (min-width: 576px){
  .foa-dt-2-1-section .foa-1-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
  .foa-dt-2-1-section .foa-1-item{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  height: 100%;
}
  @media (min-width: 1200px){
  .foa-dt-2-1-section .foa-1-item{
    gap: calc(32/1920*100rem);
  }
}
    .foa-dt-2-1-section .foa-1-item .top{
  flex-direction: row;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.08);
  padding-bottom: 1.1458333333333335rem;
}
  .foa-dt-2-1-section .block-image{
  --tw-bg-opacity: 1;
  border-radius: calc(16/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem);
  height: 100%;
}
  @media (min-width: 1200px){
  .foa-dt-2-1-section .block-image{
    padding: calc(40/1920*100rem);
  }
}
    .foa-dt-2-1-section .block-image .image{
  aspect-ratio: 1320/428;
}
  .foa-dt-2-1-section .slider-top{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(12/1920*100rem);
}
    .foa-dt-2-1-section .slider-top .image{
  width: 7.916666666666667rem;
  height: 7.916666666666667rem;
}
    .foa-dt-2-1-section .slider-top .button-prev, .foa-dt-2-1-section .slider-top .button-next{
  width: 0.5208333333333334rem;
  height: 1.0416666666666667rem;
}
  .foa-dt-2-1-section .block-slider {
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.02);
    border-radius: calc(16/1920*100rem);
    background-image: linear-gradient(129deg, #80CBFF 0%, #00A5EF 50%, #0064AC 100%);
    padding: calc(20/1920*100rem);
    overflow: hidden }
  @media (min-width: 1200px){
  .foa-dt-2-1-section .block-slider{
    padding: calc(48/1920*100rem);
    min-height: 20.833333333333336rem;
  }
}
    .foa-dt-2-1-section .block-slider .title{
  --tw-text-opacity: 1;
  margin-top: calc(40/1920*100rem);
  margin-right: auto;
  margin-left: auto;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
    @media (min-width: 1200px){
  .foa-dt-2-1-section .block-slider .title{
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
}
    .foa-dt-2-1-section .block-slider .title{
  max-width: 59.583333333333336rem;
}
  .foa-dt-2-1-section .foa-dt-2-1-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(40/1920*100rem);
}
  @media (min-width: 1024px){
  .foa-dt-2-1-section .foa-dt-2-1-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.foa-dt-2-2-item{
  display: flex;
  flex-direction: column;
}
  @media (max-width: 767.98px) {
    .foa-dt-2-2-item.overlay-text .image .overlay-content{
    display: none;
  } }
  .foa-dt-2-2-item.overlay-text .overlay-content {
    margin-top: calc(8/1920*100rem);
    text-align: justify;
    text-align-last: center }
    @media (min-width: 768px) {
      .foa-dt-2-2-item.overlay-text .overlay-content {
        --tw-text-opacity: 1;
        position: absolute;
        bottom: 0 /* 0px */;
        left: 0 /* 0px */;
        background: linear-gradient(to top, #01a8e8 20%, transparent);
        padding-top: calc(40/1920*100rem);
        padding-right: calc(20/1920*100rem);
        padding-bottom: calc(20/1920*100rem);
        padding-left: calc(20/1920*100rem);
        color: rgb(255 255 255 / var(--tw-text-opacity));
        text-align: center } }
  .foa-dt-2-2-item .image{
  border-radius: calc(16/1920*100rem);
  aspect-ratio: 2;
}
    .foa-dt-2-2-item .image > a{
  display: block;
}
  .foa-dt-2-2-item .button{
  display: flex;
  position: absolute;
  top: 20px;
  left: 0 /* 0px */;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 100%;
  pointer-events: none;
}
  @media (min-width: 1200px){
  .foa-dt-2-2-item .button{
    top: calc(40/1920*100rem);
  }
}
    .foa-dt-2-2-item .button a{
  pointer-events: auto;
}
  .foa-dt-2-2-item .caption{
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  padding-top: calc(20/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
  text-align: center;
}
  @media (min-width: 1200px){
  .foa-dt-2-2-item .caption{
    padding-top: 1.3020833333333335rem;
    padding-bottom: 1.3020833333333335rem;
  }
}
  .foa-dt-2-2-item .title{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
  @media (min-width: 1200px){
  .foa-dt-2-2-item .title{
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
}
  .foa-dt-2-2-item .title:hover{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}
  .foa-dt-2-2-item .desc{
  --tw-text-opacity: 1;
  margin-top: 12px;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  text-align: center;
}
  @media (min-width: 1200px){
  .foa-dt-2-2-item .desc{
    margin-top: calc(20/1920*100rem);
    font-size: calc(20/1920*100rem);
  }
}
  .foa-dt-2-2-item.is-dealer{
  --tw-bg-opacity: 1;
  border-radius: calc(16/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  overflow: hidden;
}
  @media (min-width: 768px){
  .foa-dt-2-2-item.is-dealer{
    grid-column: span 2 / span 2;
    flex-direction: row;
  }
}
  @media (min-width: 1200px){
  .foa-dt-2-2-item.is-dealer{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}
    .foa-dt-2-2-item.is-dealer .image{
  aspect-ratio: 358/252;
}
    @media (min-width: 768px){
  .foa-dt-2-2-item.is-dealer .image{
    width: 35.41666666666667rem;
  }
}
    @media (min-width: 1200px){
  .foa-dt-2-2-item.is-dealer .image{
    aspect-ratio: 680/400;
  }
}
    .foa-dt-2-2-item.is-dealer .caption{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: none;
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
}
    @media (min-width: 768px){
  .foa-dt-2-2-item.is-dealer .caption{
    flex: 1 1 0%;
    padding-right: calc(40/1920*100rem);
    padding-left: calc(40/1920*100rem);
  }
}
    @media (min-width: 1200px){
  .foa-dt-2-2-item.is-dealer .caption{
    padding-right: calc(80/1920*100rem);
    padding-left: calc(80/1920*100rem);
  }
  .foa-dt-2-2-item.is-dealer .title{
    font-weight: 700;
    font-size: calc(32/1920*100rem);
    line-height: calc(40 / 32);
  }
}
  .foa-dt-2-2-item .foa-1-list{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(40/1920*100rem);
  height: 100%;
}
  @media (min-width: 576px){
  .foa-dt-2-2-item .foa-1-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
  .foa-dt-2-2-item .foa-1-item{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  height: 100%;
}
  @media (min-width: 1200px){
  .foa-dt-2-2-item .foa-1-item{
    gap: calc(32/1920*100rem);
  }
}
    .foa-dt-2-2-item .foa-1-item .top{
  flex-direction: row;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.08);
  padding-bottom: 1.1458333333333335rem;
}

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

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

.foa-dt-3-1-section{
  background-image: linear-gradient(129deg, #80CBFF 0%, #00A5EF 50%, #0064AC 100%);
}
  .foa-dt-3-1-section .block-content {
    --tw-bg-opacity: 1;
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.02);
    border-radius: calc(16/1920*100rem);
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: calc(20/1920*100rem);
    height: 100% }
  @media (min-width: 1200px){
  .foa-dt-3-1-section .block-content{
    padding: calc(48/1920*100rem);
  }
}
  .foa-dt-3-1-section .site-title{
  --tw-border-opacity: 1;
  margin-bottom: calc(24/1920*100rem);
  border-bottom-width: 1px;
  border-color: rgb(142 193 229 / var(--tw-border-opacity));
  padding-bottom: calc(24/1920*100rem);
}
  .foa-dt-3-1-section .site-desc > *{
  margin-bottom: calc(20/1920*100rem);
}
  .foa-dt-3-1-section .site-desc > *:first-child{
  margin-bottom: calc(24/1920*100rem);
}
  .foa-dt-3-1-section .site-desc > *:last-child{
  margin-bottom: 0 /* 0px */;
}
  .foa-dt-3-1-section .site-desc strong{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
  @media (min-width: 1200px){
  .foa-dt-3-1-section .site-desc strong{
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
  .foa-dt-3-1-section .foa-dt-1-1-item{
    padding: 1.9791666666666667rem;
  }
}
    .foa-dt-3-1-section .foa-dt-1-1-item .image{
  aspect-ratio: 600/280;
  width: 100%;
}
  .foa-dt-3-1-section .foa-1-list{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(40/1920*100rem);
}
  @media (min-width: 576px){
  .foa-dt-3-1-section .foa-1-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
  .foa-dt-3-1-section .foa-1-item{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  border-color: rgb(0 174 239 / var(--tw-border-opacity));
  background-color: rgb(0 174 239 / var(--tw-bg-opacity));
}
  @media (min-width: 1200px){
  .foa-dt-3-1-section .foa-1-item{
    gap: calc(56/1920*100rem);
  }
}
    .foa-dt-3-1-section .foa-1-item .top{
  flex-direction: row;
  align-items: center;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  padding-bottom: 1.1458333333333335rem;
}
    .foa-dt-3-1-section .foa-1-item *{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.audio-wrap{
  --tw-bg-opacity: 1;
  border-radius: 9999px;
  background-color: rgb(237 242 246 / var(--tw-bg-opacity));
  padding: calc(4/1920*100rem);
}

@media (min-width: 768px){
  .audio-wrap{
    max-width: 35.41666666666667rem;
  }
}

.audio-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(8/1920*100rem);
}

@media (min-width: 1200px){
  .audio-flex{
    gap: 0.5208333333333334rem;
  }
}

.audio-center{
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  gap: calc(8/1920*100rem);
}

.audio-right{
  position: relative;
}

.audio-toggle-play{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  width: calc(32/1920*100rem);
  height: calc(32/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
}
  .audio-toggle-play::before{
  --tw-content: '\f04b';
  content: var(--tw-content);
  font-weight: 300;
  font-family: "Font Awesome 6 Sharp";
}
  .audio-toggle-play.playing::before{
  --tw-content: '\f04c';
  content: var(--tw-content);
  font-weight: 700;
}

.audio-timer-duration{
  --tw-text-opacity: 1;
  display: flex;
  align-items: center;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(12px,calc(14/1920*100rem),calc(14/1920*100rem));
}

@media (min-width: 768px){
  .audio-timer-duration{
    width: calc(100/1920*100rem);
  }
}

.audio-timeline{
  position: relative;
  cursor: pointer;
  width: 100%;
}

.audio-empty{
  --tw-bg-opacity: 1;
  border-radius: 9999px;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity));
  width: 100%;
  height: 4px;
}

.audio-current{
  --tw-bg-opacity: 1;
  position: absolute;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  border-radius: 9999px;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  width: 0 /* 0px */;
  height: 100%;
}
  .audio-current .audio-node{
  --tw-translate-y: -50%;
  --tw-bg-opacity: 1;
  position: absolute;
  top: 50%;
  right: -4px;
  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;
  border-radius: 9999px;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  width: 8px;
  height: 8px;
}

.audio-voice-current{
  --tw-text-opacity: 1;
  display: flex;
  align-items: center;
  gap: calc(4/1920*100rem);
  cursor: pointer;
  width: max-content;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
  white-space: nowrap;
}

@media (min-width: 768px){
  .audio-voice-current{
    width: 7.291666666666667rem;
  }
}
  .audio-voice-current::after{
  --tw-content: '\f078';
  content: var(--tw-content);
  font-weight: 700;
  font-size: 10px;
  font-family: "Font Awesome 6 Sharp";
}

.audio-voice-list{
  --tw-bg-opacity: 1;
  display: none;
  position: absolute;
  top: calc(32/1920*100rem);
  right: calc(calc(8/1920*100rem) * -1);
  z-index: 1;
  border-radius: calc(8/1920*100rem);
  background-color: rgb(197 222 233 / var(--tw-bg-opacity));
  padding: calc(8/1920*100rem);
  width: max-content;
}
  .audio-voice-list li{
  --tw-text-opacity: 1;
  cursor: pointer;
  padding-top: calc(4/1920*100rem);
  padding-bottom: calc(4/1920*100rem);
  color: rgb(41 41 41 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(12px,calc(14/1920*100rem),calc(14/1920*100rem));
}
  .audio-voice-list::after {
    position: absolute;
    top: -7px;
    right: 15px;
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid #C5DEE9;
    border-left: 8px solid rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    content: ""; }

.box-news-detail .site-title-large{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  line-height: 1.17;
}

.box-news-detail .news-detail-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(20/1920*100rem);
}

.box-news-detail .social-list ul{
  display: flex;
  align-items: center;
  gap: calc(12/1920*100rem);
}

@media (min-width: 1200px){
  .box-news-detail .social-list ul{
    gap: calc(24/1920*100rem);
  }
}

.box-news-detail .social-list a{
  --tw-text-opacity: 1;
  display: flex;
  align-items: center;
  gap: calc(8/1920*100rem);
  border-radius: 0px;
  background-image: none;
  background-color: transparent;
  width: auto;
  height: auto;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}

@media (min-width: 1200px){
  .box-news-detail .social-list a{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}

.box-news-detail .full-content{
  font-size: 16px;
  line-height: 1.375;
}

@media (min-width: 1024px){
  .box-news-detail .full-content{
    font-size: 19px;
  }
}

@media (min-width: 1200px){
  .box-news-detail .full-content{
    line-height: 1.33;
  }
}

.box-news-detail .full-content{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 400;
  line-height: 1.33;
}
  .box-news-detail .full-content p{
  margin-right: auto;
  margin-left: auto;
  max-width: 47.91666666666667rem;
}
  .box-news-detail .full-content ul{
  margin-right: auto;
  margin-left: auto;
  max-width: 47.91666666666667rem;
}
  .box-news-detail .full-content table{
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .box-news-detail .full-content table{
    font-size: calc(18/1920*100rem);
    line-height: 1.33;
  }
}
  .box-news-detail .full-content table{
  max-width: 47.91666666666667rem;
}
    .box-news-detail .full-content table th, .box-news-detail .full-content table td{
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  padding: calc(20/1920*100rem);
}
  .box-news-detail .full-content ul{
  padding-left: calc(20/1920*100rem);
  list-style-type: disc;
}

@media only screen and (max-width: 575.98px) {
  .box-news-detail .site-title-large{
    font-size: calc(32/1920*100rem);
  } }

.news-other-item .image{
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  overflow: hidden;
}

@media (min-width: 1200px){
  .news-other-item .image{
    border-top-right-radius: calc(16/1920*100rem);
    border-top-left-radius: calc(16/1920*100rem);
  }
}

.news-other-item .caption{
  --tw-bg-opacity: 1;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: calc(16/1920*100rem);
  margin-top: calc(calc(16/1920*100rem) * -1);
  border-radius: 8px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
}

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

.news-other-item .title{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}

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

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

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

.magazine-section .full-content{
  margin-right: auto;
  margin-left: auto;
  max-width: 100rem;
}

.news-date{
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 14px;
}

@media (min-width: 1200px){
  .news-date{
    font-size: clamp(12px,calc(14/1920*100rem),calc(14/1920*100rem));
  }
}

.news-category{
  --tw-text-opacity: 1;
  padding-right: calc(8/1920*100rem);
  color: rgb(11 106 176 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

@media (min-width: 1200px){
  .news-category{
    font-size: clamp(12px,calc(14/1920*100rem),calc(14/1920*100rem));
  }
}

.news-flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
  .news-flex > *{
  display: flex;
  align-items: center;
}
  .news-flex > *:last-child::after{
  display: none;
  content: var(--tw-content);
}
    .news-flex > *::after {
      --tw-bg-opacity: 1;
      display: block;
      margin-right: 8px;
      margin-left: 16px;
      background-color: rgb(220 220 220 / var(--tw-bg-opacity));
      width: 2px;
      height: 10px;
      content: '' }
    @media (min-width: 1200px){
  .news-flex > *::after{
    margin-right: calc(8/1920*100rem);
    margin-left: calc(16/1920*100rem);
    width: 0.10416666666666667rem;
    height: 0.5208333333333334rem;
  }
}

.news-item{
  display: flex;
  flex-direction: column;
  gap: calc(16/1920*100rem);
}
  .news-item .image{
  position: relative;
  overflow: hidden;
}
  .news-item .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  .news-item .image{
  border-radius: 8px;
}
  @media (min-width: 1200px){
  .news-item .image{
    border-radius: calc(16/1920*100rem);
  }
}
  .news-item .caption{
  flex: 1 1 0%;
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
}
  .news-item .news-flex{
  margin-bottom: calc(12/1920*100rem);
}
  .news-item .title{
  --tw-text-opacity: 1;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .news-item .title{
    font-size: calc(18/1920*100rem);
    line-height: 1.33;
  }
}
    .news-item .title a{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
}
  .news-item .desc{
  -webkit-box-orient: vertical;
  --tw-text-opacity: 1;
  display: -webkit-box;
  margin-top: calc(12/1920*100rem);
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: rgb(129 129 129 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .news-item .desc{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}
  .news-item .button{
  margin-top: calc(20/1920*100rem);
}
  .news-item:hover .title{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
}
  .news-item.is-hor{
  display: flex;
  flex-direction: row;
  gap: 20px;
}
    .news-item.is-hor .image{
  border-radius: 8px;
  aspect-ratio: 150/100;
  width: 150px;
  height: 100px;
}
    .news-item.is-hor .caption{
  flex: 1 1 0%;
  padding-top: 4px;
  padding-bottom: 4px;
}
    @media (min-width: 1200px){
  .news-item.is-hor .caption{
    padding-top: calc(8/1920*100rem);
    padding-bottom: calc(8/1920*100rem);
  }
}
    .news-item.is-hor .news-flex{
  margin-bottom: 8px;
}
    @media (min-width: 1200px){
  .news-item.is-hor .news-flex{
    margin-bottom: calc(12/1920*100rem);
  }
}
    .news-item.is-hor .title{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
    @media (min-width: 1200px){
  .news-item.is-hor .title{
    font-size: calc(18/1920*100rem);
    line-height: 1.33;
  }
}
      .news-item.is-hor .title a{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .news-item.is-hor{
    gap: calc(20/1920*100rem);
  }
    .news-item.is-hor .image{
    border-radius: calc(16/1920*100rem);
    aspect-ratio: 160/100;
    width: 8.333333333333334rem;
    height: calc(100/1920*100rem);
  } }
  .news-item.is-big{
  gap: 20px;
}
  @media (min-width: 1200px){
  .news-item.is-big{
    gap: calc(20/1920*100rem);
  }
}
    .news-item.is-big .image{
  border-radius: 8px;
  aspect-ratio: 358/228;
}
    .news-item.is-big .caption{
  padding: 0 /* 0px */;
}
    .news-item.is-big .news-flex{
  margin-bottom: 12px;
}
    @media (min-width: 1200px){
  .news-item.is-big .news-flex{
    margin-bottom: calc(20/1920*100rem);
  }
}
    .news-item.is-big .title{
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
    @media (min-width: 1200px){
  .news-item.is-big .title{
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
  .news-item.is-big .image{
    border-radius: calc(16/1920*100rem);
    aspect-ratio: 600/380;
  }
}
  .news-item.is-big-hor{
  border-radius: calc(16/1920*100rem);
  overflow: hidden;
}
  @media (min-width: 768px){
  .news-item.is-big-hor{
    flex-direction: row;
  }
  .news-item.is-big-hor > *{
    width: 50%;
  }
  .news-item.is-big-hor .image{
    border-radius: 0px;
    aspect-ratio: 700/400;
  }
}
    .news-item.is-big-hor .caption{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(20/1920*100rem);
}
    @media (min-width: 768px){
  .news-item.is-big-hor .caption{
    --tw-bg-opacity: 1;
    --tw-backdrop-blur: blur(20px);
    -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-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-right: calc(32/1920*100rem);
    padding-left: calc(32/1920*100rem);
  }
}
    @media (min-width: 1200px){
  .news-item.is-big-hor .caption{
    padding: calc(64/1920*100rem);
  }
}
    .news-item.is-big-hor .news-flex{
  margin-bottom: calc(20/1920*100rem);
}
    .news-item.is-big-hor .title{
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}
    @media (min-width: 1200px){
  .news-item.is-big-hor .title{
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
}
      .news-item.is-big-hor .title a{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
    .news-item.is-big-hor .desc{
  margin-top: calc(20/1920*100rem);
}
    @media (min-width: 1200px){
  .news-item.is-big-hor .button{
    margin-top: calc(40/1920*100rem);
  }
}

.news-1-section .news-1-top + .news-1-bot{
  --tw-border-opacity: 1;
  margin-top: calc(28/1920*100rem);
  border-top-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  padding-top: calc(40/1920*100rem);
}

@media (min-width: 1200px){
  .news-1-section .news-1-top + .news-1-bot{
    padding-top: calc(60/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
  }
}

.news-1-section .news-list-2-wrap{
  margin-top: calc(40/1920*100rem);
}

.news-1-section .swiper-relative + .news-list-2-wrap{
  --tw-border-opacity: 1;
  margin-top: calc(28/1920*100rem);
  border-top-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  padding-top: calc(40/1920*100rem);
}

.news-1-section .form-group{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(12/1920*100rem);
}
  .news-1-section .form-group label{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .news-1-section .form-group label{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}

.news-1-section .swiper-slide{
  width: 16.666666666666668rem;
}

@media (min-width: 1200px) {
  .news-1-section{
    overflow: hidden;
  }
    .news-1-section .news-1-bot .swiper{
    overflow: visible;
  } }

.gasoline-price-item{
  position: relative;
}
  .gasoline-price-item .title{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  white-space: nowrap;
}
  @media (min-width: 1200px){
  .gasoline-price-item .title{
    font-weight: 700;
    font-size: calc(18/1920*100rem);
    line-height: 1.33;
  }
}
  .gasoline-price-item .number{
  --tw-text-opacity: 1;
  display: flex;
  align-items: center;
  gap: calc(8/1920*100rem);
  margin-top: 4px;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  white-space: nowrap;
}
  @media (min-width: 1200px){
  .gasoline-price-item .number{
    margin-top: calc(16/1920*100rem);
    font-size: 2.0833333333333335rem;
  }
}
  .gasoline-price-item .icon{
  font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
}
    .gasoline-price-item .icon[class*="sort-up"]{
  --tw-text-opacity: 1;
  color: rgb(42 175 83 / var(--tw-text-opacity));
}
    .gasoline-price-item .icon[class*="sort-down"]{
  --tw-text-opacity: 1;
  color: rgb(210 0 0 / var(--tw-text-opacity));
}

.gasoline-prices-list{
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}

@media (min-width: 1200px){
  .gasoline-prices-list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: calc(40/1920*100rem);
  }
}
  .gasoline-prices-list::-webkit-scrollbar{
  display: none;
  width: 0 /* 0px */;
  height: 0 /* 0px */;
}
  .gasoline-prices-list .gasoline-price-item{
  border-left-width: 1px;
  border-color: rgb(255 255 255 / 0.4);
  padding-right: 12px;
  padding-left: 12px;
  width: max-content;
}

.box-gasoline-prices{
  --tw-bg-opacity: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 8px;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  padding-top: 32px;
  padding-right: 20px;
  padding-bottom: 32px;
  padding-left: 20px;
}

@media (min-width: 1200px){
  .box-gasoline-prices{
    flex-direction: row;
    justify-content: space-between;
    gap: calc(20/1920*100rem);
    border-radius: calc(16/1920*100rem);
    padding-top: calc(44/1920*100rem);
    padding-right: calc(32/1920*100rem);
    padding-bottom: calc(44/1920*100rem);
    padding-left: calc(32/1920*100rem);
  }
}
  @media (min-width: 1024px){
  .box-gasoline-prices .left{
    width: 13.020833333333334rem;
  }
  .box-gasoline-prices .gasoline-prices-list{
    gap: calc(8/1920*100rem);
  }
}
  .box-gasoline-prices .box-title{
  --tw-text-opacity: 1;
  display: flex;
  align-items: center;
  gap: calc(12/1920*100rem);
  padding-top: 5px;
  padding-bottom: 5px;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
  @media (min-width: 1200px){
  .box-gasoline-prices .box-title{
    gap: calc(20/1920*100rem);
    padding-top: 0 /* 0px */;
    padding-bottom: 0 /* 0px */;
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
}
  .box-gasoline-prices .sub-box-title{
  --tw-text-opacity: 1;
  margin-top: 8px;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .box-gasoline-prices .sub-box-title{
    margin-top: calc(16/1920*100rem);
    font-weight: 700;
    font-size: calc(18/1920*100rem);
    line-height: 1.33;
  }
}

.announcement-price-item{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  display: flex;
  flex-direction: column;
  gap: calc(16/1920*100rem);
  border-width: calc(2/1920*100rem);
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  border-radius: calc(16/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(16/1920*100rem);
}

@media (min-width: 1200px){
  .announcement-price-item{
    padding: calc(24/1920*100rem);
  }
}
  .announcement-price-item .title{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}
  @media (min-width: 1200px){
  .announcement-price-item .title{
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
}
    .announcement-price-item .title a{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
  .announcement-price-item .desc{
  -webkit-box-orient: vertical;
  --tw-text-opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .announcement-price-item .desc{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}
  .announcement-price-item .desc{
  height: heightByLine(16px,1.2,4);
}

@media (min-width: 1200px) {
  .announcement-price-item .desc{
    height: heightByLine(0.9375rem,1.2,4);
  } }
    .announcement-price-item .desc p{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
  .announcement-price-item:hover .title{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}
  .announcement-price-item.no-border{
  border-width: 0px;
}

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

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

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

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

.media-item{
  display: flex;
  flex-direction: column;
  border-radius: calc(16/1920*100rem);
  overflow: hidden;
}
  .media-item .image{
  aspect-ratio: 296/196;
}
  @media (min-width: 1200px){
  .media-item .image{
    aspect-ratio: 640/344;
  }
}
  .media-item .caption{
  --tw-bg-opacity: 1;
  flex: 1 1 0%;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 20px;
}
  @media (min-width: 1200px){
  .media-item .caption{
    padding: calc(24/1920*100rem);
  }
}
  .media-item .title{
  --tw-text-opacity: 1;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.2);
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
}
  @media (min-width: 1200px){
  .media-item .title{
    font-size: calc(24/1920*100rem);
  }
}
    .media-item .title a{
  display: flex;
  align-items: center;
  gap: calc(8/1920*100rem);
}
    @media (min-width: 1200px){
  .media-item .title a{
    gap: calc(16/1920*100rem);
  }
}
    .media-item .title .icon{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  width: calc(40/1920*100rem);
  height: calc(40/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: calc(18/1920*100rem);
}
    @media (min-width: 1200px){
  .media-item .title .icon{
    width: calc(48/1920*100rem);
    height: calc(48/1920*100rem);
    font-size: calc(24/1920*100rem);
  }
}
      .media-item .title .icon ~ span{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  flex: 1 1 0%;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
  .media-item .desc{
  --tw-text-opacity: 1;
  margin-top: calc(20/1920*100rem);
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
}
  @media (min-width: 1200px){
  .media-item .desc{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
  }
}
  .media-item:hover .title{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .media-item.is-big-hor{
    flex-direction: row;
  }
    .media-item.is-big-hor > *{
    width: 50%;
  }
    .media-item.is-big-hor .caption{
    display: flex;
    flex-direction: column;
    justify-content: center;
  } }

@media (min-width: 1200px) {
  .media-item.is-big-hor .image{
    aspect-ratio: 700/440;
  }
  .media-item.is-big-hor .caption{
    padding: calc(80/1920*100rem);
  } }

.news-3-section .swiper-slide{
  width: 16.666666666666668rem;
}

.news-4-section .tabslet-tabs{
  justify-content: flex-start;
}

.news-4-section .swiper-slide{
  width: 16.666666666666668rem;
}

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

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

@media (min-width: 768px) {
  .news-4-section .media-list .media-item:nth-child(n+2){
    flex-direction: row;
  }
    .news-4-section .media-list .media-item:nth-child(n+2) .image{
    aspect-ratio: 16/9;
    width: 20.833333333333336rem;
  }
    .news-4-section .media-list .media-item:nth-child(n+2) .caption{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: calc(20/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
  }
    .news-4-section .media-list .media-item:nth-child(n+2) .title{
    border-bottom-width: 0px;
    font-size: 18px;
    line-height: 1.3;
  }

@media (min-width: 1200px){
    .news-4-section .media-list .media-item:nth-child(n+2) .title{
      font-size: calc(20/1920*100rem);
      line-height: 1.25;
    }
  }
      .news-4-section .media-list .media-item:nth-child(n+2) .title .icon ~ span{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    overflow: hidden;
  } }

@media (min-width: 1024px) {
  .news-4-section .media-list .media-item:nth-child(1){
    grid-row: span 2 / span 2;
  } }

.flipbook-wrapper{
  --tw-bg-opacity: 1;
  border-radius: 8px;
  background-color: rgb(237 242 246 / var(--tw-bg-opacity));
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
}

@media (min-width: 1200px){
  .flipbook-wrapper{
    border-radius: calc(16/1920*100rem);
    padding-top: calc(40/1920*100rem);
    padding-right: calc(40/1920*100rem);
    padding-bottom: calc(40/1920*100rem);
    padding-left: calc(40/1920*100rem);
  }
}
  .flipbook-wrapper .site-title-large{
  --tw-bg-opacity: 1;
  border-radius: 8px;
  background-image: linear-gradient(129deg, #80CBFF 0%, #00A5EF 50%, #0064AC 100%);
  background-color: rgb(0 174 239 / var(--tw-bg-opacity));
  padding: 8px;
}
  @media (min-width: 1200px){
  .flipbook-wrapper .site-title-large{
    border-radius: calc(8/1920*100rem);
    padding: calc(16/1920*100rem);
    padding-top: calc(8/1920*100rem);
    padding-bottom: calc(8/1920*100rem);
  }
}

.flipbook{
  margin-right: auto;
  margin-left: auto;
  max-width: 58.54166666666667rem;
  overflow: hidden;
}

#flipbok_example{
  --tw-bg-opacity: 1 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  background-color: rgb(237 242 246 / var(--tw-bg-opacity)) !important;
  max-width: 44.6875rem !important;
  overflow: visible !important;
}
  #flipbok_example > .df-ui-btn{
  --tw-border-opacity: 1 !important;
  --tw-text-opacity: 1 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  opacity: 1 !important;
  border-width: 1px !important;
  border-color: rgb(0 56 122 / var(--tw-border-opacity)) !important;
  border-radius: 9999px !important;
  padding: 0 /* 0px */ !important;
  width: calc(40/1920*100rem) !important;
  height: calc(40/1920*100rem) !important;
  color: rgb(0 56 122 / var(--tw-text-opacity)) !important;
  font-size: calc(18/1920*100rem) !important;
}
  @media (min-width: 1200px){
  #flipbok_example > .df-ui-btn{
    width: calc(48/1920*100rem) !important;
    height: calc(48/1920*100rem) !important;
    font-size: calc(20/1920*100rem) !important;
  }
}
    #flipbok_example > .df-ui-btn::before{
  color: currentColor !important;
  font-weight: 400 !important;
  font-family: "Font Awesome 6 Pro" !important;
}
    @media (min-width: 1200px){
  #flipbok_example > .df-ui-btn.df-ui-next{
    right: -6.666666666666667rem !important;
  }
}
      #flipbok_example > .df-ui-btn.df-ui-next::before {
        content: '\f054' !important; }
    @media (min-width: 1200px){
  #flipbok_example > .df-ui-btn.df-ui-prev{
    left: -6.666666666666667rem !important;
  }
}
      #flipbok_example > .df-ui-btn.df-ui-prev::before {
        content: '\f053' !important; }
  #flipbok_example .df-ui-wrapper{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  position: static !important;
  transform: none !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  background-color: transparent !important;
}
  #flipbok_example > .df-ui-wrapper.df-ui-controls > .df-ui-btn {
    display: none !important; }
  #flipbok_example > .df-ui-wrapper.df-ui-controls > .df-ui-fullscreen{
  --tw-bg-opacity: 1 !important;
  --tw-text-opacity: 1 !important;
  display: flex !important;
  position: absolute !important;
  top: calc(12/1920*100rem) !important;
  right: calc(12/1920*100rem) !important;
  gap: calc(8/1920*100rem) !important;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity)) !important;
  padding-right: calc(8/1920*100rem) !important;
  padding-left: calc(8/1920*100rem) !important;
  width: auto !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  font-size: clamp(12px,calc(14/1920*100rem),calc(14/1920*100rem)) !important;
  line-height: 1.4 !important;
}
  @media (min-width: 1024px){
  #flipbok_example > .df-ui-wrapper.df-ui-controls > .df-ui-fullscreen{
    display: none !important;
  }
}
    #flipbok_example > .df-ui-wrapper.df-ui-controls > .df-ui-fullscreen::before{
  line-height: 1.4 !important;
}
    #flipbok_example > .df-ui-wrapper.df-ui-controls > .df-ui-fullscreen span{
  display: block !important;
}
  #flipbok_example > .df-outline-container.df-sidemenu {
    display: none !important; }
  @media only screen and (max-width: 575.98px) {
    #flipbok_example > .df-ui-btn.df-ui-next{
    --tw-translate-y: 0 /* 0px */ !important;
    --tw-translate-x: -50% !important;
    top: auto !important;
    bottom: 0 /* 0px */ !important;
    left: calc(50% + 25px) !important;
    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)) !important;
    width: 40px !important;
    height: 40px !important;
  }
    #flipbok_example > .df-ui-btn.df-ui-prev{
    --tw-translate-y: 0 /* 0px */ !important;
    --tw-translate-x: -50% !important;
    top: auto !important;
    bottom: 0 /* 0px */ !important;
    left: calc(50% - 25px) !important;
    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)) !important;
    width: 40px !important;
    height: 40px !important;
  } }

.news-list-2-wrap .news-packery-item{
  margin-bottom: calc(40/1920*100rem);
  padding-right: calc(20/1920*100rem);
  padding-left: calc(20/1920*100rem);
  width: 100%;
}

@media (min-width: 768px){
  .news-list-2-wrap .news-packery-item{
    width: 50%;
  }
}

@media (min-width: 1024px){
  .news-list-2-wrap .news-packery-item{
    width: 33.333333%;
  }
}
  .news-list-2-wrap .news-packery-item:nth-child(1) {
    animation: fade-in 0.25s calc(($var * 0.1)s) both ease-in-out; }
  .news-list-2-wrap .news-packery-item:nth-child(2) {
    animation: fade-in 0.25s calc(($var * 0.1)s) both ease-in-out; }
  .news-list-2-wrap .news-packery-item:nth-child(3) {
    animation: fade-in 0.25s calc(($var * 0.1)s) both ease-in-out; }
  .news-list-2-wrap .news-packery-item:nth-child(4) {
    animation: fade-in 0.25s calc(($var * 0.1)s) both ease-in-out; }
  .news-list-2-wrap .news-packery-item:nth-child(5) {
    animation: fade-in 0.25s calc(($var * 0.1)s) both ease-in-out; }
  .news-list-2-wrap .news-packery-item:nth-child(6) {
    animation: fade-in 0.25s calc(($var * 0.1)s) both ease-in-out; }
  .news-list-2-wrap .news-packery-item:nth-child(7) {
    animation: fade-in 0.25s calc(($var * 0.1)s) both ease-in-out; }
  .news-list-2-wrap .news-packery-item:nth-child(8) {
    animation: fade-in 0.25s calc(($var * 0.1)s) both ease-in-out; }
  .news-list-2-wrap .news-packery-item:nth-child(9) {
    animation: fade-in 0.25s calc(($var * 0.1)s) both ease-in-out; }
  .news-list-2-wrap .news-packery-item:nth-child(10) {
    animation: fade-in 0.25s calc(($var * 0.1)s) both ease-in-out; }

.news-list-2-wrap .grid-sizer, .news-list-2-wrap .news-packery-item-sizer{
  width: 100%;
}

@media (min-width: 768px){
  .news-list-2-wrap .grid-sizer, .news-list-2-wrap .news-packery-item-sizer{
    width: 50%;
  }
}

@media (min-width: 1024px){
  .news-list-2-wrap .grid-sizer, .news-list-2-wrap .news-packery-item-sizer{
    width: 33.333333%;
  }
}

.news-list-2-wrap .news-packery-list{
  margin-right: calc(calc(20/1920*100rem) * -1);
  margin-left: calc(calc(20/1920*100rem) * -1);
}

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

.media-section .form-group{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(12/1920*100rem);
}
  .media-section .form-group label{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .media-section .form-group label{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}

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

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

@media (min-width: 1024px){
  .media-section .media-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
  .media-section .media-list .media-item .image{
  aspect-ratio: 16/9;
}
  @media (min-width: 1200px){
  .media-section .media-list .media-item .caption{
    padding-top: calc(20/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
  }
  .media-section .media-list .media-item .title{
    font-size: calc(20/1920*100rem);
  }
  .media-section .media-list .media-item .title a{
    gap: calc(12/1920*100rem);
  }
}
    .media-section .media-list .media-item .title .icon{
  width: calc(40/1920*100rem);
  height: calc(40/1920*100rem);
  font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
}

.podcast-group-left{
  display: flex;
  flex: 1 1 0%;
  align-items: center;
}

.podcast-group-right{
  display: flex;
  flex: 1 1 0%;
  justify-content: flex-end;
  align-items: center;
  gap: calc(8/1920*100rem);
}

.podcast-timeline{
  position: relative;
  margin-top: 0.5208333333333334rem;
  margin-bottom: 0.5208333333333334rem;
  height: calc(12/1920*100rem);
}

.podcast-empty{
  --tw-translate-y: -50%;
  --tw-bg-opacity: 1;
  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));
  z-index: 1;
  cursor: pointer;
  background-color: rgb(197 222 233 / var(--tw-bg-opacity));
  width: 100%;
  height: calc(4/1920*100rem);
}

.podcast-current{
  --tw-translate-y: -50%;
  --tw-bg-opacity: 1;
  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));
  z-index: 2;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  height: calc(4/1920*100rem);
  pointer-events: none;
}
  .podcast-current .podcast-node{
  --tw-translate-y: -50%;
  --tw-bg-opacity: 1;
  position: absolute;
  top: 50%;
  right: -0.3125rem;
  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;
  border-radius: 9999px;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  width: calc(12/1920*100rem);
  height: calc(12/1920*100rem);
}

.podcast-time-count{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(8/1920*100rem);
  color: rgb(129 129 129 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}

@media (min-width: 1200px){
  .podcast-time-count{
    margin-bottom: calc(4/1920*100rem);
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}

.podcast-control-bar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(8/1920*100rem);
  margin-top: calc(20/1920*100rem);
  height: calc(72/1920*100rem);
}

@media (min-width: 1200px){
  .podcast-control-bar{
    margin-top: 1.5625rem;
  }
}

.podcast-button-flex{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(8/1920*100rem);
}

.podcast-button{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(4/1920*100rem);
}
  .podcast-button::before {
    --tw-text-opacity: 1;
    content: '';
    color: rgb(0 56 122 / var(--tw-text-opacity));
    font-weight: 400;
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1;
    font-family: "Font Awesome 6 Sharp" }
  .podcast-button.podcast-sound-muted-btn{
  display: none;
}
  .podcast-button.podcast-sound-muted-btn::before{
  --tw-content: '\f6a9';
  content: var(--tw-content);
}
  .podcast-button.podcast-sound-min-btn::before{
  --tw-content: '\f026';
  content: var(--tw-content);
}
    .podcast-button.podcast-sound-min-btn.muted::before{
  --tw-content: '\f6a9';
  content: var(--tw-content);
}
  .podcast-button.podcast-sound-max-btn::before{
  --tw-content: '\f028';
  content: var(--tw-content);
}
    .podcast-button.podcast-sound-max-btn.muted::before{
  --tw-content: '\f6a9';
  content: var(--tw-content);
}
  .podcast-button.podcast-play-btn::before{
  --tw-text-opacity: 1;
  --tw-content: '\f04b';
  content: var(--tw-content);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 100;
}
  .podcast-button.podcast-pause-btn{
  display: none;
}
  .podcast-button.podcast-pause-btn::before{
  --tw-text-opacity: 1;
  --tw-content: '\f04c';
  content: var(--tw-content);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
}
  .podcast-button.podcast-prev-btn::before{
  --tw-content: '\f0e2';
  content: var(--tw-content);
}
  .podcast-button.podcast-prev-btn::after{
  --tw-content: '10';
  content: var(--tw-content);
}
  .podcast-button.podcast-next-btn{
  flex-direction: row-reverse;
}
  .podcast-button.podcast-next-btn::before{
  --tw-content: '\f01e';
  content: var(--tw-content);
}
  .podcast-button.podcast-next-btn::after{
  --tw-content: '10';
  content: var(--tw-content);
}

.podcast-play{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  width: calc(64/1920*100rem);
  height: calc(64/1920*100rem);
  overflow: hidden;
}
  .podcast-play > *{
  --tw-bg-opacity: 1;
  border-radius: 9999px;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  width: 100%;
  height: 100%;
}
  .podcast-play .podcast-button::before{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  content: var(--tw-content);
  font-size: calc(24/1920*100rem);
}

.podcast-button-white{
  -webkit-user-select: none;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-right: calc(12/1920*100rem);
  padding-left: calc(12/1920*100rem);
  height: calc(36/1920*100rem);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
          user-select: none;
  white-space: nowrap;
}

@media (min-width: 1200px){
  .podcast-button-white{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}

.podcast-playback-rate{
  cursor: pointer;
}
  .podcast-playback-rate .podcast-playback-rate-title{
  display: none;
}
  @media (min-width: 768px){
  .podcast-playback-rate .podcast-playback-rate-title{
    display: block;
  }
}
  .podcast-playback-rate .podcast-playback-rate{
  font-weight: 700;
}

@media only screen and (max-width: 1023.98px) {
  .podcast-author{
    display: none;
  } }

.podcast-volume{
  display: none;
  justify-content: space-between;
  gap: calc(4/1920*100rem);
  width: 11.458333333333334rem;
}

@media (min-width: 768px){
  .podcast-volume{
    display: flex;
  }
}

.podcast-volume-bar{
  position: relative;
  flex: 1 1 0%;
  margin-left: calc(8/1920*100rem);
  height: calc(8/1920*100rem);
}
  .podcast-volume-bar::before {
    --tw-translate-y: -50%;
    --tw-bg-opacity: 1;
    position: absolute;
    top: 50%;
    left: calc(calc(8/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));
    z-index: 1;
    background-color: rgb(0 56 122 / var(--tw-bg-opacity));
    width: calc(8/1920*100rem);
    height: 0.10416666666666667rem;
    pointer-events: none;
    content: '' }

.podcast-volume-empty{
  --tw-translate-y: -50%;
  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));
  cursor: pointer;
  background-color: transparent;
  width: 100%;
  height: 100%;
}
  .podcast-volume-empty::before {
    --tw-translate-y: -50%;
    --tw-bg-opacity: 1;
    position: absolute;
    top: 50%;
    left: calc(calc(8/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));
    z-index: -1;
    background-color: rgb(197 222 233 / var(--tw-bg-opacity));
    width: 100%;
    height: 0.10416666666666667rem;
    pointer-events: none;
    content: '' }

.podcast-volume-current{
  --tw-translate-y: -50%;
  --tw-bg-opacity: 1;
  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));
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  width: 100%;
  height: 0.10416666666666667rem;
  pointer-events: none;
}

.podcast-volume-node{
  --tw-translate-y: -50%;
  --tw-bg-opacity: 1;
  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));
  z-index: 2;
  border-radius: 9999px;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  width: calc(8/1920*100rem);
  height: calc(8/1920*100rem);
}

@media (min-width: 768px){
  .podcast-volume-sound{
    display: none;
  }
}

.podcast-full-content{
  --tw-bg-opacity: 1;
  border-radius: calc(8/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(16/1920*100rem);
}

@media (min-width: 1200px){
  .podcast-full-content{
    border-radius: calc(16/1920*100rem);
    padding: calc(24/1920*100rem);
  }
}

.podcast-timeline-item{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-top-width: 1px;
  border-color: rgb(197 222 233 / var(--tw-border-opacity));
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  color: rgb(41 41 41 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
}

@media (min-width: 1200px){
  .podcast-timeline-item{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}

.podcast-timeline-item:first-child{
  border-top-width: 0px;
}

@media (min-width: 1200px){
  .podcast-timeline-item{
    padding-top: calc(16/1920*100rem);
    padding-bottom: calc(16/1920*100rem);
  }
}
  .podcast-timeline-item .time{
  --tw-text-opacity: 1;
  position: relative;
  width: calc(56/1920*100rem);
  min-width: calc(56/1920*100rem);
  color: rgb(11 106 176 / var(--tw-text-opacity));
  font-size: clamp(12px,calc(14/1920*100rem),calc(14/1920*100rem));
}
    .podcast-timeline-item .time::before {
      --tw-translate-y: -50%;
      --tw-bg-opacity: 1;
      position: absolute;
      top: 50%;
      right: calc(8/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));
      background-color: rgb(220 220 220 / var(--tw-bg-opacity));
      width: 1px;
      height: 0.5208333333333334rem;
      pointer-events: none;
      content: '' }
    .podcast-timeline-item .time ~ span{
  position: relative;
    transition: background-size 350ms;    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
}
    .podcast-timeline-item .time ~ span:hover {
      --tw-text-opacity: 1;
      background-size: 100% 1px;
      background-position-x: left;
      color: rgb(0 56 122 / var(--tw-text-opacity)); }

.box-podcast{
  --tw-bg-opacity: 1;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
}

@media (min-width: 1200px){
  .box-podcast{
    border-radius: calc(16/1920*100rem);
  }
}

.box-podcast{
  max-width: 62.5rem;
}

@media (min-width: 1200px){
  .box-podcast{
    border-radius: calc(16/1920*100rem);
    padding: calc(40/1920*100rem);
  }
}

@media (min-width: 768px){
  .podcast-player-wrap{
    margin-bottom: calc(40/1920*100rem);
  }
}
  .podcast-player-wrap .media-item{
  border-radius: 0px;    @media (min-width: 1200px) {}
}
    .podcast-player-wrap .media-item .image{
  border-radius: calc(8/1920*100rem);
  aspect-ratio: 240/160;
}
    .podcast-player-wrap .media-item .title{
  display: flex;
  align-items: center;
  gap: calc(12/1920*100rem);
}
    .podcast-player-wrap .media-item .title:hover{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
}
    .podcast-player-wrap .media-item .caption{
  position: relative;
  background-image: none;
  background-color: transparent;
  padding-right: 0 /* 0px */;
  padding-left: 0 /* 0px */;
}
    .podcast-player-wrap .media-item:hover .title{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .podcast-player-wrap .media-item{
    position: relative;
    flex-direction: row;
  }
    .podcast-player-wrap .media-item .image{
    width: 12.5rem;
    height: 8.333333333333334rem;
  }
    .podcast-player-wrap .media-item .caption{
    position: static;
    padding-top: calc(12/1920*100rem);
    padding-bottom: calc(12/1920*100rem);
    padding-left: calc(20/1920*100rem);
    max-width: 26.041666666666668rem;
  } }
  .podcast-player-wrap .social-list{
  position: absolute;
  top: calc(20/1920*100rem);
  right: 0 /* 0px */;
  z-index: 1;
}
  @media (min-width: 768px){
  .podcast-player-wrap .social-list{
    top: 0 /* 0px */;
  }
}
    .podcast-player-wrap .social-list ul{
  justify-content: flex-end;
}
    .podcast-player-wrap .social-list a{
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity));
}
    .podcast-player-wrap .social-list a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
}
    @media (min-width: 1200px){
  .podcast-player-wrap .social-list a{
    width: calc(40/1920*100rem);
    height: calc(40/1920*100rem);
  }
}

.podcast-other-item{
  display: none;
}
  .podcast-other-item .podcast-other-flex{
  --tw-border-opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(8/1920*100rem);
  border-bottom-width: 1px;
  border-color: rgb(197 222 233 / var(--tw-border-opacity));
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
}
  .podcast-other-item .title{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .podcast-other-item .title{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}
    .podcast-other-item .title a{
  display: flex;
  position: relative;
  align-items: center;
  gap: calc(8/1920*100rem);
    transition: background-size 350ms;    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
}
    .podcast-other-item .title a:hover {
      background-size: 100% 1px;
      background-position-x: left; }
  .podcast-other-item .right{
  display: flex;
  align-items: center;
  gap: calc(8/1920*100rem);
}
  .podcast-other-item .icon{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  width: calc(32/1920*100rem);
  height: calc(32/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(12px,calc(14/1920*100rem),calc(14/1920*100rem));
}

.shareholder-1-item{
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}

@media (min-width: 1024px){
  .shareholder-1-item{
    flex-direction: row;
  }
}

@media (min-width: 1200px){
  .shareholder-1-item{
    border-radius: calc(16/1920*100rem);
  }
}
  .shareholder-1-item .caption{
  flex: 1 1 0%;
  border-radius: 8px;
  background-image: linear-gradient(129deg, #80CBFF 0%, #00A5EF 50%, #0064AC 100%);
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
}
  @media (min-width: 1200px){
  .shareholder-1-item .caption{
    border-radius: calc(16/1920*100rem);
    padding: calc(64/1920*100rem);
  }
}
  .shareholder-1-item .caption{
  border-radius: 0px;
}
  .shareholder-1-item .image{
  aspect-ratio: 880/480;
}
  @media (min-width: 1024px){
  .shareholder-1-item .image{
    width: 66.666667%;
  }
}
  @media (min-width: 1200px){
  .shareholder-1-item .image{
    width: 45.833333333333336rem;
  }
}
  .shareholder-1-item .news-date{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
}
  .shareholder-1-item .title{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}
  @media (min-width: 1200px){
  .shareholder-1-item .title{
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
}
  .shareholder-1-item .desc{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .shareholder-1-item .desc{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}
  .shareholder-1-item .line{
  --tw-border-opacity: 1;
  margin-top: calc(20/1920*100rem);
  margin-bottom: calc(20/1920*100rem);
  border-top-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
  @media (min-width: 1200px){
  .shareholder-1-item .line{
    margin-top: calc(40/1920*100rem);
    margin-bottom: calc(40/1920*100rem);
  }
  .shareholder-1-section{
    padding-top: 4.791666666666667rem;
  }
}
  .shareholder-1-section .block-content{
  max-width: 45.833333333333336rem;
}
  .shareholder-1-section .home-4-list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(20/1920*100rem);
}
  @media (min-width: 768px){
  .shareholder-1-section .home-4-list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
  @media (min-width: 1200px){
  .shareholder-1-section .home-4-list{
    gap: calc(40/1920*100rem);
  }
}

.table-shareholder-download table{
  width: 100%;
}

.table-shareholder-download th{
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(0 174 239 / var(--tw-border-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (min-width: 1200px){
  .table-shareholder-download th{
    padding-top: calc(20/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
  }
}
  .table-shareholder-download th:first-child{
  --tw-text-opacity: 1;
  padding-right: calc(20/1920*100rem);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
}
  @media (min-width: 1200px){
  .table-shareholder-download th:first-child{
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
}
  .table-shareholder-download th:last-child{
  text-align: right;
}
    .table-shareholder-download th:last-child label{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
    @media (min-width: 1200px){
  .table-shareholder-download th:last-child label{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}

.table-shareholder-download .form-group{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(12/1920*100rem);
}

.table-shareholder-download td{
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (min-width: 1200px){
  .table-shareholder-download td{
    padding-top: calc(12/1920*100rem);
    padding-bottom: calc(12/1920*100rem);
  }
}
  .table-shareholder-download td a{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .table-shareholder-download td a{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}
  .table-shareholder-download td:first-child{
  padding-right: calc(20/1920*100rem);
}

.table-shareholder-download .news-date{
  font-size: 16px;
  line-height: 1.375;
  white-space: nowrap;
}

@media (min-width: 1200px){
  .table-shareholder-download .news-date{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}

.table-shareholder-download .shareholder-flex{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(12/1920*100rem);
}

@media (min-width: 1200px){
  .table-shareholder-download .shareholder-flex{
    gap: calc(20/1920*100rem);
  }
}

.table-shareholder-download .button a{
  font-weight: 500;
  white-space: nowrap;
}

@media only screen and (max-width: 767.98px) {
  .table-shareholder-download{
    overflow-x: auto;
    overflow-y: hidden;
  }
    .table-shareholder-download table{
    min-width: 600px;
  } }

.box-shareholder-2{
  --tw-bg-opacity: 1;
  border-radius: 8px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
}

@media (min-width: 1200px){
  .box-shareholder-2{
    border-radius: calc(16/1920*100rem);
    padding: calc(40/1920*100rem);
  }
  .box-shareholder-2 .pagination{
    justify-content: flex-end;
  }
}

.shareholder-3-item{
  display: flex;
  flex-direction: column;
  gap: calc(8/1920*100rem);
}
  .shareholder-3-item .image{
  border-radius: calc(16/1920*100rem);
  aspect-ratio: 440/280;
}
  .shareholder-3-item .caption{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: calc(12/1920*100rem);
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
}
  .shareholder-3-item .title{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
  @media (min-width: 1200px){
  .shareholder-3-item .title{
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
}
  .shareholder-3-item .title:hover{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}

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

.box-shareholder-4-form{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-width: calc(2/1920*100rem);
  border-color: rgb(0 56 122 / var(--tw-border-opacity));
  border-radius: 8px;
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
  color: rgb(0 56 122 / var(--tw-text-opacity));
}

@media (min-width: 1200px){
  .box-shareholder-4-form{
    border-radius: calc(16/1920*100rem);
    padding: calc(48/1920*100rem);
  }
}
  .box-shareholder-4-form .form-group input, .box-shareholder-4-form .form-group textarea{
  --tw-text-opacity: 1;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: rgb(0 56 122 / 0.4);
  border-radius: 0px;
  background-color: transparent;
  padding-right: 0 /* 0px */;
  padding-left: 0 /* 0px */;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .box-shareholder-4-form .form-group input, .box-shareholder-4-form .form-group textarea{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}
  .box-shareholder-4-form .form-group input, .box-shareholder-4-form .form-group textarea{
  height: 1.9791666666666667rem;
}
  .box-shareholder-4-form .form-group input::placeholder, .box-shareholder-4-form .form-group textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 56 122 / var(--tw-text-opacity));
}
  .box-shareholder-4-form .form-group input:focus, .box-shareholder-4-form .form-group textarea:focus{
  --tw-border-opacity: 1;
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  border-color: rgb(0 56 122 / var(--tw-border-opacity));
}
  .box-shareholder-4-form .form-group textarea{
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  height: calc(80/1920*100rem);
}
  .box-shareholder-4-form .form-submit button{
  margin-right: 0 /* 0px */;
  margin-left: auto;
}

.accordion-item{
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
}
  .accordion-item .accordion-head{
  display: flex;
  justify-content: space-between;
  gap: calc(16/1920*100rem);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border-bottom-width: 1px;
  border-color: transparent;
  padding-top: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
}
  .accordion-item .accordion-title{
  --tw-text-opacity: 1;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .accordion-item .accordion-title{
    font-size: calc(18/1920*100rem);
    line-height: 1.33;
  }
}
  .accordion-item .accordion-content{
  --tw-text-opacity: 1;
  display: none;
  padding-top: calc(20/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .accordion-item .accordion-content{
    font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
    line-height: 1.33;
  }
}
    .accordion-item .accordion-content > *{
  margin-top: calc(16/1920*100rem);
  margin-bottom: calc(16/1920*100rem);
}
    .accordion-item .accordion-content > *:first-child{
  margin-top: 0 /* 0px */;
}
    .accordion-item .accordion-content > *:last-child{
  margin-bottom: 0 /* 0px */;
}
  .accordion-item .accordion-icon{
  --tw-text-opacity: 1;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(16/1920*100rem),calc(16/1920*100rem));
}
  .accordion-item.active .accordion-head{
  --tw-border-opacity: 1;
  border-color: rgb(235 35 41 / var(--tw-border-opacity));
}
  .accordion-item.active .accordion-title{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}
  .accordion-item.active .accordion-icon{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}
  .accordion-item.active .accordion-icon::before{
  --tw-content: '\f068';
  content: var(--tw-content);
}

@media (min-width: 1200px) {
  .shareholder-4-section .row{
    margin-right: calc(calc(40/1920*100rem) * -1);
    margin-left: calc(calc(40/1920*100rem) * -1);
  }
    .shareholder-4-section .row > *{
    padding-right: calc(40/1920*100rem);
    padding-left: calc(40/1920*100rem);
  }
  .shareholder-4-section .col-left{
    width: calc(560 / 1480 * 100%);
  }
  .shareholder-4-section .col-right{
    width: calc(920 / 1480 * 100%);
  } }

.shareholder-download-section .table-shareholder-download td:nth-child(1){
  --tw-text-opacity: 1;
  padding-right: 0 /* 0px */;
  width: calc(40/1920*100rem);
  color: rgb(129 129 129 / var(--tw-text-opacity));
  text-align: center;
}

.shareholder-download-section .table-shareholder-download td:nth-child(2){
  padding-left: calc(20/1920*100rem);
}
  .shareholder-download-section .table-shareholder-download td:nth-child(2) a{
  position: relative;
    transition: background-size 350ms;    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
}
  .shareholder-download-section .table-shareholder-download td:nth-child(2) a:hover {
      background-size: 100% 1px;
      background-position-x: left; }

.sitemap{
  padding-top: calc(60/1920*100rem);
  padding-bottom: calc(60/1920*100rem);
}

.sitemap-heading h1{
  --tw-text-opacity: 1;
  margin-right: auto;
  margin-left: auto;
  color: rgb(0 56 122 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 28px;
  line-height: 1.375;
  text-align: center;
  text-transform: uppercase;
}

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

.sitemap-heading h1.is-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sitemap-heading h1.is-red{
  --tw-text-opacity: 1;
  color: rgb(235 35 41 / var(--tw-text-opacity));
}

.sitemap-heading h1.is-primary-3{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity));
}

.foa-dt-1-1-section .sitemap-heading h1{
  --tw-border-opacity: 1;
  margin-bottom: calc(24/1920*100rem);
  border-bottom-width: 1px;
  border-color: rgb(142 193 229 / var(--tw-border-opacity));
  padding-bottom: calc(24/1920*100rem);
}

.foa-dt-1-2-section .sitemap-heading h1{
  --tw-border-opacity: 1;
  margin-bottom: calc(24/1920*100rem);
  border-bottom-width: 1px;
  border-color: rgb(142 193 229 / var(--tw-border-opacity));
  padding-bottom: calc(24/1920*100rem);
}

.foa-dt-2-1-section .block-content .sitemap-heading h1{
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}

@media (min-width: 1200px){
  .foa-dt-2-1-section .block-content .sitemap-heading h1{
    font-size: calc(24/1920*100rem);
    line-height: 1.25;
  }
}

.foa-dt-3-1-section .sitemap-heading h1{
  --tw-border-opacity: 1;
  margin-bottom: calc(24/1920*100rem);
  border-bottom-width: 1px;
  border-color: rgb(142 193 229 / var(--tw-border-opacity));
  padding-bottom: calc(24/1920*100rem);
}

.sitemap-heading h1{
  position: relative;
  padding-bottom: calc(8/1920*100rem);
  width: max-content;
  max-width: 100%;
}

.sitemap-heading h1::before{
  position: absolute;
  bottom: 0 /* 0px */;
  left: 0 /* 0px */;
  background-image: linear-gradient(180deg, #EF4444 0%, #DC2626 100%);
  width: 100%;
  height: 1px;
  content: var(--tw-content);
}

@media (min-width: 576px){
  .AspNet-TreeView > ul{
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px){
  .AspNet-TreeView > ul{
    overflow: hidden;
  }
}

.AspNet-TreeView .AspNet-TreeView-Root{
  margin-left: calc(8/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
}

.AspNet-TreeView .AspNet-TreeView-Root:first-child{
  margin-left: 0 /* 0px */;
}

@media (min-width: 1200px){
  .AspNet-TreeView .AspNet-TreeView-Root{
    position: relative;
    margin-left: 0 /* 0px */;
    padding-right: calc(20/1920*100rem);
    overflow: hidden;
  }
}
  .AspNet-TreeView .AspNet-TreeView-Root a{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: inline-flex;
  position: relative;
  align-items: center;
  z-index: 2;
  border-radius: 9999px;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  padding-top: calc(12/1920*100rem);
  padding-right: calc(28/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  padding-left: calc(28/1920*100rem);
  max-width: 100%;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: calc(20/1920*100rem);
}
  @media (min-width: 1200px){
  .AspNet-TreeView .AspNet-TreeView-Root a{
    padding-right: calc(20/1920*100rem);
    padding-left: calc(20/1920*100rem);
    font-size: clamp(12px,calc(14/1920*100rem),calc(14/1920*100rem));
  }
  .AspNet-TreeView .AspNet-TreeView-Root a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 56 122 / var(--tw-bg-opacity));
  }
}
  .AspNet-TreeView .AspNet-TreeView-Root > a::before{
  --tw-bg-opacity: 1;
  position: absolute;
  left: 100%;
  z-index: -1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  width: 120%;
  height: 1px;
  content: var(--tw-content);
}
  .AspNet-TreeView .AspNet-TreeView-Root .AspNet-TreeView-Collapse{
  display: none;
}
  .AspNet-TreeView .AspNet-TreeView-Root li{
  padding-left: calc(12/1920*100rem);
}
    .AspNet-TreeView .AspNet-TreeView-Root li a{
  background-color: rgb(59 130 246 / 0.9);
}
    .AspNet-TreeView .AspNet-TreeView-Root li li a{
  background-color: rgb(59 130 246 / 0.75);
}
    .AspNet-TreeView .AspNet-TreeView-Root li li li a{
  background-color: rgb(59 130 246 / 0.6);
}
  .AspNet-TreeView .AspNet-TreeView-Root > ul > li:last-child::before{
  --tw-translate-y: -50%;
  --tw-bg-opacity: 1;
  position: absolute;
  top: 65%;
  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;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 1px;
  height: 100%;
  pointer-events: none;
  content: var(--tw-content);
}
  .AspNet-TreeView .AspNet-TreeView-Root > ul > li.AspNet-TreeView-Leaf:last-child::before{
  top: 100%;
  content: var(--tw-content);
}
  .AspNet-TreeView .AspNet-TreeView-Root:last-child > a::before{
  display: none;
  content: var(--tw-content);
}

.AspNet-TreeView .AspNet-TreeView-Root > ul, .AspNet-TreeView .AspNet-TreeView-Leaf > ul, .AspNet-TreeView .AspNet-TreeView-Parent > ul{
  margin-left: calc(20/1920*100rem);
  overflow: hidden;
}
  .AspNet-TreeView .AspNet-TreeView-Root > ul > li, .AspNet-TreeView .AspNet-TreeView-Leaf > ul > li, .AspNet-TreeView .AspNet-TreeView-Parent > ul > li{
  position: relative;
  z-index: 1;
  margin-top: calc(8/1920*100rem);
}
  .AspNet-TreeView .AspNet-TreeView-Root > ul > li::after, .AspNet-TreeView .AspNet-TreeView-Leaf > ul > li::after, .AspNet-TreeView .AspNet-TreeView-Parent > ul > li::after{
  --tw-translate-y: -100%;
  --tw-bg-opacity: 1;
  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));
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  width: 1px;
  height: 200%;
  pointer-events: none;
  content: var(--tw-content);
}
    .AspNet-TreeView .AspNet-TreeView-Root > ul > li > a, .AspNet-TreeView .AspNet-TreeView-Leaf > ul > li > a, .AspNet-TreeView .AspNet-TreeView-Parent > ul > li > a{
  position: relative;
}
    .AspNet-TreeView .AspNet-TreeView-Root > ul > li > a::before, .AspNet-TreeView .AspNet-TreeView-Leaf > ul > li > a::before, .AspNet-TreeView .AspNet-TreeView-Parent > ul > li > a::before{
  --tw-translate-y: -50%;
  --tw-bg-opacity: 1;
  position: absolute;
  top: 50%;
  right: 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;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  width: calc(12/1920*100rem);
  height: 1px;
  pointer-events: none;
  content: var(--tw-content);
}

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