.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  row-gap: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }@media (min-width: 1200px) {.row {
    row-gap: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem));
    margin-left: clamp(-16px, calc(-16/1920*100rem), calc(-16/1920*100rem));
    margin-right: clamp(-16px, calc(-16/1920*100rem), calc(-16/1920*100rem)) }
    .row.medium-spacing {
      margin-left: clamp(-10px, calc(-10/1920*100rem), calc(-10/1920*100rem));
      margin-right: clamp(-10px, calc(-10/1920*100rem), calc(-10/1920*100rem)); }
  @media (min-width: 1200px) {
    .row.medium-spacing > [class*="col-"] {
      padding-right: clamp(10px, calc(10/1920*100rem), calc(10/1920*100rem));
      padding-left: clamp(10px, calc(10/1920*100rem), calc(10/1920*100rem)); } }
    .row.lg-spacing {
      margin-left: clamp(-12px, calc(-12/1920*100rem), calc(-12/1920*100rem));
      margin-right: clamp(-12px, calc(-12/1920*100rem), calc(-12/1920*100rem)); }
  @media (min-width: 1200px) {
    .row.lg-spacing > [class*="col-"] {
      padding-right: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
      padding-left: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)); } } }
  .row > [class*="col-"] {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px; }

@media (min-width: 1200px) {
  .row > [class*="col-"] {
    padding-right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
    padding-left: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)); } }
  .row .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

@media (max-width: 575.98px) {
  .row.column-full-no-gutter {
    margin-left: 0;
    margin-right: 0 }
    .row.column-full-no-gutter > [class*='col-'] {
    padding-left: 0;
    padding-right: 0 } }

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

.p-0 {
  padding-left: 0;
  padding-right: 0; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

.container {
  max-width: 100%;
  padding-left: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  padding-right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  margin-left: auto;
  margin-right: auto;
  width: 100% }

@media (min-width: 1200px) {
  .container {
    max-width: 75rem;
    padding-left: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
    padding-right: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) } }

.container-fluid {
  width: 100%;
  padding-left: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  padding-right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }

@media (min-width: 1200px) {.container-fluid {
    padding-left: calc(80/1920*100rem);
    padding-right: calc(80/1920*100rem) } }

body, html {
  font-size: 14px; }

@media (min-width: 576px) {
  body, html {
    font-size: 16px; } }

@media (min-width: 1024px) {
  body, html {
    font-size: 16px; } }

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

main {
  max-width: 100vw; }

::-moz-selection {
  color: #fff;
  --tw-bg-opacity: 1;
  background-color: rgb(235 180 7 / var(--tw-bg-opacity, 1)) }

::selection {
  color: #fff;
  --tw-bg-opacity: 1;
  background-color: rgb(235 180 7 / var(--tw-bg-opacity, 1)) }

img.noImage {
  padding: 5% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important; }

.zoom-img {
  overflow: hidden; }

@media (min-width: 1200px) {
  .zoom-img:hover img, .zoom-img:hover svg {
    transform: scale(1.1); } }
  .zoom-img .img {
  overflow: hidden }
  .zoom-img img, .zoom-img svg {
    transition: 0.3s transform ease-in-out !important; }

@keyframes slide-in-blurred-right {
  0% {
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0; }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1; } }

@keyframes swing {
  0% {
    transform: translateX(clamp(-10px, calc(-10/1920*100rem), calc(-10/1920*100rem))); }
  100% {
    transform: translateX(clamp(10px, calc(10/1920*100rem), calc(10/1920*100rem))); } }

@keyframes reveal-header {
  0% {
    transform: translateY(-10%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.btn {
  transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1); }
  .btn::before {
    transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1); }

.btn {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  min-height: clamp(48px, calc(48/1920*100rem), calc(48/1920*100rem));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: clamp(16px, calc(18/1920*100rem), calc(18/1920*100rem));
  line-height: 1.4444;
  --tw-text-opacity: 1;
  color: rgb(0 35 90 / var(--tw-text-opacity, 1));
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(249 196 2 / var(--tw-bg-opacity, 1)) }
  .btn[disabled] {
  pointer-events: none;
  opacity: 0.8;
  --tw-grayscale: grayscale(.7);
  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) }
  .btn i {
  font-size: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
  width: clamp(48px, calc(48/1920*100rem), calc(48/1920*100rem));
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(249 179 2 / var(--tw-bg-opacity, 1));
  min-height: inherit }
  .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-right: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
  @media (min-width: 1200px) {.btn span {
    padding-left: calc(20/1920*100rem);
    padding-right: calc(20/1920*100rem) } }
  .btn span {
  min-height: inherit }
  .btn.btn-reverse {
  flex-direction: row-reverse }

@media (hover: hover) and (pointer: fine) {.btn-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(235 180 7 / var(--tw-bg-opacity, 1)) } }

.view-link {
  display: flex;
  align-items: center;
  gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }

@media (min-width: 1200px) {.view-link {
    gap: 1.5625rem } }

.view-link {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }

@media (hover: hover) and (pointer: fine) {.view-link:hover {
    --tw-text-opacity: 1;
    color: rgb(249 196 2 / var(--tw-text-opacity, 1)) } }

.view-link {
  font-size: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  line-height: 1.4 }

.view-link-long {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  font-size: clamp(16px, calc(18/1920*100rem), calc(18/1920*100rem));
  line-height: 1.4444;
  --tw-text-opacity: 1;
  color: rgb(0 35 90 / var(--tw-text-opacity, 1));
  min-height: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }
  .view-link-long img {
    transform: scale(1) !important;
    height: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
    width: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important }
  .view-link-long:hover img {
  width: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }

@font-face {
  font-family: 'Inter Display';
  src: url("../fonts/InterDisplay-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Inter Display';
  src: url("../fonts/InterDisplay-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter Display';
  src: url("../fonts/InterDisplay-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter Display';
  src: url("../fonts/InterDisplay-ExtraBoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Inter Display';
  src: url("../fonts/InterDisplay-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Inter Display';
  src: url("../fonts/InterDisplay-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter Display';
  src: url("../fonts/InterDisplay-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Inter Display';
  src: url("../fonts/InterDisplay-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Inter Display';
  src: url("../fonts/InterDisplay-ExtraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Inter Display';
  src: url("../fonts/InterDisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter Display';
  src: url("../fonts/InterDisplay-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter Display';
  src: url("../fonts/InterDisplay-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter Display';
  src: url("../fonts/InterDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter Display';
  src: url("../fonts/InterDisplay-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter Display';
  src: url("../fonts/InterDisplay-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Inter Display';
  src: url("../fonts/InterDisplay-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter Display';
  src: url("../fonts/InterDisplay-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Inter Display';
  src: url("../fonts/InterDisplay-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

.popup-document.fancybox__container .fancybox__viewport .fancybox__content.fancybox__content {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  width: 100%;
  max-width: clamp(860px, calc(860/1920*100rem), calc(860/1920*100rem));
  border-radius: 0px;
  border-width: 0px;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
  padding-bottom: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
  padding-left: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  padding-right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }

@media (min-width: 1200px) {.popup-document.fancybox__container .fancybox__viewport .fancybox__content.fancybox__content {
    padding-left: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem));
    padding-right: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) } }

.popup-document .content a {
  --tw-text-opacity: 1;
  color: rgb(0 148 222 / var(--tw-text-opacity, 1)) }

.popup-content.fancybox__container .fancybox__viewport .fancybox__content.fancybox__content {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  padding: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
  width: 100%;
  max-width: clamp(960px, calc(960/1920*100rem), calc(960/1920*100rem));
  border-radius: 0px;
  border-width: 0px;
  padding: 0;
  padding-left: 0;
  padding-right: 0 }

.popup-content .col-left {
  max-width: calc(384 / 960 * 100%);
  width: 100% }

@media (max-width: 767.98px) {
  .popup-content .col-left {
    display: none } }

.popup-content .col-right {
  width: 100%;
  flex: 1 1 0%;
  padding-left: calc(40/1920*100rem);
  padding-right: calc(40/1920*100rem);
  padding-top: calc(60/1920*100rem);
  padding-bottom: calc(40/1920*100rem) }

@media (min-width: 768px) {.popup-content .col-right {
    display: flex;
    flex-direction: column } }

@media (max-width: 1023.98px) {
  .popup-content .col-right {
    padding-top: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
    padding-bottom: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
    padding-left: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
    padding-right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) } }
  main .popup-content .col-right .description-wrapper::-webkit-scrollbar {
    width: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem));
    height: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem)); }
  .popup-content .col-right .description-wrapper {
  flex: 1 1 0%;
  overflow: auto }
    .popup-content .col-right .description-wrapper::-webkit-scrollbar {
      width: 3px; }
    .popup-content .col-right .description-wrapper::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(0 35 90 / var(--tw-bg-opacity, 1)) }
  .popup-content .col-right .description {
  inset: 0 }
  @media (min-width: 768px) {.popup-content .col-right .description {
    position: absolute;
    padding-right: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) } }

.has-custom-close-normal-button.fancybox__container .fancybox__viewport .fancybox__content [data-fancybox-close] {
  border: 0 !important;
  box-shadow: none !important;
  width: 40px;
  height: 40px;
  padding: 0;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  background-color: transparent;
  top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  right: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }

@media (min-width: 1200px) {
  .has-custom-close-normal-button.fancybox__container .fancybox__viewport .fancybox__content [data-fancybox-close] {
    width: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
    height: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)); } }
  .has-custom-close-normal-button.fancybox__container .fancybox__viewport .fancybox__content [data-fancybox-close] i {
  font-size: calc(32/1920*100rem);
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }
  .has-custom-close-normal-button.fancybox__container .fancybox__viewport .fancybox__content [data-fancybox-close]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 35 90 / var(--tw-bg-opacity, 1)) }
    .has-custom-close-normal-button.fancybox__container .fancybox__viewport .fancybox__content [data-fancybox-close]:hover i {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }

.fancybox__container.fancybox__container .fancybox__viewport .fancybox__content {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(152 152 152 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) }

[data-fancybox] {
  cursor: pointer }

.fancybox__container .fancybox__slide.has-youtube .fancybox__content {
  max-width: 1176px;
  width: 100% !important; }

.fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide.has-pdf {
  padding: 0;
  padding-left: 0;
  padding-right: 0 }
  .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide.has-pdf .fancybox__content {
  height: 100%;
  width: 100%;
  padding-top: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }
    .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide.has-pdf .fancybox__content [data-fancybox-close] {
      top: 0;
      right: 0;
      border: 0 !important;
      box-shadow: none !important;
      width: 30px;
      height: 30px;
      padding: 0;
      background-color: transparent;
      opacity: 1;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      border-radius: 0px;
      border-top-right-radius: clamp(5px, calc(5/1920*100rem), calc(5/1920*100rem)) }

@media (min-width: 1200px) {
  .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide.has-pdf .fancybox__content [data-fancybox-close] {
    width: 1.5625rem;
    height: 1.5625rem; } }
      .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide.has-pdf .fancybox__content [data-fancybox-close] i {
  font-size: clamp(20px,calc(20/1920*100rem),calc(20/1920*100rem));
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
      .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide.has-pdf .fancybox__content [data-fancybox-close]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1)) }

.wpcf7-not-valid-tip {
  margin-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  margin-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem));
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) }

.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 0;
  margin-top: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  margin-bottom: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  border-width: 0px;
  text-align: center;
  font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem));
  line-height: 1.5;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-radius: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  padding-top: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-bottom: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  width: 100% }

.wpcf7 form.wpcf7-form.submitting .button {
  cursor: not-allowed }

.wpcf7 form.wpcf7-form.submitting button {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
  opacity: 0.5 }

.wpcf7 form.wpcf7-form.unaccepted .wpcf7-response-output {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1)) }

.wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1)) }

.wpcf7 form.wpcf7-form.invalid .wpcf7-response-output {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) }

.wpcf7 form.wpcf7-form.invalid .form-group .wpcf7-not-valid-tip {
  margin-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  margin-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem));
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) }

.wpcf7 form.wpcf7-form .form-group.phoneInput input, .wpcf7 form.wpcf7-form .form-group.countryInput input {
  padding-left: clamp(44px, calc(44/1920*100rem), calc(44/1920*100rem)) }

.form-group input, .form-group textarea, .form-group select {
  display: block;
  width: 100%;
  font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  line-height: 1.5;
  background-color: transparent;
  padding-top: clamp(5px, calc(5/1920*100rem), calc(5/1920*100rem));
  padding-bottom: clamp(5px, calc(5/1920*100rem), calc(5/1920*100rem));
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1)) }
  .form-group input:disabled, .form-group textarea:disabled, .form-group select:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity, 1)) }

