.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) and (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)); } }
  @media (min-width: 1200px) {
      .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) and (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, .container-header, .container-esg {
  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, .container-header, .container-esg {
    max-width: 64.58333333333334rem;
    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 {
  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: 5.208333333333334rem;
    padding-right: 5.208333333333334rem }.container-header {
    max-width: 100%;
    padding-left: 3.4375rem;
    padding-right: 3.4375rem }.container-esg {
    max-width: 100%;
    padding-left: 6.25rem;
    padding-right: 6.25rem } }

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.05); } }
  .zoom-img .img {
  overflow: hidden }
  .zoom-img img, .zoom-img svg {
    transition: 0.3s transform ease-in-out !important; }
  .zoom-img .not-zoom img, .zoom-img .not-zoom svg {
    transform: none !important;
    transition: none !important; }
  .zoom-img .img:not(.not-zoom) {
  overflow: hidden }
    .zoom-img .img:not(.not-zoom) img, .zoom-img .img:not(.not-zoom) svg {
      transition: 0.3s transform ease-in-out !important; }

@media (min-width: 1200px) {
  .zoom-img .img:not(.not-zoom):hover img, .zoom-img .img:not(.not-zoom):hover svg {
    transform: scale(1.1); } }

.zoom-img-rotate {
  overflow: hidden; }
  .zoom-img-rotate:hover img {
    transform: scale(1.05) rotate(2deg); }
  .zoom-img-rotate img {
    transition: .3s all ease-in-out; }

@keyframes blink_cursor {
  from {
    opacity: 0; }
  to {
    opacity: 100; } }

@keyframes cloud {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -100vw; } }

@keyframes beforeThumbShow {
  0% {
    width: calc(100% * var(--data-delay-clean) + clamp(12px,calc(12/1920*100rem),calc(12/1920*100rem)));
    opacity: 100; }
  70% {
    opacity: 100; }
  100% {
    width: 100%;
    opacity: 0; } }

@keyframes thumbShow {
  0% {
    margin-right: 100%;
    opacity: 0; }
  100% {
    margin-right: 0;
    opacity: 100; } }

@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

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

@keyframes ping {
  0% {
    transform: scale(0.2);
    opacity: 0.8; }
  80% {
    transform: scale(1.2);
    opacity: 0.09; }
  100% {
    transform: scale(2.2);
    opacity: 0; } }

@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 flip-in-ver-right {
  0% {
    transform: rotateY(-80deg);
    opacity: 0; }
  100% {
    transform: rotateY(0);
    opacity: 1; } }

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

@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px; }
  30% {
    box-shadow: 9984px 0 0 2px; }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px; } }

@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px; }
  30% {
    box-shadow: 9999px 0 0 2px; }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px; } }

@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px; }
  30% {
    box-shadow: 10014px 0 0 2px; }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px; } }

@keyframes flip-in-ver-left {
  0% {
    transform: rotateY(80deg);
    opacity: 0; }
  100% {
    transform: rotateY(0);
    opacity: 1; } }

@keyframes flip-in-ver-right {
  0% {
    transform: rotateY(-80deg);
    opacity: 0; }
  100% {
    transform: rotateY(0);
    opacity: 1; } }

@keyframes float {
  0% {
    transform: translatey(0); }
  50% {
    box-shadow: 0 clamp(10px, calc(10/1920*100rem), calc(10/1920*100rem)) clamp(10px, calc(10/1920*100rem), calc(10/1920*100rem)) 0 rgba(0, 0, 0, 0.2);
    transform: translatey(clamp(-20px, calc(-20/1920*100rem), calc(-20/1920*100rem))); }
  100% {
    transform: translatey(0); } }

@keyframes shake-horizontal {
  0%,
  100% {
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70% {
    transform: translateX(-10px); }
  20%,
  40%,
  60% {
    transform: translateX(10px); }
  80% {
    transform: translateX(8px); }
  90% {
    transform: translateX(-8px); } }

.btn {
  transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  border-radius: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  white-space: nowrap }
  .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(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }

.btn-primary {
  min-height: 56px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1));
  padding-left: clamp(48px, calc(48/1920*100rem), calc(48/1920*100rem));
  padding-right: clamp(48px, calc(48/1920*100rem), calc(48/1920*100rem));
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 1.25rem }

@media (min-width: 1024px) {.btn-primary {
    min-height: 3.125rem } }

.btn-primary {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms }

@media (min-width: 1200px) {.btn-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1)) } }
  .btn-primary.min {
  align-items: center;
  padding-left: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  padding-right: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem));
  line-height: 1.5;
  min-height: clamp(52px, calc(52/1920*100rem), calc(52/1920*100rem)) }
    .btn-primary.min span {
  font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem));
  line-height: 1.5;
  font-weight: 700 }
    .btn-primary.min i {
  font-size: clamp(18px,calc(18/1920*100rem),calc(18/1920*100rem));
  line-height: 1.5 }

.btn-secondary {
  color: var(--btn-color, #9A0BAF);
  --tw-border-opacity: 1;
  border-color: rgb(0 68 124 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  font-weight: 700;
  min-height: 2.291666666666667rem;
  font-size: clamp(15px, calc(15/1920*100rem), calc(15/1920*100rem));
  padding-left: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  padding-right: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }

@media (min-width: 1200px) {
  .btn-secondary:hover {
    background-color: var(--btn-color, #9A0BAF);
    border-color: var(--btn-color, #9A0BAF);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
    .btn-secondary:hover img {
    --tw-brightness: brightness(0);
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) }
    .btn-secondary:hover path {
      fill: white; } }
  .btn-secondary img, .btn-secondary .svg-generate {
  width: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  height: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }
  @media (min-width: 576px) {.btn-secondary img, .btn-secondary .svg-generate {
    width: clamp(28px, calc(28/1920*100rem), calc(28/1920*100rem));
    height: clamp(28px, calc(28/1920*100rem), calc(28/1920*100rem)) } }
  .btn-secondary img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  -o-object-fit: contain;
     object-fit: contain }

.btn-tertiary {
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1));
  text-align: right;
  justify-content: flex-start;
  white-space: normal }
  .btn-tertiary.btn-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
    .btn-tertiary.btn-white i {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) }
  .btn-tertiary i {
    transition: border 0.4s cubic-bezier(0.5, 0.24, 0, 1);
    flex: none;
    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;
    border-radius: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
    border-width: clamp(2px,calc(2/1920*100rem),calc(2/1920*100rem));
    --tw-border-opacity: 1;
    border-color: rgb(0 68 124 / var(--tw-border-opacity, 1)) }

@media (min-width: 1200px) {
  .btn-tertiary:hover i {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(243 111 34 / var(--tw-text-opacity, 1)) } }

.btn-small {
  min-height: 52px;
  min-width: 9.895833333333334rem;
  font-size: clamp(13px, calc(13/1920*100rem), calc(13/1920*100rem)) }

@media (min-width: 1200px) {.btn-small {
    min-height: 2.7083333333333335rem } }

.btn-small {
  padding-left: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
  padding-right: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }

.popup-news.fancybox__container .fancybox__viewport .fancybox__content {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  border-width: 0px;
  background-color: transparent;
  max-width: clamp(480px, calc(480/1920*100rem), calc(480/1920*100rem));
  width: 100% }
  .popup-news.fancybox__container .fancybox__viewport .fancybox__content button[data-fancybox-close] {
    filter: drop-shadow(0 2px 5px #f36f22);
    top: 0;
    right: 0 }
  @media (min-width: 576px) {.popup-news.fancybox__container .fancybox__viewport .fancybox__content button[data-fancybox-close] {
    --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)) } }
  .popup-news.fancybox__container .fancybox__viewport .fancybox__content button[data-fancybox-close] {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  width: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem));
  height: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) }
    .popup-news.fancybox__container .fancybox__viewport .fancybox__content button[data-fancybox-close] i {
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1));
  font-size: clamp(28px, calc(28/1920*100rem), calc(28/1920*100rem)) }

.popup-news .swiper-column-auto {
  overflow: hidden;
  border-radius: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  border-width: clamp(4px,calc(4/1920*100rem),calc(4/1920*100rem));
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) }

.popup-news .swiper-slide.swiper-slide.swiper-slide {
  --spv: 1;
  --mr: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)); }

.popup-news .item .link {
  font-size: clamp(20px, calc(24/1920*100rem), calc(24/1920*100rem));
  line-height: 1.33333;
  min-height: 44px;
  border-radius: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
  font-weight: 700;
  margin-top: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1));
  display: flex;
  align-items: center;
  justify-content: center }

.popup-news .swiper-pagination.swiper-pagination.swiper-pagination {
  bottom: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  display: flex;
  align-items: center;
  justify-content: center }
  .popup-news .swiper-pagination.swiper-pagination.swiper-pagination span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 1 }
    .popup-news .swiper-pagination.swiper-pagination.swiper-pagination span.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1)) }

.popup-contact.fancybox__container .fancybox__viewport .fancybox__slide.fancybox__slide {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1));
  padding: 0;
  padding-left: 0;
  padding-right: 0 }
  .popup-contact.fancybox__container .fancybox__viewport .fancybox__slide.fancybox__slide::before {
  margin: 0;
  flex: none }

.popup-contact.fancybox__container .fancybox__viewport .fancybox__content.fancybox__content {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  border-style: none;
  padding: 0;
  padding-bottom: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
  padding-left: 0;
  padding-right: 0 }
  .popup-contact.fancybox__container .fancybox__viewport .fancybox__content.fancybox__content::after {
    content: '';
    height: 20px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1)) }
  @media (min-width: 1024px) {.popup-contact.fancybox__container .fancybox__viewport .fancybox__content.fancybox__content::after {
    height: 3.125rem }
  .popup-contact.fancybox__container .fancybox__viewport .fancybox__content.fancybox__content [data-fancybox-close] {
    position: static;
    margin-left: auto;
    margin-right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
    margin-top: 3.125rem }
  @media (min-width: 1200px) {.popup-contact.fancybox__container .fancybox__viewport .fancybox__content.fancybox__content [data-fancybox-close] {
      margin-right: 3.125rem } } }
  @media (max-width: 1023.98px) {
    .popup-contact.fancybox__container .fancybox__viewport .fancybox__content.fancybox__content [data-fancybox-close] {
    position: sticky;
    margin-left: auto } }
  .popup-contact.fancybox__container .fancybox__viewport .fancybox__content.fancybox__content [data-fancybox-close] i {
  font-size: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }
    @media (max-width: 1023.98px) {
      .popup-contact.fancybox__container .fancybox__viewport .fancybox__content.fancybox__content [data-fancybox-close] i {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) } }
  .popup-contact.fancybox__container .fancybox__viewport .fancybox__content.fancybox__content .img a {
  border-radius: 0px }

.popup-contact.fancybox__container .fancybox__viewport .form-group {
  position: relative;
  margin-bottom: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }
  .popup-contact.fancybox__container .fancybox__viewport .form-group::before {
  font-family: 'Font Awesome 6 Pro';
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1));
  font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  position: absolute;
  top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  left: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  z-index: 1 }
  .popup-contact.fancybox__container .fancybox__viewport .form-group::after {
    content: '|';
    font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
    position: absolute;
    top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
    left: clamp(48px, calc(48/1920*100rem), calc(48/1920*100rem));
    --tw-text-opacity: 1;
    color: rgb(129 129 129 / var(--tw-text-opacity, 1)) }
  .popup-contact.fancybox__container .fancybox__viewport .form-group input::-moz-placeholder, .popup-contact.fancybox__container .fancybox__viewport .form-group textarea::-moz-placeholder, .popup-contact.fancybox__container .fancybox__viewport .form-group select::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
  .popup-contact.fancybox__container .fancybox__viewport .form-group input::placeholder, .popup-contact.fancybox__container .fancybox__viewport .form-group textarea::placeholder, .popup-contact.fancybox__container .fancybox__viewport .form-group select::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
  .popup-contact.fancybox__container .fancybox__viewport .form-group input, .popup-contact.fancybox__container .fancybox__viewport .form-group textarea, .popup-contact.fancybox__container .fancybox__viewport .form-group select {
  padding-left: clamp(64px, calc(64/1920*100rem), calc(64/1920*100rem));
  padding-right: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }

.popup-contact.fancybox__container .fancybox__viewport .form-name::before {
  content: '\f007'; }

.popup-contact.fancybox__container .fancybox__viewport .form-email::before {
  content: '\f0e0'; }

.popup-contact.fancybox__container .fancybox__viewport .form-phone::before {
  content: '\f095'; }

.popup-contact.fancybox__container .fancybox__viewport .form-product::before {
  content: '\e4c4'; }

.popup-contact.fancybox__container .fancybox__viewport .form-content::before {
  content: '\f304'; }

.popup-contact.fancybox__container .fancybox__viewport .prose h1, .popup-contact.fancybox__container .fancybox__viewport .prose h2, .popup-contact.fancybox__container .fancybox__viewport .prose h3, .popup-contact.fancybox__container .fancybox__viewport .prose h4 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }

.popup-contact.fancybox__container .fancybox__viewport .prose p {
  line-height: 1.25 }

.popup-contact.fancybox__container .fancybox__viewport .prose ul li {
  list-style: square; }

@media (max-width: 767.98px) {
  .popup-contact.fancybox__container .fancybox__viewport .form-wrap > .w-fit {
    margin-left: auto;
    margin-right: auto } }

.popup-content.fancybox__container .fancybox__viewport .fancybox__content {
  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(40px, calc(40/1920*100rem), calc(40/1920*100rem));
  padding-bottom: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
  max-width: clamp(680px, calc(680/1920*100rem), calc(680/1920*100rem)) }

@media (min-width: 1200px) {.popup-content.fancybox__container .fancybox__viewport .fancybox__content {
    padding: calc(40/1920*100rem) } }
  .popup-content.fancybox__container .fancybox__viewport .fancybox__content .img a {
  border-radius: 0px }

.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));
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1));
  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));
  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(243 111 34 / 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__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(18px,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)) }

.form-group input, .form-group textarea, .form-group select {
  display: block;
  width: 100%;
  font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem));
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 100 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding-top: clamp(10px, calc(10/1920*100rem), calc(10/1920*100rem));
  padding-bottom: clamp(10px, calc(10/1920*100rem), calc(10/1920*100rem));
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none }
  .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)) }

.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(0 68 124 / 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(0 68 124 / 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(18px,calc(20/1920*100rem),calc(20/1920*100rem));
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1)) }

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

.section-product-brand-2 .product-list .search-page .list-search {
  align-content: space-between }

@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(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
  @media (min-width: 1200px) {.wp-pagination ul {
    gap: clamp(20px, calc(20/1920*100rem), calc(20/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));
      border-radius: clamp(4px, calc(4/1920*100rem), calc(4/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 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 {
  border-radius: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  background-color: rgb(243 111 34 / 0.08);
  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(14px, calc(14/1920*100rem), calc(14/1920*100rem));
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  font-weight: 600;
  position: relative;
  z-index: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) }
      .wp-pagination ul li.disabled a {
  background-color: transparent }
      .wp-pagination ul li.active:not(.disabled), .wp-pagination ul li:hover:not(.disabled) {
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16); }
        .wp-pagination ul li.active:not(.disabled) a, .wp-pagination ul li:hover:not(.disabled) a {
  --tw-bg-opacity: 1;
  background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-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(243 111 34 / 0.3) }

.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(48px,calc(48/1920*100rem),calc(48/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 {
      background-image: url(../img/slide/arrow-right.svg);
      --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)) }
  .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 {
      background-image: url(../img/slide/arrow-right.svg); }
  @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;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    z-index: 3;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 68 124 / var(--tw-border-opacity, 1));
    border-radius: 9999px }
    .arrow-button .swiper-button-prev::after, .arrow-button .swiper-button-next::after {
      content: '';
      inset: clamp(11px, calc(11/1920*100rem), calc(11/1920*100rem)) }
    @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;
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x }

@media (min-width: 1200px) {
  .arrow-button .swiper-button-prev:hover::after, .arrow-button .swiper-button-next:hover::after {
    background-position: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)); }
  .arrow-button.arrow-2 .swiper-button-prev {
    right: calc(100% - var(--data-length)); } }
  .arrow-button.arrow-2 .swiper-button-prev::after {
    background-image: url(../img/slide/arrow-right-2.svg); }

@media (min-width: 1200px) {
  .arrow-button.arrow-2 .swiper-button-next {
    left: calc(100% - var(--data-length)); } }
  .arrow-button.arrow-2 .swiper-button-next::after {
    background-image: url(../img/slide/arrow-right-2.svg); }
  .arrow-button.arrow-2 .swiper-button-prev, .arrow-button.arrow-2 .swiper-button-next {
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1)) }

@media (min-width: 1200px) {
  .arrow-button.arrow-2.arrow-outside .swiper-button-prev {
    right: calc(100% + 10px); } }
  @media (min-width: 1366px) {
    .arrow-button.arrow-2.arrow-outside .swiper-button-prev {
      right: calc(100% + 20px); } }
  @media (min-width: 1700px) {
    .arrow-button.arrow-2.arrow-outside .swiper-button-prev {
      right: calc(100% + 24/1920*100rem); } }

@media (min-width: 1200px) {
  .arrow-button.arrow-2.arrow-outside .swiper-button-next {
    left: calc(100% + 10px); } }
  @media (min-width: 1366px) {
    .arrow-button.arrow-2.arrow-outside .swiper-button-next {
      left: calc(100% + 20px); } }
  @media (min-width: 1700px) {
    .arrow-button.arrow-2.arrow-outside .swiper-button-next {
      left: calc(100% + 24/1920*100rem); } }
  @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; } }
  @media (max-width: 1200px) {
    .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%);
        right: unset;
        left: unset; }
      .arrow-button.no-responsive .swiper-button-prev {
        left: 0; }
      .arrow-button.no-responsive .swiper-button-next {
        right: 0; } }
  .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)) }
  .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 .swiper-slide {
    --spv: 2; }
  .swiper-column-auto.auto-3-column .swiper-slide {
    --spv: 2; } }

