@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Faculty+Glyphic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Lao&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Myanmar&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thailand&display=swap");
body {
  overflow-x: hidden;
  font-family: "EB Garamond", serif;
  height: auto !important;
}
body main {
  overflow-x: hidden;
}

label,
h1,
h2,
h3,
h4,
h5,
.btn {
  font-family: "Mona Sans", sans-serif;
}

label {
  font-size: 1.125rem;
  color: #d32f2f;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1900px) {
  label {
    font-size: 1.375rem;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li a {
  transition: all 0.2s ease-in-out;
}

.bd-red {
  border-color: #d32f2f;
}

.bd-navi-blue {
  border-color: #101820;
}

.bd-green {
  border-color: #53ad27;
}

.bd-white {
  border-color: #ffffff;
}

._naviblue {
  background-color: #e4f2ff;
}

._redcrisis {
  background-color: #fee;
}

._greensolution {
  background-color: #efffe6;
}

._darkblue {
  background-color: #101820;
}

._white {
  background-color: #ffffff;
}

.tt-red {
  color: #d32f2f;
}

.tt-navi-blue {
  color: #101820;
}

.tt-green {
  color: #53ad27;
}

._redcrisis::before {
  background-image: url("../img/crisis-pattern.png");
}

._naviblue::before {
  background-image: url("../img/impact-pattern.png");
}

._greensolution::before {
  background-image: url("../img/solution-pattern.png");
}

.mg-0-a {
  margin: 0 auto;
}

.btn-wrapper {
  margin-top: 1.875rem;
}
@media screen and (min-width: 992px) {
  .btn-wrapper {
    margin-top: 2.8125rem;
  }
}
.btn-wrapper .btn:first-child {
  margin-right: 0.5rem;
}
.btn-wrapper .btn:only-child {
  margin-right: 0;
}

.btn {
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.375rem;
}
@media screen and (min-width: 1900px) {
  .btn {
    font-size: 1.0625rem;
    padding-inline: 1.5625rem;
  }
}
.btn.btn-xs {
  font-size: 0.9375rem;
  background: transparent;
  padding-block: 0.5rem;
}
.btn.btn-xs:hover {
  background-color: #d32f2f;
  border: 1px solid #d32f2f;
}
.btn._invert {
  color: #ffffff;
}

.btn-xs,
.btn-primary {
  border: 1px solid #d32f2f;
}

.btn-primary {
  background-color: #d32f2f;
}
.btn-primary:hover {
  background-color: #811b1b;
  border: 1px solid #d32f2f;
}

.btn-white {
  background-color: transparent;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
p {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
  color: #000000;
}

h1 {
  font-size: 2.5rem;
  line-height: 3.125rem;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 2.875rem;
    line-height: 3.875rem;
  }
}
@media screen and (min-width: 1900px) {
  h1 {
    font-size: 3.125rem;
    line-height: 4.375rem;
  }
}

h2 {
  font-size: 2rem;
  line-height: 2.625rem;
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  h2 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
@media screen and (min-width: 1900px) {
  h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

h3,
.accordion h3 {
  font-size: 1.625rem;
  line-height: 2.25rem;
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  h3,
  .accordion h3 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}
@media screen and (min-width: 1900px) {
  h3,
  .accordion h3 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

h4 {
  font-size: 1.375rem;
  line-height: 1.875rem;
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1900px) {
  h4 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

h5 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1900px) {
  h5 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

p,
.default-list li {
  font-family: "EB Garamond", serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #333333;
}
@media screen and (min-width: 992px) {
  p,
  .default-list li {
    font-size: 1.375rem;
    line-height: 2.125rem;
  }
}
@media screen and (min-width: 1900px) {
  p,
  .default-list li {
    font-size: 1.625rem;
    line-height: 2.375rem;
  }
}

.navbar-header {
  background-color: transparent;
  transition: background-color 0.5s ease;
  height: inherit;
}
.navbar-header.active {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.625rem);
  -webkit-backdrop-filter: blur(0.625rem);
}
.navbar-header.active .navbar-menu .nav-link,
.navbar-header.active .navbar-menu ._invert {
  color: #000000;
}
.navbar-header.active .main-logo {
  color: #000000;
}
.navbar-header.active .main-logo .title-wrap label {
  color: #101820;
}
@media screen and (min-width: 992px) {
  .navbar-header {
    padding: 1.25rem 0 1.25rem 4.6875rem;
  }
  .navbar-header .navbar-brand {
    padding: 0;
  }
}
.navbar-header .main-logo {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Mona Sans", sans-serif;
  color: #000000;
}
.navbar-header .main-logo img {
  height: 3.75rem;
}
.navbar-header .main-logo .title-wrap {
  display: flex;
  flex-direction: column;
  margin-left: 0.625rem;
}
.navbar-header .main-logo .title-wrap label {
  font-size: 0.625rem;
  color: #333333;
  margin-bottom: 0.125rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
.navbar-header .main-logo .title-wrap span {
  font-size: 1.375rem;
}

.navbar-menu-wrapper {
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .navbar-menu-wrapper {
    padding-right: 4.6875rem;
  }
}

.navbar-menu {
  width: inherit;
}
.navbar-menu .nav-link {
  font-size: 1rem;
  font-family: "Mona Sans", sans-serif;
}
.navbar-menu .nav-link:hover {
  color: #d32f2f;
}
.navbar-menu .nav-item + .nav-item {
  margin-left: 2.5rem;
}
.navbar-menu ._invert {
  color: #000000;
}

.accordion .ui-accordion-header {
  padding: 1.875rem;
  color: #000000;
  font-weight: 700;
  background-color: #fee;
  border-color: #d32f2f;
}
.accordion .ui-accordion-header.ui-state-active {
  background-color: #ffffff;
}
.accordion .ui-accordion-header .ui-accordion-header-icon::before {
  content: "";
}
.accordion .ui-accordion-content {
  padding: 0 1.875rem 1.875rem;
  font-size: 1.25rem;
  color: #333333;
  line-height: 2rem;
  border-color: #d32f2f;
}
.accordion ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.25rem 3.75rem;
}
.accordion ul li {
  text-indent: -1.25rem;
  padding-left: 1.25rem;
  padding-bottom: 0.3125rem;
}
.accordion ul li:only-child, .accordion ul li:last-child {
  padding-bottom: 0;
}
.accordion ul li::marker {
  color: #d32f2f;
}

.hero-banner {
  padding: 1.875rem 1.875rem 0;
  background-color: #edf3ff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .hero-banner {
    padding: 1.875rem 4.6875rem 0;
  }
}
@media screen and (min-width: 1900px) {
  .hero-banner {
    padding: 4.6875rem 4.6875rem 0;
  }
}
.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -500px;
  right: 0;
  bottom: -50px;
  background-image: url("../img/hero-pattern.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 70%;
  opacity: 0.4;
  mix-blend-mode: overlay;
}
.hero-banner.content::before {
  top: 9.375rem;
  background-position: right;
  background-size: 50%;
}
.hero-banner ._copy {
  padding-top: 9.375rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .hero-banner ._copy {
    padding-top: 9.375rem;
    padding-right: 9.375rem;
  }
}
@media screen and (min-width: 1900px) {
  .hero-banner ._copy {
    padding-right: inherit;
    padding-top: 7.5rem;
  }
}
@media screen and (min-width: 1900px) {
  .hero-banner ._copy._chapters {
    padding-block: 9.375rem;
  }
}
@media screen and (min-width: 1900px) {
  .hero-banner ._copy h1 {
    padding-right: 245px;
  }
}
@media screen and (min-width: 1900px) {
  .hero-banner ._copy p {
    padding-right: 200px;
  }
}
.hero-banner ._image {
  display: flex;
  justify-content: flex-end;
  padding-top: 5.625rem;
  position: relative;
  z-index: 2;
}
.hero-banner ._image img {
  border-radius: 0.9375rem;
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  .hero-banner ._image img {
    max-width: 650px;
  }
}
.hero-banner .key-highlight._thoughts {
  padding-block: 7.5rem;
}
.hero-banner .key-highlight ._copy {
  padding-block: 0;
  display: flex;
  align-items: center;
}
.hero-banner .key-highlight ._keycard {
  height: 525px;
}
.hero-banner .key-highlight ._keycard .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.hero-banner .key-highlight ._keycard .content-wrap h5 {
  color: #101820;
}

._copy h1,
._copy h2,
._keycard h1,
._keycard h2 {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1900px) {
  ._copy h1,
  ._copy h2,
  ._keycard h1,
  ._keycard h2 {
    margin-bottom: 1.5625rem;
  }
}
._copy p,
._keycard p {
  color: #000000;
}

._problem ._image,
._impact ._image,
._solution ._image,
.asean-map ._image,
.donation ._image,
._fools ._image {
  padding: 0;
}
._problem ._image img,
._impact ._image img,
._solution ._image img,
.asean-map ._image img,
.donation ._image img,
._fools ._image img {
  width: 100%;
  border-bottom-right-radius: 6.25rem;
}
@media screen and (max-width: 575.99px) {
  ._problem ._image img,
  ._impact ._image img,
  ._solution ._image img,
  .asean-map ._image img,
  .donation ._image img,
  ._fools ._image img {
    border-radius: 0;
  }
}
._problem ._copy,
._impact ._copy,
._solution ._copy,
.asean-map ._copy,
.donation ._copy,
._fools ._copy {
  display: flex;
  justify-content: center;
  align-items: center;
}
._problem ._copy .content-wrap,
._impact ._copy .content-wrap,
._solution ._copy .content-wrap,
.asean-map ._copy .content-wrap,
.donation ._copy .content-wrap,
._fools ._copy .content-wrap {
  width: 80%;
}
@media screen and (max-width: 991.99px) {
  ._problem ._copy .content-wrap,
  ._impact ._copy .content-wrap,
  ._solution ._copy .content-wrap,
  .asean-map ._copy .content-wrap,
  .donation ._copy .content-wrap,
  ._fools ._copy .content-wrap {
    width: auto;
    padding: 3.125rem 1.25rem;
  }
}
@media screen and (min-width: 1900px) {
  ._problem ._copy .content-wrap .content-wrap,
  ._impact ._copy .content-wrap .content-wrap,
  ._solution ._copy .content-wrap .content-wrap,
  .asean-map ._copy .content-wrap .content-wrap,
  .donation ._copy .content-wrap .content-wrap,
  ._fools ._copy .content-wrap .content-wrap {
    width: 75%;
  }
}
@media screen and (max-width: 575.99px) {
  ._problem ._copy .content-wrap._crisis,
  ._impact ._copy .content-wrap._crisis,
  ._solution ._copy .content-wrap._crisis,
  .asean-map ._copy .content-wrap._crisis,
  .donation ._copy .content-wrap._crisis,
  ._fools ._copy .content-wrap._crisis {
    padding: 0 0 3.125rem;
  }
}

._problem {
  background-color: #fee;
}
._problem ._copy label {
  color: #d32f2f;
}
._problem .key-highlight ._copy label,
._problem .key-highlight ._copy h1 {
  color: #d32f2f;
}

._impact {
  background-color: #e4f2ff;
}
._impact ._copy label {
  color: #d32f2f;
}
._impact .key-highlight ._copy label,
._impact .key-highlight ._copy h1 {
  color: #101820;
}

._solution {
  background-color: #efffe6;
}
._solution ._copy label {
  color: #d32f2f;
}
._solution ._copy h1,
._solution ._copy p {
  color: #000000;
}
._solution .key-highlight ._copy label,
._solution .key-highlight ._copy h1 {
  color: #53ad27;
}

._fools ._image {
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
._fools ._image img {
  border-bottom-right-radius: 0;
  width: 700px;
}
._fools ._copy {
  position: relative;
  background-color: #000000;
}
._fools ._copy .content-wrap {
  padding: unset;
}
._fools ._copy p {
  position: relative;
  color: hsl(210, 2%, 81%);
  z-index: 10;
}

.pos-middle {
  position: relative;
  left: 100px;
}
@media screen and (min-width: 1900px) {
  .pos-middle {
    left: 150px;
  }
}
@media screen and (max-width: 575.99px) {
  .pos-middle {
    left: unset;
  }
}

.donation ._image {
  padding: 0;
  background-color: #edfffd;
}
.donation ._image img {
  width: 100%;
  border-radius: 0;
}

.key-highlight {
  padding: 6.25rem 0 6.25rem;
}
@media screen and (max-width: 991.99px) {
  .key-highlight {
    padding: 3.125rem 1.25rem;
  }
}
@media screen and (max-width: 575.99px) {
  .key-highlight._thoughts {
    padding: 0;
  }
}
.key-highlight ._copy p {
  color: #333333;
}
.key-highlight .btn-wrapper .arrow-btn {
  padding: 0;
  border-radius: 0;
  border: unset;
}
.key-highlight .btn-wrapper .arrow-btn svg {
  width: 45px;
  height: 45px;
  stroke-width: 1;
  transition: stroke 0.5s ease;
}
.key-highlight .btn-wrapper .arrow-btn:hover svg {
  stroke: #d32f2f;
}

._line {
  display: flex;
  align-items: center;
}
._line .line {
  flex-grow: 1;
  height: 1px;
  background-color: #101820;
  margin: 0 0.625rem;
}

._keycard::before,
._fools ._copy::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 80%;
  z-index: 1;
}

._keycard {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 685px;
  padding: 3.125rem;
  border-radius: 0.9375rem;
  position: relative;
  overflow: hidden;
  margin-inline: 0.625rem;
  background-color: #ffffff;
}
@media screen and (max-width: 575.99px) {
  ._keycard {
    height: 500px;
    padding: 3.125rem 1.25rem;
    margin-inline: 0;
  }
}
@media screen and (min-width: 992px) {
  ._keycard {
    padding: 2.5rem 1.25rem;
  }
  ._keycard h1 {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}
@media screen and (min-width: 1900px) {
  ._keycard {
    padding: 3.125rem;
  }
  ._keycard h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}
._keycard:last-first {
  margin-left: 0px;
}
._keycard:last-child {
  margin-right: 0px;
}
._keycard .content-wrap {
  position: relative;
  z-index: 2;
}
._keycard .key-icon {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3.125rem 3.125rem 0 0;
  height: 9.375rem;
}
@media screen and (min-width: 992px) {
  ._keycard .key-icon {
    margin: 1.25rem 1.25rem 0 0;
  }
}
@media screen and (min-width: 1900px) {
  ._keycard .key-icon {
    margin: 3.125rem 3.125rem 0 0;
  }
}
._keycard .btn-wrapper {
  margin-top: 1.875rem;
}

.asean-map {
  padding: 6.25rem 3.75rem;
}
@media screen and (max-width: 575.99px) {
  .asean-map {
    padding: 3.125rem 1.25rem;
  }
}
.asean-map .asean-title {
  margin-bottom: 3.75rem;
}
.asean-map .nav-link {
  font-family: "Mona Sans", sans-serif;
  color: #101820;
  font-size: 1rem;
  padding-inline: 1.875rem;
  border-radius: 3.125rem;
}
@media screen and (min-width: 1900px) {
  .asean-map .nav-link {
    font-size: 1.25rem;
  }
}
.asean-map .nav-link.active {
  background-color: #101820;
  color: #ffffff;
}

.asean-content {
  padding: 3.75rem 0;
}
.asean-content h1 {
  margin-bottom: 3.75rem;
}
.asean-content label {
  color: #9a9a9a;
}
.asean-content span {
  color: #d32f2f;
}

.svg-map {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575.99px) {
  .svg-map {
    display: none;
  }
}

blockquote {
  position: relative;
  color: #000000;
  margin-top: 1.5rem;
  font-size: 1.5625rem;
  line-height: 2rem;
}
@media screen and (max-width: 575.99px) {
  blockquote {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  blockquote {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1900px) {
  blockquote {
    margin-top: 3.125rem;
  }
}
blockquote::before {
  content: "“";
  font-family: "EB Garamond", serif;
  font-size: 6.25rem;
  color: #53ad27;
  position: absolute;
  top: -1.5rem;
  left: 0;
}

.profile-expert {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.profile-expert .profile-pic {
  margin-bottom: 0.625rem;
  width: 5rem;
}
.profile-expert .profile-pic img {
  border-radius: 50%;
}
.profile-expert .expert-details {
  flex: 1;
}
.profile-expert .expert-details h5 {
  font-size: 1.375rem;
  color: #ffffff;
  margin-bottom: 0.625rem;
}
.profile-expert .expert-details p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.daily-stats {
  background-color: #edfffd;
  padding: 6.25rem 3.75rem;
}
.daily-stats .stats-title {
  margin-bottom: 3.75rem;
}

._chapters {
  padding-block: 130px;
}
._chapters p {
  font-size: 2.125rem;
  line-height: 2.875rem;
}

.content-page ._chapters h1 {
  margin-bottom: 1.25rem;
}
.content-page h1 {
  margin-bottom: 3.125rem;
}
.content-page .donation {
  background: #edfffd;
}
.content-page .donation .content-wrap {
  padding: 0;
}
.content-page .content-wrap {
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 992px) {
  .content-page .content-wrap {
    padding: 4.6875rem 200px;
  }
}
@media screen and (min-width: 1900px) {
  .content-page .content-wrap {
    padding: 4.6875rem 300px;
  }
}
.content-page h2 {
  margin-block: 3.125rem;
}

.split-para {
  justify-content: center;
}

.uni-jumbo {
  margin: 0 0 0 4.6875rem;
  padding: 2.5rem;
  border: 1px solid #000000;
  border-right-width: 0;
  border-top-left-radius: 0.9375rem;
  border-bottom-left-radius: 0.9375rem;
}
.uni-jumbo ._copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.uni-jumbo ._copy h1 {
  margin-bottom: 1.875rem;
}

.chart-container {
  width: 100%;
  height: 600px;
}
.chart-container canvas {
  width: 100%;
  height: 100%;
}

.custom-table {
  width: 100%;
  border: 0.125rem solid black;
  margin: 1.25rem 0;
  border-collapse: collapse;
}
@media screen and (max-width: 992px) {
  .custom-table {
    width: max-content;
    min-width: 600px;
  }
}
.custom-table th,
.custom-table td {
  border: none;
  padding: 0.9375rem;
  vertical-align: middle;
  height: 3.75rem;
  font-family: "IBM Plex Sans Condensed", sans-serif;
}
.custom-table th {
  background-color: transparent;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 800 !important;
}
.custom-table td {
  font-size: 1rem;
}
.custom-table td[rowspan] {
  background-color: #ffffff;
  vertical-align: middle;
  font-weight: 700;
}
.custom-table td[rowspan].normal-rowspan {
  font-weight: unset;
}
.custom-table .closing-row {
  border-bottom: 1px solid #9a9a9a;
}
.custom-table .closing-col-r {
  border-right: 1px solid #9a9a9a;
}
.custom-table .closing-col-l {
  border-left: 1px solid #9a9a9a;
}
.custom-table tbody tr:nth-child(odd) {
  background-color: #e8ece7;
}
.custom-table ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.25rem;
}
.custom-table ul li {
  text-indent: -0.9375rem;
  padding-bottom: 0.3125rem;
}
.custom-table ul li:only-child, .custom-table ul li:last-child {
  padding-bottom: 0;
}
.custom-table ul li::marker {
  color: #53ad27;
}

.tax-admin th.table-cell {
  font-size: 0.9375rem !important;
  position: relative;
  left: -0.375rem;
}

.table-cell {
  writing-mode: sideways-lr;
  /* Rotates text vertically */
  text-orientation: upright;
  /* Keeps text readable */
  text-align: center;
  /* Centers the text horizontally */
  white-space: nowrap;
  font-size: 1.25rem !important;
  display: table-cell;
}

.vertical-header {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  padding: 0.625rem;
  white-space: nowrap;
}

.vertical-header.specific-tax {
  background-color: #2a6fb5;
}

.vertical-header.mixed-system {
  background-color: #4e87bb;
}

.vertical-header.ad-valorem {
  background-color: #9fe4ff;
  color: black;
}

.custom-notation {
  color: #d32f2f;
  font-size: smaller;
  vertical-align: super;
}

.remarks p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

hr {
  border-color: #9a9a9a;
  margin-block: 2.5rem;
}

.map-container {
  height: 500px;
  /* Set your desired height */
  width: 100%;
  /* Adjust width as needed */
  margin: 0;
  /* Remove unwanted margins */
  padding: 0;
  /* Remove unwanted padding */
  display: block;
  /* Ensure it's a block-level element */
  position: relative;
  /* Helps in positioning if needed */
}
@media screen and (min-width: 1900px) {
  .map-container {
    height: 600px;
  }
}
.map-container svg {
  position: absolute;
  /* Align relative to its container */
  top: 0px;
  /* Move to the top */
  left: 0;
  /* Move to the left */
  transform: translateY(0);
  /* Reset any Y-axis translations */
}

.content-page .hoverinfo {
  background-color: black;
  color: white;
  padding: 0.5rem;
  border-radius: 0.3125rem;
  font-size: 0.875rem;
  border: none;
  box-shadow: unset;
  font-family: "EB Garamond", serif;
}

.dont-be-fooled {
  background: black;
  position: relative;
  padding: 2.5rem;
}
@media screen and (max-width: 575.99px) {
  .dont-be-fooled {
    padding: 1.875rem 1.25rem;
  }
}
.dont-be-fooled p {
  color: #ffffff;
  padding-bottom: 1.875rem;
}
.dont-be-fooled p:last-child, .dont-be-fooled p:only-child {
  padding-bottom: 0;
}
.dont-be-fooled .col-md {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767.99px) {
  .dont-be-fooled img {
    width: 250px;
  }
}

.img-wrap {
  margin-top: 1.875rem;
}

._sticky {
  position: sticky;
  top: 100px;
}

.workshop-img,
.tourism-img {
  margin-bottom: 1.875rem;
  border: none;
}
.workshop-img h5,
.tourism-img h5 {
  text-align: center;
  padding-block: 1.25rem;
}

.workshop-img {
  background-color: #efffe6;
}

.tourism-img {
  background-color: #e4f2ff;
}

.title-inline {
  margin-bottom: 3.125rem;
  display: flex;
  align-items: center;
}
.title-inline h1 {
  margin-bottom: 0;
}
@media screen and (max-width: 575.99px) {
  .title-inline {
    flex-direction: column;
    align-items: flex-start;
  }
}
.title-inline .flag-img {
  margin-right: 1.25rem;
}
@media screen and (max-width: 575.99px) {
  .title-inline .flag-img {
    margin-right: 0;
  }
}

.bold {
  font-weight: 700;
}

.placeholder-wrap {
  display: inline-block;
  background-color: #e9ecf3;
  padding: 0.9375rem;
  margin-bottom: 1.875rem;
  border-radius: 0.625rem;
}

.quick-facts {
  position: relative;
  margin-block: 1.875rem;
  background-color: #fee;
}
.quick-facts label {
  position: absolute;
  top: -1.4375rem;
  left: 35px;
  background-color: #d32f2f;
  color: #ffffff;
  padding: 0.625rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .quick-facts label {
    left: 90px;
  }
}
@media screen and (min-width: 1600px) {
  .quick-facts label {
    left: 116px;
  }
}
.quick-facts img {
  border-bottom-right-radius: 6.25rem;
}
@media screen and (max-width: 1199.99px) {
  .quick-facts .remarks {
    padding-bottom: 1.875rem;
  }
}
.quick-facts ._copy {
  padding: 3.125rem 1.25rem;
}
@media screen and (min-width: 992px) {
  .quick-facts ._copy {
    padding: 3.125rem 4.6875rem;
  }
}
@media screen and (min-width: 1600px) {
  .quick-facts ._copy {
    padding: 3.125rem 6.25rem;
  }
}

.content-title-wrap {
  padding-bottom: 3.75rem;
}
.content-title-wrap h1 {
  margin-bottom: 1.25rem;
}

.hoverinfo {
  display: block;
  padding: 0.625rem !important;
}
.hoverinfo h5,
.hoverinfo p,
.hoverinfo a {
  line-height: 16px;
  text-align: left;
}
.hoverinfo h5 {
  font-size: 0.875rem;
  color: #ffffff;
  padding-bottom: 5px;
}
.hoverinfo p {
  color: hsl(210, 2%, 81%);
  font-size: 0.875rem;
}
.hoverinfo a {
  color: #d32f2f;
  font-size: 0.75rem;
  padding: 0;
}
.hoverinfo a:empty {
  display: none;
}

.score-oval {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 6.25rem;
}

.score-rate {
  font-size: 0.75rem;
}

.score-legend {
  margin-bottom: 1.25rem;
}
.score-legend ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.score-legend ul.monitoring-legend li {
  flex-direction: row;
}
.score-legend ul.monitoring-legend li .score-oval {
  margin-inline: 0.4375rem;
}
.score-legend ul.monitoring-legend li .score-oval:only-child {
  margin-inline: 0;
}
.score-legend ul.monitoring-legend li .score-oval:first-child {
  margin-left: 0;
}
.score-legend ul.monitoring-legend li .score-oval:last-child {
  margin-right: 0;
}
.score-legend ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: 0.4375rem;
  font-family: "IBM Plex Sans Condensed", sans-serif;
}
.score-legend ul li:only-child {
  margin-inline: 0;
}
.score-legend ul li:first-child {
  margin-left: 0;
}
.score-legend ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 992px) {
  table.smoke-free {
    min-width: 1200px;
  }
}
table.smoke-free th {
  height: 6.875rem;
}
table.smoke-free th.table-cell {
  left: 0;
  width: 1.25rem;
}
table.smoke-free th span {
  position: absolute;
  left: 2rem;
  top: 0;
  bottom: 0;
}
table.smoke-free td {
  border-inline: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
table.smoke-free td:first-child {
  border-left-width: 0;
}
table.smoke-free td:last-child {
  border-right-width: 0;
}
table.smoke-free td.dark-turquoise {
  background-color: #3cb4e5;
}
table.smoke-free td.yellow {
  background-color: #ffd63b;
}
table.smoke-free td.gray {
  background-color: #9a9a9a;
}
table.smoke-free td.red {
  background-color: #ff2e17;
}
table.smoke-free td.medium-spring-green {
  background-color: #5dc89e;
}

#statusBan td.wlabel {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  text-align: center;
}

.external-link svg {
  width: 1rem;
  height: 1rem;
}

.table .yellow {
  background-color: #ffd63b !important;
}
.table .mud-green {
  background-color: #c1ffbc !important;
}
.table th.red, .table td.red {
  background-color: #ff2e17;
  color: #ffffff;
}
.table th.medium-spring-green, .table td.medium-spring-green {
  background-color: #5dc89e;
}
.table.sales-individual td {
  vertical-align: top;
}

.yellow {
  background-color: #ffd63b;
}

.gold {
  background-color: #ffd639;
}

.light-green {
  background-color: #cfda41;
}

.lime-green {
  background-color: #9fce46;
}

.mud-green {
  background-color: #c1ffbc;
}

.medium-spring-green {
  background-color: #5dc89e;
}

.dark-turquoise {
  background-color: #3cb4e5;
}

.pink-purple {
  background-color: #ff477b;
}

.blue-violet {
  background-color: #8942a2;
}

.orange-red {
  background-color: #ac2423;
}

.dark-red {
  background-color: #791714;
}

.red {
  background-color: #ff2e17;
}

.gray {
  background-color: #9a9a9a;
}

.dark-observatory {
  background-color: #0f2e93;
}

.light-monitoring {
  background-color: #00b9f2;
}

.local-t1 {
  background-color: #c6effc;
  border: 1px solid #ffffff;
}

.local-t2 {
  background-color: #8ce1f9;
  border: 1px solid #ffffff;
}

.local-t3 {
  background-color: #00b9f2;
  border: 1px solid #ffffff;
}

.local-t4 {
  background-color: #1e78c2;
  border: 1px solid #ffffff;
}

.local-t5 {
  background-color: #186aae;
  border: 1px solid #ffffff;
}

.local-t6 {
  background-color: #103193;
  border: 1px solid #ffffff;
}

.local-t7 {
  background-color: #151c53;
  border: 1px solid #ffffff;
}

.foreign {
  background-color: #0d154e;
  border: 1px solid transparent;
}

.tx-yellow {
  color: #ffd63b;
}

.tx-gold {
  color: #ffd639;
}

.tx-light-green {
  color: #cfda41;
}

.tx-lime-green {
  color: #9fce46;
}

.tx-mud-green {
  color: #c1ffbc;
}

.tx-medium-spring-green {
  color: #5dc89e;
}

.tx-dark-turquoise {
  color: #3cb4e5;
}

.tx-pink-purple {
  color: #ff477b;
}

.tx-blue-violet {
  color: #8942a2;
}

.tx-orange-red {
  color: #ac2423;
}

.tx-dark-red {
  color: #791714;
}

.font-lao {
  font-family: "Noto Sans Lao", sans-serif;
}

.font-myanmar {
  font-family: "Noto Sans Myanmar", sans-serif;
}

.font-thailand {
  font-family: "Noto Sans Thailand", sans-serif;
}

.anotation-limit {
  max-height: 500px;
}

.bullet {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  margin-right: 0.3125rem;
  vertical-align: middle;
}

.custom-table .divider {
  border-left: 1px solid #000000;
}

.policy {
  margin-top: 3.125rem;
  padding: 1.875rem;
  border-radius: 0.625rem;
}
.policy._good {
  background-color: #efffe6;
}
.policy._bad {
  background-color: #fee;
}
.policy._default {
  margin-top: 1.25rem;
  background-color: #edf3ff;
}
.policy._default .flag-container {
  margin-bottom: 1.25rem;
}

.flag-img {
  width: 3.75rem;
  border-radius: 0.3125rem;
}

.flag-container {
  margin-bottom: 2.5rem;
}
.flag-container img {
  margin-inline: 0.4375rem;
}
.flag-container img:only-child {
  margin-inline: 0;
}
.flag-container img:first-child {
  margin-left: 0;
}
.flag-container img:last-child {
  margin-right: 0;
}

ul.smoke-free {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.smoke-free li {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.25rem;
  padding-block: 0.875rem;
  height: 100%;
}
ul.smoke-free li:only-child, ul.smoke-free li:last-child {
  padding: 0;
}
ul.smoke-free li .score-oval {
  margin-right: 10px; /* Replace $def-10 with actual value */
  flex-shrink: 0;
}

.rating-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767.99px) {
  .rating-icon {
    align-items: flex-start;
  }
}
.rating-icon svg {
  margin-bottom: 0.9375rem;
}
.rating-icon svg:only-child, .rating-icon svg:last-child {
  margin-bottom: 0;
}

.thumbs-up {
  color: #53ad27;
}

.thumbs-down {
  color: #d32f2f;
}

.thumbs-up,
.thumbs-down {
  width: 3.125rem;
  height: 3.125rem;
}

.good-review hr,
.bad-review hr {
  margin-block: 1.875rem;
}

.uni-jumbo ul.default-list {
  padding-left: 1.5625rem;
}
.uni-jumbo ul.default-list li {
  text-indent: -1.875rem;
}

ul.default-list {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.25rem;
}
ul.default-list li {
  text-indent: -1.5625rem;
  padding-bottom: 0.3125rem;
}
ul.default-list li:only-child, ul.default-list li:last-child {
  padding-bottom: 0;
}
ul.default-list li::marker {
  color: #53ad27;
}

@media screen and (min-width: 1200px) {
  .seatca-web {
    padding-right: 3.125rem;
  }
}

footer {
  background-color: #101820;
  padding: 5rem 3.75rem 3.75rem;
}
@media screen and (max-width: 575.99px) {
  footer {
    padding: 3.125rem 1.25rem;
  }
}
footer h3,
footer h5,
footer .copyright p {
  color: #ffffff;
}
footer ul li,
footer .copyright p {
  font-size: 1.125rem;
}
@media screen and (max-width: 575.99px) {
  footer .footer-about,
  footer .footer-access,
  footer .booklet {
    margin-bottom: 3.125rem;
  }
  footer .footer-about:last-child,
  footer .footer-access:last-child,
  footer .booklet:last-child {
    margin-bottom: 0;
  }
}
footer .footer-about h3,
footer .footer-access h3,
footer .booklet h3 {
  margin-bottom: 1.875rem;
}
footer .footer-about p,
footer .footer-access p,
footer .booklet p {
  color: hsl(210, 2%, 81%);
  margin-bottom: 1.25rem;
}
footer .footer-about ul li,
footer .footer-access ul li,
footer .booklet ul li {
  padding-block: 0.3125rem;
}
footer .footer-about ul li:first-child,
footer .footer-access ul li:first-child,
footer .booklet ul li:first-child {
  padding-top: 0;
}
footer .footer-about ul li:last-child,
footer .footer-access ul li:last-child,
footer .booklet ul li:last-child {
  padding-bottom: 0;
}
footer .footer-about ul li:only-child,
footer .footer-access ul li:only-child,
footer .booklet ul li:only-child {
  padding: 0;
}
footer .footer-about ul li a,
footer .footer-access ul li a,
footer .booklet ul li a {
  color: hsl(210, 2%, 81%);
}
footer .footer-about ul li a:hover,
footer .footer-access ul li a:hover,
footer .booklet ul li a:hover {
  color: #d32f2f;
}
footer .footer-about ul li svg,
footer .footer-access ul li svg,
footer .booklet ul li svg {
  color: #53ad27;
  width: 1.25rem;
  height: 1.25rem;
}
footer .footer-about svg,
footer .footer-access svg,
footer .booklet svg {
  margin-right: 0.625rem;
}
footer .booklet {
  display: flex;
}
@media screen and (max-width: 575.99px) {
  footer .booklet {
    display: block;
  }
}
footer .booklet img {
  margin-right: 2.5rem;
}
@media screen and (max-width: 575.99px) {
  footer .booklet img {
    margin-bottom: 1.875rem;
  }
}
footer .booklet .booklet-details {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1600px) {
  footer .booklet .booklet-details {
    padding-right: 6.25rem;
  }
}
footer .booklet .booklet-details h3 {
  margin-bottom: 1.25rem;
}
footer .booklet .booklet-details p {
  margin-bottom: 1.875rem;
}
footer .copyright {
  padding-top: 3.75rem;
}

.timeline-label {
  margin-left: 10px;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-left: 1px solid rgba(72, 94, 144, 0.16);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
}
@media (min-width: 576px) {
  .timeline-label {
    margin-left: 120px;
  }
}
@media (min-width: 768px) {
  .timeline-label {
    margin-left: 150px;
  }
}
.timeline-label::before {
  content: "";
  position: absolute;
  top: 29px;
  left: -6px;
  background-color: #3b4863;
  width: 11px;
  height: 11px;
  border-radius: 100%;
}
.timeline-label:first-child {
  padding-top: 0;
}
.timeline-label:first-child::before {
  top: 4px;
}

@media (min-width: 576px) {
  .timeline-item {
    display: flex;
    align-items: flex-start;
  }
}
.timeline-item + .timeline-item {
  margin-top: 20px;
  position: relative;
}
.timeline-item + .timeline-item::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 10px;
  width: 1px;
  height: 20px;
  background-color: rgba(72, 94, 144, 0.16);
}
@media (min-width: 576px) {
  .timeline-item + .timeline-item::before {
    left: 120px;
  }
}
@media (min-width: 768px) {
  .timeline-item + .timeline-item::before {
    left: 150px;
  }
}

.timeline-time {
  flex-shrink: 0;
  font-size: 1.25rem;
  padding-left: 25px;
  margin-left: 10px;
  border-left: 1px solid rgba(72, 94, 144, 0.16);
}
@media (min-width: 576px) {
  .timeline-time {
    width: 120px;
    text-align: right;
    padding-right: 25px;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}
@media (min-width: 768px) {
  .timeline-time {
    width: 150px;
  }
}

.timeline-body {
  flex: 1;
  padding-left: 25px;
  border-left: 1px solid rgba(72, 94, 144, 0.16);
  position: relative;
  margin-left: 10px;
}
@media (min-width: 576px) {
  .timeline-body {
    margin-left: 0;
  }
}
.timeline-body::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -6px;
  background-color: #fff;
  width: 11px;
  height: 11px;
  border: 2px solid #0168fa;
  border-radius: 100%;
}
.timeline-body h6 {
  line-height: 1.5;
}

.cover-image {
  background-color: #f5fafe;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 991.99px) {
  .cover-image {
    height: auto;
    padding-top: 6.25rem;
  }
}

.download-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 991.99px) {
  .download-content {
    height: auto;
  }
}

.download-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991.99px) {
  .download-wrap {
    padding-top: 2.5rem;
    padding-inline: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .download-wrap {
    padding-inline: 3.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .download-wrap {
    padding-inline: 200px;
  }
}
@media screen and (min-width: 1600px) {
  .download-wrap {
    padding-inline: 220px;
  }
}
.download-wrap label {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}
.download-wrap label svg {
  width: 1.25rem;
  height: 1.25rem;
}

.download-details {
  margin-top: 1.25rem;
}

ul.data-list li {
  font-family: "Mona Sans", sans-serif;
  margin-bottom: 0.5rem;
}
ul.data-list li:only-child, ul.data-list li:last-child {
  margin-bottom: 0;
}
ul.data-list li .data-title {
  display: inline-block;
  width: 5.625rem;
  font-weight: 600;
}

.download-btn {
  margin-top: 1.5625rem;
}
.download-btn #downloadBtn {
  width: 100%;
}

.modal-custom p {
  font-family: "Mona Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.modal-custom .form-group {
  margin-bottom: 0.9375rem;
}

.custom-header {
  padding-bottom: 0 !important;
}
.custom-header p {
  margin-top: 0.3125rem;
}

.custom-header,
.modal-body {
  padding: 1.25rem;
}

.modal-footer {
  padding-inline: 1.25rem;
  padding-block: 0.9375rem;
}

input, select, textarea {
  font-family: "Mona Sans", sans-serif;
}

.form-label {
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #8392a5;
}

.modal-backdrop {
  background-color: rgba(0, 49, 126, 0.85);
}

.center-item {
  display: flex;
  height: 100%;
  position: relative;
  margin-bottom: 1.875rem;
}
.center-item p {
  font-size: 1.25rem;
  line-height: 1.2;
  padding-left: 1.875rem;
}
@media screen and (max-width: 575.99px) {
  .center-item p {
    padding-left: 1.875rem;
    font-size: 1.125rem;
  }
}
.center-item span {
  font-weight: 600;
  display: block;
}
.center-item._equal {
  font-family: "Mona Sans", sans-serif;
}
.center-item._equal::before {
  content: "=";
  position: absolute;
  top: 3.125rem;
  left: -1.25rem;
  font-size: 1.25rem;
  color: #2069a4;
}
@media screen and (max-width: 991.99px) {
  .center-item._equal::before {
    left: 0.125rem;
  }
}
.center-item._or {
  font-family: "Mona Sans", sans-serif;
}
.center-item._or::before {
  content: "or";
  position: absolute;
  top: 3.125rem;
  left: -1.25rem;
  font-size: 1rem;
  color: #2069a4;
}
@media screen and (max-width: 991.99px) {
  .center-item._or::before {
    left: 0.125rem;
  }
}

/*# sourceMappingURL=custom.css.map */