.form-group textarea {
  height: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)) }

.search-page .search-form form {
  position: relative }
  .search-page .search-form form input {
    padding: 0.52083rem 1.04167rem;
    border: thin solid;
    padding-right: 2.34375rem;
    width: 100%;
    background-color: transparent;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms }
    .search-page .search-form form input:not(:-moz-placeholder-shown) {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(249 196 2 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
    .search-page .search-form form input:not(:placeholder-shown) {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(249 196 2 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
  .search-page .search-form form button {
    width: 2.08333rem;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center }

.search-page .search-query {
  margin-top: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  margin-bottom: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }

.search-page .found-nothing {
  background-image: url(../img/nothing.png);
  height: 30vh;
  background-position: center;
  background-repeat: no-repeat }

.search-page .found-nothing-title {
  position: relative;
  font-size: clamp(20px,calc(20/1920*100rem),calc(20/1920*100rem));
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(249 196 2 / var(--tw-text-opacity, 1)) }

.search-page .list-search {
  display: grid;
  gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }

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

@media (min-width: 768px) {.search-page .list-search {
    gap: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) } }

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

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

.wp-pagination {
  margin-top: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }
  .wp-pagination ul {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }
    .wp-pagination ul li {
  list-style-type: none;
      flex: 0 0 clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
      width: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
      height: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms }
      .wp-pagination ul li.prev-page, .wp-pagination ul li.next-page {
  display: none }
        .wp-pagination ul li.prev-page a, .wp-pagination ul li.next-page a {
          background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 4C0 1.79086 1.79086 0 4 0H36C38.2091 0 40 1.79086 40 4V36C40 38.2091 38.2091 40 36 40H4C1.79086 40 0 38.2091 0 36V4Z" /><path d="M25 13.899L18.7973 20.1017L25 26.3043L23.101 28.2033L15 20.101L23.101 12L25 13.899Z" fill="%23F36F22"/></svg>');
          background-position: center;
          background-repeat: no-repeat;
          font-size: 0;
          line-height: 0 }
      .wp-pagination ul li.next-page a {
  --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)) }
      .wp-pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-size: clamp(16px, calc(18/1920*100rem), calc(18/1920*100rem));
  line-height: 1.4444;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 35 90 / var(--tw-text-opacity, 1));
  border-radius: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1)) }
      .wp-pagination ul li.disabled a {
  background-color: transparent }
      .wp-pagination ul li.active:not(.disabled) a, .wp-pagination ul li:hover:not(.disabled) a {
  --tw-bg-opacity: 1;
  background-color: rgb(249 196 2 / var(--tw-bg-opacity, 1)) }
      .wp-pagination ul li.active:not(.disabled).prev-page a, .wp-pagination ul li.active:not(.disabled).next-page a, .wp-pagination ul li:hover:not(.disabled).prev-page a, .wp-pagination ul li:hover:not(.disabled).next-page a {
  background-color: rgb(249 196 2 / 0.3) }

.section {
  padding: 40px 0; }

@media (min-width: 768px) {
  .section {
    padding: 50px 0; } }

@media (min-width: 1200px) {
  .section {
    padding: clamp(60px, calc(60/1920*100rem), calc(60/1920*100rem)) 0 clamp(60px, calc(60/1920*100rem), calc(60/1920*100rem)) 0; } }

.arrow-button {
  --data-length: 48px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none }

@media (min-width: 1200px) {
  .arrow-button {
    --data-length: clamp(50px,calc(50/1920*100rem),calc(50/1920*100rem)); } }
  .arrow-button .swiper-button-prev {
    left: unset;
    right: calc(100% - 24px); }

@media (min-width: 1200px) {
  .arrow-button .swiper-button-prev {
    right: calc(100% + 10px); } }

@media (min-width: 1366px) {
  .arrow-button .swiper-button-prev {
    right: calc(100% + 20px); } }
    @media (min-width: 1700px) {
      .arrow-button .swiper-button-prev {
        right: calc(100% + 24/1920*100rem); } }
    .arrow-button .swiper-button-prev::after {
      content: '\f177'; }
  .arrow-button .swiper-button-next {
    right: unset;
    left: calc(100% - 24px); }

@media (min-width: 1200px) {
  .arrow-button .swiper-button-next {
    left: calc(100% + 10px); } }

@media (min-width: 1366px) {
  .arrow-button .swiper-button-next {
    left: calc(100% + 20px); } }
    @media (min-width: 1700px) {
      .arrow-button .swiper-button-next {
        left: calc(100% + 24/1920*100rem); } }
    .arrow-button .swiper-button-next::after {
      content: '\f178'; }
  @media (min-width: 1200px) {.arrow-button.inner-arrow .swiper-button-prev {
    left: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) } }
  .arrow-button.inner-arrow .swiper-button-next {
  left: unset }
  @media (min-width: 1200px) {.arrow-button.inner-arrow .swiper-button-next {
    right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) } }
  .arrow-button .swiper-button-prev, .arrow-button .swiper-button-next {
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--data-length);
    height: var(--data-length);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    overflow: hidden;
    z-index: 3;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 35 90 / var(--tw-border-opacity, 1)) }
  @media (hover: hover) and (pointer: fine) {.arrow-button .swiper-button-prev:hover, .arrow-button .swiper-button-next:hover {
    border-color: transparent } }
    .arrow-button .swiper-button-prev::after, .arrow-button .swiper-button-next::after {
  font-family: 'Font Awesome 6 Pro';
  inset: 0 }
    @media (min-width: 1200px) {.arrow-button .swiper-button-prev::after, .arrow-button .swiper-button-next::after {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms } }
    .arrow-button .swiper-button-prev::after, .arrow-button .swiper-button-next::after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 35 90 / var(--tw-text-opacity, 1));
  font-size: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }
    @media (hover: hover) and (pointer: fine) {.arrow-button .swiper-button-prev:hover::after, .arrow-button .swiper-button-next:hover::after {
    --tw-bg-opacity: 1;
    background-color: rgb(0 35 90 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) } }

@media (max-width: 1199.98px) {
  .arrow-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .arrow-button .swiper-button-prev, .arrow-button .swiper-button-next {
      margin-top: 24px;
      position: static;
      transform: translateY(0); }
    .arrow-button .swiper-button-next {
      margin-left: 8px; }
  .arrow-button.no-responsive {
    display: contents; }
    .arrow-button.no-responsive .swiper-button-prev, .arrow-button.no-responsive .swiper-button-next {
      position: absolute !important;
      margin: 0 !important;
      top: 50%;
      transform: translateY(-50%); }
    .arrow-button.no-responsive .swiper-button-prev {
      right: unset;
      left: 5px; }
    .arrow-button.no-responsive .swiper-button-next {
      left: unset;
      right: 5px; } }
  .arrow-button.arrow-white .swiper-button-prev, .arrow-button.arrow-white .swiper-button-next {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.4) }
  @media (hover: hover) and (pointer: fine) {.arrow-button.arrow-white .swiper-button-prev:hover, .arrow-button.arrow-white .swiper-button-next:hover {
    border-color: transparent } }
    .arrow-button.arrow-white .swiper-button-prev::after, .arrow-button.arrow-white .swiper-button-next::after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
    @media (hover: hover) and (pointer: fine) {.arrow-button.arrow-white .swiper-button-prev:hover::after, .arrow-button.arrow-white .swiper-button-next:hover::after {
    --tw-bg-opacity: 1;
    background-color: rgb(0 35 90 / var(--tw-bg-opacity, 1)) } }
  .arrow-button.close-arrow {
  display: flex;
  justify-content: center }
    .arrow-button.close-arrow .swiper-button-prev, .arrow-button.close-arrow .swiper-button-next {
  position: static;
  --tw-translate-y: 0;
  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)) }
    .arrow-button.close-arrow .swiper-button-next {
  margin-left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }

@media (max-width: 1199.98px) {
  .arrow-button.close-arrow .swiper-button-prev, .arrow-button.close-arrow .swiper-button-next {
    margin-top: 0 } }
  .arrow-button.inline-arrow {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between }
    .arrow-button.inline-arrow::before {
      content: '';
      height: 1px;
      width: calc(100% - calc(var(--data-length)*2));
      --tw-bg-opacity: 1;
      background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
      position: absolute;
      top: 50%;
      left: 50%;
      --tw-translate-y: -50%;
      --tw-translate-x: -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)) }

@media (min-width: 1200px) {
  .arrow-button.inline-arrow::before {
    height: clamp(1px, calc(1/1920*100rem), calc(1/1920*100rem)); } }
    .arrow-button.inline-arrow .swiper-button-prev, .arrow-button.inline-arrow .swiper-button-next {
  position: static;
  --tw-translate-y: 0;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) }

@media (min-width: 1200px) {
  .arrow-button.inline-arrow .swiper-button-prev:hover, .arrow-button.inline-arrow .swiper-button-next:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) } }
    .arrow-button.inline-arrow .swiper-button-next {
  margin-left: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
    @media (min-width: 1200px) {.arrow-button.inline-arrow .swiper-button-next {
    margin-left: clamp(36px, calc(36/1920*100rem), calc(36/1920*100rem)) } }
  .arrow-button.arrow-button .swiper-button-prev.swiper-button-disabled, .arrow-button.arrow-button .swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3 }
    .arrow-button.arrow-button .swiper-button-prev.swiper-button-disabled::before, .arrow-button.arrow-button .swiper-button-next.swiper-button-disabled::before {
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity, 1)) }

.swiper-column-auto {
  --mr: 16px;
  --spv: 1; }

@media (min-width: 1200px) {
  .swiper-column-auto {
    --mr: calc(40/1920*100rem); } }
  .swiper-column-auto[data-time='0'] .swiper-wrapper {
    transition-timing-function: linear; }
  .swiper-column-auto .swiper-slide.swiper-slide {
  overflow: visible }
  .swiper-column-auto .swiper-slide {
    width: calc(calc(100% - calc(var(--mr) * calc(var(--spv) - 1)))/var(--spv));
    height: auto }
    .swiper-column-auto .swiper-slide:not(:last-child) {
      margin-right: var(--mr); }

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

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

@media (max-width: 767.98px) {
  .swiper-column-auto.auto-3-column.show-half-mobile .swiper-slide {
    width: 80%; } }

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

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

@media (min-width: 1200px) {
  .swiper-column-auto.auto-4-column {
    --spv: 4; } }

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

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

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

@media (min-width: 1200px) {
  .swiper-column-auto.auto-5-column {
    --spv: 5; } }

@media (max-width: 575.98px) {
  .swiper-column-auto.show-half-mobile .swiper-slide {
    width: 80%; } }
  .swiper-column-auto .swiper-scrollbar.swiper-scrollbar {
  position: static;
  margin-top: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }
  @media (min-width: 1200px) {.swiper-column-auto .swiper-scrollbar.swiper-scrollbar {
    margin-top: calc(40/1920*100rem) } }
  .swiper-column-auto .swiper-scrollbar.swiper-scrollbar {
  width: 100%;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity, 1)) }
    .swiper-column-auto .swiper-scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 196 2 / var(--tw-bg-opacity, 1)) }

.allow-touchMove .swiper-slide {
  cursor: grab }

.swiper-pagination.swiper-pagination.swiper-pagination {
  position: static;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  gap: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  border-radius: 9999px;
  padding: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }
  .swiper-pagination.swiper-pagination.swiper-pagination.swiper-pagination-lock {
  padding: 0;
  padding-left: 0;
  padding-right: 0 }
  .swiper-pagination.swiper-pagination.swiper-pagination span {
  margin-left: 0;
  margin-right: 0;
  width: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  height: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  opacity: 1 }
    .swiper-pagination.swiper-pagination.swiper-pagination span.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 196 2 / var(--tw-bg-opacity, 1)) }

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

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

@media (min-width: 1200px) {
  .swiper-shadow-spacing .swiper {
    padding: 1.25rem;
    margin: -1.25rem; } }

.block-title {
  font-size: calc(40/1920*100rem);
  line-height: 1.2;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 35 90 / var(--tw-text-opacity, 1)) }
  .block-title span {
  --tw-text-opacity: 1;
  color: rgb(0 148 222 / var(--tw-text-opacity, 1)) }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
  z-index: 30;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }
  #overlay.active {
  pointer-events: auto;
  opacity: 1 }

.desktop-show {
  display: none }

@media (min-width: 1200px) {.desktop-show {
    display: block } }