@media (min-width: 1024px) {
  .swiper-column-auto.auto-3-column .swiper-slide {
    --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 .swiper-slide {
    --spv: 2; } }

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

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

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

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

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

@media (min-width: 1200px) {
  .swiper-column-auto.auto-5-column .swiper-slide {
    --spv: 5; } }
  @media (max-width: 575.98px) {
    .swiper-column-auto.show-half-mobile .swiper-slide {
      width: 80%; } }
  .swiper-column-auto.allow-touchMove .swiper-slide {
  cursor: grab }
  .swiper-column-auto .swiper-scrollbar.swiper-scrollbar {
  position: static;
  margin-top: clamp(24px, calc(24/1920*100rem), calc(24/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(0 68 124 / 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 (max-width: 767.98px) {
  .popup-contact.fancybox__container .fancybox__viewport .form-wrap > .swiper-center .swiper-wrapper {
    margin-left: auto;
    margin-right: auto } }

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

.swiper.swiper-grid .swiper-slide {
  height: auto !important }

.kid-theme *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(241 115 172 / var(--tw-bg-opacity, 1)) }

.kid-theme *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(241 115 172 / var(--tw-bg-opacity, 1)) }

.kid-theme .course-1 .background path:nth-of-type(1) {
  fill: #FDE9F1 }

.kid-theme .course-1 .background path:nth-of-type(2) {
  fill: #F8C1D9 }

.kid-theme .course-1 .sub-title {
  --tw-bg-opacity: 1;
  background-color: rgb(241 115 172 / var(--tw-bg-opacity, 1)) }

.kid-theme .course-1 .description span {
  --tw-text-opacity: 1 !important;
  color: rgb(241 115 172 / var(--tw-text-opacity, 1)) !important }

.kid-theme .box-course {
  --tw-bg-opacity: 1;
  background-color: rgb(253 233 241 / var(--tw-bg-opacity, 1)) }
  .kid-theme .box-course:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 135 183 / var(--tw-bg-opacity, 1)) }

.kid-theme .course-3 .btn-primary:not(:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(242 135 183 / var(--tw-bg-opacity, 1)) }

.kid-theme .course-4 svg path:nth-of-type(1) {
  fill: #FAD5E5 }

.block-title {
  font-weight: 900;
  font-size: calc(32/1920*100rem);
  line-height: 1.25 }

@media (min-width: 768px) {.block-title {
    font-size: calc(36/1920*100rem) } }

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

@media (max-width: 575.98px) {
  .block-title {
    line-height: 1.5 } }

.block-subtitle {
  font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(36 97 156 / var(--tw-text-opacity, 1)) }

.title-res-64 {
  font-size: 48px;
  font-weight: 900 }

@media (min-width: 1024px) {.title-res-64 {
    font-size: calc(64/1920*100rem) } }

.title-res-54 {
  font-size: 32px;
  font-weight: 900 }

@media (min-width: 768px) {.title-res-54 {
    font-size: 48px } }

@media (min-width: 1024px) {.title-res-54 {
    font-size: 2.8125rem } }

.title-res-46 {
  font-size: 24px;
  font-weight: 900 }

@media (min-width: 768px) {.title-res-46 {
    font-size: 40px } }

@media (min-width: 1024px) {.title-res-46 {
    font-size: 2.3958333333333335rem } }

.title-res-48 {
  font-size: 31px;
  font-weight: 900;
  line-height: 1.25 }

@media (min-width: 1024px) {.title-res-48 {
    font-size: calc(48/1920*100rem) } }

.title-res-40 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25 }

@media (min-width: 1024px) {.title-res-40 {
    font-size: calc(40/1920*100rem) } }

.title-res-40 span {
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }

.title-res-32 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25 }

@media (min-width: 1024px) {.title-res-32 {
    font-size: calc(32/1920*100rem);
    line-height: 1.25 } }

.title-res-24 {
  font-size: 20px }

@media (min-width: 1024px) {.title-res-24 {
    font-size: clamp(20px, calc(24/1920*100rem), calc(24/1920*100rem));
    line-height: 1.33333 } }

#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: 160;
  position: fixed;
  right: 0;
  width: 100%;
  max-width: clamp(270px, calc(270/1920*100rem), calc(270/1920*100rem));
  pointer-events: none;
  top: 30vw }

@media (min-width: 1024px) {#fixed-tool {
    top: 10vw } }

#fixed-tool {
  font-size: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  font-weight: 500;
  display: none !important }
  #fixed-tool i {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-size: 20px }
  @media (min-width: 1024px) {#fixed-tool i {
    font-size: 32px } }
  #fixed-tool .item {
    transform: translateX(calc(100% - 48px));
    pointer-events: auto;
    display: flex;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }

@media (min-width: 1200px) {
  #fixed-tool .item {
    transform: translateX(calc(100% - clamp(65px, calc(65 / 1920 * 100rem), calc(65 / 1920 * 100rem)))); } }
    #fixed-tool .item:hover {
  --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)) }
  #fixed-tool .content {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  margin-left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }
  #fixed-tool .icon {
  width: clamp(48px, calc(48/1920*100rem), calc(48/1920*100rem));
  height: clamp(48px, calc(48/1920*100rem), calc(48/1920*100rem));
  display: flex;
  align-items: center;
  justify-content: center }

@media (min-width: 768px) {
  #fixed-tool .icon {
    width: clamp(65px, calc(65/1920*100rem), calc(65/1920*100rem));
    height: clamp(65px, calc(65/1920*100rem), calc(65/1920*100rem)) } }

body[class*='page-template-ESG'] #fixed-tool {
  display: block }

ul.list-item-added {
  padding-left: clamp(19px, calc(19/1920*100rem), calc(19/1920*100rem));
  list-style-type: disc }

.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' }

.wpforms-field-hidden, .wpforms-field-label {
  display: none }

label.wpforms-label-hide {
  display: none }

input:not([type="submit"]).wpforms-error {
  background-color: rgb(239 68 68 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-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)) }

[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 }
  .edit-link-post span {
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / 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)) }
  .loading.white {
    background-image: url(../img/loading-white.svg); }

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

[stick-to-edge] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }

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

.top-nav {
  width: 100%;
  overflow: auto }

.top-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)); }
  .top-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }
  @media (min-width: 1200px) {.top-nav ul {
    gap: calc(32/1920*100rem) } }
  .top-nav ul {
  list-style-type: none;
  padding: 0;
  padding-left: 0;
  padding-right: 0 }
    .top-nav ul a {
  font-size: clamp(16px, calc(18/1920*100rem), calc(18/1920*100rem));
  display: block;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 1));
  position: relative;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  white-space: nowrap }
      .top-nav ul a::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        height: clamp(1px, calc(1/1920*100rem), calc(1/1920*100rem));
        --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 68 124 / var(--tw-bg-opacity, 1));
        width: 0;
        opacity: 0;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms }
    .top-nav ul li:hover a, .top-nav ul li.active a {
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1)) }
      .top-nav ul li:hover a::before, .top-nav ul li.active a::before {
  width: 100%;
  opacity: 1 }

.auto-image a img {
  height: auto;
  width: 100% }

[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 }

.form-contact {
  --input-height: clamp(44px,calc(44/1920*100rem),calc(44/1920*100rem)); }
  .form-contact .form-group {
  position: relative }
    .form-contact .form-group::before {
      content: '|';
      top: calc(var(--input-height)/4);
      left: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) }
    @media (min-width: 768px) {.form-contact .form-group::before {
    left: 2.3958333333333335rem } }
    .form-contact .form-group::before {
  position: absolute;
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
  pointer-events: none;
  z-index: 2;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }
    .form-contact .form-group i {
      top: calc(var(--input-height)/2);
      position: absolute;
      z-index: 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));
      left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
      display: flex;
      width: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
      align-items: center;
      justify-content: center }
    @media (min-width: 768px) {.form-contact .form-group i {
    left: calc(20/1920*100rem) } }
    .form-contact .form-group select, .form-contact .form-group input, .form-contact .form-group textarea, .form-contact .form-group .selectize-control .item[data-value] {
  font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  padding-left: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }
    @media (min-width: 768px) {.form-contact .form-group select, .form-contact .form-group input, .form-contact .form-group textarea, .form-contact .form-group .selectize-control .item[data-value] {
    padding-left: 3.28125rem } }
    .form-contact .form-group .selectize-control .item[data-value] {
  padding-right: 2.0833333333333335rem;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center }
    .form-contact .form-group select, .form-contact .form-group input, .form-contact .form-group textarea, .form-contact .form-group .selectize-control {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) }
    .form-contact .form-group select, .form-contact .form-group input, .form-contact .form-group textarea {
  display: block;
  width: 100%;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none }
    .form-contact .form-group select, .form-contact .form-group input, .form-contact .form-group textarea, .form-contact .form-group .selectize-control .selectize-input {
  height: var(--input-height);
  padding-top: 0;
  padding-bottom: 0;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1)) }
    .form-contact .form-group textarea {
      height: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem));
      padding-top: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
    .form-contact .form-group .selectize-input {
  display: flex;
  align-items: center;
  border-width: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  overflow: hidden;
  border-radius: 0px;
  padding: 0;
  padding-left: 0;
  padding-right: 0 }
      .form-contact .form-group .selectize-input.not-full input {
        margin-left: 40px !important; }
        @media (min-width: 768px) {
          .form-contact .form-group .selectize-input.not-full input {
            margin-left: 3.28125rem !important; } }
      .form-contact .form-group .selectize-input::after {
        background-image: url('data:image/svg+xml,<svg width="16" height="8" viewBox="0 0 16 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.125 0.6875C1.21875 0.5625 1.34375 0.5 1.5 0.5C1.59375 0.5 1.71875 0.53125 1.8125 0.625L7.96875 6.28125L14.1562 0.625C14.3438 0.4375 14.6562 0.4375 14.8438 0.65625C15.0312 0.84375 15.0312 1.15625 14.8125 1.34375L8.3125 7.34375C8.125 7.53125 7.84375 7.53125 7.65625 7.34375L1.15625 1.34375C0.9375 1.1875 0.9375 0.875 1.125 0.6875Z" fill="%23818181"/></svg>');
        width: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem));
        height: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
        top: calc(var(--input-height)/2);
        background-position: center;
        right: calc(16/1920*100rem);
        --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));
        border-style: none;
        background-repeat: no-repeat;
        position: absolute;
        margin-top: 0;
        margin-bottom: 0 }
      .form-contact .form-group .selectize-input.dropdown-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1)) }
        .form-contact .form-group .selectize-input.dropdown-active input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
        .form-contact .form-group .selectize-input.dropdown-active input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
        .form-contact .form-group .selectize-input.dropdown-active input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
        .form-contact .form-group .selectize-input.dropdown-active::after {
  --tw-brightness: brightness(0);
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  margin-top: 0;
  margin-bottom: 0;
  --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)) }
        .form-contact .form-group .selectize-input.dropdown-active .item[data-value] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
    .form-contact .form-group.select-focus::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
    .form-contact .form-group.select-focus i {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }

nav.nav-primary {
  margin-top: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
  display: flex;
  justify-content: center }

@media (min-width: 1200px) {nav.nav-primary {
    margin-top: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) } }
  nav.nav-primary ul {
  list-style-type: none;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  gap: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  overflow: auto }
  nav.nav-primary 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)); }
  @media (min-width: 1200px) {nav.nav-primary ul {
    gap: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) } }
  nav.nav-primary li a {
  font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  display: block;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  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));
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }
  nav.nav-primary li:hover a {
  --tw-brightness: brightness(.75);
  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) }
  nav.nav-primary li.active a {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }

.section-download-document .title {
  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(10px, calc(10/1920*100rem), calc(10/1920*100rem));
  padding-bottom: clamp(10px, calc(10/1920*100rem), calc(10/1920*100rem)) }

@media (min-width: 768px) {.section-download-document .title {
    padding-left: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
    padding-right: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) } }

.section-download-document .dropdown {
  overflow: auto }

.section-download-document .dropdown::-webkit-scrollbar {
  width: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem));
  height: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem)); }

.section-download-document .dropdown {
  max-height: clamp(296px, calc(296/1920*100rem), calc(296/1920*100rem)) }
  .section-download-document .dropdown::-webkit-scrollbar {
    width: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)); }
  .section-download-document .dropdown::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1)) }
  .section-download-document .dropdown::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity, 1)) }
  .section-download-document .dropdown a {
  font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem));
  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));
  padding-left: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-right: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }
  @media (min-width: 768px) {.section-download-document .dropdown a {
    padding-left: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
    padding-right: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) } }
  .section-download-document .dropdown a {
  cursor: pointer;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1)) }
  .section-download-document .dropdown > ul > li > ul > li > a {
  padding-left: clamp(28px, calc(28/1920*100rem), calc(28/1920*100rem)) }
  .section-download-document .dropdown > ul > li > ul > li > ul > li > a {
  padding-left: clamp(36px, calc(36/1920*100rem), calc(36/1920*100rem)) }
  .section-download-document .dropdown li.active > a, .section-download-document .dropdown li:hover > a {
  --tw-text-opacity: 1;
  color: rgb(36 97 156 / var(--tw-text-opacity, 1));
  text-decoration-line: underline }
  .section-download-document .dropdown li > a.top {
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(36 97 156 / var(--tw-text-opacity, 1)) }
  .section-download-document .dropdown li.active > a {
  --tw-bg-opacity: 1;
  background-color: rgb(36 97 156 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
  .section-download-document .dropdown ul {
  list-style-type: none;
  padding: 0;
  padding-left: 0;
  padding-right: 0 }
  .section-download-document .dropdown.module-toggle > ul > li > ul {
  display: none }

.p-base {
  padding: 30px }

@media (min-width: 1024px) {.p-base {
    padding: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) } }

.format-content {
  text-align: justify;
  font-size: 20px;
  line-height: 1.25 }

@media (min-width: 1024px) {.format-content {
    font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
    line-height: 1.5 } }

.bg-gradient-blue {
  position: relative }
  .bg-gradient-blue::before {
    content: '';
    background: linear-gradient(90deg, #00447C 0.12%, rgba(0, 68, 124, 0) 99.86%);
    pointer-events: none;
    position: absolute;
    inset: 0;
    z-index: 2;
    height: 100%;
    width: 100% }

.bg-gradient-blue-2 {
  background: linear-gradient(45deg, #4785AD 100%, #1F6192 44%, #00447C 0%); }

.bg-gradient-blue-3 {
  background: linear-gradient(90deg, #00447C 0%, #4785AD 100%); }

.nav-menu nav {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  text-transform: capitalize }

.nav-menu ul {
  gap: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }

@media (min-width: 1200px) {.nav-menu ul {
    gap: calc(40/1920*100rem) } }

.nav-menu ul {
  display: flex;
  list-style-type: none;
  align-items: center;
  overflow: auto;
  padding: 0;
  padding-left: 0;
  padding-right: 0 }

.nav-menu 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));
    width: 0;
    height: 0; }

.nav-menu a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  position: relative;
  display: block;
  padding-top: 22px;
  padding-bottom: 22px }

@media (min-width: 1200px) {.nav-menu a {
    padding-top: calc(20/1920*100rem);
    padding-bottom: calc(20/1920*100rem) } }
  .nav-menu a::before {
    content: '';
    height: clamp(2px, calc(2/1920*100rem), calc(2/1920*100rem));
    width: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1));
    font-weight: 700;
    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));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms }

.nav-menu li[class*='current'] a, .nav-menu li:hover a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }
  .nav-menu li[class*='current'] a::before, .nav-menu li:hover a::before {
  width: 100% }

.bg-overlay-black::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgb(0 0 0 / 0.5) }

.nav-menu-child {
  pointer-events: none;
  position: relative;
  z-index: 3;
  height: 0 }

@media (max-width: 767.98px) {
  .nav-menu-child .container-header {
    padding: 0;
  padding-left: 0;
  padding-right: 0 } }
  .nav-menu-child nav {
  display: flex;
  justify-content: center;
  --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));
  white-space: nowrap }

@media (max-width: 767.98px) {
  .nav-menu-child nav {
    width: 100% } }
  .nav-menu-child ul {
  display: flex;
  list-style-type: none;
  align-items: center;
  overflow: auto;
  padding: 0;
  padding-left: 0;
  padding-right: 0 }
  .nav-menu-child 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)); }
  .nav-menu-child ul {
  pointer-events: auto }
    .nav-menu-child ul::-webkit-scrollbar {
      width: 0;
      height: 0; }
    @media (min-width: 1200px) {.nav-menu-child ul a {
    min-width: 20.833333333333336rem } }
    .nav-menu-child ul a {
  position: relative;
  display: block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  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));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-transform: uppercase;
  line-height: 2;
  border-bottom-width: clamp(4px,calc(4/1920*100rem),calc(4/1920*100rem));
  --tw-border-opacity: 1;
  border-color: rgb(243 111 34 / var(--tw-border-opacity, 1));
  text-align: center;
  pointer-events: auto;
  background-color: rgb(0 68 124 / 0.8);
  font-weight: 700 }

@media (max-width: 767.98px) {
  .nav-menu-child ul a {
    padding-left: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
    padding-right: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) } }
    .nav-menu-child ul li[class*='current'] a, .nav-menu-child ul li:hover a {
  --tw-bg-opacity: 1;
  background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1)) }

.extend-content-wrapper .extend-content {
  overflow: hidden }

.extend-content-wrapper.active .extend-btn span:nth-of-type(1) {
  display: none }

.extend-content-wrapper.active .extend-btn span:nth-of-type(2) {
  display: block }

.extend-content-wrapper.active .extend-btn 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)) }

.extend-btn {
  display: flex;
  align-items: center;
  gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1));
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer }

@media (max-width: 767.98px) {
  .popup-contact.fancybox__container .fancybox__viewport .form-wrap > .extend-btn {
    margin-left: auto;
    margin-right: auto } }
  .extend-btn span {
  text-decoration-line: underline }
  .extend-btn i {
  font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem)) }

[data-animate="image-scale"] img {
  transition-duration: 1.7s;
  transition-timing-function: ease;
  width: 0;
  height: 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));
  top: unset;
  bottom: 0;
  left: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1)) }

[data-animate="image-scale"][data-animated='animate'] img {
  width: 100%;
  height: 100% }

.year-filter .nav-year ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }

@media (min-width: 1200px) {.year-filter .nav-year ul {
    -moz-column-gap: calc(28/1920*100rem);
         column-gap: calc(28/1920*100rem) } }
  .year-filter .nav-year ul a {
  display: flex;
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }
  .year-filter .nav-year ul li[class*='current'] a, .year-filter .nav-year ul li:hover a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }
  .year-filter .nav-year ul li:nth-of-type(n+10) {
  display: none }

.scrollToTop {
  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 }
  .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 }

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

.bg-bottom-black::before {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: unset;
  z-index: 1;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms }

.shadow-content {
  width: 100% }
  .shadow-content::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    position: absolute;
    inset: 0;
    z-index: -1 }

.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: 100%;
    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-course .info i {
  font-size: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }

.box-course .time .info + .info {
  margin-left: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  gap: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }
  .box-course .time .info + .info::before {
    content: '|';
    font-size: inherit;
    --tw-text-opacity: 1;
    color: rgb(189 189 189 / var(--tw-text-opacity, 1)) }

.box-course:hover .info + .info::before {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1)) }

.box-course:hover .info i {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1)) }

[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(0 68 124 / var(--tw-text-opacity, 1)) }

.bn-1 .img {
  box-shadow: 0px 3px 3px 0px rgba(0, 68, 124, 0.2); }

*, ::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;
}

.row-custom {
  margin-left: -7.5px;
  margin-right: -7.5px;
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }

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

.row-custom .col-custom {
  padding-left: 7.5px;
  padding-right: 7.5px }

@media (min-width: 1024px) {.row-custom .col-custom {
    padding-left: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
    padding-right: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) } }

.format-strong-color strong {
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }

.gap-base {
  gap: 16px }

@media (min-width: 1024px) {.gap-base {
    gap: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) } }

@media (min-width: 1200px) {.gap-base {
    gap: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) } }

.mb-base {
  margin-bottom: 35px }

@media (min-width: 768px) {.mb-base {
    margin-bottom: 40px } }

