/* line 27, style/sass/partials/_variables.sass */
.climate-diplomacy-map {
  /* - DEFAULT BOOTSTRAP COLORS AND DEFAULT SETTINGS - */
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #ffc03c;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 255,192,60;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 255,193,7;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-primary-text-emphasis: #664100;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33,37,41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233,236,239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33,37,41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248,249,250;
  --bs-heading-color: inherit;
  --bs-link-color: #ffc03c;
  --bs-link-color-rgb: 255,129,60;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #efa100;
  --bs-link-hover-color-rgb: 239,161,0;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(255, 192, 60, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: {}
    --bs-btn-font-size:1rem {}
    --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: --bs-card-subtitle-color:;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: --bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: --bs-card-height:;
  --bs-card-color: --bs-card-bg:var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: 0;
  --bs-tooltip-font-size:0.875rem {}
    --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  scrollbar-color: transparent transparent;
  --map-bg-active: #fdeed3;
  --map-bg-selected: #edb760;
  --map-bg-hover: #efd297;
  --textbox-bg-default: var(--bs-highlight-bg);
  --textbox-bg-gray: #e5e0d7;
  --textbox-bg-yellow: #f5d18f;
  --textbox-bg-green: #c8dac1;
  --textbox-bg-red: #e7a68c;
  --textbox-score-red: #ec5752;
  --textbox-score-yellow: #f7b44e;
  --textbox-score-green: #008655;
  --textbox-cooperation-purple: #c49bd3;
  --textbox-cooperation-orange: #f5a27d;
  --textbox-trend-red: #ec5752;
  --textbox-trend-orange: #f7b44e;
  --textbox-trend-green: #008655;
  --map-tooltip-border-color: var(--bs-border-color-translucent);
  --map-tooltip-border: solid var(--bs-border-width) var(--map-tooltip-border-color);
  --map-tooltip-border-radius: var(--bs-border-radius);
  --map-tooltip-box-shadow: --bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --map-tooltip-padding-y: 0.5rem;
  --map-tooltip-padding-x: 1rem;
  --map-tooltip-bg: var(--bs-body-bg);
  --map-tooltip-width: 250px; }

/*
 * Container style
 */
/* line 4, style/sass/partials/_perfect-scrollbar.scss */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
/* line 15, style/sass/partials/_perfect-scrollbar.scss */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

/* line 27, style/sass/partials/_perfect-scrollbar.scss */
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

/* line 39, style/sass/partials/_perfect-scrollbar.scss */
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

/* line 45, style/sass/partials/_perfect-scrollbar.scss */
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

/* line 54, style/sass/partials/_perfect-scrollbar.scss */
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }

/*
 * Scrollbar thumb styles
 */
/* line 67, style/sass/partials/_perfect-scrollbar.scss */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

/* line 79, style/sass/partials/_perfect-scrollbar.scss */
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

/* line 91, style/sass/partials/_perfect-scrollbar.scss */
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

/* line 98, style/sass/partials/_perfect-scrollbar.scss */
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  /* line 107, style/sass/partials/_perfect-scrollbar.scss */
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 113, style/sass/partials/_perfect-scrollbar.scss */
  .ps {
    overflow: auto !important; } }

/* line 3, style/sass/partials/_base.sass */
.climate-diplomacy-map ~ .tooltip {
  padding: 0; }

/* line 6, style/sass/partials/_base.sass */
.climate-diplomacy-map .diplomacy-map {
  padding-top: 2rem;
  position: relative; }
  @media (min-width: 768px) {
    /* line 6, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map {
      display: flex; } }
/* line 12, style/sass/partials/_base.sass */
.climate-diplomacy-map .diplomacy-map-header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 1rem 0;
  border-bottom: 8px solid #e6b356;
  position: relative; }
  @media (max-width: 767px) {
    /* line 12, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-header {
      text-align: center;
      border-bottom: none; } }
  /* line 24, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 70%); }
  /* line 35, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-header .container-xl {
    position: relative;
    z-index: 5; }
  /* line 39, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-header h1 {
    color: inherit;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500; }
  /* line 44, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-header .subtitle {
    display: inline;
    font-size: 19px;
    line-height: 22px; }
    @media (min-width: 768px) {
      /* line 49, style/sass/partials/_base.sass */
      .climate-diplomacy-map .diplomacy-map-header .subtitle::before {
        content: '|';
        padding: 0 10px; } }
    @media (max-width: 767px) {
      /* line 44, style/sass/partials/_base.sass */
      .climate-diplomacy-map .diplomacy-map-header .subtitle {
        display: block; } }
@media (min-width: 768px) {
  /* line 58, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-nav {
    width: calc(126px + var(--bs-gutter-x));
    flex: 0 0 auto; } }

@media (max-width: 767px) {
  /* line 58, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10; } }

/* line 69, style/sass/partials/_base.sass */
.climate-diplomacy-map .map-menu-btn {
  height: 60px;
  background: #e6b356;
  padding: 0 calc(var(--bs-gutter-x)/2);
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500; }
  @media (min-width: 768px) {
    /* line 69, style/sass/partials/_base.sass */
    .climate-diplomacy-map .map-menu-btn {
      display: none; } }
  /* line 81, style/sass/partials/_base.sass */
  .climate-diplomacy-map .map-menu-btn u {
    margin-right: 10px; }
  /* line 83, style/sass/partials/_base.sass */
  .climate-diplomacy-map .map-menu-btn i {
    margin-left: auto;
    position: relative; }
    /* line 86, style/sass/partials/_base.sass */
    .climate-diplomacy-map .map-menu-btn i:before, .climate-diplomacy-map .map-menu-btn i::after {
      content: '';
      display: block;
      background: currentcolor; }
    /* line 90, style/sass/partials/_base.sass */
    .climate-diplomacy-map .map-menu-btn i:before {
      width: 22px;
      height: 2px; }
    /* line 93, style/sass/partials/_base.sass */
    .climate-diplomacy-map .map-menu-btn i::after {
      width: 2px;
      height: 22px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: opacity 0.25s linear; }
  /* line 102, style/sass/partials/_base.sass */
  .climate-diplomacy-map .map-menu-btn.opened i::after {
    opacity: 0; }

/* line 105, style/sass/partials/_base.sass */
.climate-diplomacy-map .map-menu-label {
  background: #A09A87;
  font-size: 16px;
  font-weight: 500;
  padding: 0 calc(var(--bs-gutter-x)/2);
  height: 30px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 1; }
  @media (max-width: 767px) {
    /* line 105, style/sass/partials/_base.sass */
    .climate-diplomacy-map .map-menu-label {
      display: none; }
      /* line 120, style/sass/partials/_base.sass */
      .climate-diplomacy-map .map-menu-label.active {
        display: block; } }
  @media (min-width: 768px) {
    /* line 105, style/sass/partials/_base.sass */
    .climate-diplomacy-map .map-menu-label {
      display: none; } }
/* line 125, style/sass/partials/_base.sass */
.climate-diplomacy-map .map-menu {
  position: relative;
  z-index: 5; }
  @media (max-width: 767px) {
    /* line 125, style/sass/partials/_base.sass */
    .climate-diplomacy-map .map-menu {
      overflow: hidden;
      max-height: 0;
      background: #A09A87;
      padding: 0 var(--bs-gutter-x);
      transition: max-height 0.25s linear; }
      /* line 134, style/sass/partials/_base.sass */
      .climate-diplomacy-map .map-menu.opened {
        max-height: 500px; } }
/* line 137, style/sass/partials/_base.sass */
.climate-diplomacy-map .map-menu-item {
  cursor: pointer;
  text-align: center;
  margin-bottom: 1rem; }
  /* line 141, style/sass/partials/_base.sass */
  .climate-diplomacy-map .map-menu-item:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    /* line 144, style/sass/partials/_base.sass */
    .climate-diplomacy-map .map-menu-item:first-child {
      padding-top: var(--bs-gutter-x); }
    /* line 146, style/sass/partials/_base.sass */
    .climate-diplomacy-map .map-menu-item:last-child {
      padding-bottom: var(--bs-gutter-x); } }
  /* line 149, style/sass/partials/_base.sass */
  .climate-diplomacy-map .map-menu-item .label {
    transition: color 0.35s ease;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 0.5rem;
    color: var(--bs-secondary-color); }
  /* line 156, style/sass/partials/_base.sass */
  .climate-diplomacy-map .map-menu-item .image {
    position: relative;
    width: 126px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      /* line 156, style/sass/partials/_base.sass */
      .climate-diplomacy-map .map-menu-item .image {
        width: 50px; } }
    /* line 162, style/sass/partials/_base.sass */
    .climate-diplomacy-map .map-menu-item .image img {
      display: block;
      max-width: 100%; }
    /* line 165, style/sass/partials/_base.sass */
    .climate-diplomacy-map .map-menu-item .image .active {
      transition: opacity 0.35s ease;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 0; }
  /* line 173, style/sass/partials/_base.sass */
  .climate-diplomacy-map .map-menu-item.active .label, .climate-diplomacy-map .map-menu-item:hover .label {
    color: var(--bs-body-color); }
  /* line 175, style/sass/partials/_base.sass */
  .climate-diplomacy-map .map-menu-item.active .image .active, .climate-diplomacy-map .map-menu-item:hover .image .active {
    opacity: 1; }