.mobile-show {
  display: block }

@media (min-width: 1200px) {.mobile-show {
    display: none } }

#fixed-tool {
  z-index: 100;
  --icon-width: 60px;
  position: fixed }

#fixed-tool > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) * var(--tw-space-y-reverse)) }

#fixed-tool {
  right: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }

@media (min-width: 768px) {#fixed-tool {
    right: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) } }

#fixed-tool {
  bottom: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }

@media (min-width: 1200px) {#fixed-tool {
    bottom: 5.208333333333334rem } }

#fixed-tool {
  pointer-events: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }

@media (min-width: 1200px) {
  #fixed-tool {
    --icon-width: clamp(60px,calc(60/1920*100rem),calc(60/1920*100rem)); } }
  #fixed-tool .icon {
  width: var(--icon-width);
  height: var(--icon-width);
  pointer-events: auto;
  position: relative;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) }
    #fixed-tool .icon::before {
      content: '';
      pointer-events: none;
      position: absolute;
      top: 0;
      left: calc(clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) * -1);
      width: 100%;
      height: 100% }
    #fixed-tool .icon img {
  padding: 20% }
    @media (min-width: 1200px) {#fixed-tool .icon img {
    padding: 24% } }
  #fixed-tool .icon, #fixed-tool .content {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 35 90 / var(--tw-bg-opacity, 1));
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }
    #fixed-tool .icon i, #fixed-tool .content i {
      font-size: calc(var(--icon-width)*0.4);
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
  #fixed-tool li:hover .icon::before {
  pointer-events: auto }
  #fixed-tool li:hover .content {
  pointer-events: auto;
  --tw-translate-x: 0;
  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 }
  #fixed-tool .scrollToTop {
  --tw-translate-y: clamp(40px, calc(40/1920*100rem), calc(40/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));
  opacity: 0 }
    #fixed-tool .scrollToTop.active {
  pointer-events: auto;
  --tw-translate-y: 0;
  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 }
  #fixed-tool .content {
  position: absolute;
  top: 50%;
  right: 100%;
  --tw-translate-y: -50%;
  margin-right: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  width: -moz-max-content;
  width: max-content;
  --tw-translate-x: clamp(20px, calc(20/1920*100rem), calc(20/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));
  opacity: 0 }
    #fixed-tool .content .ctn-wrapper {
  padding-left: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  padding-right: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  padding-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  display: flex;
  min-height: var(--icon-width);
  align-items: center }

.ul-check ul {
  list-style-type: none;
  padding: 0;
  padding-left: 0;
  padding-right: 0 }
  .ul-check ul li {
  display: flex;
  gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
    .ul-check ul li::before {
      content: "\f00c";
      font-family: 'Font Awesome 6 Pro' }

[data-toggle="tabslet"] .tabslet-tab li.active {
  pointer-events: none }

[data-toggle="tabslet"] .tab-content .tabslet-content, [data-toggle="tabslet"] .tab-content > [class*='tabslet-custom'], [data-toggle="tabslet"] .tab-content .tabslet-content-other, [data-toggle="tabslet"] [class*='tab-custom'] .tabslet-content, [data-toggle="tabslet"] [class*='tab-custom'] > [class*='tabslet-custom'], [data-toggle="tabslet"] [class*='tab-custom'] .tabslet-content-other {
  display: none }
  [data-toggle="tabslet"] .tab-content .tabslet-content:first-child, [data-toggle="tabslet"] .tab-content > [class*='tabslet-custom']:first-child, [data-toggle="tabslet"] .tab-content .tabslet-content-other:first-child, [data-toggle="tabslet"] [class*='tab-custom'] .tabslet-content:first-child, [data-toggle="tabslet"] [class*='tab-custom'] > [class*='tabslet-custom']:first-child, [data-toggle="tabslet"] [class*='tab-custom'] .tabslet-content-other:first-child {
  display: block }

.content-spacing * + * {
  margin-top: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }

.edit-link-post {
  width: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  height: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10 }
  .edit-link-post span {
  --tw-text-opacity: 1;
  color: rgb(249 196 2 / var(--tw-text-opacity, 1)) }

.edit-term-post {
  width: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  height: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center }
  .edit-term-post span {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1)) }

.ovh {
  overflow: hidden }

.loading {
  background-image: url(../img/loading.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(60px, calc(60/1920*100rem), calc(60/1920*100rem));
  height: clamp(60px, calc(60/1920*100rem), calc(60/1920*100rem));
  --tw-translate-x: -50%;
  --tw-translate-y: -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));
  pointer-events: none;
  z-index: 2 }

.loading-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  cursor: not-allowed;
  background-color: rgb(255 255 255 / 0.1);
  --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);
  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) }

.image-svg img {
  opacity: 0 }

.image-svg .img-generate img {
  opacity: 1 }

.image-svg svg {
  height: 100%;
  width: 100% }

.image-svg.image-absolute .svg-generate {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100% }

.expander {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows .3s; }
  .expander .expander-content {
    min-height: 0;
    transition: visibility .3s;
    visibility: hidden; }

.image-not-found {
  font-size: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) }

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  --tw-translate-x: -50%;
  --tw-translate-y: -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)) }
  .play-btn .icon {
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    z-index: 2;
    --tw-translate-x: -50%;
    --tw-translate-y: -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));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms }
    @media (min-width: 768px) {
      .play-btn .icon {
        width: 70px;
        height: 70px; } }

@media (min-width: 1200px) {
  .play-btn .icon {
    width: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem));
    height: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)); } }
    .play-btn .icon a {
      position: relative;
      display: block;
      height: 0;
      overflow: hidden;
      padding-top: 100%;
      overflow: visible }
      .play-btn .icon a img, .play-btn .icon a iframe, .play-btn .icon a video {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms }
    .play-btn .icon svg {
  overflow: visible }
    .play-btn .icon rect {
      transform-origin: center;
      transform-box: fill-box;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms }
      .play-btn .icon rect:nth-of-type(3) {
  position: relative;
  z-index: 2 }
      .play-btn .icon rect:nth-of-type(1) {
        animation: ping 1.3s ease-in-out infinite both; }
      .play-btn .icon rect:nth-of-type(2) {
        animation: ping 1.3s .3s ease-in-out infinite both; }

@keyframes pathMove {
  0% {
    stroke-dashoffset: var(--data-stroke-dasharray);
    stroke-dasharray: var(--data-stroke-dasharray); }
  100% {
    stroke-dasharray: 0;
    stroke-dashoffset: var(--data-stroke-dasharray); } }
    .play-btn .icon .pause {
  display: none }
  .play-btn:hover .icon {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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)) }
    .play-btn:hover .icon path:nth-of-type(3) {
  stroke: transparent }

[class*='ratio-'] {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden }
  [class*='ratio-'] img, [class*='ratio-'] iframe, [class*='ratio-'] video, [class*='ratio-'] .ratio-frame, [class*='ratio-'] picture {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms }
  [class*='ratio-'].ratio-contain img, [class*='ratio-'].ratio-contain video, [class*='ratio-'].ratio-contain picture {
  -o-object-fit: contain;
     object-fit: contain }
  [class*='ratio-'] iframe {
    -o-object-fit: none !important;
       object-fit: none !important; }

[class*='line-clamp-'] {
  overflow-wrap: break-word }

.flow-form-booking {
  pointer-events: none;
  --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));
  opacity: 0 }
  .flow-form-booking.active {
  pointer-events: auto;
  --tw-translate-y: 0;
  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 }

img.lozad {
  opacity: 0 }
  img.lozad[data-loaded] {
  opacity: 1 }

[data-tabslet] [class*='tabslet-content'] {
  display: none }

.description ul {
  list-style-type: disc;
  padding-left: calc(24/1920*100rem) }

.primary-nav {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  white-space: nowrap }
  .primary-nav a {
  cursor: pointer }
  main .primary-nav ul::-webkit-scrollbar {
    width: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem));
    height: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem)); }
  .primary-nav ul {
  display: flex;
  align-items: center;
  overflow: auto;
  gap: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }
  @media (min-width: 1200px) {.primary-nav ul {
    gap: calc(36/1920*100rem) } }
    .primary-nav ul a {
  font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  line-height: 1.5;
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
  display: block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }
    .primary-nav ul li.active a, .primary-nav ul li:hover a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 35 90 / var(--tw-text-opacity, 1)) }

.spy-menu.start-sticky {
  --tw-translate-y: clamp(8px, calc(8/1920*100rem), 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)) }

.spy-menu ul::-webkit-scrollbar {
  width: 0;
  height: 0; }

.spy-menu li a {
  padding-top: clamp(10.5px, calc(10.5/1920*100rem), calc(10.5/1920*100rem));
  padding-bottom: clamp(10.5px, calc(10.5/1920*100rem), calc(10.5/1920*100rem));
  position: relative }
  .spy-menu li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: clamp(1px, calc(1/1920*100rem), calc(1/1920*100rem));
    width: 0;
    --tw-translate-x: -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));
    --tw-bg-opacity: 1;
    background-color: rgb(0 148 222 / var(--tw-bg-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms }

.spy-menu li.active a::before, .spy-menu li:hover a::before {
  width: 100% }

.spy-menu li + li {
  display: flex;
  align-items: center }
  .spy-menu li + li::before {
    content: '';
    height: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
    width: clamp(1px, calc(1/1920*100rem), calc(1/1920*100rem));
    --tw-bg-opacity: 1;
    background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
    margin-left: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
    margin-right: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }

.nav-swiper {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap }

@media (max-width: 1199.98px) {
  .nav-swiper {
    padding-left: 64px;
    padding-right: 64px } }
  .nav-swiper a {
  display: block;
  padding-top: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  padding-bottom: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms }
    .nav-swiper a::before {
      content: '';
      width: 0;
      position: absolute;
      left: 0;
      bottom: 0;
      height: clamp(2px, calc(2/1920*100rem), calc(2/1920*100rem));
      --tw-bg-opacity: 1;
      background-color: rgb(0 148 222 / var(--tw-bg-opacity, 1));
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 500ms }
  .nav-swiper .swiper-slide:hover a::before {
  width: 50%;
  background-color: rgb(0 148 222 / 0.5) }
  .nav-swiper .swiper-slide.current-menu-item a {
  --tw-text-opacity: 1;
  color: rgb(0 148 222 / var(--tw-text-opacity, 1)) }
    .nav-swiper .swiper-slide.current-menu-item a::before {
  width: 100% }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important; }

a img.alignleft {
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important; }

.wp-caption {
  background: #fff;
  max-width: 100%;
  text-align: center; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

.box-member-unit .logo img {
  -o-object-position: left;
     object-position: left }

[class*='bn-'] .title {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }

[class*='bn-']:hover .title {
  --tw-text-opacity: 1;
  color: rgb(249 196 2 / var(--tw-text-opacity, 1)) }

.bn-1 .cat {
  display: flex;
  align-items: center }
  .bn-1 .cat::before {
    content: '';
    margin-left: clamp(6px, calc(6/1920*100rem), calc(6/1920*100rem));
    margin-right: clamp(6px, calc(6/1920*100rem), calc(6/1920*100rem));
    display: block;
    width: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
    height: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }
  @media (min-width: 1200px) {.bn-1 .cat::before {
    margin-left: 0.5208333333333334rem;
    margin-right: 0.5208333333333334rem } }
  .bn-1 .cat::before {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1)) }

@media (min-width: 1200px) {.bn-1 .wrapper {
    max-width: calc(386 / 440 * 100%) } }

.bn-big.pinned-post {
  position: relative }
  .bn-big.pinned-post::before {
    content: '';
    position: absolute;
    border-top-width: clamp(60px, calc(60/1920*100rem), calc(60/1920*100rem));
    border-right-width: clamp(60px, calc(60/1920*100rem), calc(60/1920*100rem));
    z-index: 1;
    border-right-color: transparent;
    --tw-border-opacity: 1;
    border-top-color: rgb(249 196 2 / var(--tw-border-opacity, 1));
    top: 0;
    left: 0 }
  .bn-big.pinned-post::after {
    content: '\f08d';
    position: absolute;
    font-size: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
    line-height: 1.4;
    font-family: 'Font Awesome 6 Pro';
    top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
    left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
    z-index: 2;
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }

.bn-big .cat {
  display: flex;
  align-items: center }
  .bn-big .cat::before {
    content: '';
    margin-left: clamp(6px, calc(6/1920*100rem), calc(6/1920*100rem));
    margin-right: clamp(6px, calc(6/1920*100rem), calc(6/1920*100rem));
    display: block;
    width: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
    height: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }
  @media (min-width: 1200px) {.bn-big .cat::before {
    margin-left: 0.5208333333333334rem;
    margin-right: 0.5208333333333334rem } }
  .bn-big .cat::before {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1)) }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:   }

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:   }

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #777777; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #777777; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}.prose {
  color: var(--tw-prose-body);
  max-width: unset; }.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em }.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em }.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #00AED5;
  text-decoration: underline;
  font-weight: 500; }.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
  color: #8DDEF8 }.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700 }.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit }.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit }.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit }.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em }.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha }.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha }.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha }.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha }.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman }.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman }.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman }.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman }.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal }.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
  padding-left: clamp(19px, calc(19/1920*100rem), calc(19/1920*100rem)); }.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) li {
  padding-left: 0; }.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) li::marker {
  color: #292929 }.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters) }.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets) }.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em }.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em }.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: #white;
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em }.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote }.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote }.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111 }.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit }.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333 }.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit }.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6 }.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit }.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5 }.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit }.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em }.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em }.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em }.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em }.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em }.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`" }.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`" }.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit }.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit }.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em }.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em }.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit }.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit }.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit }.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em }.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit }.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none }.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none }.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857; }.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) td {
  border: thin solid #e8e8e8;
  padding: 0.5rem }.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders) }.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em }.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders) }.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0 }.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline }.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders) }.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top }.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start }.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0 }.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: clamp(15px, calc(15/1920*100rem), calc(15/1920*100rem));
  line-height: 1.4285714;
  margin-top: 0.8571429em }.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0 }.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em }.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em }.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em }.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em }.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em }.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em }.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em }.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em }.prose :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 }.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em }.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em }.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0 }.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0 }.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0 }.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0 }.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0 }.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0 }.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em }.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0 }.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0 }.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em }.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0 }.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0 }.prose :where(h1,h2,h3,h4,h5,h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.33333;
  letter-spacing: calc(-0.48/1920*100rem); }@media (min-width: 1200px) {.prose :where(h1,h2,h3,h4,h5,h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: calc(24/1920*100rem) } }.prose :where(*):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin: clamp(18px, calc(20/1920*100rem), calc(20/1920*100rem)) 0 }.prose :where(.prose > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0 }.prose :where(.prose > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0 }.prose :where(div):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin: clamp(18px, calc(20/1920*100rem), calc(20/1920*100rem)) 0 }.prose {
  margin: 0 }.prose-white-marker :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) li::marker {
  color: #fff }.prose-no-space :where(*):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin: 0 0 }.prose-no-space :where(div):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin: 0 0 }.prose-space-y-3 :where(*):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) 0 }.prose-space-y-3 :where(div):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) 0 }.base-gap {
  gap: 24px; }@media (min-width: 1200px) {.base-gap {
    gap: calc(40/1920*100rem) } }.allow-touchMove {
  cursor: grab }.body-14 {
  font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem)) }.body-16 {
  font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  line-height: 1.5 }.body-18 {
  font-size: clamp(16px, calc(18/1920*100rem), calc(18/1920*100rem));
  line-height: 1.4444 }.subheader-20 {
  font-size: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  line-height: 1.4 }.subheader-24 {
  font-size: clamp(20px, calc(24/1920*100rem), calc(24/1920*100rem));
  line-height: 1.25 }.header-32 {
  font-size: calc(32/1920*100rem);
  line-height: 1.25 }.header-40 {
  font-size: calc(40/1920*100rem);
  line-height: 1.2 }.header-48 {
  font-size: calc(48/1920*100rem);
  line-height: 1.3333 }*,
  *::before,
  *::after {
    box-sizing: border-box; }*::-webkit-scrollbar-track {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1)) }*::-webkit-scrollbar-thumb {
    border-radius: clamp(2px, calc(2/1920*100rem), calc(2/1920*100rem));
    border-radius: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(249 196 2 / var(--tw-bg-opacity, 1)) }*:focus-within, *:focus-visible {
  outline-width: 0px }html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    --padding-left: calc(15/1920*100rem);
    --padding-right: calc(15/1920*100rem); }@media (min-width: 1200px) {
    html {
      --padding-left: calc(100/1920*100rem);
      --padding-right: calc(100/1920*100rem); } }body {
    font-optical-sizing: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    font-family: Roboto, serif;
    --tw-text-opacity: 1;
    color: rgb(41 41 41 / var(--tw-text-opacity, 1));
    font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
    line-height: 1.5;
    font-weight: 400 }main .overflow-auto::-webkit-scrollbar, main .overflow-y-auto::-webkit-scrollbar {
    width: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem));
    height: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem)); }img {
    display: inline; }::-moz-range-track {
    background: black;
    border: 0; }input::-moz-focus-inner,
  input::-moz-focus-outer {
    border: 0; }.pointer-events-none {
  pointer-events: none }.fixed {
  position: fixed }.absolute {
  position: absolute }.relative {
  position: relative }.sticky {
  position: sticky }.inset-0 {
  inset: 0 }.-top--header-height {
  top: var(--header-height) }.bottom-0 {
  bottom: 0 }.bottom-3 {
  bottom: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }.bottom-7 {
  bottom: clamp(28px, calc(28/1920*100rem), calc(28/1920*100rem)) }.left-0 {
  left: 0 }.left-1\/2 {
  left: 50% }.left-7 {
  left: clamp(28px, calc(28/1920*100rem), calc(28/1920*100rem)) }.left-\[calc\(80\/680\*100\%\)\] {
  left: calc(80 / 680 * 100%) }.right-0 {
  right: 0 }.top-0 {
  top: 0 }.top-1\/2 {
  top: 50% }.top-27 {
  top: clamp(110px, calc(110/1920*100rem), calc(110/1920*100rem)) }.top-\[calc\(120\/800\*100\%\)\] {
  top: calc(120 / 800 * 100%) }.top-\[calc\(40\/800\*100\%\)\] {
  top: calc(40 / 800 * 100%) }.top-full {
  top: 100% }.-z-1 {
  z-index: -1 }.z-1 {
  z-index: 1 }.z-10 {
  z-index: 10 }.z-2 {
  z-index: 2 }.z-20 {
  z-index: 20 }.z-3 {
  z-index: 3 }.z-\[100\] {
  z-index: 100 }.z-\[150\] {
  z-index: 150 }.col-span-4 {
  grid-column: span 4 / span 4 }.col-span-8 {
  grid-column: span 8 / span 8 }.col-span-full {
  grid-column: 1 / -1 }.-mx-2 {
  margin-left: calc(clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) * -1);
  margin-right: calc(clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) * -1) }.mx-auto {
  margin-left: auto;
  margin-right: auto }.-mt-8 {
  margin-top: calc(clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) * -1) }.mb-2 {
  margin-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }.mb-3 {
  margin-bottom: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }.mb-4 {
  margin-bottom: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }.ml-auto {
  margin-left: auto }.mt-1 {
  margin-top: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }.mt-10 {
  margin-top: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }.mt-2 {
  margin-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }.mt-3 {
  margin-top: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }.mt-4 {
  margin-top: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }.mt-5 {
  margin-top: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.mt-6 {
  margin-top: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }.mt-8 {
  margin-top: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) }.mt-auto {
  margin-top: auto }.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1 }.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 }.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 }.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4 }.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5 }.block {
  display: block }.inline {
  display: inline }.\!flex {
  display: flex !important }.flex {
  display: flex }.inline-flex {
  display: inline-flex }.table {
  display: table }.grid {
  display: grid }.hidden {
  display: none }.size-10 {
  width: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
  height: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }.size-12 {
  width: clamp(48px, calc(48/1920*100rem), calc(48/1920*100rem));
  height: clamp(48px, calc(48/1920*100rem), calc(48/1920*100rem)) }.size-9 {
  width: clamp(36px, calc(36/1920*100rem), calc(36/1920*100rem));
  height: clamp(36px, calc(36/1920*100rem), calc(36/1920*100rem)) }.size-full {
  width: 100%;
  height: 100% }.h-0 {
  height: 0 }.h-full {
  height: 100% }.min-h-0 {
  min-height: 0 }.min-h-\[140px\] {
  min-height: 140px }.min-h-\[inherit\] {
  min-height: inherit }.w-10 {
  width: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }.w-16 {
  width: clamp(64px, calc(64/1920*100rem), calc(64/1920*100rem)) }.w-\[calc\(240\/680\*100\%\)\] {
  width: calc(240 / 680 * 100%) }.w-\[calc\(320\/680\*100\%\)\] {
  width: calc(320 / 680 * 100%) }.w-\[calc\(480\/680\*100\%\)\] {
  width: calc(480 / 680 * 100%) }.w-fit {
  width: -moz-fit-content;
  width: fit-content }.w-full {
  width: 100% }.max-w-\[512px\] {
  max-width: 512px }.max-w-\[calc\(200\/248\*100\%\)\] {
  max-width: calc(200 / 248 * 100%) }.max-w-full {
  max-width: 100% }.flex-1 {
  flex: 1 1 0% }.flex-none {
  flex: none }.-translate-x-1\/2 {
  --tw-translate-x: -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)) }.-translate-y-1\/2 {
  --tw-translate-y: -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)) }.cursor-pointer {
  cursor: pointer }.resize {
  resize: both }.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) }.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) }.grid-cols-\[calc\(100\/360\*100\%\)_1fr\] {
  grid-template-columns: calc(100 / 360 * 100%) 1fr }.flex-col {
  flex-direction: column }.flex-wrap {
  flex-wrap: wrap }.items-end {
  align-items: flex-end }.items-center {
  align-items: center }.justify-end {
  justify-content: flex-end }.justify-center {
  justify-content: center }.justify-between {
  justify-content: space-between }.gap-2 {
  gap: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }.gap-3 {
  gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }.gap-4 {
  gap: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }.gap-5 {
  gap: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.gap-6 {
  gap: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }.gap-y-3 {
  row-gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }.gap-y-6 {
  row-gap: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) * var(--tw-space-y-reverse)) }.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) * var(--tw-space-y-reverse)) }.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)) * var(--tw-space-y-reverse)) }.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) * var(--tw-space-y-reverse)) }.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) * var(--tw-space-y-reverse)) }.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) * var(--tw-space-y-reverse)) }.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) * var(--tw-space-y-reverse)) }.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) * var(--tw-space-y-reverse)) }.self-center {
  align-self: center }.overflow-auto {
  overflow: auto }.overflow-hidden {
  overflow: hidden }.whitespace-nowrap {
  white-space: nowrap }.rounded-2 {
  border-radius: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }.rounded-4 {
  border-radius: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }.rounded-4px {
  border-radius: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }.rounded-full {
  border-radius: 9999px }.border {
  border-width: 1px }.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px }.border-b {
  border-bottom-width: 1px }.border-t {
  border-top-width: 1px }.border-t-2 {
  border-top-width: clamp(2px,calc(2/1920*100rem),calc(2/1920*100rem)) }.border-dashed {
  border-style: dashed }.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1)) }.border-\[\#E0E0E0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1)) }.border-darkBlue {
  --tw-border-opacity: 1;
  border-color: rgb(0 35 90 / var(--tw-border-opacity, 1)) }.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1)) }.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1)) }.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1)) }.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) }.bg-\[\#F0F9FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1)) }.bg-darkBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 35 90 / var(--tw-bg-opacity, 1)) }.bg-darkBlue\/\[\.90\] {
  background-color: rgb(0 35 90 / .90) }.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1)) }.bg-neutral-50\/50 {
  background-color: rgb(246 246 246 / 0.5) }.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 196 2 / var(--tw-bg-opacity, 1)) }.bg-primary-600\/\[\.05\] {
  background-color: rgb(0 148 222 / .05) }.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) }.p-4 {
  padding: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }.px-2 {
  padding-left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-right: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }.px-3 {
  padding-left: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-right: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }.px-4 {
  padding-left: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  padding-right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }.py-1 {
  padding-top: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  padding-bottom: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }.py-10 {
  padding-top: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
  padding-bottom: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }.py-2 {
  padding-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }.py-3 {
  padding-top: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-bottom: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }.py-4 {
  padding-top: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  padding-bottom: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }.py-5 {
  padding-top: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  padding-bottom: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.py-6 {
  padding-top: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
  padding-bottom: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }.pb-0 {
  padding-bottom: 0 }.pb-1 {
  padding-bottom: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }.pb-3 {
  padding-bottom: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }.pb-4 {
  padding-bottom: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }.pb-5 {
  padding-bottom: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.pb-8 {
  padding-bottom: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) }.pt-0 {
  padding-top: 0 }.pt-3 {
  padding-top: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }.pt-\[100\%\] {
  padding-top: 100% }.pt-\[calc\(800\/680\*100\%\)\] {
  padding-top: calc(800 / 680 * 100%) }.text-center {
  text-align: center }.text-justify {
  text-align: justify }.text-\[18px\] {
  font-size: 18px }.text-\[2rem\] {
  font-size: 2rem }.text-\[3\.2rem\] {
  font-size: 3.2rem }.text-\[30px\] {
  font-size: 30px }.text-\[32px\] {
  font-size: 32px }.font-bold {
  font-weight: 700 }.font-medium {
  font-weight: 500 }.font-semibold {
  font-weight: 600 }.uppercase {
  text-transform: uppercase }.leading-\[1\.25\] {
  line-height: 1.25 }.leading-\[1\.375\] {
  line-height: 1.375 }.tracking-normal {
  letter-spacing: 0em }.text-\[\#151515\] {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity, 1)) }.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1)) }.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) }.text-darkBlue {
  --tw-text-opacity: 1;
  color: rgb(0 35 90 / var(--tw-text-opacity, 1)) }.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1)) }.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1)) }.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(70 70 70 / var(--tw-text-opacity, 1)) }.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity, 1)) }.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1)) }.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(249 196 2 / var(--tw-text-opacity, 1)) }.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(0 148 222 / var(--tw-text-opacity, 1)) }.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }.opacity-0 {
  opacity: 0 }.shadow-figma_Light {
  --tw-shadow: calc(4/1920*100rem) calc(4/1920*100rem) calc(32/1920*100rem) calc(16/1920*100rem) rgba(0,0,0,0.08);
  --tw-shadow-colored: calc(4/1920*100rem) calc(4/1920*100rem) calc(32/1920*100rem) calc(16/1920*100rem) rgba(0,0,0,0.08);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) }.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) }.filter {
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }.duration-300 {
  transition-duration: 300ms }.duration-500 {
  transition-duration: 500ms }.ease-linear {
  transition-timing-function: linear }.text-shadow-base {
  text-shadow: 0 0 calc(25/1920*100rem) rgba(0, 0, 0, 0.10) }.max-w-clamp-1168px {
  max-width: clamp(1168px, calc(1168/1920*100rem), calc(1168/1920*100rem)) }.max-w-clamp-1280px {
  max-width: clamp(1280px, calc(1280/1920*100rem), calc(1280/1920*100rem)) }.ratio-\[1\/1\] {
  padding-top: 100% }.ratio-\[1060\/1920\] {
  padding-top: 55.208333333333336% }.ratio-\[120\/170\] {
  padding-top: 70.58823529411765% }.ratio-\[162\/282\] {
  padding-top: 57.446808510638306% }.ratio-\[180\/1400\] {
  padding-top: 12.857142857142856% }.ratio-\[270\/440\] {
  padding-top: 61.36363636363637% }.ratio-\[280\/440\] {
  padding-top: 63.63636363636363% }.ratio-\[296\/516\] {
  padding-top: 57.36434108527132% }.ratio-\[3\/4\] {
  padding-top: 75% }.ratio-\[300\/440\] {
  padding-top: 68.18181818181817% }.ratio-\[40\/30\] {
  padding-top: 133.33333333333331% }.ratio-\[420\/920\] {
  padding-top: 45.65217391304348% }.ratio-\[480\/440\] {
  padding-top: 109.09090909090908% }.ratio-\[495\/373\] {
  padding-top: 132.7077747989276% }.ratio-\[525\/384\] {
  padding-top: 136.71875% }.ratio-\[60\/100\] {
  padding-top: 60% }.ratio-\[600\/516\] {
  padding-top: 116.27906976744187% }.ratio-\[650\/1001\] {
  padding-top: 64.93506493506493% }.ratio-\[650\/1400\] {
  padding-top: 46.42857142857143% }.ratio-\[712\/980\] {
  padding-top: 72.6530612244898% }.ratio-\[860\/1920\] {
  padding-top: 44.79166666666667% }