@media (min-width: 1024px) {.mb-base {
    margin-bottom: 2.604166666666667rem } }

.desktop-only {
  display: none }

@media (min-width: 1024px) {.desktop-only {
    display: block } }

.mobile-only {
  display: block }

@media (min-width: 1024px) {.mobile-only {
    display: none } }.prose {
  color: inherit;
  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 {
  --tw-prose-body: #374151;
  --tw-prose-headings: #00447c;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: inherit;
  line-height: inherit }.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;
  background-color: #E3E2E6;
  border-radius: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)); }.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) figcaption {
  margin-top: 0;
  margin-bottom: 0;
  padding: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) 0;
  border-radius: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  color: #000;
  font-weight: 500;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16) }.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(20px, calc(24/1920*100rem), calc(24/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(20px, calc(24/1920*100rem), calc(24/1920*100rem)) 0 }.prose {
  margin: 0 }.prose-white-marker :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) li::marker {
  color: #fff }.img-ratio {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 100%; }.img-ratio picture, .img-ratio img, .img-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover }.allow-touchMove {
  cursor: grab }.flex-center {
  display: flex;
  align-items: center;
  justify-content: center }.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)) }.body-18 {
  font-size: clamp(16px, calc(18/1920*100rem), calc(18/1920*100rem)) }.subheader-20 {
  font-size: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.subheader-24 {
  font-size: clamp(20px, calc(24/1920*100rem), calc(24/1920*100rem));
  line-height: 1.33333 }.header-28 {
  font-size: calc(28/1920*100rem);
  line-height: 1.5 }.img-full img, .img-full picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover }*,
  *::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(0 68 124 / 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: 1280px) {
      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: Montserrat, 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));
    font-weight: 400;
    line-height: 1.5 }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 }.visible {
  visibility: visible }.static {
  position: static }.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-5 {
  bottom: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.bottom-\[10vh\] {
  bottom: 10vh }.left-0 {
  left: 0 }.left-1\/2 {
  left: 50% }.right-0 {
  right: 0 }.right-\[calc\(-233\/1070\*100\%\)\] {
  right: calc(-233 / 1070 * 100%) }.top-0 {
  top: 0 }.top-1\/2 {
  top: 50% }.top-26 {
  top: clamp(104px, calc(104/1920*100rem), calc(104/1920*100rem)) }.top-\[20\%\] {
  top: 20% }.top-\[var\(--header-height\)\] {
  top: var(--header-height) }.z-1 {
  z-index: 1 }.z-10 {
  z-index: 10 }.z-2 {
  z-index: 2 }.z-3 {
  z-index: 3 }.z-\[100\] {
  z-index: 100 }.z-\[150\] {
  z-index: 150 }.z-\[50\] {
  z-index: 50 }.z-\[99\] {
  z-index: 99 }.col-span-12 {
  grid-column: span 12 / span 12 }.col-span-full {
  grid-column: 1 / -1 }.-mx-3 {
  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) }.-mx-\[15px\] {
  margin-left: -15px;
  margin-right: -15px }.mx-auto {
  margin-left: auto;
  margin-right: auto }.-mt-2 {
  margin-top: calc(clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) * -1) }.mb-1 {
  margin-bottom: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }.mb-10 {
  margin-bottom: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }.mb-2 {
  margin-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }.mb-2\.5 {
  margin-bottom: clamp(10px, calc(10/1920*100rem), calc(10/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)) }.mb-5 {
  margin-bottom: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.mb-6 {
  margin-bottom: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }.mb-\[15px\] {
  margin-bottom: 15px }.ml-auto {
  margin-left: auto }.mr-auto {
  margin-right: 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-20 {
  margin-top: clamp(80px, calc(80/1920*100rem), calc(80/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-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-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5 }.block {
  display: block }.inline-block {
  display: inline-block }.inline {
  display: inline }.flex {
  display: flex }.inline-flex {
  display: inline-flex }.table {
  display: table }.grid {
  display: grid }.contents {
  display: contents }.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-6 {
  width: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
  height: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }.size-7 {
  width: clamp(28px, calc(28/1920*100rem), calc(28/1920*100rem));
  height: clamp(28px, calc(28/1920*100rem), calc(28/1920*100rem)) }.size-8 {
  width: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem));
  height: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) }.size-full {
  width: 100%;
  height: 100% }.\!h-auto {
  height: auto !important }.-h--header-height {
  height: var(--header-height) }.h-15 {
  height: clamp(60px, calc(60/1920*100rem), calc(60/1920*100rem)) }.h-\[50\%\] {
  height: 50% }.h-\[64px\] {
  height: 64px }.h-\[91px\] {
  height: 91px }.h-\[94px\] {
  height: 94px }.h-\[96px\] {
  height: 96px }.h-fit {
  height: -moz-fit-content;
  height: fit-content }.h-full {
  height: 100% }.min-h-20 {
  min-height: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)) }.min-h-\[120px\] {
  min-height: 120px }.min-h-\[265px\] {
  min-height: 265px }.min-h-\[450px\] {
  min-height: 450px }.min-h-\[500px\] {
  min-height: 500px }.min-h-\[600px\] {
  min-height: 600px }.min-h-\[674px\] {
  min-height: 674px }.min-h-\[675px\] {
  min-height: 675px }.min-h-\[67px\] {
  min-height: 67px }.min-h-\[812px\] {
  min-height: 812px }.min-h-\[83px\] {
  min-height: 83px }.\!w-\[80\%\] {
  width: 80% !important }.w-15 {
  width: clamp(60px, calc(60/1920*100rem), calc(60/1920*100rem)) }.w-16 {
  width: clamp(64px, calc(64/1920*100rem), calc(64/1920*100rem)) }.w-\[104px\] {
  width: 104px }.w-\[134px\] {
  width: 134px }.w-\[64px\] {
  width: 64px }.w-\[94px\] {
  width: 94px }.w-\[96px\] {
  width: 96px }.w-fit {
  width: -moz-fit-content;
  width: fit-content }.w-full {
  width: 100% }.min-w-unset {
  min-width: unset }.max-w-\[360px\] {
  max-width: 360px }.max-w-\[80\%\] {
  max-width: 80% }.max-w-\[calc\(100\%-72px\)\] {
  max-width: calc(100% - 72px) }.max-w-\[calc\(427\/1070\*100\%\)\] {
  max-width: calc(427 / 1070 * 100%) }.max-w-full {
  max-width: 100% }.flex-1 {
  flex: 1 1 0% }.flex-shrink-0 {
  flex-shrink: 0 }.-translate-x-1 {
  --tw-translate-x: calc(clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) * -1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) }.-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)) }.-translate-y-2 {
  --tw-translate-y: calc(clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) * -1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) }.cursor-pointer {
  cursor: pointer }.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none }.resize {
  resize: both }.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) }.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) }.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) }.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) }.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-start {
  align-items: flex-start }.items-end {
  align-items: flex-end }.items-center {
  align-items: center }.justify-start {
  justify-content: flex-start }.justify-end {
  justify-content: flex-end }.justify-center {
  justify-content: center }.justify-between {
  justify-content: space-between }.gap-1 {
  gap: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }.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-8 {
  gap: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) }.gap-\[15px\] {
  gap: 15px }.gap-\[30px\] {
  gap: 30px }.gap-x-3 {
  -moz-column-gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
       column-gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }.gap-y-2 {
  row-gap: clamp(8px, calc(8/1920*100rem), calc(8/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)) }.gap-y-7 {
  row-gap: clamp(28px, calc(28/1920*100rem), calc(28/1920*100rem)) }.gap-y-8 {
  row-gap: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) }.gap-y-\[30px\] {
  row-gap: 30px }.gap-y-\[40px\] {
  row-gap: 40px }.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-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)) }.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-3 {
  border-radius: clamp(12px, calc(12/1920*100rem), calc(12/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-5 {
  border-radius: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.rounded-full {
  border-radius: 9999px }.rounded-xl {
  border-radius: 0.75rem }.rounded-b-3 {
  border-bottom-right-radius: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  border-bottom-left-radius: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }.rounded-b-4 {
  border-bottom-right-radius: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  border-bottom-left-radius: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }.rounded-t-4 {
  border-top-left-radius: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  border-top-right-radius: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }.border {
  border-width: 1px }.border-\[3px\] {
  border-width: 3px }.border-b {
  border-bottom-width: 1px }.border-t {
  border-top-width: 1px }.border-t-4 {
  border-top-width: clamp(4px,calc(4/1920*100rem),calc(4/1920*100rem)) }.border-\[\#EFEFEF\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1)) }.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1)) }.border-primary-5 {
  --tw-border-opacity: 1;
  border-color: rgb(243 111 34 / var(--tw-border-opacity, 1)) }.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) }.bg-\[\#790304\] {
  --tw-bg-opacity: 1;
  background-color: rgb(121 3 4 / var(--tw-bg-opacity, 1)) }.bg-\[\#99C455\] {
  --tw-bg-opacity: 1;
  background-color: rgb(153 196 85 / var(--tw-bg-opacity, 1)) }.bg-\[\#F9FCFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 252 255 / var(--tw-bg-opacity, 1)) }.bg-primary-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1)) }.bg-primary-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 100 / var(--tw-bg-opacity, 1)) }.bg-primary-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1)) }.bg-secondary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 241 138 / var(--tw-bg-opacity, 1)) }.bg-secondary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1)) }.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) }.object-contain {
  -o-object-fit: contain;
     object-fit: contain }.object-cover {
  -o-object-fit: cover;
     object-fit: cover }.p-3 {
  padding: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }.p-4 {
  padding: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }.p-5 {
  padding: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.p-6 {
  padding: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }.p-\[15px\] {
  padding: 15px }.p-\[16px\] {
  padding: 16px }.p-\[24px\] {
  padding: 24px }.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)) }.px-4\.5 {
  padding-left: clamp(18px, calc(18/1920*100rem), calc(18/1920*100rem));
  padding-right: clamp(18px, calc(18/1920*100rem), calc(18/1920*100rem)) }.px-5 {
  padding-left: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  padding-right: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.px-6 {
  padding-left: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
  padding-right: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px }.py-0 {
  padding-top: 0;
  padding-bottom: 0 }.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)) }.py-8 {
  padding-top: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem));
  padding-bottom: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) }.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px }.\!pb-0 {
  padding-bottom: 0 !important }.\!pb-3 {
  padding-bottom: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) !important }.\!pt-0 {
  padding-top: 0 !important }.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)) }.pr-2 {
  padding-right: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }.pt-0 {
  padding-top: 0 }.pt-2 {
  padding-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }.pt-20 {
  padding-top: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)) }.pt-3 {
  padding-top: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }.pt-5 {
  padding-top: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.pt-6 {
  padding-top: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }.pt-7 {
  padding-top: clamp(28px, calc(28/1920*100rem), calc(28/1920*100rem)) }.\!text-left {
  text-align: left !important }.text-left {
  text-align: left }.text-center {
  text-align: center }.text-justify {
  text-align: justify }.text-2xl {
  font-size: clamp(18px,calc(24/1920*100rem),calc(24/1920*100rem)) }.text-\[16px\] {
  font-size: 16px }.text-\[20px\] {
  font-size: 20px }.text-\[32px\] {
  font-size: 32px }.text-\[37px\] {
  font-size: 37px }.text-base {
  font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  line-height: 1.5 }.text-lg {
  font-size: clamp(18px,calc(18/1920*100rem),calc(18/1920*100rem));
  line-height: 1.5 }.text-sm {
  font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem));
  line-height: 1.5 }.text-xl {
  font-size: clamp(18px,calc(20/1920*100rem),calc(20/1920*100rem));
  line-height: 1.5 }.text-xs {
  font-size: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  line-height: 1.5 }.\!font-bold {
  font-weight: 700 !important }.font-black {
  font-weight: 900 }.font-bold {
  font-weight: 700 }.font-medium {
  font-weight: 500 }.font-semibold {
  font-weight: 600 }.uppercase {
  text-transform: uppercase }.capitalize {
  text-transform: capitalize }.italic {
  font-style: italic }.leading-\[1\.2\] {
  line-height: 1.2 }.leading-\[1\.33333\] {
  line-height: 1.33333 }.leading-\[1\.3333\] {
  line-height: 1.3333 }.leading-\[1\.4\] {
  line-height: 1.4 }.leading-loose {
  line-height: 2 }.leading-none {
  line-height: 1 }.leading-normal {
  line-height: normal }.leading-tight {
  line-height: 1.25 }.text-\[\#FFEFC1\] {
  --tw-text-opacity: 1;
  color: rgb(255 239 193 / var(--tw-text-opacity, 1)) }.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) }.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1)) }.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1)) }.text-primary-1 {
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1)) }.text-primary-5 {
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }.text-white\/70 {
  color: rgb(255 255 255 / 0.7) }.shadow-\[0px_3px_3px_0px_rgba\(0\2c 0\2c 0\2c 0\.16\)\] {
  --tw-shadow: 0px 3px 3px 0px rgba(0,0,0,0.16);
  --tw-shadow-colored: 0px 3px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) }.shadow-\[0px_3px_3px_0px_rgba\(0\2c 68\2c 124\2c 0\.20\)\] {
  --tw-shadow: 0px 3px 3px 0px rgba(0,68,124,0.20);
  --tw-shadow-colored: 0px 3px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) }.shadow-figma_Light {
  --tw-shadow: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) 0 rgba(0,0,0,0.09);
  --tw-shadow-colored: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) 0 rgba(0,0,0,0.09);
  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) }.shadow-shadow_primary {
  --tw-shadow: 0px clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem)) clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem)) 0px rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) }.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) }.brightness-0 {
  --tw-brightness: brightness(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) }.drop-shadow-\[0_0_10px_0_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-drop-shadow: drop-shadow(0 0 10px 0 rgba(0,0,0,0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) }.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) }.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) }.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) }.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }.duration-300 {
  transition-duration: 300ms }.duration-500 {
  transition-duration: 500ms }.max-w-clamp-360px {
  max-width: clamp(360px, calc(360/1920*100rem), calc(360/1920*100rem)) }.ratio-\[1\/1\] {
  padding-top: 100% }.ratio-\[2\/3\] {
  padding-top: 66.66666666666666% }.ratio-\[210\/360\] {
  padding-top: 58.333333333333336% }.ratio-\[215\/427\] {
  padding-top: 50.35128805620609% }.ratio-\[252\/354\] {
  padding-top: 71.1864406779661% }.ratio-\[252\/380\] {
  padding-top: 66.3157894736842% }.ratio-\[264\/482\] {
  padding-top: 54.77178423236515% }.ratio-\[357\/320\] {
  padding-top: 111.56250000000001% }.ratio-\[359\/320\] {
  padding-top: 112.1875% }.ratio-\[420\/270\] {
  padding-top: 155.55555555555557% }.ratio-\[421\/451\] {
  padding-top: 93.34811529933481% }.ratio-\[500\/393\] {
  padding-top: 127.2264631043257% }.ratio-\[560\/560\] {
  padding-top: 100% }.ratio-\[580\/1920\] {
  padding-top: 30.208333333333332% }.ratio-\[592\/474\] {
  padding-top: 124.89451476793249% }.ratio-\[596\/384\] {
  padding-top: 155.20833333333331% }.ratio-\[60\/100\] {
  padding-top: 60% }.ratio-\[656\/500\] {
  padding-top: 131.20000000000002% }.ratio-\[845\/1720\] {
  padding-top: 49.127906976744185% }

.contact-2 .item {
  box-shadow: 0px 3px 3px 0px rgba(0, 68, 124, 0.2); }
  @media (max-width: 1023.98px) {
    .contact-2 .item .col-left {
    order: 2 } }
  @media (max-width: 575.98px) {
    .contact-2 .item .col-left {
    font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem)) } }
  .contact-2 .item .col-left::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 100%;
    width: 100% }
  .contact-2 .item:nth-of-type(odd) .col-left::before {
    background: #f36f22;
    background: linear-gradient(0deg, #f36f22 0%, #d66624 100%); }
  .contact-2 .item:nth-of-type(odd) .btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1)) }
  .contact-2 .item:nth-of-type(even) .col-left::before {
    background: #00447c;
    background: linear-gradient(90deg, #00447c 0%, #1f6192 44%, #4785ad 100%);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px); }

@media (max-width: 575.98px) {
  .contact-2 .item .btn {
    margin-left: auto;
    margin-right: auto;
    min-width: 315px } }

@media (max-width: 767.98px) {.documents .list {
    margin-left: calc(clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) * -1);
    margin-right: calc(clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) * -1) } }
  .documents .list table {
  width: 100% }
  @media (max-width: 767.98px) {
    .documents .list thead {
    display: none } }
  .documents .list tr th {
  text-align: left;
  padding-top: clamp(10px, calc(10/1920*100rem), calc(10/1920*100rem));
  padding-bottom: clamp(10px, calc(10/1920*100rem), calc(10/1920*100rem)) }
  @media (min-width: 768px) {.documents .list tr td:first-child, .documents .list tr th:first-child {
    padding-left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) } }
  @media (min-width: 1200px) {.documents .list tr td:first-child, .documents .list tr th:first-child {
    padding-left: calc(16/1920*100rem) } }
  .documents .list tr td:nth-of-type(2), .documents .list tr th:nth-of-type(2) {
  padding-right: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }
  @media (min-width: 1200px) {.documents .list tr td:nth-of-type(2), .documents .list tr th:nth-of-type(2) {
    padding-right: calc(40/1920*100rem) } }
  @media (min-width: 768px) {.documents .list tr td {
    padding-top: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
    padding-bottom: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) } }
    .documents .list tr td:first-child {
  padding-right: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }
    @media (min-width: 768px) {.documents .list tr td:first-child {
    width: calc(139 / 1200 * 100%) } }
  @media (max-width: 767.98px) {
    .documents .list tbody {
    display: grid }
  .section-product-brand-2 .product-list .documents .list tbody {
    align-content: space-between }
    .documents .list tbody tr {
    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)) }
    .documents .list tbody tr td:first-child {
    display: none }
    .documents .list tbody tr td:last-child {
    display: block } }
  .documents .list tbody time {
  font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem));
  padding: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  margin-right: auto }
  @media (min-width: 768px) {.documents .list tbody time {
    display: none } }
  .documents .list tbody tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1)) }
    .documents .list tbody tr.child-downloads {
  display: none }
    .documents .list tbody tr.child-documents .dropdown {
  cursor: pointer }
      .documents .list tbody tr.child-documents .dropdown i:nth-of-type(2) {
  display: none }
    .documents .list tbody tr.child-documents.active {
  border-bottom-width: 0px }
      .documents .list tbody tr.child-documents.active .dropdown i:nth-of-type(1) {
  display: none }
      .documents .list tbody tr.child-documents.active .dropdown i:nth-of-type(2) {
  display: inline }
    .documents .list tbody tr.child-downloads {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1)) }
      .documents .list tbody tr.child-downloads .label {
  font-weight: 500 }
      .documents .list tbody tr.child-downloads.active {
  display: table-row }
      .documents .list tbody tr.child-downloads td {
  padding-top: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-bottom: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
        .documents .list tbody tr.child-downloads td:nth-of-type(2) {
  padding-left: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }
        @media (min-width: 768px) {.documents .list tbody tr.child-downloads td:nth-of-type(2) {
    padding-left: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) } }
  .documents .list .info {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1));
  font-size: clamp(13px, calc(13/1920*100rem), calc(13/1920*100rem));
  display: flex;
  width: 100%;
  align-items: center }
  @media (min-width: 768px) {.documents .list .info {
    width: auto }
  .documents .list .info .pdf {
    display: flex;
    align-items: center }
    .documents .list .info .pdf::before {
      content: '';
      position: static;
      height: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
      width: clamp(1px, calc(1/1920*100rem), calc(1/1920*100rem));
      --tw-bg-opacity: 1;
      background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1));
      display: block;
      margin-right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) } }
    .documents .list .info a {
  border-radius: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  position: relative;
  z-index: 1 }
      .documents .list .info a::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: -1;
        border-radius: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
        background-color: transparent;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms }
      .documents .list .info a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
        .documents .list .info a:hover::before {
  inset: calc(clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) * -1);
  --tw-bg-opacity: 1;
  background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1)) }
    .documents .list .info i {
  font-size: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }
    .documents .list .info .download {
  margin-left: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
  .documents .list .dropdown i {
  font-size: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  color: rgb(41 41 41 / 0.2) }
    .documents .list .dropdown i:nth-of-type(2) {
  display: none }
  .documents .list .label {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) }
  .documents .list .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
    @media (max-width: 767.98px) {
      .documents .list .wrapper {
    flex-direction: column;
    align-items: flex-start } }

