.field--name-body .arrow-container,
.paragraph--type--main-text-body .arrow-container,
.field--name-field-text-of-accordion-entry .arrow-container {
  position: relative;
  margin-bottom: 15px;
}
.field--name-body .arrow-container #arrowL,
.paragraph--type--main-text-body .arrow-container #arrowL,
.field--name-field-text-of-accordion-entry .arrow-container #arrowL {
  width: 24px;
  height: 24px;
  position: fixed;
  margin-left: -4em;
  margin-top: 3em;
  transform: translate(0px, -50%);
  display: none;
  z-index: 999;
}
.field--name-body .arrow-container #arrowL::before,
.paragraph--type--main-text-body .arrow-container #arrowL::before,
.field--name-field-text-of-accordion-entry .arrow-container #arrowL::before {
  content: "";
  background-image: url("/20221018085018oe_/https://unfccc.int/themes/custom/assets/svgs/next.svg");
  width: 24px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  cursor: pointer;
}
@media (max-width: 767px) {
  .field--name-body .arrow-container #arrowL,
.paragraph--type--main-text-body .arrow-container #arrowL,
.field--name-field-text-of-accordion-entry .arrow-container #arrowL {
    display: none;
  }
}
.field--name-body .arrow-container #arrowR,
.paragraph--type--main-text-body .arrow-container #arrowR,
.field--name-field-text-of-accordion-entry .arrow-container #arrowR {
  width: 24px;
  height: 24px;
  position: fixed;
  margin-left: 95em;
  margin-top: 3em;
  transform: translate(0px, -50%);
  z-index: 999;
}
.field--name-body .arrow-container #arrowR::before,
.paragraph--type--main-text-body .arrow-container #arrowR::before,
.field--name-field-text-of-accordion-entry .arrow-container #arrowR::before {
  content: "";
  background-image: url("/20221018085018oe_/https://unfccc.int/themes/custom/assets/svgs/next.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 767px) {
  .field--name-body .arrow-container #arrowR,
.paragraph--type--main-text-body .arrow-container #arrowR,
.field--name-field-text-of-accordion-entry .arrow-container #arrowR {
    display: none;
  }
}
.field--name-body .table-container,
.paragraph--type--main-text-body .table-container,
.field--name-field-text-of-accordion-entry .table-container {
  width: fit-content;
  max-width: 100%;
  overflow-y: auto;
  position: relative;
  border-radius: 10px 10px;
  outline: 1px solid rgb(171, 189, 240);
}
.field--name-body .table-container::-ms-clear,
.paragraph--type--main-text-body .table-container::-ms-clear,
.field--name-field-text-of-accordion-entry .table-container::-ms-clear {
  display: none;
}
.field--name-body .table-container::-webkit-scrollbar,
.paragraph--type--main-text-body .table-container::-webkit-scrollbar,
.field--name-field-text-of-accordion-entry .table-container::-webkit-scrollbar {
  width: 13px; /* width of the entire scrollbar */
  height: 13px;
}
.field--name-body .table-container::-webkit-scrollbar-track,
.paragraph--type--main-text-body .table-container::-webkit-scrollbar-track,
.field--name-field-text-of-accordion-entry .table-container::-webkit-scrollbar-track {
  background: rgb(245, 247, 246); /* color of the tracking area */
}
.field--name-body .table-container::-webkit-scrollbar-track:horizontal,
.paragraph--type--main-text-body .table-container::-webkit-scrollbar-track:horizontal,
.field--name-field-text-of-accordion-entry .table-container::-webkit-scrollbar-track:horizontal {
  border-top: 1px solid rgb(171, 189, 240);
}
.field--name-body .table-container::-webkit-scrollbar-track:vertical,
.paragraph--type--main-text-body .table-container::-webkit-scrollbar-track:vertical,
.field--name-field-text-of-accordion-entry .table-container::-webkit-scrollbar-track:vertical {
  border-left: 1px solid rgb(171, 189, 240);
}
.field--name-body .table-container::-webkit-scrollbar-thumb,
.paragraph--type--main-text-body .table-container::-webkit-scrollbar-thumb,
.field--name-field-text-of-accordion-entry .table-container::-webkit-scrollbar-thumb {
  background-color: rgb(171, 189, 240); /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 2px solid transparent; /* creates padding around scroll thumb */
  background-clip: content-box;
}
.field--name-body .table-container::-webkit-scrollbar-thumb:horizontal,
.paragraph--type--main-text-body .table-container::-webkit-scrollbar-thumb:horizontal,
.field--name-field-text-of-accordion-entry .table-container::-webkit-scrollbar-thumb:horizontal {
  border-top: 3px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.field--name-body .table-container::-webkit-scrollbar-thumb:vertical,
.paragraph--type--main-text-body .table-container::-webkit-scrollbar-thumb:vertical,
.field--name-field-text-of-accordion-entry .table-container::-webkit-scrollbar-thumb:vertical {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 3px solid transparent;
}
.field--name-body .table-container::-webkit-scrollbar-corner,
.paragraph--type--main-text-body .table-container::-webkit-scrollbar-corner,
.field--name-field-text-of-accordion-entry .table-container::-webkit-scrollbar-corner {
  background-color: rgb(245, 247, 246);
}
@media (max-width: 767px) {
  .field--name-body .table-container,
.paragraph--type--main-text-body .table-container,
.field--name-field-text-of-accordion-entry .table-container {
    overflow-x: auto;
  }
}
.field--name-body .table-container table,
.paragraph--type--main-text-body .table-container table,
.field--name-field-text-of-accordion-entry .table-container table {
  position: relative;
  border: 0 !important;
  border-collapse: unset !important;
  width: fit-content !important;
}
.field--name-body .table-container table caption,
.paragraph--type--main-text-body .table-container table caption,
.field--name-field-text-of-accordion-entry .table-container table caption {
  font-size: 22px;
  line-height: 35px;
  font-family: "Merriweather Sans Regular", sans-serif;
  color: rgb(66, 66, 69);
}
.field--name-body .table-container table thead,
.paragraph--type--main-text-body .table-container table thead,
.field--name-field-text-of-accordion-entry .table-container table thead {
  background: rgb(65, 105, 226) 0% 0% no-repeat padding-box;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  font-weight: 400;
}
.field--name-body .table-container table thead th,
.paragraph--type--main-text-body .table-container table thead th,
.field--name-field-text-of-accordion-entry .table-container table thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  background: rgb(65, 105, 226) !important;
  color: rgb(255, 255, 255);
  border-right: none;
  z-index: 1;
  border-top: 5px solid rgb(65, 105, 226);
  border-bottom: 5px solid rgb(65, 105, 226);
  border-left: none;
}
.field--name-body .table-container table thead th::before,
.paragraph--type--main-text-body .table-container table thead th::before,
.field--name-field-text-of-accordion-entry .table-container table thead th::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgb(255, 255, 255);
  position: absolute;
  left: 0px;
  top: 0px;
}
.field--name-body .table-container table thead th:not(.row):first-child::before,
.paragraph--type--main-text-body .table-container table thead th:not(.row):first-child::before,
.field--name-field-text-of-accordion-entry .table-container table thead th:not(.row):first-child::before {
  content: none;
}
.field--name-body .table-container table thead th[scope=row]:first-child,
.paragraph--type--main-text-body .table-container table thead th[scope=row]:first-child,
.field--name-field-text-of-accordion-entry .table-container table thead th[scope=row]:first-child {
  left: 0;
  z-index: 2;
}
.field--name-body .table-container table thead.sticky th:first-child,
.paragraph--type--main-text-body .table-container table thead.sticky th:first-child,
.field--name-field-text-of-accordion-entry .table-container table thead.sticky th:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
}
.field--name-body .table-container table thead tr td,
.paragraph--type--main-text-body .table-container table thead tr td,
.field--name-field-text-of-accordion-entry .table-container table thead tr td {
  border-top: none;
  border-left: 1px solid rgb(171, 189, 240);
  border-bottom: 1px solid rgb(171, 189, 240);
}
.field--name-body .table-container table thead tr td:first-child,
.paragraph--type--main-text-body .table-container table thead tr td:first-child,
.field--name-field-text-of-accordion-entry .table-container table thead tr td:first-child {
  border-left: none;
}
.field--name-body .table-container table thead tr th a:link, .field--name-body .table-container table thead tr th a:active, .field--name-body .table-container table thead tr th a:visited, .field--name-body .table-container table thead tr th a:hover, .field--name-body .table-container table thead tr th a:focus,
.paragraph--type--main-text-body .table-container table thead tr th a:link,
.paragraph--type--main-text-body .table-container table thead tr th a:active,
.paragraph--type--main-text-body .table-container table thead tr th a:visited,
.paragraph--type--main-text-body .table-container table thead tr th a:hover,
.paragraph--type--main-text-body .table-container table thead tr th a:focus,
.field--name-field-text-of-accordion-entry .table-container table thead tr th a:link,
.field--name-field-text-of-accordion-entry .table-container table thead tr th a:active,
.field--name-field-text-of-accordion-entry .table-container table thead tr th a:visited,
.field--name-field-text-of-accordion-entry .table-container table thead tr th a:hover,
.field--name-field-text-of-accordion-entry .table-container table thead tr th a:focus {
  color: rgb(25, 25, 112);
  padding: 5px;
  font-size: 12px;
}
.field--name-body .table-container table tbody,
.paragraph--type--main-text-body .table-container table tbody,
.field--name-field-text-of-accordion-entry .table-container table tbody {
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.field--name-body .table-container table tbody th,
.paragraph--type--main-text-body .table-container table tbody th,
.field--name-field-text-of-accordion-entry .table-container table tbody th {
  left: 0;
  background: rgb(245, 247, 246);
  border-left: none;
}
.field--name-body .table-container table tbody th:first-child,
.paragraph--type--main-text-body .table-container table tbody th:first-child,
.field--name-field-text-of-accordion-entry .table-container table tbody th:first-child {
  left: 0;
  z-index: 2;
  position: sticky;
  position: -webkit-sticky; /* for Safari */
}
.field--name-body .table-container table tbody th a,
.paragraph--type--main-text-body .table-container table tbody th a,
.field--name-field-text-of-accordion-entry .table-container table tbody th a {
  scroll-margin-top: 100px;
}
.field--name-body .table-container table tbody tr.list_header td.list_header,
.paragraph--type--main-text-body .table-container table tbody tr.list_header td.list_header,
.field--name-field-text-of-accordion-entry .table-container table tbody tr.list_header td.list_header {
  top: 0;
  left: 0;
  z-index: 2;
  position: sticky;
  position: -webkit-sticky; /* for Safari */
}
.field--name-body .table-container table tbody tr:not(.list_header):first-child td,
.field--name-body .table-container table tbody tr:not(.list_header):first-child th,
.paragraph--type--main-text-body .table-container table tbody tr:not(.list_header):first-child td,
.paragraph--type--main-text-body .table-container table tbody tr:not(.list_header):first-child th,
.field--name-field-text-of-accordion-entry .table-container table tbody tr:not(.list_header):first-child td,
.field--name-field-text-of-accordion-entry .table-container table tbody tr:not(.list_header):first-child th {
  border-top: none;
  border-left: 1px solid rgb(171, 189, 240);
}
.field--name-body .table-container table tbody tr:not(.list_header):last-child td,
.field--name-body .table-container table tbody tr:not(.list_header):last-child th,
.paragraph--type--main-text-body .table-container table tbody tr:not(.list_header):last-child td,
.paragraph--type--main-text-body .table-container table tbody tr:not(.list_header):last-child th,
.field--name-field-text-of-accordion-entry .table-container table tbody tr:not(.list_header):last-child td,
.field--name-field-text-of-accordion-entry .table-container table tbody tr:not(.list_header):last-child th {
  border-bottom: none;
}
.field--name-body .table-container table tbody tr:not(.list_header) td:first-child,
.field--name-body .table-container table tbody tr:not(.list_header) th:first-child,
.paragraph--type--main-text-body .table-container table tbody tr:not(.list_header) td:first-child,
.paragraph--type--main-text-body .table-container table tbody tr:not(.list_header) th:first-child,
.field--name-field-text-of-accordion-entry .table-container table tbody tr:not(.list_header) td:first-child,
.field--name-field-text-of-accordion-entry .table-container table tbody tr:not(.list_header) th:first-child {
  border-left: none;
}
.field--name-body .table-container table tbody td,
.paragraph--type--main-text-body .table-container table tbody td,
.field--name-field-text-of-accordion-entry .table-container table tbody td {
  font-family: "Merriweather Sans Regular", sans-serif;
  line-height: 22px;
}
.field--name-body .table-container table tbody td > *:last-child, .field--name-body .table-container table tbody td > *:only-child,
.paragraph--type--main-text-body .table-container table tbody td > *:last-child,
.paragraph--type--main-text-body .table-container table tbody td > *:only-child,
.field--name-field-text-of-accordion-entry .table-container table tbody td > *:last-child,
.field--name-field-text-of-accordion-entry .table-container table tbody td > *:only-child {
  margin-bottom: 0px;
}
.field--name-body .table-container table tbody td a,
.paragraph--type--main-text-body .table-container table tbody td a,
.field--name-field-text-of-accordion-entry .table-container table tbody td a {
  scroll-margin-top: 120px;
}
.field--name-body .table-container table tbody .list_header td,
.paragraph--type--main-text-body .table-container table tbody .list_header td,
.field--name-field-text-of-accordion-entry .table-container table tbody .list_header td {
  position: relative;
  border-left: none;
}
.field--name-body .table-container table tbody .list_header td::before,
.paragraph--type--main-text-body .table-container table tbody .list_header td::before,
.field--name-field-text-of-accordion-entry .table-container table tbody .list_header td::before {
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  background: rgb(255, 255, 255);
  position: absolute;
  left: 0px;
  top: 5px;
}
.field--name-body .table-container table tbody .list_header td:first-child::before,
.paragraph--type--main-text-body .table-container table tbody .list_header td:first-child::before,
.field--name-field-text-of-accordion-entry .table-container table tbody .list_header td:first-child::before {
  content: none;
}
.field--name-body .table-container table td,
.field--name-body .table-container table th,
.paragraph--type--main-text-body .table-container table td,
.paragraph--type--main-text-body .table-container table th,
.field--name-field-text-of-accordion-entry .table-container table td,
.field--name-field-text-of-accordion-entry .table-container table th {
  padding: 8px 14px;
  min-width: 50px;
  background: rgb(245, 247, 246);
  border-left: 1px solid rgb(171, 189, 240);
  border-top: 1px solid rgb(171, 189, 240);
}
.field--name-body .video-and-thumbnail,
.paragraph--type--main-text-body .video-and-thumbnail,
.field--name-field-text-of-accordion-entry .video-and-thumbnail {
  display: block;
}
.field--name-body .video-and-thumbnail.has-thumbnail:not(.see-video) .field--name-field-media-video-embed-field,
.paragraph--type--main-text-body .video-and-thumbnail.has-thumbnail:not(.see-video) .field--name-field-media-video-embed-field,
.field--name-field-text-of-accordion-entry .video-and-thumbnail.has-thumbnail:not(.see-video) .field--name-field-media-video-embed-field {
  display: none;
}
.field--name-body .video-and-thumbnail.has-thumbnail iframe,
.field--name-body .video-and-thumbnail.has-thumbnail video,
.paragraph--type--main-text-body .video-and-thumbnail.has-thumbnail iframe,
.paragraph--type--main-text-body .video-and-thumbnail.has-thumbnail video,
.field--name-field-text-of-accordion-entry .video-and-thumbnail.has-thumbnail iframe,
.field--name-field-text-of-accordion-entry .video-and-thumbnail.has-thumbnail video {
  display: none;
}