.contact .form-group {
  margin-bottom: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }
  .contact .form-group:last-child {
  margin-bottom: 0 }
  .contact .form-group input, .contact .form-group textarea {
  display: block;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  padding-left: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-right: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-top: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-bottom: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  border-radius: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }

.contact .form-right .form-group {
  height: 100% }
  .contact .form-right .form-group textarea {
  height: 100% }

@media (max-width: 767.98px) {
  .contact .form-right .form-group textarea {
    height: 250px } }

.contact .form-wrap {
  gap: 24px; }

@media (min-width: 1200px) {.contact .form-wrap {
    gap: calc(40/1920*100rem) } }

.contact .form-wrap {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: calc(40/1920*100rem) }

.contact .form-left {
  grid-column: 1 / -1 }

@media (min-width: 768px) {.contact .form-left {
    grid-column: span 5 / span 5 } }

.contact .form-right {
  grid-column: 1 / -1 }

@media (min-width: 768px) {.contact .form-right {
    grid-column: span 7 / span 7 } }

.contact .form-submit {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end }

.main-banner {
  transform: translateY(calc(var(--data-scroll)*100%)); }
  .main-banner .img::before {
    content: '';
    height: calc(350/860*100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    width: 100%;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    z-index: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms }
  .main-banner .swiper-slide.play-video .img::before {
  opacity: 0;
  transition-delay: 100ms }
  .main-banner .swiper-slide.play-video .video {
  opacity: 1 }
  .main-banner .swiper-slide.play-video .container-content {
  --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));
  opacity: 0;
  transition-delay: 100ms }
  .main-banner .swiper-button-prev, .main-banner .swiper-button-next {
  pointer-events: auto }
  .main-banner .arrow-button .swiper-button-prev {
    right: calc(100% - 12px) }
  @media (max-width: 1199.98px) {.main-banner .arrow-button .swiper-button-prev {
    left: unset } }

@media (min-width: 1200px) {
  .main-banner .arrow-button .swiper-button-prev {
    right: calc(100% - var(--data-length)); } }
  .main-banner .arrow-button .swiper-button-next {
    left: calc(100% - 12px); }

@media (min-width: 1200px) {
  .main-banner .arrow-button .swiper-button-next {
    left: calc(100% - var(--data-length)); }
  .main-banner .container-content {
    bottom: calc(80/860*100%); } }

.page-banner {
  min-height: 250px }

@media (min-width: 768px) {.page-banner {
    min-height: 30.208333333333336rem } }
  .page-banner .content-wrapper::before {
    content: '';
    background: linear-gradient(0deg, rgba(0, 35, 90, 0.7) 0%, rgba(0, 35, 90, 0) 100%);
    position: absolute;
    inset: 0 }
  .page-banner.no-image {
  min-height: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(0 35 90 / var(--tw-bg-opacity, 1)) }

footer .ft-title {
  font-weight: 700;
  line-height: 1.4;
  font-size: clamp(15px, calc(20/1920*100rem), calc(20/1920*100rem));
  margin-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }

@media (min-width: 576px) {footer .ft-title {
    min-height: 56px } }

footer .menu a {
  display: block;
  line-height: 2.28571;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }

footer .menu li[class*='current'] a, footer .menu li:hover a {
  --tw-text-opacity: 1;
  color: rgb(249 196 2 / var(--tw-text-opacity, 1)) }

footer .bottom .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }

@media (min-width: 768px) {footer .bottom .menu {
    flex-wrap: nowrap;
    gap: 0 } }
  footer .bottom .menu li + li {
  display: flex;
  align-items: center }

@media (min-width: 768px) {
  footer .bottom .menu li + li::before {
    content: "|";
    margin-left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
    margin-right: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
    display: block } }

footer a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }
  footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(249 196 2 / var(--tw-text-opacity, 1)) }

footer table {
  width: 100% }
  footer table tr {
  vertical-align: top }
    footer table tr:first-child td {
  padding-top: 0 }
    footer table tr:last-child td {
  padding-bottom: 0 }
    footer table tr td {
  padding-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }
      @media (min-width: 1200px) {footer table tr td:nth-of-type(1) {
    white-space: nowrap } }
      footer table tr td:nth-of-type(1) {
  color: rgb(255 255 255 / 0.5) }
      footer table tr td:nth-of-type(2) {
  padding-left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }
      @media (min-width: 1200px) {footer table tr td:nth-of-type(2) {
    padding-left: calc(20/1920*100rem) } }

footer .form-subscribe-wrapper span.wpcf7-not-valid-tip, footer .form-subscribe-wrapper .wpcf7-response-output {
  display: none !important }

footer .form-subscribe-wrapper .wpcf7-form.sent .wpcf7-response-output {
  display: block !important }

footer .fieldMessage {
  font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem));
  margin-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) }

footer .form-wrap {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 35 90 / var(--tw-bg-opacity, 1));
  position: relative;
  margin-top: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  display: flex }
  footer .form-wrap input, footer .form-wrap button {
  height: clamp(38px, calc(38/1920*100rem), calc(38/1920*100rem)) }
  footer .form-wrap input {
  display: block;
  background-color: transparent }
  footer .form-wrap input:focus-within {
  outline-width: 0px }
  footer .form-wrap input:focus {
  outline-width: 0px }
  footer .form-wrap input {
  border-width: 0px }
  footer .form-wrap input::-moz-placeholder {
  color: rgb(255 255 255 / 0.5) }
  footer .form-wrap input::placeholder {
  color: rgb(255 255 255 / 0.5) }
  footer .form-wrap input {
  padding-left: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }
  footer .form-wrap .form-group {
  flex: 1 1 0% }
  footer .form-wrap .form-submit {
  flex: none }
    footer .form-wrap .form-submit button {
  width: clamp(52px, calc(52/1920*100rem), calc(52/1920*100rem));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(249 196 2 / var(--tw-text-opacity, 1)) }
    footer .form-wrap .form-submit button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 196 2 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }

footer .copyright {
  color: rgb(255 255 255 / 0.5) }

header {
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }

@media (min-width: 1200px) {
  header {
    animation: reveal-header 0.6s cubic-bezier(0.53, -0.22, 0.35, 1.16); } }
  header .logo {
  width: 100%;
  max-width: calc(188 / 1720 * 100%) }

@media (max-width: 1199.98px) {
  header .logo {
    position: absolute;
    left: 50%;
    --tw-translate-x: -50%;
    top: 50%;
    --tw-translate-y: -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));
    max-width: 160px } }
    header .logo a {
      position: relative;
      display: block;
      height: 0;
      overflow: hidden;
      padding-top: 34.57447%;
      width: 100% }
      header .logo a img, header .logo a iframe, header .logo a video {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: contain;
           object-fit: contain;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms }
  header #burger.active i:nth-of-type(1) {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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 }
  header #burger.active i:nth-of-type(2) {
  opacity: 1 }
  header .header-wrapper {
  height: 70px }
  @media (min-width: 1200px) {header .header-wrapper {
    height: clamp(100px, calc(100/1920*100rem), calc(100/1920*100rem)) } }
    header .header-wrapper nav {
  height: 100% }
      header .header-wrapper nav a {
  display: block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  line-height: 1.625;
  font-size: clamp(13px, calc(16/1920*100rem), calc(16/1920*100rem)) }
      header .header-wrapper nav li[class*='current'] > a, header .header-wrapper nav li[class*='current'] > .title > a, header .header-wrapper nav li:hover > a, header .header-wrapper nav li:hover > .title > a {
  --tw-text-opacity: 1;
  color: rgb(249 196 2 / var(--tw-text-opacity, 1)) }
      header .header-wrapper nav > ul {
  height: 100%;
  display: flex;
  gap: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }
      @media (min-width: 1440px) {header .header-wrapper nav > ul {
    gap: 2.5rem } }
        header .header-wrapper nav > ul > li > a, header .header-wrapper nav > ul > li > .title > a {
  font-weight: 500;
  text-transform: uppercase }
        header .header-wrapper nav > ul > li > a, header .header-wrapper nav > ul > li > .title, header .header-wrapper nav > ul > li > .title > a {
  display: flex;
  height: 100%;
  align-items: center;
  gap: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }
        header .header-wrapper nav > ul > li > .title i {
  display: none }
        header .header-wrapper nav > ul > li[class*='has-children'] {
  position: relative }
          header .header-wrapper nav > ul > li[class*='has-children'] > ul {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-translate-y: clamp(12px, calc(12/1920*100rem), 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));
  width: -moz-max-content;
  width: max-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) }
            header .header-wrapper nav > ul > li[class*='has-children'] > ul a {
  padding-left: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-right: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  min-width: 210px }
            header .header-wrapper nav > ul > li[class*='has-children'] > ul li[class*='current'] a, header .header-wrapper nav > ul > li[class*='has-children'] > ul li:hover a {
  --tw-bg-opacity: 1;
  background-color: rgb(249 196 2 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
          header .header-wrapper nav > ul > li[class*='has-children']:hover > ul {
  pointer-events: auto;
  --tw-translate-y: 0;
  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 }

@media (max-width: 1439.98px) {
  header .header-wrapper .link-website .btn {
    font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem)) }
    header .header-wrapper .link-website .btn span {
    padding-left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
    padding-right: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) } }
  header .language .wpml-ls {
  border-width: 0px;
  padding: 0;
  padding-left: 0;
  padding-right: 0 }
    header .language .wpml-ls li a {
  margin: 0;
  display: block;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  text-transform: uppercase }
    header .language .wpml-ls ul {
  display: flex }
      header .language .wpml-ls ul li[class*='current'] {
  --tw-text-opacity: 1;
  color: rgb(249 196 2 / var(--tw-text-opacity, 1)) }
      header .language .wpml-ls ul li + li {
  display: flex;
  align-items: center }
        header .language .wpml-ls ul li + li::before {
          content: '';
          width: clamp(1px, calc(1/1920*100rem), calc(1/1920*100rem));
          background-color: rgb(41 41 41 / 0.4);
          height: 0.9375rem;
          margin-left: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
          margin-right: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }
        @media (min-width: 1200px) {header .language .wpml-ls ul li + li::before {
    margin-left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
    margin-right: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) } }

