@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/* Import Google Fonts */
/* Custom fonts */
@font-face {
  font-family: "Provicali";
  src: url("/fonts/Provicali.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
.btn{
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.btn-secondary{
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.btn-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.btn-secondary:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.form-input{
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.form-input::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.form-input::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.form-input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

@media (min-width: 640px){
  .form-input{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.form-label{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

/* Orbiting animation */
@keyframes orbit {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateX(10px) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
.animate-orbit {
  animation: orbit 4s linear infinite;
}

/* Let's Talk button orbital animation - Mobile */
@keyframes orbit-lets-talk-mobile {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateX(32px) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateX(32px) rotate(-360deg);
  }
}
/* Let's Talk button orbital animation - Desktop */
@keyframes orbit-lets-talk-desktop {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateX(69px) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateX(69px) rotate(-360deg);
  }
}
.animate-orbit-lets-talk {
  animation: orbit-lets-talk-mobile 4s linear infinite;
}

@media (min-width: 1024px) {
  .animate-orbit-lets-talk {
    animation: orbit-lets-talk-desktop 4s linear infinite;
  }
}
/* Required asterisk */
.required-asterisk {
  color: #09d1ef;
}

.contact-form-label{
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.contact-form-input{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.contact-form-input:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.contact-form-checkbox{
  display: flex;
  align-items: center;
}

.contact-form-checkbox > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.contact-form-checkbox-input{
  height: 1rem;
  width: 1rem;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}

.contact-form-checkbox-label{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.writing-mode-v {
  writing-mode: vertical-rl;
}

.hipe-group{
  height: auto;
  width: 1000px;
  border-radius: 0.5rem;
}

.who-we-are-card{
  display: flex;
  height: 250px;
  width: 50%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 21px;
  padding: 1rem;
  opacity: 1.3;
  --tw-shadow: -4px -4px 8px rgba(255,255,255,0.1),4px 4px 8px rgba(0,0,0,0.8);
  --tw-shadow-colored: -4px -4px 8px var(--tw-shadow-color), 4px 4px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media not all and (min-width: 768px){
  .who-we-are-card{
    height: auto;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    flex-shrink: 0;
  }
}

.who-we-are-section{
  margin-left: auto;
  margin-right: auto;
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.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));
}

@media (min-width: 1280px){
  .who-we-are-section{
    transform-origin: center;
  }
}

.who-we-are-title{
  text-align: center;
  font-family: Provicali, sans-serif;
  font-size: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .who-we-are-title{
    font-size: 40px;
  }
}

@media (min-width: 768px){
  .who-we-are-title{
    text-align: left;
    font-size: 70px;
  }
}

.who-we-are-subtitle{
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .who-we-are-subtitle{
    font-size: 20px;
  }
}

@media (min-width: 768px){
  .who-we-are-subtitle{
    text-align: left;
    font-size: 35px;
  }
}

.who-we-are-stat-number{
  font-family: Provicali, sans-serif;
  font-size: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .who-we-are-stat-number{
    font-size: 60px;
  }
}

@media (min-width: 768px){
  .who-we-are-stat-number{
    font-size: 80px;
  }
}

@media (min-width: 1280px){
  .who-we-are-stat-number{
    font-size: 100px;
  }
}

.who-we-are-stat-plus{
  position: relative;
  vertical-align: super;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .who-we-are-stat-plus{
    top: -40px;
    font-size: 24px;
  }
}

@media (min-width: 768px){
  .who-we-are-stat-plus{
    top: -46px;
    font-size: 32px;
  }
}

@media (min-width: 1280px){
  .who-we-are-stat-plus{
    font-size: 40px;
  }
}

.who-we-are-stat-label{
  margin-left: 0.25rem;
  font-size: 18px;
}

@media (min-width: 640px){
  .who-we-are-stat-label{
    margin-left: 0.25rem;
    font-size: 24px;
  }
}

@media (min-width: 768px){
  .who-we-are-stat-label{
    margin-left: 0.5rem;
    font-size: 32px;
  }
}

@media (min-width: 1280px){
  .who-we-are-stat-label{
    margin-left: 0.5rem;
    font-size: 40px;
  }
}

.who-we-are-period{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: Provicali, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px){
  .who-we-are-period{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.who-we-are-period-date{
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}

.who-we-are-period-separator{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.location-map{
  top: -3rem;
  height: auto;
  width: 100%;
  max-width: 320px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 640px){
  .location-map{
    top: -4rem;
    max-width: 400px;
  }
}

@media (min-width: 768px){
  .location-map{
    max-width: 600px;
  }
}

@media (min-width: 1280px){
  .location-map{
    top: -6rem;
    max-width: 795px;
  }
}

.location-overlay{
  height: 650px;
  width: 100%;
  justify-content: center;
  padding: 6rem;
}

@media not all and (min-width: 640px){
  .location-overlay{
    height: 450px;
    width: 90%;
    padding: 2rem;
  }
}

.location-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 100%;
  --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));
  flex-direction: row;
  justify-content: center;
  gap: 250px;
  padding: 6rem;
}

@media not all and (min-width: 640px){
  .location-overlay{
    height: 450px;
    width: 90%;
    gap: 100px;
    padding: 2rem;
  }
}

.location-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}

.location-overlay::before {
  mix-blend-mode: multiply;
}

.location-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.location-title > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 768px){
  .location-title{
    flex-direction: row;
  }
  .location-title > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.connector-cebu{
  position: absolute;
  right: -96px;
  top: 32%;
  height: auto;
  width: 118px;
  --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));
}

@media (max-width: 770px){
  .connector-cebu{
    right: -124px;
    top: 50%;
    width: 150px;
  }
}

@media (max-width: 656px){
  .connector-cebu{
    right: -104px;
    top: 52%;
    width: 120px;
  }
}

@media (max-width: 556px){
  .connector-cebu{
    right: -89px;
    top: 48%;
    width: 120px;
  }
}

@media (max-width: 480px){
  .connector-cebu{
    right: -80px;
    top: 34%;
    width: 160px;
  }
}

@media (max-width: 430px){
  .connector-cebu{
    right: -80px;
    top: 23%;
    width: 185px;
  }
}

@media (max-width: 419px){
  .connector-cebu{
    right: -80px;
    top: 29%;
    width: 88px;
  }
}

@media (max-width: 375px){
  .connector-cebu{
    right: -69px;
    top: 15%;
    width: 83px;
  }
}

@media (max-width: 320px){
  .connector-cebu{
    right: -69px;
    top: 15%;
    width: 83px;
  }
}

@media (min-width: 768px){
  .connector-cebu{
    right: -145px;
    top: 33%;
    width: 148px;
  }
}

.connector-manila{
  position: absolute;
  left: -109px;
  top: 30%;
  height: auto;
  width: 140px;
}

@media (max-width: 770px){
  .connector-manila{
    left: -158px;
    top: 43%;
    width: 180px;
  }
}

@media (max-width: 656px){
  .connector-manila{
    left: -145px;
    top: 51%;
    width: 150px;
  }
}

@media (max-width: 562px){
  .connector-manila{
    left: -134px;
    top: 45%;
    width: 165px;
  }
}

@media (max-width: 556px){
  .connector-manila{
    left: -122px;
    top: 21%;
    width: 135px;
  }
}

@media (max-width: 480px){
  .connector-manila{
    left: -112px;
    top: 26%;
    width: 160px;
  }
}

@media (max-width: 430px){
  .connector-manila{
    left: -106px;
    top: 35%;
    width: 155px;
  }
}

@media (max-width: 419px){
  .connector-manila{
    left: -103px;
    top: 38%;
    width: 150px;
  }
}

@media (max-width: 375px){
  .connector-manila{
    left: -90px;
    top: 52%;
    width: 100px;
  }
}

@media (max-width: 320px){
  .connector-manila{
    left: -86px;
    top: 69%;
    width: 90px;
  }
}

@media (min-width: 768px){
  .connector-manila{
    left: -196px;
    top: 43%;
    width: 199px;
  }
}

.s-article{
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.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));
}

@media (min-width: 1280px){
  .s-article{
    transform-origin: center;
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.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));
  }
}
.s-article .article-container{
  position: relative;
  z-index: 1;
  padding-bottom: 5rem;
}
@media not all and (min-width: 768px){
  .s-article .article-container{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.s-article .article-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 2000px;
}
.s-article .article-container > *{
  position: relative;
  z-index: 1;
}
.s-article .article-title{
  margin: 0px;
  margin-bottom: 0.625rem;
  font-family: Provicali;
  font-size: 70px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 783px){
  .s-article .article-title{
    margin-bottom: 0px;
    text-align: center;
    font-size: 30px;
  }
}
.s-article .article-sub-title{
  margin: 0px !important;
  margin-bottom: 60px !important;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
@media (max-width: 783px){
  .s-article .article-sub-title{
    text-align: center !important;
    font-size: 20px !important;
  }
}
.s-article .article-cards{
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 0.625rem;
}
@media (min-width: 768px){
  .s-article .article-cards{
    gap: 2rem;
  }
}
.s-article .article-cards {
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 2rem;
}
.s-article .article-cards > .article-card:first-child {
  margin-left: 0;
}
.s-article .article-cards > .article-card:last-child {
  margin-right: 0;
}
.s-article .article-cards::-webkit-scrollbar{
  display: none;
}
.s-article .article-card{
  display: flex;
  height: 500px;
  width: 370px;
  flex-shrink: 0;
  flex-direction: column;
  overflow: hidden;
  border-radius: 21px;
  opacity: 1.3;
  --tw-shadow: -4px -4px 8px rgba(255,255,255,0.1),4px 4px 8px rgba(0,0,0,0.8);
  --tw-shadow-colored: -4px -4px 8px var(--tw-shadow-color), 4px 4px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media not all and (min-width: 768px){
  .s-article .article-card{
    width: 280px;
  }
}
.s-article .card-image{
  height: 254px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-article .card-content{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media not all and (min-width: 768px){
  .s-article .card-content{
    padding: 15px;
  }
}
.s-article .card-title{
  margin-top: 40px;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-line-clamp: 2;
}
@media (max-width: 983px){
  .s-article .card-title{
    margin-top: 50px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.s-article .card-date{
  margin: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}
.s-article .card-description{
  margin: 0px;
  margin-top: 29px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media not all and (min-width: 768px){
  .s-article .card-description{
    margin-top: 15px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.s-article .article-actions{
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media not all and (min-width: 768px){
  .s-article .article-actions{
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }
}
.s-article .article-empty{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.s-article .scrollable-content{
  pointer-events: none;
  display: flex;
  flex-direction: row;
  gap: 35px;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-article #scroll-indicators{
  display: flex;
  flex-direction: row;
  gap: 35px;
}
.s-article .scrollable-content:focus,
.s-article .scrollable-content:active,
.s-article .scrollable-content:hover,
.s-article .scrollable-content:focus-visible{
  background-color: transparent;
  --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);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-article .scroll-line{
  pointer-events: auto;
  position: relative;
  z-index: 1;
  margin: 0px;
  display: inline-block;
  height: 7px;
  width: 47px;
  cursor: pointer;
  border-radius: 3px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
  opacity: 1;
  --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);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.s-article .scroll-line.active,
.s-article .scroll-line[data-active=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(9 209 239 / var(--tw-bg-opacity, 1));
  opacity: 1;
}
.s-article .scroll-line:hover{
  background-color: rgb(9 209 239 / 0.7);
}
.s-article .scroll-line:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-article .scroll-line:active{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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(9 209 239 / var(--tw-bg-opacity, 1));
}

.s-articles-result .articles-result-container{
  position: relative;
  z-index: 1;
  padding-bottom: 5rem;
}

@media not all and (min-width: 768px){
  .s-articles-result .articles-result-container{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.s-articles-result .articles-result-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 2000px;
}
.s-articles-result .articles-result-container > *{
  position: relative;
  z-index: 1;
}
.s-articles-result .article-meta{
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 1024px){
  .s-articles-result .article-meta{
    text-align: left;
  }
}
.s-articles-result .article-meta p{
  margin: 0px;
}
@media (min-width: 1024px){
  .s-articles-result .article-meta p{
    margin-bottom: 1.5rem;
  }
}
.s-articles-result .articles-result-title{
  margin: 0px;
  margin-bottom: 0.625rem;
  font-family: Provicali;
  font-size: 30px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 768px){
  .s-articles-result .articles-result-title{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
}
.s-articles-result .articles-result-sub-title{
  margin: 0px;
  margin-bottom: 60px;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 35px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 768px){
  .s-articles-result .articles-result-sub-title{
    text-align: center;
    font-size: 28px;
  }
}
.s-articles-result .pagination-btn.disabled{
  pointer-events: none;
  cursor: not-allowed;
}
.s-articles-result .image-container{
  position: relative;
  overflow: hidden;
}
.s-articles-result .image-slideshow{
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
}
.s-articles-result .image-slideshow::-webkit-scrollbar{
  display: none;
}
.s-articles-result .slide-item{
  position: relative;
  min-width: 100%;
  scroll-snap-align: start;
}
.s-articles-result .slide-item .recent-art-image{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-articles-result .broken-line{
  cursor: pointer;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.s-articles-result .broken-line: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));
  opacity: 0.8;
}
.s-articles-result .broken-line.active-line{
  opacity: 1;
}
.s-articles-result .articles-result-cards{
  margin-bottom: 60px;
  display: flex;
  scroll-behavior: smooth;
}
@media (min-width: 1536px){
  .s-articles-result .articles-result-cards{
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media not all and (min-width: 1536px){
  .s-articles-result .articles-result-cards{
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.625rem;
  }
}
@media not all and (min-width: 768px){
  .s-articles-result .articles-result-cards{
    gap: 1rem;
  }
}
.s-articles-result .articles-result-cards {
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 2rem;
}
.s-articles-result .articles-result-cards > .articles-result-card:first-child {
  margin-left: 0;
}
.s-articles-result .articles-result-cards > .articles-result-card:last-child {
  margin-right: 0;
}
.s-articles-result .articles-result-cards::-webkit-scrollbar{
  display: none;
}
.s-articles-result .articles-result-card{
  display: flex;
  height: 500px;
  width: 370px;
  flex-shrink: 0;
  flex-direction: column;
  overflow: hidden;
  border-radius: 21px;
  opacity: 1.3;
  --tw-shadow: -4px -4px 8px rgba(255,255,255,0.1),4px 4px 8px rgba(0,0,0,0.8);
  --tw-shadow-colored: -4px -4px 8px var(--tw-shadow-color), 4px 4px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media not all and (min-width: 768px){
  .s-articles-result .articles-result-card{
    width: 280px;
  }
}
.s-articles-result .articles-result-card-image{
  height: 100%;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-articles-result .articles-result-card-content{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media not all and (min-width: 768px){
  .s-articles-result .articles-result-card-content{
    padding: 15px;
  }
}
.s-articles-result .articles-result-card-title{
  margin-top: 40px;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-line-clamp: 2;
}
@media (max-width: 983px){
  .s-articles-result .articles-result-card-title{
    margin-top: 50px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.s-articles-result .articles-result-card-date{
  margin: 0px;
  margin-bottom: 1.5rem;
  display: inline-block;
  text-align: center;
  font-family: YuGothic;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .s-articles-result .articles-result-card-date{
    margin-right: 1rem;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.s-articles-result .articles-result-card-date {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.s-articles-result .articles-result-card-description{
  margin: 0px;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.s-articles-result .articles-result-card-description p{
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.s-articles-result .articles-result-card-description p span{
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.s-articles-result .articles-result-card-description {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.s-articles-result .articles-result-card-description p span {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "-apple-system", "system-ui", "Arial", "sans-serif" !important;
  color: white !important;
}
.s-articles-result .articles-result-card-description h1, .s-articles-result .articles-result-card-description h2, .s-articles-result .articles-result-card-description h3, .s-articles-result .articles-result-card-description h4, .s-articles-result .articles-result-card-description h5, .s-articles-result .articles-result-card-description h6{
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.s-articles-result .articles-result-card-description h1{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.s-articles-result .articles-result-card-description h2{
  font-size: 1.5rem;
  line-height: 2rem;
}
.s-articles-result .articles-result-card-description h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.s-articles-result .articles-result-card-description h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.s-articles-result .articles-result-card-description ul, .s-articles-result .articles-result-card-description ol{
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.s-articles-result .articles-result-card-description li{
  margin-bottom: 0.5rem;
}
.s-articles-result .articles-result-card-description a{
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.s-articles-result .articles-result-card-description a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.s-articles-result .articles-result-card-description blockquote{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(9 209 239 / var(--tw-border-opacity, 1));
  background-color: rgba(9,209,239,0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}
.s-articles-result .articles-result-card-description code{
  border-radius: 0.25rem;
  background-color: rgba(255,255,255,0.1);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.s-articles-result .articles-result-card-description pre{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  overflow-x: auto;
  border-radius: 0.5rem;
  background-color: rgba(0,0,0,0.3);
  padding: 1rem;
}
.s-articles-result .articles-result-card-description img{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: auto;
  max-width: 100%;
  border-radius: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.s-articles-result .articles-result-blue-button{
  position: relative;
  display: flex;
  height: 60px;
  width: 350px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(9 209 239 / var(--tw-bg-opacity, 1));
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.s-articles-result .articles-result-blue-button::after{
  position: absolute;
  right: 1.25rem;
  height: 0px;
  width: 0px;
  border-left-width: 12.8px;
  border-top-width: 11.17px;
  border-bottom-width: 11.17px;
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-top-color: transparent;
  border-bottom-color: transparent;
  --tw-content: "";
  content: var(--tw-content);
}
.s-articles-result .articles-result-actions{
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media not all and (min-width: 768px){
  .s-articles-result .articles-result-actions{
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }
}
.s-articles-result .articles-result-empty{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.s-articles-result .articles-result-scrollable-content{
  pointer-events: none;
  display: flex;
  flex-direction: row;
  gap: 35px;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-articles-result #articles-result-scroll-indicators{
  display: flex;
  flex-direction: row;
  gap: 35px;
}
.s-articles-result .articles-result-scrollable-content:focus,
.s-articles-result .articles-result-scrollable-content:active,
.s-articles-result .articles-result-scrollable-content:hover,
.s-articles-result .articles-result-scrollable-content:focus-visible{
  background-color: transparent;
  --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);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-articles-result .articles-result-scroll-line{
  pointer-events: auto;
  height: 7px;
  width: 47px;
  cursor: pointer;
  border-radius: 3px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.s-articles-result .articles-result-scroll-line.active{
  --tw-bg-opacity: 1;
  background-color: rgb(9 209 239 / var(--tw-bg-opacity, 1));
}
.s-articles-result .articles-result-scroll-line:hover{
  background-color: rgba(9,209,239,0.7);
}
.s-articles-result .articles-result-scroll-line:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-articles-result .breadcrumb-article-title{
  font-family: "Montserrat";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Custom fonts */
@font-face {
  font-family: "Provicali";
  src: url("/fonts/Provicali.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
.showcase-container{
  position: relative;
  z-index: 1;
}
@media (min-width: 1280px){
  .showcase-container{
    transform-origin: top;
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.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));
  }
}
@media not all and (min-width: 1280px){
  .showcase-container{
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.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));
  }
}
.showcase-container .showcase-inner{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1920px;
  align-items: center;
}
@media not all and (min-width: 1024px){
  .showcase-container .showcase-inner{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media not all and (min-width: 640px){
  .showcase-container .showcase-inner{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media not all and (min-width: 768px){
  .showcase-container .showcase-inner{
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}
.showcase-container .showcase-left{
  margin-top: 300px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
@media not all and (min-width: 1024px){
  .showcase-container .showcase-left{
    margin-top: 70px;
  }
}
@media not all and (min-width: 768px){
  .showcase-container .showcase-left{
    margin-top: 2rem;
    align-items: center;
    text-align: center;
  }
}
.showcase-container .showcase-left p{
  margin-top: 90px;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1280px){
  .showcase-container .showcase-left p{
    margin-top: 60px;
    font-size: 22px;
  }
}
@media not all and (min-width: 768px){
  .showcase-container .showcase-left p{
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.showcase-container .heading-primary{
  margin: 0px;
  margin-bottom: 0px;
  font-family: Provicali, sans-serif;
  font-size: 100px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px){
  .showcase-container .heading-primary{
    font-size: 56px;
  }
}
@media not all and (min-width: 768px){
  .showcase-container .heading-primary{
    font-size: 40px;
  }
}
.showcase-container .heading-secondary{
  margin: 0px;
  padding: 0px;
  font-family: Provicali, sans-serif;
  font-size: 40px;
  line-height: 50px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1280px){
  .showcase-container .heading-secondary{
    font-size: 90px;
    line-height: 90px;
  }
}
@media (min-width: 1024px){
  .showcase-container .heading-secondary{
    font-size: 56px;
    line-height: 50px;
  }
}
@media (min-width: 768px){
  .showcase-container .heading-secondary{
    font-size: 90px;
    line-height: 90px;
  }
}
.showcase-container .explore{
  position: relative;
  display: flex;
  width: 4rem;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
.showcase-container .explore span{
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 768px){
  .showcase-container .explore span{
    left: 0px;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.showcase-container .explore span {
  letter-spacing: 2.4px;
  writing-mode: sideways-lr;
  position: relative;
  left: 2%;
}
.showcase-container .explore img{
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
}
.showcase-container .showcase-map{
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media not all and (min-width: 1536px){
  .showcase-container .showcase-map{
    height: auto;
    max-height: 70vh;
    width: 40vw;
    padding-top: 4rem;
  }
}
@media not all and (min-width: 1280px){
  .showcase-container .showcase-map{
    height: auto;
    max-height: 80vh;
    width: 45vw;
    padding-top: 1px;
  }
}
@media not all and (min-width: 768px){
  .showcase-container .showcase-map{
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 1.5rem;
    max-height: 480px;
    width: 100%;
    padding-top: 0px;
  }
}

.background-container{
  position: relative;
  width: 100%;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(41 63 63 / var(--tw-bg-opacity, 1));
  min-height: 100vh;
  height: auto;
}

.background-container::before{
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: url("/assets/images/textureblock.jfif");
  opacity: 0.75;
  --tw-content: "";
  content: var(--tw-content);
  mix-blend-mode: multiply;
  background-repeat: repeat-y;
  background-size: 100% auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.background-container > *{
  position: relative;
  z-index: 1;
}

.develop-container{
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.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));
}

@media (min-width: 1280px){
  .develop-container{
    transform-origin: center;
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.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));
  }
}
.develop-container .container-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
}
.develop-container .title-area{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .develop-container .title-area{
    text-align: right;
  }
}
.develop-container .title-area h2{
  margin: 0px;
  text-align: center;
  font-family: Provicali;
  font-size: 30px;
}
@media (min-width: 640px){
  .develop-container .title-area h2{
    text-align: left;
    font-size: 48px;
  }
}
@media (min-width: 1024px){
  .develop-container .title-area h2{
    text-align: left;
    font-size: 70px;
  }
}
.develop-container .title-area p{
  text-align: center;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 20px;
}
@media (min-width: 640px){
  .develop-container .title-area p{
    text-align: left;
    font-size: 24px;
  }
}
@media (min-width: 1024px){
  .develop-container .title-area p{
    text-align: left;
    font-size: 35px;
  }
}
.develop-container .block-group{
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.develop-container .block-group .block-title{
  display: flex;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #152121 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 33 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #0d1414 var(--tw-gradient-to-position);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
  --tw-shadow: 10px 10px 10px 0 rgba(0,0,0,0.5);
  --tw-shadow-colored: 10px 10px 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
  .develop-container .block-group .block-title{
    height: 180px;
    width: 500px;
    font-size: 32px;
  }
}
@media (min-width: 1024px){
  .develop-container .block-group .block-title{
    height: 227px;
    font-size: 40px;
    width: 500px;
  }
}
.develop-container .block-group .block-title{
  padding: 3rem 1.5rem; /* padding for smaller screens */
}
.develop-container .block-group .block-content{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 30px;
}
.develop-container .block-group .block-content .desc,
.develop-container .block-group .block-content .tools{
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: -4px -4px 4px rgba(255,255,255,0.07),4px 4px 4px rgba(0,0,0,0.7);
  --tw-shadow-colored: -4px -4px 4px var(--tw-shadow-color), 4px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
  .develop-container .block-group .block-content .desc,
.develop-container .block-group .block-content .tools{
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
  }
}
@media (min-width: 1024px){
  .develop-container .block-group .block-content .desc,
.develop-container .block-group .block-content .tools{
    height: 50%;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 24px;
  }
}
.develop-container .block-group.mobile{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 50px;
}
.develop-container .block-group.mobile .block-title {
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.7);
}
.develop-container .block-group.mobile .block-content{
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1.25rem;
}

.timeline-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.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));
}

@media (min-width: 1280px){
  .timeline-container{
    transform-origin: center;
  }
}
.timeline-title{
  margin-bottom: 4rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .timeline-title{
    text-align: left;
  }
}
.timeline-title h2{
  margin: 0px;
  font-family: Provicali, sans-serif;
  font-size: 30px;
  font-weight: 400;
}
@media (min-width: 1024px){
  .timeline-title h2{
    font-size: 70px;
  }
}
.timeline-title p{
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 20px;
}
@media (min-width: 1024px){
  .timeline-title p{
    font-size: 35px;
  }
}

.timeline-grid{
  position: relative;
  margin-top: -50px;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.timeline-card-wrapper{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.timeline-card{
  z-index: 20;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  height: 192px;
  width: 231px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
  background: linear-gradient(90deg, rgb(21, 33, 33) 0%, rgb(13, 20, 20) 100%);
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.5);
}
.timeline-card span:first-child{
  font-family: Provicali, sans-serif;
  font-size: 26px;
}
.timeline-card span:nth-child(2){
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.timeline-card span:last-child{
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.timeline-line{
  position: absolute;
  z-index: 10;
  height: 50%;
  width: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(9 209 239 / var(--tw-bg-opacity, 1));
}

.timeline-dot{
  position: absolute;
  z-index: 30;
  aspect-ratio: 1 / 1;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(9 209 239 / var(--tw-bg-opacity, 1));
}

.timeline-line-top{
  top: 0px;
}

.timeline-dot-top{
  top: -0.375rem;
}

.timeline-line-bottom{
  bottom: 0px;
}

.timeline-dot-bottom{
  bottom: -0.375rem;
}

.timeline-horizontal-line{
  grid-column: span 9 / span 9;
  grid-column-start: 2;
  grid-row-start: 2;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
.timeline-horizontal-line div{
  display: grid;
  height: 0.125rem;
  width: 100%;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.card-container{
  position: relative;
  display: inline-block;
  border-radius: 20px;
}

.card{
  display: flex;
  height: 191px;
  width: 231px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
  background: linear-gradient(90deg, rgb(21, 33, 33) 0%, rgb(13, 20, 20) 100%);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
  clip-path: polygon(0% 0%, 100% 0%, 100% 68%, 72% 100%, 0% 100%);
}

.cyan-triangle{
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 2.5rem;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(9 209 239 / var(--tw-bg-opacity, 1));
  border-bottom-right-radius: 20px;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

.timeline-vertical-main-line{
  position: absolute;
  left: 50%;
  top: 55px;
  z-index: 1;
  height: calc(90% - 40px);
  width: 2px;
  --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(255 255 255 / var(--tw-bg-opacity, 1));
}

.timeline-two-column{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 600px;
  align-items: flex-start;
  gap: 1.25rem;
}

@media (min-width: 640px){
  .timeline-two-column{
    gap: 1rem;
  }
}

.timeline-column{
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 640px){
  .timeline-column{
    gap: 1rem;
  }
}

.timeline-left-column{
  padding-right: 0.625rem;
}

@media (min-width: 640px){
  .timeline-left-column{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}

.timeline-left-column .timeline-item{
  position: relative;
}

.timeline-left-column .timeline-item::after{
  position: absolute;
  top: 50%;
  right: -1.25rem;
  z-index: 3;
  height: 0.125rem;
  width: 1rem;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 640px){
  .timeline-left-column .timeline-item::after{
    right: -1rem;
    width: 1rem;
  }
}

.timeline-left-column .timeline-item::before{
  position: absolute;
  top: 50%;
  right: -1.5rem;
  z-index: 3;
  height: 0.625rem;
  width: 0.625rem;
  --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-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 640px){
  .timeline-left-column .timeline-item::before{
    right: -1rem;
    height: 0.625rem;
    width: 0.625rem;
  }
}

.timeline-right-column{
  padding-left: 0.625rem;
}

@media (min-width: 640px){
  .timeline-right-column{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}

.timeline-right-column .timeline-item{
  position: relative;
}

.timeline-right-column .timeline-item::after{
  position: absolute;
  top: 50%;
  left: -1rem;
  z-index: 2;
  height: 0.125rem;
  width: 1rem;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 640px){
  .timeline-right-column .timeline-item::after{
    left: -1rem;
  }
}

.timeline-right-column .timeline-item::before{
  position: absolute;
  top: 50%;
  left: -1.25rem;
  z-index: 3;
  height: 0.5rem;
  width: 0.5rem;
  --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-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 640px){
  .timeline-right-column .timeline-item::before{
    left: -1rem;
    height: 0.625rem;
    width: 0.625rem;
  }
}

.timeline-item{
  position: relative;
  width: 100%;
  border-radius: 20px;
  --tw-shadow: 10px 10px 20px rgba(0,0,0,0.7);
  --tw-shadow-colored: 10px 10px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.timeline-item.present .timeline-vertical-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
  --tw-shadow: 10px 10px 20px rgba(0,0,0,0.5);
  --tw-shadow-colored: 10px 10px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: linear-gradient(90deg, rgb(21, 33, 33) 0%, rgb(13, 20, 20) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 47%, 78% 100%, 0 100%);
}

.cyan-triangle-vertical{
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 2.5rem;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(9 209 239 / var(--tw-bg-opacity, 1));
  clip-path: polygon(100% 0%,0% 126%,100% 100%);
}

@media (min-width: 768px){
  .cyan-triangle-vertical{
    clip-path: polygon(100% 0%,0% 100%,100% 100%);
  }
}

.cyan-triangle-vertical {
  border-bottom-right-radius: 20px;
}

.timeline-item.present .present-date{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.timeline-item.present::before{
  left: -1.25rem;
  height: 0.625rem;
  width: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 12px rgba(0,188,212,0.8);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .timeline-item.present::before{
    left: -1rem;
    height: 0.75rem;
    width: 0.75rem;
  }
}

.timeline-item.present::before {
  animation: pulse 2s infinite;
}

.timeline-left-column .timeline-item.present::before{
  right: -1rem;
}

@media (min-width: 640px){
  .timeline-left-column .timeline-item.present::before{
    right: -0.875rem;
  }
}

.timeline-right-column .timeline-item.present::before{
  left: -1.25rem;
}

@media (min-width: 640px){
  .timeline-right-column .timeline-item.present::before{
    left: -0.875rem;
    height: 0.625rem;
    width: 0.625rem;
  }
}

.timeline-vertical-card{
  display: flex;
  min-height: 100px;
  min-width: 120px;
  flex-direction: column;
  border-radius: 10px;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 8px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 4px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .timeline-vertical-card{
    min-height: 120px;
    padding: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.timeline-vertical-card {
  background: linear-gradient(90deg, rgb(21, 33, 33) 0%, rgb(13, 20, 20) 100%);
  justify-content: center;
}

.timeline-vertical-card .timeline-date{
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .timeline-vertical-card .timeline-date{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.timeline-vertical-card .timeline-description{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .timeline-vertical-card .timeline-description{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 12px rgba(0, 188, 212, 0.8);
  }
  50% {
    transform: translateY(-50%) scale(1.3);
    box-shadow: 0 0 18px rgb(0, 188, 212);
  }
}
.location-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-title-area{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .location-title-area{
    top: 140px;
    text-align: right;
  }
}
.location-title-area h2{
  margin: 0px;
  text-align: center;
  font-family: Provicali;
  font-size: 30px;
}
@media (min-width: 640px){
  .location-title-area h2{
    text-align: left;
    font-size: 48px;
  }
}
@media (min-width: 1024px){
  .location-title-area h2{
    text-align: left;
    font-size: 70px;
  }
}
.location-title-area p{
  text-align: center;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 20px;
}
@media (min-width: 640px){
  .location-title-area p{
    text-align: left;
    font-size: 24px;
  }
}
@media (min-width: 1024px){
  .location-title-area p{
    text-align: left;
    font-size: 35px;
  }
}

.location-layer-wrapper{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-overlay{
  position: absolute;
  z-index: 10;
}

.location-map-container{
  position: relative;
  z-index: 20;
}

.location-content-desktop{
  display: none;
}

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

.location-overlay-content-desktop{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 250px;
}

.location-manila-container{
  margin-left: 2.5rem;
  display: flex;
  align-items: center;
}

.location-manila-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.location-title-text{
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.location-details-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.location-address-text{
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.location-manila-vector{
  height: auto;
  width: auto;
  --tw-translate-y: -95px;
  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));
}

.location-cebu-container{
  margin-right: 2.5rem;
  display: flex;
  align-items: center;
}

.location-cebu-vector{
  height: auto;
  width: auto;
  --tw-translate-y: 65px;
  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));
}

.location-cebu-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.location-content-mobile{
  display: block;
}

@media (min-width: 1024px){
  .location-content-mobile{
    display: none;
  }
}

.location-overlay-content-mobile{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

@media (min-width: 768px){
  .location-overlay-content-mobile{
    gap: 7rem;
  }
}

.location-cebu-mobile-container{
  position: relative;
  display: flex;
  --tw-translate-y: 8rem;
  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));
  align-items: center;
}

@media (min-width: 768px){
  .location-cebu-mobile-container{
    --tw-translate-y: 12rem;
    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));
  }
}

.location-cebu-mobile-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.location-title-mobile-wrapper{
  display: flex;
}

.location-icon{
  height: auto;
  width: 1.5rem;
}

.location-title-text-mobile{
  padding-left: 0.5rem;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .location-title-text-mobile{
    font-size: 40px;
  }
}

.location-details-mobile-container{
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.location-image-mobile{
  width: 290px;
}

.location-address-text-mobile{
  display: none;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .location-address-text-mobile{
    display: inline;
  }
}

.location-manila-mobile-container{
  position: relative;
  display: flex;
  --tw-translate-y: -8rem;
  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));
  align-items: center;
}

@media (min-width: 557px){
  @media (max-width: 642px){
    .location-manila-mobile-container{
      --tw-translate-y: -12.7rem;
      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: 640px){
  .location-manila-mobile-container{
    --tw-translate-y: -13rem;
    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: 768px){
  .location-manila-mobile-container{
    --tw-translate-y: -14rem;
    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));
  }
}

.location-manila-mobile-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.location-manila-details-mobile{
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.location-bottom-info-container{
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
}

@media (min-width: 768px){
  .location-bottom-info-container{
    display: none;
  }
}

.location-bottom-info-item{
  display: flex;
  align-items: center;
  padding: 0.75rem;
}

.location-bottom-icon{
  height: 2rem;
  width: 1.5rem;
}

.location-bottom-text-cebu{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .location-bottom-text-cebu{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.location-bottom-text-manila{
  margin-left: 2rem;
  margin-right: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .location-bottom-text-manila{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.recent-articles-container .breadcrumb-nav{
  position: relative;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 640px){
  .recent-articles-container .breadcrumb-nav{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1024px){
  .recent-articles-container .breadcrumb-nav{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.recent-articles-container .breadcrumb-nav {
  isolation: isolate;
}
.recent-articles-container .breadcrumb-nav::before{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.35;
}
.recent-articles-container .breadcrumb-nav .breadcrumb-container{
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.recent-articles-container .breadcrumb-nav .breadcrumb-link{
  font-family: "Montserrat";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.recent-articles-container .breadcrumb-nav .breadcrumb-link:hover{
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}
.recent-articles-container .breadcrumb-nav .breadcrumb-separator{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 0.75rem;
  width: 0.75rem;
  opacity: 0.7;
}
.recent-articles-container .breadcrumb-nav .breadcrumb-current{
  font-family: "Montserrat";
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .recent-articles-container .breadcrumb-nav .breadcrumb-current{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.recent-articles-container .recent-art-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 2000px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 640px){
  .recent-articles-container .recent-art-container{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1024px){
  .recent-articles-container .recent-art-container{
    padding-left: 5rem;
    padding-right: 5rem;
    text-align: left;
  }
}
.recent-articles-container .recent-art-container .recent-art-title{
  font-family: "Provicali";
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .recent-articles-container .recent-art-container .recent-art-title{
    font-size: 4.5rem;
    line-height: 1;
  }
}
.recent-articles-container .recent-art-container .recent-art-subtitle{
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .recent-articles-container .recent-art-container .recent-art-subtitle{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.image-container{
  position: relative;
  margin-top: 2rem;
  display: inline-block;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
}

.image-slideshow{
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
}
.image-slideshow::-webkit-scrollbar{
  display: none;
}

.slide-item{
  position: relative;
  min-width: 100%;
  scroll-snap-align: start;
}

.recent-art-image{
  display: block;
  height: 100%;
  min-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px){
  .recent-art-image{
    border-radius: 20px;
  }
}

.broken-lines-container{
  z-index: 10;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

@media (min-width: 1024px){
  .broken-lines-container{
    gap: 30px;
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
  }
}

.broken-line{
  pointer-events: auto;
  height: 7px;
  width: 26px;
  cursor: pointer;
  border-radius: 3px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.broken-line:hover{
  background-color: rgba(9,209,239,0.7);
}

@media (min-width: 1024px){
  .broken-line{
    width: 47px;
  }
}
.broken-line: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));
  opacity: 0.8;
}
.broken-line.active-line{
  --tw-bg-opacity: 1;
  background-color: rgb(9 209 239 / var(--tw-bg-opacity, 1));
  opacity: 1;
}

.bot-paragraph{
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  z-index: 10;
  width: 100%;
  max-width: 570px;
  --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 not all and (min-width: 1024px){
  .bot-paragraph{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .bot-paragraph{
    right: 1.25rem;
    left: unset;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.overlay-article-details{
  position: relative;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 34px;
  --tw-bg-opacity: 1;
  background-color: rgb(13 20 20 / var(--tw-bg-opacity, 1));
  padding: 35px;
  text-align: left;
  opacity: 0.9;
  --tw-backdrop-blur: blur(5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 1024px){
  .overlay-article-details{
    padding-bottom: 100px;
  }
  .overlay-article-details .blue-button{
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

.overlay-article-details .blue-button { /* adjust spacing to match design */ padding-top: 0.5rem; padding-bottom: 0.5rem; font-size: 0.875rem; line-height: 1.25rem;
}

@media (min-width: 1024px){
  .overlay-article-details .blue-button{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.overlay-article-title{
  margin-bottom: 0.5rem;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 1px 1px 2px rgba(0,0,0,0.8);
  --tw-shadow-colored: 1px 1px 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);
}

@media (min-width: 1024px){
  .overlay-article-title{
    font-size: 30px;
  }
}

.overlay-article-date{
  margin-bottom: 0.75rem;
  font-family: "Montserrat";
  font-size: 8px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .overlay-article-date{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.overlay-article-description{
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify !important;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 1px 1px 2px rgba(0,0,0,0.8);
  --tw-shadow-colored: 1px 1px 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);
}

@media (min-width: 1024px){
  .overlay-article-description{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.overlay-article-button{
  cursor: pointer;
  text-wrap: nowrap;
  border-radius: 40px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(9 209 239 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 6rem;
  padding-right: 6rem;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --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;
}

.overlay-article-button:hover{
  --tw-translate-y: -0.125rem;
  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(7 168 196 / var(--tw-bg-opacity, 1));
}

.overlay-article-button:active{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px){
  .overlay-article-button{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.all-art-container{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px){
  .all-art-container{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px){
  .all-art-container{
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 5rem;
  }
}

.all-art-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 2000px;
}
.all-art-container .all-article-title{
  margin-bottom: 0.625rem;
  align-self: flex-start;
  padding-left: 0px;
  text-align: center;
  font-family: "Provicali";
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .all-art-container .all-article-title{
    text-align: left;
    font-size: 4.5rem;
    line-height: 1;
  }
}
.all-art-container .all-article-subtitle{
  margin-bottom: 60px;
  text-align: center;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .all-art-container .all-article-subtitle{
    text-align: left;
    font-size: 35px;
  }
}

.all-article-separate{
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .all-article-separate{
    flex-direction: row;
  }
}

.all-left{
  flex: 2;
}
.all-left .blue-button.arrow-style-reverse{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px){
  .all-left .blue-button.arrow-style-reverse{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.article-card-list{
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.article-card{
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.article-card:hover{
  --tw-translate-y: -0.375rem;
  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-shadow: 0 10px 30px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.article-card-image{
  height: auto;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-card-description{
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(21 33 33 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

.description-text-1{
  margin-bottom: 0.5rem;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.description-text-2-container{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tag-icons{
  display: flex;
  align-items: center;
}

.tag-icon{
  height: 1rem;
  width: 1rem;
}

.arrowtag-icon{
  margin-left: -0.375rem;
  height: 0.75rem;
  width: 0.75rem;
}

.description-text-2{
  margin: 0px;
  font-family: "Montserrat";
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}

.all-right{
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1.25rem;
}

.articles-list-title{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 0px;
  margin-right: 0px;
  font-family: "Montserrat";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.list-items{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.list-item{
  display: flex;
  cursor: pointer;
  list-style-type: none;
  align-items: center;
  gap: 0.75rem;
  border-radius: 15px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.list-item:hover{
  --tw-translate-x: 0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: rgba(9,209,239,0.1);
}

.list-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}
.list-item span{
  word-break: break-all;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.list-icon{
  height: 18px;
  width: 18px;
  flex-shrink: 0;
  stroke-width: 2;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
  min-width: 18px !important;
  min-height: 18px !important;
}

.pagination-container{
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pagination-btn{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-style: none;
  background-color: transparent;
  font-family: "Montserrat";
  font-size: 26px;
  font-weight: 500;
  --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;
}

.pagination-btn:hover{
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}
.pagination-btn svg{
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.pagination-btn:hover svg{
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}
.pagination-btn:hover .pagination-icon {
  filter: brightness(0) saturate(100%) invert(77%) sepia(89%) saturate(1475%) hue-rotate(163deg) brightness(91%) contrast(101%);
}
.pagination-btn.disabled{
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.4;
}

.pagination-icon{
  width: 1rem;
  height: 1rem;
  --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);
  transition-property: filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px){
  .pagination-icon{
    width: 1.25rem;
    height: 1.25rem;
  }
}

.skip-left{
  --tw-scale-x: -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));
}

.prev-arrow{
  --tw-scale-x: -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));
}

.skip-right{
  --tw-scale-x: 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));
}

.pagination-next .pagination-icon{
  --tw-scale-x: 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));
}

.active-nav .pagination-icon {
  filter: sepia(1) hue-rotate(160deg) saturate(3);
}

.pagination-number{
  font-family: "Montserrat";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.pagination-number:hover{
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .pagination-number{
    font-size: 26px;
  }
}
.pagination-number.active-page{
  background-color: transparent;
  font-family: "Montserrat";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.pagination-number.active-page:hover{
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .pagination-number.active-page{
    font-size: 26px;
  }
}
@media not all and (min-width: 1024px){
  .pagination-number:not(.active-page){
    display: none;
  }
}

.no-articles{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.search-box{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 25px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(9 209 239 / var(--tw-border-opacity, 1));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.search-box:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: rgba(9,209,239,0.1);
}

.search-input{
  flex: 1 1 0%;
  border-style: none;
  background-color: transparent;
  font-family: "Montserrat";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.search-input::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}

.search-input::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}

.search-input{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.search-button{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-style: none;
  background-color: transparent;
  padding: 0px;
}

.search-icon{
  height: 1.25rem;
  width: 1.25rem;
  stroke-width: 2;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}

header {
  max-width: 1920px;
  margin: 0 auto;
}
header > div {
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
}

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

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

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

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

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

html,
:host {
  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: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

*{
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
    scroll-behavior: smooth;
}

html,
  body{
  margin: 0px;
  height: 100%;
  width: 100%;
  padding: 0px;
}

body{
  overflow-x: hidden;
}
[x-cloak] {
  display: none !important;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

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

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

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.company-container{
  position: relative;
  z-index: 1;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .company-container{
    padding-bottom: 5rem;
  }
}

.company-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 2000px;
}

.company-title{
  margin: 0px;
  font-family: Provicali;
  font-size: 70px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 783px){
  .company-title{
    text-align: center;
    font-size: 30px;
  }
}

.company-sub-title{
  margin: 0px;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 35px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 783px){
  .company-sub-title{
    text-align: center;
    font-size: 20px;
  }
}

.company-details{
  display: flex;
  width: 772px;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 13px;
}

@media (max-width: 783px){
  .company-details{
    position: absolute;
    top: 243px;
    left: 1.25rem;
    right: 1.25rem;
    z-index: 2;
    width: auto;
    max-width: none;
  }
}

@media (max-width: 480px){
  .company-details{
    top: 170px;
  }
}

.detail-item{
  display: flex;
  min-height: 40px;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 0.5rem;
  background-color: rgb(0 0 0 / 0.3);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (max-width: 783px){
  .detail-item{
    box-sizing: border-box;
    min-height: 35px;
    max-width: 100%;
    background-color: rgb(0 0 0 / 0.7);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.detail-label{
  width: 154px;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}

@media (max-width: 783px){
  .detail-label{
    width: 65px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.detail-value{
  flex: 1 1 0%;
  font-family: Montserrat;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 783px){
  .detail-value{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.company-separate{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.5rem;
}

@media (max-width: 783px){
  .company-separate{
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
}

.company-building{
  position: relative;
  height: auto;
  --tw-drop-shadow: drop-shadow(10px 10px 20px rgba(0,0,0,0.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);
}

@media (max-width: 900px){
  .company-building{
    right: 0px !important;
  }
}

@media (max-width: 783px){
  .company-building{
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}

.company-building {
    right: -80px;
    filter: none;
    position: relative;
  }

@media (min-width: 375px){
  .building-image{
    display: block;
    height: 800px;
    border-radius: 0px;
    padding-top: 0.5rem;
  }
}

@media (min-width: 419px){
  .building-image{
    display: block;
    height: 748px;
    border-radius: 0px;
  }
}

@media (min-width: 430px){
  .building-image{
    height: 750px;
  }
}

@media (min-width: 480px){
  .building-image{
    display: block;
    height: 721px;
    border-radius: 0px;
  }
}

@media (min-width: 1280px){
  .building-image{
    height: 852px;
    width: 100%;
    border-top-left-radius: 40px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 900px){
  .building-image{
    clip-path: none !important;
  }
}

@media (min-width: 1280px){
  .building-image{
    border-bottom-left-radius: 40px;
  }
}

.building-image {
    clip-path: polygon(14% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 15%);
  }

.company-left{
  padding-left: 0px;
}

@media (min-width: 768px){
  .company-left{
    padding-left: 2.5rem;
  }
}

@media (min-width: 1024px){
  .company-left{
    padding-left: 5rem;
  }
}

@media (min-width: 1280px){
  .company-left{
    padding-left: 6rem;
  }
}

.cyan-triangle-topleft{
  position: absolute;
  top: 8px;
  left: 0px;
  height: 12%;
  min-height: 50px;
  width: 11%;
  min-width: 50px;
  border-top-left-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(9 209 239 / var(--tw-bg-opacity, 1));
}

@media (max-width: 783px){
  .cyan-triangle-topleft{
    display: none;
  }
}

.cyan-triangle-topleft {
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  }

.detail-value-title{
  max-width: 70px;
  flex: 1 1 0%;
  font-family: Montserrat;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 783px){
  .detail-value-title{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.detail-value-descrip{
  flex: 1 1 0%;
  font-family: Montserrat;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 783px){
  .detail-value-descrip{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.detail-value-dash{
  max-width: 8px;
  flex: 1 1 0%;
  font-family: Montserrat;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 783px){
  .detail-value-dash{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.detail-black{
  border-radius: 0.5rem;
  background-color: rgb(0 0 0 / 0.3);
}

@media (max-width: 783px){
  .detail-black{
    background-color: rgb(0 0 0 / 0.77);
  }
}

.detail-item-top{
  display: flex;
  min-height: 40px;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.75rem;
}

.detail-item-bottom{
  display: flex;
  min-height: 40px;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-bottom: 0.75rem;
}

.blue-button.arrow-style-results::before{
  position: absolute;
  right: 1.25rem;
  height: 0px;
  width: 0px;
  border-left-width: 12.8px;
  border-top-width: 11.17px;
  border-bottom-width: 11.17px;
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-top-color: transparent;
  border-bottom-color: transparent;
  --tw-content: "";
  content: var(--tw-content);
}

.offshore-container{
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 983px){
  .offshore-container{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.offshore-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 2000px;
}

@media (min-width: 1024px){
  .offshore-container{
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.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));
  }
}

@media (min-width: 1280px){
  .offshore-container{
    transform-origin: center;
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.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));
  }
}

.offshore-title{
  margin: 0px;
  margin-bottom: 0.625rem;
  font-family: Provicali;
  font-size: 70px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 983px){
  .offshore-title{
    margin-bottom: 0px;
    text-align: center;
    font-size: 30px;
  }
}

.offshore-sub-title{
  margin: 0px !important;
  margin-bottom: 60px !important;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

@media (max-width: 983px){
  .offshore-sub-title{
    text-align: center !important;
    font-size: 20px !important;
  }
}

.offshore-image-container{
  display: flex;
  justify-content: center;
}

@media (max-width: 983px){
  .offshore-image-container{
    margin: 0px;
    overflow: hidden;
    padding: 0px;
  }
}

.offshore-image{
  display: block;
  height: 350px;
  width: 100%;
}

@media (max-width: 983px){
  .offshore-image{
    width: auto;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 1024px){
  .offshore-image{
    height: 100%;
  }
}

.offshore-overlay{
  position: relative;
}

.offshore-cards{
  position: relative;
  z-index: 2;
  margin-top: -67px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 110px;
}

@media (max-width: 983px){
  .offshore-cards{
    margin-top: -80px;
    align-items: center;
    gap: 30px;
  }
}

.card-container{
  position: relative;
  display: inline-block;
  border-radius: 20px;
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.7));
}

.offshore_1,
  .offshore_2,
  .offshore_3{
  position: relative;
  display: flex;
  height: 300px;
  width: 300px;
  flex-direction: column;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 40 40 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (max-width: 983px){
  .offshore_1,
  .offshore_2,
  .offshore_3{
    height: auto;
    min-height: 280px;
    width: 280px;
  }
}

.offshore_1,
  .offshore_2,
  .offshore_3 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 82%, 82% 100%, 0% 100%);
  }

@media (min-width: 1536px) {
    .offshore_1,
    .offshore_2,
    .offshore_3{
    height: 400px;
    width: 400px;
  }
  }

.cyan-triangle{
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 3.3rem;
  width: 3.3rem;
  border-bottom-right-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(9 209 239 / var(--tw-bg-opacity, 1));
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

.card-number{
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  font-family: Provicali;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}

.card-title{
  margin-top: 60px;
  margin-bottom: 0.625rem;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 983px){
  .card-title{
    margin-top: 50px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.card-blue-line{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(9 209 239 / var(--tw-bg-opacity, 1));
}

.card-text{
  flex: 1 1 0%;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 983px){
  .card-text{
    font-size: 13px;
  }
}

@media (min-width: 1536px) {
    .card-text{
    font-size: 20px;
  }
  }

.whatsup-section{
  display: flex;
  min-height: 60vh;
  flex-direction: column;
}

@media not all and (min-width: 768px){
  .whatsup-section{
    min-height: 25vh;
  }
}

.whatsup-section{
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.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));
}

@media (min-width: 1280px){
  .whatsup-section{
    transform-origin: center;
  }
}

.whatsup-title-container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 80rem;
  flex: 1 1 0%;
  align-items: center;
  padding-bottom: 4rem;
  text-align: center;
}

@media not all and (min-width: 768px){
  .whatsup-title-container{
    padding-bottom: 0px;
  }
}

.whatsup-title{
  font-family: Provicali, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .whatsup-title{
    font-size: 100px;
  }
}

.whatsup-title-s{
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .whatsup-title-s{
    font-size: 100px;
  }
}

.whatsup-title-highlight{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.whatsup-title-question{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.whatsup-breadcrumb-container{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.whatsup-breadcrumb-nav{
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.7);
}

.whatsup-breadcrumb-list{
  display: flex;
  align-items: center;
}

.whatsup-breadcrumb-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.whatsup-breadcrumb-list{
  line-height: 1.5;
}

.whatsup-breadcrumb-link{
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.whatsup-breadcrumb-link:hover{
  text-decoration-line: underline;
}

.whatsup-breadcrumb-current{
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}

.whatsup-breadcrumb-current:hover{
  text-decoration-line: underline;
}

.thanks-section{
  display: flex;
  height: calc(100dvh - 115px);
  min-height: -moz-max-content;
  min-height: max-content;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 6rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px){
  .thanks-section{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px){
  .thanks-section{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.thanks-container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 1320px;
  border-radius: 20px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  text-align: center;
  --tw-shadow: 0 0 100px 0 #09D1EF;
  --tw-shadow-colored: 0 0 100px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background: linear-gradient(90deg, rgb(21, 33, 33) 0%, rgb(13, 20, 20) 100%);
}

.thanks-heading{
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .thanks-heading{
    font-size: 3rem;
    line-height: 1;
  }
}

.thanks-description{
  text-align: center;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1024px){
  .thanks-description{
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.thanks-button{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(9 209 239 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin-top: 1.25rem;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  .thanks-button{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px){
  .thanks-button{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.thanks-button:hover{
  background-image: none;
}

.blue-button{
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 60px;
  max-width: 350px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(9 209 239 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.blue-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(9 209 239 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}

.blue-button:active{
  --tw-bg-opacity: 1;
  background-color: rgb(9 209 239 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(12 12 12 / var(--tw-text-opacity, 1));
}

/* Special version for one button */

.blue-button.arrow-style::after{
  position: absolute;
  right: 1.25rem;
  height: 0px;
  width: 0px;
  border-left-width: 12.8px;
  border-top-width: 11.17px;
  border-bottom-width: 11.17px;
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-top-color: transparent;
  border-bottom-color: transparent;
  --tw-content: "";
  content: var(--tw-content);
}

.blue-button.arrow-style:hover::after{
  --tw-border-opacity: 1;
  border-left-color: rgb(9 209 239 / var(--tw-border-opacity, 1));
}

.blue-button.arrow-style:active::after{
  --tw-border-opacity: 1;
  border-left-color: rgb(12 12 12 / var(--tw-border-opacity, 1));
}

/* Special version for back button with left arrow */

.blue-button.arrow-style-reverse{
  padding-left: 3rem;
  padding-right: 1.5rem;
}

.blue-button.arrow-style-reverse::before{
  position: absolute;
  left: 1.25rem;
  height: 0px;
  width: 0px;
  border-right-width: 12.8px;
  border-top-width: 11.17px;
  border-bottom-width: 11.17px;
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-top-color: transparent;
  border-bottom-color: transparent;
  --tw-content: "";
  content: var(--tw-content);
}

.blue-button.arrow-style-reverse:hover::before{
  --tw-border-opacity: 1;
  border-right-color: rgb(9 209 239 / var(--tw-border-opacity, 1));
}

.blue-button.arrow-style-reverse:active::before{
  --tw-border-opacity: 1;
  border-right-color: rgb(12 12 12 / var(--tw-border-opacity, 1));
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[11\%\]{
  bottom: 11%;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-1\/4{
  left: 25%;
}
.right-0{
  right: 0px;
}
.right-28{
  right: 7rem;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-4{
  top: 1rem;
}
.z-10{
  z-index: 10;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-start-1{
  grid-column-start: 1;
}
.col-start-10{
  grid-column-start: 10;
}
.col-start-2{
  grid-column-start: 2;
}
.col-start-3{
  grid-column-start: 3;
}
.col-start-4{
  grid-column-start: 4;
}
.col-start-5{
  grid-column-start: 5;
}
.col-start-6{
  grid-column-start: 6;
}
.col-start-7{
  grid-column-start: 7;
}
.col-start-8{
  grid-column-start: 8;
}
.col-start-9{
  grid-column-start: 9;
}
.row-start-1{
  grid-row-start: 1;
}
.row-start-3{
  grid-row-start: 3;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mt-px{
  margin-top: -1px;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.list-item{
  display: list-item;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.size-2{
  width: 0.5rem;
  height: 0.5rem;
}
.size-full{
  width: 100%;
  height: 100%;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-\[13rem\]{
  height: 13rem;
}
.h-\[80vh\]{
  height: 80vh;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.w-16{
  width: 4rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[1920px\]{
  max-width: 1920px;
}
.max-w-\[2000px\]{
  max-width: 2000px;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.-translate-y-\[95px\]{
  --tw-translate-y: -95px;
  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-\[65px\]{
  --tw-translate-y: 65px;
  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;
}
.list-inside{
  list-style-position: inside;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-12{
  gap: 3rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-ellipsis{
  text-overflow: ellipsis;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-light-blue{
  --tw-border-opacity: 1;
  border-color: rgb(9 209 239 / var(--tw-border-opacity, 1));
}
.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-dark-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(5 5 5 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(9 209 239 / var(--tw-bg-opacity, 1));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.p-2{
  padding: 0.5rem;
}
.p-6{
  padding: 1.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-montserrat{
  font-family: Montserrat, sans-serif;
}
.font-provicali{
  font-family: Provicali, sans-serif;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-yu-gothic{
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, -apple-system, system-ui, Arial, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.italic{
  font-style: italic;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.tracking-\[-0\.08em\]{
  letter-spacing: -0.08em;
}
.tracking-\[0em\]{
  letter-spacing: 0em;
}
.text-\[\#0E1616\]{
  --tw-text-opacity: 1;
  color: rgb(14 22 22 / var(--tw-text-opacity, 1));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-inherit{
  color: inherit;
}
.text-light-blue{
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.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\:border-\[\#09D1EF\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(9 209 239 / var(--tw-border-opacity, 1));
}
.hover\:border-light-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(9 209 239 / var(--tw-border-opacity, 1));
}
.hover\:bg-transparent:hover{
  background-color: transparent;
}
.hover\:text-\[\#09D1EF\]:hover{
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-light-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(9 209 239 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.active\:bg-light-blue:active{
  --tw-bg-opacity: 1;
  background-color: rgb(9 209 239 / var(--tw-bg-opacity, 1));
}
.active\:text-\[\#0C0C0C\]:active{
  --tw-text-opacity: 1;
  color: rgb(12 12 12 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:scale-110{
  --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));
}
@media not all and (min-width: 1024px){
  .max-lg\:bottom-\[14\%\]{
    bottom: 14%;
  }
  .max-lg\:order-1{
    order: 1;
  }
  .max-lg\:order-2{
    order: 2;
  }
  .max-lg\:mt-12{
    margin-top: 3rem;
  }
  .max-lg\:hidden{
    display: none;
  }
  .max-lg\:justify-center{
    justify-content: center;
  }
  .max-lg\:border-b{
    border-bottom-width: 1px;
  }
  .max-lg\:border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
  .max-lg\:pb-16{
    padding-bottom: 4rem;
  }
  .max-lg\:text-center{
    text-align: center;
  }
}
@media (min-width: 376px){
  .min-\[376px\]\:-bottom-\[10\%\]{
    bottom: -10%;
  }
}
@media (min-width: 640px){
  .sm\:ml-0{
    margin-left: 0px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:h-20{
    height: 5rem;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-right{
    text-align: right;
  }
  .sm\:text-\[28px\]{
    font-size: 28px;
  }
  .sm\:text-\[48px\]{
    font-size: 48px;
  }
}
@media (min-width: 768px){
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
}
@media (min-width: 1024px){
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:mt-14{
    margin-top: 3.5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:size-4{
    width: 1rem;
    height: 1rem;
  }
  .lg\:h-20{
    height: 5rem;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-\[136px\]{
    width: 136px;
  }
  .lg\:w-\[200px\]{
    width: 200px;
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:self-start{
    align-self: flex-start;
  }
  .lg\:p-7{
    padding: 1.75rem;
  }
  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-\[16px\]{
    font-size: 16px;
  }
  .lg\:text-\[26px\]{
    font-size: 26px;
  }
  .lg\:text-\[40px\]{
    font-size: 40px;
  }
  .lg\:text-\[70px\]{
    font-size: 70px;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px){
  .xl\:mt-6{
    margin-top: 1.5rem;
  }
}
@media (prefers-color-scheme: dark){
  .dark\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }
}