.annual-report .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat }
  .annual-report .item:nth-of-type(odd) {
    background-image: url(../img/report/bg-1.png); }
  .annual-report .item:nth-of-type(even) {
    background-image: url(../img/report/bg-2.png); }

@media (max-width: 767.98px) {
  .annual-report .img a {
    padding-top: calc(525 / 361 * 100%) }
  .section-product-detail.product-detail {
    padding-top: 30px } }

.section-product-detail.product-detail .wrap-img {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.8333333333333334rem }

@media (min-width: 1024px) {.section-product-detail.product-detail .wrap-img {
    flex-direction: row } }

@media (min-width: 768px) {
  .section-product-detail.product-detail .wrap-img .slide-thumb {
    width: 100%;
    flex-shrink: 0 }
  @media (min-width: 1024px) {.section-product-detail.product-detail .wrap-img .slide-thumb {
      width: 100px } }
  @media (min-width: 1200px) {.section-product-detail.product-detail .wrap-img .slide-thumb {
      width: 5rem } } }
  .section-product-detail.product-detail .wrap-img .slide-main {
  width: 100% }
  @media (min-width: 1024px) {.section-product-detail.product-detail .wrap-img .slide-main {
    width: calc(100% - 100px - 0.8333333333rem) } }
  @media (min-width: 1200px) {.section-product-detail.product-detail .wrap-img .slide-main {
    width: calc(100% - 5rem - 0.8333333333rem) } }

.section-product-detail.product-detail .slide-thumb {
  position: relative }
  .section-product-detail.product-detail .slide-thumb .swiper {
  top: 0;
  left: 0;
  width: 100% }
  @media (min-width: 1024px) {.section-product-detail.product-detail .slide-thumb .swiper {
    position: absolute;
    height: 100% } }
  .section-product-detail.product-detail .slide-thumb .swiper-slide {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  border-width: clamp(2px,calc(2/1920*100rem),calc(2/1920*100rem));
  --tw-border-opacity: 1;
  border-color: rgb(243 111 34 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms }
    .section-product-detail.product-detail .slide-thumb .swiper-slide.swiper-slide-thumb-active {
  --tw-border-opacity: 1;
  border-color: rgb(243 111 34 / var(--tw-border-opacity, 1)) }
    .section-product-detail.product-detail .slide-thumb .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover }

.section-product-detail.product-detail .prose table tr td {
  border-bottom-width: 1px;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(227 226 230 / var(--tw-border-opacity, 1));
  padding-top: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-bottom: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }

.section-product-detail.communication .list-image a.has-video {
  position: relative }
  .section-product-detail.communication .list-image a.has-video::before {
    content: '';
    background-image: url('data:image/svg+xml,<svg width="68" height="48" viewBox="0 0 68 48" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_50455_2825)"><path d="M66.52 7.74C65.74 4.81 64.03 2.33 61.1 1.55C55.79 0.13 34 0 34 0C34 0 12.21 0.13 6.9 1.55C3.97 2.33 2.27 4.81 1.48 7.74C0.0600001 13.05 0 24 0 24C0 24 0.0600001 34.95 1.48 40.26C2.26 43.19 3.97 45.67 6.9 46.45C12.21 47.87 34 48 34 48C34 48 55.79 47.87 61.1 46.45C64.03 45.67 65.74 43.19 66.52 40.26C67.94 34.95 68 24 68 24C68 24 67.94 13.05 66.52 7.74Z" fill="%23FF0000"/><path d="M45 24L27 14V34" fill="white"/></g><defs><clipPath id="clip0_50455_2825"><rect width="68" height="48" fill="white"/></clipPath></defs></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    height: 48px;
    width: 68px;
    --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)) }
  .section-product-detail.communication .list-image a.has-video::after {
    content: '';
    background-color: rgb(0 0 0 / 0.2);
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }

.section-document-list-upgrade {
  --tw-bg-opacity: 1;
  background-color: rgb(237 234 234 / var(--tw-bg-opacity, 1)) }
  .section-document-list-upgrade .wrap-box-container {
  display: flex;
  gap: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }
  @media (min-width: 1200px) {.section-document-list-upgrade .wrap-box-container {
    gap: 2.0833333333333335rem } }
  @media (max-width: 1023.98px) {.section-document-list-upgrade .wrap-box-container {
    flex-direction: column } }
    .section-document-list-upgrade .wrap-box-container .box-left {
  width: 100% }
    @media (min-width: 1024px) {.section-document-list-upgrade .wrap-box-container .box-left {
    flex: 0 0 30% } }
    @media (min-width: 1200px) {.section-document-list-upgrade .wrap-box-container .box-left {
    flex: 0 0 20.9302325581% } }
    .section-document-list-upgrade .wrap-box-container .box-right {
  width: 100% }
    @media (min-width: 1024px) {.section-document-list-upgrade .wrap-box-container .box-right {
    flex: 1 1 0% } }
  .section-document-list-upgrade .wrap-box-filter .facetwp-facet {
  margin-bottom: 0 }
  .section-document-list-upgrade .wrap-box-filter .box-search {
  height: clamp(40px,calc(48 / 1920 * 100rem),calc(48 / 1920 * 100rem));
  border-radius: 9999px;
  padding-left: 0.8333333333333334rem;
  padding-right: 0.8333333333333334rem }
  @media (min-width: 1200px) {.section-document-list-upgrade .wrap-box-filter .box-search {
    padding-left: 1.6666666666666667rem;
    padding-right: 1.6666666666666667rem } }
  .section-document-list-upgrade .wrap-box-filter .box-search {
  padding-right: 2.604166666666667rem;
  position: relative;
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) }
  @media (min-width: 1200px) {.section-document-list-upgrade .wrap-box-filter .box-search {
    max-width: 15.052083333333334rem } }
    .section-document-list-upgrade .wrap-box-filter .box-search .facetwp-facet {
  margin-bottom: 0;
  display: flex;
  align-items: center }
      .section-document-list-upgrade .wrap-box-filter .box-search .facetwp-facet input {
  padding: 0;
  padding-left: 0;
  padding-right: 0 }
    .section-document-list-upgrade .wrap-box-filter .box-search input {
  padding: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }
    .section-document-list-upgrade .wrap-box-filter .box-search input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity, 1)) }
    .section-document-list-upgrade .wrap-box-filter .box-search input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity, 1)) }
    .section-document-list-upgrade .wrap-box-filter .box-search input {
  width: auto;
  min-width: 1px;
  font-size: clamp(16px,calc(16 / 1920 * 100rem),calc(16 / 1920 * 100rem)) }
    .section-document-list-upgrade .wrap-box-filter .box-search .facetwp-input-wrap {
  position: static;
  display: flex;
  align-items: center }
    .section-document-list-upgrade .wrap-box-filter .box-search .facetwp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 8px);
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  position: absolute;
  right: 3px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  border-radius: 9999px }
    @media (min-width: 1024px) {.section-document-list-upgrade .wrap-box-filter .box-search .facetwp-icon {
    right: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) } }
    .section-document-list-upgrade .wrap-box-filter .box-search .facetwp-icon {
  opacity: 1 }
      .section-document-list-upgrade .wrap-box-filter .box-search .facetwp-icon::before {
  display: none }
      .section-document-list-upgrade .wrap-box-filter .box-search .facetwp-icon::after {
        content: '\f002';
        font-style: normal;
        font-family: 'Font Awesome 6 Pro';
        font-size: clamp(18px,calc(20/1920*100rem),calc(20/1920*100rem));
        line-height: 1.5;
        font-weight: 300 }
  .section-document-list-upgrade .wrap-box-filter .box-select.year select {
  min-width: 7.864583333333334rem }
  .section-document-list-upgrade .wrap-box-filter .box-select select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3e%3cpath fill='white' d='M10.4297 15.9688c-.2344.2343-.664.2343-.8985 0l-7.5-7.5c-.2343-.2344-.2343-.6641 0-.8985.2344-.2344.6641-.2344.8985 0L10 14.6406l7.0312-7.0703c.2344-.2344.6641-.2344.8985 0 .2344.2344.2344.664 0 .8985l-7.5 7.5Z'/%3e%3c/svg%3e");
    background-position: center right 1.6666666667rem;
    background-repeat: no-repeat;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1)) }
  @media (min-width: 768px) {.section-document-list-upgrade .wrap-box-filter .box-select select {
    min-width: 12.760416666666668rem } }
  .section-document-list-upgrade .wrap-box-filter .box-select select {
  height: clamp(40px,calc(48 / 1920 * 100rem),calc(48 / 1920 * 100rem));
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding-left: 0.8333333333333334rem;
  padding-right: 1.6666666666666667rem }
  @media (min-width: 1024px) {.section-document-list-upgrade .wrap-box-filter .box-select select {
    padding-left: 1.6666666666666667rem;
    padding-right: 3.125rem } }
  .section-document-list-upgrade .wrap-box-filter .box-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none }
  @media (min-width: 1200px) {.section-document-list-upgrade .wrap-box-filter .box-select select {
    font-size: clamp(16px,calc(16 / 1920 * 100rem),calc(16 / 1920 * 100rem)) } }
  .section-document-list-upgrade .wrap-table-list {
  max-width: 100%;
  overflow: auto }
  .section-document-list-upgrade .wrap-table-list::-webkit-scrollbar {
  width: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem));
  height: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem)); }
    .section-document-list-upgrade .wrap-table-list table {
  width: 100% }
    @media (max-width: 1023.98px) {.section-document-list-upgrade .wrap-table-list table {
    width: 1000px } }
    .section-document-list-upgrade .wrap-table-list thead th {
  padding: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  line-height: 1.5;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1)) }
    @media (min-width: 1024px) {.section-document-list-upgrade .wrap-table-list thead th {
    font-size: clamp(18px,calc(18/1920*100rem),calc(18/1920*100rem));
    line-height: 1.5 } }
    .section-document-list-upgrade .wrap-table-list thead th {
  white-space: nowrap;
  padding-bottom: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }
      .section-document-list-upgrade .wrap-table-list thead th:nth-child(1) {
  text-align: left;
  width: 2.604166666666667rem }
      @media (max-width: 1023.98px) {.section-document-list-upgrade .wrap-table-list thead th:nth-child(1) {
    width: 2% } }
      .section-document-list-upgrade .wrap-table-list thead th:nth-child(2) {
  text-align: left }
      @media (max-width: 1023.98px) {.section-document-list-upgrade .wrap-table-list thead th:nth-child(2) {
    width: 40% } }
      .section-document-list-upgrade .wrap-table-list thead th:nth-child(3), .section-document-list-upgrade .wrap-table-list thead th:nth-child(4), .section-document-list-upgrade .wrap-table-list thead th:nth-child(5) {
  width: 15% }
    .section-document-list-upgrade .wrap-table-list tbody {
  position: relative;
  z-index: 2;
  background-color: transparent }
      .section-document-list-upgrade .wrap-table-list tbody tr {
  position: relative;
  z-index: 2 }
        .section-document-list-upgrade .wrap-table-list tbody tr:first-child td {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem }
        .section-document-list-upgrade .wrap-table-list tbody tr:last-child td {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-width: 0px }
        .section-document-list-upgrade .wrap-table-list tbody tr td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) }
          .section-document-list-upgrade .wrap-table-list tbody tr td:nth-child(3), .section-document-list-upgrade .wrap-table-list tbody tr td:nth-child(4), .section-document-list-upgrade .wrap-table-list tbody tr td:nth-child(5) {
  width: 15%;
  text-align: center }
        .section-document-list-upgrade .wrap-table-list tbody tr td {
          vertical-align: middle;
          padding-top: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
          padding-bottom: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
          font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
          line-height: 1.5;
          font-weight: 600 }
        @media (min-width: 1024px) {.section-document-list-upgrade .wrap-table-list tbody tr td {
    font-size: clamp(18px,calc(18/1920*100rem),calc(18/1920*100rem));
    line-height: 1.5 } }
          .section-document-list-upgrade .wrap-table-list tbody tr td .number {
  padding-left: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  padding-right: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
          .section-document-list-upgrade .wrap-table-list tbody tr td .text {
  text-align: center }
          .section-document-list-upgrade .wrap-table-list tbody tr td .list-items {
  display: none;
  padding-left: 0;
  padding-top: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }
            .section-document-list-upgrade .wrap-table-list tbody tr td .list-items ul {
  list-style-type: none }
              .section-document-list-upgrade .wrap-table-list tbody tr td .list-items ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
                .section-document-list-upgrade .wrap-table-list tbody tr td .list-items ul li a {
  font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  line-height: 1.5;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1)) }
                .section-document-list-upgrade .wrap-table-list tbody tr td .list-items ul li a:hover {
  text-decoration-line: underline }
                .section-document-list-upgrade .wrap-table-list tbody tr td .list-items ul li .text {
  font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  line-height: 1.5;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) }
                .section-document-list-upgrade .wrap-table-list tbody tr td .list-items ul li .text:hover {
  text-decoration-line: underline }
                .section-document-list-upgrade .wrap-table-list tbody tr td .list-items ul li .title {
  padding-left: clamp(36px, calc(36/1920*100rem), calc(36/1920*100rem)) }
                  .section-document-list-upgrade .wrap-table-list tbody tr td .list-items ul li .title a {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 68 124 / var(--tw-border-opacity, 1));
  padding-left: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
          .section-document-list-upgrade .wrap-table-list tbody tr td .item-box-dropdown.active .title {
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1)) }
            .section-document-list-upgrade .wrap-table-list tbody tr td .item-box-dropdown.active .title::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)) }
          .section-document-list-upgrade .wrap-table-list tbody tr td .item-box-dropdown .title-wrap-dropdown {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
          .section-document-list-upgrade .wrap-table-list tbody tr td .item-box-dropdown .title {
  display: flex;
  cursor: pointer;
  line-height: 1.25;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  align-items: flex-start }
          .section-document-list-upgrade .wrap-table-list tbody tr td .item-box-dropdown .title:hover {
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1)) }
            .section-document-list-upgrade .wrap-table-list tbody tr td .item-box-dropdown .title.has-child::before {
              content: '\f078';
              margin-right: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
              margin-top: calc(clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) * -1);
              font-family: 'Font Awesome 6 Pro';
              font-size: clamp(18px,calc(20/1920*100rem),calc(20/1920*100rem));
              line-height: 1.5;
              font-weight: 300;
              --tw-text-opacity: 1;
              color: rgb(129 129 129 / var(--tw-text-opacity, 1));
              transition-property: all;
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-duration: 150ms }
  .section-document-list-upgrade .wrap-box-list .item-list .btn {
  display: flex;
  align-items: center;
  gap: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1)) }
    .section-document-list-upgrade .wrap-box-list .item-list .btn:hover .icon {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
    .section-document-list-upgrade .wrap-box-list .item-list .btn:hover span {
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1)) }
    .section-document-list-upgrade .wrap-box-list .item-list .btn span {
  font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  line-height: 1.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }
    @media (min-width: 768px) {.section-document-list-upgrade .wrap-box-list .item-list .btn span {
    font-size: clamp(18px,calc(18/1920*100rem),calc(18/1920*100rem));
    line-height: 1.5 } }
    .section-document-list-upgrade .wrap-box-list .item-list .btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
  width: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  font-family: 'Font Awesome 6 Pro';
  font-size: clamp(18px,calc(20/1920*100rem),calc(20/1920*100rem));
  line-height: 1.5;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }
    .section-document-list-upgrade .wrap-box-list .item-list .btn.btn-download .icon::before {
      content: '\f0ed'; }
    .section-document-list-upgrade .wrap-box-list .item-list .btn.btn-view .icon::before {
      content: '\f06e'; }
  .section-document-list-upgrade .facetwp-facet-pagination {
  margin-top: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }
  @media (min-width: 1024px) {.section-document-list-upgrade .facetwp-facet-pagination {
    margin-top: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) } }
    .section-document-list-upgrade .facetwp-facet-pagination .facetwp-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5208333333333334rem }
      .section-document-list-upgrade .facetwp-facet-pagination .facetwp-pager a {
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
        display: flex;
        align-items: center;
        justify-content: center;
        width: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
        height: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
        --tw-bg-opacity: 1;
        background-color: rgb(238 224 217 / var(--tw-bg-opacity, 1));
        border-radius: 0.20833333333333334rem;
        font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem));
        line-height: 1.5;
        font-weight: 600 }
        .section-document-list-upgrade .facetwp-facet-pagination .facetwp-pager a.prev, .section-document-list-upgrade .facetwp-facet-pagination .facetwp-pager a.next {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 224 217 / var(--tw-bg-opacity, 1)) !important }
        .section-document-list-upgrade .facetwp-facet-pagination .facetwp-pager a.prev {
  font-size: 0;
  line-height: 0 }
          .section-document-list-upgrade .facetwp-facet-pagination .facetwp-pager a.prev::before {
            content: '\f053';
            font-family: 'Font Awesome 6 Pro';
            font-size: clamp(18px,calc(20/1920*100rem),calc(20/1920*100rem));
            line-height: 1.5;
            --tw-text-opacity: 1;
            color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }
        .section-document-list-upgrade .facetwp-facet-pagination .facetwp-pager a.next {
  font-size: 0;
  line-height: 0 }
          .section-document-list-upgrade .facetwp-facet-pagination .facetwp-pager a.next::before {
            content: '\f054';
            font-family: 'Font Awesome 6 Pro';
            font-size: clamp(18px,calc(20/1920*100rem),calc(20/1920*100rem));
            line-height: 1.5;
            --tw-text-opacity: 1;
            color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }
        .section-document-list-upgrade .facetwp-facet-pagination .facetwp-pager a.active {
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
          --tw-bg-opacity: 1;
          background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1));
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }

.tabslet-primary {
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: 12px }

@media (min-width: 768px) {.tabslet-primary {
    gap: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) } }

.tabslet-primary {
  overflow: auto;
  padding-bottom: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  padding-left: 0 }

.tabslet-primary::-webkit-scrollbar {
  width: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem));
  height: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem));
    width: 5px;
    height: 5px; }
  .tabslet-primary::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1)) }
  .tabslet-primary::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1)) }
  .tabslet-primary li {
  list-style-type: none }
  .tabslet-primary li:first-child {
  margin-left: auto }
  .tabslet-primary li:last-child {
  margin-right: auto }
    .tabslet-primary li.active a {
  --tw-bg-opacity: 1;
  background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1)) }
    .tabslet-primary li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1));
  padding-left: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
  padding-right: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms }
    @media (min-width: 1024px) {.tabslet-primary li a {
    min-width: 14.6875rem } }
    @media (min-width: 1200px) {.tabslet-primary li a {
    height: 2.7083333333333335rem } }
    .tabslet-primary li a {
  font-weight: 700;
  text-transform: uppercase }
    .tabslet-primary li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1)) }

.tabslet-secondary {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  overflow: auto }

.tabslet-secondary::-webkit-scrollbar {
  width: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem));
  height: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem));
    width: 0;
    height: 0; }
  .tabslet-secondary li.active a {
  --tw-bg-opacity: 1;
  background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
  .tabslet-secondary li a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms }
  .tabslet-secondary li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
  @media (min-width: 1024px) {.tabslet-secondary li a {
    font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
    line-height: 1.5 } }
  .tabslet-secondary li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  white-space: nowrap;
  border-bottom-width: clamp(4px,calc(4/1920*100rem),calc(4/1920*100rem));
  --tw-border-opacity: 1;
  border-color: rgb(243 111 34 / var(--tw-border-opacity, 1));
  background-color: rgb(0 68 124 / 0.3);
  padding-left: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  padding-right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
  @media (min-width: 1024px) {.tabslet-secondary li a {
    min-height: 2.7083333333333335rem } }

.item-overlay-black::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgb(0 0 0 / 0.5) }

.item-box-pop-text::before {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  height: 33%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: unset;
  z-index: 1;
  width: 100% }

@media (max-width: 1199.98px) {
  .item-box-pop-text::before {
    height: 66.666667% } }

.item-box-pop-text:hover::before {
  height: 50%; }

.item-box-pop-text:hover .content {
  --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)) }
  .item-box-pop-text:hover .content .wrap-desc {
  opacity: 1 }

.item-box-pop-text .content {
  --tw-translate-y: var(--height-item-var-height);
  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: 300ms }
  .item-box-pop-text .content .wrap-desc {
  padding-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms }

.item-product-primary.blue .img {
  background: linear-gradient(90deg, #00447C 0%, #4785AD 100%); }

.item-product-primary.blue .content {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1)) }

.item-product-primary .img {
  background: linear-gradient(90deg, #F36F22 0%, #EC4123 100%); }
  @media (max-width: 575.98px) {
    .item-product-primary .img {
    padding: 10px } }
  .item-product-primary .img a {
  overflow: visible !important }

.btn-sw-circle-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(48px, calc(48/1920*100rem), calc(48/1920*100rem));
  width: clamp(48px, calc(48/1920*100rem), calc(48/1920*100rem));
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem)) clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem)) 0px rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) }

.btn-sw-circle-arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 65 35 / var(--tw-bg-opacity, 1)) }
  .btn-sw-circle-arrow.btn-prev::before, .btn-sw-circle-arrow.btn-next::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    font-size: clamp(18px,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)) }

.item-play-video {
  position: relative }
  .item-play-video:hover .btn-play-video {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) }
  .item-play-video .btn-play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  --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));
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  height: 70px;
  width: 70px;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 0.5);
  padding-left: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) }
  @media (min-width: 1024px) {.item-play-video .btn-play-video {
    height: 5.208333333333334rem;
    width: 5.208333333333334rem } }
  .item-play-video .btn-play-video {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms }
    .item-play-video .btn-play-video::before {
      content: '\f04b';
      font-family: "Font Awesome 6 Sharp";
      font-size: calc(30/1920*100rem);
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }

.table-custom {
  width: 100% }
  .table-custom th, .table-custom td {
  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(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-right: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }
  .table-custom td:first-child {
    width: calc(204/1120*100%) !important; }
  .table-custom td:last-child {
    width: calc(140/1120*100%) !important; }
  .table-custom td:not(:first-child):not(:last-child) {
    width: calc(80/1120*100%) !important; }
  .table-custom th {
  --tw-bg-opacity: 1;
  background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
  .table-custom thead th {
  white-space: nowrap }
  .table-custom tbody tr td {
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) }
  .table-custom tbody tr td:first-child {
  white-space: nowrap;
  text-align: left }

.table-responsive {
  width: 100%;
  max-width: 100%;
  overflow: auto }

.table-responsive::-webkit-scrollbar {
  width: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem));
  height: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem)); }
  .table-responsive table {
  width: 1200px }
  @media (min-width: 768px) {.table-responsive table {
    width: 100% } }

[calc-this-element] {
  height: var(--description-height); }

.esg-download .btn + .btn {
  position: relative }
  .esg-download .btn + .btn::before {
    content: '';
    position: static;
    margin-left: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
    margin-right: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
    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(255 255 255 / var(--tw-bg-opacity, 1)) }

@media (max-width: 575.98px) {
  .esg-download .btn {
    font-size: 13px } }

.esg-download.multiple-line [class*='flex'] {
  -moz-column-gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
       column-gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }

.esg-download.multiple-line .btn + .btn::before {
  display: none }

.box-sidebar-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  border-radius: 0.625rem }
  .box-sidebar-menu .sidebar-menu-title {
  font-size: clamp(18px,calc(20/1920*100rem),calc(20/1920*100rem));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1));
  padding-top: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  padding-bottom: clamp(16px, calc(16/1920*100rem), calc(16/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));
  line-height: 1;
  border-radius: 0.625rem }
  @media (min-width: 1024px) {.box-sidebar-menu .sidebar-menu-title {
    padding-left: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem));
    padding-right: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) } }
  .box-sidebar-menu .sidebar-menu-title {
  min-height: 56px }

@media (max-width: 1023.98px) {
  .box-sidebar-menu .sidebar-menu-title.active::after {
    content: '\f068'; }
  .box-sidebar-menu .sidebar-menu-title::after {
    content: '\2b';
    margin-left: auto;
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    font-weight: 300 } }
  .box-sidebar-menu .sidebar-menu-list {
  margin-top: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  padding-left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-right: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-bottom: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }

@media (max-width: 1023.98px) {
  .box-sidebar-menu .sidebar-menu-list {
    display: none } }
    .box-sidebar-menu .sidebar-menu-list > ul {
  display: flex;
  flex-direction: column }
      .box-sidebar-menu .sidebar-menu-list > ul > li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  padding: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  padding-left: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-right: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }
      .box-sidebar-menu .sidebar-menu-list > ul > li:first-child {
  border-top-width: 1px }
      @media (min-width: 1200px) {.box-sidebar-menu .sidebar-menu-list > ul > li {
    padding-left: 0.8333333333333334rem;
    padding-right: 0.8333333333333334rem } }
        .box-sidebar-menu .sidebar-menu-list > ul > li.active > a::after {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1)) }
        .box-sidebar-menu .sidebar-menu-list > ul > li[class*='current']:not(.active) > a {
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1)) }
          .box-sidebar-menu .sidebar-menu-list > ul > li[class*='current']:not(.active) > a::after {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1)) }
        .box-sidebar-menu .sidebar-menu-list > ul > li[class*='current']:not(.active) > ul {
  display: block }
        .box-sidebar-menu .sidebar-menu-list > ul > li[class*='children'] > a::after {
          content: '\f054';
          margin-left: auto;
          font-family: 'Font Awesome 6 Pro';
          font-size: clamp(18px,calc(20/1920*100rem),calc(20/1920*100rem));
          line-height: 1.5;
          font-weight: 300;
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 300ms }
        .box-sidebar-menu .sidebar-menu-list > ul > li > a {
  font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  line-height: 1.5;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1)) }
        @media (min-width: 1024px) {.box-sidebar-menu .sidebar-menu-list > ul > li > a {
    font-size: clamp(18px,calc(20 / 1920 * 100rem),calc(20 / 1920 * 100rem)) } }
        .box-sidebar-menu .sidebar-menu-list > ul > li > a {
  display: flex;
  align-items: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }
        .box-sidebar-menu .sidebar-menu-list > ul > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1)) }
        .box-sidebar-menu .sidebar-menu-list > ul > li > a {
  text-transform: capitalize;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms }
        .box-sidebar-menu .sidebar-menu-list > ul > li > ul {
  --tw-bg-opacity: 1;
  background-color: rgb(241 248 255 / var(--tw-bg-opacity, 1));
  padding-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  margin-top: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  display: none }
          .box-sidebar-menu .sidebar-menu-list > ul > li > ul li[class*='current'] > a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1)) }
          .box-sidebar-menu .sidebar-menu-list > ul > li > ul li a {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
  padding: 0.625rem }
          .box-sidebar-menu .sidebar-menu-list > ul > li > ul li a:hover {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1)) }
          .box-sidebar-menu .sidebar-menu-list > ul > li > ul li a {
  text-transform: capitalize;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-size: clamp(14px,calc(16 / 1920 * 100rem),calc(16 / 1920 * 100rem)) }

.swiper-pagination.swiper-pagination-dot {
  box-shadow: 0px 3px 3px 0px rgba(0, 68, 124, 0.2);
  position: static !important;
  width: -moz-fit-content !important;
  width: fit-content !important }

@media (max-width: 767.98px) {
  .popup-contact.fancybox__container .fancybox__viewport .form-wrap > .swiper-pagination.swiper-pagination-dot {
    margin-left: auto;
    margin-right: auto } }

.swiper-pagination.swiper-pagination-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  height: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
  gap: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
  border-radius: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: clamp(48px, calc(48/1920*100rem), calc(48/1920*100rem));
  padding-right: clamp(48px, calc(48/1920*100rem), calc(48/1920*100rem)) }
  .swiper-pagination.swiper-pagination-dot .swiper-pagination-bullet {
  margin-left: 0;
  margin-right: 0;
  height: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  width: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
  --tw-bg-opacity: 1;
  background-color: rgb(160 187 212 / var(--tw-bg-opacity, 1));
  opacity: 1 }
    .swiper-pagination.swiper-pagination-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1)) }

.global-breadcrumb {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 100 / var(--tw-bg-opacity, 1));
  padding-top: clamp(10px, calc(10/1920*100rem), calc(10/1920*100rem));
  padding-bottom: clamp(10px, calc(10/1920*100rem), calc(10/1920*100rem));
  display: none }
  .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;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
    .global-breadcrumb .rank-math-breadcrumb p .separator {
      width: auto;
      font-size: 0;
      padding-top: 0;
      padding-bottom: 0;
      display: flex;
      align-items: center;
      background-color: transparent;
      position: relative }
      .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)) }
      @media (min-width: 576px) {.global-breadcrumb .rank-math-breadcrumb p .separator::before {
    margin-left: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
    margin-right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) } }
      .global-breadcrumb .rank-math-breadcrumb p .separator::before {
  font-family: 'Font Awesome 6 Pro' }
    .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 {
  font-size: 0;
  line-height: 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-weight: 900 }
      .global-breadcrumb .rank-math-breadcrumb p a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1)) }
  .global-breadcrumb .rank-math-breadcrumb *, .global-breadcrumb .rank-math-breadcrumb *::before {
  font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem));
  line-height: normal }

@media (max-width: 767.98px) {
  .page-banner .img a {
    height: 40vw; } }

.section-page-banner .swiper-column-auto {
  --mr: 0px; }

header {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16); }
  header .header-wrapper .logo {
  width: 143px }
  @media (min-width: 1200px) {header .header-wrapper .logo {
    width: 10.416666666666668rem } }
  header .header-wrapper .logo {
  margin-left: auto;
  margin-right: auto }
  @media (min-width: 1200px) {header .header-wrapper .logo {
    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: 1366px) {header .header-wrapper .logo {
    margin-left: 2.291666666666667rem;
    margin-right: 2.291666666666667rem } }
  header .header-wrapper .logo {
  padding-top: 10px;
  padding-bottom: 10px }
  @media (min-width: 1200px) {header .header-wrapper .logo {
    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 .header-wrapper .logo a {
      position: relative;
      display: block;
      height: 0;
      overflow: hidden;
      padding-top: 41.95804%; }
      header .header-wrapper .logo a img, header .header-wrapper .logo a iframe, header .header-wrapper .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 }
      @media (min-width: 1280px) {
        header .header-wrapper .logo a {
          position: relative;
          display: block;
          height: 0;
          overflow: hidden;
          padding-top: 42%; }
          header .header-wrapper .logo a img, header .header-wrapper .logo a iframe, header .header-wrapper .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 .btn-secondary {
  font-size: 0.7291666666666667rem;
  transition-property: none;
  padding-left: calc(12/1920*100rem);
  padding-right: calc(12/1920*100rem) }
    header .btn-secondary img {
  width: calc(28/1920*100rem);
  height: calc(28/1920*100rem) }
    header .btn-secondary path {
      fill: var(--btn-color, #9A0BAF); }
    header .btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 68 124 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1)) }
  header #burger {
    width: 32px;
    height: 32px;
    color: #E61E1E;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    --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)) }
    header #burger svg {
      background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_50446_2169" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="32" height="32"><rect x="0.5" y="0.5" width="31" height="31" fill="%2300447C" stroke="%23707070"/></mask><g mask="url(%23mask0_50446_2169)"><path d="M31 7H1C0.447715 7 0 6.55228 0 6C0 5.44772 0.447715 5 1 5H31C31.5523 5 32 5.44772 32 6C32 6.55228 31.5523 7 31 7Z" fill="%2300447C"/><path d="M31 17H1C0.447715 17 0 16.5523 0 16C0 15.4477 0.447715 15 1 15H31C31.5523 15 32 15.4477 32 16C32 16.5523 31.5523 17 31 17Z" fill="%2300447C"/><path d="M31 27H1C0.447715 27 0 26.5523 0 26C0 25.4477 0.447715 25 1 25H31C31.5523 25 32 25.4477 32 26C32 26.5523 31.5523 27 31 27Z" fill="%2300447C"/></g></svg>');
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat }
      header #burger svg > * {
  display: none }
  header .language:hover .hover-language {
  pointer-events: auto;
  opacity: 1 }
  header .language a {
  display: block;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }
  header .language .wpml-ls {
  border-width: 0px;
  padding: 0;
  padding-left: 0;
  padding-right: 0 }
    header .language .wpml-ls img {
  width: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
  height: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
  -o-object-fit: contain;
     object-fit: contain }
    @media (min-width: 768px) {header .language .wpml-ls img {
    width: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem));
    height: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) } }
  @media (max-width: 1199.98px) {
    header .language .active-language ul {
    display: flex;
    align-items: center;
    gap: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) } }
  @media (min-width: 1200px) {
    header .language .active-language li:not([class*='current']) {
    display: none } }
  @media (max-width: 1199.98px) {
    header .language .active-language li[class*='current'] a {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(36 97 156 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 68 124 / var(--tw-border-opacity, 1)) } }
  header .language .hover-language {
  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 }

@media (max-width: 1199.98px) {
  header .language .hover-language {
    display: none } }
    header .language .hover-language li:is([class*='current']) {
  display: none }
    header .language .hover-language li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 97 156 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
  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 {
  font-size: clamp(16px, calc(16/1920*100rem), calc(16/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));
  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 (max-width: 1199.98px) {
  header .header-wrapper .col-left {
    display: none }
  header .header-wrapper .col-right {
    position: absolute;
    top: 50%;
    left: 0;
    --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)) }
  header .header-wrapper .col-right nav {
    display: none } }
  header .header-wrapper .col-left nav > ul {
  justify-content: flex-end }
  header .header-wrapper nav {
  height: 100% }
    header .header-wrapper nav > ul {
  height: 100% }
      header .header-wrapper nav > ul > li {
  display: flex;
  height: 100%;
  align-items: center }
  header .header-wrapper nav {
  display: none;
  white-space: nowrap }
  @media (min-width: 1200px) {header .header-wrapper nav {
    display: block } }
    header .header-wrapper nav a {
  display: block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }
    header .header-wrapper nav i {
  display: none }
    header .header-wrapper nav > ul {
      max-width: calc((1920 - 66 - 200) / 2 * 100%);
      display: flex;
      align-items: center;
      gap: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }
      header .header-wrapper nav > ul > li[class*='has-children'] {
  position: relative }
        header .header-wrapper nav > ul > li[class*='has-children']:hover > ul {
  pointer-events: auto;
  opacity: 1 }
      header .header-wrapper nav > ul > li.active > a, header .header-wrapper nav > ul > li.active > .title > a, header .header-wrapper nav > ul > li:hover > a, header .header-wrapper nav > ul > li:hover > .title > a {
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }
        header .header-wrapper nav > ul > li.active > a::before, header .header-wrapper nav > ul > li.active > .title > a::before, header .header-wrapper nav > ul > li:hover > a::before, header .header-wrapper nav > ul > li:hover > .title > a::before {
  width: clamp(48px, calc(48/1920*100rem), calc(48/1920*100rem));
  opacity: 1 }
      header .header-wrapper nav > ul > li > a, header .header-wrapper nav > ul > li > .title > a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1));
  text-transform: uppercase;
  position: relative;
  line-height: normal;
  font-size: 0.8333333333333334rem }
        header .header-wrapper nav > ul > li > a::before, header .header-wrapper nav > ul > li > .title > a::before {
          content: '';
          position: absolute;
          left: 50%;
          top: 100%;
          margin-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
          --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(243 111 34 / var(--tw-bg-opacity, 1));
          height: clamp(3px, calc(3/1920*100rem), calc(3/1920*100rem));
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
          width: 0;
          opacity: 0 }
      header .header-wrapper nav > ul > li ul {
  text-transform: capitalize }
      header .header-wrapper nav > ul ul {
  position: absolute;
  top: 100%;
  width: -moz-max-content;
  width: max-content;
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1));
  left: 0;
  border-bottom-right-radius: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  border-bottom-left-radius: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  padding: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  pointer-events: none;
  opacity: 0 }
      header .header-wrapper nav > ul ul > :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)) }
        header .header-wrapper nav > ul ul li.active > a, header .header-wrapper nav > ul ul li.active > .title > a, header .header-wrapper nav > ul ul li:hover > a, header .header-wrapper nav > ul ul li:hover > .title > a {
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }
        header .header-wrapper nav > ul ul a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
  header .nav-mobile {
    transition: all 0.7s cubic-bezier(0.53, -0.22, 0.35, 1.16);
    height: 100%;
    overflow: auto }
  header .nav-mobile::-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 {
  pointer-events: none;
  opacity: 0;
  border-bottom-right-radius: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  border-bottom-left-radius: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  border-left-width: 1px;
  border-color: rgb(255 255 255 / 0.5);
  --tw-bg-opacity: 1;
  background-color: rgb(3 78 162 / var(--tw-bg-opacity, 1)) }
    header .nav-mobile.active {
  pointer-events: auto;
  opacity: 1 }
    @media (min-width: 1200px) {
      header .nav-mobile *::-webkit-scrollbar {
        width: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)); } }
    header .nav-mobile .logo {
  width: 104px }
      header .nav-mobile .logo a {
        position: relative;
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 38.46154%; }
        header .nav-mobile .logo a img, header .nav-mobile .logo a iframe, header .nav-mobile .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 .nav-mobile .top {
  height: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem));
  flex: none }
    header .nav-mobile nav {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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;
  font-size: 16px;
  font-weight: 300 }
      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 li[class*='current'] > a, header .nav-mobile nav li[class*='current'] > .title > a {
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }
      header .nav-mobile nav > ul > li {
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.2) }
        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 {
          font-size: 16px;
          line-height: 1.5;
          font-weight: 700;
          text-transform: uppercase;
          padding-top: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
          padding-bottom: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }
        header .nav-mobile nav > ul > li[class*='has-children'] {
  position: relative }
        header .nav-mobile nav > ul > li[class*='toggle-dropdown'] {
  border-bottom-color: transparent }
          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 > ul {
  border-top-width: 1px;
  border-top-color: rgb(255 255 255 / 0.2);
  background-color: rgb(0 0 0 / 0.1);
  display: none;
  border-bottom-right-radius: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  border-bottom-left-radius: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  padding-top: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  padding-bottom: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }
        header .nav-mobile nav > ul > li > ul > :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)) }
          header .nav-mobile nav > ul > li > ul a {
            font-size: 14px;
            padding-left: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
            padding-right: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }

footer .top ul.menu > :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)) }
  footer .top ul.menu a {
  font-size: clamp(15px, calc(15/1920*100rem), calc(15/1920*100rem));
  font-weight: 500 }

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

footer ul.menu li:hover a {
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }

footer .bottom ul.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end }
  @media (max-width: 575.98px) {
    footer .bottom ul.menu {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) } }
  footer .bottom ul.menu li + li {
  margin-left: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-left: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }
  @media (max-width: 575.98px) {
    footer .bottom ul.menu li:nth-of-type(3) {
    margin-left: 0;
    border-left-width: 0px;
    padding-left: 0 } }

footer .logo {
  margin-left: auto;
  margin-right: auto;
  width: 209px }

@media (min-width: 1024px) {footer .logo {
    margin-left: unset;
    width: 16.145833333333336rem } }
  footer .logo a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 41.62679%; }
    footer .logo a img, footer .logo a iframe, footer .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 }
    @media (min-width: 1024px) {
      footer .logo a {
        position: relative;
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 41.6129%; }
        footer .logo a img, footer .logo a iframe, footer .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 } }

@media (max-width: 767.98px) {
  footer .col-middle .title, footer .col-right .title {
    font-size: 24px } }

footer .col-middle .content {
  font-size: clamp(15px, calc(15/1920*100rem), calc(15/1920*100rem)) }
  footer .col-middle .content a:hover {
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }

.section-page-banner {
  position: relative;
  --tw-border-opacity: 1;
  border-color: rgb(243 111 34 / var(--tw-border-opacity, 1));
  border-bottom-width: 0.625rem }
  .section-page-banner::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 100%, rgba(0, 68, 124, 0.64) 0%);
    position: absolute;
    inset: 0;
    z-index: 2;
    height: 100%;
    width: 100% }

@media (min-width: 768px) {
  .section-page-banner::before {
    background: linear-gradient(90deg, #00447C 0.12%, rgba(0, 68, 124, 0) 99.86%); } }
  .section-page-banner .content {
  position: relative;
  z-index: 10;
  max-width: clamp(820px, calc(820/1920*100rem), calc(820/1920*100rem)) }
    .section-page-banner .content strong {
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }
  .section-page-banner.no-backdrop::before {
    background: unset; }
  .section-page-banner.no-border {
  border-width: 0px }
  .section-page-banner.small-banner {
  min-height: 250px }
  @media (min-width: 768px) {.section-page-banner.small-banner {
    min-height: 20.833333333333336rem } }
  .section-page-banner.backdrop-2::before {
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    background: none;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    opacity: 0.5 }
  .section-page-banner [class*='title'] {
  text-transform: capitalize }

body[class*="page-template-About"] .section-page-banner .content {
  max-width: clamp(712px, calc(712/1920*100rem), calc(712/1920*100rem)) }

@media (max-width: 767.98px) {
  body[class*="tax-document-tax"] .section-page-banner, body.single-product .section-page-banner, body.tax-contact-tax .section-page-banner {
    min-height: 200px }
  body.page-template-Archiment .format-content {
    font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) } }

@media (max-width: 575.98px) {
  body.page-template-Archiment .format-content {
    font-size: 13px } }

@media (max-width: 767.98px) {
  body.tax-contact-tax .section-page-banner {
    display: flex;
    justify-content: center }
    body.tax-contact-tax .section-page-banner .content {
    padding-top: 0 }
    body.tax-contact-tax .section-page-banner .title-res-54 {
    text-align: center } }

.section-tabs {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1)) }
  .section-tabs ul {
  display: flex;
  gap: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
  overflow: auto }
  .section-tabs 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)); }
  @media (min-width: 1024px) {.section-tabs ul {
    gap: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) } }
    .section-tabs ul li:first-child {
  margin-left: auto }
    .section-tabs ul li:last-child {
  margin-right: auto }
      .section-tabs ul li.active a {
  --tw-border-opacity: 1;
  border-color: rgb(243 111 34 / var(--tw-border-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }
      .section-tabs ul li a {
  display: flex;
  height: 100%;
  align-items: center;
  border-bottom-width: clamp(2px,calc(2/1920*100rem),calc(2/1920*100rem));
  border-color: transparent;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  min-height: 3.541666666666667rem }
      @media (min-width: 1024px) {.section-tabs ul li a {
    font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
    line-height: 1.5 } }
      .section-tabs ul li a {
  white-space: nowrap }
      .section-tabs ul li a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 111 34 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }

.section-esg-banner .img-bg::before {
  content: '';
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0.19%, rgba(0, 0, 0, 0) 99.74%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  outline-color: #eff6ff;
  height: 100%;
  width: calc(1618 / 1920 * 100%) }

.section-about-4 .wrap-content .item-image .content {
  font-size: 40px }
  @media (min-width: 1800px) {
    .section-about-4 .wrap-content .item-image .content {
    font-size: 2.0833333333333335rem } }

@media (max-width: 767.98px) {
  .section-about-4 .wrap-content .item-image + .item-image {
    position: relative;
    padding-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }
    .section-about-4 .wrap-content .item-image + .item-image::before, .section-about-4 .wrap-content .item-image + .item-image::after {
      content: '';
      position: absolute;
      top: 0;
      height: 8px;
      width: 50% }
    .section-about-4 .wrap-content .item-image + .item-image::before {
    left: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1)) }
    .section-about-4 .wrap-content .item-image + .item-image::after {
    right: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1)) } }

.section-about-5 {
  --mr: 8px;
  --spv: 1.1; }

@media (min-width: 768px) {
  .section-about-5 {
    --spv: 2.5; } }

@media (min-width: 1024px) {
  .section-about-5 {
    --spv: 3; } }

@media (min-width: 1200px) {
  .section-about-5 {
    --mr: calc(8/1920*100rem);
    --spv: 4; } }
  .section-about-5 .swiper-slide {
    width: calc(calc(100% - calc(var(--mr) * calc(var(--spv) - 1)))/var(--spv)) !important; }
    @media (max-width: 1199.98px) {
      .section-about-5 .swiper-slide.swiper-slide-active .item-history .content {
    --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)) }
        .section-about-5 .swiper-slide.swiper-slide-active .item-history .content .wrap-desc {
    opacity: 1 } }
    .section-about-5 .swiper-slide .item-history:hover::before {
  height: 100% }
    .section-about-5 .swiper-slide .item-history:hover .content {
  opacity: 0 }
    .section-about-5 .swiper-slide .item-history:hover .content-after {
  --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 }
    .section-about-5 .swiper-slide .item-history .content-after {
  --tw-translate-y: 33.333333%;
  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 }

@media (max-width: 575.98px) {
  .section-about-5 .swiper-slide .item-history > .img {
    padding-top: calc(500 / 340 * 100%) } }
  .section-about-5 .slider-pagination-duration.noUi-horizontal {
  border-radius: 0px !important;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  height: 0.3125rem !important }
    .section-about-5 .slider-pagination-duration.noUi-horizontal .noUi-connects {
  border-radius: 0px !important }
    .section-about-5 .slider-pagination-duration.noUi-horizontal .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1)) }
    .section-about-5 .slider-pagination-duration.noUi-horizontal .noUi-handle {
  top: calc(-1.9166666667rem / 2);
  right: calc(-2.9166666667rem / 2) }
    @media (min-width: 768px) {.section-about-5 .slider-pagination-duration.noUi-horizontal .noUi-handle {
    top: calc(-2.9166666667rem / 2) } }
    .section-about-5 .slider-pagination-duration.noUi-horizontal .noUi-handle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
  border-radius: 9999px;
  border-width: clamp(2px,calc(2/1920*100rem),calc(2/1920*100rem));
  --tw-border-opacity: 1;
  border-color: rgb(255 200 95 / var(--tw-border-opacity, 1)) }
    @media (min-width: 768px) {.section-about-5 .slider-pagination-duration.noUi-horizontal .noUi-handle {
    height: 2.916666666666667rem;
    width: 2.916666666666667rem } }
      .section-about-5 .slider-pagination-duration.noUi-horizontal .noUi-handle::after {
  display: none }
      .section-about-5 .slider-pagination-duration.noUi-horizontal .noUi-handle::before {
        background-image: url("../img/9.svg");
        background-size: 100% 100%;
        position: static;
        display: inline-block;
        background-color: transparent;
        background-repeat: no-repeat;
        height: 1.1458333333333335rem;
        width: 2.291666666666667rem }
      .section-about-5 .slider-pagination-duration.noUi-horizontal .noUi-handle .noUi-touch-area {
  display: none }
  .section-about-5 .slider-pagination-duration .noUi-pips .noUi-marker {
  display: none }
  .section-about-5 .slider-pagination-duration .noUi-pips > div {
  padding-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem));
  font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) !important;
  line-height: 1.5 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important }
  .section-about-5 .swiper-slide {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms }
    .section-about-5 .swiper-slide:not(:last-child) {
      margin-right: var(--mr); }
    .section-about-5 .swiper-slide.active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) }
  .section-about-5 .arrow-button .swiper-button-prev {
    right: calc(100% - var(--data-length)); }
  .section-about-5 .arrow-button .swiper-button-next {
    left: calc(100% - var(--data-length)); }
  .section-about-5 .arrow-button .swiper-button-prev.swiper-button-disabled, .section-about-5 .arrow-button .swiper-button-next.swiper-button-disabled {
  pointer-events: auto;
  opacity: 1 }
  .section-about-5 .arrow-button .swiper-button-prev.swiper-button-lock, .section-about-5 .arrow-button .swiper-button-next.swiper-button-lock {
  display: block }

.section-about-features {
  background: transparent !important; }

.item-director .top {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1)) }

.item-director.color-2 .top {
  --tw-bg-opacity: 1;
  background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1)) }

@media screen and (max-width: 1600px) and (min-width: 1200px) {
  .section-distribution-1 .title-res-54 {
    font-size: 2.5rem; } }

.section-distribution-2 .swiper-column-auto {
  --mr: 8px; }

@media (min-width: 1200px) {
  .section-distribution-2 .swiper-column-auto {
    --mr: calc(8/1920*100rem); } }

@media (max-width: 575.98px) {
  .section-distribution-2 .swiper-column-auto .swiper-slide {
    width: 340px } }
  .section-distribution-2 .swiper-column-auto .swiper-slide .img {
    padding-top: calc(500/340*100%); }

@media (max-width: 767.98px) {
  .section-distribution-2 .swiper-slide-active .content {
    --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)) }
    .section-distribution-2 .swiper-slide-active .content .wrap-desc {
    opacity: 1 } }

.section-distribution-2 .arrow-button .swiper-button-prev {
  right: calc(100% - var(--data-length)); }

.section-distribution-2 .arrow-button .swiper-button-next {
  left: calc(100% - var(--data-length)); }

.section-distribution-2 .arrow-button .swiper-button-prev.swiper-button-disabled, .section-distribution-2 .arrow-button .swiper-button-next.swiper-button-disabled {
  pointer-events: auto;
  opacity: 1 }

.section-distribution-2 .arrow-button .swiper-button-prev.swiper-button-lock, .section-distribution-2 .arrow-button .swiper-button-next.swiper-button-lock {
  display: block }

.section-distribution-3 .swiper-column-auto {
  --mr: 8px; }
  @media (max-width: 767.98px) {
    .section-distribution-3 .swiper-column-auto {
      --spv: 2.1; } }

@media (min-width: 1200px) {
  .section-distribution-3 .swiper-column-auto {
    --mr: calc(16/1920*100rem); } }

.esg-3 .item .wrapper::before {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  position: absolute;
  inset: 0;
  z-index: -1 }

.esg-1 .btn.active span:nth-of-type(1) {
  display: none; }

.esg-1 .btn.active span:nth-of-type(2) {
  display: block; }

.esg-4 .content::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); }

.esg-5 .center-slide-active .swiper-wrapper {
  justify-content: center }

.esg-5 .arrow-button .swiper-button-prev, .esg-5 .arrow-button .swiper-button-next {
  top: 42% }

.esg-5 .swiper-column-auto.center-slide-active .swiper-wrapper {
  justify-content: center }

.news-detail .bn-1 {
  text-align: left }
  .news-detail .bn-1 .content {
  margin-top: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
  .news-detail .bn-1 .ctn {
  margin-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }
  .news-detail .bn-1 .img a {
  border-radius: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }

@media (max-width: 1023.98px) {
  .news-detail .other-news .small {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
         column-gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem));
    row-gap: clamp(28px, calc(28/1920*100rem), calc(28/1920*100rem)) }
  .section-product-brand-2 .product-list .news-detail .other-news .small {
    align-content: space-between }
  .news-detail .other-news .bn {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem)) }
    .news-detail .other-news .bn .img {
      box-shadow: 0px 3px 3px 0px rgba(0, 68, 124, 0.2); }
    .news-detail .other-news .bn + .bn {
    margin-top: 0 } }

.news-detail article img {
  border-radius: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }

.page-template-default .news-detail img {
  border-radius: 0px }

@media (max-width: 575.98px) {
  .news-list .bn-1 .img {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) }
    .news-list .bn-1 .img img {
    border-radius: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
  .news-list .bn-1 .content {
    margin-top: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) } }

.governance-2 .item-commit:nth-of-type(1) .description {
  padding-right: 1.875rem }

.section-product-brand-2 {
  position: relative }
  .section-product-brand-2::before {
    content: '';
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    opacity: 0.8;
    position: absolute;
    inset: 0 }
  .section-product-brand-2 [class^="container"] {
  position: relative;
  z-index: 3 }
  .section-product-brand-2 .swiper-pagination {
  position: absolute !important;
  top: 50% !important;
  left: 100% !important;
  right: auto !important;
  margin-left: clamp(2px, calc(2/1920*100rem), calc(2/1920*100rem)) !important }
  @media (min-width: 1200px) {.section-product-brand-2 .swiper-pagination {
    margin-left: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) !important } }
    .section-product-brand-2 .swiper-pagination .swiper-pagination-bullet {
  height: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) !important;
  width: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1)) !important;
  opacity: 1 !important }
    .section-product-brand-2 .swiper-pagination .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1)) !important }
  .section-product-brand-2 .product-list .grid {
  align-content: space-between }

@media (max-width: 1023.98px) {
  .section-product-brand-2 .image-feature > div {
    height: auto;
    padding-top: 0 }
    .section-product-brand-2 .image-feature > div img {
    position: static;
    height: auto;
    width: 100% } }

.loading-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1)) }
  .loading-wrapper .loading {
  position: relative;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  --tw-translate-x: 0;
  --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)) }

.section-product-brand-2 .product-list .arrow-button [class*='swiper-button'].swiper-button-disabled, .section-product-industry-3 .product-list .arrow-button [class*='swiper-button'].swiper-button-disabled {
  opacity: 0 }

.section-home-banner .img a {
  height: 51.04167rem; }

.section-home-banner .btn-play-auto {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) }
  .section-home-banner .btn-play-auto.pause .fa-pause {
  --tw-scale-x: 0;
  --tw-scale-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)) }
  .section-home-banner .btn-play-auto.pause .fa-play {
  --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)) }
  .section-home-banner .btn-play-auto .fa-play {
  --tw-scale-x: 0;
  --tw-scale-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)) }
  .section-home-banner .btn-play-auto > i {
    transform-origin: center center;
    position: absolute;
    font-size: clamp(18px,calc(24/1920*100rem),calc(24/1920*100rem));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms }

.section-home-banner .swiper-pagination.pagination-duration {
  position: static !important;
  display: flex !important;
  width: auto !important;
  flex: 1 1 0% !important }
  .section-home-banner .swiper-pagination.pagination-duration > span.swiper-pagination-bullet {
  position: relative !important;
  height: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem)) !important;
  flex: 1 1 0% !important;
  border-radius: 0px !important;
  border-style: none !important;
  background-color: rgb(255 255 255 / 0.5) !important }
    .section-home-banner .swiper-pagination.pagination-duration > span.swiper-pagination-bullet::after {
      content: '';
      width: var(--swiper-pagination-duration);
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      height: 100% !important;
      --tw-bg-opacity: 1 !important;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important }
    .section-home-banner .swiper-pagination.pagination-duration > span.swiper-pagination-bullet::before {
  display: none }

.section-home-banner .swiper-slide.play-video .video {
  opacity: 1 }

.section-home-banner .btn-play-auto {
  display: none }

.section-home-features .wrap-home-features .item-home-feature::before {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: unset;
  z-index: 1;
  width: 100% }

.section-home-features .wrap-home-features .item-home-feature .img {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 100%; }

.section-home-features .wrap-home-features .item-home-feature .img picture,.section-home-features .wrap-home-features .item-home-feature .img img,.section-home-features .wrap-home-features .item-home-feature .img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover }

.section-home-features .wrap-home-features .item-home-feature .img {
  padding-top: 155.76323987538942% }

@media (min-width: 1024px) {.section-home-features .wrap-home-features .item-home-feature .img {
    padding-top: 46.63212435233161% } }

.section-home-features .wrap-home-features .features-bottom .item-home-feature .img {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 100%; }

.section-home-features .wrap-home-features .features-bottom .item-home-feature .img picture,.section-home-features .wrap-home-features .features-bottom .item-home-feature .img img,.section-home-features .wrap-home-features .features-bottom .item-home-feature .img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover }

.section-home-features .wrap-home-features .features-bottom .item-home-feature .img {
  padding-top: 72.11538461538461% }

@media (min-width: 1200px) {.item-home-feature .title {
    max-width: clamp(410px, calc(410/1920*100rem), calc(410/1920*100rem)) } }