@media (max-width: 1199.98px) {
  header .search {
    order: 2;
    margin-left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
    display: flex;
    width: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
    height: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
    align-items: center;
    justify-content: center } }
  header .search-overlay.active {
  pointer-events: auto;
  opacity: 1 }
  header .searchbox input {
  width: 100%;
  flex: 1 1 0%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) }
  header .searchbox input::-moz-placeholder {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1)) }
  header .searchbox input::placeholder {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1)) }
  header .searchbox input {
  padding-top: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-bottom: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-left: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  padding-right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  line-height: 1.5 }
  @media (min-width: 1200px) {header .searchbox input {
    font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem)) } }
  header .nav-mobile {
    transition: all 0.7s cubic-bezier(0.53, -0.22, 0.35, 1.16);
    max-width: 500px;
    height: calc(100dvh - var(--header-height));
    top: var(--header-height);
    pointer-events: none;
    opacity: 0;
    --tw-translate-x: 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));
    border-left-width: 1px;
    border-color: rgb(255 255 255 / 0.5);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) }
    header .nav-mobile.active {
  --tw-translate-x: 0;
  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));
  pointer-events: auto;
  opacity: 1 }
    header .nav-mobile .dropdown {
  display: none;
  margin-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  border-radius: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  padding-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-left: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  padding-right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  background-color: rgb(0 0 0 / 0.1) }
      header .nav-mobile .dropdown > * {
  width: 100% }
      header .nav-mobile .dropdown .swiper-scrollbar {
  display: none }
      header .nav-mobile .dropdown .swiper-slide {
  width: 100% }
        header .nav-mobile .dropdown .swiper-slide > a {
  display: block }
      header .nav-mobile .dropdown li[class*='current'] a {
  font-weight: 700;
  text-decoration-line: underline }
      header .nav-mobile .dropdown .swiper-wrapper {
  display: grid }
      header .nav-mobile .dropdown .col-left {
  display: none }
      header .nav-mobile .dropdown .item .img {
  display: none }
    header .nav-mobile #autoClone-HeaderMainMenu {
  width: 100% }
    @media (min-width: 576px) {header .nav-mobile .link-website {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content } }

@media (max-width: 575.98px) {
  header .nav-mobile .link-website .btn {
    width: 100% }
    header .nav-mobile .link-website .btn span {
    flex: 1 1 0% } }
      header .nav-mobile .link-website .link-website-list {
  pointer-events: auto;
  position: static;
  opacity: 1;
  display: none;
  transition-property: none }
    main header .nav-mobile nav::-webkit-scrollbar {
    width: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem));
    height: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem)); }
    header .nav-mobile nav {
  margin-right: calc(clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) * -1);
  overflow: auto;
  padding-right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  display: flex;
  height: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  --tw-text-opacity: 1;
  color: rgb(0 35 90 / var(--tw-text-opacity, 1)) }
      header .nav-mobile nav i {
  display: flex;
  height: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem));
  width: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem));
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms }
      header .nav-mobile nav .title, header .nav-mobile nav a {
  display: flex }
      header .nav-mobile nav .title {
  align-items: center;
  justify-content: space-between;
  gap: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }
        header .nav-mobile nav .title > a {
  flex: 1 1 0% }
      header .nav-mobile nav a {
        font-size: 20px; }
      header .nav-mobile nav .sub-link {
  padding-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }
      header .nav-mobile nav > ul > li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1)) }
        header .nav-mobile nav > ul > li + li {
  margin-top: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }
        header .nav-mobile nav > ul > li > a, header .nav-mobile nav > ul > li > .title > a {
  padding-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  font-weight: 500 }
        header .nav-mobile nav > ul > li[class*='has-children'] {
  position: relative }
        header .nav-mobile nav > ul > li[class*='toggle-dropdown'] > .title > i, header .nav-mobile nav > ul > li[class*='toggle-dropdown'] > .title > a {
  --tw-text-opacity: 1;
  color: rgb(249 196 2 / var(--tw-text-opacity, 1)) }
        header .nav-mobile nav > ul > li[class*='toggle-dropdown'] > .title > i {
  --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)) }
        header .nav-mobile nav > ul > li[class*='current'] > a, header .nav-mobile nav > ul > li[class*='current'] > .title > a {
  font-weight: 600 }
        header .nav-mobile nav > ul > li > ul {
          border-radius: 0.625rem;
          --tw-bg-opacity: 1;
          background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
          display: none;
          margin-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
          margin-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
          padding-top: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
          padding-bottom: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
          header .nav-mobile nav > ul > li > ul a {
            font-size: 16px;
            font-weight: 500;
            padding-left: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
            padding-right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
            padding-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
            padding-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }
          header .nav-mobile nav > ul > li > ul li:hover > a, header .nav-mobile nav > ul > li > ul li[class*='current'] > a {
  --tw-text-opacity: 1;
  color: rgb(249 196 2 / var(--tw-text-opacity, 1)) }
    header .nav-mobile #autoClone-HeaderInfo {
  margin-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  margin-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  text-align: right }
  header #autoCloneHere-HeaderMainMenu {
  margin-bottom: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  flex: none }

.link-website i::before {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }

@media (hover: hover) and (pointer: fine) {
  .link-website:hover i::before {
    --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)) }
  .link-website:hover .link-website-list {
    pointer-events: auto;
    opacity: 1 } }

.link-website .link-website-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }
  .link-website .link-website-list ul {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(250 207 57 / var(--tw-bg-opacity, 1));
  --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);
  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) }
    .link-website .link-website-list ul a {
  display: flex;
  min-height: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
  align-items: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-text-opacity: 1;
  color: rgb(0 35 90 / var(--tw-text-opacity, 1));
  padding-left: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-right: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
    @media (min-width: 1200px) {.link-website .link-website-list ul a {
    padding-left: calc(20/1920*100rem);
    padding-right: calc(20/1920*100rem) } }
      .link-website .link-website-list ul a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 196 2 / var(--tw-bg-opacity, 1)) }

.global-breadcrumb {
  padding-left: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  padding-right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
  display: flex;
  align-items: center;
  min-height: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }
  .global-breadcrumb .rank-math-breadcrumb p {
    font-feature-settings: 'clig' off, 'liga' off;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0 }
    .global-breadcrumb .rank-math-breadcrumb p .separator {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  background-color: transparent;
  position: relative;
  font-size: 0 }
      .global-breadcrumb .rank-math-breadcrumb p .separator::before {
        content: "\f054";
        position: static;
        margin-left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
        margin-right: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
        font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem));
        font-family: 'Font Awesome 6 Pro';
        --tw-text-opacity: 1;
        color: rgb(189 189 189 / var(--tw-text-opacity, 1)) }
    .global-breadcrumb .rank-math-breadcrumb p a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }
      .global-breadcrumb .rank-math-breadcrumb p a:first-child {
  display: flex;
  align-items: center;
  font-size: 0 }
        .global-breadcrumb .rank-math-breadcrumb p a:first-child:before {
          content: "\f015";
          display: flex;
          align-items: center;
          font-family: 'Font Awesome 6 Pro';
          font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem));
          font-weight: 300 }
      .global-breadcrumb .rank-math-breadcrumb p a:hover {
  --tw-text-opacity: 1;
  color: rgb(249 196 2 / var(--tw-text-opacity, 1)) }

.about-3 .list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center }

@media (max-width: 767.98px) {
  .about-3 .list {
    flex-wrap: wrap;
    row-gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
  .about-3 .list .item {
    width: 33.333333%;
    padding-left: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
    padding-right: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) } }

@media (min-width: 768px) {
  .about-3 .list .item + .item {
    display: flex;
    align-items: center }
    .about-3 .list .item + .item::before {
      content: '';
      height: clamp(1px, calc(1/1920*100rem), calc(1/1920*100rem));
      width: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
      background-color: rgb(255 255 255 / 0.3) }
    @media (min-width: 1024px) {.about-3 .list .item + .item::before {
      width: 3.125rem } }
    .about-3 .list .item + .item::before {
    margin-left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
    margin-right: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }
    @media (min-width: 1024px) {.about-3 .list .item + .item::before {
      margin-left: calc(24/1920*100rem);
      margin-right: calc(24/1920*100rem) } } }

.about-4 .item {
  height: 460px }

@media (min-width: 1440px) {.about-4 .item {
    height: clamp(420px, calc(420/1920*100rem), calc(420/1920*100rem)) } }

.about-4 .item {
  width: 100%;
  max-width: clamp(282px, calc(282/1920*100rem), calc(282/1920*100rem)) }

@media (min-width: 576px) {.about-4 .swiper-column-auto {
    padding-left: 2.916666666666667rem;
    padding-right: 2.916666666666667rem } }
  .about-4 .swiper-column-auto::before {
    content: '';
    background: linear-gradient(270deg, rgba(0, 35, 90, 0) 0%, #00235A 49.48%, rgba(0, 35, 90, 0) 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    --tw-translate-y: -50%;
    --tw-translate-x: -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));
    width: 100%;
    height: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem)) }

@media (max-width: 1023.98px) {
  .about-4 .swiper-column-auto::before {
    width: calc(100% - 100px); } }

.about-4 .top {
  height: 49% }

.about-4 .swiper {
  margin: calc(clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) * -1);
  padding: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }

.about-4 .img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms }
  .about-4 .img img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) }

.about-4 .title {
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1)) }

.about-4 .swiper-slide:nth-of-type(even) .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end }

.about-4 .swiper-slide.custom-active-slide .circle-inner {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(249 196 2 / var(--tw-bg-opacity, 1)) }
  .about-4 .swiper-slide.custom-active-slide .circle-inner::before {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) }

.about-4 .swiper-slide.custom-active-slide .img {
  box-shadow: 0.3125rem 0.3125rem 1.04167rem 0 rgba(0, 0, 0, 0.15); }
  .about-4 .swiper-slide.custom-active-slide .img img {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) }

.about-4 .swiper-slide.custom-active-slide .title {
  --tw-text-opacity: 1;
  color: rgb(0 35 90 / var(--tw-text-opacity, 1)) }

.about-4 .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-y: -50%;
  --tw-translate-x: -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)) }

.about-4 .circle-inner {
  width: clamp(27px, calc(27/1920*100rem), calc(27/1920*100rem));
  height: clamp(27px, calc(27/1920*100rem), calc(27/1920*100rem));
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(36 62 163 / var(--tw-border-opacity, 1));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms }
  .about-4 .circle-inner::before {
    content: '';
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(249 196 2 / var(--tw-border-opacity, 1));
    z-index: -1;
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
    position: absolute;
    inset: clamp(-5px, calc(-5/1920*100rem), calc(-5/1920*100rem));
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms }

.about-7 .item {
  height: calc(80vh - 80px); }

@media (min-width: 1200px) {
  .about-7 .item {
    height: calc(620/1920*100vw); } }
  .about-7 .item:hover .img 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)) }
  .about-7 .item:hover .description, .about-7 .item:hover .button {
  --tw-translate-y: 0;
  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 }
  .about-7 .item:hover .description {
  transition-delay: 100ms }
  .about-7 .item:hover .button {
  transition-delay: 300ms }