/* line 181, style/sass/partials/_base.sass */
.climate-diplomacy-map .diplomacy-map-container {
  overflow: auto; }
  @media (min-width: 768px) {
    /* line 181, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-container {
      flex: 1 1 auto; } }
  @media (max-width: 767px) {
    /* line 181, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-container {
      margin: 60px 0 var(--bs-gutter-x); } }
  /* line 188, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-container svg {
    display: block;
    max-width: 100%;
    max-height: 100vh;
    min-width: 550px; }
  /* line 195, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-container .country path {
    transition: fill 0.35s ease; }
  /* line 197, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-container .country.active path {
    cursor: pointer;
    fill: var(--map-bg-active) !important; }
  /* line 200, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-container .country.selected path {
    fill: var(--map-bg-selected) !important; }
  /* line 202, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-container .country.hover path {
    fill: var(--map-bg-hover) !important; }
  /* line 205, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-container text {
    cursor: default; }
  /* line 207, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-container .name.active text {
    cursor: pointer; }

/* line 210, style/sass/partials/_base.sass */
.climate-diplomacy-map .diplomacy-map-svg {
  width: 100%; }
  /* line 212, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-svg svg {
    width: 100%; }

/* line 218, style/sass/partials/_base.sass */
.climate-diplomacy-map .diplomacy-map-texts {
  position: relative; }
  @media (min-width: 768px) {
    /* line 218, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts {
      flex: 0 0 auto; } }
  @media (max-width: 767px) {
    /* line 218, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts {
      width: 100%; } }
  @media (min-width: 768px) {
    /* line 225, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textboxes {
      padding-left: calc(var(--bs-gutter-x)/2);
      padding-right: 10px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: -10px;
      opacity: 0;
      visibility: hidden;
      overflow: hidden;
      transition: visibility 0s linear 0.35s, opacity 0.35s linear; } }
  @media (max-width: 767px) {
    /* line 225, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textboxes {
      display: none; } }
  @media (min-width: 768px) {
    /* line 242, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textboxes.active {
      opacity: 1;
      visibility: visible;
      transition-delay: 0s; } }
  @media (max-width: 767px) {
    /* line 242, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textboxes.active {
      display: block; } }
  /* line 250, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts .textboxes.no-scroll .ps__rail-y {
    display: none; }
  /* line 253, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts .ps__rail-x {
    display: none; }
  /* line 255, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts .ps__rail-y {
    opacity: 1;
    width: 6px; }
    @media (max-width: 767px) {
      /* line 255, style/sass/partials/_base.sass */
      .climate-diplomacy-map .diplomacy-map-texts .ps__rail-y {
        display: none; } }
  /* line 260, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts .ps__thumb-y {
    width: 6px;
    right: 0; }
  /* line 264, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts .textbox {
    margin-bottom: var(--bs-gutter-x);
    background: var(--textbox-bg-default);
    border: none;
    font-weight: 300;
    font-size: 13px;
    line-height: 17px; }
    /* line 271, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textbox:last-child {
      margin-bottom: 0; }
    /* line 275, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textbox.bg-gray {
      background: var(--textbox-bg-gray); }
    /* line 275, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textbox.bg-yellow {
      background: var(--textbox-bg-yellow); }
    /* line 275, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textbox.bg-green {
      background: var(--textbox-bg-green); }
    /* line 275, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textbox.bg-red {
      background: var(--textbox-bg-red); }
  /* line 278, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts .card-body {
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x) calc(var(--bs-card-spacer-y) + 10px); }
  /* line 281, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts header {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: solid 1.5px; }
  /* line 286, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts h3 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 0.5rem; }
    /* line 290, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts h3:last-child {
      margin-bottom: 0; }
  /* line 292, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts h4 {
    font-size: 18px;
    line-height: 21px; }
  /* line 296, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts h5 {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0.25rem; }
  /* line 301, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts p, .climate-diplomacy-map .diplomacy-map-texts ul, .climate-diplomacy-map .diplomacy-map-texts ol,
  .climate-diplomacy-map .diplomacy-map-texts .textbox-download-link,
  .climate-diplomacy-map .diplomacy-map-texts .textbox-score,
  .climate-diplomacy-map .diplomacy-map-texts .textbox-cooperation,
  .climate-diplomacy-map .diplomacy-map-texts .textbox-trend {
    margin-bottom: 1rem; }
    /* line 307, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts p:last-child, .climate-diplomacy-map .diplomacy-map-texts ul:last-child, .climate-diplomacy-map .diplomacy-map-texts ol:last-child,
    .climate-diplomacy-map .diplomacy-map-texts .textbox-download-link:last-child,
    .climate-diplomacy-map .diplomacy-map-texts .textbox-score:last-child,
    .climate-diplomacy-map .diplomacy-map-texts .textbox-cooperation:last-child,
    .climate-diplomacy-map .diplomacy-map-texts .textbox-trend:last-child {
      margin-bottom: 0; }
  /* line 310, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts strong {
    font-weight: normal; }
  /* line 312, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts a {
    font-weight: normal; }
    /* line 314, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts a:hover {
      color: inherit !important; }
  /* line 318, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts .textbox.guide img {
    display: block; }
  /* line 320, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts .guide-numbered-list {
    list-style: none;
    counter-reset: guide-numbered-counter;
    padding: 0; }
    /* line 324, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .guide-numbered-list li {
      counter-increment: guide-numbered-counter;
      position: relative;
      padding-left: 1.5em;
      padding-bottom: 0.2em; }
      /* line 329, style/sass/partials/_base.sass */
      .climate-diplomacy-map .diplomacy-map-texts .guide-numbered-list li:last-child {
        margin-bottom: 0; }
      /* line 331, style/sass/partials/_base.sass */
      .climate-diplomacy-map .diplomacy-map-texts .guide-numbered-list li:before {
        content: counter(guide-numbered-counter) ". ";
        font-size: 17px;
        line-height: 1;
        font-weight: 500;
        position: absolute;
        top: -1px;
        left: 0; }
  /* line 340, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts .textbox-download-link {
    font-weight: bold;
    margin-top: 0.5rem;
    display: inline-block; }
    /* line 344, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textbox-download-link i {
      margin: 0 5px; }
      /* line 346, style/sass/partials/_base.sass */
      .climate-diplomacy-map .diplomacy-map-texts .textbox-download-link i:first-child {
        margin-left: 0; }
      /* line 348, style/sass/partials/_base.sass */
      .climate-diplomacy-map .diplomacy-map-texts .textbox-download-link i:last-child {
        margin-right: 0; }
  /* line 352, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts .textbox-score .label {
    margin: 0;
    width: 100%;
    text-align: right;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    border-radius: var(--bs-badge-border-radius);
    border: 1px solid transparent; }
    /* line 360, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textbox-score .label:hover {
      border-color: var(--bs-body-color); }
  /* line 364, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts .textbox-score.bg-score-red .label {
    background: var(--textbox-score-red); 
    font-weight: bold;
    color: var(--textbox-bg-default);
  }
  /* line 364, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts .textbox-score.bg-score-yellow .label {
    background: var(--textbox-score-yellow);
    font-weight: bold;
    color: var(--textbox-bg-default);
  }
  /* line 364, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts .textbox-score.bg-score-green .label {
    background: var(--textbox-score-green); 
    font-weight: bold;
    color: var(--textbox-bg-default);
  }
  /* line 367, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts .textbox-cooperation {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
    /* line 374, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textbox-cooperation li {
      font-weight: normal;
      padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
      border-radius: var(--bs-badge-border-radius);
      margin-bottom: 0.5rem;
      border: 1px solid rgb(69, 65, 65);
      background-color: transparent !important;
       
     }
      /* line 380, style/sass/partials/_base.sass */
      .climate-diplomacy-map .diplomacy-map-texts .textbox-cooperation li:last-child {
        margin-bottom: 0; }
      /* line 382, style/sass/partials/_base.sass */
      .climate-diplomacy-map .diplomacy-map-texts .textbox-cooperation li:hover {
        border-color: var(--bs-body-color); }
      /* line 386, style/sass/partials/_base.sass */
      .climate-diplomacy-map .diplomacy-map-texts .textbox-cooperation li.bg-cooperation-label-purple {
        background: var(--textbox-cooperation-purple); }
      /* line 386, style/sass/partials/_base.sass */
      .climate-diplomacy-map .diplomacy-map-texts .textbox-cooperation li.bg-cooperation-label-orange {
        background: var(--textbox-cooperation-orange); }
    /* line 389, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textbox-cooperation .label {
      margin: 0;
      
     }
    /* line 391, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textbox-cooperation i {
      margin-right: 5px;}
  /* line 395, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts .textbox-trend ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  /* line 401, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts .textbox-trend li {
    display: inline-block;
    font-weight: bold;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    border-radius: var(--bs-badge-border-radius);
    margin-bottom: 0.5rem;
    color: var(--textbox-bg-default);
    border: 1px solid transparent; }
    /* line 409, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textbox-trend li:last-child {
      margin-bottom: 0; }
    /* line 411, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textbox-trend li:hover {
      border-color: var(--bs-body-color); }
    /* line 415, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textbox-trend li.bg-trend-label-red {
      background: var(--textbox-trend-red); }
    /* line 415, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textbox-trend li.bg-trend-label-orange {
      background: var(--textbox-trend-orange); }
    /* line 415, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-texts .textbox-trend li.bg-trend-label-green {
      background: var(--textbox-trend-green); }
  /* line 418, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts .textbox-trend .label {
    margin: 0;
    color: inherit; }
  /* line 421, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-texts .textbox-trend i {
    margin-left: 5px; }

/* line 427, style/sass/partials/_base.sass */
.climate-diplomacy-map .diplomacy-map-tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 100;
  background: var(--map-tooltip-bg);
    background-box-shadow: var(--map-tooltip-box-shadow);
  padding: var(--map-tooltip-padding-y) var(--map-tooltip-padding-x);
  border-radius: var(--map-tooltip-border-radius);
  border: var(--map-tooltip-border);
  width: var(--map-tooltip-width);
  transition: visibility 0s linear 0.35s, opacity 0.35s linear;
  transform: translateX(-50%);
  font-size: 13px;
  line-height: 17px;
  margin-top: 25px;
  z-index: 1000; }
  /* line 444, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-tooltip.active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s; }
  @media (max-width: 767px) {
    /* line 427, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-tooltip {
      display: none; } }
  /* line 451, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-tooltip::before, .climate-diplomacy-map .diplomacy-map-tooltip::after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%); }
  /* line 457, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-tooltip::before {
    content: "";
    display: inline-block;
    zoom: 1;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 8px solid var(--map-tooltip-border-color);
    border-top: none;
    box-shadow: var(--map-tooltip-box-shadow);
    z-index: 1; }
  /* line 461, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-tooltip::after {
    content: "";
    display: inline-block;
    zoom: 1;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 7px solid var(--map-tooltip-bg);
    border-top: none;
    z-index: 2; }
  /* line 465, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-tooltip h3, .climate-diplomacy-map .diplomacy-map-tooltip p {
    margin-bottom: 0.5rem; }
    /* line 467, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-tooltip h3:last-child, .climate-diplomacy-map .diplomacy-map-tooltip p:last-child {
      margin-bottom: 0; }
  /* line 469, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-tooltip h3 {
    font-size: 18px;
    line-height: 21px; }

/* line 476, style/sass/partials/_base.sass */
.climate-diplomacy-map .diplomacy-map-reset {
  position: absolute;
  top: 2rem;
  right: calc(25% + (var(--bs-gutter-x)/2));
  z-index: 5;
  color: var(--bs-body-color);
  background: #fdf3d1;
  border-color: #fdf3d1;
  --bs-btn-padding-y: 0.1rem;
  --bs-btn-font-size: 0.85rem; }
  /* line 489, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-reset:focus {
    color: var(--bs-body-color);
    background: #fdf3d1;
    border-color: #fdf3d1; }
  /* line 494, style/sass/partials/_base.sass */
  .climate-diplomacy-map .diplomacy-map-reset:hover, .climate-diplomacy-map .diplomacy-map-reset:active {
    color: var(--bs-body-color) !important;
    background: #ead39e;
    border-color: #ead39e; }
  @media (max-width: 767px) {
    /* line 476, style/sass/partials/_base.sass */
    .climate-diplomacy-map .diplomacy-map-reset {
      right: calc(var(--bs-gutter-x)/2);
      top: 60px;
      margin-top: 2rem; } }
/* line 3, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-alarm-fill::before {
  content: "\f101"; }

/* line 6, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-alarm::before {
  content: "\f102"; }

/* line 9, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-align-bottom::before {
  content: "\f103"; }

/* line 12, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-align-center::before {
  content: "\f104"; }

/* line 15, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-align-end::before {
  content: "\f105"; }

/* line 18, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-align-middle::before {
  content: "\f106"; }

/* line 21, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-align-start::before {
  content: "\f107"; }

/* line 24, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-align-top::before {
  content: "\f108"; }

/* line 27, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-alt::before {
  content: "\f109"; }

/* line 30, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-app-indicator::before {
  content: "\f10a"; }

/* line 33, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-app::before {
  content: "\f10b"; }

/* line 36, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-archive-fill::before {
  content: "\f10c"; }

/* line 39, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-archive::before {
  content: "\f10d"; }

/* line 42, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-90deg-down::before {
  content: "\f10e"; }

/* line 45, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-90deg-left::before {
  content: "\f10f"; }

/* line 48, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-90deg-right::before {
  content: "\f110"; }

/* line 51, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-90deg-up::before {
  content: "\f111"; }

/* line 54, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-bar-down::before {
  content: "\f112"; }

/* line 57, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-bar-left::before {
  content: "\f113"; }

/* line 60, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-bar-right::before {
  content: "\f114"; }

/* line 63, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-bar-up::before {
  content: "\f115"; }

/* line 66, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-clockwise::before {
  content: "\f116"; }

/* line 69, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-counterclockwise::before {
  content: "\f117"; }

/* line 72, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-down-circle-fill::before {
  content: "\f118"; }

/* line 75, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-down-circle::before {
  content: "\f119"; }

/* line 78, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-down-left-circle-fill::before {
  content: "\f11a"; }

/* line 81, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-down-left-circle::before {
  content: "\f11b"; }

/* line 84, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-down-left-square-fill::before {
  content: "\f11c"; }

/* line 87, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-down-left-square::before {
  content: "\f11d"; }

/* line 90, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-down-left::before {
  content: "\f11e"; }

/* line 93, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-down-right-circle-fill::before {
  content: "\f11f"; }

/* line 96, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-down-right-circle::before {
  content: "\f120"; }

/* line 99, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-down-right-square-fill::before {
  content: "\f121"; }

/* line 102, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-down-right-square::before {
  content: "\f122"; }

/* line 105, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-down-right::before {
  content: "\f123"; }

/* line 108, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-down-short::before {
  content: "\f124"; }

/* line 111, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-down-square-fill::before {
  content: "\f125"; }

/* line 114, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-down-square::before {
  content: "\f126"; }

/* line 117, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-down-up::before {
  content: "\f127"; }

/* line 120, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-down::before {
  content: "\f128"; }

/* line 123, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-left-circle-fill::before {
  content: "\f129"; }

/* line 126, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-left-circle::before {
  content: "\f12a"; }

/* line 129, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-left-right::before {
  content: "\f12b"; }

/* line 132, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-left-short::before {
  content: "\f12c"; }

/* line 135, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-left-square-fill::before {
  content: "\f12d"; }

/* line 138, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-left-square::before {
  content: "\f12e"; }

/* line 141, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-left::before {
  content: "\f12f"; }

/* line 144, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-repeat::before {
  content: "\f130"; }

/* line 147, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-return-left::before {
  content: "\f131"; }

/* line 150, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-return-right::before {
  content: "\f132"; }

/* line 153, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-right-circle-fill::before {
  content: "\f133"; }

/* line 156, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-right-circle::before {
  content: "\f134"; }

/* line 159, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-right-short::before {
  content: "\f135"; }

/* line 162, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-right-square-fill::before {
  content: "\f136"; }

/* line 165, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-right-square::before {
  content: "\f137"; }

/* line 168, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-right::before {
  content: "\f138"; }

/* line 171, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-up-circle-fill::before {
  content: "\f139"; }

/* line 174, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-up-circle::before {
  content: "\f13a"; }

/* line 177, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-up-left-circle-fill::before {
  content: "\f13b"; }

/* line 180, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-up-left-circle::before {
  content: "\f13c"; }

/* line 183, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-up-left-square-fill::before {
  content: "\f13d"; }

/* line 186, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-up-left-square::before {
  content: "\f13e"; }

/* line 189, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-up-left::before {
  content: "\f13f"; }

/* line 192, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-up-right-circle-fill::before {
  content: "\f140"; }

/* line 195, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-up-right-circle::before {
  content: "\f141"; }

/* line 198, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-up-right-square-fill::before {
  content: "\f142"; }

/* line 201, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-up-right-square::before {
  content: "\f143"; }

/* line 204, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-up-right::before {
  content: "\f144"; }

/* line 207, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-up-short::before {
  content: "\f145"; }

/* line 210, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-up-square-fill::before {
  content: "\f146"; }

/* line 213, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-up-square::before {
  content: "\f147"; }

/* line 216, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrow-up::before {
  content: "\f148"; }

/* line 219, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrows-angle-contract::before {
  content: "\f149"; }

/* line 222, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrows-angle-expand::before {
  content: "\f14a"; }

/* line 225, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrows-collapse::before {
  content: "\f14b"; }

/* line 228, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrows-expand::before {
  content: "\f14c"; }

/* line 231, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrows-fullscreen::before {
  content: "\f14d"; }

/* line 234, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-arrows-move::before {
  content: "\f14e"; }

/* line 237, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-aspect-ratio-fill::before {
  content: "\f14f"; }

/* line 240, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-aspect-ratio::before {
  content: "\f150"; }

/* line 243, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-asterisk::before {
  content: "\f151"; }

/* line 246, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-at::before {
  content: "\f152"; }

/* line 249, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-award-fill::before {
  content: "\f153"; }

/* line 252, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-award::before {
  content: "\f154"; }

/* line 255, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-back::before {
  content: "\f155"; }

/* line 258, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-backspace-fill::before {
  content: "\f156"; }

/* line 261, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-backspace-reverse-fill::before {
  content: "\f157"; }

/* line 264, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-backspace-reverse::before {
  content: "\f158"; }

/* line 267, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-backspace::before {
  content: "\f159"; }

/* line 270, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-3d-fill::before {
  content: "\f15a"; }

/* line 273, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-3d::before {
  content: "\f15b"; }

/* line 276, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-4k-fill::before {
  content: "\f15c"; }

/* line 279, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-4k::before {
  content: "\f15d"; }

/* line 282, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-8k-fill::before {
  content: "\f15e"; }

/* line 285, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-8k::before {
  content: "\f15f"; }

/* line 288, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-ad-fill::before {
  content: "\f160"; }

/* line 291, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-ad::before {
  content: "\f161"; }

/* line 294, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-ar-fill::before {
  content: "\f162"; }

/* line 297, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-ar::before {
  content: "\f163"; }

/* line 300, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-cc-fill::before {
  content: "\f164"; }

/* line 303, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-cc::before {
  content: "\f165"; }

/* line 306, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-hd-fill::before {
  content: "\f166"; }

/* line 309, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-hd::before {
  content: "\f167"; }

/* line 312, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-tm-fill::before {
  content: "\f168"; }

/* line 315, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-tm::before {
  content: "\f169"; }

/* line 318, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-vo-fill::before {
  content: "\f16a"; }

/* line 321, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-vo::before {
  content: "\f16b"; }

/* line 324, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-vr-fill::before {
  content: "\f16c"; }

/* line 327, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-vr::before {
  content: "\f16d"; }

/* line 330, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-wc-fill::before {
  content: "\f16e"; }

/* line 333, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-badge-wc::before {
  content: "\f16f"; }

/* line 336, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bag-check-fill::before {
  content: "\f170"; }

/* line 339, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bag-check::before {
  content: "\f171"; }

/* line 342, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bag-dash-fill::before {
  content: "\f172"; }

/* line 345, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bag-dash::before {
  content: "\f173"; }

/* line 348, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bag-fill::before {
  content: "\f174"; }

/* line 351, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bag-plus-fill::before {
  content: "\f175"; }

/* line 354, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bag-plus::before {
  content: "\f176"; }

/* line 357, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bag-x-fill::before {
  content: "\f177"; }

/* line 360, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bag-x::before {
  content: "\f178"; }

/* line 363, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bag::before {
  content: "\f179"; }

/* line 366, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bar-chart-fill::before {
  content: "\f17a"; }

/* line 369, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bar-chart-line-fill::before {
  content: "\f17b"; }

/* line 372, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bar-chart-line::before {
  content: "\f17c"; }

/* line 375, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bar-chart-steps::before {
  content: "\f17d"; }

/* line 378, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bar-chart::before {
  content: "\f17e"; }

/* line 381, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-basket-fill::before {
  content: "\f17f"; }

/* line 384, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-basket::before {
  content: "\f180"; }

/* line 387, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-basket2-fill::before {
  content: "\f181"; }

/* line 390, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-basket2::before {
  content: "\f182"; }

/* line 393, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-basket3-fill::before {
  content: "\f183"; }

/* line 396, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-basket3::before {
  content: "\f184"; }

/* line 399, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-battery-charging::before {
  content: "\f185"; }

/* line 402, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-battery-full::before {
  content: "\f186"; }

/* line 405, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-battery-half::before {
  content: "\f187"; }

/* line 408, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-battery::before {
  content: "\f188"; }

/* line 411, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bell-fill::before {
  content: "\f189"; }

/* line 414, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bell::before {
  content: "\f18a"; }

/* line 417, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bezier::before {
  content: "\f18b"; }

/* line 420, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bezier2::before {
  content: "\f18c"; }

/* line 423, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bicycle::before {
  content: "\f18d"; }

/* line 426, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-binoculars-fill::before {
  content: "\f18e"; }

/* line 429, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-binoculars::before {
  content: "\f18f"; }

/* line 432, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-blockquote-left::before {
  content: "\f190"; }

/* line 435, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-blockquote-right::before {
  content: "\f191"; }

/* line 438, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-book-fill::before {
  content: "\f192"; }

/* line 441, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-book-half::before {
  content: "\f193"; }

/* line 444, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-book::before {
  content: "\f194"; }

/* line 447, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bookmark-check-fill::before {
  content: "\f195"; }

/* line 450, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bookmark-check::before {
  content: "\f196"; }

/* line 453, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bookmark-dash-fill::before {
  content: "\f197"; }

/* line 456, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bookmark-dash::before {
  content: "\f198"; }

/* line 459, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bookmark-fill::before {
  content: "\f199"; }

/* line 462, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bookmark-heart-fill::before {
  content: "\f19a"; }

/* line 465, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bookmark-heart::before {
  content: "\f19b"; }

/* line 468, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bookmark-plus-fill::before {
  content: "\f19c"; }

/* line 471, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bookmark-plus::before {
  content: "\f19d"; }

/* line 474, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bookmark-star-fill::before {
  content: "\f19e"; }

/* line 477, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bookmark-star::before {
  content: "\f19f"; }

/* line 480, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bookmark-x-fill::before {
  content: "\f1a0"; }

/* line 483, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bookmark-x::before {
  content: "\f1a1"; }

/* line 486, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bookmark::before {
  content: "\f1a2"; }

/* line 489, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bookmarks-fill::before {
  content: "\f1a3"; }

/* line 492, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bookmarks::before {
  content: "\f1a4"; }

/* line 495, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bookshelf::before {
  content: "\f1a5"; }

/* line 498, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bootstrap-fill::before {
  content: "\f1a6"; }

/* line 501, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bootstrap-reboot::before {
  content: "\f1a7"; }

/* line 504, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bootstrap::before {
  content: "\f1a8"; }

/* line 507, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-border-all::before {
  content: "\f1a9"; }

/* line 510, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-border-bottom::before {
  content: "\f1aa"; }

/* line 513, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-border-center::before {
  content: "\f1ab"; }

/* line 516, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-border-inner::before {
  content: "\f1ac"; }

/* line 519, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-border-left::before {
  content: "\f1ad"; }

/* line 522, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-border-middle::before {
  content: "\f1ae"; }

/* line 525, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-border-outer::before {
  content: "\f1af"; }

/* line 528, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-border-right::before {
  content: "\f1b0"; }

/* line 531, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-border-style::before {
  content: "\f1b1"; }

/* line 534, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-border-top::before {
  content: "\f1b2"; }

/* line 537, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-border-width::before {
  content: "\f1b3"; }

/* line 540, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-border::before {
  content: "\f1b4"; }

/* line 543, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bounding-box-circles::before {
  content: "\f1b5"; }

/* line 546, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bounding-box::before {
  content: "\f1b6"; }

/* line 549, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-box-arrow-down-left::before {
  content: "\f1b7"; }

/* line 552, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-box-arrow-down-right::before {
  content: "\f1b8"; }

/* line 555, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-box-arrow-down::before {
  content: "\f1b9"; }

/* line 558, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-box-arrow-in-down-left::before {
  content: "\f1ba"; }

/* line 561, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-box-arrow-in-down-right::before {
  content: "\f1bb"; }

/* line 564, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-box-arrow-in-down::before {
  content: "\f1bc"; }

/* line 567, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-box-arrow-in-left::before {
  content: "\f1bd"; }

/* line 570, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-box-arrow-in-right::before {
  content: "\f1be"; }

/* line 573, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-box-arrow-in-up-left::before {
  content: "\f1bf"; }

/* line 576, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-box-arrow-in-up-right::before {
  content: "\f1c0"; }

/* line 579, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-box-arrow-in-up::before {
  content: "\f1c1"; }

/* line 582, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-box-arrow-left::before {
  content: "\f1c2"; }

/* line 585, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-box-arrow-right::before {
  content: "\f1c3"; }

/* line 588, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-box-arrow-up-left::before {
  content: "\f1c4"; }

/* line 591, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-box-arrow-up-right::before {
  content: "\f1c5"; }

/* line 594, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-box-arrow-up::before {
  content: "\f1c6"; }

/* line 597, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-box-seam::before {
  content: "\f1c7"; }

/* line 600, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-box::before {
  content: "\f1c8"; }

/* line 603, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-braces::before {
  content: "\f1c9"; }

/* line 606, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bricks::before {
  content: "\f1ca"; }

/* line 609, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-briefcase-fill::before {
  content: "\f1cb"; }

/* line 612, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-briefcase::before {
  content: "\f1cc"; }

/* line 615, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-brightness-alt-high-fill::before {
  content: "\f1cd"; }

/* line 618, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-brightness-alt-high::before {
  content: "\f1ce"; }

/* line 621, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-brightness-alt-low-fill::before {
  content: "\f1cf"; }

/* line 624, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-brightness-alt-low::before {
  content: "\f1d0"; }

/* line 627, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-brightness-high-fill::before {
  content: "\f1d1"; }

/* line 630, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-brightness-high::before {
  content: "\f1d2"; }

/* line 633, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-brightness-low-fill::before {
  content: "\f1d3"; }

/* line 636, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-brightness-low::before {
  content: "\f1d4"; }

/* line 639, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-broadcast-pin::before {
  content: "\f1d5"; }

/* line 642, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-broadcast::before {
  content: "\f1d6"; }

/* line 645, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-brush-fill::before {
  content: "\f1d7"; }

/* line 648, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-brush::before {
  content: "\f1d8"; }

/* line 651, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bucket-fill::before {
  content: "\f1d9"; }

/* line 654, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bucket::before {
  content: "\f1da"; }

/* line 657, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bug-fill::before {
  content: "\f1db"; }

/* line 660, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bug::before {
  content: "\f1dc"; }

/* line 663, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-building::before {
  content: "\f1dd"; }

/* line 666, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bullseye::before {
  content: "\f1de"; }

/* line 669, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calculator-fill::before {
  content: "\f1df"; }

/* line 672, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calculator::before {
  content: "\f1e0"; }

/* line 675, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-check-fill::before {
  content: "\f1e1"; }

/* line 678, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-check::before {
  content: "\f1e2"; }

/* line 681, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-date-fill::before {
  content: "\f1e3"; }

/* line 684, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-date::before {
  content: "\f1e4"; }

/* line 687, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-day-fill::before {
  content: "\f1e5"; }

/* line 690, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-day::before {
  content: "\f1e6"; }

/* line 693, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-event-fill::before {
  content: "\f1e7"; }

/* line 696, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-event::before {
  content: "\f1e8"; }

/* line 699, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-fill::before {
  content: "\f1e9"; }

/* line 702, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-minus-fill::before {
  content: "\f1ea"; }

/* line 705, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-minus::before {
  content: "\f1eb"; }

/* line 708, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-month-fill::before {
  content: "\f1ec"; }

/* line 711, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-month::before {
  content: "\f1ed"; }

/* line 714, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-plus-fill::before {
  content: "\f1ee"; }

/* line 717, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-plus::before {
  content: "\f1ef"; }

/* line 720, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-range-fill::before {
  content: "\f1f0"; }

/* line 723, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-range::before {
  content: "\f1f1"; }

/* line 726, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-week-fill::before {
  content: "\f1f2"; }

/* line 729, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-week::before {
  content: "\f1f3"; }

/* line 732, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-x-fill::before {
  content: "\f1f4"; }

/* line 735, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar-x::before {
  content: "\f1f5"; }

/* line 738, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar::before {
  content: "\f1f6"; }

/* line 741, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-check-fill::before {
  content: "\f1f7"; }

/* line 744, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-check::before {
  content: "\f1f8"; }

/* line 747, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-date-fill::before {
  content: "\f1f9"; }

/* line 750, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-date::before {
  content: "\f1fa"; }

/* line 753, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-day-fill::before {
  content: "\f1fb"; }

/* line 756, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-day::before {
  content: "\f1fc"; }

/* line 759, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-event-fill::before {
  content: "\f1fd"; }

/* line 762, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-event::before {
  content: "\f1fe"; }

/* line 765, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-fill::before {
  content: "\f1ff"; }

/* line 768, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-minus-fill::before {
  content: "\f200"; }

/* line 771, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-minus::before {
  content: "\f201"; }

/* line 774, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-month-fill::before {
  content: "\f202"; }

/* line 777, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-month::before {
  content: "\f203"; }

/* line 780, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-plus-fill::before {
  content: "\f204"; }

/* line 783, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-plus::before {
  content: "\f205"; }

/* line 786, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-range-fill::before {
  content: "\f206"; }

/* line 789, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-range::before {
  content: "\f207"; }

/* line 792, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-week-fill::before {
  content: "\f208"; }

/* line 795, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-week::before {
  content: "\f209"; }

/* line 798, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-x-fill::before {
  content: "\f20a"; }

/* line 801, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2-x::before {
  content: "\f20b"; }

/* line 804, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar2::before {
  content: "\f20c"; }

/* line 807, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar3-event-fill::before {
  content: "\f20d"; }

/* line 810, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar3-event::before {
  content: "\f20e"; }

/* line 813, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar3-fill::before {
  content: "\f20f"; }

/* line 816, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar3-range-fill::before {
  content: "\f210"; }

/* line 819, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar3-range::before {
  content: "\f211"; }

/* line 822, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar3-week-fill::before {
  content: "\f212"; }

/* line 825, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar3-week::before {
  content: "\f213"; }

/* line 828, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar3::before {
  content: "\f214"; }

/* line 831, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar4-event::before {
  content: "\f215"; }

/* line 834, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar4-range::before {
  content: "\f216"; }

/* line 837, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar4-week::before {
  content: "\f217"; }

/* line 840, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-calendar4::before {
  content: "\f218"; }

/* line 843, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-camera-fill::before {
  content: "\f219"; }

/* line 846, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-camera-reels-fill::before {
  content: "\f21a"; }

/* line 849, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-camera-reels::before {
  content: "\f21b"; }

/* line 852, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-camera-video-fill::before {
  content: "\f21c"; }

/* line 855, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-camera-video-off-fill::before {
  content: "\f21d"; }

/* line 858, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-camera-video-off::before {
  content: "\f21e"; }

/* line 861, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-camera-video::before {
  content: "\f21f"; }

/* line 864, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-camera::before {
  content: "\f220"; }

/* line 867, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-camera2::before {
  content: "\f221"; }

/* line 870, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-capslock-fill::before {
  content: "\f222"; }

/* line 873, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-capslock::before {
  content: "\f223"; }

/* line 876, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-card-checklist::before {
  content: "\f224"; }

/* line 879, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-card-heading::before {
  content: "\f225"; }

/* line 882, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-card-image::before {
  content: "\f226"; }

/* line 885, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-card-list::before {
  content: "\f227"; }

/* line 888, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-card-text::before {
  content: "\f228"; }

/* line 891, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-caret-down-fill::before {
  content: "\f229"; }

/* line 894, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-caret-down-square-fill::before {
  content: "\f22a"; }

/* line 897, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-caret-down-square::before {
  content: "\f22b"; }

/* line 900, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-caret-down::before {
  content: "\f22c"; }

/* line 903, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-caret-left-fill::before {
  content: "\f22d"; }

/* line 906, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-caret-left-square-fill::before {
  content: "\f22e"; }

/* line 909, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-caret-left-square::before {
  content: "\f22f"; }

/* line 912, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-caret-left::before {
  content: "\f230"; }

/* line 915, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-caret-right-fill::before {
  content: "\f231"; }

/* line 918, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-caret-right-square-fill::before {
  content: "\f232"; }

/* line 921, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-caret-right-square::before {
  content: "\f233"; }

/* line 924, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-caret-right::before {
  content: "\f234"; }

/* line 927, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-caret-up-fill::before {
  content: "\f235"; }

/* line 930, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-caret-up-square-fill::before {
  content: "\f236"; }

/* line 933, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-caret-up-square::before {
  content: "\f237"; }

/* line 936, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-caret-up::before {
  content: "\f238"; }

/* line 939, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cart-check-fill::before {
  content: "\f239"; }

/* line 942, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cart-check::before {
  content: "\f23a"; }

/* line 945, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cart-dash-fill::before {
  content: "\f23b"; }

/* line 948, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cart-dash::before {
  content: "\f23c"; }

/* line 951, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cart-fill::before {
  content: "\f23d"; }

/* line 954, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cart-plus-fill::before {
  content: "\f23e"; }

/* line 957, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cart-plus::before {
  content: "\f23f"; }

/* line 960, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cart-x-fill::before {
  content: "\f240"; }

/* line 963, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cart-x::before {
  content: "\f241"; }

/* line 966, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cart::before {
  content: "\f242"; }

/* line 969, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cart2::before {
  content: "\f243"; }

/* line 972, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cart3::before {
  content: "\f244"; }

/* line 975, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cart4::before {
  content: "\f245"; }

/* line 978, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cash-stack::before {
  content: "\f246"; }

/* line 981, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cash::before {
  content: "\f247"; }

/* line 984, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cast::before {
  content: "\f248"; }

/* line 987, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-dots-fill::before {
  content: "\f249"; }

/* line 990, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-dots::before {
  content: "\f24a"; }

/* line 993, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-fill::before {
  content: "\f24b"; }

/* line 996, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-left-dots-fill::before {
  content: "\f24c"; }

/* line 999, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-left-dots::before {
  content: "\f24d"; }

/* line 1002, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-left-fill::before {
  content: "\f24e"; }

/* line 1005, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-left-quote-fill::before {
  content: "\f24f"; }

/* line 1008, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-left-quote::before {
  content: "\f250"; }

/* line 1011, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-left-text-fill::before {
  content: "\f251"; }

/* line 1014, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-left-text::before {
  content: "\f252"; }

/* line 1017, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-left::before {
  content: "\f253"; }

/* line 1020, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-quote-fill::before {
  content: "\f254"; }

/* line 1023, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-quote::before {
  content: "\f255"; }

/* line 1026, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-right-dots-fill::before {
  content: "\f256"; }

/* line 1029, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-right-dots::before {
  content: "\f257"; }

/* line 1032, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-right-fill::before {
  content: "\f258"; }

/* line 1035, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-right-quote-fill::before {
  content: "\f259"; }

/* line 1038, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-right-quote::before {
  content: "\f25a"; }

/* line 1041, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-right-text-fill::before {
  content: "\f25b"; }

/* line 1044, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-right-text::before {
  content: "\f25c"; }

/* line 1047, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-right::before {
  content: "\f25d"; }

/* line 1050, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-square-dots-fill::before {
  content: "\f25e"; }

/* line 1053, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-square-dots::before {
  content: "\f25f"; }

/* line 1056, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-square-fill::before {
  content: "\f260"; }

/* line 1059, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-square-quote-fill::before {
  content: "\f261"; }

/* line 1062, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-square-quote::before {
  content: "\f262"; }

/* line 1065, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-square-text-fill::before {
  content: "\f263"; }

/* line 1068, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-square-text::before {
  content: "\f264"; }

/* line 1071, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-square::before {
  content: "\f265"; }

/* line 1074, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-text-fill::before {
  content: "\f266"; }

/* line 1077, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat-text::before {
  content: "\f267"; }

/* line 1080, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chat::before {
  content: "\f268"; }

/* line 1083, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-check-all::before {
  content: "\f269"; }

/* line 1086, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-check-circle-fill::before {
  content: "\f26a"; }

/* line 1089, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-check-circle::before {
  content: "\f26b"; }

/* line 1092, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-check-square-fill::before {
  content: "\f26c"; }

/* line 1095, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-check-square::before {
  content: "\f26d"; }

/* line 1098, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-check::before {
  content: "\f26e"; }

/* line 1101, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-check2-all::before {
  content: "\f26f"; }

/* line 1104, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-check2-circle::before {
  content: "\f270"; }

/* line 1107, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-check2-square::before {
  content: "\f271"; }

/* line 1110, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-check2::before {
  content: "\f272"; }

/* line 1113, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-bar-contract::before {
  content: "\f273"; }

/* line 1116, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-bar-down::before {
  content: "\f274"; }

/* line 1119, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-bar-expand::before {
  content: "\f275"; }

/* line 1122, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-bar-left::before {
  content: "\f276"; }

/* line 1125, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-bar-right::before {
  content: "\f277"; }

/* line 1128, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-bar-up::before {
  content: "\f278"; }

/* line 1131, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-compact-down::before {
  content: "\f279"; }

/* line 1134, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-compact-left::before {
  content: "\f27a"; }

/* line 1137, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-compact-right::before {
  content: "\f27b"; }

/* line 1140, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-compact-up::before {
  content: "\f27c"; }

/* line 1143, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-contract::before {
  content: "\f27d"; }

/* line 1146, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-double-down::before {
  content: "\f27e"; }

/* line 1149, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-double-left::before {
  content: "\f27f"; }

/* line 1152, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-double-right::before {
  content: "\f280"; }

/* line 1155, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-double-up::before {
  content: "\f281"; }

/* line 1158, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-down::before {
  content: "\f282"; }

/* line 1161, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-expand::before {
  content: "\f283"; }

/* line 1164, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-left::before {
  content: "\f284"; }

/* line 1167, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-right::before {
  content: "\f285"; }

/* line 1170, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-chevron-up::before {
  content: "\f286"; }

/* line 1173, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-circle-fill::before {
  content: "\f287"; }

/* line 1176, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-circle-half::before {
  content: "\f288"; }

/* line 1179, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-circle-square::before {
  content: "\f289"; }

/* line 1182, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-circle::before {
  content: "\f28a"; }

/* line 1185, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-clipboard-check::before {
  content: "\f28b"; }

/* line 1188, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-clipboard-data::before {
  content: "\f28c"; }

/* line 1191, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-clipboard-minus::before {
  content: "\f28d"; }

/* line 1194, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-clipboard-plus::before {
  content: "\f28e"; }

/* line 1197, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-clipboard-x::before {
  content: "\f28f"; }

/* line 1200, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-clipboard::before {
  content: "\f290"; }

/* line 1203, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-clock-fill::before {
  content: "\f291"; }

/* line 1206, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-clock-history::before {
  content: "\f292"; }

/* line 1209, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-clock::before {
  content: "\f293"; }

/* line 1212, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-arrow-down-fill::before {
  content: "\f294"; }

/* line 1215, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-arrow-down::before {
  content: "\f295"; }

/* line 1218, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-arrow-up-fill::before {
  content: "\f296"; }

/* line 1221, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-arrow-up::before {
  content: "\f297"; }

/* line 1224, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-check-fill::before {
  content: "\f298"; }

/* line 1227, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-check::before {
  content: "\f299"; }

/* line 1230, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-download-fill::before {
  content: "\f29a"; }

/* line 1233, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-download::before {
  content: "\f29b"; }

/* line 1236, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-drizzle-fill::before {
  content: "\f29c"; }

/* line 1239, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-drizzle::before {
  content: "\f29d"; }

/* line 1242, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-fill::before {
  content: "\f29e"; }

/* line 1245, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-fog-fill::before {
  content: "\f29f"; }

/* line 1248, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-fog::before {
  content: "\f2a0"; }

/* line 1251, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-fog2-fill::before {
  content: "\f2a1"; }

/* line 1254, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-fog2::before {
  content: "\f2a2"; }

/* line 1257, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-hail-fill::before {
  content: "\f2a3"; }

/* line 1260, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-hail::before {
  content: "\f2a4"; }

/* line 1263, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-haze-1::before {
  content: "\f2a5"; }

/* line 1266, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-haze-fill::before {
  content: "\f2a6"; }

/* line 1269, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-haze::before {
  content: "\f2a7"; }

/* line 1272, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-haze2-fill::before {
  content: "\f2a8"; }

/* line 1275, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-lightning-fill::before {
  content: "\f2a9"; }

/* line 1278, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-lightning-rain-fill::before {
  content: "\f2aa"; }

/* line 1281, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-lightning-rain::before {
  content: "\f2ab"; }

/* line 1284, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-lightning::before {
  content: "\f2ac"; }

/* line 1287, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-minus-fill::before {
  content: "\f2ad"; }

/* line 1290, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-minus::before {
  content: "\f2ae"; }

/* line 1293, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-moon-fill::before {
  content: "\f2af"; }

/* line 1296, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-moon::before {
  content: "\f2b0"; }

/* line 1299, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-plus-fill::before {
  content: "\f2b1"; }

/* line 1302, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-plus::before {
  content: "\f2b2"; }

/* line 1305, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-rain-fill::before {
  content: "\f2b3"; }

/* line 1308, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-rain-heavy-fill::before {
  content: "\f2b4"; }

/* line 1311, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-rain-heavy::before {
  content: "\f2b5"; }

/* line 1314, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-rain::before {
  content: "\f2b6"; }

/* line 1317, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-slash-fill::before {
  content: "\f2b7"; }

/* line 1320, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-slash::before {
  content: "\f2b8"; }

/* line 1323, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-sleet-fill::before {
  content: "\f2b9"; }

/* line 1326, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-sleet::before {
  content: "\f2ba"; }

/* line 1329, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-snow-fill::before {
  content: "\f2bb"; }

/* line 1332, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-snow::before {
  content: "\f2bc"; }

/* line 1335, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-sun-fill::before {
  content: "\f2bd"; }

/* line 1338, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-sun::before {
  content: "\f2be"; }

/* line 1341, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-upload-fill::before {
  content: "\f2bf"; }

/* line 1344, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud-upload::before {
  content: "\f2c0"; }

/* line 1347, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloud::before {
  content: "\f2c1"; }

/* line 1350, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-clouds-fill::before {
  content: "\f2c2"; }

/* line 1353, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-clouds::before {
  content: "\f2c3"; }

/* line 1356, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloudy-fill::before {
  content: "\f2c4"; }

/* line 1359, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cloudy::before {
  content: "\f2c5"; }

/* line 1362, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-code-slash::before {
  content: "\f2c6"; }

/* line 1365, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-code-square::before {
  content: "\f2c7"; }

/* line 1368, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-code::before {
  content: "\f2c8"; }

/* line 1371, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-collection-fill::before {
  content: "\f2c9"; }

/* line 1374, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-collection-play-fill::before {
  content: "\f2ca"; }

/* line 1377, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-collection-play::before {
  content: "\f2cb"; }

/* line 1380, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-collection::before {
  content: "\f2cc"; }

/* line 1383, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-columns-gap::before {
  content: "\f2cd"; }

/* line 1386, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-columns::before {
  content: "\f2ce"; }

/* line 1389, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-command::before {
  content: "\f2cf"; }

/* line 1392, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-compass-fill::before {
  content: "\f2d0"; }

/* line 1395, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-compass::before {
  content: "\f2d1"; }

/* line 1398, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cone-striped::before {
  content: "\f2d2"; }

/* line 1401, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cone::before {
  content: "\f2d3"; }

/* line 1404, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-controller::before {
  content: "\f2d4"; }

/* line 1407, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cpu-fill::before {
  content: "\f2d5"; }

/* line 1410, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cpu::before {
  content: "\f2d6"; }

/* line 1413, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-credit-card-2-back-fill::before {
  content: "\f2d7"; }

/* line 1416, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-credit-card-2-back::before {
  content: "\f2d8"; }

/* line 1419, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-credit-card-2-front-fill::before {
  content: "\f2d9"; }

/* line 1422, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-credit-card-2-front::before {
  content: "\f2da"; }

/* line 1425, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-credit-card-fill::before {
  content: "\f2db"; }

/* line 1428, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-credit-card::before {
  content: "\f2dc"; }

/* line 1431, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-crop::before {
  content: "\f2dd"; }

/* line 1434, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cup-fill::before {
  content: "\f2de"; }

/* line 1437, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cup-straw::before {
  content: "\f2df"; }

/* line 1440, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cup::before {
  content: "\f2e0"; }

/* line 1443, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cursor-fill::before {
  content: "\f2e1"; }

/* line 1446, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cursor-text::before {
  content: "\f2e2"; }

/* line 1449, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cursor::before {
  content: "\f2e3"; }

/* line 1452, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dash-circle-dotted::before {
  content: "\f2e4"; }

/* line 1455, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dash-circle-fill::before {
  content: "\f2e5"; }

/* line 1458, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dash-circle::before {
  content: "\f2e6"; }

/* line 1461, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dash-square-dotted::before {
  content: "\f2e7"; }

/* line 1464, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dash-square-fill::before {
  content: "\f2e8"; }

/* line 1467, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dash-square::before {
  content: "\f2e9"; }

/* line 1470, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dash::before {
  content: "\f2ea"; }

/* line 1473, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-diagram-2-fill::before {
  content: "\f2eb"; }

/* line 1476, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-diagram-2::before {
  content: "\f2ec"; }

/* line 1479, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-diagram-3-fill::before {
  content: "\f2ed"; }

/* line 1482, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-diagram-3::before {
  content: "\f2ee"; }

/* line 1485, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-diamond-fill::before {
  content: "\f2ef"; }

/* line 1488, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-diamond-half::before {
  content: "\f2f0"; }

/* line 1491, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-diamond::before {
  content: "\f2f1"; }

/* line 1494, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dice-1-fill::before {
  content: "\f2f2"; }

/* line 1497, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dice-1::before {
  content: "\f2f3"; }

/* line 1500, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dice-2-fill::before {
  content: "\f2f4"; }

/* line 1503, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dice-2::before {
  content: "\f2f5"; }

/* line 1506, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dice-3-fill::before {
  content: "\f2f6"; }

/* line 1509, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dice-3::before {
  content: "\f2f7"; }

/* line 1512, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dice-4-fill::before {
  content: "\f2f8"; }

/* line 1515, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dice-4::before {
  content: "\f2f9"; }

/* line 1518, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dice-5-fill::before {
  content: "\f2fa"; }

/* line 1521, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dice-5::before {
  content: "\f2fb"; }

/* line 1524, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dice-6-fill::before {
  content: "\f2fc"; }

/* line 1527, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dice-6::before {
  content: "\f2fd"; }

/* line 1530, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-disc-fill::before {
  content: "\f2fe"; }

/* line 1533, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-disc::before {
  content: "\f2ff"; }

/* line 1536, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-discord::before {
  content: "\f300"; }

/* line 1539, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-display-fill::before {
  content: "\f301"; }

/* line 1542, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-display::before {
  content: "\f302"; }

/* line 1545, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-distribute-horizontal::before {
  content: "\f303"; }

/* line 1548, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-distribute-vertical::before {
  content: "\f304"; }

/* line 1551, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-door-closed-fill::before {
  content: "\f305"; }

/* line 1554, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-door-closed::before {
  content: "\f306"; }

/* line 1557, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-door-open-fill::before {
  content: "\f307"; }

/* line 1560, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-door-open::before {
  content: "\f308"; }

/* line 1563, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dot::before {
  content: "\f309"; }

/* line 1566, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-download::before {
  content: "\f30a"; }

/* line 1569, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-droplet-fill::before {
  content: "\f30b"; }

/* line 1572, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-droplet-half::before {
  content: "\f30c"; }

/* line 1575, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-droplet::before {
  content: "\f30d"; }

/* line 1578, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-earbuds::before {
  content: "\f30e"; }

/* line 1581, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-easel-fill::before {
  content: "\f30f"; }

/* line 1584, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-easel::before {
  content: "\f310"; }

/* line 1587, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-egg-fill::before {
  content: "\f311"; }

/* line 1590, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-egg-fried::before {
  content: "\f312"; }

/* line 1593, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-egg::before {
  content: "\f313"; }

/* line 1596, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-eject-fill::before {
  content: "\f314"; }

/* line 1599, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-eject::before {
  content: "\f315"; }

/* line 1602, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-angry-fill::before {
  content: "\f316"; }

/* line 1605, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-angry::before {
  content: "\f317"; }

/* line 1608, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-dizzy-fill::before {
  content: "\f318"; }

/* line 1611, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-dizzy::before {
  content: "\f319"; }

/* line 1614, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-expressionless-fill::before {
  content: "\f31a"; }

/* line 1617, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-expressionless::before {
  content: "\f31b"; }

/* line 1620, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-frown-fill::before {
  content: "\f31c"; }

/* line 1623, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-frown::before {
  content: "\f31d"; }

/* line 1626, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-heart-eyes-fill::before {
  content: "\f31e"; }

/* line 1629, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-heart-eyes::before {
  content: "\f31f"; }

/* line 1632, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-laughing-fill::before {
  content: "\f320"; }

/* line 1635, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-laughing::before {
  content: "\f321"; }

/* line 1638, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-neutral-fill::before {
  content: "\f322"; }

/* line 1641, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-neutral::before {
  content: "\f323"; }

/* line 1644, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-smile-fill::before {
  content: "\f324"; }

/* line 1647, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-smile-upside-down-fill::before {
  content: "\f325"; }

/* line 1650, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-smile-upside-down::before {
  content: "\f326"; }

/* line 1653, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-smile::before {
  content: "\f327"; }

/* line 1656, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-sunglasses-fill::before {
  content: "\f328"; }

/* line 1659, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-sunglasses::before {
  content: "\f329"; }

/* line 1662, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-wink-fill::before {
  content: "\f32a"; }

/* line 1665, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-emoji-wink::before {
  content: "\f32b"; }

/* line 1668, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-envelope-fill::before {
  content: "\f32c"; }

/* line 1671, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-envelope-open-fill::before {
  content: "\f32d"; }

/* line 1674, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-envelope-open::before {
  content: "\f32e"; }

/* line 1677, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-envelope::before {
  content: "\f32f"; }

/* line 1680, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-eraser-fill::before {
  content: "\f330"; }

/* line 1683, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-eraser::before {
  content: "\f331"; }

/* line 1686, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-exclamation-circle-fill::before {
  content: "\f332"; }

/* line 1689, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-exclamation-circle::before {
  content: "\f333"; }

/* line 1692, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-exclamation-diamond-fill::before {
  content: "\f334"; }

/* line 1695, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-exclamation-diamond::before {
  content: "\f335"; }

/* line 1698, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-exclamation-octagon-fill::before {
  content: "\f336"; }

/* line 1701, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-exclamation-octagon::before {
  content: "\f337"; }

/* line 1704, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-exclamation-square-fill::before {
  content: "\f338"; }

/* line 1707, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-exclamation-square::before {
  content: "\f339"; }

/* line 1710, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-exclamation-triangle-fill::before {
  content: "\f33a"; }

/* line 1713, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-exclamation-triangle::before {
  content: "\f33b"; }

/* line 1716, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-exclamation::before {
  content: "\f33c"; }

/* line 1719, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-exclude::before {
  content: "\f33d"; }

/* line 1722, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-eye-fill::before {
  content: "\f33e"; }

/* line 1725, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-eye-slash-fill::before {
  content: "\f33f"; }

/* line 1728, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-eye-slash::before {
  content: "\f340"; }

/* line 1731, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-eye::before {
  content: "\f341"; }

/* line 1734, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-eyedropper::before {
  content: "\f342"; }

/* line 1737, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-eyeglasses::before {
  content: "\f343"; }

/* line 1740, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-facebook::before {
  content: "\f344"; }

/* line 1743, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-arrow-down-fill::before {
  content: "\f345"; }

/* line 1746, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-arrow-down::before {
  content: "\f346"; }

/* line 1749, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-arrow-up-fill::before {
  content: "\f347"; }

/* line 1752, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-arrow-up::before {
  content: "\f348"; }

/* line 1755, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-bar-graph-fill::before {
  content: "\f349"; }

/* line 1758, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-bar-graph::before {
  content: "\f34a"; }

/* line 1761, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-binary-fill::before {
  content: "\f34b"; }

/* line 1764, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-binary::before {
  content: "\f34c"; }

/* line 1767, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-break-fill::before {
  content: "\f34d"; }

/* line 1770, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-break::before {
  content: "\f34e"; }

/* line 1773, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-check-fill::before {
  content: "\f34f"; }

/* line 1776, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-check::before {
  content: "\f350"; }

/* line 1779, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-code-fill::before {
  content: "\f351"; }

/* line 1782, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-code::before {
  content: "\f352"; }

/* line 1785, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-diff-fill::before {
  content: "\f353"; }

/* line 1788, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-diff::before {
  content: "\f354"; }

/* line 1791, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-arrow-down-fill::before {
  content: "\f355"; }

/* line 1794, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-arrow-down::before {
  content: "\f356"; }

/* line 1797, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-arrow-up-fill::before {
  content: "\f357"; }

/* line 1800, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-arrow-up::before {
  content: "\f358"; }

/* line 1803, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-bar-graph-fill::before {
  content: "\f359"; }

/* line 1806, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-bar-graph::before {
  content: "\f35a"; }

/* line 1809, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-binary-fill::before {
  content: "\f35b"; }

/* line 1812, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-binary::before {
  content: "\f35c"; }

/* line 1815, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-break-fill::before {
  content: "\f35d"; }

/* line 1818, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-break::before {
  content: "\f35e"; }

/* line 1821, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-check-fill::before {
  content: "\f35f"; }

/* line 1824, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-check::before {
  content: "\f360"; }

/* line 1827, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-code-fill::before {
  content: "\f361"; }

/* line 1830, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-code::before {
  content: "\f362"; }

/* line 1833, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-diff-fill::before {
  content: "\f363"; }

/* line 1836, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-diff::before {
  content: "\f364"; }

/* line 1839, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-easel-fill::before {
  content: "\f365"; }

/* line 1842, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-easel::before {
  content: "\f366"; }

/* line 1845, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-excel-fill::before {
  content: "\f367"; }

/* line 1848, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-excel::before {
  content: "\f368"; }

/* line 1851, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-fill::before {
  content: "\f369"; }

/* line 1854, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-font-fill::before {
  content: "\f36a"; }

/* line 1857, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-font::before {
  content: "\f36b"; }

/* line 1860, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-image-fill::before {
  content: "\f36c"; }

/* line 1863, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-image::before {
  content: "\f36d"; }

/* line 1866, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-lock-fill::before {
  content: "\f36e"; }

/* line 1869, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-lock::before {
  content: "\f36f"; }

/* line 1872, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-lock2-fill::before {
  content: "\f370"; }

/* line 1875, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-lock2::before {
  content: "\f371"; }

/* line 1878, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-medical-fill::before {
  content: "\f372"; }

/* line 1881, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-medical::before {
  content: "\f373"; }

/* line 1884, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-minus-fill::before {
  content: "\f374"; }

/* line 1887, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-minus::before {
  content: "\f375"; }

/* line 1890, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-music-fill::before {
  content: "\f376"; }

/* line 1893, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-music::before {
  content: "\f377"; }

/* line 1896, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-person-fill::before {
  content: "\f378"; }

/* line 1899, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-person::before {
  content: "\f379"; }

/* line 1902, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-play-fill::before {
  content: "\f37a"; }

/* line 1905, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-play::before {
  content: "\f37b"; }

/* line 1908, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-plus-fill::before {
  content: "\f37c"; }

/* line 1911, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-plus::before {
  content: "\f37d"; }

/* line 1914, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-post-fill::before {
  content: "\f37e"; }

/* line 1917, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-post::before {
  content: "\f37f"; }

/* line 1920, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-ppt-fill::before {
  content: "\f380"; }

/* line 1923, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-ppt::before {
  content: "\f381"; }

/* line 1926, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-richtext-fill::before {
  content: "\f382"; }

/* line 1929, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-richtext::before {
  content: "\f383"; }

/* line 1932, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-ruled-fill::before {
  content: "\f384"; }

/* line 1935, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-ruled::before {
  content: "\f385"; }

/* line 1938, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-slides-fill::before {
  content: "\f386"; }

/* line 1941, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-slides::before {
  content: "\f387"; }

/* line 1944, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-spreadsheet-fill::before {
  content: "\f388"; }

/* line 1947, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-spreadsheet::before {
  content: "\f389"; }

/* line 1950, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-text-fill::before {
  content: "\f38a"; }

/* line 1953, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-text::before {
  content: "\f38b"; }

/* line 1956, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-word-fill::before {
  content: "\f38c"; }

/* line 1959, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-word::before {
  content: "\f38d"; }

/* line 1962, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-x-fill::before {
  content: "\f38e"; }

/* line 1965, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-x::before {
  content: "\f38f"; }

/* line 1968, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-zip-fill::before {
  content: "\f390"; }

/* line 1971, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-zip::before {
  content: "\f391"; }

/* line 1974, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark::before {
  content: "\f392"; }

/* line 1977, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-easel-fill::before {
  content: "\f393"; }

/* line 1980, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-easel::before {
  content: "\f394"; }

/* line 1983, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-excel-fill::before {
  content: "\f395"; }

/* line 1986, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-excel::before {
  content: "\f396"; }

/* line 1989, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-fill::before {
  content: "\f397"; }

/* line 1992, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-font-fill::before {
  content: "\f398"; }

/* line 1995, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-font::before {
  content: "\f399"; }

/* line 1998, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-image-fill::before {
  content: "\f39a"; }

/* line 2001, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-image::before {
  content: "\f39b"; }

/* line 2004, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-lock-fill::before {
  content: "\f39c"; }

/* line 2007, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-lock::before {
  content: "\f39d"; }

/* line 2010, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-lock2-fill::before {
  content: "\f39e"; }

/* line 2013, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-lock2::before {
  content: "\f39f"; }

/* line 2016, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-medical-fill::before {
  content: "\f3a0"; }

/* line 2019, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-medical::before {
  content: "\f3a1"; }

/* line 2022, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-minus-fill::before {
  content: "\f3a2"; }

/* line 2025, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-minus::before {
  content: "\f3a3"; }

/* line 2028, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-music-fill::before {
  content: "\f3a4"; }

/* line 2031, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-music::before {
  content: "\f3a5"; }

/* line 2034, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-person-fill::before {
  content: "\f3a6"; }

/* line 2037, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-person::before {
  content: "\f3a7"; }

/* line 2040, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-play-fill::before {
  content: "\f3a8"; }

/* line 2043, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-play::before {
  content: "\f3a9"; }

/* line 2046, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-plus-fill::before {
  content: "\f3aa"; }

/* line 2049, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-plus::before {
  content: "\f3ab"; }

/* line 2052, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-post-fill::before {
  content: "\f3ac"; }

/* line 2055, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-post::before {
  content: "\f3ad"; }

/* line 2058, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-ppt-fill::before {
  content: "\f3ae"; }

/* line 2061, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-ppt::before {
  content: "\f3af"; }

/* line 2064, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-richtext-fill::before {
  content: "\f3b0"; }

/* line 2067, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-richtext::before {
  content: "\f3b1"; }

/* line 2070, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-ruled-fill::before {
  content: "\f3b2"; }

/* line 2073, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-ruled::before {
  content: "\f3b3"; }

/* line 2076, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-slides-fill::before {
  content: "\f3b4"; }

/* line 2079, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-slides::before {
  content: "\f3b5"; }

/* line 2082, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-spreadsheet-fill::before {
  content: "\f3b6"; }

/* line 2085, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-spreadsheet::before {
  content: "\f3b7"; }

/* line 2088, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-text-fill::before {
  content: "\f3b8"; }

/* line 2091, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-text::before {
  content: "\f3b9"; }

/* line 2094, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-word-fill::before {
  content: "\f3ba"; }

/* line 2097, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-word::before {
  content: "\f3bb"; }

/* line 2100, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-x-fill::before {
  content: "\f3bc"; }

/* line 2103, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-x::before {
  content: "\f3bd"; }

/* line 2106, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-zip-fill::before {
  content: "\f3be"; }

/* line 2109, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-zip::before {
  content: "\f3bf"; }

/* line 2112, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file::before {
  content: "\f3c0"; }

/* line 2115, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-files-alt::before {
  content: "\f3c1"; }

/* line 2118, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-files::before {
  content: "\f3c2"; }

/* line 2121, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-film::before {
  content: "\f3c3"; }

/* line 2124, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-filter-circle-fill::before {
  content: "\f3c4"; }

/* line 2127, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-filter-circle::before {
  content: "\f3c5"; }

/* line 2130, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-filter-left::before {
  content: "\f3c6"; }

/* line 2133, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-filter-right::before {
  content: "\f3c7"; }

/* line 2136, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-filter-square-fill::before {
  content: "\f3c8"; }

/* line 2139, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-filter-square::before {
  content: "\f3c9"; }

/* line 2142, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-filter::before {
  content: "\f3ca"; }

/* line 2145, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-flag-fill::before {
  content: "\f3cb"; }

/* line 2148, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-flag::before {
  content: "\f3cc"; }

/* line 2151, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-flower1::before {
  content: "\f3cd"; }

/* line 2154, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-flower2::before {
  content: "\f3ce"; }

/* line 2157, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-flower3::before {
  content: "\f3cf"; }

/* line 2160, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-folder-check::before {
  content: "\f3d0"; }

/* line 2163, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-folder-fill::before {
  content: "\f3d1"; }

/* line 2166, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-folder-minus::before {
  content: "\f3d2"; }

/* line 2169, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-folder-plus::before {
  content: "\f3d3"; }

/* line 2172, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-folder-symlink-fill::before {
  content: "\f3d4"; }

/* line 2175, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-folder-symlink::before {
  content: "\f3d5"; }

/* line 2178, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-folder-x::before {
  content: "\f3d6"; }

/* line 2181, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-folder::before {
  content: "\f3d7"; }

/* line 2184, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-folder2-open::before {
  content: "\f3d8"; }

/* line 2187, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-folder2::before {
  content: "\f3d9"; }

/* line 2190, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-fonts::before {
  content: "\f3da"; }

/* line 2193, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-forward-fill::before {
  content: "\f3db"; }

/* line 2196, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-forward::before {
  content: "\f3dc"; }

/* line 2199, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-front::before {
  content: "\f3dd"; }

/* line 2202, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-fullscreen-exit::before {
  content: "\f3de"; }

/* line 2205, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-fullscreen::before {
  content: "\f3df"; }

/* line 2208, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-funnel-fill::before {
  content: "\f3e0"; }

/* line 2211, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-funnel::before {
  content: "\f3e1"; }

/* line 2214, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-gear-fill::before {
  content: "\f3e2"; }

/* line 2217, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-gear-wide-connected::before {
  content: "\f3e3"; }

/* line 2220, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-gear-wide::before {
  content: "\f3e4"; }

/* line 2223, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-gear::before {
  content: "\f3e5"; }

/* line 2226, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-gem::before {
  content: "\f3e6"; }

/* line 2229, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-geo-alt-fill::before {
  content: "\f3e7"; }

/* line 2232, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-geo-alt::before {
  content: "\f3e8"; }

/* line 2235, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-geo-fill::before {
  content: "\f3e9"; }

/* line 2238, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-geo::before {
  content: "\f3ea"; }

/* line 2241, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-gift-fill::before {
  content: "\f3eb"; }

/* line 2244, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-gift::before {
  content: "\f3ec"; }

/* line 2247, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-github::before {
  content: "\f3ed"; }

/* line 2250, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-globe::before {
  content: "\f3ee"; }

/* line 2253, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-globe2::before {
  content: "\f3ef"; }

/* line 2256, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-google::before {
  content: "\f3f0"; }

/* line 2259, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-graph-down::before {
  content: "\f3f1"; }

/* line 2262, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-graph-up::before {
  content: "\f3f2"; }

/* line 2265, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-grid-1x2-fill::before {
  content: "\f3f3"; }

/* line 2268, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-grid-1x2::before {
  content: "\f3f4"; }

/* line 2271, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-grid-3x2-gap-fill::before {
  content: "\f3f5"; }

/* line 2274, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-grid-3x2-gap::before {
  content: "\f3f6"; }

/* line 2277, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-grid-3x2::before {
  content: "\f3f7"; }

/* line 2280, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-grid-3x3-gap-fill::before {
  content: "\f3f8"; }

/* line 2283, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-grid-3x3-gap::before {
  content: "\f3f9"; }

/* line 2286, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-grid-3x3::before {
  content: "\f3fa"; }

/* line 2289, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-grid-fill::before {
  content: "\f3fb"; }

/* line 2292, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-grid::before {
  content: "\f3fc"; }

/* line 2295, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-grip-horizontal::before {
  content: "\f3fd"; }

/* line 2298, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-grip-vertical::before {
  content: "\f3fe"; }

/* line 2301, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hammer::before {
  content: "\f3ff"; }

/* line 2304, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hand-index-fill::before {
  content: "\f400"; }

/* line 2307, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hand-index-thumb-fill::before {
  content: "\f401"; }

/* line 2310, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hand-index-thumb::before {
  content: "\f402"; }

/* line 2313, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hand-index::before {
  content: "\f403"; }

/* line 2316, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hand-thumbs-down-fill::before {
  content: "\f404"; }

/* line 2319, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hand-thumbs-down::before {
  content: "\f405"; }

/* line 2322, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hand-thumbs-up-fill::before {
  content: "\f406"; }

/* line 2325, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hand-thumbs-up::before {
  content: "\f407"; }

/* line 2328, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-handbag-fill::before {
  content: "\f408"; }

/* line 2331, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-handbag::before {
  content: "\f409"; }

/* line 2334, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hash::before {
  content: "\f40a"; }

/* line 2337, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hdd-fill::before {
  content: "\f40b"; }

/* line 2340, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hdd-network-fill::before {
  content: "\f40c"; }

/* line 2343, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hdd-network::before {
  content: "\f40d"; }

/* line 2346, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hdd-rack-fill::before {
  content: "\f40e"; }

/* line 2349, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hdd-rack::before {
  content: "\f40f"; }

/* line 2352, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hdd-stack-fill::before {
  content: "\f410"; }

/* line 2355, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hdd-stack::before {
  content: "\f411"; }

/* line 2358, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hdd::before {
  content: "\f412"; }

/* line 2361, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-headphones::before {
  content: "\f413"; }

/* line 2364, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-headset::before {
  content: "\f414"; }

/* line 2367, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-heart-fill::before {
  content: "\f415"; }

/* line 2370, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-heart-half::before {
  content: "\f416"; }

/* line 2373, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-heart::before {
  content: "\f417"; }

/* line 2376, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-heptagon-fill::before {
  content: "\f418"; }

/* line 2379, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-heptagon-half::before {
  content: "\f419"; }

/* line 2382, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-heptagon::before {
  content: "\f41a"; }

/* line 2385, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hexagon-fill::before {
  content: "\f41b"; }

/* line 2388, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hexagon-half::before {
  content: "\f41c"; }

/* line 2391, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hexagon::before {
  content: "\f41d"; }

/* line 2394, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hourglass-bottom::before {
  content: "\f41e"; }

/* line 2397, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hourglass-split::before {
  content: "\f41f"; }

/* line 2400, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hourglass-top::before {
  content: "\f420"; }

/* line 2403, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hourglass::before {
  content: "\f421"; }

/* line 2406, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-house-door-fill::before {
  content: "\f422"; }

/* line 2409, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-house-door::before {
  content: "\f423"; }

/* line 2412, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-house-fill::before {
  content: "\f424"; }

/* line 2415, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-house::before {
  content: "\f425"; }

/* line 2418, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hr::before {
  content: "\f426"; }

/* line 2421, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-hurricane::before {
  content: "\f427"; }

/* line 2424, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-image-alt::before {
  content: "\f428"; }

/* line 2427, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-image-fill::before {
  content: "\f429"; }

/* line 2430, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-image::before {
  content: "\f42a"; }

/* line 2433, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-images::before {
  content: "\f42b"; }

/* line 2436, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-inbox-fill::before {
  content: "\f42c"; }

/* line 2439, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-inbox::before {
  content: "\f42d"; }

/* line 2442, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-inboxes-fill::before {
  content: "\f42e"; }

/* line 2445, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-inboxes::before {
  content: "\f42f"; }

/* line 2448, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-info-circle-fill::before {
  content: "\f430"; }

/* line 2451, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-info-circle::before {
  content: "\f431"; }

/* line 2454, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-info-square-fill::before {
  content: "\f432"; }

/* line 2457, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-info-square::before {
  content: "\f433"; }

/* line 2460, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-info::before {
  content: "\f434"; }

/* line 2463, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-input-cursor-text::before {
  content: "\f435"; }

/* line 2466, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-input-cursor::before {
  content: "\f436"; }

/* line 2469, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-instagram::before {
  content: "\f437"; }

/* line 2472, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-intersect::before {
  content: "\f438"; }

/* line 2475, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-journal-album::before {
  content: "\f439"; }

/* line 2478, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-journal-arrow-down::before {
  content: "\f43a"; }

/* line 2481, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-journal-arrow-up::before {
  content: "\f43b"; }

/* line 2484, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-journal-bookmark-fill::before {
  content: "\f43c"; }

/* line 2487, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-journal-bookmark::before {
  content: "\f43d"; }

/* line 2490, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-journal-check::before {
  content: "\f43e"; }

/* line 2493, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-journal-code::before {
  content: "\f43f"; }

/* line 2496, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-journal-medical::before {
  content: "\f440"; }

/* line 2499, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-journal-minus::before {
  content: "\f441"; }

/* line 2502, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-journal-plus::before {
  content: "\f442"; }

/* line 2505, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-journal-richtext::before {
  content: "\f443"; }

/* line 2508, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-journal-text::before {
  content: "\f444"; }

/* line 2511, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-journal-x::before {
  content: "\f445"; }

/* line 2514, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-journal::before {
  content: "\f446"; }

/* line 2517, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-journals::before {
  content: "\f447"; }

/* line 2520, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-joystick::before {
  content: "\f448"; }

/* line 2523, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-justify-left::before {
  content: "\f449"; }

/* line 2526, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-justify-right::before {
  content: "\f44a"; }

/* line 2529, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-justify::before {
  content: "\f44b"; }

/* line 2532, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-kanban-fill::before {
  content: "\f44c"; }

/* line 2535, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-kanban::before {
  content: "\f44d"; }

/* line 2538, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-key-fill::before {
  content: "\f44e"; }

/* line 2541, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-key::before {
  content: "\f44f"; }

/* line 2544, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-keyboard-fill::before {
  content: "\f450"; }

/* line 2547, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-keyboard::before {
  content: "\f451"; }

/* line 2550, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-ladder::before {
  content: "\f452"; }

/* line 2553, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-lamp-fill::before {
  content: "\f453"; }

/* line 2556, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-lamp::before {
  content: "\f454"; }

/* line 2559, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-laptop-fill::before {
  content: "\f455"; }

/* line 2562, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-laptop::before {
  content: "\f456"; }

/* line 2565, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-layer-backward::before {
  content: "\f457"; }

/* line 2568, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-layer-forward::before {
  content: "\f458"; }

/* line 2571, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-layers-fill::before {
  content: "\f459"; }

/* line 2574, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-layers-half::before {
  content: "\f45a"; }

/* line 2577, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-layers::before {
  content: "\f45b"; }

/* line 2580, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-layout-sidebar-inset-reverse::before {
  content: "\f45c"; }

/* line 2583, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-layout-sidebar-inset::before {
  content: "\f45d"; }

/* line 2586, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-layout-sidebar-reverse::before {
  content: "\f45e"; }

/* line 2589, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-layout-sidebar::before {
  content: "\f45f"; }

/* line 2592, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-layout-split::before {
  content: "\f460"; }

/* line 2595, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-layout-text-sidebar-reverse::before {
  content: "\f461"; }

/* line 2598, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-layout-text-sidebar::before {
  content: "\f462"; }

/* line 2601, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-layout-text-window-reverse::before {
  content: "\f463"; }

/* line 2604, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-layout-text-window::before {
  content: "\f464"; }

/* line 2607, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-layout-three-columns::before {
  content: "\f465"; }

/* line 2610, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-layout-wtf::before {
  content: "\f466"; }

/* line 2613, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-life-preserver::before {
  content: "\f467"; }

/* line 2616, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-lightbulb-fill::before {
  content: "\f468"; }

/* line 2619, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-lightbulb-off-fill::before {
  content: "\f469"; }

/* line 2622, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-lightbulb-off::before {
  content: "\f46a"; }

/* line 2625, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-lightbulb::before {
  content: "\f46b"; }

/* line 2628, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-lightning-charge-fill::before {
  content: "\f46c"; }

/* line 2631, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-lightning-charge::before {
  content: "\f46d"; }

/* line 2634, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-lightning-fill::before {
  content: "\f46e"; }

/* line 2637, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-lightning::before {
  content: "\f46f"; }

/* line 2640, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-link-45deg::before {
  content: "\f470"; }

/* line 2643, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-link::before {
  content: "\f471"; }

/* line 2646, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-linkedin::before {
  content: "\f472"; }

/* line 2649, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-list-check::before {
  content: "\f473"; }

/* line 2652, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-list-nested::before {
  content: "\f474"; }

/* line 2655, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-list-ol::before {
  content: "\f475"; }

/* line 2658, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-list-stars::before {
  content: "\f476"; }

/* line 2661, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-list-task::before {
  content: "\f477"; }

/* line 2664, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-list-ul::before {
  content: "\f478"; }

/* line 2667, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-list::before {
  content: "\f479"; }

/* line 2670, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-lock-fill::before {
  content: "\f47a"; }

/* line 2673, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-lock::before {
  content: "\f47b"; }

/* line 2676, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-mailbox::before {
  content: "\f47c"; }

/* line 2679, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-mailbox2::before {
  content: "\f47d"; }

/* line 2682, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-map-fill::before {
  content: "\f47e"; }

/* line 2685, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-map::before {
  content: "\f47f"; }

/* line 2688, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-markdown-fill::before {
  content: "\f480"; }

/* line 2691, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-markdown::before {
  content: "\f481"; }

/* line 2694, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-mask::before {
  content: "\f482"; }

/* line 2697, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-megaphone-fill::before {
  content: "\f483"; }

/* line 2700, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-megaphone::before {
  content: "\f484"; }

/* line 2703, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-menu-app-fill::before {
  content: "\f485"; }

/* line 2706, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-menu-app::before {
  content: "\f486"; }

/* line 2709, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-menu-button-fill::before {
  content: "\f487"; }

/* line 2712, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-menu-button-wide-fill::before {
  content: "\f488"; }

/* line 2715, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-menu-button-wide::before {
  content: "\f489"; }

/* line 2718, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-menu-button::before {
  content: "\f48a"; }

/* line 2721, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-menu-down::before {
  content: "\f48b"; }

/* line 2724, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-menu-up::before {
  content: "\f48c"; }

/* line 2727, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-mic-fill::before {
  content: "\f48d"; }

/* line 2730, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-mic-mute-fill::before {
  content: "\f48e"; }

/* line 2733, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-mic-mute::before {
  content: "\f48f"; }

/* line 2736, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-mic::before {
  content: "\f490"; }

/* line 2739, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-minecart-loaded::before {
  content: "\f491"; }

/* line 2742, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-minecart::before {
  content: "\f492"; }

/* line 2745, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-moisture::before {
  content: "\f493"; }

/* line 2748, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-moon-fill::before {
  content: "\f494"; }

/* line 2751, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-moon-stars-fill::before {
  content: "\f495"; }

/* line 2754, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-moon-stars::before {
  content: "\f496"; }

/* line 2757, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-moon::before {
  content: "\f497"; }

/* line 2760, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-mouse-fill::before {
  content: "\f498"; }

/* line 2763, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-mouse::before {
  content: "\f499"; }

/* line 2766, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-mouse2-fill::before {
  content: "\f49a"; }

/* line 2769, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-mouse2::before {
  content: "\f49b"; }

/* line 2772, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-mouse3-fill::before {
  content: "\f49c"; }

/* line 2775, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-mouse3::before {
  content: "\f49d"; }

/* line 2778, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-music-note-beamed::before {
  content: "\f49e"; }

/* line 2781, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-music-note-list::before {
  content: "\f49f"; }

/* line 2784, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-music-note::before {
  content: "\f4a0"; }

/* line 2787, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-music-player-fill::before {
  content: "\f4a1"; }

/* line 2790, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-music-player::before {
  content: "\f4a2"; }

/* line 2793, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-newspaper::before {
  content: "\f4a3"; }

/* line 2796, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-node-minus-fill::before {
  content: "\f4a4"; }

/* line 2799, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-node-minus::before {
  content: "\f4a5"; }

/* line 2802, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-node-plus-fill::before {
  content: "\f4a6"; }

/* line 2805, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-node-plus::before {
  content: "\f4a7"; }

/* line 2808, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-nut-fill::before {
  content: "\f4a8"; }

/* line 2811, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-nut::before {
  content: "\f4a9"; }

/* line 2814, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-octagon-fill::before {
  content: "\f4aa"; }

/* line 2817, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-octagon-half::before {
  content: "\f4ab"; }

/* line 2820, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-octagon::before {
  content: "\f4ac"; }

/* line 2823, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-option::before {
  content: "\f4ad"; }

/* line 2826, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-outlet::before {
  content: "\f4ae"; }

/* line 2829, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-paint-bucket::before {
  content: "\f4af"; }

/* line 2832, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-palette-fill::before {
  content: "\f4b0"; }

/* line 2835, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-palette::before {
  content: "\f4b1"; }

/* line 2838, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-palette2::before {
  content: "\f4b2"; }

/* line 2841, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-paperclip::before {
  content: "\f4b3"; }

/* line 2844, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-paragraph::before {
  content: "\f4b4"; }

/* line 2847, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-patch-check-fill::before {
  content: "\f4b5"; }

/* line 2850, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-patch-check::before {
  content: "\f4b6"; }

/* line 2853, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-patch-exclamation-fill::before {
  content: "\f4b7"; }

/* line 2856, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-patch-exclamation::before {
  content: "\f4b8"; }

/* line 2859, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-patch-minus-fill::before {
  content: "\f4b9"; }

/* line 2862, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-patch-minus::before {
  content: "\f4ba"; }

/* line 2865, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-patch-plus-fill::before {
  content: "\f4bb"; }

/* line 2868, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-patch-plus::before {
  content: "\f4bc"; }

/* line 2871, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-patch-question-fill::before {
  content: "\f4bd"; }

/* line 2874, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-patch-question::before {
  content: "\f4be"; }

/* line 2877, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pause-btn-fill::before {
  content: "\f4bf"; }

/* line 2880, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pause-btn::before {
  content: "\f4c0"; }

/* line 2883, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pause-circle-fill::before {
  content: "\f4c1"; }

/* line 2886, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pause-circle::before {
  content: "\f4c2"; }

/* line 2889, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pause-fill::before {
  content: "\f4c3"; }

/* line 2892, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pause::before {
  content: "\f4c4"; }

/* line 2895, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-peace-fill::before {
  content: "\f4c5"; }

/* line 2898, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-peace::before {
  content: "\f4c6"; }

/* line 2901, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pen-fill::before {
  content: "\f4c7"; }

/* line 2904, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pen::before {
  content: "\f4c8"; }

/* line 2907, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pencil-fill::before {
  content: "\f4c9"; }

/* line 2910, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pencil-square::before {
  content: "\f4ca"; }

/* line 2913, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pencil::before {
  content: "\f4cb"; }

/* line 2916, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pentagon-fill::before {
  content: "\f4cc"; }

/* line 2919, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pentagon-half::before {
  content: "\f4cd"; }

/* line 2922, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pentagon::before {
  content: "\f4ce"; }

/* line 2925, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-people-fill::before {
  content: "\f4cf"; }

/* line 2928, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-people::before {
  content: "\f4d0"; }

/* line 2931, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-percent::before {
  content: "\f4d1"; }

/* line 2934, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-person-badge-fill::before {
  content: "\f4d2"; }

/* line 2937, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-person-badge::before {
  content: "\f4d3"; }

/* line 2940, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-person-bounding-box::before {
  content: "\f4d4"; }

/* line 2943, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-person-check-fill::before {
  content: "\f4d5"; }

/* line 2946, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-person-check::before {
  content: "\f4d6"; }

/* line 2949, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-person-circle::before {
  content: "\f4d7"; }

/* line 2952, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-person-dash-fill::before {
  content: "\f4d8"; }

/* line 2955, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-person-dash::before {
  content: "\f4d9"; }

/* line 2958, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-person-fill::before {
  content: "\f4da"; }

/* line 2961, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-person-lines-fill::before {
  content: "\f4db"; }

/* line 2964, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-person-plus-fill::before {
  content: "\f4dc"; }

/* line 2967, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-person-plus::before {
  content: "\f4dd"; }

/* line 2970, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-person-square::before {
  content: "\f4de"; }

/* line 2973, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-person-x-fill::before {
  content: "\f4df"; }

/* line 2976, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-person-x::before {
  content: "\f4e0"; }

/* line 2979, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-person::before {
  content: "\f4e1"; }

/* line 2982, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-phone-fill::before {
  content: "\f4e2"; }

/* line 2985, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-phone-landscape-fill::before {
  content: "\f4e3"; }

/* line 2988, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-phone-landscape::before {
  content: "\f4e4"; }

/* line 2991, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-phone-vibrate-fill::before {
  content: "\f4e5"; }

/* line 2994, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-phone-vibrate::before {
  content: "\f4e6"; }

/* line 2997, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-phone::before {
  content: "\f4e7"; }

/* line 3000, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pie-chart-fill::before {
  content: "\f4e8"; }

/* line 3003, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pie-chart::before {
  content: "\f4e9"; }

/* line 3006, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pin-angle-fill::before {
  content: "\f4ea"; }

/* line 3009, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pin-angle::before {
  content: "\f4eb"; }

/* line 3012, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pin-fill::before {
  content: "\f4ec"; }

/* line 3015, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pin::before {
  content: "\f4ed"; }

/* line 3018, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pip-fill::before {
  content: "\f4ee"; }

/* line 3021, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pip::before {
  content: "\f4ef"; }

/* line 3024, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-play-btn-fill::before {
  content: "\f4f0"; }

/* line 3027, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-play-btn::before {
  content: "\f4f1"; }

/* line 3030, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-play-circle-fill::before {
  content: "\f4f2"; }

/* line 3033, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-play-circle::before {
  content: "\f4f3"; }

/* line 3036, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-play-fill::before {
  content: "\f4f4"; }

/* line 3039, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-play::before {
  content: "\f4f5"; }

/* line 3042, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-plug-fill::before {
  content: "\f4f6"; }

/* line 3045, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-plug::before {
  content: "\f4f7"; }

/* line 3048, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-plus-circle-dotted::before {
  content: "\f4f8"; }

/* line 3051, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-plus-circle-fill::before {
  content: "\f4f9"; }

/* line 3054, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-plus-circle::before {
  content: "\f4fa"; }

/* line 3057, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-plus-square-dotted::before {
  content: "\f4fb"; }

/* line 3060, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-plus-square-fill::before {
  content: "\f4fc"; }

/* line 3063, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-plus-square::before {
  content: "\f4fd"; }

/* line 3066, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-plus::before {
  content: "\f4fe"; }

/* line 3069, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-power::before {
  content: "\f4ff"; }

/* line 3072, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-printer-fill::before {
  content: "\f500"; }

/* line 3075, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-printer::before {
  content: "\f501"; }

/* line 3078, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-puzzle-fill::before {
  content: "\f502"; }

/* line 3081, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-puzzle::before {
  content: "\f503"; }

/* line 3084, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-question-circle-fill::before {
  content: "\f504"; }

/* line 3087, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-question-circle::before {
  content: "\f505"; }

/* line 3090, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-question-diamond-fill::before {
  content: "\f506"; }

/* line 3093, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-question-diamond::before {
  content: "\f507"; }

/* line 3096, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-question-octagon-fill::before {
  content: "\f508"; }

/* line 3099, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-question-octagon::before {
  content: "\f509"; }

/* line 3102, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-question-square-fill::before {
  content: "\f50a"; }

/* line 3105, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-question-square::before {
  content: "\f50b"; }

/* line 3108, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-question::before {
  content: "\f50c"; }

/* line 3111, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-rainbow::before {
  content: "\f50d"; }

/* line 3114, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-receipt-cutoff::before {
  content: "\f50e"; }

/* line 3117, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-receipt::before {
  content: "\f50f"; }

/* line 3120, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-reception-0::before {
  content: "\f510"; }

/* line 3123, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-reception-1::before {
  content: "\f511"; }

/* line 3126, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-reception-2::before {
  content: "\f512"; }

/* line 3129, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-reception-3::before {
  content: "\f513"; }

/* line 3132, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-reception-4::before {
  content: "\f514"; }

/* line 3135, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-record-btn-fill::before {
  content: "\f515"; }

/* line 3138, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-record-btn::before {
  content: "\f516"; }

/* line 3141, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-record-circle-fill::before {
  content: "\f517"; }

/* line 3144, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-record-circle::before {
  content: "\f518"; }

/* line 3147, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-record-fill::before {
  content: "\f519"; }

/* line 3150, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-record::before {
  content: "\f51a"; }

/* line 3153, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-record2-fill::before {
  content: "\f51b"; }

/* line 3156, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-record2::before {
  content: "\f51c"; }

/* line 3159, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-reply-all-fill::before {
  content: "\f51d"; }

/* line 3162, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-reply-all::before {
  content: "\f51e"; }

/* line 3165, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-reply-fill::before {
  content: "\f51f"; }

/* line 3168, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-reply::before {
  content: "\f520"; }

/* line 3171, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-rss-fill::before {
  content: "\f521"; }

/* line 3174, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-rss::before {
  content: "\f522"; }

/* line 3177, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-rulers::before {
  content: "\f523"; }

/* line 3180, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-save-fill::before {
  content: "\f524"; }

/* line 3183, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-save::before {
  content: "\f525"; }

/* line 3186, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-save2-fill::before {
  content: "\f526"; }

/* line 3189, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-save2::before {
  content: "\f527"; }

/* line 3192, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-scissors::before {
  content: "\f528"; }

/* line 3195, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-screwdriver::before {
  content: "\f529"; }

/* line 3198, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-search::before {
  content: "\f52a"; }

/* line 3201, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-segmented-nav::before {
  content: "\f52b"; }

/* line 3204, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-server::before {
  content: "\f52c"; }

/* line 3207, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-share-fill::before {
  content: "\f52d"; }

/* line 3210, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-share::before {
  content: "\f52e"; }

/* line 3213, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shield-check::before {
  content: "\f52f"; }

/* line 3216, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shield-exclamation::before {
  content: "\f530"; }

/* line 3219, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shield-fill-check::before {
  content: "\f531"; }

/* line 3222, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shield-fill-exclamation::before {
  content: "\f532"; }

/* line 3225, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shield-fill-minus::before {
  content: "\f533"; }

/* line 3228, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shield-fill-plus::before {
  content: "\f534"; }

/* line 3231, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shield-fill-x::before {
  content: "\f535"; }

/* line 3234, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shield-fill::before {
  content: "\f536"; }

/* line 3237, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shield-lock-fill::before {
  content: "\f537"; }

/* line 3240, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shield-lock::before {
  content: "\f538"; }

/* line 3243, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shield-minus::before {
  content: "\f539"; }

/* line 3246, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shield-plus::before {
  content: "\f53a"; }

/* line 3249, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shield-shaded::before {
  content: "\f53b"; }

/* line 3252, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shield-slash-fill::before {
  content: "\f53c"; }

/* line 3255, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shield-slash::before {
  content: "\f53d"; }

/* line 3258, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shield-x::before {
  content: "\f53e"; }

/* line 3261, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shield::before {
  content: "\f53f"; }

/* line 3264, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shift-fill::before {
  content: "\f540"; }

/* line 3267, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shift::before {
  content: "\f541"; }

/* line 3270, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shop-window::before {
  content: "\f542"; }

/* line 3273, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shop::before {
  content: "\f543"; }

/* line 3276, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-shuffle::before {
  content: "\f544"; }

/* line 3279, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-signpost-2-fill::before {
  content: "\f545"; }

/* line 3282, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-signpost-2::before {
  content: "\f546"; }

/* line 3285, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-signpost-fill::before {
  content: "\f547"; }

/* line 3288, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-signpost-split-fill::before {
  content: "\f548"; }

/* line 3291, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-signpost-split::before {
  content: "\f549"; }

/* line 3294, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-signpost::before {
  content: "\f54a"; }

/* line 3297, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sim-fill::before {
  content: "\f54b"; }

/* line 3300, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sim::before {
  content: "\f54c"; }

/* line 3303, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-backward-btn-fill::before {
  content: "\f54d"; }

/* line 3306, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-backward-btn::before {
  content: "\f54e"; }

/* line 3309, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-backward-circle-fill::before {
  content: "\f54f"; }

/* line 3312, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-backward-circle::before {
  content: "\f550"; }

/* line 3315, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-backward-fill::before {
  content: "\f551"; }

/* line 3318, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-backward::before {
  content: "\f552"; }

/* line 3321, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-end-btn-fill::before {
  content: "\f553"; }

/* line 3324, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-end-btn::before {
  content: "\f554"; }

/* line 3327, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-end-circle-fill::before {
  content: "\f555"; }

/* line 3330, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-end-circle::before {
  content: "\f556"; }

/* line 3333, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-end-fill::before {
  content: "\f557"; }

/* line 3336, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-end::before {
  content: "\f558"; }

/* line 3339, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-forward-btn-fill::before {
  content: "\f559"; }

/* line 3342, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-forward-btn::before {
  content: "\f55a"; }

/* line 3345, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-forward-circle-fill::before {
  content: "\f55b"; }

/* line 3348, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-forward-circle::before {
  content: "\f55c"; }

/* line 3351, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-forward-fill::before {
  content: "\f55d"; }

/* line 3354, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-forward::before {
  content: "\f55e"; }

/* line 3357, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-start-btn-fill::before {
  content: "\f55f"; }

/* line 3360, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-start-btn::before {
  content: "\f560"; }

/* line 3363, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-start-circle-fill::before {
  content: "\f561"; }

/* line 3366, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-start-circle::before {
  content: "\f562"; }

/* line 3369, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-start-fill::before {
  content: "\f563"; }

/* line 3372, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skip-start::before {
  content: "\f564"; }

/* line 3375, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-slack::before {
  content: "\f565"; }

/* line 3378, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-slash-circle-fill::before {
  content: "\f566"; }

/* line 3381, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-slash-circle::before {
  content: "\f567"; }

/* line 3384, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-slash-square-fill::before {
  content: "\f568"; }

/* line 3387, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-slash-square::before {
  content: "\f569"; }

/* line 3390, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-slash::before {
  content: "\f56a"; }

/* line 3393, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sliders::before {
  content: "\f56b"; }

/* line 3396, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-smartwatch::before {
  content: "\f56c"; }

/* line 3399, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-snow::before {
  content: "\f56d"; }

/* line 3402, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-snow2::before {
  content: "\f56e"; }

/* line 3405, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-snow3::before {
  content: "\f56f"; }

/* line 3408, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sort-alpha-down-alt::before {
  content: "\f570"; }

/* line 3411, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sort-alpha-down::before {
  content: "\f571"; }

/* line 3414, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sort-alpha-up-alt::before {
  content: "\f572"; }

/* line 3417, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sort-alpha-up::before {
  content: "\f573"; }

/* line 3420, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sort-down-alt::before {
  content: "\f574"; }

/* line 3423, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sort-down::before {
  content: "\f575"; }

/* line 3426, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sort-numeric-down-alt::before {
  content: "\f576"; }

/* line 3429, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sort-numeric-down::before {
  content: "\f577"; }

/* line 3432, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sort-numeric-up-alt::before {
  content: "\f578"; }

/* line 3435, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sort-numeric-up::before {
  content: "\f579"; }

/* line 3438, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sort-up-alt::before {
  content: "\f57a"; }

/* line 3441, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sort-up::before {
  content: "\f57b"; }

/* line 3444, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-soundwave::before {
  content: "\f57c"; }

/* line 3447, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-speaker-fill::before {
  content: "\f57d"; }

/* line 3450, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-speaker::before {
  content: "\f57e"; }

/* line 3453, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-speedometer::before {
  content: "\f57f"; }

/* line 3456, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-speedometer2::before {
  content: "\f580"; }

/* line 3459, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-spellcheck::before {
  content: "\f581"; }

/* line 3462, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-square-fill::before {
  content: "\f582"; }

/* line 3465, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-square-half::before {
  content: "\f583"; }

/* line 3468, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-square::before {
  content: "\f584"; }

/* line 3471, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-stack::before {
  content: "\f585"; }

/* line 3474, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-star-fill::before {
  content: "\f586"; }

/* line 3477, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-star-half::before {
  content: "\f587"; }

/* line 3480, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-star::before {
  content: "\f588"; }

/* line 3483, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-stars::before {
  content: "\f589"; }

/* line 3486, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-stickies-fill::before {
  content: "\f58a"; }

/* line 3489, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-stickies::before {
  content: "\f58b"; }

/* line 3492, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sticky-fill::before {
  content: "\f58c"; }

/* line 3495, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sticky::before {
  content: "\f58d"; }

/* line 3498, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-stop-btn-fill::before {
  content: "\f58e"; }

/* line 3501, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-stop-btn::before {
  content: "\f58f"; }

/* line 3504, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-stop-circle-fill::before {
  content: "\f590"; }

/* line 3507, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-stop-circle::before {
  content: "\f591"; }

/* line 3510, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-stop-fill::before {
  content: "\f592"; }

/* line 3513, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-stop::before {
  content: "\f593"; }

/* line 3516, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-stoplights-fill::before {
  content: "\f594"; }

/* line 3519, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-stoplights::before {
  content: "\f595"; }

/* line 3522, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-stopwatch-fill::before {
  content: "\f596"; }

/* line 3525, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-stopwatch::before {
  content: "\f597"; }

/* line 3528, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-subtract::before {
  content: "\f598"; }

/* line 3531, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-suit-club-fill::before {
  content: "\f599"; }

/* line 3534, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-suit-club::before {
  content: "\f59a"; }

/* line 3537, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-suit-diamond-fill::before {
  content: "\f59b"; }

/* line 3540, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-suit-diamond::before {
  content: "\f59c"; }

/* line 3543, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-suit-heart-fill::before {
  content: "\f59d"; }

/* line 3546, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-suit-heart::before {
  content: "\f59e"; }

/* line 3549, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-suit-spade-fill::before {
  content: "\f59f"; }

/* line 3552, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-suit-spade::before {
  content: "\f5a0"; }

/* line 3555, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sun-fill::before {
  content: "\f5a1"; }

/* line 3558, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sun::before {
  content: "\f5a2"; }

/* line 3561, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sunglasses::before {
  content: "\f5a3"; }

/* line 3564, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sunrise-fill::before {
  content: "\f5a4"; }

/* line 3567, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sunrise::before {
  content: "\f5a5"; }

/* line 3570, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sunset-fill::before {
  content: "\f5a6"; }

/* line 3573, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sunset::before {
  content: "\f5a7"; }

/* line 3576, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-symmetry-horizontal::before {
  content: "\f5a8"; }

/* line 3579, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-symmetry-vertical::before {
  content: "\f5a9"; }

/* line 3582, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-table::before {
  content: "\f5aa"; }

/* line 3585, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-tablet-fill::before {
  content: "\f5ab"; }

/* line 3588, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-tablet-landscape-fill::before {
  content: "\f5ac"; }

/* line 3591, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-tablet-landscape::before {
  content: "\f5ad"; }

/* line 3594, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-tablet::before {
  content: "\f5ae"; }

/* line 3597, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-tag-fill::before {
  content: "\f5af"; }

/* line 3600, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-tag::before {
  content: "\f5b0"; }

/* line 3603, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-tags-fill::before {
  content: "\f5b1"; }

/* line 3606, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-tags::before {
  content: "\f5b2"; }

/* line 3609, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-telegram::before {
  content: "\f5b3"; }

/* line 3612, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-telephone-fill::before {
  content: "\f5b4"; }

/* line 3615, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-telephone-forward-fill::before {
  content: "\f5b5"; }

/* line 3618, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-telephone-forward::before {
  content: "\f5b6"; }

/* line 3621, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-telephone-inbound-fill::before {
  content: "\f5b7"; }

/* line 3624, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-telephone-inbound::before {
  content: "\f5b8"; }

/* line 3627, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-telephone-minus-fill::before {
  content: "\f5b9"; }

/* line 3630, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-telephone-minus::before {
  content: "\f5ba"; }

/* line 3633, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-telephone-outbound-fill::before {
  content: "\f5bb"; }

/* line 3636, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-telephone-outbound::before {
  content: "\f5bc"; }

/* line 3639, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-telephone-plus-fill::before {
  content: "\f5bd"; }

/* line 3642, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-telephone-plus::before {
  content: "\f5be"; }

/* line 3645, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-telephone-x-fill::before {
  content: "\f5bf"; }

/* line 3648, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-telephone-x::before {
  content: "\f5c0"; }

/* line 3651, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-telephone::before {
  content: "\f5c1"; }

/* line 3654, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-terminal-fill::before {
  content: "\f5c2"; }

/* line 3657, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-terminal::before {
  content: "\f5c3"; }

/* line 3660, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-text-center::before {
  content: "\f5c4"; }

/* line 3663, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-text-indent-left::before {
  content: "\f5c5"; }

/* line 3666, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-text-indent-right::before {
  content: "\f5c6"; }

/* line 3669, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-text-left::before {
  content: "\f5c7"; }

/* line 3672, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-text-paragraph::before {
  content: "\f5c8"; }

/* line 3675, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-text-right::before {
  content: "\f5c9"; }

/* line 3678, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-textarea-resize::before {
  content: "\f5ca"; }

/* line 3681, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-textarea-t::before {
  content: "\f5cb"; }

/* line 3684, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-textarea::before {
  content: "\f5cc"; }

/* line 3687, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-thermometer-half::before {
  content: "\f5cd"; }

/* line 3690, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-thermometer-high::before {
  content: "\f5ce"; }

/* line 3693, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-thermometer-low::before {
  content: "\f5cf"; }

/* line 3696, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-thermometer-snow::before {
  content: "\f5d0"; }

/* line 3699, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-thermometer-sun::before {
  content: "\f5d1"; }

/* line 3702, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-thermometer::before {
  content: "\f5d2"; }

/* line 3705, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-three-dots-vertical::before {
  content: "\f5d3"; }

/* line 3708, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-three-dots::before {
  content: "\f5d4"; }

/* line 3711, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-toggle-off::before {
  content: "\f5d5"; }

/* line 3714, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-toggle-on::before {
  content: "\f5d6"; }

/* line 3717, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-toggle2-off::before {
  content: "\f5d7"; }

/* line 3720, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-toggle2-on::before {
  content: "\f5d8"; }

/* line 3723, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-toggles::before {
  content: "\f5d9"; }

/* line 3726, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-toggles2::before {
  content: "\f5da"; }

/* line 3729, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-tools::before {
  content: "\f5db"; }

/* line 3732, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-tornado::before {
  content: "\f5dc"; }

/* line 3735, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-trash-fill::before {
  content: "\f5dd"; }

/* line 3738, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-trash::before {
  content: "\f5de"; }

/* line 3741, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-trash2-fill::before {
  content: "\f5df"; }

/* line 3744, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-trash2::before {
  content: "\f5e0"; }

/* line 3747, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-tree-fill::before {
  content: "\f5e1"; }

/* line 3750, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-tree::before {
  content: "\f5e2"; }

/* line 3753, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-triangle-fill::before {
  content: "\f5e3"; }

/* line 3756, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-triangle-half::before {
  content: "\f5e4"; }

/* line 3759, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-triangle::before {
  content: "\f5e5"; }

/* line 3762, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-trophy-fill::before {
  content: "\f5e6"; }

/* line 3765, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-trophy::before {
  content: "\f5e7"; }

/* line 3768, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-tropical-storm::before {
  content: "\f5e8"; }

/* line 3771, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-truck-flatbed::before {
  content: "\f5e9"; }

/* line 3774, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-truck::before {
  content: "\f5ea"; }

/* line 3777, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-tsunami::before {
  content: "\f5eb"; }

/* line 3780, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-tv-fill::before {
  content: "\f5ec"; }

/* line 3783, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-tv::before {
  content: "\f5ed"; }

/* line 3786, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-twitch::before {
  content: "\f5ee"; }

/* line 3789, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-twitter::before {
  content: "\f5ef"; }

/* line 3792, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-type-bold::before {
  content: "\f5f0"; }

/* line 3795, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-type-h1::before {
  content: "\f5f1"; }

/* line 3798, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-type-h2::before {
  content: "\f5f2"; }

/* line 3801, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-type-h3::before {
  content: "\f5f3"; }

/* line 3804, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-type-italic::before {
  content: "\f5f4"; }

/* line 3807, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-type-strikethrough::before {
  content: "\f5f5"; }

/* line 3810, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-type-underline::before {
  content: "\f5f6"; }

/* line 3813, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-type::before {
  content: "\f5f7"; }

/* line 3816, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-ui-checks-grid::before {
  content: "\f5f8"; }

/* line 3819, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-ui-checks::before {
  content: "\f5f9"; }

/* line 3822, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-ui-radios-grid::before {
  content: "\f5fa"; }

/* line 3825, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-ui-radios::before {
  content: "\f5fb"; }

/* line 3828, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-umbrella-fill::before {
  content: "\f5fc"; }

/* line 3831, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-umbrella::before {
  content: "\f5fd"; }

/* line 3834, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-union::before {
  content: "\f5fe"; }

/* line 3837, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-unlock-fill::before {
  content: "\f5ff"; }

/* line 3840, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-unlock::before {
  content: "\f600"; }

/* line 3843, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-upc-scan::before {
  content: "\f601"; }

/* line 3846, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-upc::before {
  content: "\f602"; }

/* line 3849, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-upload::before {
  content: "\f603"; }

/* line 3852, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-vector-pen::before {
  content: "\f604"; }

/* line 3855, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-view-list::before {
  content: "\f605"; }

/* line 3858, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-view-stacked::before {
  content: "\f606"; }

/* line 3861, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-vinyl-fill::before {
  content: "\f607"; }

/* line 3864, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-vinyl::before {
  content: "\f608"; }

/* line 3867, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-voicemail::before {
  content: "\f609"; }

/* line 3870, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-volume-down-fill::before {
  content: "\f60a"; }

/* line 3873, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-volume-down::before {
  content: "\f60b"; }

/* line 3876, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-volume-mute-fill::before {
  content: "\f60c"; }

/* line 3879, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-volume-mute::before {
  content: "\f60d"; }

/* line 3882, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-volume-off-fill::before {
  content: "\f60e"; }

/* line 3885, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-volume-off::before {
  content: "\f60f"; }

/* line 3888, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-volume-up-fill::before {
  content: "\f610"; }

/* line 3891, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-volume-up::before {
  content: "\f611"; }

/* line 3894, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-vr::before {
  content: "\f612"; }

/* line 3897, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-wallet-fill::before {
  content: "\f613"; }

/* line 3900, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-wallet::before {
  content: "\f614"; }

/* line 3903, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-wallet2::before {
  content: "\f615"; }

/* line 3906, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-watch::before {
  content: "\f616"; }

/* line 3909, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-water::before {
  content: "\f617"; }

/* line 3912, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-whatsapp::before {
  content: "\f618"; }

/* line 3915, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-wifi-1::before {
  content: "\f619"; }

/* line 3918, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-wifi-2::before {
  content: "\f61a"; }

/* line 3921, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-wifi-off::before {
  content: "\f61b"; }

/* line 3924, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-wifi::before {
  content: "\f61c"; }

/* line 3927, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-wind::before {
  content: "\f61d"; }

/* line 3930, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-window-dock::before {
  content: "\f61e"; }

/* line 3933, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-window-sidebar::before {
  content: "\f61f"; }

/* line 3936, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-window::before {
  content: "\f620"; }

/* line 3939, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-wrench::before {
  content: "\f621"; }

/* line 3942, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-x-circle-fill::before {
  content: "\f622"; }

/* line 3945, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-x-circle::before {
  content: "\f623"; }

/* line 3948, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-x-diamond-fill::before {
  content: "\f624"; }

/* line 3951, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-x-diamond::before {
  content: "\f625"; }

/* line 3954, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-x-octagon-fill::before {
  content: "\f626"; }

/* line 3957, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-x-octagon::before {
  content: "\f627"; }

/* line 3960, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-x-square-fill::before {
  content: "\f628"; }

/* line 3963, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-x-square::before {
  content: "\f629"; }

/* line 3966, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-x::before {
  content: "\f62a"; }

/* line 3969, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-youtube::before {
  content: "\f62b"; }

/* line 3972, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-zoom-in::before {
  content: "\f62c"; }

/* line 3975, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-zoom-out::before {
  content: "\f62d"; }

/* line 3978, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bank::before {
  content: "\f62e"; }

/* line 3981, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bank2::before {
  content: "\f62f"; }

/* line 3984, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bell-slash-fill::before {
  content: "\f630"; }

/* line 3987, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-bell-slash::before {
  content: "\f631"; }

/* line 3990, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-cash-coin::before {
  content: "\f632"; }

/* line 3993, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-check-lg::before {
  content: "\f633"; }

/* line 3996, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-coin::before {
  content: "\f634"; }

/* line 3999, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-currency-bitcoin::before {
  content: "\f635"; }

/* line 4002, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-currency-dollar::before {
  content: "\f636"; }

/* line 4005, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-currency-euro::before {
  content: "\f637"; }

/* line 4008, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-currency-exchange::before {
  content: "\f638"; }

/* line 4011, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-currency-pound::before {
  content: "\f639"; }

/* line 4014, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-currency-yen::before {
  content: "\f63a"; }

/* line 4017, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-dash-lg::before {
  content: "\f63b"; }

/* line 4020, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-exclamation-lg::before {
  content: "\f63c"; }

/* line 4023, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-pdf-fill::before {
  content: "\f63d"; }

/* line 4026, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-earmark-pdf::before {
  content: "\f63e"; }

/* line 4029, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-pdf-fill::before {
  content: "\f63f"; }

/* line 4032, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-file-pdf::before {
  content: "\f640"; }

/* line 4035, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-gender-ambiguous::before {
  content: "\f641"; }

/* line 4038, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-gender-female::before {
  content: "\f642"; }

/* line 4041, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-gender-male::before {
  content: "\f643"; }

/* line 4044, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-gender-trans::before {
  content: "\f644"; }

/* line 4047, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-headset-vr::before {
  content: "\f645"; }

/* line 4050, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-info-lg::before {
  content: "\f646"; }

/* line 4053, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-mastodon::before {
  content: "\f647"; }

/* line 4056, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-messenger::before {
  content: "\f648"; }

/* line 4059, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-piggy-bank-fill::before {
  content: "\f649"; }

/* line 4062, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-piggy-bank::before {
  content: "\f64a"; }

/* line 4065, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pin-map-fill::before {
  content: "\f64b"; }

/* line 4068, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-pin-map::before {
  content: "\f64c"; }

/* line 4071, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-plus-lg::before {
  content: "\f64d"; }

/* line 4074, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-question-lg::before {
  content: "\f64e"; }

/* line 4077, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-recycle::before {
  content: "\f64f"; }

/* line 4080, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-reddit::before {
  content: "\f650"; }

/* line 4083, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-safe-fill::before {
  content: "\f651"; }

/* line 4086, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-safe2-fill::before {
  content: "\f652"; }

/* line 4089, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-safe2::before {
  content: "\f653"; }

/* line 4092, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sd-card-fill::before {
  content: "\f654"; }

/* line 4095, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-sd-card::before {
  content: "\f655"; }

/* line 4098, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-skype::before {
  content: "\f656"; }

/* line 4101, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-slash-lg::before {
  content: "\f657"; }

/* line 4104, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-translate::before {
  content: "\f658"; }

/* line 4107, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-x-lg::before {
  content: "\f659"; }

/* line 4110, style/sass/partials/_icons.sass */
.climate-diplomacy-map .bi-safe::before {
  content: "\f65a"; }

/* justifying the content*/
.climate-diplomacy-map .diplomacy-map-texts .textbox .textbox-justified{
  text-align: left;
}