@media (max-width: 1023.98px) {
  .item-home-feature .content {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left }
  .item-home-feature .subtitle {
    text-align: left } }

@media (max-width: 767.98px) {
  .section-home-news .swiper-pagination {
    display: none !important } }

@media (min-width: 1200px) {
  .section-home-news .swiper-column-auto {
    --mr: 5.6770833333rem; } }

.section-home-news .arrow-button .swiper-button-prev {
  right: calc(100% + 20px); }

.section-home-news .arrow-button .swiper-button-next {
  left: calc(100% + 20px); }

.section-home-news .item-news-primary .desc {
  display: none }

.section-home-news .item-news-primary .news-img {
  border-radius: 0px }
  .section-home-news .item-news-primary .news-img img {
  border-radius: 0px }

.section-home-news .item-news-primary .news-content {
  padding-bottom: 0 }
  @media (min-width: 1024px) {.section-home-news .item-news-primary .news-content > h3 {
    font-size: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) } }

@media (max-width: 767.98px) {
  .section-home-news .arrow-button {
    display: none } }

.section-home-news .arrow-button .swiper-button-prev, .section-home-news .arrow-button .swiper-button-next {
  top: 5.72917rem;
  --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)) }

.section-product-brand-1 .swiper-column-auto {
  --mr: 30px; }
  @media (max-width: 1023.98px) {
    .section-product-brand-1 .swiper-column-auto {
      --spv: 2; } }
  @media (max-width: 767.98px) {
    .section-product-brand-1 .swiper-column-auto {
      --spv: 1.2; } }

@media (min-width: 1024px) {
  .section-product-brand-1 .swiper-column-auto {
    --mr: calc(30/1920*100rem); } }

.section-product-brand-1 .item-category .content {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms }

.section-product-brand-1 .item-category.active .content {
  --tw-bg-opacity: 1;
  background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1)) }

.section-product-brand-1 .box-brand {
  border-width: clamp(4px,calc(4/1920*100rem),calc(4/1920*100rem));
  border-color: transparent }
  .section-product-brand-1 .box-brand.active {
  --tw-border-opacity: 1;
  border-color: rgb(243 111 34 / var(--tw-border-opacity, 1)) }

@media (min-width: 1200px) {
  .section-product-brand-1 .arrow-button .swiper-button-prev, .section-product-brand-1 .arrow-button .swiper-button-next {
    top: unset;
    --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));
    bottom: calc(54/1920*100rem) }
  @media (min-width: 1200px) {
    .section-product-brand-1 .arrow-button .swiper-button-prev {
      right: calc(100% + 10px); } }
  @media (min-width: 1366px) {
    .section-product-brand-1 .arrow-button .swiper-button-prev {
      right: calc(100% + 20px); } }
  @media (min-width: 1700px) {
    .section-product-brand-1 .arrow-button .swiper-button-prev {
      right: calc(100% + 24/1920*100rem); } }
  @media (min-width: 1200px) {
    .section-product-brand-1 .arrow-button .swiper-button-next {
      left: calc(100% + 10px); } }
  @media (min-width: 1366px) {
    .section-product-brand-1 .arrow-button .swiper-button-next {
      left: calc(100% + 20px); } }
  @media (min-width: 1700px) {
    .section-product-brand-1 .arrow-button .swiper-button-next {
      left: calc(100% + 24/1920*100rem); } } }

@media (max-width: 767.98px) {
  .section-home-family .container-fluid {
    background-image: url(../img/bg-h-5-mobile.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat } }

@media (min-width: 1200px) {
  .section-home-family .wrap-img img {
    -o-object-position: right;
       object-position: right }
  .section-home-family .content > h3:first-child {
    padding-right: clamp(44px, calc(44/1920*100rem), calc(44/1920*100rem)) } }

@media (max-width: 767.98px) {
  .section-home-commit .title-res-48 span {
    display: block } }

.item-commit:hover .img img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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)) }

.item-commit:hover .content img {
  --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)) }

.social-1 .content::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); }

@media (max-width: 575.98px) {
  .social-1 .title-res-54 {
    font-size: 28px } }

@media (max-width: 1199.98px) {
  .section-home-item-full .title, .section-home-commit .title {
    font-size: 2rem } }

@media (max-width: 1023.98px) {
  .section-home-item-full .title, .section-home-commit .title {
    font-size: 1.6rem } }

@media (max-width: 767.98px) {
  .section-home-item-full .title, .section-home-commit .title {
    font-size: 32px }
  .section-home-item-full .sub-title, .section-home-commit .sub-title {
    font-size: 16px } }

.social-3 .item[class*='col-span-full'] .wrapper > div {
  width: 100%;
  max-width: clamp(1174px, calc(1174/1920*100rem), calc(1174/1920*100rem)) }

.social-2 .content::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); }

@media (max-width: 767.98px) {
  .section-product-industry-2 {
    background-image: none !important;
    --tw-bg-opacity: 1;
    background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1)) } }

.section-product-industry-2 .swiper-column-auto {
  --mr: 24px; }
  .section-product-industry-2 .swiper-column-auto .swiper-slide {
    --spv: 1.2; }

@media (min-width: 768px) {
  .section-product-industry-2 .swiper-column-auto .swiper-slide {
    --spv: 2.5; } }

@media (min-width: 1024px) {
  .section-product-industry-2 .swiper-column-auto .swiper-slide {
    --spv: 4.3; } }

@media (min-width: 1200px) {
  .section-product-industry-2 .swiper-column-auto .swiper-slide {
    --spv: 5; } }

@media (min-width: 1024px) {
  .section-product-industry-2 .swiper-column-auto {
    --mr: calc(24/1920*100rem); } }

.section-product-industry-2 .item-category .content {
  padding-top: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) }

.section-product-industry-2 .item-category.active {
  border-width: clamp(2px,calc(2/1920*100rem),calc(2/1920*100rem));
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) }

.section-product-industry-3 {
  position: relative }
  .section-product-industry-3::before {
    content: '';
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    opacity: 0.5;
    position: absolute;
    inset: 0 }
  .section-product-industry-3 [class^="container"] {
  position: relative;
  z-index: 3 }
  .section-product-industry-3 .swiper-column-auto {
    --mr: 16px; }

@media (min-width: 1024px) {
  .section-product-industry-3 .swiper-column-auto {
    --mr: calc(24/1920*100rem); } }
    .section-product-industry-3 .swiper-column-auto.auto-3-column .swiper-slide {
      --spv: 2; }

@media (min-width: 768px) {
  .section-product-industry-3 .swiper-column-auto.auto-3-column .swiper-slide {
    --spv: 2.5; } }

@media (min-width: 1024px) {
  .section-product-industry-3 .swiper-column-auto.auto-3-column .swiper-slide {
    --spv: 3; } }
    .section-product-industry-3 .swiper-column-auto.auto-2-column .swiper-slide {
      --spv: 2; }
    .section-product-industry-3 .swiper-column-auto.center-slide-active .swiper-wrapper {
  justify-content: center }

@media (max-width: 767.98px) {
  .section-product-industry-3 .title-res-48 {
    margin-left: auto;
    margin-right: auto;
    max-width: 13ch } }

.wrap-section-category-product .section-product-industry-3:nth-child(even) .item-product-primary .img, .wrap-section-category-product .section-product-brand-2:nth-child(even) .item-product-primary .img {
  background: linear-gradient(90deg, #00447C 0%, #4785AD 100%); }

.wrap-section-category-product .section-product-industry-3:nth-child(even) .item-product-primary .content, .wrap-section-category-product .section-product-brand-2:nth-child(even) .item-product-primary .content {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 124 / var(--tw-bg-opacity, 1)) }

.section-shareholder-1 .shareholder-grid {
  display: grid;
  gap: 16px }

@media (min-width: 768px) {
  .section-shareholder-1 .shareholder-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: calc(24/1920*100rem);
    grid-row-gap: calc(24/1920*100rem); } }
  .section-shareholder-1 .shareholder-grid__item {
  position: relative }
    .section-shareholder-1 .shareholder-grid__item .img {
  height: 300px;
  overflow: hidden;
  border-radius: 0.5rem }
    @media (min-width: 768px) {.section-shareholder-1 .shareholder-grid__item .img {
    height: 15.625rem } }
      .section-shareholder-1 .shareholder-grid__item .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover }
    .section-shareholder-1 .shareholder-grid__item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }
    @media (min-width: 1024px) {.section-shareholder-1 .shareholder-grid__item .text {
    padding: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) } }
      .section-shareholder-1 .shareholder-grid__item .text .title {
  font-weight: 700 }

@media (max-width: 767.98px) {
  .section-shareholder-1 .shareholder-grid__item .text .title {
    font-size: 48px }
  .section-shareholder-1 .shareholder-grid__item .text .desc {
    font-size: 24px } }

@media (min-width: 768px) {
  .section-shareholder-1 .shareholder-grid__item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3; }
  .section-shareholder-1 .shareholder-grid__item:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4; }
  .section-shareholder-1 .shareholder-grid__item:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2; }
  .section-shareholder-1 .shareholder-grid__item:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3; }
  .section-shareholder-1 .shareholder-grid__item:nth-child(5) {
    grid-area: 2 / 3 / 3 / 4; }
  .section-shareholder-1 .shareholder-grid__item:nth-child(6) {
    grid-area: 3 / 1 / 5 / 2; }
  .section-shareholder-1 .shareholder-grid__item:nth-child(7) {
    grid-area: 3 / 2 / 4 / 4; }
  .section-shareholder-1 .shareholder-grid__item:nth-child(8) {
    grid-area: 4 / 2 / 5 / 3; }
  .section-shareholder-1 .shareholder-grid__item:nth-child(9) {
    grid-area: 4 / 3 / 6 / 4; }
  .section-shareholder-1 .shareholder-grid__item:nth-child(10) {
    grid-area: 5 / 1 / 6 / 3; } }
    .section-shareholder-1 .shareholder-grid__item:nth-child(6) .img, .section-shareholder-1 .shareholder-grid__item:nth-child(9) .img {
  height: 100% }
    @media (max-width: 767.98px) {.section-shareholder-1 .shareholder-grid__item:nth-child(6) .img, .section-shareholder-1 .shareholder-grid__item:nth-child(9) .img, .section-shareholder-1 .shareholder-grid__item:nth-child(10) .img {
    min-height: 624px } }
    .section-shareholder-1 .shareholder-grid__item:nth-child(4) .title, .section-shareholder-1 .shareholder-grid__item:nth-child(6) .title, .section-shareholder-1 .shareholder-grid__item:nth-child(8) .title, .section-shareholder-1 .shareholder-grid__item:nth-child(9) .title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }

.section-shareholder-2 .swiper-column-auto {
  --mr: 24px; }

@media (min-width: 1024px) {
  .section-shareholder-2 .swiper-column-auto {
    --mr: calc(24/1920*100rem); } }

.section-shareholder-2 select {
  background-image: url('data:image/svg+xml;utf8,<svg width="11" height="6" viewBox="0 0 11 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.49998 6C5.62785 6 5.75585 5.95112 5.85348 5.8535L10.8535 0.853527C11.0488 0.658154 11.0488 0.341779 10.8535 0.146531C10.6581 -0.0487175 10.3417 -0.048843 10.1465 0.146531L5.49998 4.79301L0.853484 0.146532C0.658108 -0.0488438 0.341732 -0.0488438 0.146485 0.146532C-0.0487656 0.341905 -0.0488925 0.658278 0.146485 0.853528L5.14648 5.8535C5.2441 5.95113 5.3721 6 5.49998 6Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1.1458333333rem center;
  background-size: 0.5729166667rem 0.3125rem;
  width: -moz-fit-content;
  width: fit-content }

@media (max-width: 767.98px) {
  .popup-contact.fancybox__container .fancybox__viewport .form-wrap > .section-shareholder-2 select {
    margin-left: auto;
    margin-right: auto } }

.section-shareholder-2 select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  padding-right: 30px !important }

@media (min-width: 1024px) {.section-shareholder-2 select {
    padding-right: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) !important } }

.section-shareholder-2 .item-document {
  display: flex;
  height: 100%;
  flex-direction: column }
  .section-shareholder-2 .item-document .title {
  flex: 1 1 0% }

@media (max-width: 767.98px) {
  .section-shareholder-2 .item-document .img {
    padding-top: calc(465 / 300 * 100%) } }

@media (max-width: 575.98px) {
  .section-shareholder-2 .swiper-slide {
    width: 300px } }

.table-responsive {
  width: 100% !important; }
  .table-responsive table {
    width: 100% !important; }

@media (max-width: 767.98px) {
  .section-shareholder-3 .tabslet-content .content {
    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)) }
  .section-shareholder-3 .tabslet-content > .content {
    padding: 0;
    padding-top: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem));
  padding-left: 0;
  padding-right: 0 }
  .section-shareholder-3 .wrap {
    margin-left: calc(clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) * -1);
    margin-right: calc(clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) * -1) } }

.section-product-industry-1 .list {
  display: flex;
  padding-top: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }

@media (max-width: 575.98px) {
  .section-product-industry-1 .list {
    flex-direction: column;
    row-gap: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) } }
  .section-product-industry-1 .list li {
  display: flex;
  align-items: center }