.about-7 .img::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); }

.about-7 .wrapper {
  padding-left: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  padding-right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  padding-top: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
  padding-bottom: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }

@media (min-width: 1200px) {.about-7 .wrapper {
    padding: calc(32/1920*100rem) } }

.about-7 .swiper-column-auto {
  --mr: 0px; }

@media (min-width: 1440px) {
  .about-7 .swiper-column-auto {
    --spv: 5; } }

.about-7 .description, .about-7 .button {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms }

@media (min-width: 1200px) {.about-7 .description, .about-7 .button {
    --tw-translate-y: clamp(16px, calc(16/1920*100rem), calc(16/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));
    opacity: 0 } }

.about-7 .swiper-scrollbar.swiper-scrollbar {
  --spv: 3;
  --mr: 0px;
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 50%;
  --tw-translate-x: -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)) }

@media (min-width: 576px) {
  .about-7 .swiper-scrollbar.swiper-scrollbar {
    width: calc(calc(calc(100% - calc(var(--mr) * calc(var(--spv) - 1)))/var(--spv)) - calc(60/1920*100rem)); } }

@media (max-width: 1599.98px) {
  .about-7 .des-wrapper {
    flex: 1 1 0% }
  .about-7 .description {
    position: absolute;
    inset: 0 } }

.about-detail-1 table {
  width: 100% }
  .about-detail-1 table tr:first-child td {
  padding-top: 0 }
  .about-detail-1 table td {
  padding-top: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-bottom: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) }
    .about-detail-1 table td:first-child {
  min-width: 10.416666666666668rem;
  font-weight: 700 }

.foa-gallery .arrow-button .swiper-button-prev {
  right: calc(100% - var(--data-length));
  left: unset }

.foa-gallery .arrow-button .swiper-button-next {
  left: calc(100% - var(--data-length)); }

.foa-gallery .arrow-button .swiper-button-prev, .foa-gallery .arrow-button .swiper-button-next {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) }

.categories a {
  font-size: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  line-height: 1.4;
  display: block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1)) }
  .categories a i {
  font-size: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  line-height: 1.4 }

.categories li.active a, .categories li:hover a {
  --tw-text-opacity: 1;
  color: rgb(0 35 90 / var(--tw-text-opacity, 1));
  font-weight: 700 }

.side-bar-wrapper .icon i {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms }
  .side-bar-wrapper .icon i:nth-of-type(2) {
  position: absolute;
  inset: 0;
  --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));
  opacity: 0 }

.side-bar-wrapper.active .icon i:nth-of-type(1) {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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 }

.side-bar-wrapper.active .icon i:nth-of-type(2) {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1 }

.home-2 .item {
  height: calc(80vh - 80px); }

@media (min-width: 1200px) {
  .home-2 .item {
    height: calc(900/1920*100vw); } }
  .home-2 .item .id {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    --tw-scale-x: -1;
    --tw-scale-y: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    display: flex;
    gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
  @media (min-width: 1200px) {.home-2 .item .id {
    margin-left: calc(clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) * -1);
    gap: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) } }
    .home-2 .item .id::before {
      content: '';
      height: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
      width: clamp(1px, calc(1/1920*100rem), calc(1/1920*100rem));
      --tw-bg-opacity: 1;
      background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1)) }
    @media (min-width: 1200px) {.home-2 .item .id::before {
    height: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)) } }
    .home-2 .item .id::before {
  margin-right: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
    @media (min-width: 1200px) {.home-2 .item .id::before {
    margin-right: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) } }
  .home-2 .item:hover .img 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-2 .item:hover .description, .home-2 .item:hover .button {
  --tw-translate-y: 0;
  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 }
  .home-2 .item:hover .description {
  transition-delay: 100ms }
  .home-2 .item:hover .button {
  transition-delay: 300ms }

.home-2 .img::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); }

.home-2 .wrapper {
  padding-left: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  padding-right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  padding-top: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
  padding-bottom: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }

@media (min-width: 1200px) {.home-2 .wrapper {
    padding-left: calc(54/1920*100rem);
    padding-right: calc(54/1920*100rem);
    padding-top: 5.208333333333334rem;
    padding-bottom: 3.125rem } }

.home-2 .swiper-column-auto {
  --mr: 0px; }

.home-2 .description, .home-2 .button {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms }

@media (min-width: 1200px) {.home-2 .description, .home-2 .button {
    --tw-translate-y: clamp(16px, calc(16/1920*100rem), calc(16/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));
    opacity: 0 } }

.home-2 .swiper-scrollbar.swiper-scrollbar {
  --spv: 3;
  --mr: 0px;
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 50%;
  --tw-translate-x: -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)) }

@media (min-width: 576px) {
  .home-2 .swiper-scrollbar.swiper-scrollbar {
    width: calc(calc(calc(100% - calc(var(--mr) * calc(var(--spv) - 1)))/var(--spv)) - calc(60/1920*100rem)); } }

@media (max-width: 1599.98px) {
  .home-2 .des-wrapper {
    flex: 1 1 0% }
  .home-2 .description {
    position: absolute;
    inset: 0 } }

.home-3 .item {
  padding-top: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
  padding-bottom: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }
  .home-3 .item:first-child .description {
  font-size: clamp(20px, calc(24/1920*100rem), calc(24/1920*100rem));
  line-height: 1.25 }

@media (min-width: 1200px) {
  .home-5 .col-right {
    margin-right: calc(-180/800*100%); } }

.home-5 .img {
  display: none }
  .home-5 .img.active {
  display: block }
  .home-5 .img::before {
    content: '';
    position: absolute;
    top: calc(clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) * -1);
    right: calc(clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) * -1);
    width: 100%;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(249 196 2 / var(--tw-bg-opacity, 1)) }
  @media (min-width: 1200px) {.home-5 .img::before {
    top: calc(calc(32/1920*100rem) * -1);
    right: calc(calc(32/1920*100rem) * -1) } }
  .home-5 .img::after {
    content: '';
    height: calc(251/650*100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none }

.home-5 .item.active .title, .home-5 .item:hover .title {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(249 196 2 / var(--tw-text-opacity, 1)) }

.home-5 .square {
  bottom: calc(clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) * -1);
  left: calc(clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) * -1) }

@media (min-width: 1200px) {.home-5 .square {
    bottom: calc(calc(32/1920*100rem) * -1);
    left: calc(calc(32/1920*100rem) * -1) } }

.home-5 .square {
  max-width: calc(182 / 640 * 100%) }

.home-5 .item-trigger {
  overflow: visible }

.home-8 .item {
  min-height: 20.833333333333336rem }

.home-8 .img a::before {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1 }

.news-detail .cat {
  display: flex;
  align-items: center }
  .news-detail .cat::before {
    content: '';
    margin-left: clamp(6px, calc(6/1920*100rem), calc(6/1920*100rem));
    margin-right: clamp(6px, calc(6/1920*100rem), calc(6/1920*100rem));
    display: block;
    width: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
    height: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }
  @media (min-width: 1200px) {.news-detail .cat::before {
    margin-left: 0.5208333333333334rem;
    margin-right: 0.5208333333333334rem } }
  .news-detail .cat::before {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1)) }

.news-list .search {
  display: flex;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  position: relative;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }
  .news-list .search input {
  width: 100%;
  flex: 1 1 0%;
  display: block }
  .news-list .search button {
  display: flex;
  width: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
  height: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
  align-items: center;
  justify-content: center }
    .news-list .search button i {
  font-size: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  line-height: 1.4 }
  .news-list .search.loading-search {
  overflow: hidden;
  padding-left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-right: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }
    .news-list .search.loading-search::after {
      content: '';
      position: absolute;
      inset: 0;
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) }
    @keyframes ping {75%, 100% {
    transform: scale(2);
    opacity: 0 } }
    .news-list .search.loading-search::after {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  cursor: not-allowed }
    .news-list .search.loading-search::before {
      content: '';
      background-image: url("../img/loading.svg");
      background-size: clamp(30px, calc(30/1920*100rem), calc(30/1920*100rem));
      position: absolute;
      inset: 0;
      background-position: center;
      background-repeat: no-repeat }

.news-list .box-padding li a {
  display: block;
  padding-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1)) }

.news-list .box-padding li.active a, .news-list .box-padding li:hover a {
  --tw-text-opacity: 1;
  color: rgb(249 196 2 / var(--tw-text-opacity, 1)) }

.shareholder-detail select {
  background-image: url('data:image/svg+xml,<svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.1875 1.63281L8.47266 8.06641C8.26172 8.24219 8.05078 8.3125 7.875 8.3125C7.66406 8.3125 7.45312 8.24219 7.27734 8.10156L0.527344 1.63281C0.175781 1.31641 0.175781 0.753906 0.492188 0.4375C0.808594 0.0859375 1.37109 0.0859375 1.6875 0.402344L7.875 6.30859L14.0273 0.402344C14.3438 0.0859375 14.9062 0.0859375 15.2227 0.4375C15.5391 0.753906 15.5391 1.31641 15.1875 1.63281Z" fill="%23292929"/></svg>');
  background-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) clamp(9px, calc(9/1920*100rem), calc(9/1920*100rem));
  background-position: center right 1.04167rem;
  padding-top: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-bottom: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-left: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  padding-right: clamp(56px, calc(56/1920*100rem), calc(56/1920*100rem));
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  font-size: clamp(16px, calc(18/1920*100rem), calc(18/1920*100rem));
  line-height: 1.4444;
  font-weight: 500 }

.shareholder-detail .nav-swiper {
  --mr: calc(56/1920*100rem); }
  .shareholder-detail .nav-swiper .swiper-slide {
  width: auto }

.project-detail article ul {
  padding: 0;
  padding-left: 0;
  padding-right: 0 }

.project-detail article li {
  list-style-type: none }
  .project-detail article li::before {
    content: '\f14a';
    margin-right: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700 }

.project-list .list-project {
  margin-left: calc(clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) * -1);
  margin-right: calc(clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) * -1) }

@media (min-width: 576px) {.project-list .list-project {
    margin-left: calc(clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) * -1);
    margin-right: calc(clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) * -1) } }

@media (min-width: 1024px) {.project-list .list-project {
    margin-left: calc(clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) * -1);
    margin-right: calc(clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) * -1) } }

.project-list .project-item {
  width: 50% }

@media (min-width: 768px) {.project-list .project-item {
    width: 33.333333% } }

@media (min-width: 1024px) {.project-list .project-item {
    width: 25% } }

.project-list .project-item {
  padding-left: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  padding-right: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }

@media (min-width: 576px) {.project-list .project-item {
    padding-left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
    padding-right: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) } }

@media (min-width: 1024px) {.project-list .project-item {
    padding-left: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
    padding-right: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) } }

.project-list .project-item {
  position: absolute }

.project-list .filter li a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }

.project-list .filter li.active a, .project-list .filter li:hover a {
  --tw-text-opacity: 1;
  color: rgb(249 196 2 / var(--tw-text-opacity, 1)) }

.project-list .filter li + li::before {
  content: '/';
  margin-left: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  margin-right: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }

@media (min-width: 576px) {.sm\:header-48 {
    font-size: calc(48/1920*100rem);
    line-height: 1.3333 }.sm\:header-56 {
    font-size: calc(56/1920*100rem) } }

@media (min-width: 768px) {.md\:subheader-20 {
    font-size: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
    line-height: 1.4 }.md\:header-32 {
    font-size: calc(32/1920*100rem);
    line-height: 1.25 } }

@media (min-width: 1024px) {.lg\:subheader-20 {
    font-size: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
    line-height: 1.4 }.lg\:header-28 {
    font-size: calc(28/1920*100rem);
    line-height: 1.28571 }.lg\:header-32 {
    font-size: calc(32/1920*100rem);
    line-height: 1.25 }.lg\:header-64 {
    font-size: calc(64/1920*100rem);
    line-height: 1.34375 } }

@media (min-width: 1200px) {.xl\:header-40 {
    font-size: calc(40/1920*100rem);
    line-height: 1.2 }.xl\:header-48 {
    font-size: calc(48/1920*100rem);
    line-height: 1.3333 }.xl\:header-64 {
    font-size: calc(64/1920*100rem);
    line-height: 1.34375 } }

.\[\&_i\]\:subheader-24 i {
  font-size: clamp(20px, calc(24/1920*100rem), calc(24/1920*100rem));
  line-height: 1.25 }

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute }

.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0 }

.before\:z-1::before {
  content: var(--tw-content);
  z-index: 1 }

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute }

.after\:left-0::after {
  content: var(--tw-content);
  left: 0 }

.after\:top-full::after {
  content: var(--tw-content);
  top: 100% }

.after\:mx-2::after {
  content: var(--tw-content);
  margin-left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  margin-right: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }

.after\:mt-1::after {
  content: var(--tw-content);
  margin-top: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }

.after\:block::after {
  content: var(--tw-content);
  display: block }

.after\:h-1px::after {
  content: var(--tw-content);
  height: clamp(1px, calc(1/1920*100rem), calc(1/1920*100rem)) }

.after\:w-10::after {
  content: var(--tw-content);
  width: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }

.after\:w-1px::after {
  content: var(--tw-content);
  width: clamp(1px, calc(1/1920*100rem), calc(1/1920*100rem)) }

.after\:bg-neutral-200::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1)) }

.after\:bg-primary-500::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(249 196 2 / var(--tw-bg-opacity, 1)) }

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }

.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms }

.after\:content-\[attr\(data-suffix\)\]::after {
  --tw-content: attr(data-suffix);
  content: var(--tw-content) }

.odd\:bg-neutral-50\/50:nth-child(odd) {
  background-color: rgb(246 246 246 / 0.5) }

.even\:bg-neutral-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1)) }

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) }

.hover\:text-darkBlue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 35 90 / var(--tw-text-opacity, 1)) }

.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(249 196 2 / var(--tw-text-opacity, 1)) }

.hover\:shadow-figma_Light:hover {
  --tw-shadow: calc(4/1920*100rem) calc(4/1920*100rem) calc(32/1920*100rem) calc(16/1920*100rem) rgba(0,0,0,0.08);
  --tw-shadow-colored: calc(4/1920*100rem) calc(4/1920*100rem) calc(32/1920*100rem) calc(16/1920*100rem) rgba(0,0,0,0.08);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) }

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) }

.hover\:after\:w-full:hover::after {
  content: var(--tw-content);
  width: 100% }

.group:nth-child(even) .group-even\:flex-col-reverse {
  flex-direction: column-reverse }

.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: clamp(8px, calc(8/1920*100rem), 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)) }

.group\/title:hover .group-hover\/title\:text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(249 196 2 / var(--tw-text-opacity, 1)) }

.rem\:mb-10 {
  margin-bottom: calc(40/1920*100rem) }

.rem\:mt-10 {
  margin-top: calc(40/1920*100rem) }

.rem\:mt-12 {
  margin-top: calc(48/1920*100rem) }

.rem\:mt-16 {
  margin-top: calc(64/1920*100rem) }

.rem\:mt-8 {
  margin-top: calc(32/1920*100rem) }

.rem\:h-\[550px\] {
  height: 28.645833333333336rem }

.rem\:min-h-\[148px\] {
  min-height: 7.708333333333334rem }

.rem\:min-h-\[840px\] {
  min-height: 43.75rem }

.rem\:p-5 {
  padding: calc(20/1920*100rem) }

.rem\:px-\[64px\] {
  padding-left: 3.3333333333333335rem;
  padding-right: 3.3333333333333335rem }

.rem\:text-\[24px\] {
  font-size: 1.25rem }

.rem\:text-\[44px\] {
  font-size: 2.291666666666667rem }

.clamp\:mt-\[6px\] {
  margin-top: clamp(6px, calc(6/1920*100rem), calc(6/1920*100rem)) }

.clamp\:min-h-\[300px\] {
  min-height: clamp(300px, calc(300/1920*100rem), calc(300/1920*100rem)) }

.clamp\:text-\[18px\] {
  font-size: clamp(18px, calc(18/1920*100rem), calc(18/1920*100rem)) }

.after\:clamp\:h-\[10px\]::after {
  content: var(--tw-content);
  height: clamp(10px, calc(10/1920*100rem), calc(10/1920*100rem)) }

@media (min-width: 576px) {.sm\:w-16 {
    width: clamp(64px, calc(64/1920*100rem), calc(64/1920*100rem)) }.sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) }.sm\:justify-end {
    justify-content: flex-end }.sm\:py-5 {
    padding-top: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
    padding-bottom: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.sm\:text-\[18px\] {
    font-size: 18px } }

@media (min-width: 768px) {.md\:block {
    display: block }.md\:hidden {
    display: none }.md\:w-1\/2 {
    width: 50% }.md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) }.md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) }.md\:pt-3 {
    padding-top: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }.md\:clamp\:min-h-\[240px\] {
    min-height: clamp(240px, calc(240/1920*100rem), calc(240/1920*100rem)) }.md\:clamp\:pb-\[30px\] {
    padding-bottom: clamp(30px, calc(30/1920*100rem), calc(30/1920*100rem)) } }

@media (min-width: 1024px) {.lg\:absolute {
    position: absolute }.lg\:col-span-3 {
    grid-column: span 3 / span 3 }.lg\:col-span-4 {
    grid-column: span 4 / span 4 }.lg\:col-span-5 {
    grid-column: span 5 / span 5 }.lg\:col-span-7 {
    grid-column: span 7 / span 7 }.lg\:col-span-8 {
    grid-column: span 8 / span 8 }.lg\:col-span-9 {
    grid-column: span 9 / span 9 }.lg\:mx-0 {
    margin-left: 0;
    margin-right: 0 }.lg\:block {
    display: block }.lg\:hidden {
    display: none }.lg\:w-24 {
    width: clamp(96px, calc(96/1920*100rem), calc(96/1920*100rem)) }.lg\:w-full {
    width: 100% }.lg\:max-w-\[calc\(440\/1400\*100\%\)\] {
    max-width: calc(440 / 1400 * 100%) }.lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) }.lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) }.lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) }.lg\:gap-5 {
    gap: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.lg\:p-3 {
    padding: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }.lg\:px-1 {
    padding-left: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
    padding-right: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }.lg\:pb-0 {
    padding-bottom: 0 }.lg\:max-w-clamp-600px {
    max-width: clamp(600px, calc(600/1920*100rem), calc(600/1920*100rem)) }.group:nth-child(even) .lg\:group-even\:order-2 {
    order: 2 }.lg\:rem\:mt-6 {
    margin-top: calc(24/1920*100rem) } }

@media (min-width: 1200px) {.xl\:-ml-10 {
    margin-left: calc(clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) * -1) }.xl\:mt-6 {
    margin-top: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }.xl\:block {
    display: block }.xl\:hidden {
    display: none }.xl\:w-20 {
    width: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)) }.xl\:w-\[calc\(160\/440\*100\%\)\] {
    width: calc(160 / 440 * 100%) }.xl\:gap-1 {
    gap: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }.xl\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px }.xl\:py-20 {
    padding-top: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem));
    padding-bottom: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)) }.xl\:py-5 {
    padding-top: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
    padding-bottom: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.xl\:pb-20 {
    padding-bottom: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)) }.xl\:pb-24 {
    padding-bottom: clamp(96px, calc(96/1920*100rem), calc(96/1920*100rem)) }.xl\:pl-20 {
    padding-left: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)) }.xl\:pr-6 {
    padding-right: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }.xl\:pt-20 {
    padding-top: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)) }.xl\:pt-6 {
    padding-top: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }.xl\:rem\:-ml-5 {
    margin-left: calc(calc(20/1920*100rem) * -1) }.xl\:rem\:-mr-20 {
    margin-right: calc(calc(80/1920*100rem) * -1) }.xl\:rem\:ml-6 {
    margin-left: calc(24/1920*100rem) }.xl\:rem\:ml-8 {
    margin-left: calc(32/1920*100rem) }.xl\:rem\:mt-10 {
    margin-top: calc(40/1920*100rem) }.xl\:rem\:size-\[50px\] {
    width: 2.604166666666667rem;
    height: 2.604166666666667rem }.xl\:rem\:w-20 {
    width: calc(80/1920*100rem) }.xl\:rem\:max-w-\[890px\] {
    max-width: 46.35416666666667rem }.xl\:rem\:gap-6 {
    gap: calc(24/1920*100rem) }.xl\:rem\:gap-x-20 {
    -moz-column-gap: calc(80/1920*100rem);
         column-gap: calc(80/1920*100rem) }.xl\:rem\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(80/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(80/1920*100rem) * var(--tw-space-y-reverse)) }.xl\:rem\:space-y-\[100px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5.208333333333334rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.208333333333334rem * var(--tw-space-y-reverse)) }.xl\:rem\:p-10 {
    padding: calc(40/1920*100rem) }.xl\:rem\:p-6 {
    padding: calc(24/1920*100rem) }.xl\:rem\:p-8 {
    padding: calc(32/1920*100rem) }.xl\:rem\:px-6 {
    padding-left: calc(24/1920*100rem);
    padding-right: calc(24/1920*100rem) }.xl\:rem\:px-8 {
    padding-left: calc(32/1920*100rem);
    padding-right: calc(32/1920*100rem) }.xl\:rem\:py-6 {
    padding-top: calc(24/1920*100rem);
    padding-bottom: calc(24/1920*100rem) }.xl\:rem\:py-\[70px\] {
    padding-top: 3.6458333333333335rem;
    padding-bottom: 3.6458333333333335rem }.xl\:rem\:pb-10 {
    padding-bottom: calc(40/1920*100rem) }.xl\:rem\:pl-10 {
    padding-left: calc(40/1920*100rem) }.xl\:rem\:pl-\[60px\] {
    padding-left: 3.125rem }.xl\:rem\:pl-\[86px\] {
    padding-left: 4.479166666666667rem }.xl\:rem\:pr-\[110px\] {
    padding-right: 5.729166666666667rem }.xl\:rem\:pr-\[153px\] {
    padding-right: 7.96875rem }.xl\:clamp\:py-\[11px\] {
    padding-top: clamp(11px, calc(11/1920*100rem), calc(11/1920*100rem));
    padding-bottom: clamp(11px, calc(11/1920*100rem), calc(11/1920*100rem)) }.xl\:clamp\:pb-\[100px\] {
    padding-bottom: clamp(100px, calc(100/1920*100rem), calc(100/1920*100rem)) }.xl\:clamp\:pb-\[104px\] {
    padding-bottom: clamp(104px, calc(104/1920*100rem), calc(104/1920*100rem)) }.xl\:clamp\:pr-\[10px\] {
    padding-right: clamp(10px, calc(10/1920*100rem), calc(10/1920*100rem)) }.xl\:clamp\:pt-\[160px\] {
    padding-top: clamp(160px, calc(160/1920*100rem), calc(160/1920*100rem)) } }

@media (min-width: 1440px) {.\32xl\:rem\:px-\[100px\] {
    padding-left: 5.208333333333334rem;
    padding-right: 5.208333333333334rem } }

@media (max-width: 575.98px) {.-sm\:gap-3 {
    gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) } }

@media (max-width: 767.98px) {.-md\:pt-4 {
    padding-top: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }.-md\:pt-7 {
    padding-top: clamp(28px, calc(28/1920*100rem), calc(28/1920*100rem)) } }

@media (max-width: 1023.98px) {.-lg\:order-2 {
    order: 2 }.-lg\:col-span-full {
    grid-column: 1 / -1 }.-lg\:mt-3 {
    margin-top: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) } }

.\[\&_\>\*\]\:h-full >* {
  height: 100% }

.\[\&_iframe\]\:h-full iframe {
  height: 100% }

.\[\&_iframe\]\:w-full iframe {
  width: 100% }

.\[\&_img\]\:size-full img {
  width: 100%;
  height: 100% }

.\[\&_img\]\:h-auto img {
  height: auto }

.\[\&_img\]\:w-full img {
  width: 100% }

.\[\&_img\]\:object-contain img {
  -o-object-fit: contain;
     object-fit: contain }

.\[\&_img\]\:object-cover img {
  -o-object-fit: cover;
     object-fit: cover }

.\[\&_img\]\:p-\[12\%\] img {
  padding: 12% }

.\[\&_img\]\:transition-all img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }

.\[\&_img\]\:duration-500 img {
  transition-duration: 500ms }

.\[\&_img\]\:rem\:h-\[50px\] img {
  height: 2.604166666666667rem }

@media (min-width: 1200px) {.xl\:\[\&_img\]\:clamp\:h-\[65px\] img {
    height: clamp(65px, calc(65/1920*100rem), calc(65/1920*100rem)) } }

.\[\&_video\]\:size-full video {
  width: 100%;
  height: 100% }

.\[\&_video\]\:object-cover video {
  -o-object-fit: cover;
     object-fit: cover }

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