@media (min-width: 576px) {
  .section-product-industry-1 .list li + li::before {
    content: '';
    margin-left: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
    margin-right: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
    height: 77px;
    width: 3px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(112 112 112 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) }
  @media (min-width: 1024px) {.section-product-industry-1 .list li + li::before {
      margin-left: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
      margin-right: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) } }
  @media (min-width: 1200px) {.section-product-industry-1 .list li + li::before {
      height: 4.010416666666667rem;
      width: 0.15625rem } } }
    .section-product-industry-1 .list li .number {
  font-size: 44px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
    @media (min-width: 768px) {.section-product-industry-1 .list li .number {
    font-size: 2.291666666666667rem } }
    .section-product-industry-1 .list li p.description {
  font-size: 13px }
    @media (min-width: 1024px) {.section-product-industry-1 .list li p.description {
    font-size: clamp(13px, calc(13/1920*100rem), calc(13/1920*100rem)) } }
    .section-product-industry-1 .list li p {
  flex: 0 0 100% }
    @media (min-width: 768px) {.md\:body-18 {
    font-size: clamp(16px, calc(18/1920*100rem), calc(18/1920*100rem)) }.md\:header-32 {
    font-size: calc(32/1920*100rem);
    line-height: 1.25 }.md\:absolute-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% } }
    @media (min-width: 1024px) {.lg\:body-16 {
    font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }.lg\:body-18 {
    font-size: clamp(16px, calc(18/1920*100rem), calc(18/1920*100rem)) }.lg\:subheader-20 {
    font-size: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.lg\:subheader-24 {
    font-size: clamp(20px, calc(24/1920*100rem), calc(24/1920*100rem));
    line-height: 1.33333 }.lg\:header-32 {
    font-size: calc(32/1920*100rem);
    line-height: 1.25 }.lg\:absolute-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% }.lg\:img-full img,.lg\:img-full picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover } }
    @media (min-width: 1200px) {.xl\:header-28 {
    font-size: calc(28/1920*100rem);
    line-height: 1.5 } }
    .\[\&_i\]\:body-14 i {
  font-size: clamp(14px, calc(14/1920*100rem), calc(14/1920*100rem)) }
    .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 }
    .odd\:bg-\[\#FAFAFA\]:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1)) }
    .even\:bg-white:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) }
    .hover\:scale-110:hover {
  --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)) }
    .hover\:bg-primary-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 97 156 / var(--tw-bg-opacity, 1)) }
    .hover\:bg-primary-3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(89 127 167 / 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-primary-5:hover {
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }
    .group\/item:last-child .group-last\/item\:block {
  display: block }
    .group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: clamp(4px, calc(4/1920*100rem), calc(4/1920*100rem));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) }
    .group:hover .group-hover\:bg-primary-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 111 34 / var(--tw-bg-opacity, 1)) }
    .group:hover .group-hover\:text-primary-1 {
  --tw-text-opacity: 1;
  color: rgb(0 68 124 / var(--tw-text-opacity, 1)) }
    .group:hover .group-hover\:text-primary-5 {
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }
    .group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) }
    .rem\:right-5 {
  right: calc(20/1920*100rem) }
    .rem\:top-\[36px\] {
  top: 1.875rem }
    .rem\:-mt-\[70px\] {
  margin-top: -3.6458333333333335rem }
    .rem\:mb-10 {
  margin-bottom: calc(40/1920*100rem) }
    .rem\:mt-10 {
  margin-top: calc(40/1920*100rem) }
    .rem\:mt-8 {
  margin-top: calc(32/1920*100rem) }
    .rem\:size-12 {
  width: calc(48/1920*100rem);
  height: calc(48/1920*100rem) }
    .rem\:h-\[94px\] {
  height: 4.895833333333334rem }
    .rem\:max-h-\[1358px\] {
  max-height: 70.72916666666667rem }
    .rem\:min-h-\[185px\] {
  min-height: 9.635416666666668rem }
    .rem\:min-h-\[35px\] {
  min-height: 1.8229166666666667rem }
    .rem\:min-h-\[700px\] {
  min-height: 36.458333333333336rem }
    .rem\:min-h-\[900px\] {
  min-height: 46.875rem }
    .rem\:w-16 {
  width: calc(64/1920*100rem) }
    .rem\:w-\[94px\] {
  width: 4.895833333333334rem }
    .rem\:min-w-\[316px\] {
  min-width: 16.458333333333336rem }
    .rem\:max-w-\[1008px\] {
  max-width: 52.5rem }
    .rem\:max-w-\[1090px\] {
  max-width: 56.770833333333336rem }
    .rem\:max-w-\[1200px\] {
  max-width: 62.5rem }
    .rem\:max-w-\[1240px\] {
  max-width: 64.58333333333334rem }
    .rem\:max-w-\[1400px\] {
  max-width: 72.91666666666667rem }
    .rem\:max-w-\[600px\] {
  max-width: 31.25rem }
    .rem\:max-w-\[630px\] {
  max-width: 32.8125rem }
    .rem\:max-w-\[814px\] {
  max-width: 42.395833333333336rem }
    .rem\:max-w-\[900px\] {
  max-width: 46.875rem }
    .rem\:max-w-\[985px\] {
  max-width: 51.302083333333336rem }
    .rem\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(54/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(54/1920*100rem) * var(--tw-space-y-reverse)) }
    .rem\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(28/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(28/1920*100rem) * var(--tw-space-y-reverse)) }
    .rem\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(32/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(32/1920*100rem) * var(--tw-space-y-reverse)) }
    .rem\:rounded-\[30px\] {
  border-radius: 1.5625rem }
    .rem\:p-10 {
  padding: calc(40/1920*100rem) }
    .rem\:p-8 {
  padding: calc(32/1920*100rem) }
    .rem\:px-10 {
  padding-left: calc(40/1920*100rem);
  padding-right: calc(40/1920*100rem) }
    .rem\:pb-15 {
  padding-bottom: calc(60/1920*100rem) }
    .rem\:pb-\[120px\] {
  padding-bottom: 6.25rem }
    .rem\:text-\[72px\] {
  font-size: 3.75rem }
    .rem\:tracking-\[0\.12px\] {
  letter-spacing: 0.00625rem }
    .rem\:tracking-\[0\.135px\] {
  letter-spacing: 0.007031250000000001rem }
    .clamp\:mt-\[10px\] {
  margin-top: clamp(10px, calc(10/1920*100rem), calc(10/1920*100rem)) }
    .clamp\:min-h-\[200px\] {
  min-height: clamp(200px, calc(200/1920*100rem), calc(200/1920*100rem)) }
    .clamp\:max-w-\[1070px\] {
  max-width: clamp(1070px, calc(1070/1920*100rem), calc(1070/1920*100rem)) }
    .clamp\:max-w-\[1302px\] {
  max-width: clamp(1302px, calc(1302/1920*100rem), calc(1302/1920*100rem)) }
    .clamp\:max-w-\[1720px\] {
  max-width: clamp(1720px, calc(1720/1920*100rem), calc(1720/1920*100rem)) }
    .clamp\:max-w-\[820px\] {
  max-width: clamp(820px, calc(820/1920*100rem), calc(820/1920*100rem)) }
    .clamp\:pb-\[10px\] {
  padding-bottom: clamp(10px, calc(10/1920*100rem), calc(10/1920*100rem)) }
    @media (min-width: 576px) {.sm\:mt-4 {
    margin-top: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }.sm\:size-8 {
    width: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem));
    height: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) }.sm\:w-1\/2 {
    width: 50% }.sm\:w-1\/3 {
    width: 33.333333% }.sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) }.sm\:gap-5 {
    gap: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.sm\:text-\[18px\] {
    font-size: 18px } }
    @media (min-width: 768px) {.md\:absolute {
    position: absolute }.md\:inset-0 {
    inset: 0 }.md\:left-1\/2 {
    left: 50% }.md\:top-0 {
    top: 0 }.md\:z-2 {
    z-index: 2 }.md\:col-span-1 {
    grid-column: span 1 / span 1 }.md\:mb-0 {
    margin-bottom: 0 }.md\:mb-2 {
    margin-bottom: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }.md\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 }.md\:block {
    display: block }.md\:hidden {
    display: none }.md\:h-auto {
    height: auto }.md\:h-full {
    height: 100% }.md\:min-h-0 {
    min-height: 0 }.md\:\!w-\[45\%\] {
    width: 45% !important }.md\:w-1\/2 {
    width: 50% }.md\:w-1\/3 {
    width: 33.333333% }.md\:w-\[auto\] {
    width: auto }.md\:w-auto {
    width: auto }.md\:w-full {
    width: 100% }.md\:max-w-\[60\%\] {
    max-width: 60% }.md\:-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)) }.md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) }.md\:flex-row {
    flex-direction: row }.md\:items-start {
    align-items: flex-start }.md\:items-center {
    align-items: center }.md\:justify-start {
    justify-content: flex-start }.md\:justify-center {
    justify-content: center }.md\:gap-10 {
    gap: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }.md\:gap-2 {
    gap: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }.md\:gap-5 {
    gap: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.md\:gap-y-5 {
    row-gap: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.md\:bg-transparent {
    background-color: transparent }.md\:p-5 {
    padding: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.md\:p-6 {
    padding: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }.md\:p-\[24px\] {
    padding: 24px }.md\:py-0 {
    padding-top: 0;
    padding-bottom: 0 }.md\:pl-0 {
    padding-left: 0 }.md\:pr-0 {
    padding-right: 0 }.md\:pr-4 {
    padding-right: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }.md\:pt-0 {
    padding-top: 0 }.md\:text-left {
    text-align: left }.md\:text-center {
    text-align: center }.md\:ratio-\[600\/960\] {
    padding-top: 62.5% }.md\:ratio-\[900\/1920\] {
    padding-top: 46.875% }.group:nth-child(even) .md\:group-even\:text-right {
    text-align: right }.md\:rem\:min-h-\[672px\] {
    min-height: 35rem }.md\:rem\:min-w-\[240px\] {
    min-width: 12.5rem }.md\:rem\:gap-8 {
    gap: calc(32/1920*100rem) }.md\:rem\:gap-y-15 {
    row-gap: calc(60/1920*100rem) }.md\:clamp\:w-\[75px\] {
    width: clamp(75px, calc(75/1920*100rem), calc(75/1920*100rem)) } }
    @media (min-width: 1024px) {.lg\:col-span-4 {
    grid-column: span 4 / span 4 }.lg\:col-span-5 {
    grid-column: span 5 / span 5 }.lg\:col-span-6 {
    grid-column: span 6 / span 6 }.lg\:col-span-7 {
    grid-column: span 7 / span 7 }.lg\:col-span-8 {
    grid-column: span 8 / span 8 }.lg\:mb-15 {
    margin-bottom: clamp(60px, calc(60/1920*100rem), calc(60/1920*100rem)) }.lg\:mb-20 {
    margin-bottom: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)) }.lg\:mb-6 {
    margin-bottom: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }.lg\:mb-8 {
    margin-bottom: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) }.lg\:mr-auto {
    margin-right: auto }.lg\:mt-10 {
    margin-top: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }.lg\:mt-8 {
    margin-top: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) }.lg\:block {
    display: block }.lg\:flex {
    display: flex }.lg\:grid {
    display: grid }.lg\:hidden {
    display: none }.lg\:min-h-\[1000px\] {
    min-height: 1000px }.lg\:min-h-\[400px\] {
    min-height: 400px }.lg\:min-h-\[460px\] {
    min-height: 460px }.lg\:w-1\/4 {
    width: 25% }.lg\:w-1\/5 {
    width: 20% }.lg\:w-1\/6 {
    width: 16.666667% }.lg\:w-16 {
    width: clamp(64px, calc(64/1920*100rem), calc(64/1920*100rem)) }.lg\:w-20 {
    width: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)) }.lg\:w-21 {
    width: clamp(84px, calc(84/1920*100rem), calc(84/1920*100rem)) }.lg\:w-24 {
    width: clamp(96px, calc(96/1920*100rem), calc(96/1920*100rem)) }.lg\:w-4\/12 {
    width: 33.333333% }.lg\:w-8\/12 {
    width: 66.666667% }.lg\:w-\[20\%\] {
    width: 20% }.lg\:w-\[25\%\] {
    width: 25% }.lg\:max-w-\[300px\] {
    max-width: 300px }.lg\:max-w-\[calc\(490\/1720\*100\%\)\] {
    max-width: calc(490 / 1720 * 100%) }.lg\:max-w-\[calc\(533\/1720\*100\%\)\] {
    max-width: calc(533 / 1720 * 100%) }.lg\:max-w-\[calc\(610\/1720\*100\%\)\] {
    max-width: calc(610 / 1720 * 100%) }.lg\:flex-1 {
    flex: 1 1 0% }.lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) }.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\:gap-20 {
    gap: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)) }.lg\:gap-6 {
    gap: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) }.lg\:p-10 {
    padding: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }.lg\:p-12 {
    padding: clamp(48px, calc(48/1920*100rem), calc(48/1920*100rem)) }.lg\:p-5 {
    padding: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.lg\:p-8 {
    padding: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) }.lg\:px-10 {
    padding-left: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem));
    padding-right: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }.lg\:px-5 {
    padding-left: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem));
    padding-right: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }.lg\:py-9 {
    padding-top: clamp(36px, calc(36/1920*100rem), calc(36/1920*100rem));
    padding-bottom: clamp(36px, calc(36/1920*100rem), calc(36/1920*100rem)) }.lg\:pb-10 {
    padding-bottom: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }.lg\:pb-12 {
    padding-bottom: clamp(48px, calc(48/1920*100rem), calc(48/1920*100rem)) }.lg\:pt-10 {
    padding-top: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }.lg\:text-center {
    text-align: center }.lg\:text-15px {
    font-size: clamp(15px,calc(15/1920*100rem),calc(15/1920*100rem));
    line-height: 1.5 }.lg\:text-base {
    font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem));
    line-height: 1.5 }.lg\:text-lg {
    font-size: clamp(18px,calc(18/1920*100rem),calc(18/1920*100rem));
    line-height: 1.5 }.lg\:text-xl {
    font-size: clamp(18px,calc(20/1920*100rem),calc(20/1920*100rem));
    line-height: 1.5 }.lg\:max-w-clamp-270px {
    max-width: clamp(270px, calc(270/1920*100rem), calc(270/1920*100rem)) }.lg\:max-w-clamp-360px {
    max-width: clamp(360px, calc(360/1920*100rem), calc(360/1920*100rem)) }.group\/item:nth-child(odd) .lg\:group-odd\/item\:ml-auto {
    margin-left: auto }.group\/item:nth-child(odd) .lg\:group-odd\/item\:mr-unset {
    margin-right: unset }.group\/item:nth-child(even) .lg\:group-even\/item\:order-2 {
    order: 2 }.group\/item:nth-child(even) .lg\:group-even\/item\:ml-unset {
    margin-left: unset }.lg\:rem\:mb-\[100px\] {
    margin-bottom: 5.208333333333334rem }.lg\:rem\:mb-\[38px\] {
    margin-bottom: 1.9791666666666667rem }.lg\:rem\:h-\[64px\] {
    height: 3.3333333333333335rem }.lg\:rem\:h-\[91px\] {
    height: 4.739583333333334rem }.lg\:rem\:h-\[94px\] {
    height: 4.895833333333334rem }.lg\:rem\:h-\[96px\] {
    height: 5rem }.lg\:rem\:min-h-\[120px\] {
    min-height: 6.25rem }.lg\:rem\:min-h-\[148px\] {
    min-height: 7.708333333333334rem }.lg\:rem\:min-h-\[67px\] {
    min-height: 3.4895833333333335rem }.lg\:rem\:min-h-\[684px\] {
    min-height: 35.625rem }.lg\:rem\:min-h-\[83px\] {
    min-height: 4.322916666666667rem }.lg\:rem\:w-\[104px\] {
    width: 5.416666666666667rem }.lg\:rem\:w-\[64px\] {
    width: 3.3333333333333335rem }.lg\:rem\:w-\[94px\] {
    width: 4.895833333333334rem }.lg\:rem\:w-\[96px\] {
    width: 5rem }.lg\:rem\:max-w-\[1100px\] {
    max-width: 57.29166666666667rem }.lg\:rem\:max-w-\[175px\] {
    max-width: 9.114583333333334rem }.lg\:rem\:max-w-\[866px\] {
    max-width: 45.10416666666667rem }.lg\:rem\:max-w-\[915px\] {
    max-width: 47.65625rem }.lg\:rem\:max-w-\[980px\] {
    max-width: 51.04166666666667rem }.lg\:rem\:gap-\[68px\] {
    gap: 3.541666666666667rem }.lg\:rem\:gap-y-\[24px\] {
    row-gap: 1.25rem }.lg\:rem\:pl-\[86px\] {
    padding-left: 4.479166666666667rem }.lg\:rem\:text-\[37px\] {
    font-size: 1.9270833333333335rem }.lg\:clamp\:pb-\[150px\] {
    padding-bottom: clamp(150px, calc(150/1920*100rem), calc(150/1920*100rem)) } }
    @media (min-width: 1200px) {.xl\:bottom-10 {
    bottom: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }.xl\:col-span-4 {
    grid-column: span 4 / span 4 }.xl\:col-span-8 {
    grid-column: span 8 / span 8 }.xl\:block {
    display: block }.xl\:\!hidden {
    display: none !important }.xl\:hidden {
    display: none }.xl\:size-14 {
    width: clamp(54px, calc(54/1920*100rem), calc(54/1920*100rem));
    height: clamp(54px, calc(54/1920*100rem), calc(54/1920*100rem)) }.xl\:min-h-\[900px\] {
    min-height: 900px }.xl\:w-1\/5 {
    width: 20% }.xl\:max-w-none {
    max-width: none }.xl\:flex-nowrap {
    flex-wrap: nowrap }.xl\:gap-0 {
    gap: 0 }.xl\:gap-8 {
    gap: clamp(32px, calc(32/1920*100rem), calc(32/1920*100rem)) }.xl\:gap-\[calc\(102\/1302\*100\%\)\] {
    gap: calc(102 / 1302 * 100%) }.xl\:p-10 {
    padding: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }.xl\:py-17 {
    padding-top: clamp(68px, calc(68/1920*100rem), calc(68/1920*100rem));
    padding-bottom: clamp(68px, calc(68/1920*100rem), calc(68/1920*100rem)) }.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\:pb-12 {
    padding-bottom: clamp(48px, calc(48/1920*100rem), calc(48/1920*100rem)) }.xl\:pb-20 {
    padding-bottom: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)) }.xl\:pt-10 {
    padding-top: clamp(40px, calc(40/1920*100rem), calc(40/1920*100rem)) }.xl\:pt-18 {
    padding-top: clamp(72px, calc(72/1920*100rem), calc(72/1920*100rem)) }.xl\:pt-20 {
    padding-top: clamp(80px, calc(80/1920*100rem), calc(80/1920*100rem)) }.xl\:rem\:-mx-\[15px\] {
    margin-left: -0.78125rem;
    margin-right: -0.78125rem }.xl\:rem\:mb-10 {
    margin-bottom: calc(40/1920*100rem) }.xl\:rem\:mt-10 {
    margin-top: calc(40/1920*100rem) }.xl\:rem\:mt-\[60px\] {
    margin-top: 3.125rem }.xl\:rem\:mt-\[75px\] {
    margin-top: 3.90625rem }.xl\:rem\:min-h-\[1200px\] {
    min-height: 62.5rem }.xl\:rem\:min-h-\[600px\] {
    min-height: 31.25rem }.xl\:rem\:min-h-\[700px\] {
    min-height: 36.458333333333336rem }.xl\:rem\:min-h-\[764px\] {
    min-height: 39.79166666666667rem }.xl\:rem\:w-\[427px\] {
    width: 22.239583333333336rem }.xl\:rem\:max-w-\[1124px\] {
    max-width: 58.54166666666667rem }.xl\:rem\:max-w-\[1245px\] {
    max-width: 64.84375rem }.xl\:rem\:max-w-\[1340px\] {
    max-width: 69.79166666666667rem }.xl\:rem\:max-w-\[626px\] {
    max-width: 32.60416666666667rem }.xl\:rem\:gap-10 {
    gap: calc(40/1920*100rem) }.xl\:rem\:gap-7 {
    gap: calc(28/1920*100rem) }.xl\:rem\:gap-x-\[57px\] {
    -moz-column-gap: 2.96875rem;
         column-gap: 2.96875rem }.xl\:rem\:gap-y-\[30px\] {
    row-gap: 1.5625rem }.rem\:xl\:p-\[80px\] {
    padding: 4.166666666666667rem }.xl\:rem\:p-10 {
    padding: calc(40/1920*100rem) }.xl\:rem\:p-6 {
    padding: calc(24/1920*100rem) }.xl\:rem\:px-\[100px\] {
    padding-left: 5.208333333333334rem;
    padding-right: 5.208333333333334rem }.xl\:rem\:px-\[117px\] {
    padding-left: 6.09375rem;
    padding-right: 6.09375rem }.xl\:rem\:px-\[124px\] {
    padding-left: 6.458333333333334rem;
    padding-right: 6.458333333333334rem }.xl\:rem\:px-\[128px\] {
    padding-left: 6.666666666666667rem;
    padding-right: 6.666666666666667rem }.xl\:rem\:px-\[15px\] {
    padding-left: 0.78125rem;
    padding-right: 0.78125rem }.xl\:rem\:py-20 {
    padding-top: calc(80/1920*100rem);
    padding-bottom: calc(80/1920*100rem) }.xl\:rem\:py-\[100px\] {
    padding-top: 5.208333333333334rem;
    padding-bottom: 5.208333333333334rem }.xl\:rem\:pb-\[150px\] {
    padding-bottom: 7.8125rem }.xl\:rem\:pr-10 {
    padding-right: calc(40/1920*100rem) }.xl\:rem\:pt-\[100px\] {
    padding-top: 5.208333333333334rem }.xl\:rem\:text-\[30px\] {
    font-size: 1.5625rem }.xl\:clamp\:pb-\[74px\] {
    padding-bottom: clamp(74px, calc(74/1920*100rem), calc(74/1920*100rem)) }.xl\:clamp\:pt-\[50px\] {
    padding-top: clamp(50px, calc(50/1920*100rem), calc(50/1920*100rem)) }.xl\:clamp\:pt-\[94px\] {
    padding-top: clamp(94px, calc(94/1920*100rem), calc(94/1920*100rem)) }.xl\:clamp\:text-\[18\/20\] {
    font-size: clamp(18px, calc(20/1920*100rem), calc(20/1920*100rem)) } }
    @media (max-width: 575.98px) {.-sm\: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)) }.-sm\:pt-6 {
    padding-top: clamp(24px, calc(24/1920*100rem), calc(24/1920*100rem)) } }
    @media (max-width: 767.98px) {.-md\:mx-auto {
    margin-left: auto;
    margin-right: auto }.-md\:w-full {
    width: 100% }.-md\:flex-col {
    flex-direction: column }.-md\:px-0 {
    padding-left: 0;
    padding-right: 0 }.-md\: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)) }.-md\:text-center {
    text-align: center }.-md\:leading-normal {
    line-height: normal } }
    @media (max-width: 1023.98px) {.-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto }.-lg\:ratio-\[875\/672\] {
    padding-top: 130.20833333333331% } }
    @media (max-width: 1199.98px) {.-xl\: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)) } }
    .\[\&\>p\:nth-child\(2\)\]\:text-primary-5>p:nth-child(2) {
  --tw-text-opacity: 1;
  color: rgb(243 111 34 / var(--tw-text-opacity, 1)) }
    .\[\&_\*\+\*\]\:mt-2 *+* {
  margin-top: clamp(8px, calc(8/1920*100rem), calc(8/1920*100rem)) }
    .\[\&_i\]\:text-\[16px\] i {
  font-size: 16px }
    .\[\&_i\]\:clamp\:text-\[16px\] i {
  font-size: clamp(16px, calc(16/1920*100rem), calc(16/1920*100rem)) }
    .\[\&_img\]\:size-full img {
  width: 100%;
  height: 100% }
    .\[\&_img\]\:h-full img {
  height: 100% }
    .\[\&_img\]\:w-full img {
  width: 100% }
    .\[\&_img\]\:rounded-3 img {
  border-radius: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) }
    .\[\&_img\]\:rounded-5 img {
  border-radius: clamp(20px, calc(20/1920*100rem), calc(20/1920*100rem)) }
    .\[\&_img\]\:rounded-full img {
  border-radius: 9999px }
    .\[\&_img\]\:object-contain img {
  -o-object-fit: contain;
     object-fit: contain }
    .\[\&_img\]\:object-cover img {
  -o-object-fit: cover;
     object-fit: cover }
    @media (min-width: 768px) {.md\:\[\&_p\]\:inline p {
    display: inline } }
    .\[\&_video\]\:size-full video {
  width: 100%;
  height: 100% }
    .\[\&_video\]\:object-cover video {
  -o-object-fit: cover;
     object-fit: cover }

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