@charset "UTF-8";
/**
 * @file
 * Alignment classes for text and block level elements.
 */

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.text-align-justify {
  text-align: justify;
}

/**
 * Alignment classes for block level elements (images, videos, blockquotes, etc.)
 */
.align-left {
  float: left;
}

.align-right {
  float: right;
}

.align-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/**
 * @file
 * Inline items.
 */

.container-inline div,
.container-inline label {
  display: inline;
}

/* Details contents always need to be rendered as block. */
.container-inline .details-wrapper {
  display: block;
}

.clearfix:after {
  display: table;
  clear: both;
  content: "";
}

.js details:not([open]) .details-wrapper {
  display: none;
}

.hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen readers.
 *
 * Used for information required for screen reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

/**
 * The .focusable class extends the .visually-hidden class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}

/**
 * Hide visually and from screen readers, but maintain layout.
 */
.invisible {
  visibility: hidden;
}

.item-list__comma-list,
.item-list__comma-list li {
  display: inline;
}

.item-list__comma-list {
  margin: 0;
  padding: 0;
}

.item-list__comma-list li:after {
  content: ", ";
}

.item-list__comma-list li:last-child:after {
  content: "";
}

.js .js-hide {
  display: none;
}

/**
 * For anything you want to show on page load only when JS is enabled.
 */
.js-show {
  display: none;
}

.js .js-show {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.position-container {
  position: relative;
}

.progress {
  position: relative;
}

.progress__track {
  min-width: 100px;
  max-width: 100%;
  height: 16px;
  margin-top: 5px;
  border: 1px solid;
  background-color: #fff;
}

.progress__bar {
  width: 3%;
  min-width: 3%;
  max-width: 100%;
  height: 1.5em;
  background-color: #000;
}

.progress__description,
.progress__percentage {
  overflow: hidden;
  margin-top: 0.2em;
  color: #555;
  font-size: 0.875em;
}

.progress__description {
  float: left;
  /* LTR */
}

[dir="rtl"] .progress__description {
  float: right;
}

.progress__percentage {
  float: right;
  /* LTR */
}

[dir="rtl"] .progress__percentage {
  float: left;
}

.progress--small .progress__track {
  height: 7px;
}

.progress--small .progress__bar {
  height: 7px;
  background-size: 20px 20px;
}

.reset-appearance {
  margin: 0;
  padding: 0;
  border: 0 none;
  background: transparent;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.resize-none {
  resize: none;
}

.resize-vertical {
  min-height: 2em;
  resize: vertical;
}

.resize-horizontal {
  max-width: 100%;
  resize: horizontal;
}

.resize-both {
  max-width: 100%;
  min-height: 2em;
  resize: both;
}

table.sticky-header {
  z-index: 500;
  top: 0;
  margin-top: 0;
  background-color: #fff;
}

body.drag {
  cursor: move;
}

tr.region-title {
  font-weight: bold;
}

tr.region-message {
  color: #999;
}

tr.region-populated {
  display: none;
}

tr.add-new .tabledrag-changed {
  display: none;
}

.draggable a.tabledrag-handle {
  float: left;
  /* LTR */
  overflow: hidden;
  height: 1.7em;
  margin-left: -1em;
  /* LTR */
  cursor: move;
  text-decoration: none;
}

[dir="rtl"] .draggable a.tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

a.tabledrag-handle:hover {
  text-decoration: none;
}

a.tabledrag-handle .handle {
  width: 14px;
  height: 14px;
  margin: -0.4em 0.5em 0;
  padding: 0.42em 0.5em;
  background: url(../../../images/core/icons/787878/move.svg) no-repeat 6px 7px;
}

a.tabledrag-handle:hover .handle,
a.tabledrag-handle:focus .handle {
  background-image: url(../../../images/core/icons/000000/move.svg);
}

.touchevents .draggable td {
  padding: 0 10px;
}

.touchevents .draggable .menu-item__link {
  display: inline-block;
  padding: 10px 0;
}

.touchevents a.tabledrag-handle {
  width: 40px;
  height: 44px;
}

.touchevents a.tabledrag-handle .handle {
  height: 21px;
  background-position: 40% 19px;
  /* LTR */
}

[dir="rtl"] .touch a.tabledrag-handle .handle {
  background-position: right 40% top 19px;
}

.touchevents .draggable.drag a.tabledrag-handle .handle {
  background-position: 50% -32px;
}

.tabledrag-toggle-weight-wrapper {
  text-align: right;
  /* LTR */
}

[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.indentation {
  float: left;
  /* LTR */
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
}

.tablesort {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
}

.tablesort--asc {
  background-image: url(../../../images/core/icons/787878/twistie-down.svg);
}

.tablesort--desc {
  background-image: url(../../../images/core/icons/787878/twistie-up.svg);
}

.views-align-left {
  text-align: left;
}

.views-align-right {
  text-align: right;
}

.views-align-center {
  text-align: center;
}

/* Grid style column align. */
.views-view-grid .views-col {
  float: left;
}

.views-view-grid .views-row {
  float: left;
  clear: both;
  width: 100%;
}

/* Provide some space between display links. */
.views-display-link+.views-display-link {
  margin-left: 0.5em;
}

.social-media-links--platforms {
  padding-left: 0;
}

.social-media-links--platforms.horizontal li {
  display: inline-block;
  text-align: center;
  padding: .2em .35em;
}

.social-media-links--platforms.vertical li {
  list-style-type: none;
  margin: 0 0 .5em 0;
}

.social-media-links--platforms.vertical li a img {
  vertical-align: middle;
  margin-right: .5em;
}

.iconsets-wrapper {
  display: inherit;
  overflow-x: auto;
}

.dev-banner {
  background: #EEF1F3;
  padding-top: 26px;
  padding-bottom: 26px;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .dev-banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.dev-banner .container-width-bigger {
  display: grid;
  grid-template-columns: auto 1fr 20px;
  column-gap: 20px;
  align-items: center;
  justify-content: flex-end;
  max-width: 1300px;
  padding: 0 10px;
  margin: auto;
}

@media (min-width: 1260px) {
  .dev-banner .container-width-bigger {
    column-gap: 60px;
  }
}

.dev-banner .dev-banner--alert__icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyOCAyNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjggMjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA5MUM2O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI3LjYsMjAuOUwxNi45LDEuN0MxNi4zLDAuNiwxNS4yLDAsMTQsMHMtMi4zLDAuNi0yLjksMS43TDAuNCwyMC45Yy0wLjYsMS4xLTAuNiwyLjMsMCwzLjRTMi4xLDI2LDMuMywyNgoJaDIxLjRjMS4yLDAsMi4zLTAuNiwyLjktMS43QzI4LjEsMjMuMiwyOC4xLDIyLDI3LjYsMjAuOXogTTI2LjEsMjMuNGMtMC4zLDAuNS0wLjgsMC45LTEuNCwwLjlIMy4zYy0wLjYsMC0xLjEtMC4zLTEuNC0wLjkKCWMtMC4zLTAuNS0wLjMtMS4yLDAtMS43TDEyLjYsMi42QzEyLjksMiwxMy40LDEuNywxNCwxLjdzMS4xLDAuMywxLjQsMC45bDEwLjcsMTkuMkMyNi40LDIyLjMsMjYuNCwyMi45LDI2LjEsMjMuNHogTTEzLjIsOC41aDEuNgoJVjE3aC0xLjZWOC41eiBNMTQsMTguN2MtMC42LDAtMS4xLDAuNS0xLjEsMS4xczAuNSwxLjEsMS4xLDEuMXMxLjEtMC41LDEuMS0xLjFTMTQuNiwxOC43LDE0LDE4Ljd6Ii8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 28px;
  display: grid;
  height: 26px;
  width: 28px;
}

@media (min-width: 1260px) {
  .dev-banner .dev-banner--alert__icon {
    margin-left: 40px;
  }
}

.dev-banner .dev-banner--close__icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMiAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjIgMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA5MUM2O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTIxLjcsMjEuM2MtMC4yLDAuMi0wLjUsMC4zLTAuNywwLjNzLTAuNS0wLjEtMC43LTAuM0wxMSwxMmwtOS4zLDkuM2MtMC4yLDAuMi0wLjUsMC4zLTAuNywwLjMKCXMtMC41LTAuMS0wLjctMC4zYy0wLjQtMC40LTAuNC0xLDAtMS40bDkuMy05LjNMMC43LDEuN2MtMC40LTAuNC0wLjQtMSwwLTEuNHMxLTAuNCwxLjQsMEwxMSw5LjJsOC45LTguOWMwLjQtMC40LDEtMC40LDEuNCwwCglzMC40LDEsMCwxLjRsLTguOSw4LjlsOS4zLDkuM0MyMi4xLDIwLjIsMjIuMSwyMC45LDIxLjcsMjEuM3oiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: 20px;
  display: grid;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.banner-active .sticky-top {
  border: none !important;
}

.banner-active .block-unwomendevbanner {
  border-top: 1px solid #d8d8d8;
  z-index: 1;
}

.banner-active main {
  margin-top: 22px;
}

@media (max-width: 767px) {
  .banner-active main {
    margin-top: 15px;
  }
}

.country-profile .dropdown .dropdown-toggle {
  border-radius: 0px !important;
  border: none;
}

.country-profile .dropdown-menu.show {
  border-color: #0397d6 !important;
  max-width: 300px !important;
  width: 300px;
  margin-top: 0px !important;
  left: -115px !important;
}

.marginbottom {
  margin-bottom: 15px;
}

.country-profile .bootstrap-select .dropdown-menu li a span.text {
  color: #212529;
}

.country-profile .bootstrap-select .dropdown-menu .inner {
  margin-left: 1px;
  overflow-x: hidden;
  width: 100%;
}

.country-profile .bootstrap-select .dropdown-menu li a.opt:hover {
  background: none;
}

.country-profile .bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  box-shadow: none;
}

.country-profile .mdb-select {
  position: absolute;
  left: -60px;
  bottom: -32px;
}

.custom-mobile-menu {
  width: calc(100% - 60px);
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.custom-mobile-menu {
  display: none;
}

.container.country--selectmobile .country-profile-mobileview {
  display: none;
}

@media only screen and (max-width: 991px) {
  #block-globaldatabaseonviolenceagainstwomen .menu {
    display: none
  }


  .page-wrapp:not(.data-page-wrapp):not(.data-page-wrapp-roas) .btn-filter-mobile {
    display: block;
  }

  .map .btn-icons {
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 2px;
    line-height: 15px;
  }

  .portal-block-left-sidebar {
    margin-top: 40px;
    height: auto;
  }

  .map .float-buttons-wrap {
    margin-top: 30px;
  }

  .container.country--selectmobile .country-profile-mobileview {
    display: block;
  }

  .custom-mobile-menu .btn {
    border: #8e8e93 1.5px solid;
    border-radius: 0 !important;
    margin-bottom: 20px
  }

  .portal-block-left-sidebar-wrapper {
    height: 100vh !important;
    z-index: 999;
  }
}

.data-left-section input#edit-reset {
  border: 1px solid #d8d8d8;
  color: #6d7278;
  border-radius: 50px;
  width: 95px;
  float: right;
  margin-bottom: 15px;
}

.custom-select.bootstrap-select .dropdown-toggle {
  border-radius: 0px !important;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: none;
}

.map .float-btn {
  display: inline-block
}

.map .float-buttons-wrap {
  float: right;
  margin-bottom: 15px;
}

.display-none {
  display: none;
}

/* .portal-block-left-sidebar-wrapper {
    height: auto;
} */
.chart-block-sp {
  margin-bottom: 40px;
}

.horizontal-line {
  height: 1px;
  background: #ced4da;
  width: calc(100% - 20px);
  margin-bottom: 30px;
  margin-left: 10px;
}

.data-left-section .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  height: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  width: auto;
}

.select2-container .select2-search--inline {
  display: none;
}

.select2-container--default .select2-selection--single {
  display: none;
}

.select2-container--default .select2-selection--multiple {
  border: none;
}

.data-left-section input.button {
  border: 1px solid #d8d8d8;
  color: #6d7278;
  border-radius: 50px;
  width: 90px;
  float: right;
  margin-bottom: 15px;
  background: #fff;
  height: calc(1.7rem + 3px);
  line-height: 29px;
  padding: 0 11px;
  font-size: inherit;
}

.data-left-section .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  border: 1px solid #9f9fa0;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 0px;
  padding: 8px 14px 8px 2px;
  font-size: 14px;
  margin-bottom: 10px
}

.data-left-section .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 0px;
  background: none;
  border: none;
  font-size: 14px;
}

.data-left-section .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
  border: none;
}

path.chart-itm:hover {
  fill: rgb(255 136 95) !important;
}

.data-custom-data-form .map [type="search"] {
  border: 1px solid #d8d8d8;
}

.data-custom-data-form .map .dataTables_length {
  display: inline-block;
  float: right;
}

.data-custom-data-form .map .dataTables_paginate {
  float: left;
  display: inline-block;
  cursor: pointer;
}

.data-custom-data-form .map .table {
  border-bottom: 1.9px solid #b4b4b4;
}

.data-custom-data-form .map .paginate_button {
  text-decoration: none !important;
  margin-left: 20px;
}

.data-custom-data-form .map .dataTables_info {
  display: none;
}

.data-custom-data-form .map .next {
  margin-left: 79px;
}

.data-custom-data-form .map .previous {
  margin-right: 79px;
  margin-left: 0px;
  display: none;
}

.data-custom-data-form .map .ellipsis {
  margin-left: 16px;
}

.portal-block-content.map,
.portal-block-content.line,
.portal-block-content.bar {
  height: 100%;
  display: grid;
}

.chart-block-sp {
  min-height: 100%;
}

/* .js-form-item.form-item.js-form-type-select.form-item-form-violence.js-form-item-form-violence {
    display:none;
} */
.form-item-type-of-measures span.bs-ok-default.check-mark {
  display: block !important;
  left: 5px;
}

.form-item-years-data .form-radio {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 10px;
}

.data-left-section input.submit-year-table,
.data-left-section input#edit-submit-year {
  border: none;
  color: #fff;
  border-radius: 50px;
  width: 95px;
  float: right;
  margin-bottom: 15px;
  background: #ff885f;
  height: calc(2.2rem + 3px);
  margin-top: 10px;
  font-size: initial;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.data-left-section input.submit-year-table:hover,
.data-left-section input#edit-submit-year:hover {
  background-color: #ff6c39 !important;
  border-color: #ff622c !important;
  box-shadow: 1px 2px 4px rgba(72, 72, 72, 0.4);
}

.data-table-year input#edit-eff-min {
  float: left;
  height: 36px;
  width: 80px;
  padding: 5px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.data-table-year input#edit-eff-max {
  float: right;
  height: 36px;
  width: 80px;
  padding: 5px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.data-table-year input#edit-encated-on-number {
  height: 36px;
  width: 80px;
  padding: 5px;
  text-align: center;
  margin: 0px auto;
}

.portal-block-left-sidebar {
  height: 100%;
}

.data-table-year .card {
  border: 1px solid #ff885f;
  margin-top: 25px;
}

.data-table-year .card-header {
  background: #fff;
  text-decoration: none;
  height: calc(2.3745rem + 3px);
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 1px 15px 0;
  line-height: 37px;
  cursor: pointer;
}

.data-table-year .card-header:hover {
  border: none;
  text-decoration: none;
  box-shadow: none;
}

.data-table-year .card-header .card-link {
  text-decoration: none;
  width: 100%;
  display: block;
}

.data-table-year .card-header .card-link:hover {
  text-decoration: none;
}

#block-views-block-vaw-about-carousel-block-1 .carousel-item {
  display: inherit;
}

.custom-mobile-menu .dropdown .dropdown-toggle {
  border-radius: 0 !important;
  border: 1.5px solid #484645;
}

.custom-mobile-menu .dropdown .dropdown-toggle {
  border-radius: 0 !important;
}

.custom-mobile-menu .dropdown .dropdown-toggle:after {
  filter: grayscale(1);
}

.custom-mobile-menu .bootstrap-select .dropdown-menu.show {
  left: 0px !important;
}

.encated_min_tbl {
  position: absolute;
  left: 15px;
  bottom: 90px;
  color: #B4B4B4;
}

.encated_max_tbl {
  position: absolute;
  right: 15px;
  bottom: 90px;
  color: #B4B4B4;
}

input.submit-year-table {
  border: none !important;
  color: #fff !important;
  border-radius: 50px;
  width: 120px;
  float: right;
  margin-bottom: 15px;
  background: #ff885f !important;
  height: calc(2.3745rem + 3px);
}

.data-left-section .action_markup_table input.button,
.data-left-section input#edit-reset {
  position: relative;
  padding-left: 30px;
}


.data-left-section .action_markup_table i,
.data-left-section input#edit-reset+i {
  position: absolute;
  margin-top: 8px;
  margin-left: 190px;
  right: 59px;
}

.action_markup_table,
.action_markup_strt {
  position: relative;
}

@media (max-width: 575.98px) {
  .card-body {
    padding: 30px 25px !important;
    margin: 0 !important;
  }
}

.block-vaw-country-profile input.js-form-submit+i.fa-refresh {
  right: 74px;
}

.block-vaw-country-profile .encated_min {
  position: absolute;
  left: 15px;
  bottom: 95px;
  color: #B4B4B4;
}

.block-vaw-country-profile .encated_max {
  position: absolute;
  right: 15px;
  bottom: 95px;
  color: #B4B4B4;
}

/* @media(min-width: 992px) {
    .custom-mobile-menu{display:none;}
} */

@media(max-width: 991px) {
  [data-aos=slide-up] {
    transform: none;
  }

  .custom-mobile-menu {
    display: block !important;
  }
}

.back-brd {
  display: none;
}

@media (max-width: 575.98px) {
  .block-vaw-country-profile .back-brd:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(230deg);
    border-left: 0;
    border-bottom: 0;
    margin-top: 7px;
    margin-left: -14px;
  }

  .block-vawbreadcrumbsblock {
    margin-top: 20px !important;
    font-weight: 500;
    font-size: 18px;
  }

  .back-brd {
    display: block;
    text-transform: uppercase;
    margin-left: -15px;
  }
}

.custom-ab-msg-table {
  position: relative;
  z-index: 1;
  margin-left: 350px;
  padding: 20px 0;
}

.data-custom-table-form .measure-data-table .dataTables_paginate {
  float: left !important;
  margin-top: 20px;
  position: relative;
  z-index: 99;
}

.data-custom-table-form .float-buttons-wrap {
  position: absolute;
  right: 20px;
  bottom: -11px;
}

@media(max-width: 991px) {
  .data-custom-table-form .float-buttons-wrap {
    position: relative;
    bottom: 0px;
  }

  .custom-ab-msg-table {
    margin-left: 10px;
  }
}

.action_markup_strt input+span {
  padding: 0 !important;
  border: none;
  position: absolute;
  right: 49px;
  top: 3px;
  background: transparent;
}

/* .action_markup_strt input {
  border: 1px solid silver !important;
  width: 90px  !important;
  height: 35px  !important;
} */
table.dataTable.no-footer {
  margin-bottom: 30px !important;
}

@media(max-width: 991px) {
  .action_markup_strt input+span {
    right: 55px;
    top: 2px;
  }

  .highcharts-description {
    margin-left: 35px !important;
  }
}

.country-measuresdetail-page .list-wrapper .list-details a {
  color: #0798d6;
  text-decoration: underline;
}

.modal-body button.btn-primary {
  border: 2px solid;
}

.modal-dialog .copy-text {
  border-bottom: 2px solid silver !important;
}

.country-snapshot-page .gender-chart .vaw-img-caption::after,
.country-measures-page .gender-chart .vaw-img-caption::after,
.country-cedaw-page .gender-chart .vaw-img-caption::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url('/themes/custom/unwomen/img/imgpsh_fullsize_anim.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-bottom: -4px;
}

.form-item-type-of-measures .bootstrap-select select:not(.show-tick)~.dropdown-menu .dropdown-item {
  margin-left: 0;
  padding-left: 20px;
}

.form-item-type-of-measures .dropdown-item span.text {
  margin-left: 12px;
}

/* .js-form-item-country .dropdown {
  position: relative;
} */

.js-form-item-country select {
  position: relative;
  z-index: 2;
}

.portal-block-left-sidebar-wrapper::-webkit-scrollbar,
.portal-block-left-sidebar::-webkit-scrollbar {
  width: 4px;
  /* Adjust width of the scrollbar */
}

.portal-block-left-sidebar-wrapper::-webkit-scrollbar-track,
.portal-block-left-sidebar::-webkit-scrollbar-track {
  background: transparent;
  /* Transparent background */
}

.portal-block-left-sidebar-wrapper::-webkit-scrollbar-thumb,
.portal-block-left-sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  /* Color of the thumb */
  border-radius: 10px;
  /* Rounded corners */
}

.portal-block-left-sidebar-wrapper::-webkit-scrollbar-thumb:hover,
.portal-block-left-sidebar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
  /* Color of the thumb on hover */
}

.portal-block-left-sidebar-wrapper::-webkit-scrollbar-thumb:active,
.portal-block-left-sidebar::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.7);
  /* Color of the thumb when clicked */
}

input[type="range"]::-webkit-slider-thumb,
.slider-range::-webkit-slider-thumb {
  background-color: #FF885F !important;
  /* Change thumb color to orange */
}

.slider-range::-webkit-slider-thumb {
  height: 2px;
  /* Change thumb color to orange */
}

/* For Firefox */
input[type="range"]::-moz-range-thumb,
.slider-range::-webkit-slider-thumb {
  background-color: #FF885F !important;
  /* Change thumb color to orange */
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #FF885F;
  background: #FF885F;
  font-weight: normal;
  color: #454545;
  border-radius: 50%;
}

.encated_min {
  color: #B4B4B4;
}

.encated_max {
  color: #B4B4B4;
}

.dataTables_filter input[type="search"] {
  border: 1px solid silver;
  width: 200px;
}

#typemeasuresubmit.dropdown-filter-item.done {
  padding: 0px 20px !important;
}

.custom-total-measure {
  display: none;
}

.data-left-section input.button:hover+i,
.data-left-section input#edit-reset:hover+i,
input#edit-measurereset:hover+i {
  color: #FF5722;
}

.data-left-section input.button:hover,
.data-left-section input#edit-reset:hover,
input#edit-measurereset:hover {
  color: #FF5722;
}

.data-left-section input.button:active,
.data-left-section input#edit-reset:active,
input#edit-measurereset:active {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.custom-table-submit-hide,
.js-form-item-cus-submit-hide {
  display: none !important;
}

.data-page-wrapp .modal-dialog .close,
.data-page-wrapp-roas .modal-dialog .close,
.iframe-chart-block .modal-dialog .close {
  position: absolute;
  top: 0px !important;
  right: 8px !important;
  font-size: 40px;
  z-index: 1;
  scale: 0.8 !important;
  outline: none;
}

input[data-drupal-selector="edit-encated-on-tbl"],
input[data-drupal-selector="edit-encated-on"] {
  padding: 0 !important;
  border: none !important;
}

.ui-widget.ui-widget-content {
  border-top: 2px solid #000000 !important;
  height: 3px;
  margin-bottom: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  margin-left: -0.6em;
}

.ui-slider .ui-slider-handle {
  width: 1em !important;
  height: 1em !important;
}

.ui-widget-header {
  border: 1px solid #FF885F !important;
  background: #FF885F !important;
}

.ui-slider-horizontal .ui-slider-range {
  top: -2px !important;
  height: inherit;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark:after,
.bootstrap-select.show-tick .dropdown-menu .like-selected span.check-mark:after {
  content: "";
  scale: 0.7 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]:focus {
  box-shadow: none;
  border-color: #b9b9b9;
}

input[type=number] {
  -moz-appearance: textfield;
}

.table thead th {
  font-weight: 700 !important;
  border-bottom: 2px solid #2d2b2b !important;
}

.js-form-item-custom-table-submit-hide {
  display: none;
}

#cal_type_measuresformtbl .dropdown.bootstrap-select,
#cal_type_measuresform .dropdown.bootstrap-select {
  display: flex !important;
  flex-direction: column-reverse !important;
  margin-bottom: -30px !important;
}

.data-left-section .select2-container--default .select2-selection--multiple .select2-selection__choice {
  width: 100% !important;
  padding: 5px 2px 4px 14px !important;
}

.data-customcountry-form .data-left-section .select2-container--default .select2-selection--multiple .select2-selection__choice {
  width: 100% !important;
}

.data-left-section .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  scale: 1.8;
  color: silver;
  font-weight: 100;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 12px !important;
  margin-bottom: 15px !important;
}

.select2-selection__choice__remove span:hover {
  color: #FF885F;
}

.portal-block-left-sidebar-wrapper {
  border-right: 1.5px solid #ffffff !important;
}

.data-customcountry-form .encated_markup_label {
  margin-top: 20px;
}

/* ---slik slider css------- */
.slick--view--vaw-about-carousel .slick__slider {
  overflow: visible !important;
  gap: 20px;
  width: 970px;
  margin: 0 auto;
  display: flex !important;
  flex-wrap: nowrap !important;
}

.slick--view--vaw-about-carousel .b-flex,
.slick--view--vaw-about-carousel .blazy.b-flex,
.slick--view--vaw-about-carousel .item-list>.b-flex,
.b-flex>.grid,
.item-list>.b-flex>.grid {
  display: flex;
  overflow: hidden;
  width: 945px;
  height: 450px !important;
}

.slick--view--vaw-about-carousel .node-title span {
  display: block;
  height: 70px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.node--type-features.node--view-mode-teaser-vertical {
  width: 92% !important;
  margin: auto;
}

.data-page-wrapp .modal-dialog .modal-title,
.data-page-wrapp-roas .modal-dialog .modal-title,
.iframe-chart-block .modal-dialog .modal-title {
  font-size: 14px !important;
  margin-bottom: 28px;
}

.cedaw-data.container {
  max-width: 1150px !important;
}

/* custom--done--button */
.custom-done-wrapper {
  position: relative;
  bottom: 0;
  padding: 10px 0;
}

.custom_done_btn_tbl,
.custom_done_btn {
  float: right;
  border: none;
  color: #fff;
  border-radius: 50px;
  width: 95px;
  padding-top: 8px;
  text-align: center;
  margin-bottom: 10px;
  background: #FF885F;
  height: calc(2.2rem + 3px);
  font-size: initial;
  margin-right: 20px;
  cursor: pointer;
}

.custom_done_btn_tbl:hover,
.custom_done_btn:hover {
  background-color: #ff6c39;
  border-color: #ff622c;
  color: white;
  box-shadow: 1px 2px 4px rgba(72, 72, 72, 0.4);
}

input[type="range"]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.menu-data .country-profile .bootstrap-select .dropdown-menu .inner {
  margin-left: -6px !important;
  padding-left: 7px !important;
}

.menu-data .block-vaw-country-profile .bootstrap-select .dropdown-menu.show {
  left: -160px !important;
  padding: 0 !important;
}

.menu-data .bootstrap-select .dropdown-menu li a span.text {
  padding-left: 0px !important;
  margin-left: 8px !important;
}

.menu-data .bs-searchbox {
  padding: 20px 6px !important;
}

.menu-data .bootstrap-select .dropdown-menu li {
  padding-left: 0 !important;
  margin-left: 8px !important;
  margin-bottom: 10px;
}

/* over-ride-boostrap-class----- */
.data-left-section .bootstrap-select .dropdown-menu .inner,
.portal-block-left-sidebar .bootstrap-select .dropdown-menu .inner {
  overflow-x: clip !important;
  display: inline;
  margin: 0;
  max-height: 250px !important;
}

.data-left-section .bootstrap-select .dropdown-menu.show,
.portal-block-left-sidebar .bootstrap-select .dropdown-menu.show {
  left: -5px !important;
  transform: translate3d(5px, 0, 0px) !important;
  top: 42px !important;
}

.dropdown-toggle:active {
  border-color: #FF885F !important;
}

.dropdown-menu .form-control::placeholder {
  color: #B4B4B4;
}

.data-table-year .card-body {
  padding: 10px 15px;
}

.data-table-year input#edit-eff-min {
  margin-right: 20px;
}

.custom-mobile-menu .dropdown-toggle .filter-option-inner {
  color: #8e8e93;
}

table.dataTable td.dataTables_empty {
  text-align: center;
  border-bottom: 2px solid black;
}

@media(max-width: 540px) {
  .slick--view--vaw-about-carousel .slick__slider {
    overflow: visible !important;
    gap: 10px;
    width: 100%;
    justify-content: center;
    margin-left: -8px;
  }

  .slick-prev.slick-arrow {
    left: -10px;
  }

  .slick-next.slick-arrow {
    right: -10px;
  }

  .header-vaw-about {
    margin-bottom: 20px;
    text-align: center;
  }

  .pull-left {
    margin-left: -47px !important;
  }

  .pull-right {
    margin-left: -30px !important;
  }

  .container_legislation {
    height: 500px !important;
  }

  .modal .social-media-links--platforms.horizontal li {
    margin-right: 12px !important;
  }

  .slick--view--vaw-about-carousel .node-title span {
    height: auto;
  }
}

.js-form-item-country-hidden,
.js-form-item-country-hidden-tbl {
  display: none;
}

.block-unwomen-impactstories .left-area h2 {
  display: none;
}

.block-unwomen-impactstories .left-area img {
  width: 100%;
  object-fit: cover;
  max-width: 422px;
  max-height: 307px;
  margin: 30px 0 30px 0;
}

.block-unwomen-impactstories .left-area footer {
  padding: unset;
  display: none;
}

.region-content .block-unwomen-impactstories {
  display: none;
}

.block-unwomen-impactstories .story-content-area {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 35px;
  padding: 14px 70px 14px 70px;
  background: #EDF0F2;
}

.block-unwomen-impactstories .right-area-container {
  padding: 80px 0 67px 0;
}

.block-unwomen-impactstories .story-label {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.block-unwomen-impactstories .right-area-container p {
  margin-bottom: 15px;
}

.block-unwomen-impactstories .left-area {
  align-self: center;
}

@media (max-width: 991px) {
  .block-unwomen-impactstories .story-content-area {
    display: block;
    grid-template-rows: 400px 1fr;
    gap: 40px;
    padding: 25px;
  }
}

.region-content .story-content-area {
  display: none;
}

#block-unwomen-impactstories {
  width: 100% !important;
  max-width: 942px !important;
  margin-bottom: 60px;
}

/* end of story block*/
.author-reference-wrap-item .name a {
  text-decoration: underline !important;
}

.node--type-features.node--view-mode-teaser-horizontal .node-content-wrap .node-title {
  max-width: 340px !important;
}

.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #307bbb;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #EEF1F2;
}

.c100 *,
.c100 *:before,
.c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.c100.center {
  float: none;
  margin: 0 auto;
}

.c100.big {
  font-size: 162px;
}

.c100.small {
  font-size: 80px;
}

.c100>span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  font-weight: bold;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}

.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}

.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}

.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}

.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}

.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}

.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}

.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}

.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}

.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}

.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}

.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}

.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}

.c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}

.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}

.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}

.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}

.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}

.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}

.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}

.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}

.c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}

.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}

.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}

.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}

.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}

.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}

.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}

.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}

.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}

.c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}

.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}

.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}

.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}

.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}

.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}

.c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}

.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}

.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}

.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}

.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}

.c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}

.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}

.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}

.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}

.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}

.c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}

.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}

.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}

.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}

.c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}

.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}

.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}

.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}

.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}

.c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}

.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}

.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}

.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}

.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}

.c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}

.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}

.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}

.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}

.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}

.c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}

.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}

.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}

.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}

.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}

.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}

.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}

.c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}

.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}

.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}

.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}

.c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}

.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}

.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}

.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}

.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}

.c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}

.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}

.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}

.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}

.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}

.c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}

.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}

.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}

.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}

.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}

.c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}

.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}

.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}

.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}

.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}

.c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}

.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.no-datablur .highcharts-plot-band {
  filter: brightness(2.1);
  cursor: no-drop;
}

.flag-img-responsive {
  width: 50px;
  object-fit: contain;
  margin-top: -10px;
  margin-left: 20px;
  border-radius: 8px;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-results>.select2-results__options {
  display: none !important;
}

.tk-neuzeit-grotesk-condensed {
  font-family: "neuzeit-grotesk-condensed", sans-serif;
}

.tk-neuzeit-grotesk {
  font-family: "neuzeit-grotesk", sans-serif;
}

.tk-neuzeit-grotesk-extra-conden {
  font-family: "neuzeit-grotesk-extra-conden", sans-serif;
}

/*! Bootstrap v4.3.1 (https://getbootstrap.com/) Copyright 2011-2019 The Bootstrap Authors Copyright 2011-2019 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
:root {
  --blue: #0397D6;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #C71E61;
  --orange: #FF885F;
  --yellow: #F0B83A;
  --green: #459C45;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --gray-light: #d8d8d8;
  --greyish: #aaaaaa;
  --primary: #FF885F;
  --secondary: #0397D6;
  --success: #459C45;
  --info: #17a2b8;
  --warning: #F0B83A;
  --danger: #C71E61;
  --light: #d8d8d8;
  --dark: #343a40;
  --blue-extra-light: #D1EFFC;
  --blue-light: #8ED6F4;
  --blue: #0397D6;
  --blue-dark: #19486A;
  --gray-lighter: #edf0f2;
  --gray-light: #d8d8d8;
  --primary-dark: #19486A;
  --ssecondary: #0397D6;
  --red: #C71E61;
  --yellow: #F0B83A;
  --green: #459C45;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1260px;
  --breakpoint-xxl: 1655px;
  --font-family-sans-serif: neuzeit-grotesk, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.444;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #FF885F;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}


pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}

h1,
.h1 {
  font-size: 4.5rem;
}

h2,
.h2 {
  font-size: 2.5rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 0.9375rem;
}

h6,
.h6 {
  font-size: 0.875rem;
}

.lead {
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1.5px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid,
.node--type-news-events.node--view-mode-full .field--name-body img,
.node--type-publication.node--view-mode-full .field--name-body img,
.node--type-features.node--view-mode-full .field--name-body img,
.node--type-resources.node--view-mode-full .field--name-body img,
.node--type-page.node--view-mode-full .field--name-body img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1.5px solid #d8d8d8;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}


kbd {
  padding: 0.2rem 0.4rem;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-weight: 700;
}

pre {
  display: block;
  color: #212529;
  font-family: inherit;
  white-space: inherit;
  word-wrap: break-word;
  box-sizing: border-box;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.webform-submission-form .form-actions {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .webform-submission-form .form-actions {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .webform-submission-form .form-actions {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .webform-submission-form .form-actions {
    max-width: 960px;
  }
}

@media (min-width: 1260px) {

  .container,
  .webform-submission-form .form-actions {
    max-width: 1200px;
  }
}

.container-fluid {
  width: 100%;
  padding: 120px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1260px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1655px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1.5px solid #d8d8d8;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 3px solid #d8d8d8;
}

.table tbody+tbody {
  border-top: 3px solid #d8d8d8;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1.5px solid #d8d8d8;
}

.table-bordered th,
.table-bordered td {
  border: 1.5px solid #d8d8d8;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 3px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: #ffded2;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: #ffc1ac;
}

.table-hover .table-primary:hover {
  background-color: #ffcbb9;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #ffcbb9;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: #b8e2f4;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
  border-color: #7cc9ea;
}

.table-hover .table-secondary:hover {
  background-color: #a2d9f1;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #a2d9f1;
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #cbe3cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: #9ecc9e;
}

.table-hover .table-success:hover {
  background-color: #badaba;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #badaba;
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #fbebc8;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: #f7da99;
}

.table-hover .table-warning:hover {
  background-color: #f9e2b0;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #f9e2b0;
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #efc0d3;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: #e28aad;
}

.table-hover .table-danger:hover {
  background-color: #eaacc5;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #eaacc5;
}

.table-light,
.table-light>th,
.table-light>td {
  background-color: #f4f4f4;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
  border-color: #ebebeb;
}

.table-hover .table-light:hover {
  background-color: #e7e7e7;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #e7e7e7;
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe;
}

.table-blue-extra-light,
.table-blue-extra-light>th,
.table-blue-extra-light>td {
  background-color: #f2fbfe;
}

.table-blue-extra-light th,
.table-blue-extra-light td,
.table-blue-extra-light thead th,
.table-blue-extra-light tbody+tbody {
  border-color: #e7f7fd;
}

.table-hover .table-blue-extra-light:hover {
  background-color: #daf4fc;
}

.table-hover .table-blue-extra-light:hover>td,
.table-hover .table-blue-extra-light:hover>th {
  background-color: #daf4fc;
}

.table-blue-light,
.table-blue-light>th,
.table-blue-light>td {
  background-color: #dff4fc;
}

.table-blue-light th,
.table-blue-light td,
.table-blue-light thead th,
.table-blue-light tbody+tbody {
  border-color: #c4eaf9;
}

.table-hover .table-blue-light:hover {
  background-color: #c8ecfa;
}

.table-hover .table-blue-light:hover>td,
.table-hover .table-blue-light:hover>th {
  background-color: #c8ecfa;
}

.table-blue,
.table-blue>th,
.table-blue>td {
  background-color: #b8e2f4;
}

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody+tbody {
  border-color: #7cc9ea;
}

.table-hover .table-blue:hover {
  background-color: #a2d9f1;
}

.table-hover .table-blue:hover>td,
.table-hover .table-blue:hover>th {
  background-color: #a2d9f1;
}

.table-blue-dark,
.table-blue-dark>th,
.table-blue-dark>td {
  background-color: #bfccd5;
}

.table-blue-dark th,
.table-blue-dark td,
.table-blue-dark thead th,
.table-blue-dark tbody+tbody {
  border-color: #87a0b2;
}

.table-hover .table-blue-dark:hover {
  background-color: #b0c0cb;
}

.table-hover .table-blue-dark:hover>td,
.table-hover .table-blue-dark:hover>th {
  background-color: #b0c0cb;
}

.table-gray-lighter,
.table-gray-lighter>th,
.table-gray-lighter>td {
  background-color: #fafbfb;
}

.table-gray-lighter th,
.table-gray-lighter td,
.table-gray-lighter thead th,
.table-gray-lighter tbody+tbody {
  border-color: #f6f7f8;
}

.table-hover .table-gray-lighter:hover {
  background-color: #ecf0f0;
}

.table-hover .table-gray-lighter:hover>td,
.table-hover .table-gray-lighter:hover>th {
  background-color: #ecf0f0;
}

.table-gray-light,
.table-gray-light>th,
.table-gray-light>td {
  background-color: #f4f4f4;
}

.table-gray-light th,
.table-gray-light td,
.table-gray-light thead th,
.table-gray-light tbody+tbody {
  border-color: #ebebeb;
}

.table-hover .table-gray-light:hover {
  background-color: #e7e7e7;
}

.table-hover .table-gray-light:hover>td,
.table-hover .table-gray-light:hover>th {
  background-color: #e7e7e7;
}

.table-primary-dark,
.table-primary-dark>th,
.table-primary-dark>td {
  background-color: #bfccd5;
}

.table-primary-dark th,
.table-primary-dark td,
.table-primary-dark thead th,
.table-primary-dark tbody+tbody {
  border-color: #87a0b2;
}

.table-hover .table-primary-dark:hover {
  background-color: #b0c0cb;
}

.table-hover .table-primary-dark:hover>td,
.table-hover .table-primary-dark:hover>th {
  background-color: #b0c0cb;
}

.table-ssecondary,
.table-ssecondary>th,
.table-ssecondary>td {
  background-color: #b8e2f4;
}

.table-ssecondary th,
.table-ssecondary td,
.table-ssecondary thead th,
.table-ssecondary tbody+tbody {
  border-color: #7cc9ea;
}

.table-hover .table-ssecondary:hover {
  background-color: #a2d9f1;
}

.table-hover .table-ssecondary:hover>td,
.table-hover .table-ssecondary:hover>th {
  background-color: #a2d9f1;
}

.table-red,
.table-red>th,
.table-red>td {
  background-color: #efc0d3;
}

.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody+tbody {
  border-color: #e28aad;
}

.table-hover .table-red:hover {
  background-color: #eaacc5;
}

.table-hover .table-red:hover>td,
.table-hover .table-red:hover>th {
  background-color: #eaacc5;
}

.table-yellow,
.table-yellow>th,
.table-yellow>td {
  background-color: #fbebc8;
}

.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody+tbody {
  border-color: #f7da99;
}

.table-hover .table-yellow:hover {
  background-color: #f9e2b0;
}

.table-hover .table-yellow:hover>td,
.table-hover .table-yellow:hover>th {
  background-color: #f9e2b0;
}

.table-green,
.table-green>th,
.table-green>td {
  background-color: #cbe3cb;
}

.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody+tbody {
  border-color: #9ecc9e;
}

.table-hover .table-green:hover {
  background-color: #badaba;
}

.table-hover .table-green:hover>td,
.table-hover .table-green:hover>th {
  background-color: #badaba;
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #edf0f2;
  border-color: #d8d8d8;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1259.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1654.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxl>.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.3745rem + 3px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.444;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1.5px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffe7df;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 136, 95, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 95, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #edf0f2;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1.5px);
  padding-bottom: calc(0.375rem + 1.5px);
  margin-bottom: 0;
  line-height: 1.444;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1.5px);
  padding-bottom: calc(0.5rem + 1.5px);
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1.5px);
  padding-bottom: calc(0.25rem + 1.5px);
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.444;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1.5px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(2rem + 3px);
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 3px);
  padding: 0.5rem 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.625rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  color: #459C45;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 50px 46px 20px 20px;
  margin-top: .1rem;
  line-height: 1.444;
  color: #fff;
  background-color: #459c45;
  border-radius: 4px;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #459C45;
  padding-right: 2.3745rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23459C45' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.361em + 0.1875rem);
  background-size: calc(0.722em + 0.375rem) calc(0.722em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #459C45;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 156, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(69, 156, 69, 0.25);
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: 2.3745rem;
  background-position: top calc(0.361em + 0.1875rem) right calc(0.361em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #459C45;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.138 6.496'%3E%3Cpath fill='%23FF885F' d='M6.886-11.328A.353.353,0,0,1,7-11.071a.353.353,0,0,1-.112.257L2.5-6.429,6.886-2.042A.353.353,0,0,1,7-1.786a.353.353,0,0,1-.112.257l-.558.558a.353.353,0,0,1-.257.112.353.353,0,0,1-.257-.112l-5.2-5.2A.353.353,0,0,1,.5-6.429a.353.353,0,0,1,.112-.257l5.2-5.2A.353.353,0,0,1,6.071-12a.353.353,0,0,1,.257.112Z' transform='translate(11.998 6.998) rotate(-90)'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23459C45' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.722em + 0.375rem) calc(0.722em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #459C45;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 156, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(69, 156, 69, 0.25);
}

.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #459C45;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
  color: #459C45;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
  border-color: #459C45;
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
  border-color: #5db75d;
  background-color: #5db75d;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 156, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(69, 156, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #459C45;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
  border-color: #459C45;
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #459C45;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 156, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(69, 156, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  color: #C71E61;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 50px 46px 20px 20px;
  margin-top: .1rem;
  line-height: 1.444;
  color: #fff;
  background-color: #c71e61;
  border-radius: 4px;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #C71E61;
  padding-right: 2.3745rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23C71E61' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23C71E61' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.361em + 0.1875rem);
  background-size: calc(0.722em + 0.375rem) calc(0.722em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #C71E61;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(199, 30, 97, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(199, 30, 97, 0.25);
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: 2.3745rem;
  background-position: top calc(0.361em + 0.1875rem) right calc(0.361em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #C71E61;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.138 6.496'%3E%3Cpath fill='%23FF885F' d='M6.886-11.328A.353.353,0,0,1,7-11.071a.353.353,0,0,1-.112.257L2.5-6.429,6.886-2.042A.353.353,0,0,1,7-1.786a.353.353,0,0,1-.112.257l-.558.558a.353.353,0,0,1-.257.112.353.353,0,0,1-.257-.112l-5.2-5.2A.353.353,0,0,1,.5-6.429a.353.353,0,0,1,.112-.257l5.2-5.2A.353.353,0,0,1,6.071-12a.353.353,0,0,1,.257.112Z' transform='translate(11.998 6.998) rotate(-90)'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23C71E61' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23C71E61' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.722em + 0.375rem) calc(0.722em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #C71E61;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(199, 30, 97, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(199, 30, 97, 0.25);
}

.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: #C71E61;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
  color: #C71E61;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
  border-color: #C71E61;
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
  border-color: #e1377a;
  background-color: #e1377a;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(199, 30, 97, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(199, 30, 97, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #C71E61;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
  border-color: #C71E61;
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #C71E61;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(199, 30, 97, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(199, 30, 97, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn,
.btn-blue,
.btn-blue-outlined,
.btn-green,
.btn-green-outlined,
.btn-grey,
.btn-pink,
.btn-red,
.btn-red-outlined,
.btn-red-transparent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  padding: 10px 40px;
  outline: 0;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  vertical-align: middle;
  line-height: 1.75;
  font-weight: 600;
  min-width: 64px;
  transition: background-color .25s cubic-bezier(.4, 0, .2, 1) 0ms, color .25s cubic-bezier(.4, 0, .2, 1) 0ms;
  transform: translateZ(0);
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1.5px solid transparent;
  padding: 0 25px;
  line-height: 37px;
  border-radius: 22px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #FF885F;
  border-color: #FF885F;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ff6c39;
  border-color: #ff622c;
}

.buttonColorCss {
  color: #FF885F !important;
  background-color: #fff !important;
  border-color: #FF885F;
}

.buttonColorCss:hover {
  color: #fff !important;
  background-color: #ff6c39 !important;
  border-color: #ff622c;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(222, 121, 87, 0.5);
  box-shadow: 0 0 0 0 rgba(222, 121, 87, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #212529;
  background-color: #FF885F;
  border-color: #FF885F;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff622c;
  border-color: #ff591f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(222, 121, 87, 0.5);
  box-shadow: 0 0 0 0 rgba(222, 121, 87, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #0397D6;
  border-color: #0397D6;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #027cb0;
  border-color: #0274a4;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(41, 167, 220, 0.5);
  box-shadow: 0 0 0 0 rgba(41, 167, 220, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #0397D6;
  border-color: #0397D6;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0274a4;
  border-color: #026b97;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(41, 167, 220, 0.5);
  box-shadow: 0 0 0 0 rgba(41, 167, 220, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #459C45;
  border-color: #459C45;
}

.btn-success:hover {
  color: #fff;
  background-color: #398139;
  border-color: #357935;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(97, 171, 97, 0.5);
  box-shadow: 0 0 0 0 rgba(97, 171, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #459C45;
  border-color: #459C45;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #357935;
  border-color: #317031;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(97, 171, 97, 0.5);
  box-shadow: 0 0 0 0 rgba(97, 171, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #F0B83A;
  border-color: #F0B83A;
}

.btn-warning:hover {
  color: #212529;
  background-color: #edab16;
  border-color: #e6a411;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(209, 162, 55, 0.5);
  box-shadow: 0 0 0 0 rgba(209, 162, 55, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #F0B83A;
  border-color: #F0B83A;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #e6a411;
  border-color: #da9c11;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(209, 162, 55, 0.5);
  box-shadow: 0 0 0 0 rgba(209, 162, 55, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #C71E61;
  border-color: #C71E61;
}

.btn-danger:hover {
  color: #fff;
  background-color: #a61951;
  border-color: #9b174b;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(207, 64, 121, 0.5);
  box-shadow: 0 0 0 0 rgba(207, 64, 121, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #C71E61;
  border-color: #C71E61;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9b174b;
  border-color: #901646;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(207, 64, 121, 0.5);
  box-shadow: 0 0 0 0 rgba(207, 64, 121, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-light:hover {
  color: #212529;
  background-color: #c5c5c5;
  border-color: #bfbfbf;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(189, 189, 190, 0.5);
  box-shadow: 0 0 0 0 rgba(189, 189, 190, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #bfbfbf;
  border-color: #b8b8b8;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(189, 189, 190, 0.5);
  box-shadow: 0 0 0 0 rgba(189, 189, 190, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-blue-extra-light {
  color: #212529;
  background-color: #D1EFFC;
  border-color: #D1EFFC;
}

.btn-blue-extra-light:hover {
  color: #212529;
  background-color: #ade3fa;
  border-color: #a1def9;
}

.btn-blue-extra-light:focus,
.btn-blue-extra-light.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(183, 209, 220, 0.5);
  box-shadow: 0 0 0 0 rgba(183, 209, 220, 0.5);
}

.btn-blue-extra-light.disabled,
.btn-blue-extra-light:disabled {
  color: #212529;
  background-color: #D1EFFC;
  border-color: #D1EFFC;
}

.btn-blue-extra-light:not(:disabled):not(.disabled):active,
.btn-blue-extra-light:not(:disabled):not(.disabled).active,
.show>.btn-blue-extra-light.dropdown-toggle {
  color: #212529;
  background-color: #a1def9;
  border-color: #95daf8;
}

.btn-blue-extra-light:not(:disabled):not(.disabled):active:focus,
.btn-blue-extra-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-blue-extra-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(183, 209, 220, 0.5);
  box-shadow: 0 0 0 0 rgba(183, 209, 220, 0.5);
}

.btn-blue-light {
  color: #212529;
  background-color: #8ED6F4;
  border-color: #8ED6F4;
}

.btn-blue-light:hover {
  color: #212529;
  background-color: #6bc9f1;
  border-color: #60c5ef;
}

.btn-blue-light:focus,
.btn-blue-light.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(126, 187, 214, 0.5);
  box-shadow: 0 0 0 0 rgba(126, 187, 214, 0.5);
}

.btn-blue-light.disabled,
.btn-blue-light:disabled {
  color: #212529;
  background-color: #8ED6F4;
  border-color: #8ED6F4;
}

.btn-blue-light:not(:disabled):not(.disabled):active,
.btn-blue-light:not(:disabled):not(.disabled).active,
.show>.btn-blue-light.dropdown-toggle {
  color: #212529;
  background-color: #60c5ef;
  border-color: #54c1ee;
}

.btn-blue-light:not(:disabled):not(.disabled):active:focus,
.btn-blue-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-blue-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(126, 187, 214, 0.5);
  box-shadow: 0 0 0 0 rgba(126, 187, 214, 0.5);
}

.btn-blue {
  color: #fff;
  background-color: #0397D6;
  border-color: #0397D6;
}

.btn-blue:hover {
  color: #fff;
  background-color: #027cb0;
  border-color: #0274a4;
}

.btn-blue:focus,
.btn-blue.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(41, 167, 220, 0.5);
  box-shadow: 0 0 0 0 rgba(41, 167, 220, 0.5);
}

.btn-blue.disabled,
.btn-blue:disabled {
  color: #fff;
  background-color: #0397D6;
  border-color: #0397D6;
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show>.btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #0274a4;
  border-color: #026b97;
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(41, 167, 220, 0.5);
  box-shadow: 0 0 0 0 rgba(41, 167, 220, 0.5);
}

.btn-blue-dark {
  color: #fff;
  background-color: #19486A;
  border-color: #19486A;
}

.btn-blue-dark:hover {
  color: #fff;
  background-color: #12334b;
  border-color: #0f2c41;
}

.btn-blue-dark:focus,
.btn-blue-dark.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(60, 99, 128, 0.5);
  box-shadow: 0 0 0 0 rgba(60, 99, 128, 0.5);
}

.btn-blue-dark.disabled,
.btn-blue-dark:disabled {
  color: #fff;
  background-color: #19486A;
  border-color: #19486A;
}

.btn-blue-dark:not(:disabled):not(.disabled):active,
.btn-blue-dark:not(:disabled):not(.disabled).active,
.show>.btn-blue-dark.dropdown-toggle {
  color: #fff;
  background-color: #0f2c41;
  border-color: #0d2536;
}

.btn-blue-dark:not(:disabled):not(.disabled):active:focus,
.btn-blue-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-blue-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(60, 99, 128, 0.5);
  box-shadow: 0 0 0 0 rgba(60, 99, 128, 0.5);
}

.btn-gray-lighter {
  color: #212529;
  background-color: #edf0f2;
  border-color: #edf0f2;
}

.btn-gray-lighter:hover {
  color: #212529;
  background-color: #d7dde2;
  border-color: #cfd7dd;
}

.btn-gray-lighter:focus,
.btn-gray-lighter.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(206, 210, 212, 0.5);
  box-shadow: 0 0 0 0 rgba(206, 210, 212, 0.5);
}

.btn-gray-lighter.disabled,
.btn-gray-lighter:disabled {
  color: #212529;
  background-color: #edf0f2;
  border-color: #edf0f2;
}

.btn-gray-lighter:not(:disabled):not(.disabled):active,
.btn-gray-lighter:not(:disabled):not(.disabled).active,
.show>.btn-gray-lighter.dropdown-toggle {
  color: #212529;
  background-color: #cfd7dd;
  border-color: #c8d1d7;
}

.btn-gray-lighter:not(:disabled):not(.disabled):active:focus,
.btn-gray-lighter:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray-lighter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(206, 210, 212, 0.5);
  box-shadow: 0 0 0 0 rgba(206, 210, 212, 0.5);
}

.btn-gray-light {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-gray-light:hover {
  color: #212529;
  background-color: #c5c5c5;
  border-color: #bfbfbf;
}

.btn-gray-light:focus,
.btn-gray-light.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(189, 189, 190, 0.5);
  box-shadow: 0 0 0 0 rgba(189, 189, 190, 0.5);
}

.btn-gray-light.disabled,
.btn-gray-light:disabled {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-gray-light:not(:disabled):not(.disabled):active,
.btn-gray-light:not(:disabled):not(.disabled).active,
.show>.btn-gray-light.dropdown-toggle {
  color: #212529;
  background-color: #bfbfbf;
  border-color: #b8b8b8;
}

.btn-gray-light:not(:disabled):not(.disabled):active:focus,
.btn-gray-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(189, 189, 190, 0.5);
  box-shadow: 0 0 0 0 rgba(189, 189, 190, 0.5);
}

.btn-primary-dark {
  color: #fff;
  background-color: #19486A;
  border-color: #19486A;
}

.btn-primary-dark:hover {
  color: #fff;
  background-color: #12334b;
  border-color: #0f2c41;
}

.btn-primary-dark:focus,
.btn-primary-dark.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(60, 99, 128, 0.5);
  box-shadow: 0 0 0 0 rgba(60, 99, 128, 0.5);
}

.btn-primary-dark.disabled,
.btn-primary-dark:disabled {
  color: #fff;
  background-color: #19486A;
  border-color: #19486A;
}

.btn-primary-dark:not(:disabled):not(.disabled):active,
.btn-primary-dark:not(:disabled):not(.disabled).active,
.show>.btn-primary-dark.dropdown-toggle {
  color: #fff;
  background-color: #0f2c41;
  border-color: #0d2536;
}

.btn-primary-dark:not(:disabled):not(.disabled):active:focus,
.btn-primary-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(60, 99, 128, 0.5);
  box-shadow: 0 0 0 0 rgba(60, 99, 128, 0.5);
}

.btn-ssecondary {
  color: #fff;
  background-color: #0397D6;
  border-color: #0397D6;
}

.btn-ssecondary:hover {
  color: #fff;
  background-color: #027cb0;
  border-color: #0274a4;
}

.btn-ssecondary:focus,
.btn-ssecondary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(41, 167, 220, 0.5);
  box-shadow: 0 0 0 0 rgba(41, 167, 220, 0.5);
}

.btn-ssecondary.disabled,
.btn-ssecondary:disabled {
  color: #fff;
  background-color: #0397D6;
  border-color: #0397D6;
}

.btn-ssecondary:not(:disabled):not(.disabled):active,
.btn-ssecondary:not(:disabled):not(.disabled).active,
.show>.btn-ssecondary.dropdown-toggle {
  color: #fff;
  background-color: #0274a4;
  border-color: #026b97;
}

.btn-ssecondary:not(:disabled):not(.disabled):active:focus,
.btn-ssecondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-ssecondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(41, 167, 220, 0.5);
  box-shadow: 0 0 0 0 rgba(41, 167, 220, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #C71E61;
  border-color: #C71E61;
}

.btn-red:hover {
  color: #fff;
  background-color: #a61951;
  border-color: #9b174b;
}

.btn-red:focus,
.btn-red.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(207, 64, 121, 0.5);
  box-shadow: 0 0 0 0 rgba(207, 64, 121, 0.5);
}

.btn-red.disabled,
.btn-red:disabled {
  color: #fff;
  background-color: #C71E61;
  border-color: #C71E61;
}

.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active,
.show>.btn-red.dropdown-toggle {
  color: #fff;
  background-color: #9b174b;
  border-color: #901646;
}

.btn-red:not(:disabled):not(.disabled):active:focus,
.btn-red:not(:disabled):not(.disabled).active:focus,
.show>.btn-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(207, 64, 121, 0.5);
  box-shadow: 0 0 0 0 rgba(207, 64, 121, 0.5);
}

.btn-yellow {
  color: #212529;
  background-color: #F0B83A;
  border-color: #F0B83A;
}

.btn-yellow:hover {
  color: #212529;
  background-color: #edab16;
  border-color: #e6a411;
}

.btn-yellow:focus,
.btn-yellow.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(209, 162, 55, 0.5);
  box-shadow: 0 0 0 0 rgba(209, 162, 55, 0.5);
}

.btn-yellow.disabled,
.btn-yellow:disabled {
  color: #212529;
  background-color: #F0B83A;
  border-color: #F0B83A;
}

.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow:not(:disabled):not(.disabled).active,
.show>.btn-yellow.dropdown-toggle {
  color: #212529;
  background-color: #e6a411;
  border-color: #da9c11;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus,
.btn-yellow:not(:disabled):not(.disabled).active:focus,
.show>.btn-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(209, 162, 55, 0.5);
  box-shadow: 0 0 0 0 rgba(209, 162, 55, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #459C45;
  border-color: #459C45;
}

.btn-green:hover {
  color: #fff;
  background-color: #398139;
  border-color: #357935;
}

.btn-green:focus,
.btn-green.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(97, 171, 97, 0.5);
  box-shadow: 0 0 0 0 rgba(97, 171, 97, 0.5);
}

.btn-green.disabled,
.btn-green:disabled {
  color: #fff;
  background-color: #459C45;
  border-color: #459C45;
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show>.btn-green.dropdown-toggle {
  color: #fff;
  background-color: #357935;
  border-color: #317031;
}

.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(97, 171, 97, 0.5);
  box-shadow: 0 0 0 0 rgba(97, 171, 97, 0.5);
}

.btn-outline-primary {
  color: #FF885F;
  border-color: #FF885F;
}

.btn-outline-primary:hover {
  color: #212529;
  background-color: #FF885F;
  border-color: #FF885F;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 136, 95, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 136, 95, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #FF885F;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #FF885F;
  border-color: #FF885F;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 136, 95, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 136, 95, 0.5);
}

.btn-outline-secondary {
  color: #0397D6;
  border-color: #0397D6;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #0397D6;
  border-color: #0397D6;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(3, 151, 214, 0.5);
  box-shadow: 0 0 0 0 rgba(3, 151, 214, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #0397D6;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0397D6;
  border-color: #0397D6;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(3, 151, 214, 0.5);
  box-shadow: 0 0 0 0 rgba(3, 151, 214, 0.5);
}

.btn-outline-success {
  color: #459C45;
  border-color: #459C45;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #459C45;
  border-color: #459C45;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(69, 156, 69, 0.5);
  box-shadow: 0 0 0 0 rgba(69, 156, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #459C45;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #459C45;
  border-color: #459C45;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(69, 156, 69, 0.5);
  box-shadow: 0 0 0 0 rgba(69, 156, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #F0B83A;
  border-color: #F0B83A;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #F0B83A;
  border-color: #F0B83A;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(240, 184, 58, 0.5);
  box-shadow: 0 0 0 0 rgba(240, 184, 58, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #F0B83A;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #F0B83A;
  border-color: #F0B83A;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(240, 184, 58, 0.5);
  box-shadow: 0 0 0 0 rgba(240, 184, 58, 0.5);
}

.btn-outline-danger {
  color: #C71E61;
  border-color: #C71E61;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #C71E61;
  border-color: #C71E61;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(199, 30, 97, 0.5);
  box-shadow: 0 0 0 0 rgba(199, 30, 97, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #C71E61;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #C71E61;
  border-color: #C71E61;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(199, 30, 97, 0.5);
  box-shadow: 0 0 0 0 rgba(199, 30, 97, 0.5);
}

.btn-outline-light {
  color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(216, 216, 216, 0.5);
  box-shadow: 0 0 0 0 rgba(216, 216, 216, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #d8d8d8;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(216, 216, 216, 0.5);
  box-shadow: 0 0 0 0 rgba(216, 216, 216, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-outline-blue-extra-light {
  color: #D1EFFC;
  border-color: #D1EFFC;
}

.btn-outline-blue-extra-light:hover {
  color: #212529;
  background-color: #D1EFFC;
  border-color: #D1EFFC;
}

.btn-outline-blue-extra-light:focus,
.btn-outline-blue-extra-light.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(209, 239, 252, 0.5);
  box-shadow: 0 0 0 0 rgba(209, 239, 252, 0.5);
}

.btn-outline-blue-extra-light.disabled,
.btn-outline-blue-extra-light:disabled {
  color: #D1EFFC;
  background-color: transparent;
}

.btn-outline-blue-extra-light:not(:disabled):not(.disabled):active,
.btn-outline-blue-extra-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-blue-extra-light.dropdown-toggle {
  color: #212529;
  background-color: #D1EFFC;
  border-color: #D1EFFC;
}

.btn-outline-blue-extra-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue-extra-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-blue-extra-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(209, 239, 252, 0.5);
  box-shadow: 0 0 0 0 rgba(209, 239, 252, 0.5);
}

.btn-outline-blue-light {
  color: #8ED6F4;
  border-color: #8ED6F4;
}

.btn-outline-blue-light:hover {
  color: #212529;
  background-color: #8ED6F4;
  border-color: #8ED6F4;
}

.btn-outline-blue-light:focus,
.btn-outline-blue-light.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(142, 214, 244, 0.5);
  box-shadow: 0 0 0 0 rgba(142, 214, 244, 0.5);
}

.btn-outline-blue-light.disabled,
.btn-outline-blue-light:disabled {
  color: #8ED6F4;
  background-color: transparent;
}

.btn-outline-blue-light:not(:disabled):not(.disabled):active,
.btn-outline-blue-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-blue-light.dropdown-toggle {
  color: #212529;
  background-color: #8ED6F4;
  border-color: #8ED6F4;
}

.btn-outline-blue-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-blue-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(142, 214, 244, 0.5);
  box-shadow: 0 0 0 0 rgba(142, 214, 244, 0.5);
}

.btn-outline-blue {
  color: #0397D6;
  border-color: #0397D6;
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: #0397D6;
  border-color: #0397D6;
}

.btn-outline-blue:focus,
.btn-outline-blue.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(3, 151, 214, 0.5);
  box-shadow: 0 0 0 0 rgba(3, 151, 214, 0.5);
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #0397D6;
  background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show>.btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #0397D6;
  border-color: #0397D6;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(3, 151, 214, 0.5);
  box-shadow: 0 0 0 0 rgba(3, 151, 214, 0.5);
}

.btn-outline-blue-dark {
  color: #19486A;
  border-color: #19486A;
}

.btn-outline-blue-dark:hover {
  color: #fff;
  background-color: #19486A;
  border-color: #19486A;
}

.btn-outline-blue-dark:focus,
.btn-outline-blue-dark.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(25, 72, 106, 0.5);
  box-shadow: 0 0 0 0 rgba(25, 72, 106, 0.5);
}

.btn-outline-blue-dark.disabled,
.btn-outline-blue-dark:disabled {
  color: #19486A;
  background-color: transparent;
}

.btn-outline-blue-dark:not(:disabled):not(.disabled):active,
.btn-outline-blue-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-blue-dark.dropdown-toggle {
  color: #fff;
  background-color: #19486A;
  border-color: #19486A;
}

.btn-outline-blue-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-blue-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(25, 72, 106, 0.5);
  box-shadow: 0 0 0 0 rgba(25, 72, 106, 0.5);
}

.btn-outline-gray-lighter {
  color: #edf0f2;
  border-color: #edf0f2;
}

.btn-outline-gray-lighter:hover {
  color: #212529;
  background-color: #edf0f2;
  border-color: #edf0f2;
}

.btn-outline-gray-lighter:focus,
.btn-outline-gray-lighter.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(237, 240, 242, 0.5);
  box-shadow: 0 0 0 0 rgba(237, 240, 242, 0.5);
}

.btn-outline-gray-lighter.disabled,
.btn-outline-gray-lighter:disabled {
  color: #edf0f2;
  background-color: transparent;
}

.btn-outline-gray-lighter:not(:disabled):not(.disabled):active,
.btn-outline-gray-lighter:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray-lighter.dropdown-toggle {
  color: #212529;
  background-color: #edf0f2;
  border-color: #edf0f2;
}

.btn-outline-gray-lighter:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-lighter:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gray-lighter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(237, 240, 242, 0.5);
  box-shadow: 0 0 0 0 rgba(237, 240, 242, 0.5);
}

.btn-outline-gray-light {
  color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-outline-gray-light:hover {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-outline-gray-light:focus,
.btn-outline-gray-light.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(216, 216, 216, 0.5);
  box-shadow: 0 0 0 0 rgba(216, 216, 216, 0.5);
}

.btn-outline-gray-light.disabled,
.btn-outline-gray-light:disabled {
  color: #d8d8d8;
  background-color: transparent;
}

.btn-outline-gray-light:not(:disabled):not(.disabled):active,
.btn-outline-gray-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray-light.dropdown-toggle {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gray-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(216, 216, 216, 0.5);
  box-shadow: 0 0 0 0 rgba(216, 216, 216, 0.5);
}

.btn-outline-primary-dark {
  color: #19486A;
  border-color: #19486A;
}

.btn-outline-primary-dark:hover {
  color: #fff;
  background-color: #19486A;
  border-color: #19486A;
}

.btn-outline-primary-dark:focus,
.btn-outline-primary-dark.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(25, 72, 106, 0.5);
  box-shadow: 0 0 0 0 rgba(25, 72, 106, 0.5);
}

.btn-outline-primary-dark.disabled,
.btn-outline-primary-dark:disabled {
  color: #19486A;
  background-color: transparent;
}

.btn-outline-primary-dark:not(:disabled):not(.disabled):active,
.btn-outline-primary-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary-dark.dropdown-toggle {
  color: #fff;
  background-color: #19486A;
  border-color: #19486A;
}

.btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(25, 72, 106, 0.5);
  box-shadow: 0 0 0 0 rgba(25, 72, 106, 0.5);
}

.btn-outline-ssecondary {
  color: #0397D6;
  border-color: #0397D6;
}

.btn-outline-ssecondary:hover {
  color: #fff;
  background-color: #0397D6;
  border-color: #0397D6;
}

.btn-outline-ssecondary:focus,
.btn-outline-ssecondary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(3, 151, 214, 0.5);
  box-shadow: 0 0 0 0 rgba(3, 151, 214, 0.5);
}

.btn-outline-ssecondary.disabled,
.btn-outline-ssecondary:disabled {
  color: #0397D6;
  background-color: transparent;
}

.btn-outline-ssecondary:not(:disabled):not(.disabled):active,
.btn-outline-ssecondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-ssecondary.dropdown-toggle {
  color: #fff;
  background-color: #0397D6;
  border-color: #0397D6;
}

.btn-outline-ssecondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-ssecondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-ssecondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(3, 151, 214, 0.5);
  box-shadow: 0 0 0 0 rgba(3, 151, 214, 0.5);
}

.btn-outline-red {
  color: #C71E61;
  border-color: #C71E61;
}

.btn-outline-red:hover {
  color: #fff;
  background-color: #C71E61;
  border-color: #C71E61;
}

.btn-outline-red:focus,
.btn-outline-red.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(199, 30, 97, 0.5);
  box-shadow: 0 0 0 0 rgba(199, 30, 97, 0.5);
}

.btn-outline-red.disabled,
.btn-outline-red:disabled {
  color: #C71E61;
  background-color: transparent;
}

.btn-outline-red:not(:disabled):not(.disabled):active,
.btn-outline-red:not(:disabled):not(.disabled).active,
.show>.btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #C71E61;
  border-color: #C71E61;
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(199, 30, 97, 0.5);
  box-shadow: 0 0 0 0 rgba(199, 30, 97, 0.5);
}

.btn-outline-yellow {
  color: #F0B83A;
  border-color: #F0B83A;
}

.btn-outline-yellow:hover {
  color: #212529;
  background-color: #F0B83A;
  border-color: #F0B83A;
}

.btn-outline-yellow:focus,
.btn-outline-yellow.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(240, 184, 58, 0.5);
  box-shadow: 0 0 0 0 rgba(240, 184, 58, 0.5);
}

.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled {
  color: #F0B83A;
  background-color: transparent;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active,
.btn-outline-yellow:not(:disabled):not(.disabled).active,
.show>.btn-outline-yellow.dropdown-toggle {
  color: #212529;
  background-color: #F0B83A;
  border-color: #F0B83A;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(240, 184, 58, 0.5);
  box-shadow: 0 0 0 0 rgba(240, 184, 58, 0.5);
}

.btn-outline-green {
  color: #459C45;
  border-color: #459C45;
}

.btn-outline-green:hover {
  color: #fff;
  background-color: #459C45;
  border-color: #459C45;
}

.btn-outline-green:focus,
.btn-outline-green.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(69, 156, 69, 0.5);
  box-shadow: 0 0 0 0 rgba(69, 156, 69, 0.5);
}

.btn-outline-green.disabled,
.btn-outline-green:disabled {
  color: #459C45;
  background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active,
.btn-outline-green:not(:disabled):not(.disabled).active,
.show>.btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #459C45;
  border-color: #459C45;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(69, 156, 69, 0.5);
  box-shadow: 0 0 0 0 rgba(69, 156, 69, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.btn-link:hover {
  color: #FF885F;
  text-decoration: none;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 0.5rem 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1260px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1655px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #edf0f2;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: rgba(255, 136, 95, 0.2);
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #FF885F;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
  z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
  margin-left: -1.5px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 18.75px;
  padding-left: 18.75px;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1.5px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
  margin-left: -1.5px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group>.custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
  margin-left: -1.5px;
}

.input-group-prepend {
  margin-right: -1.5px;
}

.input-group-append {
  margin-left: -1.5px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.444;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #edf0f2;
  border: 1.5px solid #ced4da;
  border-radius: 0;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
  height: calc(2.875rem + 3px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
  height: calc(2rem + 3px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 1.75rem;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.6245rem;
  padding-left: 1.875rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #FF885F;
  background-color: #FF885F;
}

.custom-control-input:focus~.custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #FF885F;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: white;
  border-color: #FF885F;
}

.custom-control-input:disabled~.custom-control-label {
  color: #d8d8d8;
}

.custom-control-input:disabled~.custom-control-label::before {
  background-color: transparent;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.18725rem;
  left: -1.875rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  content: "";
  background-color: transparent;
  border: #FF885F solid 1.5px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.18725rem;
  left: -1.875rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16px' height='12px' viewBox='0 0 16 12' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cdesc%3ECreated with Lunacy%3C/desc%3E%3Cpath d='M4.22345 12C3.72371 12.0012 3.24387 11.8023 2.88906 11.4467L0 8.52782L0.893784 7.63116L3.77655 10.5437C3.89474 10.6641 4.05562 10.7318 4.22345 10.7318C4.39127 10.7318 4.55215 10.6641 4.67034 10.5437L15.1062 0L16 0.896661L5.55783 11.4467C5.20302 11.8023 4.72318 12.0012 4.22345 12Z' id='Style' fill='%23FF885F' stroke='none' /%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #FF885F;
  background-color: #FF885F;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(255, 136, 95, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(255, 136, 95, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-6 -6 12 12'%3E%3Ccircle r='6' fill='%23FF885F'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(255, 136, 95, 0.5);
}

.custom-switch {
  padding-left: 2.8125rem;
}

.custom-switch .custom-control-label::before {
  left: -2.8125rem;
  width: 2.1875rem;
  pointer-events: all;
  border-radius: 0.625rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.18725rem + 3px);
  left: calc(-2.8125rem + 3px);
  width: calc(1.25rem - 6px);
  height: calc(1.25rem - 6px);
  background-color: #FF885F;
  border-radius: 0.625rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: transparent;
  -webkit-transform: translateX(0.9375rem);
  -ms-transform: translateX(0.9375rem);
  transform: translateX(0.9375rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(255, 136, 95, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.3745rem + 3px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.444;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.138 6.496'%3E%3Cpath fill='%23FF885F' d='M6.886-11.328A.353.353,0,0,1,7-11.071a.353.353,0,0,1-.112.257L2.5-6.429,6.886-2.042A.353.353,0,0,1,7-1.786a.353.353,0,0,1-.112.257l-.558.558a.353.353,0,0,1-.257.112.353.353,0,0,1-.257-.112l-5.2-5.2A.353.353,0,0,1,.5-6.429a.353.353,0,0,1,.112-.257l5.2-5.2A.353.353,0,0,1,6.071-12a.353.353,0,0,1,.257.112Z' transform='translate(11.998 6.998) rotate(-90)'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1.5px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #ffe7df;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 231, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 231, 223, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #edf0f2;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(2rem + 3px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 3px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.3745rem + 3px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.3745rem + 3px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: #ffe7df;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 136, 95, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 95, 0.25);
}

.custom-file-input:disabled~.custom-file-label {
  background-color: #edf0f2;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.3745rem + 3px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.444;
  color: #495057;
  background-color: #fff;
  border: 1.5px solid #ced4da;
  border-radius: 0;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.3745rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.444;
  color: #495057;
  content: "Browse";
  background-color: #edf0f2;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 136, 95, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 136, 95, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 136, 95, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 136, 95, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #FF885F;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d8d8d8;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #FF885F;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: white;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d8d8d8;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #FF885F;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: white;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #d8d8d8;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #d8d8d8;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #9b9b9b;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #9b9b9b;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #9b9b9b;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 1.25rem 1.25rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1.5px solid #d8d8d8;
}

.nav-tabs .nav-item {
  margin-bottom: -1.5px;
}

.nav-tabs .nav-link {
  border: 1.5px solid transparent;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #edf0f2 #edf0f2 #d8d8d8;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #d8d8d8 #d8d8d8 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1.5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #FF885F;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar>.container,
.webform-submission-form .navbar>.form-actions,
.navbar>.container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 1.15975rem;
  padding-bottom: 1.15975rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1.5px solid transparent;
  border-radius: 22px;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {

  .navbar-expand-sm>.container,
  .webform-submission-form .navbar-expand-sm>.form-actions,
  .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm>.container,
  .webform-submission-form .navbar-expand-sm>.form-actions,
  .navbar-expand-sm>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .webform-submission-form .navbar-expand-md>.form-actions,
  .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md>.container,
  .webform-submission-form .navbar-expand-md>.form-actions,
  .navbar-expand-md>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .webform-submission-form .navbar-expand-lg>.form-actions,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg>.container,
  .webform-submission-form .navbar-expand-lg>.form-actions,
  .navbar-expand-lg>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1259.98px) {

  .navbar-expand-xl>.container,
  .webform-submission-form .navbar-expand-xl>.form-actions,
  .navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1260px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl>.container,
  .webform-submission-form .navbar-expand-xl>.form-actions,
  .navbar-expand-xl>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1654.98px) {

  .navbar-expand-xxl>.container,
  .webform-submission-form .navbar-expand-xxl>.form-actions,
  .navbar-expand-xxl>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1655px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl>.container,
  .webform-submission-form .navbar-expand-xxl>.form-actions,
  .navbar-expand-xxl>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand>.container,
.webform-submission-form .navbar-expand>.form-actions,
.navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand>.container,
.webform-submission-form .navbar-expand>.form-actions,
.navbar-expand>.container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1.5px solid transparent;
  border-radius: 0;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.563rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.563rem;
}

.card-header {
  padding: 0.75rem 1.563rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1.5px solid transparent;
}

.card-header:first-child {
  border-radius: calc(0 - 1.5px) calc(0 - 1.5px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.563rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1.5px solid transparent;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0 - 1.5px) calc(0 - 1.5px);
}

.card-header-tabs {
  margin-right: -0.7815rem;
  margin-bottom: -0.75rem;
  margin-left: -0.7815rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.7815rem;
  margin-left: -0.7815rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0 - 1.5px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1.5px);
  border-top-right-radius: calc(0 - 1.5px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1.5px);
  border-bottom-left-radius: calc(0 - 1.5px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group>.card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group>.card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion>.card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion>.card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.card .card-header {
  margin-bottom: -1.5px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #edf0f2;
  border-radius: 0;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1.5px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1.5px solid #d8d8d8;
}

.page-link:hover {
  z-index: 2;
  color: #FF885F;
  text-decoration: none;
  background-color: #edf0f2;
  border-color: #d8d8d8;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 136, 95, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 95, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #FF885F;
  border-color: #FF885F;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #d8d8d8;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 3px 6px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #212529;
  background-color: #FF885F;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #212529;
  background-color: #ff622c;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 136, 95, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 95, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #0397D6;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #0274a4;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(3, 151, 214, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(3, 151, 214, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #459C45;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #357935;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 156, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(69, 156, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #F0B83A;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #e6a411;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 184, 58, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(240, 184, 58, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #C71E61;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #9b174b;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(199, 30, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(199, 30, 97, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #d8d8d8;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #bfbfbf;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-blue-extra-light {
  color: #212529;
  background-color: #D1EFFC;
}

a.badge-blue-extra-light:hover,
a.badge-blue-extra-light:focus {
  color: #212529;
  background-color: #a1def9;
}

a.badge-blue-extra-light:focus,
a.badge-blue-extra-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 239, 252, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(209, 239, 252, 0.5);
}

.badge-blue-light {
  color: #212529;
  background-color: #8ED6F4;
}

a.badge-blue-light:hover,
a.badge-blue-light:focus {
  color: #212529;
  background-color: #60c5ef;
}

a.badge-blue-light:focus,
a.badge-blue-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 214, 244, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(142, 214, 244, 0.5);
}

.badge-blue {
  color: #fff;
  background-color: #0397D6;
}

a.badge-blue:hover,
a.badge-blue:focus {
  color: #fff;
  background-color: #0274a4;
}

a.badge-blue:focus,
a.badge-blue.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(3, 151, 214, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(3, 151, 214, 0.5);
}

.badge-blue-dark {
  color: #fff;
  background-color: #19486A;
}

a.badge-blue-dark:hover,
a.badge-blue-dark:focus {
  color: #fff;
  background-color: #0f2c41;
}

a.badge-blue-dark:focus,
a.badge-blue-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 72, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(25, 72, 106, 0.5);
}

.badge-gray-lighter {
  color: #212529;
  background-color: #edf0f2;
}

a.badge-gray-lighter:hover,
a.badge-gray-lighter:focus {
  color: #212529;
  background-color: #cfd7dd;
}

a.badge-gray-lighter:focus,
a.badge-gray-lighter.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 240, 242, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(237, 240, 242, 0.5);
}

.badge-gray-light {
  color: #212529;
  background-color: #d8d8d8;
}

a.badge-gray-light:hover,
a.badge-gray-light:focus {
  color: #212529;
  background-color: #bfbfbf;
}

a.badge-gray-light:focus,
a.badge-gray-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5);
}

.badge-primary-dark {
  color: #fff;
  background-color: #19486A;
}

a.badge-primary-dark:hover,
a.badge-primary-dark:focus {
  color: #fff;
  background-color: #0f2c41;
}

a.badge-primary-dark:focus,
a.badge-primary-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 72, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(25, 72, 106, 0.5);
}

.badge-ssecondary {
  color: #fff;
  background-color: #0397D6;
}

a.badge-ssecondary:hover,
a.badge-ssecondary:focus {
  color: #fff;
  background-color: #0274a4;
}

a.badge-ssecondary:focus,
a.badge-ssecondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(3, 151, 214, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(3, 151, 214, 0.5);
}

.badge-red {
  color: #fff;
  background-color: #C71E61;
}

a.badge-red:hover,
a.badge-red:focus {
  color: #fff;
  background-color: #9b174b;
}

a.badge-red:focus,
a.badge-red.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(199, 30, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(199, 30, 97, 0.5);
}

.badge-yellow {
  color: #212529;
  background-color: #F0B83A;
}

a.badge-yellow:hover,
a.badge-yellow:focus {
  color: #212529;
  background-color: #e6a411;
}

a.badge-yellow:focus,
a.badge-yellow.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 184, 58, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(240, 184, 58, 0.5);
}

.badge-green {
  color: #fff;
  background-color: #459C45;
}

a.badge-green:hover,
a.badge-green:focus {
  color: #fff;
  background-color: #357935;
}

a.badge-green:focus,
a.badge-green.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 156, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(69, 156, 69, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #edf0f2;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1.5px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4.1875rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #854731;
  background-color: #ffe7df;
  border-color: #ffded2;
}

.alert-primary hr {
  border-top-color: #ffcbb9;
}

.alert-primary .alert-link {
  color: #603323;
}

.alert-secondary {
  color: #024f6f;
  background-color: #cdeaf7;
  border-color: #b8e2f4;
}

.alert-secondary hr {
  border-top-color: #a2d9f1;
}

.alert-secondary .alert-link {
  color: #012b3d;
}

.alert-success {
  color: #245124;
  background-color: #daebda;
  border-color: #cbe3cb;
}

.alert-success hr {
  border-top-color: #badaba;
}

.alert-success .alert-link {
  color: #142e14;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #7d601e;
  background-color: #fcf1d8;
  border-color: #fbebc8;
}

.alert-warning hr {
  border-top-color: #f9e2b0;
}

.alert-warning .alert-link {
  color: #544014;
}

.alert-danger {
  color: #671032;
  background-color: #f4d2df;
  border-color: #efc0d3;
}

.alert-danger hr {
  border-top-color: #eaacc5;
}

.alert-danger .alert-link {
  color: #3b091d;
}

.alert-light {
  color: #707070;
  background-color: #f7f7f7;
  border-color: #f4f4f4;
}

.alert-light hr {
  border-top-color: #e7e7e7;
}

.alert-light .alert-link {
  color: #575757;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.alert-blue-extra-light {
  color: #6d7c83;
  background-color: #f6fcfe;
  border-color: #f2fbfe;
}

.alert-blue-extra-light hr {
  border-top-color: #daf4fc;
}

.alert-blue-extra-light .alert-link {
  color: #566267;
}

.alert-blue-light {
  color: #4a6f7f;
  background-color: #e8f7fd;
  border-color: #dff4fc;
}

.alert-blue-light hr {
  border-top-color: #c8ecfa;
}

.alert-blue-light .alert-link {
  color: #37535f;
}

.alert-blue {
  color: #024f6f;
  background-color: #cdeaf7;
  border-color: #b8e2f4;
}

.alert-blue hr {
  border-top-color: #a2d9f1;
}

.alert-blue .alert-link {
  color: #012b3d;
}

.alert-blue-dark {
  color: #0d2537;
  background-color: #d1dae1;
  border-color: #bfccd5;
}

.alert-blue-dark hr {
  border-top-color: #b0c0cb;
}

.alert-blue-dark .alert-link {
  color: #03090e;
}

.alert-gray-lighter {
  color: #7b7d7e;
  background-color: #fbfcfc;
  border-color: #fafbfb;
}

.alert-gray-lighter hr {
  border-top-color: #ecf0f0;
}

.alert-gray-lighter .alert-link {
  color: #626364;
}

.alert-gray-light {
  color: #707070;
  background-color: #f7f7f7;
  border-color: #f4f4f4;
}

.alert-gray-light hr {
  border-top-color: #e7e7e7;
}

.alert-gray-light .alert-link {
  color: #575757;
}

.alert-primary-dark {
  color: #0d2537;
  background-color: #d1dae1;
  border-color: #bfccd5;
}

.alert-primary-dark hr {
  border-top-color: #b0c0cb;
}

.alert-primary-dark .alert-link {
  color: #03090e;
}

.alert-ssecondary {
  color: #024f6f;
  background-color: #cdeaf7;
  border-color: #b8e2f4;
}

.alert-ssecondary hr {
  border-top-color: #a2d9f1;
}

.alert-ssecondary .alert-link {
  color: #012b3d;
}

.alert-red {
  color: #671032;
  background-color: #f4d2df;
  border-color: #efc0d3;
}

.alert-red hr {
  border-top-color: #eaacc5;
}

.alert-red .alert-link {
  color: #3b091d;
}

.alert-yellow {
  color: #7d601e;
  background-color: #fcf1d8;
  border-color: #fbebc8;
}

.alert-yellow hr {
  border-top-color: #f9e2b0;
}

.alert-yellow .alert-link {
  color: #544014;
}

.alert-green {
  color: #245124;
  background-color: #daebda;
  border-color: #cbe3cb;
}

.alert-green hr {
  border-top-color: #badaba;
}

.alert-green .alert-link {
  color: #142e14;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1.25rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1.25rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.25rem;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: #edf0f2;
  border-radius: 10px;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #FF885F;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1.25rem 1.25rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #F9F9F9;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #edf0f2;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1.5px;
  background-color: #fff;
  border: 1.5px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #FF885F;
  border-color: #FF885F;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1.5px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1.5px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1.5px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1.5px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1260px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1.5px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1655px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-xxl .list-group-item {
    margin-right: -1.5px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xxl .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1.5px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #854731;
  background-color: #ffded2;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #854731;
  background-color: #ffcbb9;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #854731;
  border-color: #854731;
}

.list-group-item-secondary {
  color: #024f6f;
  background-color: #b8e2f4;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #024f6f;
  background-color: #a2d9f1;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #024f6f;
  border-color: #024f6f;
}

.list-group-item-success {
  color: #245124;
  background-color: #cbe3cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #245124;
  background-color: #badaba;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #245124;
  border-color: #245124;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #7d601e;
  background-color: #fbebc8;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #7d601e;
  background-color: #f9e2b0;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7d601e;
  border-color: #7d601e;
}

.list-group-item-danger {
  color: #671032;
  background-color: #efc0d3;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #671032;
  background-color: #eaacc5;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #671032;
  border-color: #671032;
}

.list-group-item-light {
  color: #707070;
  background-color: #f4f4f4;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #707070;
  background-color: #e7e7e7;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-blue-extra-light {
  color: #6d7c83;
  background-color: #f2fbfe;
}

.list-group-item-blue-extra-light.list-group-item-action:hover,
.list-group-item-blue-extra-light.list-group-item-action:focus {
  color: #6d7c83;
  background-color: #daf4fc;
}

.list-group-item-blue-extra-light.list-group-item-action.active {
  color: #fff;
  background-color: #6d7c83;
  border-color: #6d7c83;
}

.list-group-item-blue-light {
  color: #4a6f7f;
  background-color: #dff4fc;
}

.list-group-item-blue-light.list-group-item-action:hover,
.list-group-item-blue-light.list-group-item-action:focus {
  color: #4a6f7f;
  background-color: #c8ecfa;
}

.list-group-item-blue-light.list-group-item-action.active {
  color: #fff;
  background-color: #4a6f7f;
  border-color: #4a6f7f;
}

.list-group-item-blue {
  color: #024f6f;
  background-color: #b8e2f4;
}

.list-group-item-blue.list-group-item-action:hover,
.list-group-item-blue.list-group-item-action:focus {
  color: #024f6f;
  background-color: #a2d9f1;
}

.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #024f6f;
  border-color: #024f6f;
}

.list-group-item-blue-dark {
  color: #0d2537;
  background-color: #bfccd5;
}

.list-group-item-blue-dark.list-group-item-action:hover,
.list-group-item-blue-dark.list-group-item-action:focus {
  color: #0d2537;
  background-color: #b0c0cb;
}

.list-group-item-blue-dark.list-group-item-action.active {
  color: #fff;
  background-color: #0d2537;
  border-color: #0d2537;
}

.list-group-item-gray-lighter {
  color: #7b7d7e;
  background-color: #fafbfb;
}

.list-group-item-gray-lighter.list-group-item-action:hover,
.list-group-item-gray-lighter.list-group-item-action:focus {
  color: #7b7d7e;
  background-color: #ecf0f0;
}

.list-group-item-gray-lighter.list-group-item-action.active {
  color: #fff;
  background-color: #7b7d7e;
  border-color: #7b7d7e;
}

.list-group-item-gray-light {
  color: #707070;
  background-color: #f4f4f4;
}

.list-group-item-gray-light.list-group-item-action:hover,
.list-group-item-gray-light.list-group-item-action:focus {
  color: #707070;
  background-color: #e7e7e7;
}

.list-group-item-gray-light.list-group-item-action.active {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}

.list-group-item-primary-dark {
  color: #0d2537;
  background-color: #bfccd5;
}

.list-group-item-primary-dark.list-group-item-action:hover,
.list-group-item-primary-dark.list-group-item-action:focus {
  color: #0d2537;
  background-color: #b0c0cb;
}

.list-group-item-primary-dark.list-group-item-action.active {
  color: #fff;
  background-color: #0d2537;
  border-color: #0d2537;
}

.list-group-item-ssecondary {
  color: #024f6f;
  background-color: #b8e2f4;
}

.list-group-item-ssecondary.list-group-item-action:hover,
.list-group-item-ssecondary.list-group-item-action:focus {
  color: #024f6f;
  background-color: #a2d9f1;
}

.list-group-item-ssecondary.list-group-item-action.active {
  color: #fff;
  background-color: #024f6f;
  border-color: #024f6f;
}

.list-group-item-red {
  color: #671032;
  background-color: #efc0d3;
}

.list-group-item-red.list-group-item-action:hover,
.list-group-item-red.list-group-item-action:focus {
  color: #671032;
  background-color: #eaacc5;
}

.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #671032;
  border-color: #671032;
}

.list-group-item-yellow {
  color: #7d601e;
  background-color: #fbebc8;
}

.list-group-item-yellow.list-group-item-action:hover,
.list-group-item-yellow.list-group-item-action:focus {
  color: #7d601e;
  background-color: #f9e2b0;
}

.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #7d601e;
  border-color: #7d601e;
}

.list-group-item-green {
  color: #245124;
  background-color: #cbe3cb;
}

.list-group-item-green.list-group-item-action:hover,
.list-group-item-green.list-group-item-action:focus {
  color: #245124;
  background-color: #badaba;
}

.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #245124;
  border-color: #245124;
}

.close {
  float: right;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 140;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1.5px solid #edf0f2;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.444;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1.5px solid #edf0f2;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer> :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1260px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 170;
  display: block;
  margin: 0;
  font-family: neuzeit-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.444;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0 0 0;
  border-top-color: #fff;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0;
  height: 0;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0 0 0 0;
  border-right-color: #fff;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0 0;
  border-bottom-color: #fff;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0;
  height: 0;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0 0 0 0;
  border-left-color: #fff;
}

.tooltip-inner {
  max-width: 400px;
  padding: 50px 46px 20px 20px;
  color: #1E1E1E;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 160;
  display: block;
  max-width: 276px;
  font-family: neuzeit-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.444;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
  bottom: calc((0.5rem + 1.5px) * -1);
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
  bottom: 1.5px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
  left: calc((0.5rem + 1.5px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
  left: 1.5px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
  top: calc((0.5rem + 1.5px) * -1);
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
  top: 1.5px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1.5px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
  right: calc((0.5rem + 1.5px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
  right: 1.5px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1.5px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1.5px);
  border-top-right-radius: calc(0.3rem - 1.5px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  -o-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.565' height='41.13' viewBox='0 0 21.565 41.13'%3E%3Cg id='carousel-arrow' transform='translate(0.565 0.565) rotate(90)'%3E%3Cpath id='Line-3' d='M.435-20,20-.435' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' fill-rule='evenodd'/%3E%3Cpath id='Line-3-2' data-name='Line-3' d='M20.435,20,40,.435' transform='translate(60) rotate(-180)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.565' height='41.13' viewBox='0 0 21.565 41.13'%3E%3Cg id='carousel-arrow' transform='translate(21 40.565) rotate(-90)'%3E%3Cpath id='Line-3' d='M.435-20,20-.435' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' fill-rule='evenodd'/%3E%3Cpath id='Line-3-2' data-name='Line-3' d='M20.435,20,40,.435' transform='translate(60) rotate(-180)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #FF885F !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #ff622c !important;
}

.bg-secondary {
  background-color: #0397D6 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #0274a4 !important;
}

.bg-success {
  background-color: #459C45 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #357935 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #F0B83A !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e6a411 !important;
}

.bg-danger {
  background-color: #C71E61 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #9b174b !important;
}

.bg-light {
  background-color: #d8d8d8 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #bfbfbf !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-blue-extra-light {
  background-color: #D1EFFC !important;
}

a.bg-blue-extra-light:hover,
a.bg-blue-extra-light:focus,
button.bg-blue-extra-light:hover,
button.bg-blue-extra-light:focus {
  background-color: #a1def9 !important;
}

.bg-blue-light {
  background-color: #8ED6F4 !important;
}

a.bg-blue-light:hover,
a.bg-blue-light:focus,
button.bg-blue-light:hover,
button.bg-blue-light:focus {
  background-color: #60c5ef !important;
}

.bg-blue {
  background-color: #0397D6 !important;
}

a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #0274a4 !important;
}

.bg-blue-dark {
  background-color: #19486A !important;
}

a.bg-blue-dark:hover,
a.bg-blue-dark:focus,
button.bg-blue-dark:hover,
button.bg-blue-dark:focus {
  background-color: #0f2c41 !important;
}

.bg-gray-lighter {
  background-color: #edf0f2 !important;
}

a.bg-gray-lighter:hover,
a.bg-gray-lighter:focus,
button.bg-gray-lighter:hover,
button.bg-gray-lighter:focus {
  background-color: #cfd7dd !important;
}

.bg-gray-light {
  background-color: #d8d8d8 !important;
}

a.bg-gray-light:hover,
a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: #bfbfbf !important;
}

.bg-primary-dark {
  background-color: #19486A !important;
}

a.bg-primary-dark:hover,
a.bg-primary-dark:focus,
button.bg-primary-dark:hover,
button.bg-primary-dark:focus {
  background-color: #0f2c41 !important;
}

.bg-ssecondary {
  background-color: #0397D6 !important;
}

a.bg-ssecondary:hover,
a.bg-ssecondary:focus,
button.bg-ssecondary:hover,
button.bg-ssecondary:focus {
  background-color: #0274a4 !important;
}

.bg-red {
  background-color: #C71E61 !important;
}

a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #9b174b !important;
}

.bg-yellow {
  background-color: #F0B83A !important;
}

a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #e6a411 !important;
}

.bg-green {
  background-color: #459C45 !important;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #357935 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1.5px solid #d8d8d8 !important;
}

.border-top {
  border-top: 1.5px solid #d8d8d8 !important;
}

.border-right {
  border-right: 1.5px solid #d8d8d8 !important;
}

.border-bottom {
  border-bottom: 1.5px solid #d8d8d8 !important;
}

.border-left {
  border-left: 1.5px solid #d8d8d8 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #FF885F !important;
}

.border-secondary {
  border-color: #0397D6 !important;
}

.border-success {
  border-color: #459C45 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #F0B83A !important;
}

.border-danger {
  border-color: #C71E61 !important;
}

.border-light {
  border-color: #d8d8d8 !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-blue-extra-light {
  border-color: #D1EFFC !important;
}

.border-blue-light {
  border-color: #8ED6F4 !important;
}

.border-blue {
  border-color: #0397D6 !important;
}

.border-blue-dark {
  border-color: #19486A !important;
}

.border-gray-lighter {
  border-color: #edf0f2 !important;
}

.border-gray-light {
  border-color: #d8d8d8 !important;
}

.border-primary-dark {
  border-color: #19486A !important;
}

.border-ssecondary {
  border-color: #0397D6 !important;
}

.border-red {
  border-color: #C71E61 !important;
}

.border-yellow {
  border-color: #F0B83A !important;
}

.border-green {
  border-color: #459C45 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1260px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1655px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse,
#block-news .row {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse,
  #block-news .row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1260px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1655px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1260px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1655px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 130;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 130;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {

  .sticky-top,
  .page-wrapp .quicktabs-wrapper .quicktabs-tabs {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 120;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 3.75rem !important;
}

.mt-6,
.my-6 {
  margin-top: 3.75rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 3.75rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3.75rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 3.75rem !important;
}

.m-7 {
  margin: 4.375rem !important;
}

.mt-7,
.my-7 {
  margin-top: 4.375rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 4.375rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 4.375rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 4.375rem !important;
}

.m-8 {
  margin: 5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 5rem !important;
}

.m-9 {
  margin: 5.625rem !important;
}

.mt-9,
.my-9 {
  margin-top: 5.625rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 5.625rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 5.625rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 5.625rem !important;
}

.m-10 {
  margin: 6.25rem !important;
}

.mt-10,
.my-10 {
  margin-top: 6.25rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 6.25rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 6.25rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 6.25rem !important;
}

.m-12 {
  margin: 7.5rem !important;
}

.mt-12,
.my-12 {
  margin-top: 7.5rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 7.5rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 7.5rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 7.5rem !important;
}

.m-gc {
  margin: 20px !important;
}

.mt-gc,
.my-gc {
  margin-top: 20px !important;
}

.mr-gc,
.mx-gc {
  margin-right: 20px !important;
}

.mb-gc,
.my-gc {
  margin-bottom: 20px !important;
}

.ml-gc,
.mx-gc {
  margin-left: 20px !important;
}

.m-10px {
  margin: 10px !important;
}

.mt-10px,
.my-10px {
  margin-top: 10px !important;
}

.mr-10px,
.mx-10px {
  margin-right: 10px !important;
}

.mb-10px,
.my-10px {
  margin-bottom: 10px !important;
}

.ml-10px,
.mx-10px {
  margin-left: 10px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20,
.my-20 {
  margin-top: 20px !important;
}

.mr-20,
.mx-20 {
  margin-right: 20px !important;
}

.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}

.ml-20,
.mx-20 {
  margin-left: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30,
.my-30 {
  margin-top: 30px !important;
}

.mr-30,
.mx-30 {
  margin-right: 30px !important;
}

.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}

.ml-30,
.mx-30 {
  margin-left: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40,
.my-40 {
  margin-top: 40px !important;
}

.mr-40,
.mx-40 {
  margin-right: 40px !important;
}

.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}

.ml-40,
.mx-40 {
  margin-left: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50,
.my-50 {
  margin-top: 50px !important;
}

.mr-50,
.mx-50 {
  margin-right: 50px !important;
}

.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}

.ml-50,
.mx-50 {
  margin-left: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.mt-60,
.my-60 {
  margin-top: 60px !important;
}

.mr-60,
.mx-60 {
  margin-right: 60px !important;
}

.mb-60,
.my-60 {
  margin-bottom: 60px !important;
}

.ml-60,
.mx-60 {
  margin-left: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.mt-70,
.my-70 {
  margin-top: 70px !important;
}

.mr-70,
.mx-70 {
  margin-right: 70px !important;
}

.mb-70,
.my-70 {
  margin-bottom: 70px !important;
}

.ml-70,
.mx-70 {
  margin-left: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.mt-80,
.my-80 {
  margin-top: 80px !important;
}

.mr-80,
.mx-80 {
  margin-right: 80px !important;
}

.mb-80,
.my-80 {
  margin-bottom: 80px !important;
}

.ml-80,
.mx-80 {
  margin-left: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.mt-90,
.my-90 {
  margin-top: 90px !important;
}

.mr-90,
.mx-90 {
  margin-right: 90px !important;
}

.mb-90,
.my-90 {
  margin-bottom: 90px !important;
}

.ml-90,
.mx-90 {
  margin-left: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.mt-100,
.my-100 {
  margin-top: 100px !important;
}

.mr-100,
.mx-100 {
  margin-right: 100px !important;
}

.mb-100,
.my-100 {
  margin-bottom: 100px !important;
}

.ml-100,
.mx-100 {
  margin-left: 100px !important;
}

.m-110 {
  margin: 110px !important;
}

.mt-110,
.my-110 {
  margin-top: 110px !important;
}

.mr-110,
.mx-110 {
  margin-right: 110px !important;
}

.mb-110,
.my-110 {
  margin-bottom: 110px !important;
}

.ml-110,
.mx-110 {
  margin-left: 110px !important;
}

.m-120 {
  margin: 120px !important;
}

.mt-120,
.my-120 {
  margin-top: 120px !important;
}

.mr-120,
.mx-120 {
  margin-right: 120px !important;
}

.mb-120,
.my-120 {
  margin-bottom: 120px !important;
}

.ml-120,
.mx-120 {
  margin-left: 120px !important;
}

.m-150 {
  margin: 150px !important;
}

.mt-150,
.my-150 {
  margin-top: 150px !important;
}

.mr-150,
.mx-150 {
  margin-right: 150px !important;
}

.mb-150,
.my-150 {
  margin-bottom: 150px !important;
}

.ml-150,
.mx-150 {
  margin-left: 150px !important;
}

.m-gutter-mobile {
  margin: 5px !important;
}

.mt-gutter-mobile,
.my-gutter-mobile {
  margin-top: 5px !important;
}

.mr-gutter-mobile,
.mx-gutter-mobile {
  margin-right: 5px !important;
}

.mb-gutter-mobile,
.my-gutter-mobile {
  margin-bottom: 5px !important;
}

.ml-gutter-mobile,
.mx-gutter-mobile {
  margin-left: 5px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 3.75rem !important;
}

.pt-6,
.py-6 {
  padding-top: 3.75rem !important;
}

.pr-6,
.px-6 {
  padding-right: 3.75rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3.75rem !important;
}

.pl-6,
.px-6 {
  padding-left: 3.75rem !important;
}

.p-7 {
  padding: 4.375rem !important;
}

.pt-7,
.py-7 {
  padding-top: 4.375rem !important;
}

.pr-7,
.px-7 {
  padding-right: 4.375rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 4.375rem !important;
}

.pl-7,
.px-7 {
  padding-left: 4.375rem !important;
}

.p-8 {
  padding: 5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 5rem !important;
}

.p-9 {
  padding: 5.625rem !important;
}

.pt-9,
.py-9 {
  padding-top: 5.625rem !important;
}

.pr-9,
.px-9 {
  padding-right: 5.625rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 5.625rem !important;
}

.pl-9,
.px-9 {
  padding-left: 5.625rem !important;
}

.p-10 {
  padding: 6.25rem !important;
}

.pt-10,
.py-10 {
  padding-top: 6.25rem !important;
}

.pr-10,
.px-10 {
  padding-right: 6.25rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 6.25rem !important;
}

.pl-10,
.px-10 {
  padding-left: 6.25rem !important;
}

.p-12 {
  padding: 7.5rem !important;
}

.pt-12,
.py-12 {
  padding-top: 7.5rem !important;
}

.pr-12,
.px-12 {
  padding-right: 7.5rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 7.5rem !important;
}

.pl-12,
.px-12 {
  padding-left: 7.5rem !important;
}

.p-gc {
  padding: 20px !important;
}

.pt-gc,
.py-gc {
  padding-top: 20px !important;
}

.pr-gc,
.px-gc {
  padding-right: 20px !important;
}

.pb-gc,
.py-gc {
  padding-bottom: 20px !important;
}

.pl-gc,
.px-gc {
  padding-left: 20px !important;
}

.p-10px {
  padding: 10px !important;
}

.pt-10px,
.py-10px {
  padding-top: 10px !important;
}

.pr-10px,
.px-10px {
  padding-right: 10px !important;
}

.pb-10px,
.py-10px {
  padding-bottom: 10px !important;
}

.pl-10px,
.px-10px {
  padding-left: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20,
.py-20 {
  padding-top: 20px !important;
}

.pr-20,
.px-20 {
  padding-right: 20px !important;
}

.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}

.pl-20,
.px-20 {
  padding-left: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30,
.py-30 {
  padding-top: 30px !important;
}

.pr-30,
.px-30 {
  padding-right: 30px !important;
}

.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}

.pl-30,
.px-30 {
  padding-left: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40,
.py-40 {
  padding-top: 40px !important;
}

.pr-40,
.px-40 {
  padding-right: 40px !important;
}

.pb-40,
.py-40 {
  padding-bottom: 40px !important;
}

.pl-40,
.px-40 {
  padding-left: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50,
.py-50 {
  padding-top: 50px !important;
}

.pr-50,
.px-50 {
  padding-right: 50px !important;
}

.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}

.pl-50,
.px-50 {
  padding-left: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-60,
.py-60 {
  padding-top: 60px !important;
}

.pr-60,
.px-60 {
  padding-right: 60px !important;
}

.pb-60,
.py-60 {
  padding-bottom: 60px !important;
}

.pl-60,
.px-60 {
  padding-left: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.pt-70,
.py-70 {
  padding-top: 70px !important;
}

.pr-70,
.px-70 {
  padding-right: 70px !important;
}

.pb-70,
.py-70 {
  padding-bottom: 70px !important;
}

.pl-70,
.px-70 {
  padding-left: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80,
.py-80 {
  padding-top: 80px !important;
}

.pr-80,
.px-80 {
  padding-right: 80px !important;
}

.pb-80,
.py-80 {
  padding-bottom: 80px !important;
}

.pl-80,
.px-80 {
  padding-left: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.pt-90,
.py-90 {
  padding-top: 90px !important;
}

.pr-90,
.px-90 {
  padding-right: 90px !important;
}

.pb-90,
.py-90 {
  padding-bottom: 90px !important;
}

.pl-90,
.px-90 {
  padding-left: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.pt-100,
.py-100 {
  padding-top: 100px !important;
}

.pr-100,
.px-100 {
  padding-right: 100px !important;
}

.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}

.pl-100,
.px-100 {
  padding-left: 100px !important;
}

.p-110 {
  padding: 110px !important;
}

.pt-110,
.py-110 {
  padding-top: 110px !important;
}

.pr-110,
.px-110 {
  padding-right: 110px !important;
}

.pb-110,
.py-110 {
  padding-bottom: 110px !important;
}

.pl-110,
.px-110 {
  padding-left: 110px !important;
}

.p-120 {
  padding: 120px !important;
}

.pt-120,
.py-120 {
  padding-top: 120px !important;
}

.pr-120,
.px-120 {
  padding-right: 120px !important;
}

.pb-120,
.py-120 {
  padding-bottom: 120px !important;
}

.pl-120,
.px-120 {
  padding-left: 120px !important;
}

.p-150 {
  padding: 150px !important;
}

.pt-150,
.py-150 {
  padding-top: 150px !important;
}

.pr-150,
.px-150 {
  padding-right: 150px !important;
}

.pb-150,
.py-150 {
  padding-bottom: 150px !important;
}

.pl-150,
.px-150 {
  padding-left: 150px !important;
}

.p-gutter-mobile {
  padding: 5px !important;
}

.pt-gutter-mobile,
.py-gutter-mobile {
  padding-top: 5px !important;
}

.pr-gutter-mobile,
.px-gutter-mobile {
  padding-right: 5px !important;
}

.pb-gutter-mobile,
.py-gutter-mobile {
  padding-bottom: 5px !important;
}

.pl-gutter-mobile,
.px-gutter-mobile {
  padding-left: 5px !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -3.75rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -3.75rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -3.75rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -3.75rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -3.75rem !important;
}

.m-n7 {
  margin: -4.375rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -4.375rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -4.375rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -4.375rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -4.375rem !important;
}

.m-n8 {
  margin: -5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -5rem !important;
}

.m-n9 {
  margin: -5.625rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -5.625rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -5.625rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -5.625rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -5.625rem !important;
}

.m-n10 {
  margin: -6.25rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -6.25rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -6.25rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -6.25rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -6.25rem !important;
}

.m-n12 {
  margin: -7.5rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -7.5rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -7.5rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -7.5rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -7.5rem !important;
}

.m-ngc {
  margin: -20px !important;
}

.mt-ngc,
.my-ngc {
  margin-top: -20px !important;
}

.mr-ngc,
.mx-ngc {
  margin-right: -20px !important;
}

.mb-ngc,
.my-ngc {
  margin-bottom: -20px !important;
}

.ml-ngc,
.mx-ngc {
  margin-left: -20px !important;
}

.m-n10px {
  margin: -10px !important;
}

.mt-n10px,
.my-n10px {
  margin-top: -10px !important;
}

.mr-n10px,
.mx-n10px {
  margin-right: -10px !important;
}

.mb-n10px,
.my-n10px {
  margin-bottom: -10px !important;
}

.ml-n10px,
.mx-n10px {
  margin-left: -10px !important;
}

.m-n20 {
  margin: -20px !important;
}

.mt-n20,
.my-n20 {
  margin-top: -20px !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -20px !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -20px !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -20px !important;
}

.m-n30 {
  margin: -30px !important;
}

.mt-n30,
.my-n30 {
  margin-top: -30px !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -30px !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -30px !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -30px !important;
}

.m-n40 {
  margin: -40px !important;
}

.mt-n40,
.my-n40 {
  margin-top: -40px !important;
}

.mr-n40,
.mx-n40 {
  margin-right: -40px !important;
}

.mb-n40,
.my-n40 {
  margin-bottom: -40px !important;
}

.ml-n40,
.mx-n40 {
  margin-left: -40px !important;
}

.m-n50 {
  margin: -50px !important;
}

.mt-n50,
.my-n50 {
  margin-top: -50px !important;
}

.mr-n50,
.mx-n50 {
  margin-right: -50px !important;
}

.mb-n50,
.my-n50 {
  margin-bottom: -50px !important;
}

.ml-n50,
.mx-n50 {
  margin-left: -50px !important;
}

.m-n60 {
  margin: -60px !important;
}

.mt-n60,
.my-n60 {
  margin-top: -60px !important;
}

.mr-n60,
.mx-n60 {
  margin-right: -60px !important;
}

.mb-n60,
.my-n60 {
  margin-bottom: -60px !important;
}

.ml-n60,
.mx-n60 {
  margin-left: -60px !important;
}

.m-n70 {
  margin: -70px !important;
}

.mt-n70,
.my-n70 {
  margin-top: -70px !important;
}

.mr-n70,
.mx-n70 {
  margin-right: -70px !important;
}

.mb-n70,
.my-n70 {
  margin-bottom: -70px !important;
}

.ml-n70,
.mx-n70 {
  margin-left: -70px !important;
}

.m-n80 {
  margin: -80px !important;
}

.mt-n80,
.my-n80 {
  margin-top: -80px !important;
}

.mr-n80,
.mx-n80 {
  margin-right: -80px !important;
}

.mb-n80,
.my-n80 {
  margin-bottom: -80px !important;
}

.ml-n80,
.mx-n80 {
  margin-left: -80px !important;
}

.m-n90 {
  margin: -90px !important;
}

.mt-n90,
.my-n90 {
  margin-top: -90px !important;
}

.mr-n90,
.mx-n90 {
  margin-right: -90px !important;
}

.mb-n90,
.my-n90 {
  margin-bottom: -90px !important;
}

.ml-n90,
.mx-n90 {
  margin-left: -90px !important;
}

.m-n100 {
  margin: -100px !important;
}

.mt-n100,
.my-n100 {
  margin-top: -100px !important;
}

.mr-n100,
.mx-n100 {
  margin-right: -100px !important;
}

.mb-n100,
.my-n100 {
  margin-bottom: -100px !important;
}

.ml-n100,
.mx-n100 {
  margin-left: -100px !important;
}

.m-n110 {
  margin: -110px !important;
}

.mt-n110,
.my-n110 {
  margin-top: -110px !important;
}

.mr-n110,
.mx-n110 {
  margin-right: -110px !important;
}

.mb-n110,
.my-n110 {
  margin-bottom: -110px !important;
}

.ml-n110,
.mx-n110 {
  margin-left: -110px !important;
}

.m-n120 {
  margin: -120px !important;
}

.mt-n120,
.my-n120 {
  margin-top: -120px !important;
}

.mr-n120,
.mx-n120 {
  margin-right: -120px !important;
}

.mb-n120,
.my-n120 {
  margin-bottom: -120px !important;
}

.ml-n120,
.mx-n120 {
  margin-left: -120px !important;
}

.m-n150 {
  margin: -150px !important;
}

.mt-n150,
.my-n150 {
  margin-top: -150px !important;
}

.mr-n150,
.mx-n150 {
  margin-right: -150px !important;
}

.mb-n150,
.my-n150 {
  margin-bottom: -150px !important;
}

.ml-n150,
.mx-n150 {
  margin-left: -150px !important;
}

.m-ngutter-mobile {
  margin: -5px !important;
}

.mt-ngutter-mobile,
.my-ngutter-mobile {
  margin-top: -5px !important;
}

.mr-ngutter-mobile,
.mx-ngutter-mobile {
  margin-right: -5px !important;
}

.mb-ngutter-mobile,
.my-ngutter-mobile {
  margin-bottom: -5px !important;
}

.ml-ngutter-mobile,
.mx-ngutter-mobile {
  margin-left: -5px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .m-sm-6 {
    margin: 3.75rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3.75rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3.75rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3.75rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3.75rem !important;
  }

  .m-sm-7 {
    margin: 4.375rem !important;
  }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 4.375rem !important;
  }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 4.375rem !important;
  }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 4.375rem !important;
  }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 4.375rem !important;
  }

  .m-sm-8 {
    margin: 5rem !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 5rem !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 5rem !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 5rem !important;
  }

  .m-sm-9 {
    margin: 5.625rem !important;
  }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 5.625rem !important;
  }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 5.625rem !important;
  }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 5.625rem !important;
  }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 5.625rem !important;
  }

  .m-sm-10 {
    margin: 6.25rem !important;
  }

  .mt-sm-10,
  .my-sm-10 {
    margin-top: 6.25rem !important;
  }

  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 6.25rem !important;
  }

  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 6.25rem !important;
  }

  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 6.25rem !important;
  }

  .m-sm-12 {
    margin: 7.5rem !important;
  }

  .mt-sm-12,
  .my-sm-12 {
    margin-top: 7.5rem !important;
  }

  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 7.5rem !important;
  }

  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 7.5rem !important;
  }

  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 7.5rem !important;
  }

  .m-sm-gc {
    margin: 20px !important;
  }

  .mt-sm-gc,
  .my-sm-gc {
    margin-top: 20px !important;
  }

  .mr-sm-gc,
  .mx-sm-gc {
    margin-right: 20px !important;
  }

  .mb-sm-gc,
  .my-sm-gc {
    margin-bottom: 20px !important;
  }

  .ml-sm-gc,
  .mx-sm-gc {
    margin-left: 20px !important;
  }

  .m-sm-10px {
    margin: 10px !important;
  }

  .mt-sm-10px,
  .my-sm-10px {
    margin-top: 10px !important;
  }

  .mr-sm-10px,
  .mx-sm-10px {
    margin-right: 10px !important;
  }

  .mb-sm-10px,
  .my-sm-10px {
    margin-bottom: 10px !important;
  }

  .ml-sm-10px,
  .mx-sm-10px {
    margin-left: 10px !important;
  }

  .m-sm-20 {
    margin: 20px !important;
  }

  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20px !important;
  }

  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 20px !important;
  }

  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20px !important;
  }

  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 20px !important;
  }

  .m-sm-30 {
    margin: 30px !important;
  }

  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important;
  }

  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important;
  }

  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important;
  }

  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important;
  }

  .m-sm-40 {
    margin: 40px !important;
  }

  .mt-sm-40,
  .my-sm-40 {
    margin-top: 40px !important;
  }

  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 40px !important;
  }

  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40px !important;
  }

  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 40px !important;
  }

  .m-sm-50 {
    margin: 50px !important;
  }

  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px !important;
  }

  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 50px !important;
  }

  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px !important;
  }

  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 50px !important;
  }

  .m-sm-60 {
    margin: 60px !important;
  }

  .mt-sm-60,
  .my-sm-60 {
    margin-top: 60px !important;
  }

  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 60px !important;
  }

  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 60px !important;
  }

  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 60px !important;
  }

  .m-sm-70 {
    margin: 70px !important;
  }

  .mt-sm-70,
  .my-sm-70 {
    margin-top: 70px !important;
  }

  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 70px !important;
  }

  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 70px !important;
  }

  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 70px !important;
  }

  .m-sm-80 {
    margin: 80px !important;
  }

  .mt-sm-80,
  .my-sm-80 {
    margin-top: 80px !important;
  }

  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 80px !important;
  }

  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 80px !important;
  }

  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 80px !important;
  }

  .m-sm-90 {
    margin: 90px !important;
  }

  .mt-sm-90,
  .my-sm-90 {
    margin-top: 90px !important;
  }

  .mr-sm-90,
  .mx-sm-90 {
    margin-right: 90px !important;
  }

  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 90px !important;
  }

  .ml-sm-90,
  .mx-sm-90 {
    margin-left: 90px !important;
  }

  .m-sm-100 {
    margin: 100px !important;
  }

  .mt-sm-100,
  .my-sm-100 {
    margin-top: 100px !important;
  }

  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 100px !important;
  }

  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 100px !important;
  }

  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 100px !important;
  }

  .m-sm-110 {
    margin: 110px !important;
  }

  .mt-sm-110,
  .my-sm-110 {
    margin-top: 110px !important;
  }

  .mr-sm-110,
  .mx-sm-110 {
    margin-right: 110px !important;
  }

  .mb-sm-110,
  .my-sm-110 {
    margin-bottom: 110px !important;
  }

  .ml-sm-110,
  .mx-sm-110 {
    margin-left: 110px !important;
  }

  .m-sm-120 {
    margin: 120px !important;
  }

  .mt-sm-120,
  .my-sm-120 {
    margin-top: 120px !important;
  }

  .mr-sm-120,
  .mx-sm-120 {
    margin-right: 120px !important;
  }

  .mb-sm-120,
  .my-sm-120 {
    margin-bottom: 120px !important;
  }

  .ml-sm-120,
  .mx-sm-120 {
    margin-left: 120px !important;
  }

  .m-sm-150 {
    margin: 150px !important;
  }

  .mt-sm-150,
  .my-sm-150 {
    margin-top: 150px !important;
  }

  .mr-sm-150,
  .mx-sm-150 {
    margin-right: 150px !important;
  }

  .mb-sm-150,
  .my-sm-150 {
    margin-bottom: 150px !important;
  }

  .ml-sm-150,
  .mx-sm-150 {
    margin-left: 150px !important;
  }

  .m-sm-gutter-mobile {
    margin: 5px !important;
  }

  .mt-sm-gutter-mobile,
  .my-sm-gutter-mobile {
    margin-top: 5px !important;
  }

  .mr-sm-gutter-mobile,
  .mx-sm-gutter-mobile {
    margin-right: 5px !important;
  }

  .mb-sm-gutter-mobile,
  .my-sm-gutter-mobile {
    margin-bottom: 5px !important;
  }

  .ml-sm-gutter-mobile,
  .mx-sm-gutter-mobile {
    margin-left: 5px !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .p-sm-6 {
    padding: 3.75rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3.75rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3.75rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3.75rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3.75rem !important;
  }

  .p-sm-7 {
    padding: 4.375rem !important;
  }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 4.375rem !important;
  }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 4.375rem !important;
  }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 4.375rem !important;
  }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 4.375rem !important;
  }

  .p-sm-8 {
    padding: 5rem !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 5rem !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 5rem !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 5rem !important;
  }

  .p-sm-9 {
    padding: 5.625rem !important;
  }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 5.625rem !important;
  }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 5.625rem !important;
  }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 5.625rem !important;
  }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 5.625rem !important;
  }

  .p-sm-10 {
    padding: 6.25rem !important;
  }

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 6.25rem !important;
  }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 6.25rem !important;
  }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 6.25rem !important;
  }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 6.25rem !important;
  }

  .p-sm-12 {
    padding: 7.5rem !important;
  }

  .pt-sm-12,
  .py-sm-12 {
    padding-top: 7.5rem !important;
  }

  .pr-sm-12,
  .px-sm-12 {
    padding-right: 7.5rem !important;
  }

  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 7.5rem !important;
  }

  .pl-sm-12,
  .px-sm-12 {
    padding-left: 7.5rem !important;
  }

  .p-sm-gc {
    padding: 20px !important;
  }

  .pt-sm-gc,
  .py-sm-gc {
    padding-top: 20px !important;
  }

  .pr-sm-gc,
  .px-sm-gc {
    padding-right: 20px !important;
  }

  .pb-sm-gc,
  .py-sm-gc {
    padding-bottom: 20px !important;
  }

  .pl-sm-gc,
  .px-sm-gc {
    padding-left: 20px !important;
  }

  .p-sm-10px {
    padding: 10px !important;
  }

  .pt-sm-10px,
  .py-sm-10px {
    padding-top: 10px !important;
  }

  .pr-sm-10px,
  .px-sm-10px {
    padding-right: 10px !important;
  }

  .pb-sm-10px,
  .py-sm-10px {
    padding-bottom: 10px !important;
  }

  .pl-sm-10px,
  .px-sm-10px {
    padding-left: 10px !important;
  }

  .p-sm-20 {
    padding: 20px !important;
  }

  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20px !important;
  }

  .pr-sm-20,
  .px-sm-20 {
    padding-right: 20px !important;
  }

  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20px !important;
  }

  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20px !important;
  }

  .p-sm-30 {
    padding: 30px !important;
  }

  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important;
  }

  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px !important;
  }

  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important;
  }

  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px !important;
  }

  .p-sm-40 {
    padding: 40px !important;
  }

  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px !important;
  }

  .pr-sm-40,
  .px-sm-40 {
    padding-right: 40px !important;
  }

  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px !important;
  }

  .pl-sm-40,
  .px-sm-40 {
    padding-left: 40px !important;
  }

  .p-sm-50 {
    padding: 50px !important;
  }

  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px !important;
  }

  .pr-sm-50,
  .px-sm-50 {
    padding-right: 50px !important;
  }

  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px !important;
  }

  .pl-sm-50,
  .px-sm-50 {
    padding-left: 50px !important;
  }

  .p-sm-60 {
    padding: 60px !important;
  }

  .pt-sm-60,
  .py-sm-60 {
    padding-top: 60px !important;
  }

  .pr-sm-60,
  .px-sm-60 {
    padding-right: 60px !important;
  }

  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 60px !important;
  }

  .pl-sm-60,
  .px-sm-60 {
    padding-left: 60px !important;
  }

  .p-sm-70 {
    padding: 70px !important;
  }

  .pt-sm-70,
  .py-sm-70 {
    padding-top: 70px !important;
  }

  .pr-sm-70,
  .px-sm-70 {
    padding-right: 70px !important;
  }

  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 70px !important;
  }

  .pl-sm-70,
  .px-sm-70 {
    padding-left: 70px !important;
  }

  .p-sm-80 {
    padding: 80px !important;
  }

  .pt-sm-80,
  .py-sm-80 {
    padding-top: 80px !important;
  }

  .pr-sm-80,
  .px-sm-80 {
    padding-right: 80px !important;
  }

  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 80px !important;
  }

  .pl-sm-80,
  .px-sm-80 {
    padding-left: 80px !important;
  }

  .p-sm-90 {
    padding: 90px !important;
  }

  .pt-sm-90,
  .py-sm-90 {
    padding-top: 90px !important;
  }

  .pr-sm-90,
  .px-sm-90 {
    padding-right: 90px !important;
  }

  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 90px !important;
  }

  .pl-sm-90,
  .px-sm-90 {
    padding-left: 90px !important;
  }

  .p-sm-100 {
    padding: 100px !important;
  }

  .pt-sm-100,
  .py-sm-100 {
    padding-top: 100px !important;
  }

  .pr-sm-100,
  .px-sm-100 {
    padding-right: 100px !important;
  }

  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 100px !important;
  }

  .pl-sm-100,
  .px-sm-100 {
    padding-left: 100px !important;
  }

  .p-sm-110 {
    padding: 110px !important;
  }

  .pt-sm-110,
  .py-sm-110 {
    padding-top: 110px !important;
  }

  .pr-sm-110,
  .px-sm-110 {
    padding-right: 110px !important;
  }

  .pb-sm-110,
  .py-sm-110 {
    padding-bottom: 110px !important;
  }

  .pl-sm-110,
  .px-sm-110 {
    padding-left: 110px !important;
  }

  .p-sm-120 {
    padding: 120px !important;
  }

  .pt-sm-120,
  .py-sm-120 {
    padding-top: 120px !important;
  }

  .pr-sm-120,
  .px-sm-120 {
    padding-right: 120px !important;
  }

  .pb-sm-120,
  .py-sm-120 {
    padding-bottom: 120px !important;
  }

  .pl-sm-120,
  .px-sm-120 {
    padding-left: 120px !important;
  }

  .p-sm-150 {
    padding: 150px !important;
  }

  .pt-sm-150,
  .py-sm-150 {
    padding-top: 150px !important;
  }

  .pr-sm-150,
  .px-sm-150 {
    padding-right: 150px !important;
  }

  .pb-sm-150,
  .py-sm-150 {
    padding-bottom: 150px !important;
  }

  .pl-sm-150,
  .px-sm-150 {
    padding-left: 150px !important;
  }

  .p-sm-gutter-mobile {
    padding: 5px !important;
  }

  .pt-sm-gutter-mobile,
  .py-sm-gutter-mobile {
    padding-top: 5px !important;
  }

  .pr-sm-gutter-mobile,
  .px-sm-gutter-mobile {
    padding-right: 5px !important;
  }

  .pb-sm-gutter-mobile,
  .py-sm-gutter-mobile {
    padding-bottom: 5px !important;
  }

  .pl-sm-gutter-mobile,
  .px-sm-gutter-mobile {
    padding-left: 5px !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-n6 {
    margin: -3.75rem !important;
  }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -3.75rem !important;
  }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -3.75rem !important;
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -3.75rem !important;
  }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -3.75rem !important;
  }

  .m-sm-n7 {
    margin: -4.375rem !important;
  }

  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -4.375rem !important;
  }

  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -4.375rem !important;
  }

  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -4.375rem !important;
  }

  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -4.375rem !important;
  }

  .m-sm-n8 {
    margin: -5rem !important;
  }

  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -5rem !important;
  }

  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -5rem !important;
  }

  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -5rem !important;
  }

  .m-sm-n9 {
    margin: -5.625rem !important;
  }

  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -5.625rem !important;
  }

  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -5.625rem !important;
  }

  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -5.625rem !important;
  }

  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -5.625rem !important;
  }

  .m-sm-n10 {
    margin: -6.25rem !important;
  }

  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -6.25rem !important;
  }

  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -6.25rem !important;
  }

  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -6.25rem !important;
  }

  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -6.25rem !important;
  }

  .m-sm-n12 {
    margin: -7.5rem !important;
  }

  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -7.5rem !important;
  }

  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -7.5rem !important;
  }

  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -7.5rem !important;
  }

  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -7.5rem !important;
  }

  .m-sm-ngc {
    margin: -20px !important;
  }

  .mt-sm-ngc,
  .my-sm-ngc {
    margin-top: -20px !important;
  }

  .mr-sm-ngc,
  .mx-sm-ngc {
    margin-right: -20px !important;
  }

  .mb-sm-ngc,
  .my-sm-ngc {
    margin-bottom: -20px !important;
  }

  .ml-sm-ngc,
  .mx-sm-ngc {
    margin-left: -20px !important;
  }

  .m-sm-n10px {
    margin: -10px !important;
  }

  .mt-sm-n10px,
  .my-sm-n10px {
    margin-top: -10px !important;
  }

  .mr-sm-n10px,
  .mx-sm-n10px {
    margin-right: -10px !important;
  }

  .mb-sm-n10px,
  .my-sm-n10px {
    margin-bottom: -10px !important;
  }

  .ml-sm-n10px,
  .mx-sm-n10px {
    margin-left: -10px !important;
  }

  .m-sm-n20 {
    margin: -20px !important;
  }

  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -20px !important;
  }

  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -20px !important;
  }

  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -20px !important;
  }

  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -20px !important;
  }

  .m-sm-n30 {
    margin: -30px !important;
  }

  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -30px !important;
  }

  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -30px !important;
  }

  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -30px !important;
  }

  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -30px !important;
  }

  .m-sm-n40 {
    margin: -40px !important;
  }

  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -40px !important;
  }

  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -40px !important;
  }

  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -40px !important;
  }

  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -40px !important;
  }

  .m-sm-n50 {
    margin: -50px !important;
  }

  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -50px !important;
  }

  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -50px !important;
  }

  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -50px !important;
  }

  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -50px !important;
  }

  .m-sm-n60 {
    margin: -60px !important;
  }

  .mt-sm-n60,
  .my-sm-n60 {
    margin-top: -60px !important;
  }

  .mr-sm-n60,
  .mx-sm-n60 {
    margin-right: -60px !important;
  }

  .mb-sm-n60,
  .my-sm-n60 {
    margin-bottom: -60px !important;
  }

  .ml-sm-n60,
  .mx-sm-n60 {
    margin-left: -60px !important;
  }

  .m-sm-n70 {
    margin: -70px !important;
  }

  .mt-sm-n70,
  .my-sm-n70 {
    margin-top: -70px !important;
  }

  .mr-sm-n70,
  .mx-sm-n70 {
    margin-right: -70px !important;
  }

  .mb-sm-n70,
  .my-sm-n70 {
    margin-bottom: -70px !important;
  }

  .ml-sm-n70,
  .mx-sm-n70 {
    margin-left: -70px !important;
  }

  .m-sm-n80 {
    margin: -80px !important;
  }

  .mt-sm-n80,
  .my-sm-n80 {
    margin-top: -80px !important;
  }

  .mr-sm-n80,
  .mx-sm-n80 {
    margin-right: -80px !important;
  }

  .mb-sm-n80,
  .my-sm-n80 {
    margin-bottom: -80px !important;
  }

  .ml-sm-n80,
  .mx-sm-n80 {
    margin-left: -80px !important;
  }

  .m-sm-n90 {
    margin: -90px !important;
  }

  .mt-sm-n90,
  .my-sm-n90 {
    margin-top: -90px !important;
  }

  .mr-sm-n90,
  .mx-sm-n90 {
    margin-right: -90px !important;
  }

  .mb-sm-n90,
  .my-sm-n90 {
    margin-bottom: -90px !important;
  }

  .ml-sm-n90,
  .mx-sm-n90 {
    margin-left: -90px !important;
  }

  .m-sm-n100 {
    margin: -100px !important;
  }

  .mt-sm-n100,
  .my-sm-n100 {
    margin-top: -100px !important;
  }

  .mr-sm-n100,
  .mx-sm-n100 {
    margin-right: -100px !important;
  }

  .mb-sm-n100,
  .my-sm-n100 {
    margin-bottom: -100px !important;
  }

  .ml-sm-n100,
  .mx-sm-n100 {
    margin-left: -100px !important;
  }

  .m-sm-n110 {
    margin: -110px !important;
  }

  .mt-sm-n110,
  .my-sm-n110 {
    margin-top: -110px !important;
  }

  .mr-sm-n110,
  .mx-sm-n110 {
    margin-right: -110px !important;
  }

  .mb-sm-n110,
  .my-sm-n110 {
    margin-bottom: -110px !important;
  }

  .ml-sm-n110,
  .mx-sm-n110 {
    margin-left: -110px !important;
  }

  .m-sm-n120 {
    margin: -120px !important;
  }

  .mt-sm-n120,
  .my-sm-n120 {
    margin-top: -120px !important;
  }

  .mr-sm-n120,
  .mx-sm-n120 {
    margin-right: -120px !important;
  }

  .mb-sm-n120,
  .my-sm-n120 {
    margin-bottom: -120px !important;
  }

  .ml-sm-n120,
  .mx-sm-n120 {
    margin-left: -120px !important;
  }

  .m-sm-n150 {
    margin: -150px !important;
  }

  .mt-sm-n150,
  .my-sm-n150 {
    margin-top: -150px !important;
  }

  .mr-sm-n150,
  .mx-sm-n150 {
    margin-right: -150px !important;
  }

  .mb-sm-n150,
  .my-sm-n150 {
    margin-bottom: -150px !important;
  }

  .ml-sm-n150,
  .mx-sm-n150 {
    margin-left: -150px !important;
  }

  .m-sm-ngutter-mobile {
    margin: -5px !important;
  }

  .mt-sm-ngutter-mobile,
  .my-sm-ngutter-mobile {
    margin-top: -5px !important;
  }

  .mr-sm-ngutter-mobile,
  .mx-sm-ngutter-mobile {
    margin-right: -5px !important;
  }

  .mb-sm-ngutter-mobile,
  .my-sm-ngutter-mobile {
    margin-bottom: -5px !important;
  }

  .ml-sm-ngutter-mobile,
  .mx-sm-ngutter-mobile {
    margin-left: -5px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md-6 {
    margin: 3.75rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 3.75rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 3.75rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3.75rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 3.75rem !important;
  }

  .m-md-7 {
    margin: 4.375rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 4.375rem !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 4.375rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 4.375rem !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 4.375rem !important;
  }

  .m-md-8 {
    margin: 5rem !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 5rem !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 5rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 5rem !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 5rem !important;
  }

  .m-md-9 {
    margin: 5.625rem !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 5.625rem !important;
  }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 5.625rem !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 5.625rem !important;
  }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 5.625rem !important;
  }

  .m-md-10 {
    margin: 6.25rem !important;
  }

  .mt-md-10,
  .my-md-10 {
    margin-top: 6.25rem !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 6.25rem !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 6.25rem !important;
  }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 6.25rem !important;
  }

  .m-md-12 {
    margin: 7.5rem !important;
  }

  .mt-md-12,
  .my-md-12 {
    margin-top: 7.5rem !important;
  }

  .mr-md-12,
  .mx-md-12 {
    margin-right: 7.5rem !important;
  }

  .mb-md-12,
  .my-md-12 {
    margin-bottom: 7.5rem !important;
  }

  .ml-md-12,
  .mx-md-12 {
    margin-left: 7.5rem !important;
  }

  .m-md-gc {
    margin: 20px !important;
  }

  .mt-md-gc,
  .my-md-gc {
    margin-top: 20px !important;
  }

  .mr-md-gc,
  .mx-md-gc {
    margin-right: 20px !important;
  }

  .mb-md-gc,
  .my-md-gc {
    margin-bottom: 20px !important;
  }

  .ml-md-gc,
  .mx-md-gc {
    margin-left: 20px !important;
  }

  .m-md-10px {
    margin: 10px !important;
  }

  .mt-md-10px,
  .my-md-10px {
    margin-top: 10px !important;
  }

  .mr-md-10px,
  .mx-md-10px {
    margin-right: 10px !important;
  }

  .mb-md-10px,
  .my-md-10px {
    margin-bottom: 10px !important;
  }

  .ml-md-10px,
  .mx-md-10px {
    margin-left: 10px !important;
  }

  .m-md-20 {
    margin: 20px !important;
  }

  .mt-md-20,
  .my-md-20 {
    margin-top: 20px !important;
  }

  .mr-md-20,
  .mx-md-20 {
    margin-right: 20px !important;
  }

  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20px !important;
  }

  .ml-md-20,
  .mx-md-20 {
    margin-left: 20px !important;
  }

  .m-md-30 {
    margin: 30px !important;
  }

  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important;
  }

  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important;
  }

  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important;
  }

  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important;
  }

  .m-md-40 {
    margin: 40px !important;
  }

  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important;
  }

  .mr-md-40,
  .mx-md-40 {
    margin-right: 40px !important;
  }

  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important;
  }

  .ml-md-40,
  .mx-md-40 {
    margin-left: 40px !important;
  }

  .m-md-50 {
    margin: 50px !important;
  }

  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important;
  }

  .mr-md-50,
  .mx-md-50 {
    margin-right: 50px !important;
  }

  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important;
  }

  .ml-md-50,
  .mx-md-50 {
    margin-left: 50px !important;
  }

  .m-md-60 {
    margin: 60px !important;
  }

  .mt-md-60,
  .my-md-60 {
    margin-top: 60px !important;
  }

  .mr-md-60,
  .mx-md-60 {
    margin-right: 60px !important;
  }

  .mb-md-60,
  .my-md-60 {
    margin-bottom: 60px !important;
  }

  .ml-md-60,
  .mx-md-60 {
    margin-left: 60px !important;
  }

  .m-md-70 {
    margin: 70px !important;
  }

  .mt-md-70,
  .my-md-70 {
    margin-top: 70px !important;
  }

  .mr-md-70,
  .mx-md-70 {
    margin-right: 70px !important;
  }

  .mb-md-70,
  .my-md-70 {
    margin-bottom: 70px !important;
  }

  .ml-md-70,
  .mx-md-70 {
    margin-left: 70px !important;
  }

  .m-md-80 {
    margin: 80px !important;
  }

  .mt-md-80,
  .my-md-80 {
    margin-top: 80px !important;
  }

  .mr-md-80,
  .mx-md-80 {
    margin-right: 80px !important;
  }

  .mb-md-80,
  .my-md-80 {
    margin-bottom: 80px !important;
  }

  .ml-md-80,
  .mx-md-80 {
    margin-left: 80px !important;
  }

  .m-md-90 {
    margin: 90px !important;
  }

  .mt-md-90,
  .my-md-90 {
    margin-top: 90px !important;
  }

  .mr-md-90,
  .mx-md-90 {
    margin-right: 90px !important;
  }

  .mb-md-90,
  .my-md-90 {
    margin-bottom: 90px !important;
  }

  .ml-md-90,
  .mx-md-90 {
    margin-left: 90px !important;
  }

  .m-md-100 {
    margin: 100px !important;
  }

  .mt-md-100,
  .my-md-100 {
    margin-top: 100px !important;
  }

  .mr-md-100,
  .mx-md-100 {
    margin-right: 100px !important;
  }

  .mb-md-100,
  .my-md-100 {
    margin-bottom: 100px !important;
  }

  .ml-md-100,
  .mx-md-100 {
    margin-left: 100px !important;
  }

  .m-md-110 {
    margin: 110px !important;
  }

  .mt-md-110,
  .my-md-110 {
    margin-top: 110px !important;
  }

  .mr-md-110,
  .mx-md-110 {
    margin-right: 110px !important;
  }

  .mb-md-110,
  .my-md-110 {
    margin-bottom: 110px !important;
  }

  .ml-md-110,
  .mx-md-110 {
    margin-left: 110px !important;
  }

  .m-md-120 {
    margin: 120px !important;
  }

  .mt-md-120,
  .my-md-120 {
    margin-top: 120px !important;
  }

  .mr-md-120,
  .mx-md-120 {
    margin-right: 120px !important;
  }

  .mb-md-120,
  .my-md-120 {
    margin-bottom: 120px !important;
  }

  .ml-md-120,
  .mx-md-120 {
    margin-left: 120px !important;
  }

  .m-md-150 {
    margin: 150px !important;
  }

  .mt-md-150,
  .my-md-150 {
    margin-top: 150px !important;
  }

  .mr-md-150,
  .mx-md-150 {
    margin-right: 150px !important;
  }

  .mb-md-150,
  .my-md-150 {
    margin-bottom: 150px !important;
  }

  .ml-md-150,
  .mx-md-150 {
    margin-left: 150px !important;
  }

  .m-md-gutter-mobile {
    margin: 5px !important;
  }

  .mt-md-gutter-mobile,
  .my-md-gutter-mobile {
    margin-top: 5px !important;
  }

  .mr-md-gutter-mobile,
  .mx-md-gutter-mobile {
    margin-right: 5px !important;
  }

  .mb-md-gutter-mobile,
  .my-md-gutter-mobile {
    margin-bottom: 5px !important;
  }

  .ml-md-gutter-mobile,
  .mx-md-gutter-mobile {
    margin-left: 5px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-6 {
    padding: 3.75rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 3.75rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 3.75rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3.75rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 3.75rem !important;
  }

  .p-md-7 {
    padding: 4.375rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 4.375rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 4.375rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 4.375rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 4.375rem !important;
  }

  .p-md-8 {
    padding: 5rem !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 5rem !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 5rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 5rem !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 5rem !important;
  }

  .p-md-9 {
    padding: 5.625rem !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 5.625rem !important;
  }

  .pr-md-9,
  .px-md-9 {
    padding-right: 5.625rem !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 5.625rem !important;
  }

  .pl-md-9,
  .px-md-9 {
    padding-left: 5.625rem !important;
  }

  .p-md-10 {
    padding: 6.25rem !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 6.25rem !important;
  }

  .pr-md-10,
  .px-md-10 {
    padding-right: 6.25rem !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 6.25rem !important;
  }

  .pl-md-10,
  .px-md-10 {
    padding-left: 6.25rem !important;
  }

  .p-md-12 {
    padding: 7.5rem !important;
  }

  .pt-md-12,
  .py-md-12 {
    padding-top: 7.5rem !important;
  }

  .pr-md-12,
  .px-md-12 {
    padding-right: 7.5rem !important;
  }

  .pb-md-12,
  .py-md-12 {
    padding-bottom: 7.5rem !important;
  }

  .pl-md-12,
  .px-md-12 {
    padding-left: 7.5rem !important;
  }

  .p-md-gc {
    padding: 20px !important;
  }

  .pt-md-gc,
  .py-md-gc {
    padding-top: 20px !important;
  }

  .pr-md-gc,
  .px-md-gc {
    padding-right: 20px !important;
  }

  .pb-md-gc,
  .py-md-gc {
    padding-bottom: 20px !important;
  }

  .pl-md-gc,
  .px-md-gc {
    padding-left: 20px !important;
  }

  .p-md-10px {
    padding: 10px !important;
  }

  .pt-md-10px,
  .py-md-10px {
    padding-top: 10px !important;
  }

  .pr-md-10px,
  .px-md-10px {
    padding-right: 10px !important;
  }

  .pb-md-10px,
  .py-md-10px {
    padding-bottom: 10px !important;
  }

  .pl-md-10px,
  .px-md-10px {
    padding-left: 10px !important;
  }

  .p-md-20 {
    padding: 20px !important;
  }

  .pt-md-20,
  .py-md-20 {
    padding-top: 20px !important;
  }

  .pr-md-20,
  .px-md-20 {
    padding-right: 20px !important;
  }

  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20px !important;
  }

  .pl-md-20,
  .px-md-20 {
    padding-left: 20px !important;
  }

  .p-md-30 {
    padding: 30px !important;
  }

  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important;
  }

  .pr-md-30,
  .px-md-30 {
    padding-right: 30px !important;
  }

  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important;
  }

  .pl-md-30,
  .px-md-30 {
    padding-left: 30px !important;
  }

  .p-md-40 {
    padding: 40px !important;
  }

  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important;
  }

  .pr-md-40,
  .px-md-40 {
    padding-right: 40px !important;
  }

  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important;
  }

  .pl-md-40,
  .px-md-40 {
    padding-left: 40px !important;
  }

  .p-md-50 {
    padding: 50px !important;
  }

  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important;
  }

  .pr-md-50,
  .px-md-50 {
    padding-right: 50px !important;
  }

  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important;
  }

  .pl-md-50,
  .px-md-50 {
    padding-left: 50px !important;
  }

  .p-md-60 {
    padding: 60px !important;
  }

  .pt-md-60,
  .py-md-60 {
    padding-top: 60px !important;
  }

  .pr-md-60,
  .px-md-60 {
    padding-right: 60px !important;
  }

  .pb-md-60,
  .py-md-60 {
    padding-bottom: 60px !important;
  }

  .pl-md-60,
  .px-md-60 {
    padding-left: 60px !important;
  }

  .p-md-70 {
    padding: 70px !important;
  }

  .pt-md-70,
  .py-md-70 {
    padding-top: 70px !important;
  }

  .pr-md-70,
  .px-md-70 {
    padding-right: 70px !important;
  }

  .pb-md-70,
  .py-md-70 {
    padding-bottom: 70px !important;
  }

  .pl-md-70,
  .px-md-70 {
    padding-left: 70px !important;
  }

  .p-md-80 {
    padding: 80px !important;
  }

  .pt-md-80,
  .py-md-80 {
    padding-top: 80px !important;
  }

  .pr-md-80,
  .px-md-80 {
    padding-right: 80px !important;
  }

  .pb-md-80,
  .py-md-80 {
    padding-bottom: 80px !important;
  }

  .pl-md-80,
  .px-md-80 {
    padding-left: 80px !important;
  }

  .p-md-90 {
    padding: 90px !important;
  }

  .pt-md-90,
  .py-md-90 {
    padding-top: 90px !important;
  }

  .pr-md-90,
  .px-md-90 {
    padding-right: 90px !important;
  }

  .pb-md-90,
  .py-md-90 {
    padding-bottom: 90px !important;
  }

  .pl-md-90,
  .px-md-90 {
    padding-left: 90px !important;
  }

  .p-md-100 {
    padding: 100px !important;
  }

  .pt-md-100,
  .py-md-100 {
    padding-top: 100px !important;
  }

  .pr-md-100,
  .px-md-100 {
    padding-right: 100px !important;
  }

  .pb-md-100,
  .py-md-100 {
    padding-bottom: 100px !important;
  }

  .pl-md-100,
  .px-md-100 {
    padding-left: 100px !important;
  }

  .p-md-110 {
    padding: 110px !important;
  }

  .pt-md-110,
  .py-md-110 {
    padding-top: 110px !important;
  }

  .pr-md-110,
  .px-md-110 {
    padding-right: 110px !important;
  }

  .pb-md-110,
  .py-md-110 {
    padding-bottom: 110px !important;
  }

  .pl-md-110,
  .px-md-110 {
    padding-left: 110px !important;
  }

  .p-md-120 {
    padding: 120px !important;
  }

  .pt-md-120,
  .py-md-120 {
    padding-top: 120px !important;
  }

  .pr-md-120,
  .px-md-120 {
    padding-right: 120px !important;
  }

  .pb-md-120,
  .py-md-120 {
    padding-bottom: 120px !important;
  }

  .pl-md-120,
  .px-md-120 {
    padding-left: 120px !important;
  }

  .p-md-150 {
    padding: 150px !important;
  }

  .pt-md-150,
  .py-md-150 {
    padding-top: 150px !important;
  }

  .pr-md-150,
  .px-md-150 {
    padding-right: 150px !important;
  }

  .pb-md-150,
  .py-md-150 {
    padding-bottom: 150px !important;
  }

  .pl-md-150,
  .px-md-150 {
    padding-left: 150px !important;
  }

  .p-md-gutter-mobile {
    padding: 5px !important;
  }

  .pt-md-gutter-mobile,
  .py-md-gutter-mobile {
    padding-top: 5px !important;
  }

  .pr-md-gutter-mobile,
  .px-md-gutter-mobile {
    padding-right: 5px !important;
  }

  .pb-md-gutter-mobile,
  .py-md-gutter-mobile {
    padding-bottom: 5px !important;
  }

  .pl-md-gutter-mobile,
  .px-md-gutter-mobile {
    padding-left: 5px !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-n6 {
    margin: -3.75rem !important;
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -3.75rem !important;
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -3.75rem !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -3.75rem !important;
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -3.75rem !important;
  }

  .m-md-n7 {
    margin: -4.375rem !important;
  }

  .mt-md-n7,
  .my-md-n7 {
    margin-top: -4.375rem !important;
  }

  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -4.375rem !important;
  }

  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -4.375rem !important;
  }

  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -4.375rem !important;
  }

  .m-md-n8 {
    margin: -5rem !important;
  }

  .mt-md-n8,
  .my-md-n8 {
    margin-top: -5rem !important;
  }

  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -5rem !important;
  }

  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -5rem !important;
  }

  .m-md-n9 {
    margin: -5.625rem !important;
  }

  .mt-md-n9,
  .my-md-n9 {
    margin-top: -5.625rem !important;
  }

  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -5.625rem !important;
  }

  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -5.625rem !important;
  }

  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -5.625rem !important;
  }

  .m-md-n10 {
    margin: -6.25rem !important;
  }

  .mt-md-n10,
  .my-md-n10 {
    margin-top: -6.25rem !important;
  }

  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -6.25rem !important;
  }

  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -6.25rem !important;
  }

  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -6.25rem !important;
  }

  .m-md-n12 {
    margin: -7.5rem !important;
  }

  .mt-md-n12,
  .my-md-n12 {
    margin-top: -7.5rem !important;
  }

  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -7.5rem !important;
  }

  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -7.5rem !important;
  }

  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -7.5rem !important;
  }

  .m-md-ngc {
    margin: -20px !important;
  }

  .mt-md-ngc,
  .my-md-ngc {
    margin-top: -20px !important;
  }

  .mr-md-ngc,
  .mx-md-ngc {
    margin-right: -20px !important;
  }

  .mb-md-ngc,
  .my-md-ngc {
    margin-bottom: -20px !important;
  }

  .ml-md-ngc,
  .mx-md-ngc {
    margin-left: -20px !important;
  }

  .m-md-n10px {
    margin: -10px !important;
  }

  .mt-md-n10px,
  .my-md-n10px {
    margin-top: -10px !important;
  }

  .mr-md-n10px,
  .mx-md-n10px {
    margin-right: -10px !important;
  }

  .mb-md-n10px,
  .my-md-n10px {
    margin-bottom: -10px !important;
  }

  .ml-md-n10px,
  .mx-md-n10px {
    margin-left: -10px !important;
  }

  .m-md-n20 {
    margin: -20px !important;
  }

  .mt-md-n20,
  .my-md-n20 {
    margin-top: -20px !important;
  }

  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -20px !important;
  }

  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -20px !important;
  }

  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -20px !important;
  }

  .m-md-n30 {
    margin: -30px !important;
  }

  .mt-md-n30,
  .my-md-n30 {
    margin-top: -30px !important;
  }

  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -30px !important;
  }

  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -30px !important;
  }

  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -30px !important;
  }

  .m-md-n40 {
    margin: -40px !important;
  }

  .mt-md-n40,
  .my-md-n40 {
    margin-top: -40px !important;
  }

  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -40px !important;
  }

  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -40px !important;
  }

  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -40px !important;
  }

  .m-md-n50 {
    margin: -50px !important;
  }

  .mt-md-n50,
  .my-md-n50 {
    margin-top: -50px !important;
  }

  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -50px !important;
  }

  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -50px !important;
  }

  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -50px !important;
  }

  .m-md-n60 {
    margin: -60px !important;
  }

  .mt-md-n60,
  .my-md-n60 {
    margin-top: -60px !important;
  }

  .mr-md-n60,
  .mx-md-n60 {
    margin-right: -60px !important;
  }

  .mb-md-n60,
  .my-md-n60 {
    margin-bottom: -60px !important;
  }

  .ml-md-n60,
  .mx-md-n60 {
    margin-left: -60px !important;
  }

  .m-md-n70 {
    margin: -70px !important;
  }

  .mt-md-n70,
  .my-md-n70 {
    margin-top: -70px !important;
  }

  .mr-md-n70,
  .mx-md-n70 {
    margin-right: -70px !important;
  }

  .mb-md-n70,
  .my-md-n70 {
    margin-bottom: -70px !important;
  }

  .ml-md-n70,
  .mx-md-n70 {
    margin-left: -70px !important;
  }

  .m-md-n80 {
    margin: -80px !important;
  }

  .mt-md-n80,
  .my-md-n80 {
    margin-top: -80px !important;
  }

  .mr-md-n80,
  .mx-md-n80 {
    margin-right: -80px !important;
  }

  .mb-md-n80,
  .my-md-n80 {
    margin-bottom: -80px !important;
  }

  .ml-md-n80,
  .mx-md-n80 {
    margin-left: -80px !important;
  }

  .m-md-n90 {
    margin: -90px !important;
  }

  .mt-md-n90,
  .my-md-n90 {
    margin-top: -90px !important;
  }

  .mr-md-n90,
  .mx-md-n90 {
    margin-right: -90px !important;
  }

  .mb-md-n90,
  .my-md-n90 {
    margin-bottom: -90px !important;
  }

  .ml-md-n90,
  .mx-md-n90 {
    margin-left: -90px !important;
  }

  .m-md-n100 {
    margin: -100px !important;
  }

  .mt-md-n100,
  .my-md-n100 {
    margin-top: -100px !important;
  }

  .mr-md-n100,
  .mx-md-n100 {
    margin-right: -100px !important;
  }

  .mb-md-n100,
  .my-md-n100 {
    margin-bottom: -100px !important;
  }

  .ml-md-n100,
  .mx-md-n100 {
    margin-left: -100px !important;
  }

  .m-md-n110 {
    margin: -110px !important;
  }

  .mt-md-n110,
  .my-md-n110 {
    margin-top: -110px !important;
  }

  .mr-md-n110,
  .mx-md-n110 {
    margin-right: -110px !important;
  }

  .mb-md-n110,
  .my-md-n110 {
    margin-bottom: -110px !important;
  }

  .ml-md-n110,
  .mx-md-n110 {
    margin-left: -110px !important;
  }

  .m-md-n120 {
    margin: -120px !important;
  }

  .mt-md-n120,
  .my-md-n120 {
    margin-top: -120px !important;
  }

  .mr-md-n120,
  .mx-md-n120 {
    margin-right: -120px !important;
  }

  .mb-md-n120,
  .my-md-n120 {
    margin-bottom: -120px !important;
  }

  .ml-md-n120,
  .mx-md-n120 {
    margin-left: -120px !important;
  }

  .m-md-n150 {
    margin: -150px !important;
  }

  .mt-md-n150,
  .my-md-n150 {
    margin-top: -150px !important;
  }

  .mr-md-n150,
  .mx-md-n150 {
    margin-right: -150px !important;
  }

  .mb-md-n150,
  .my-md-n150 {
    margin-bottom: -150px !important;
  }

  .ml-md-n150,
  .mx-md-n150 {
    margin-left: -150px !important;
  }

  .m-md-ngutter-mobile {
    margin: -5px !important;
  }

  .mt-md-ngutter-mobile,
  .my-md-ngutter-mobile {
    margin-top: -5px !important;
  }

  .mr-md-ngutter-mobile,
  .mx-md-ngutter-mobile {
    margin-right: -5px !important;
  }

  .mb-md-ngutter-mobile,
  .my-md-ngutter-mobile {
    margin-bottom: -5px !important;
  }

  .ml-md-ngutter-mobile,
  .mx-md-ngutter-mobile {
    margin-left: -5px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-6 {
    margin: 3.75rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3.75rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3.75rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3.75rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3.75rem !important;
  }

  .m-lg-7 {
    margin: 4.375rem !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 4.375rem !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 4.375rem !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 4.375rem !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 4.375rem !important;
  }

  .m-lg-8 {
    margin: 5rem !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 5rem !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 5rem !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 5rem !important;
  }

  .m-lg-9 {
    margin: 5.625rem !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 5.625rem !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 5.625rem !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 5.625rem !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 5.625rem !important;
  }

  .m-lg-10 {
    margin: 6.25rem !important;
  }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 6.25rem !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 6.25rem !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 6.25rem !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 6.25rem !important;
  }

  .m-lg-12 {
    margin: 7.5rem !important;
  }

  .mt-lg-12,
  .my-lg-12 {
    margin-top: 7.5rem !important;
  }

  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 7.5rem !important;
  }

  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 7.5rem !important;
  }

  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 7.5rem !important;
  }

  .m-lg-gc {
    margin: 20px !important;
  }

  .mt-lg-gc,
  .my-lg-gc {
    margin-top: 20px !important;
  }

  .mr-lg-gc,
  .mx-lg-gc {
    margin-right: 20px !important;
  }

  .mb-lg-gc,
  .my-lg-gc {
    margin-bottom: 20px !important;
  }

  .ml-lg-gc,
  .mx-lg-gc {
    margin-left: 20px !important;
  }

  .m-lg-10px {
    margin: 10px !important;
  }

  .mt-lg-10px,
  .my-lg-10px {
    margin-top: 10px !important;
  }

  .mr-lg-10px,
  .mx-lg-10px {
    margin-right: 10px !important;
  }

  .mb-lg-10px,
  .my-lg-10px {
    margin-bottom: 10px !important;
  }

  .ml-lg-10px,
  .mx-lg-10px {
    margin-left: 10px !important;
  }

  .m-lg-20 {
    margin: 20px !important;
  }

  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20px !important;
  }

  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 20px !important;
  }

  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20px !important;
  }

  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 20px !important;
  }

  .m-lg-30 {
    margin: 30px !important;
  }

  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important;
  }

  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important;
  }

  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important;
  }

  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important;
  }

  .m-lg-40 {
    margin: 40px !important;
  }

  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important;
  }

  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px !important;
  }

  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important;
  }

  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px !important;
  }

  .m-lg-50 {
    margin: 50px !important;
  }

  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px !important;
  }

  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 50px !important;
  }

  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px !important;
  }

  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 50px !important;
  }

  .m-lg-60 {
    margin: 60px !important;
  }

  .mt-lg-60,
  .my-lg-60 {
    margin-top: 60px !important;
  }

  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 60px !important;
  }

  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 60px !important;
  }

  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 60px !important;
  }

  .m-lg-70 {
    margin: 70px !important;
  }

  .mt-lg-70,
  .my-lg-70 {
    margin-top: 70px !important;
  }

  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 70px !important;
  }

  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 70px !important;
  }

  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 70px !important;
  }

  .m-lg-80 {
    margin: 80px !important;
  }

  .mt-lg-80,
  .my-lg-80 {
    margin-top: 80px !important;
  }

  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 80px !important;
  }

  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 80px !important;
  }

  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 80px !important;
  }

  .m-lg-90 {
    margin: 90px !important;
  }

  .mt-lg-90,
  .my-lg-90 {
    margin-top: 90px !important;
  }

  .mr-lg-90,
  .mx-lg-90 {
    margin-right: 90px !important;
  }

  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 90px !important;
  }

  .ml-lg-90,
  .mx-lg-90 {
    margin-left: 90px !important;
  }

  .m-lg-100 {
    margin: 100px !important;
  }

  .mt-lg-100,
  .my-lg-100 {
    margin-top: 100px !important;
  }

  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 100px !important;
  }

  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 100px !important;
  }

  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 100px !important;
  }

  .m-lg-110 {
    margin: 110px !important;
  }

  .mt-lg-110,
  .my-lg-110 {
    margin-top: 110px !important;
  }

  .mr-lg-110,
  .mx-lg-110 {
    margin-right: 110px !important;
  }

  .mb-lg-110,
  .my-lg-110 {
    margin-bottom: 110px !important;
  }

  .ml-lg-110,
  .mx-lg-110 {
    margin-left: 110px !important;
  }

  .m-lg-120 {
    margin: 120px !important;
  }

  .mt-lg-120,
  .my-lg-120 {
    margin-top: 120px !important;
  }

  .mr-lg-120,
  .mx-lg-120 {
    margin-right: 120px !important;
  }

  .mb-lg-120,
  .my-lg-120 {
    margin-bottom: 120px !important;
  }

  .ml-lg-120,
  .mx-lg-120 {
    margin-left: 120px !important;
  }

  .m-lg-150 {
    margin: 150px !important;
  }

  .mt-lg-150,
  .my-lg-150 {
    margin-top: 150px !important;
  }

  .mr-lg-150,
  .mx-lg-150 {
    margin-right: 150px !important;
  }

  .mb-lg-150,
  .my-lg-150 {
    margin-bottom: 150px !important;
  }

  .ml-lg-150,
  .mx-lg-150 {
    margin-left: 150px !important;
  }

  .m-lg-gutter-mobile {
    margin: 5px !important;
  }

  .mt-lg-gutter-mobile,
  .my-lg-gutter-mobile {
    margin-top: 5px !important;
  }

  .mr-lg-gutter-mobile,
  .mx-lg-gutter-mobile {
    margin-right: 5px !important;
  }

  .mb-lg-gutter-mobile,
  .my-lg-gutter-mobile {
    margin-bottom: 5px !important;
  }

  .ml-lg-gutter-mobile,
  .mx-lg-gutter-mobile {
    margin-left: 5px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-6 {
    padding: 3.75rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3.75rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3.75rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3.75rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3.75rem !important;
  }

  .p-lg-7 {
    padding: 4.375rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 4.375rem !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 4.375rem !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 4.375rem !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 4.375rem !important;
  }

  .p-lg-8 {
    padding: 5rem !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 5rem !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 5rem !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 5rem !important;
  }

  .p-lg-9 {
    padding: 5.625rem !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 5.625rem !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 5.625rem !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 5.625rem !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 5.625rem !important;
  }

  .p-lg-10 {
    padding: 6.25rem !important;
  }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 6.25rem !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 6.25rem !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 6.25rem !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 6.25rem !important;
  }

  .p-lg-12 {
    padding: 7.5rem !important;
  }

  .pt-lg-12,
  .py-lg-12 {
    padding-top: 7.5rem !important;
  }

  .pr-lg-12,
  .px-lg-12 {
    padding-right: 7.5rem !important;
  }

  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 7.5rem !important;
  }

  .pl-lg-12,
  .px-lg-12 {
    padding-left: 7.5rem !important;
  }

  .p-lg-gc {
    padding: 20px !important;
  }

  .pt-lg-gc,
  .py-lg-gc {
    padding-top: 20px !important;
  }

  .pr-lg-gc,
  .px-lg-gc {
    padding-right: 20px !important;
  }

  .pb-lg-gc,
  .py-lg-gc {
    padding-bottom: 20px !important;
  }

  .pl-lg-gc,
  .px-lg-gc {
    padding-left: 20px !important;
  }

  .p-lg-10px {
    padding: 10px !important;
  }

  .pt-lg-10px,
  .py-lg-10px {
    padding-top: 10px !important;
  }

  .pr-lg-10px,
  .px-lg-10px {
    padding-right: 10px !important;
  }

  .pb-lg-10px,
  .py-lg-10px {
    padding-bottom: 10px !important;
  }

  .pl-lg-10px,
  .px-lg-10px {
    padding-left: 10px !important;
  }

  .p-lg-20 {
    padding: 20px !important;
  }

  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20px !important;
  }

  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20px !important;
  }

  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20px !important;
  }

  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20px !important;
  }

  .p-lg-30 {
    padding: 30px !important;
  }

  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important;
  }

  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px !important;
  }

  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important;
  }

  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px !important;
  }

  .p-lg-40 {
    padding: 40px !important;
  }

  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important;
  }

  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px !important;
  }

  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important;
  }

  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px !important;
  }

  .p-lg-50 {
    padding: 50px !important;
  }

  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important;
  }

  .pr-lg-50,
  .px-lg-50 {
    padding-right: 50px !important;
  }

  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important;
  }

  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50px !important;
  }

  .p-lg-60 {
    padding: 60px !important;
  }

  .pt-lg-60,
  .py-lg-60 {
    padding-top: 60px !important;
  }

  .pr-lg-60,
  .px-lg-60 {
    padding-right: 60px !important;
  }

  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 60px !important;
  }

  .pl-lg-60,
  .px-lg-60 {
    padding-left: 60px !important;
  }

  .p-lg-70 {
    padding: 70px !important;
  }

  .pt-lg-70,
  .py-lg-70 {
    padding-top: 70px !important;
  }

  .pr-lg-70,
  .px-lg-70 {
    padding-right: 70px !important;
  }

  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 70px !important;
  }

  .pl-lg-70,
  .px-lg-70 {
    padding-left: 70px !important;
  }

  .p-lg-80 {
    padding: 80px !important;
  }

  .pt-lg-80,
  .py-lg-80 {
    padding-top: 80px !important;
  }

  .pr-lg-80,
  .px-lg-80 {
    padding-right: 80px !important;
  }

  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 80px !important;
  }

  .pl-lg-80,
  .px-lg-80 {
    padding-left: 80px !important;
  }

  .p-lg-90 {
    padding: 90px !important;
  }

  .pt-lg-90,
  .py-lg-90 {
    padding-top: 90px !important;
  }

  .pr-lg-90,
  .px-lg-90 {
    padding-right: 90px !important;
  }

  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 90px !important;
  }

  .pl-lg-90,
  .px-lg-90 {
    padding-left: 90px !important;
  }

  .p-lg-100 {
    padding: 100px !important;
  }

  .pt-lg-100,
  .py-lg-100 {
    padding-top: 100px !important;
  }

  .pr-lg-100,
  .px-lg-100 {
    padding-right: 100px !important;
  }

  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 100px !important;
  }

  .pl-lg-100,
  .px-lg-100 {
    padding-left: 100px !important;
  }

  .p-lg-110 {
    padding: 110px !important;
  }

  .pt-lg-110,
  .py-lg-110 {
    padding-top: 110px !important;
  }

  .pr-lg-110,
  .px-lg-110 {
    padding-right: 110px !important;
  }

  .pb-lg-110,
  .py-lg-110 {
    padding-bottom: 110px !important;
  }

  .pl-lg-110,
  .px-lg-110 {
    padding-left: 110px !important;
  }

  .p-lg-120 {
    padding: 120px !important;
  }

  .pt-lg-120,
  .py-lg-120 {
    padding-top: 120px !important;
  }

  .pr-lg-120,
  .px-lg-120 {
    padding-right: 120px !important;
  }

  .pb-lg-120,
  .py-lg-120 {
    padding-bottom: 120px !important;
  }

  .pl-lg-120,
  .px-lg-120 {
    padding-left: 120px !important;
  }

  .p-lg-150 {
    padding: 150px !important;
  }

  .pt-lg-150,
  .py-lg-150 {
    padding-top: 150px !important;
  }

  .pr-lg-150,
  .px-lg-150 {
    padding-right: 150px !important;
  }

  .pb-lg-150,
  .py-lg-150 {
    padding-bottom: 150px !important;
  }

  .pl-lg-150,
  .px-lg-150 {
    padding-left: 150px !important;
  }

  .p-lg-gutter-mobile {
    padding: 5px !important;
  }

  .pt-lg-gutter-mobile,
  .py-lg-gutter-mobile {
    padding-top: 5px !important;
  }

  .pr-lg-gutter-mobile,
  .px-lg-gutter-mobile {
    padding-right: 5px !important;
  }

  .pb-lg-gutter-mobile,
  .py-lg-gutter-mobile {
    padding-bottom: 5px !important;
  }

  .pl-lg-gutter-mobile,
  .px-lg-gutter-mobile {
    padding-left: 5px !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-n6 {
    margin: -3.75rem !important;
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -3.75rem !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -3.75rem !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -3.75rem !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -3.75rem !important;
  }

  .m-lg-n7 {
    margin: -4.375rem !important;
  }

  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -4.375rem !important;
  }

  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -4.375rem !important;
  }

  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -4.375rem !important;
  }

  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -4.375rem !important;
  }

  .m-lg-n8 {
    margin: -5rem !important;
  }

  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -5rem !important;
  }

  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -5rem !important;
  }

  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -5rem !important;
  }

  .m-lg-n9 {
    margin: -5.625rem !important;
  }

  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -5.625rem !important;
  }

  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -5.625rem !important;
  }

  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -5.625rem !important;
  }

  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -5.625rem !important;
  }

  .m-lg-n10 {
    margin: -6.25rem !important;
  }

  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -6.25rem !important;
  }

  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -6.25rem !important;
  }

  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -6.25rem !important;
  }

  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -6.25rem !important;
  }

  .m-lg-n12 {
    margin: -7.5rem !important;
  }

  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -7.5rem !important;
  }

  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -7.5rem !important;
  }

  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -7.5rem !important;
  }

  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -7.5rem !important;
  }

  .m-lg-ngc {
    margin: -20px !important;
  }

  .mt-lg-ngc,
  .my-lg-ngc {
    margin-top: -20px !important;
  }

  .mr-lg-ngc,
  .mx-lg-ngc {
    margin-right: -20px !important;
  }

  .mb-lg-ngc,
  .my-lg-ngc {
    margin-bottom: -20px !important;
  }

  .ml-lg-ngc,
  .mx-lg-ngc {
    margin-left: -20px !important;
  }

  .m-lg-n10px {
    margin: -10px !important;
  }

  .mt-lg-n10px,
  .my-lg-n10px {
    margin-top: -10px !important;
  }

  .mr-lg-n10px,
  .mx-lg-n10px {
    margin-right: -10px !important;
  }

  .mb-lg-n10px,
  .my-lg-n10px {
    margin-bottom: -10px !important;
  }

  .ml-lg-n10px,
  .mx-lg-n10px {
    margin-left: -10px !important;
  }

  .m-lg-n20 {
    margin: -20px !important;
  }

  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -20px !important;
  }

  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -20px !important;
  }

  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -20px !important;
  }

  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -20px !important;
  }

  .m-lg-n30 {
    margin: -30px !important;
  }

  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -30px !important;
  }

  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -30px !important;
  }

  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -30px !important;
  }

  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -30px !important;
  }

  .m-lg-n40 {
    margin: -40px !important;
  }

  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -40px !important;
  }

  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -40px !important;
  }

  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -40px !important;
  }

  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -40px !important;
  }

  .m-lg-n50 {
    margin: -50px !important;
  }

  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -50px !important;
  }

  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -50px !important;
  }

  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -50px !important;
  }

  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -50px !important;
  }

  .m-lg-n60 {
    margin: -60px !important;
  }

  .mt-lg-n60,
  .my-lg-n60 {
    margin-top: -60px !important;
  }

  .mr-lg-n60,
  .mx-lg-n60 {
    margin-right: -60px !important;
  }

  .mb-lg-n60,
  .my-lg-n60 {
    margin-bottom: -60px !important;
  }

  .ml-lg-n60,
  .mx-lg-n60 {
    margin-left: -60px !important;
  }

  .m-lg-n70 {
    margin: -70px !important;
  }

  .mt-lg-n70,
  .my-lg-n70 {
    margin-top: -70px !important;
  }

  .mr-lg-n70,
  .mx-lg-n70 {
    margin-right: -70px !important;
  }

  .mb-lg-n70,
  .my-lg-n70 {
    margin-bottom: -70px !important;
  }

  .ml-lg-n70,
  .mx-lg-n70 {
    margin-left: -70px !important;
  }

  .m-lg-n80 {
    margin: -80px !important;
  }

  .mt-lg-n80,
  .my-lg-n80 {
    margin-top: -80px !important;
  }

  .mr-lg-n80,
  .mx-lg-n80 {
    margin-right: -80px !important;
  }

  .mb-lg-n80,
  .my-lg-n80 {
    margin-bottom: -80px !important;
  }

  .ml-lg-n80,
  .mx-lg-n80 {
    margin-left: -80px !important;
  }

  .m-lg-n90 {
    margin: -90px !important;
  }

  .mt-lg-n90,
  .my-lg-n90 {
    margin-top: -90px !important;
  }

  .mr-lg-n90,
  .mx-lg-n90 {
    margin-right: -90px !important;
  }

  .mb-lg-n90,
  .my-lg-n90 {
    margin-bottom: -90px !important;
  }

  .ml-lg-n90,
  .mx-lg-n90 {
    margin-left: -90px !important;
  }

  .m-lg-n100 {
    margin: -100px !important;
  }

  .mt-lg-n100,
  .my-lg-n100 {
    margin-top: -100px !important;
  }

  .mr-lg-n100,
  .mx-lg-n100 {
    margin-right: -100px !important;
  }

  .mb-lg-n100,
  .my-lg-n100 {
    margin-bottom: -100px !important;
  }

  .ml-lg-n100,
  .mx-lg-n100 {
    margin-left: -100px !important;
  }

  .m-lg-n110 {
    margin: -110px !important;
  }

  .mt-lg-n110,
  .my-lg-n110 {
    margin-top: -110px !important;
  }

  .mr-lg-n110,
  .mx-lg-n110 {
    margin-right: -110px !important;
  }

  .mb-lg-n110,
  .my-lg-n110 {
    margin-bottom: -110px !important;
  }

  .ml-lg-n110,
  .mx-lg-n110 {
    margin-left: -110px !important;
  }

  .m-lg-n120 {
    margin: -120px !important;
  }

  .mt-lg-n120,
  .my-lg-n120 {
    margin-top: -120px !important;
  }

  .mr-lg-n120,
  .mx-lg-n120 {
    margin-right: -120px !important;
  }

  .mb-lg-n120,
  .my-lg-n120 {
    margin-bottom: -120px !important;
  }

  .ml-lg-n120,
  .mx-lg-n120 {
    margin-left: -120px !important;
  }

  .m-lg-n150 {
    margin: -150px !important;
  }

  .mt-lg-n150,
  .my-lg-n150 {
    margin-top: -150px !important;
  }

  .mr-lg-n150,
  .mx-lg-n150 {
    margin-right: -150px !important;
  }

  .mb-lg-n150,
  .my-lg-n150 {
    margin-bottom: -150px !important;
  }

  .ml-lg-n150,
  .mx-lg-n150 {
    margin-left: -150px !important;
  }

  .m-lg-ngutter-mobile {
    margin: -5px !important;
  }

  .mt-lg-ngutter-mobile,
  .my-lg-ngutter-mobile {
    margin-top: -5px !important;
  }

  .mr-lg-ngutter-mobile,
  .mx-lg-ngutter-mobile {
    margin-right: -5px !important;
  }

  .mb-lg-ngutter-mobile,
  .my-lg-ngutter-mobile {
    margin-bottom: -5px !important;
  }

  .ml-lg-ngutter-mobile,
  .mx-lg-ngutter-mobile {
    margin-left: -5px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1260px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-6 {
    margin: 3.75rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3.75rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3.75rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3.75rem !important;
  }

  .m-xl-7 {
    margin: 4.375rem !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 4.375rem !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 4.375rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 4.375rem !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 4.375rem !important;
  }

  .m-xl-8 {
    margin: 5rem !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 5rem !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 5rem !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 5rem !important;
  }

  .m-xl-9 {
    margin: 5.625rem !important;
  }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 5.625rem !important;
  }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 5.625rem !important;
  }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 5.625rem !important;
  }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 5.625rem !important;
  }

  .m-xl-10 {
    margin: 6.25rem !important;
  }

  .mt-xl-10,
  .my-xl-10 {
    margin-top: 6.25rem !important;
  }

  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 6.25rem !important;
  }

  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 6.25rem !important;
  }

  .m-xl-12 {
    margin: 7.5rem !important;
  }

  .mt-xl-12,
  .my-xl-12 {
    margin-top: 7.5rem !important;
  }

  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 7.5rem !important;
  }

  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 7.5rem !important;
  }

  .m-xl-gc {
    margin: 20px !important;
  }

  .mt-xl-gc,
  .my-xl-gc {
    margin-top: 20px !important;
  }

  .mr-xl-gc,
  .mx-xl-gc {
    margin-right: 20px !important;
  }

  .mb-xl-gc,
  .my-xl-gc {
    margin-bottom: 20px !important;
  }

  .ml-xl-gc,
  .mx-xl-gc {
    margin-left: 20px !important;
  }

  .m-xl-10px {
    margin: 10px !important;
  }

  .mt-xl-10px,
  .my-xl-10px {
    margin-top: 10px !important;
  }

  .mr-xl-10px,
  .mx-xl-10px {
    margin-right: 10px !important;
  }

  .mb-xl-10px,
  .my-xl-10px {
    margin-bottom: 10px !important;
  }

  .ml-xl-10px,
  .mx-xl-10px {
    margin-left: 10px !important;
  }

  .m-xl-20 {
    margin: 20px !important;
  }

  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20px !important;
  }

  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 20px !important;
  }

  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20px !important;
  }

  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 20px !important;
  }

  .m-xl-30 {
    margin: 30px !important;
  }

  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important;
  }

  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important;
  }

  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important;
  }

  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important;
  }

  .m-xl-40 {
    margin: 40px !important;
  }

  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important;
  }

  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px !important;
  }

  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important;
  }

  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px !important;
  }

  .m-xl-50 {
    margin: 50px !important;
  }

  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px !important;
  }

  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 50px !important;
  }

  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px !important;
  }

  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 50px !important;
  }

  .m-xl-60 {
    margin: 60px !important;
  }

  .mt-xl-60,
  .my-xl-60 {
    margin-top: 60px !important;
  }

  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 60px !important;
  }

  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 60px !important;
  }

  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 60px !important;
  }

  .m-xl-70 {
    margin: 70px !important;
  }

  .mt-xl-70,
  .my-xl-70 {
    margin-top: 70px !important;
  }

  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 70px !important;
  }

  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 70px !important;
  }

  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 70px !important;
  }

  .m-xl-80 {
    margin: 80px !important;
  }

  .mt-xl-80,
  .my-xl-80 {
    margin-top: 80px !important;
  }

  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 80px !important;
  }

  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 80px !important;
  }

  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 80px !important;
  }

  .m-xl-90 {
    margin: 90px !important;
  }

  .mt-xl-90,
  .my-xl-90 {
    margin-top: 90px !important;
  }

  .mr-xl-90,
  .mx-xl-90 {
    margin-right: 90px !important;
  }

  .mb-xl-90,
  .my-xl-90 {
    margin-bottom: 90px !important;
  }

  .ml-xl-90,
  .mx-xl-90 {
    margin-left: 90px !important;
  }

  .m-xl-100 {
    margin: 100px !important;
  }

  .mt-xl-100,
  .my-xl-100 {
    margin-top: 100px !important;
  }

  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 100px !important;
  }

  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 100px !important;
  }

  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 100px !important;
  }

  .m-xl-110 {
    margin: 110px !important;
  }

  .mt-xl-110,
  .my-xl-110 {
    margin-top: 110px !important;
  }

  .mr-xl-110,
  .mx-xl-110 {
    margin-right: 110px !important;
  }

  .mb-xl-110,
  .my-xl-110 {
    margin-bottom: 110px !important;
  }

  .ml-xl-110,
  .mx-xl-110 {
    margin-left: 110px !important;
  }

  .m-xl-120 {
    margin: 120px !important;
  }

  .mt-xl-120,
  .my-xl-120 {
    margin-top: 120px !important;
  }

  .mr-xl-120,
  .mx-xl-120 {
    margin-right: 120px !important;
  }

  .mb-xl-120,
  .my-xl-120 {
    margin-bottom: 120px !important;
  }

  .ml-xl-120,
  .mx-xl-120 {
    margin-left: 120px !important;
  }

  .m-xl-150 {
    margin: 150px !important;
  }

  .mt-xl-150,
  .my-xl-150 {
    margin-top: 150px !important;
  }

  .mr-xl-150,
  .mx-xl-150 {
    margin-right: 150px !important;
  }

  .mb-xl-150,
  .my-xl-150 {
    margin-bottom: 150px !important;
  }

  .ml-xl-150,
  .mx-xl-150 {
    margin-left: 150px !important;
  }

  .m-xl-gutter-mobile {
    margin: 5px !important;
  }

  .mt-xl-gutter-mobile,
  .my-xl-gutter-mobile {
    margin-top: 5px !important;
  }

  .mr-xl-gutter-mobile,
  .mx-xl-gutter-mobile {
    margin-right: 5px !important;
  }

  .mb-xl-gutter-mobile,
  .my-xl-gutter-mobile {
    margin-bottom: 5px !important;
  }

  .ml-xl-gutter-mobile,
  .mx-xl-gutter-mobile {
    margin-left: 5px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-6 {
    padding: 3.75rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3.75rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3.75rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3.75rem !important;
  }

  .p-xl-7 {
    padding: 4.375rem !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 4.375rem !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 4.375rem !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 4.375rem !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 4.375rem !important;
  }

  .p-xl-8 {
    padding: 5rem !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 5rem !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 5rem !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 5rem !important;
  }

  .p-xl-9 {
    padding: 5.625rem !important;
  }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 5.625rem !important;
  }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 5.625rem !important;
  }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 5.625rem !important;
  }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 5.625rem !important;
  }

  .p-xl-10 {
    padding: 6.25rem !important;
  }

  .pt-xl-10,
  .py-xl-10 {
    padding-top: 6.25rem !important;
  }

  .pr-xl-10,
  .px-xl-10 {
    padding-right: 6.25rem !important;
  }

  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xl-10,
  .px-xl-10 {
    padding-left: 6.25rem !important;
  }

  .p-xl-12 {
    padding: 7.5rem !important;
  }

  .pt-xl-12,
  .py-xl-12 {
    padding-top: 7.5rem !important;
  }

  .pr-xl-12,
  .px-xl-12 {
    padding-right: 7.5rem !important;
  }

  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xl-12,
  .px-xl-12 {
    padding-left: 7.5rem !important;
  }

  .p-xl-gc {
    padding: 20px !important;
  }

  .pt-xl-gc,
  .py-xl-gc {
    padding-top: 20px !important;
  }

  .pr-xl-gc,
  .px-xl-gc {
    padding-right: 20px !important;
  }

  .pb-xl-gc,
  .py-xl-gc {
    padding-bottom: 20px !important;
  }

  .pl-xl-gc,
  .px-xl-gc {
    padding-left: 20px !important;
  }

  .p-xl-10px {
    padding: 10px !important;
  }

  .pt-xl-10px,
  .py-xl-10px {
    padding-top: 10px !important;
  }

  .pr-xl-10px,
  .px-xl-10px {
    padding-right: 10px !important;
  }

  .pb-xl-10px,
  .py-xl-10px {
    padding-bottom: 10px !important;
  }

  .pl-xl-10px,
  .px-xl-10px {
    padding-left: 10px !important;
  }

  .p-xl-20 {
    padding: 20px !important;
  }

  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20px !important;
  }

  .pr-xl-20,
  .px-xl-20 {
    padding-right: 20px !important;
  }

  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20px !important;
  }

  .pl-xl-20,
  .px-xl-20 {
    padding-left: 20px !important;
  }

  .p-xl-30 {
    padding: 30px !important;
  }

  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important;
  }

  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px !important;
  }

  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important;
  }

  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px !important;
  }

  .p-xl-40 {
    padding: 40px !important;
  }

  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important;
  }

  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px !important;
  }

  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important;
  }

  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px !important;
  }

  .p-xl-50 {
    padding: 50px !important;
  }

  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px !important;
  }

  .pr-xl-50,
  .px-xl-50 {
    padding-right: 50px !important;
  }

  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px !important;
  }

  .pl-xl-50,
  .px-xl-50 {
    padding-left: 50px !important;
  }

  .p-xl-60 {
    padding: 60px !important;
  }

  .pt-xl-60,
  .py-xl-60 {
    padding-top: 60px !important;
  }

  .pr-xl-60,
  .px-xl-60 {
    padding-right: 60px !important;
  }

  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 60px !important;
  }

  .pl-xl-60,
  .px-xl-60 {
    padding-left: 60px !important;
  }

  .p-xl-70 {
    padding: 70px !important;
  }

  .pt-xl-70,
  .py-xl-70 {
    padding-top: 70px !important;
  }

  .pr-xl-70,
  .px-xl-70 {
    padding-right: 70px !important;
  }

  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 70px !important;
  }

  .pl-xl-70,
  .px-xl-70 {
    padding-left: 70px !important;
  }

  .p-xl-80 {
    padding: 80px !important;
  }

  .pt-xl-80,
  .py-xl-80 {
    padding-top: 80px !important;
  }

  .pr-xl-80,
  .px-xl-80 {
    padding-right: 80px !important;
  }

  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 80px !important;
  }

  .pl-xl-80,
  .px-xl-80 {
    padding-left: 80px !important;
  }

  .p-xl-90 {
    padding: 90px !important;
  }

  .pt-xl-90,
  .py-xl-90 {
    padding-top: 90px !important;
  }

  .pr-xl-90,
  .px-xl-90 {
    padding-right: 90px !important;
  }

  .pb-xl-90,
  .py-xl-90 {
    padding-bottom: 90px !important;
  }

  .pl-xl-90,
  .px-xl-90 {
    padding-left: 90px !important;
  }

  .p-xl-100 {
    padding: 100px !important;
  }

  .pt-xl-100,
  .py-xl-100 {
    padding-top: 100px !important;
  }

  .pr-xl-100,
  .px-xl-100 {
    padding-right: 100px !important;
  }

  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 100px !important;
  }

  .pl-xl-100,
  .px-xl-100 {
    padding-left: 100px !important;
  }

  .p-xl-110 {
    padding: 110px !important;
  }

  .pt-xl-110,
  .py-xl-110 {
    padding-top: 110px !important;
  }

  .pr-xl-110,
  .px-xl-110 {
    padding-right: 110px !important;
  }

  .pb-xl-110,
  .py-xl-110 {
    padding-bottom: 110px !important;
  }

  .pl-xl-110,
  .px-xl-110 {
    padding-left: 110px !important;
  }

  .p-xl-120 {
    padding: 120px !important;
  }

  .pt-xl-120,
  .py-xl-120 {
    padding-top: 120px !important;
  }

  .pr-xl-120,
  .px-xl-120 {
    padding-right: 120px !important;
  }

  .pb-xl-120,
  .py-xl-120 {
    padding-bottom: 120px !important;
  }

  .pl-xl-120,
  .px-xl-120 {
    padding-left: 120px !important;
  }

  .p-xl-150 {
    padding: 150px !important;
  }

  .pt-xl-150,
  .py-xl-150 {
    padding-top: 150px !important;
  }

  .pr-xl-150,
  .px-xl-150 {
    padding-right: 150px !important;
  }

  .pb-xl-150,
  .py-xl-150 {
    padding-bottom: 150px !important;
  }

  .pl-xl-150,
  .px-xl-150 {
    padding-left: 150px !important;
  }

  .p-xl-gutter-mobile {
    padding: 5px !important;
  }

  .pt-xl-gutter-mobile,
  .py-xl-gutter-mobile {
    padding-top: 5px !important;
  }

  .pr-xl-gutter-mobile,
  .px-xl-gutter-mobile {
    padding-right: 5px !important;
  }

  .pb-xl-gutter-mobile,
  .py-xl-gutter-mobile {
    padding-bottom: 5px !important;
  }

  .pl-xl-gutter-mobile,
  .px-xl-gutter-mobile {
    padding-left: 5px !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-n6 {
    margin: -3.75rem !important;
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -3.75rem !important;
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -3.75rem !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -3.75rem !important;
  }

  .m-xl-n7 {
    margin: -4.375rem !important;
  }

  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -4.375rem !important;
  }

  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -4.375rem !important;
  }

  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -4.375rem !important;
  }

  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -4.375rem !important;
  }

  .m-xl-n8 {
    margin: -5rem !important;
  }

  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -5rem !important;
  }

  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -5rem !important;
  }

  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -5rem !important;
  }

  .m-xl-n9 {
    margin: -5.625rem !important;
  }

  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -5.625rem !important;
  }

  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -5.625rem !important;
  }

  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -5.625rem !important;
  }

  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -5.625rem !important;
  }

  .m-xl-n10 {
    margin: -6.25rem !important;
  }

  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -6.25rem !important;
  }

  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -6.25rem !important;
  }

  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -6.25rem !important;
  }

  .m-xl-n12 {
    margin: -7.5rem !important;
  }

  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -7.5rem !important;
  }

  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -7.5rem !important;
  }

  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -7.5rem !important;
  }

  .m-xl-ngc {
    margin: -20px !important;
  }

  .mt-xl-ngc,
  .my-xl-ngc {
    margin-top: -20px !important;
  }

  .mr-xl-ngc,
  .mx-xl-ngc {
    margin-right: -20px !important;
  }

  .mb-xl-ngc,
  .my-xl-ngc {
    margin-bottom: -20px !important;
  }

  .ml-xl-ngc,
  .mx-xl-ngc {
    margin-left: -20px !important;
  }

  .m-xl-n10px {
    margin: -10px !important;
  }

  .mt-xl-n10px,
  .my-xl-n10px {
    margin-top: -10px !important;
  }

  .mr-xl-n10px,
  .mx-xl-n10px {
    margin-right: -10px !important;
  }

  .mb-xl-n10px,
  .my-xl-n10px {
    margin-bottom: -10px !important;
  }

  .ml-xl-n10px,
  .mx-xl-n10px {
    margin-left: -10px !important;
  }

  .m-xl-n20 {
    margin: -20px !important;
  }

  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -20px !important;
  }

  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -20px !important;
  }

  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -20px !important;
  }

  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -20px !important;
  }

  .m-xl-n30 {
    margin: -30px !important;
  }

  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -30px !important;
  }

  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -30px !important;
  }

  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -30px !important;
  }

  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -30px !important;
  }

  .m-xl-n40 {
    margin: -40px !important;
  }

  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -40px !important;
  }

  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -40px !important;
  }

  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -40px !important;
  }

  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -40px !important;
  }

  .m-xl-n50 {
    margin: -50px !important;
  }

  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -50px !important;
  }

  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -50px !important;
  }

  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -50px !important;
  }

  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -50px !important;
  }

  .m-xl-n60 {
    margin: -60px !important;
  }

  .mt-xl-n60,
  .my-xl-n60 {
    margin-top: -60px !important;
  }

  .mr-xl-n60,
  .mx-xl-n60 {
    margin-right: -60px !important;
  }

  .mb-xl-n60,
  .my-xl-n60 {
    margin-bottom: -60px !important;
  }

  .ml-xl-n60,
  .mx-xl-n60 {
    margin-left: -60px !important;
  }

  .m-xl-n70 {
    margin: -70px !important;
  }

  .mt-xl-n70,
  .my-xl-n70 {
    margin-top: -70px !important;
  }

  .mr-xl-n70,
  .mx-xl-n70 {
    margin-right: -70px !important;
  }

  .mb-xl-n70,
  .my-xl-n70 {
    margin-bottom: -70px !important;
  }

  .ml-xl-n70,
  .mx-xl-n70 {
    margin-left: -70px !important;
  }

  .m-xl-n80 {
    margin: -80px !important;
  }

  .mt-xl-n80,
  .my-xl-n80 {
    margin-top: -80px !important;
  }

  .mr-xl-n80,
  .mx-xl-n80 {
    margin-right: -80px !important;
  }

  .mb-xl-n80,
  .my-xl-n80 {
    margin-bottom: -80px !important;
  }

  .ml-xl-n80,
  .mx-xl-n80 {
    margin-left: -80px !important;
  }

  .m-xl-n90 {
    margin: -90px !important;
  }

  .mt-xl-n90,
  .my-xl-n90 {
    margin-top: -90px !important;
  }

  .mr-xl-n90,
  .mx-xl-n90 {
    margin-right: -90px !important;
  }

  .mb-xl-n90,
  .my-xl-n90 {
    margin-bottom: -90px !important;
  }

  .ml-xl-n90,
  .mx-xl-n90 {
    margin-left: -90px !important;
  }

  .m-xl-n100 {
    margin: -100px !important;
  }

  .mt-xl-n100,
  .my-xl-n100 {
    margin-top: -100px !important;
  }

  .mr-xl-n100,
  .mx-xl-n100 {
    margin-right: -100px !important;
  }

  .mb-xl-n100,
  .my-xl-n100 {
    margin-bottom: -100px !important;
  }

  .ml-xl-n100,
  .mx-xl-n100 {
    margin-left: -100px !important;
  }

  .m-xl-n110 {
    margin: -110px !important;
  }

  .mt-xl-n110,
  .my-xl-n110 {
    margin-top: -110px !important;
  }

  .mr-xl-n110,
  .mx-xl-n110 {
    margin-right: -110px !important;
  }

  .mb-xl-n110,
  .my-xl-n110 {
    margin-bottom: -110px !important;
  }

  .ml-xl-n110,
  .mx-xl-n110 {
    margin-left: -110px !important;
  }

  .m-xl-n120 {
    margin: -120px !important;
  }

  .mt-xl-n120,
  .my-xl-n120 {
    margin-top: -120px !important;
  }

  .mr-xl-n120,
  .mx-xl-n120 {
    margin-right: -120px !important;
  }

  .mb-xl-n120,
  .my-xl-n120 {
    margin-bottom: -120px !important;
  }

  .ml-xl-n120,
  .mx-xl-n120 {
    margin-left: -120px !important;
  }

  .m-xl-n150 {
    margin: -150px !important;
  }

  .mt-xl-n150,
  .my-xl-n150 {
    margin-top: -150px !important;
  }

  .mr-xl-n150,
  .mx-xl-n150 {
    margin-right: -150px !important;
  }

  .mb-xl-n150,
  .my-xl-n150 {
    margin-bottom: -150px !important;
  }

  .ml-xl-n150,
  .mx-xl-n150 {
    margin-left: -150px !important;
  }

  .m-xl-ngutter-mobile {
    margin: -5px !important;
  }

  .mt-xl-ngutter-mobile,
  .my-xl-ngutter-mobile {
    margin-top: -5px !important;
  }

  .mr-xl-ngutter-mobile,
  .mx-xl-ngutter-mobile {
    margin-right: -5px !important;
  }

  .mb-xl-ngutter-mobile,
  .my-xl-ngutter-mobile {
    margin-bottom: -5px !important;
  }

  .ml-xl-ngutter-mobile,
  .mx-xl-ngutter-mobile {
    margin-left: -5px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1655px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .m-xxl-6 {
    margin: 3.75rem !important;
  }

  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 3.75rem !important;
  }

  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 3.75rem !important;
  }

  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 3.75rem !important;
  }

  .m-xxl-7 {
    margin: 4.375rem !important;
  }

  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 4.375rem !important;
  }

  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 4.375rem !important;
  }

  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 4.375rem !important;
  }

  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 4.375rem !important;
  }

  .m-xxl-8 {
    margin: 5rem !important;
  }

  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 5rem !important;
  }

  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 5rem !important;
  }

  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 5rem !important;
  }

  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 5rem !important;
  }

  .m-xxl-9 {
    margin: 5.625rem !important;
  }

  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 5.625rem !important;
  }

  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 5.625rem !important;
  }

  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 5.625rem !important;
  }

  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 5.625rem !important;
  }

  .m-xxl-10 {
    margin: 6.25rem !important;
  }

  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 6.25rem !important;
  }

  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 6.25rem !important;
  }

  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 6.25rem !important;
  }

  .m-xxl-12 {
    margin: 7.5rem !important;
  }

  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 7.5rem !important;
  }

  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 7.5rem !important;
  }

  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 7.5rem !important;
  }

  .m-xxl-gc {
    margin: 20px !important;
  }

  .mt-xxl-gc,
  .my-xxl-gc {
    margin-top: 20px !important;
  }

  .mr-xxl-gc,
  .mx-xxl-gc {
    margin-right: 20px !important;
  }

  .mb-xxl-gc,
  .my-xxl-gc {
    margin-bottom: 20px !important;
  }

  .ml-xxl-gc,
  .mx-xxl-gc {
    margin-left: 20px !important;
  }

  .m-xxl-10px {
    margin: 10px !important;
  }

  .mt-xxl-10px,
  .my-xxl-10px {
    margin-top: 10px !important;
  }

  .mr-xxl-10px,
  .mx-xxl-10px {
    margin-right: 10px !important;
  }

  .mb-xxl-10px,
  .my-xxl-10px {
    margin-bottom: 10px !important;
  }

  .ml-xxl-10px,
  .mx-xxl-10px {
    margin-left: 10px !important;
  }

  .m-xxl-20 {
    margin: 20px !important;
  }

  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 20px !important;
  }

  .mr-xxl-20,
  .mx-xxl-20 {
    margin-right: 20px !important;
  }

  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 20px !important;
  }

  .ml-xxl-20,
  .mx-xxl-20 {
    margin-left: 20px !important;
  }

  .m-xxl-30 {
    margin: 30px !important;
  }

  .mt-xxl-30,
  .my-xxl-30 {
    margin-top: 30px !important;
  }

  .mr-xxl-30,
  .mx-xxl-30 {
    margin-right: 30px !important;
  }

  .mb-xxl-30,
  .my-xxl-30 {
    margin-bottom: 30px !important;
  }

  .ml-xxl-30,
  .mx-xxl-30 {
    margin-left: 30px !important;
  }

  .m-xxl-40 {
    margin: 40px !important;
  }

  .mt-xxl-40,
  .my-xxl-40 {
    margin-top: 40px !important;
  }

  .mr-xxl-40,
  .mx-xxl-40 {
    margin-right: 40px !important;
  }

  .mb-xxl-40,
  .my-xxl-40 {
    margin-bottom: 40px !important;
  }

  .ml-xxl-40,
  .mx-xxl-40 {
    margin-left: 40px !important;
  }

  .m-xxl-50 {
    margin: 50px !important;
  }

  .mt-xxl-50,
  .my-xxl-50 {
    margin-top: 50px !important;
  }

  .mr-xxl-50,
  .mx-xxl-50 {
    margin-right: 50px !important;
  }

  .mb-xxl-50,
  .my-xxl-50 {
    margin-bottom: 50px !important;
  }

  .ml-xxl-50,
  .mx-xxl-50 {
    margin-left: 50px !important;
  }

  .m-xxl-60 {
    margin: 60px !important;
  }

  .mt-xxl-60,
  .my-xxl-60 {
    margin-top: 60px !important;
  }

  .mr-xxl-60,
  .mx-xxl-60 {
    margin-right: 60px !important;
  }

  .mb-xxl-60,
  .my-xxl-60 {
    margin-bottom: 60px !important;
  }

  .ml-xxl-60,
  .mx-xxl-60 {
    margin-left: 60px !important;
  }

  .m-xxl-70 {
    margin: 70px !important;
  }

  .mt-xxl-70,
  .my-xxl-70 {
    margin-top: 70px !important;
  }

  .mr-xxl-70,
  .mx-xxl-70 {
    margin-right: 70px !important;
  }

  .mb-xxl-70,
  .my-xxl-70 {
    margin-bottom: 70px !important;
  }

  .ml-xxl-70,
  .mx-xxl-70 {
    margin-left: 70px !important;
  }

  .m-xxl-80 {
    margin: 80px !important;
  }

  .mt-xxl-80,
  .my-xxl-80 {
    margin-top: 80px !important;
  }

  .mr-xxl-80,
  .mx-xxl-80 {
    margin-right: 80px !important;
  }

  .mb-xxl-80,
  .my-xxl-80 {
    margin-bottom: 80px !important;
  }

  .ml-xxl-80,
  .mx-xxl-80 {
    margin-left: 80px !important;
  }

  .m-xxl-90 {
    margin: 90px !important;
  }

  .mt-xxl-90,
  .my-xxl-90 {
    margin-top: 90px !important;
  }

  .mr-xxl-90,
  .mx-xxl-90 {
    margin-right: 90px !important;
  }

  .mb-xxl-90,
  .my-xxl-90 {
    margin-bottom: 90px !important;
  }

  .ml-xxl-90,
  .mx-xxl-90 {
    margin-left: 90px !important;
  }

  .m-xxl-100 {
    margin: 100px !important;
  }

  .mt-xxl-100,
  .my-xxl-100 {
    margin-top: 100px !important;
  }

  .mr-xxl-100,
  .mx-xxl-100 {
    margin-right: 100px !important;
  }

  .mb-xxl-100,
  .my-xxl-100 {
    margin-bottom: 100px !important;
  }

  .ml-xxl-100,
  .mx-xxl-100 {
    margin-left: 100px !important;
  }

  .m-xxl-110 {
    margin: 110px !important;
  }

  .mt-xxl-110,
  .my-xxl-110 {
    margin-top: 110px !important;
  }

  .mr-xxl-110,
  .mx-xxl-110 {
    margin-right: 110px !important;
  }

  .mb-xxl-110,
  .my-xxl-110 {
    margin-bottom: 110px !important;
  }

  .ml-xxl-110,
  .mx-xxl-110 {
    margin-left: 110px !important;
  }

  .m-xxl-120 {
    margin: 120px !important;
  }

  .mt-xxl-120,
  .my-xxl-120 {
    margin-top: 120px !important;
  }

  .mr-xxl-120,
  .mx-xxl-120 {
    margin-right: 120px !important;
  }

  .mb-xxl-120,
  .my-xxl-120 {
    margin-bottom: 120px !important;
  }

  .ml-xxl-120,
  .mx-xxl-120 {
    margin-left: 120px !important;
  }

  .m-xxl-150 {
    margin: 150px !important;
  }

  .mt-xxl-150,
  .my-xxl-150 {
    margin-top: 150px !important;
  }

  .mr-xxl-150,
  .mx-xxl-150 {
    margin-right: 150px !important;
  }

  .mb-xxl-150,
  .my-xxl-150 {
    margin-bottom: 150px !important;
  }

  .ml-xxl-150,
  .mx-xxl-150 {
    margin-left: 150px !important;
  }

  .m-xxl-gutter-mobile {
    margin: 5px !important;
  }

  .mt-xxl-gutter-mobile,
  .my-xxl-gutter-mobile {
    margin-top: 5px !important;
  }

  .mr-xxl-gutter-mobile,
  .mx-xxl-gutter-mobile {
    margin-right: 5px !important;
  }

  .mb-xxl-gutter-mobile,
  .my-xxl-gutter-mobile {
    margin-bottom: 5px !important;
  }

  .ml-xxl-gutter-mobile,
  .mx-xxl-gutter-mobile {
    margin-left: 5px !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .p-xxl-6 {
    padding: 3.75rem !important;
  }

  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 3.75rem !important;
  }

  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 3.75rem !important;
  }

  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 3.75rem !important;
  }

  .p-xxl-7 {
    padding: 4.375rem !important;
  }

  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 4.375rem !important;
  }

  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 4.375rem !important;
  }

  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 4.375rem !important;
  }

  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 4.375rem !important;
  }

  .p-xxl-8 {
    padding: 5rem !important;
  }

  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 5rem !important;
  }

  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 5rem !important;
  }

  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 5rem !important;
  }

  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 5rem !important;
  }

  .p-xxl-9 {
    padding: 5.625rem !important;
  }

  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 5.625rem !important;
  }

  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 5.625rem !important;
  }

  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 5.625rem !important;
  }

  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 5.625rem !important;
  }

  .p-xxl-10 {
    padding: 6.25rem !important;
  }

  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 6.25rem !important;
  }

  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 6.25rem !important;
  }

  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 6.25rem !important;
  }

  .p-xxl-12 {
    padding: 7.5rem !important;
  }

  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 7.5rem !important;
  }

  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 7.5rem !important;
  }

  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 7.5rem !important;
  }

  .p-xxl-gc {
    padding: 20px !important;
  }

  .pt-xxl-gc,
  .py-xxl-gc {
    padding-top: 20px !important;
  }

  .pr-xxl-gc,
  .px-xxl-gc {
    padding-right: 20px !important;
  }

  .pb-xxl-gc,
  .py-xxl-gc {
    padding-bottom: 20px !important;
  }

  .pl-xxl-gc,
  .px-xxl-gc {
    padding-left: 20px !important;
  }

  .p-xxl-10px {
    padding: 10px !important;
  }

  .pt-xxl-10px,
  .py-xxl-10px {
    padding-top: 10px !important;
  }

  .pr-xxl-10px,
  .px-xxl-10px {
    padding-right: 10px !important;
  }

  .pb-xxl-10px,
  .py-xxl-10px {
    padding-bottom: 10px !important;
  }

  .pl-xxl-10px,
  .px-xxl-10px {
    padding-left: 10px !important;
  }

  .p-xxl-20 {
    padding: 20px !important;
  }

  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 20px !important;
  }

  .pr-xxl-20,
  .px-xxl-20 {
    padding-right: 20px !important;
  }

  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 20px !important;
  }

  .pl-xxl-20,
  .px-xxl-20 {
    padding-left: 20px !important;
  }

  .p-xxl-30 {
    padding: 30px !important;
  }

  .pt-xxl-30,
  .py-xxl-30 {
    padding-top: 30px !important;
  }

  .pr-xxl-30,
  .px-xxl-30 {
    padding-right: 30px !important;
  }

  .pb-xxl-30,
  .py-xxl-30 {
    padding-bottom: 30px !important;
  }

  .pl-xxl-30,
  .px-xxl-30 {
    padding-left: 30px !important;
  }

  .p-xxl-40 {
    padding: 40px !important;
  }

  .pt-xxl-40,
  .py-xxl-40 {
    padding-top: 40px !important;
  }

  .pr-xxl-40,
  .px-xxl-40 {
    padding-right: 40px !important;
  }

  .pb-xxl-40,
  .py-xxl-40 {
    padding-bottom: 40px !important;
  }

  .pl-xxl-40,
  .px-xxl-40 {
    padding-left: 40px !important;
  }

  .p-xxl-50 {
    padding: 50px !important;
  }

  .pt-xxl-50,
  .py-xxl-50 {
    padding-top: 50px !important;
  }

  .pr-xxl-50,
  .px-xxl-50 {
    padding-right: 50px !important;
  }

  .pb-xxl-50,
  .py-xxl-50 {
    padding-bottom: 50px !important;
  }

  .pl-xxl-50,
  .px-xxl-50 {
    padding-left: 50px !important;
  }

  .p-xxl-60 {
    padding: 60px !important;
  }

  .pt-xxl-60,
  .py-xxl-60 {
    padding-top: 60px !important;
  }

  .pr-xxl-60,
  .px-xxl-60 {
    padding-right: 60px !important;
  }

  .pb-xxl-60,
  .py-xxl-60 {
    padding-bottom: 60px !important;
  }

  .pl-xxl-60,
  .px-xxl-60 {
    padding-left: 60px !important;
  }

  .p-xxl-70 {
    padding: 70px !important;
  }

  .pt-xxl-70,
  .py-xxl-70 {
    padding-top: 70px !important;
  }

  .pr-xxl-70,
  .px-xxl-70 {
    padding-right: 70px !important;
  }

  .pb-xxl-70,
  .py-xxl-70 {
    padding-bottom: 70px !important;
  }

  .pl-xxl-70,
  .px-xxl-70 {
    padding-left: 70px !important;
  }

  .p-xxl-80 {
    padding: 80px !important;
  }

  .pt-xxl-80,
  .py-xxl-80 {
    padding-top: 80px !important;
  }

  .pr-xxl-80,
  .px-xxl-80 {
    padding-right: 80px !important;
  }

  .pb-xxl-80,
  .py-xxl-80 {
    padding-bottom: 80px !important;
  }

  .pl-xxl-80,
  .px-xxl-80 {
    padding-left: 80px !important;
  }

  .p-xxl-90 {
    padding: 90px !important;
  }

  .pt-xxl-90,
  .py-xxl-90 {
    padding-top: 90px !important;
  }

  .pr-xxl-90,
  .px-xxl-90 {
    padding-right: 90px !important;
  }

  .pb-xxl-90,
  .py-xxl-90 {
    padding-bottom: 90px !important;
  }

  .pl-xxl-90,
  .px-xxl-90 {
    padding-left: 90px !important;
  }

  .p-xxl-100 {
    padding: 100px !important;
  }

  .pt-xxl-100,
  .py-xxl-100 {
    padding-top: 100px !important;
  }

  .pr-xxl-100,
  .px-xxl-100 {
    padding-right: 100px !important;
  }

  .pb-xxl-100,
  .py-xxl-100 {
    padding-bottom: 100px !important;
  }

  .pl-xxl-100,
  .px-xxl-100 {
    padding-left: 100px !important;
  }

  .p-xxl-110 {
    padding: 110px !important;
  }

  .pt-xxl-110,
  .py-xxl-110 {
    padding-top: 110px !important;
  }

  .pr-xxl-110,
  .px-xxl-110 {
    padding-right: 110px !important;
  }

  .pb-xxl-110,
  .py-xxl-110 {
    padding-bottom: 110px !important;
  }

  .pl-xxl-110,
  .px-xxl-110 {
    padding-left: 110px !important;
  }

  .p-xxl-120 {
    padding: 120px !important;
  }

  .pt-xxl-120,
  .py-xxl-120 {
    padding-top: 120px !important;
  }

  .pr-xxl-120,
  .px-xxl-120 {
    padding-right: 120px !important;
  }

  .pb-xxl-120,
  .py-xxl-120 {
    padding-bottom: 120px !important;
  }

  .pl-xxl-120,
  .px-xxl-120 {
    padding-left: 120px !important;
  }

  .p-xxl-150 {
    padding: 150px !important;
  }

  .pt-xxl-150,
  .py-xxl-150 {
    padding-top: 150px !important;
  }

  .pr-xxl-150,
  .px-xxl-150 {
    padding-right: 150px !important;
  }

  .pb-xxl-150,
  .py-xxl-150 {
    padding-bottom: 150px !important;
  }

  .pl-xxl-150,
  .px-xxl-150 {
    padding-left: 150px !important;
  }

  .p-xxl-gutter-mobile {
    padding: 5px !important;
  }

  .pt-xxl-gutter-mobile,
  .py-xxl-gutter-mobile {
    padding-top: 5px !important;
  }

  .pr-xxl-gutter-mobile,
  .px-xxl-gutter-mobile {
    padding-right: 5px !important;
  }

  .pb-xxl-gutter-mobile,
  .py-xxl-gutter-mobile {
    padding-bottom: 5px !important;
  }

  .pl-xxl-gutter-mobile,
  .px-xxl-gutter-mobile {
    padding-left: 5px !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-n6 {
    margin: -3.75rem !important;
  }

  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -3.75rem !important;
  }

  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -3.75rem !important;
  }

  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -3.75rem !important;
  }

  .m-xxl-n7 {
    margin: -4.375rem !important;
  }

  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -4.375rem !important;
  }

  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -4.375rem !important;
  }

  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -4.375rem !important;
  }

  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -4.375rem !important;
  }

  .m-xxl-n8 {
    margin: -5rem !important;
  }

  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -5rem !important;
  }

  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -5rem !important;
  }

  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -5rem !important;
  }

  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -5rem !important;
  }

  .m-xxl-n9 {
    margin: -5.625rem !important;
  }

  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -5.625rem !important;
  }

  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -5.625rem !important;
  }

  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -5.625rem !important;
  }

  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -5.625rem !important;
  }

  .m-xxl-n10 {
    margin: -6.25rem !important;
  }

  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -6.25rem !important;
  }

  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -6.25rem !important;
  }

  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -6.25rem !important;
  }

  .m-xxl-n12 {
    margin: -7.5rem !important;
  }

  .mt-xxl-n12,
  .my-xxl-n12 {
    margin-top: -7.5rem !important;
  }

  .mr-xxl-n12,
  .mx-xxl-n12 {
    margin-right: -7.5rem !important;
  }

  .mb-xxl-n12,
  .my-xxl-n12 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xxl-n12,
  .mx-xxl-n12 {
    margin-left: -7.5rem !important;
  }

  .m-xxl-ngc {
    margin: -20px !important;
  }

  .mt-xxl-ngc,
  .my-xxl-ngc {
    margin-top: -20px !important;
  }

  .mr-xxl-ngc,
  .mx-xxl-ngc {
    margin-right: -20px !important;
  }

  .mb-xxl-ngc,
  .my-xxl-ngc {
    margin-bottom: -20px !important;
  }

  .ml-xxl-ngc,
  .mx-xxl-ngc {
    margin-left: -20px !important;
  }

  .m-xxl-n10px {
    margin: -10px !important;
  }

  .mt-xxl-n10px,
  .my-xxl-n10px {
    margin-top: -10px !important;
  }

  .mr-xxl-n10px,
  .mx-xxl-n10px {
    margin-right: -10px !important;
  }

  .mb-xxl-n10px,
  .my-xxl-n10px {
    margin-bottom: -10px !important;
  }

  .ml-xxl-n10px,
  .mx-xxl-n10px {
    margin-left: -10px !important;
  }

  .m-xxl-n20 {
    margin: -20px !important;
  }

  .mt-xxl-n20,
  .my-xxl-n20 {
    margin-top: -20px !important;
  }

  .mr-xxl-n20,
  .mx-xxl-n20 {
    margin-right: -20px !important;
  }

  .mb-xxl-n20,
  .my-xxl-n20 {
    margin-bottom: -20px !important;
  }

  .ml-xxl-n20,
  .mx-xxl-n20 {
    margin-left: -20px !important;
  }

  .m-xxl-n30 {
    margin: -30px !important;
  }

  .mt-xxl-n30,
  .my-xxl-n30 {
    margin-top: -30px !important;
  }

  .mr-xxl-n30,
  .mx-xxl-n30 {
    margin-right: -30px !important;
  }

  .mb-xxl-n30,
  .my-xxl-n30 {
    margin-bottom: -30px !important;
  }

  .ml-xxl-n30,
  .mx-xxl-n30 {
    margin-left: -30px !important;
  }

  .m-xxl-n40 {
    margin: -40px !important;
  }

  .mt-xxl-n40,
  .my-xxl-n40 {
    margin-top: -40px !important;
  }

  .mr-xxl-n40,
  .mx-xxl-n40 {
    margin-right: -40px !important;
  }

  .mb-xxl-n40,
  .my-xxl-n40 {
    margin-bottom: -40px !important;
  }

  .ml-xxl-n40,
  .mx-xxl-n40 {
    margin-left: -40px !important;
  }

  .m-xxl-n50 {
    margin: -50px !important;
  }

  .mt-xxl-n50,
  .my-xxl-n50 {
    margin-top: -50px !important;
  }

  .mr-xxl-n50,
  .mx-xxl-n50 {
    margin-right: -50px !important;
  }

  .mb-xxl-n50,
  .my-xxl-n50 {
    margin-bottom: -50px !important;
  }

  .ml-xxl-n50,
  .mx-xxl-n50 {
    margin-left: -50px !important;
  }

  .m-xxl-n60 {
    margin: -60px !important;
  }

  .mt-xxl-n60,
  .my-xxl-n60 {
    margin-top: -60px !important;
  }

  .mr-xxl-n60,
  .mx-xxl-n60 {
    margin-right: -60px !important;
  }

  .mb-xxl-n60,
  .my-xxl-n60 {
    margin-bottom: -60px !important;
  }

  .ml-xxl-n60,
  .mx-xxl-n60 {
    margin-left: -60px !important;
  }

  .m-xxl-n70 {
    margin: -70px !important;
  }

  .mt-xxl-n70,
  .my-xxl-n70 {
    margin-top: -70px !important;
  }

  .mr-xxl-n70,
  .mx-xxl-n70 {
    margin-right: -70px !important;
  }

  .mb-xxl-n70,
  .my-xxl-n70 {
    margin-bottom: -70px !important;
  }

  .ml-xxl-n70,
  .mx-xxl-n70 {
    margin-left: -70px !important;
  }

  .m-xxl-n80 {
    margin: -80px !important;
  }

  .mt-xxl-n80,
  .my-xxl-n80 {
    margin-top: -80px !important;
  }

  .mr-xxl-n80,
  .mx-xxl-n80 {
    margin-right: -80px !important;
  }

  .mb-xxl-n80,
  .my-xxl-n80 {
    margin-bottom: -80px !important;
  }

  .ml-xxl-n80,
  .mx-xxl-n80 {
    margin-left: -80px !important;
  }

  .m-xxl-n90 {
    margin: -90px !important;
  }

  .mt-xxl-n90,
  .my-xxl-n90 {
    margin-top: -90px !important;
  }

  .mr-xxl-n90,
  .mx-xxl-n90 {
    margin-right: -90px !important;
  }

  .mb-xxl-n90,
  .my-xxl-n90 {
    margin-bottom: -90px !important;
  }

  .ml-xxl-n90,
  .mx-xxl-n90 {
    margin-left: -90px !important;
  }

  .m-xxl-n100 {
    margin: -100px !important;
  }

  .mt-xxl-n100,
  .my-xxl-n100 {
    margin-top: -100px !important;
  }

  .mr-xxl-n100,
  .mx-xxl-n100 {
    margin-right: -100px !important;
  }

  .mb-xxl-n100,
  .my-xxl-n100 {
    margin-bottom: -100px !important;
  }

  .ml-xxl-n100,
  .mx-xxl-n100 {
    margin-left: -100px !important;
  }

  .m-xxl-n110 {
    margin: -110px !important;
  }

  .mt-xxl-n110,
  .my-xxl-n110 {
    margin-top: -110px !important;
  }

  .mr-xxl-n110,
  .mx-xxl-n110 {
    margin-right: -110px !important;
  }

  .mb-xxl-n110,
  .my-xxl-n110 {
    margin-bottom: -110px !important;
  }

  .ml-xxl-n110,
  .mx-xxl-n110 {
    margin-left: -110px !important;
  }

  .m-xxl-n120 {
    margin: -120px !important;
  }

  .mt-xxl-n120,
  .my-xxl-n120 {
    margin-top: -120px !important;
  }

  .mr-xxl-n120,
  .mx-xxl-n120 {
    margin-right: -120px !important;
  }

  .mb-xxl-n120,
  .my-xxl-n120 {
    margin-bottom: -120px !important;
  }

  .ml-xxl-n120,
  .mx-xxl-n120 {
    margin-left: -120px !important;
  }

  .m-xxl-n150 {
    margin: -150px !important;
  }

  .mt-xxl-n150,
  .my-xxl-n150 {
    margin-top: -150px !important;
  }

  .mr-xxl-n150,
  .mx-xxl-n150 {
    margin-right: -150px !important;
  }

  .mb-xxl-n150,
  .my-xxl-n150 {
    margin-bottom: -150px !important;
  }

  .ml-xxl-n150,
  .mx-xxl-n150 {
    margin-left: -150px !important;
  }

  .m-xxl-ngutter-mobile {
    margin: -5px !important;
  }

  .mt-xxl-ngutter-mobile,
  .my-xxl-ngutter-mobile {
    margin-top: -5px !important;
  }

  .mr-xxl-ngutter-mobile,
  .mx-xxl-ngutter-mobile {
    margin-right: -5px !important;
  }

  .mb-xxl-ngutter-mobile,
  .my-xxl-ngutter-mobile {
    margin-bottom: -5px !important;
  }

  .ml-xxl-ngutter-mobile,
  .mx-xxl-ngutter-mobile {
    margin-left: -5px !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1260px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1655px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #FF885F !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #ff4f13 !important;
}

.text-secondary {
  color: #0397D6 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #02628b !important;
}

.text-success {
  color: #459C45 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #2e672e !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #F0B83A !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ce9310 !important;
}

.text-danger {
  color: #C71E61 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #851441 !important;
}

.text-light {
  color: #d8d8d8 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #b2b2b2 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-blue-extra-light {
  color: #D1EFFC !important;
}

a.text-blue-extra-light:hover,
a.text-blue-extra-light:focus {
  color: #89d6f7 !important;
}

.text-blue-light {
  color: #8ED6F4 !important;
}

a.text-blue-light:hover,
a.text-blue-light:focus {
  color: #48bded !important;
}

.text-blue {
  color: #0397D6 !important;
}

a.text-blue:hover,
a.text-blue:focus {
  color: #02628b !important;
}

.text-blue-dark {
  color: #19486A !important;
}

a.text-blue-dark:hover,
a.text-blue-dark:focus {
  color: #0a1e2c !important;
}

.text-gray-lighter {
  color: #edf0f2 !important;
}

a.text-gray-lighter:hover,
a.text-gray-lighter:focus {
  color: #c1cbd2 !important;
}

.text-gray-light {
  color: #d8d8d8 !important;
}

a.text-gray-light:hover,
a.text-gray-light:focus {
  color: #b2b2b2 !important;
}

.text-primary-dark {
  color: #19486A !important;
}

a.text-primary-dark:hover,
a.text-primary-dark:focus {
  color: #0a1e2c !important;
}

.text-ssecondary {
  color: #0397D6 !important;
}

a.text-ssecondary:hover,
a.text-ssecondary:focus {
  color: #02628b !important;
}

.text-red {
  color: #C71E61 !important;
}

a.text-red:hover,
a.text-red:focus {
  color: #851441 !important;
}

.text-yellow {
  color: #F0B83A !important;
}

a.text-yellow:hover,
a.text-yellow:focus {
  color: #ce9310 !important;
}

.text-green {
  color: #459C45 !important;
}

a.text-green:hover,
a.text-green:focus {
  color: #2e672e !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " ("attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1.5px solid #9b9b9b;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container,
  .webform-submission-form .form-actions {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1.5px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d8d8d8 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: #d8d8d8;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #d8d8d8;
  }
}

ul.list-inline {
  margin-bottom: 0;
  overflow: auto;
}

p {
  margin-bottom: 1.625rem;
}

p:last-of-type {
  margin-bottom: 0;
}

.dropdown-toggle::after {
  display: inline-block;
  border: 0;
  width: 12px;
  height: 6px;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.138 6.496'%3E%3Cpath fill='%23FF885F' d='M6.886-11.328A.353.353,0,0,1,7-11.071a.353.353,0,0,1-.112.257L2.5-6.429,6.886-2.042A.353.353,0,0,1,7-1.786a.353.353,0,0,1-.112.257l-.558.558a.353.353,0,0,1-.257.112.353.353,0,0,1-.257-.112l-5.2-5.2A.353.353,0,0,1,.5-6.429a.353.353,0,0,1,.112-.257l5.2-5.2A.353.353,0,0,1,6.071-12a.353.353,0,0,1,.257.112Z' transform='translate(11.998 6.998) rotate(-90)'/%3E%3C/svg%3E") no-repeat;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.dropdown-toggle[aria-expanded="true"]::after {
  display: inline-block;
  border: 0;
  width: 12px;
  height: 6px;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.portal-filter-item.fi-indicator div[x-placement="top-start"].dropdown-menu,
.portal-filter-item.fi-location div[x-placement="top-start"].dropdown-menu {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
  top: 43px !important;
}

.portal-filter-item.fi-indicator div[x-placement="top-start"].dropdown-menu .bs-searchbox,
.portal-filter-item.fi-location div[x-placement="top-start"].dropdown-menu .bs-searchbox {
  margin-bottom: 0px;
  margin-top: 10px;
}

.portal-filter-item.fi-indicator div[x-placement="bottom-start"].dropdown-menu,
.portal-filter-item.fi-location div[x-placement="bottom-start"].dropdown-menu {
  top: -41px !important;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  border: 0;
  width: 12px;
  height: 6px;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.dropdown-toggle .filter-option .custom-control-sub-sub-level {
  display: none;
  position: relative;
  z-index: 100;
}

.dropdown-toggle .filter-option-inner-inner {
  overflow-x: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.btn-annex-dropdown .filter-option-inner-inner,
.btn-parent-theme-dropdown .filter-option-inner-inner,
.btn-theme-dropdown .filter-option-inner-inner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  max-height: 45px;
}

.btn-annex-dropdown .filter-option-inner-inner:before,
.btn-parent-theme-dropdown .filter-option-inner-inner:before,
.btn-theme-dropdown .filter-option-inner-inner:before {
  padding-right: 10px;
  padding-top: 5px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-color: #FF885F;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  border-radius: 50%;
}

.custom-checkbox:not(.custom-checkbox-bar--dots):not(.custom-checkbox-bar--lines):not(.custom-checkbox-bar--clear) div.form-group .custom-control-input:checked~.custom-control-label::after {
  content: "";
  width: 7px;
  height: 15px;
  border-bottom: 1px solid #ff885f;
  border-right: 1px solid #ff885f;
  -webkit-transform: rotate(45deg) translate(6px, -3px);
  -ms-transform: rotate(45deg) translate(6px, -3px);
  transform: rotate(45deg) translate(6px, -3px);
  background: #fff;
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-label::before {
  border: none;
  -webkit-box-shadow: 0px 0px 0px 1px #FF885F inset !important;
  box-shadow: 0px 0px 0px 1px #FF885F inset !important;
}

.custom-control-input:checked~.custom-control-label::before {
  background-color: #fff;
}

.custom-control-input:disabled~.custom-control-label::before {
  border: 0;
  -webkit-box-shadow: 0px 0px 0px 1px #d8d8d8 inset;
  box-shadow: 0px 0px 0px 1px #d8d8d8 inset;
}

.custom-checkbox .custom-control-label::after {
  background: no-repeat 50% / 16px;
  top: 0;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 5px;
  top: 0;
}

.custom-radio.custom-checkbox-line .custom-control-label span,
.custom-radio.custom-checkbox-line--big .custom-control-label span,
.custom-radio.custom-checkbox-line--small .custom-control-label span {
  width: 120px;
  padding-right: 50px;
  display: inline-block;
  background-position: right center;
  background-repeat: no-repeat;
}

.custom-radio.custom-checkbox-line .custom-control-label span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='2' viewBox='0 0 42 2'%3E%3Cpath d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E");
}

.custom-radio.custom-checkbox-line--big .custom-control-label span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_79' data-name='Path 79' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' stroke-dasharray='8 8'/%3E%3C/svg%3E");
}

.custom-radio.custom-checkbox-line--small span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' stroke-dasharray='4 4'/%3E%3C/svg%3E%0A");
}

#pdf-d3js-mobile-legend .filter-form-item-compare {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  line-height: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
}

#pdf-d3js-mobile-legend .filter-form-item-compare>div:not(:last-child):not(.custom-checkbox) {
  margin-bottom: 0;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set {
  margin-bottom: 0;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set>.custom-radio {
  display: none;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-radio .custom-control-input:checked~.custom-control-label::after,
#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-control-input:checked~.custom-control-label::before,
#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  display: none;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--1 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--2 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--3 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--4 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--5 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--6 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--7 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--8 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--9 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--10 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--11 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--12 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--13 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--14 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--15 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--16 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--17 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--18 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--19 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--20 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--21 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--22 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--23 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--24 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.checkbox-dashed-fraction--25 .custom-control-label span {
  width: auto;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 47px;
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.custom-checkbox-line .custom-control-label span,
#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.custom-checkbox-line--big .custom-control-label span,
#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.custom-checkbox-line--small .custom-control-label span {
  width: auto;
  padding-right: 0;
  white-space: nowrap;
  padding-left: 47px;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.custom-checkbox-line .custom-control-label span,
#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.custom-checkbox-line--big .custom-control-label span,
#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-checkbox.custom-checkbox-line--small .custom-control-label span {
  background-position: left center;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .compare-subfilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .compare-subfilter .form-group {
  margin-bottom: 0;
}

#pdf-d3js-mobile-legend .filter-form-item-compare .compare-subfilter-set .custom-control {
  min-height: 18px;
  padding-left: 13px;
  line-height: 15px;
}

#pdf-d3js-mobile-legend #filters-bubble-by-gender-cloned,
#pdf-d3js-mobile-legend #filters-bar-by-gender-cloned,
#pdf-d3js-mobile-legend #filters-bubble-by-sex-cloned,
#pdf-d3js-mobile-legend #filters-bar-by-sex-cloned {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

#pdf-d3js-mobile-legend #filters-bubble-by-gender-cloned~ul li .legend-text,
#pdf-d3js-mobile-legend #filters-bar-by-gender-cloned~ul li .legend-text,
#pdf-d3js-mobile-legend #filters-bubble-by-sex-cloned~ul li .legend-text,
#pdf-d3js-mobile-legend #filters-bar-by-sex-cloned~ul li .legend-text {
  min-width: 150px;
}

#pdf-d3js-mobile-legend #filters-bubble-by-gender-cloned>.font-weight-bold,
#pdf-d3js-mobile-legend #filters-bar-by-gender-cloned>.font-weight-bold,
#pdf-d3js-mobile-legend #filters-bubble-by-sex-cloned>.font-weight-bold,
#pdf-d3js-mobile-legend #filters-bar-by-sex-cloned>.font-weight-bold {
  display: none;
}

#pdf-d3js-mobile-legend #filters-bubble-by-gender-cloned .custom-checkbox,
#pdf-d3js-mobile-legend #filters-bar-by-gender-cloned .custom-checkbox,
#pdf-d3js-mobile-legend #filters-bubble-by-sex-cloned .custom-checkbox,
#pdf-d3js-mobile-legend #filters-bar-by-sex-cloned .custom-checkbox {
  margin-right: 10px;
  white-space: nowrap;
  padding-left: 23px;
  /* &.custom-checkbox-bar--dots { .custom-control-input:checked ~ .custom-control-label::after { background-size: 11px; @include media-breakpoint-down(lg) { background-image: str-replace(url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20'%3E%3Cpath id='Path_73' data-name='Path 73' d='M12.5,25A1.5,1.5,0,1,1,14,23.5,1.5,1.5,0,0,1,12.5,25Zm9.135-.275h0a1.5,1.5,0,1,1,2.3-1.649,5,5,0,0,1-2.3,1.649ZM17.5,23A1.5,1.5,0,1,1,19,21.5,1.5,1.5,0,0,1,17.5,23Zm-10,0A1.5,1.5,0,1,1,9,21.5,1.5,1.5,0,0,1,7.5,23Zm15-3A1.5,1.5,0,1,1,24,18.5,1.5,1.5,0,0,1,22.5,20Zm-10,0A1.5,1.5,0,1,1,14,18.5,1.5,1.5,0,0,1,12.5,20Zm5-2A1.5,1.5,0,1,1,19,16.5,1.5,1.5,0,0,1,17.5,18Zm-10,0A1.5,1.5,0,1,1,9,16.5,1.5,1.5,0,0,1,7.5,18Zm15-3A1.5,1.5,0,1,1,24,13.5,1.5,1.5,0,0,1,22.5,15Zm-10,0A1.5,1.5,0,1,1,14,13.5,1.5,1.5,0,0,1,12.5,15Zm5-2A1.5,1.5,0,1,1,19,11.5,1.5,1.5,0,0,1,17.5,13Zm-10,0A1.5,1.5,0,1,1,9,11.5,1.5,1.5,0,0,1,7.5,13Zm15-3A1.5,1.5,0,1,1,24,8.5,1.5,1.5,0,0,1,22.5,10Zm-10,0A1.5,1.5,0,1,1,14,8.5,1.5,1.5,0,0,1,12.5,10Zm5-2a1.5,1.5,0,0,1-.052-3h.1A1.5,1.5,0,0,1,17.5,8ZM7.5,8A1.508,1.508,0,0,1,6.061,6.924a5,5,0,0,1,2.305-1.65A1.5,1.5,0,0,1,7.5,8Z' transform='translate(-6 -5)' fill='#9b9b9b'/%3E%3C/svg%3E"), "#", "%23"); } } } &.custom-checkbox-bar--lines { .custom-control-input:checked ~ .custom-control-label::after { @include media-breakpoint-down(lg) { background-image: str-replace(url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.001' height='20' viewBox='0 0 20.001 20'%3E%3Cg transform='translate(-6.521 -1.571)' fill='#FF885F'%3E%3Cpath d='M 12.63863468170166 18.68873405456543 L 7.020501136779785 13.07060050964355 L 7.020501136779785 13.07032299041748 L 12.63863468170166 18.68873405456543 Z M 25.82818984985352 17.8787899017334 L 10.2136058807373 2.264205455780029 C 10.21376132965088 2.264158487319946 10.21391105651855 2.264112949371338 10.21406650543213 2.264065980911255 L 25.82833099365234 17.87833023071289 C 25.82828330993652 17.87848472595215 25.82823753356934 17.87863540649414 25.82818984985352 17.8787899017334 Z M 16.53105545043945 15.58125400543213 L 7.045348644256592 6.096019744873047 C 7.04536247253418 6.095885753631592 7.045379161834717 6.095726013183594 7.045392990112305 6.095592498779297 L 16.53105545043945 15.58125400543213 Z M 19.60436248779297 4.654463768005371 L 17.02112770080566 2.07140040397644 L 17.02147102355957 2.07140040397644 L 19.60436248779297 4.654463768005371 Z' stroke='none'/%3E%3Cpath d='M 16.22804069519043 21.57120132446289 L 14.81400108337402 21.57120132446289 L 6.520501136779785 13.27770042419434 L 6.520501136779785 11.86318016052246 L 16.22804069519043 21.57120132446289 Z M 21.80607032775879 21.56309127807617 L 6.528561115264893 6.286340713500977 C 6.551881313323975 5.871180534362793 6.625781059265137 5.469460487365723 6.744350910186768 5.087450504302979 L 23.00433158874512 21.34743118286133 C 22.6224308013916 21.46590995788574 22.22106170654297 21.53976058959961 21.80607032775879 21.56309127807617 Z M 26.01263046264648 18.77033042907715 L 9.32197093963623 2.079670429229736 C 9.650450706481934 1.918600559234619 9.999151229858398 1.792470455169678 10.36327075958252 1.706170558929443 L 26.38625144958496 17.72915077209473 C 26.29990196228027 18.09333038330078 26.17378044128418 18.44185066223145 26.01263046264648 18.77033042907715 Z M 26.52120208740234 12.27793025970459 L 15.81396102905273 1.57140052318573 L 17.22859191894531 1.57140052318573 L 26.52120208740234 10.86463069915771 L 26.52120208740234 12.27793025970459 Z' stroke='none' fill='#9b9b9b'/%3E%3C/g%3E%3C/svg%3E"), "#", "%23"); } } } &.custom-checkbox-bar--clear { .custom-control-input:checked ~ .custom-control-label::before { @include media-breakpoint-down(lg) { background-color: $gray-500; } } } */
}

#pdf-d3js-mobile-legend #filters-bubble-by-gender-cloned .custom-checkbox .custom-control-label,
#pdf-d3js-mobile-legend #filters-bar-by-gender-cloned .custom-checkbox .custom-control-label,
#pdf-d3js-mobile-legend #filters-bubble-by-sex-cloned .custom-checkbox .custom-control-label,
#pdf-d3js-mobile-legend #filters-bar-by-sex-cloned .custom-checkbox .custom-control-label {
  line-height: 22px;
}

#pdf-d3js-mobile-legend #filters-bubble-by-gender-cloned .custom-checkbox .custom-control-label::before,
#pdf-d3js-mobile-legend #filters-bar-by-gender-cloned .custom-checkbox .custom-control-label::before,
#pdf-d3js-mobile-legend #filters-bubble-by-sex-cloned .custom-checkbox .custom-control-label::before,
#pdf-d3js-mobile-legend #filters-bar-by-sex-cloned .custom-checkbox .custom-control-label::before {
  border-radius: 10px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #9b9b9b !important;
  top: 0.18725rem;
  height: 15px;
  width: 15px;
  left: -23px;
}

#pdf-d3js-mobile-legend #filters-bubble-by-gender-cloned .custom-checkbox .custom-control-label::after,
#pdf-d3js-mobile-legend #filters-bar-by-gender-cloned .custom-checkbox .custom-control-label::after,
#pdf-d3js-mobile-legend #filters-bubble-by-sex-cloned .custom-checkbox .custom-control-label::after,
#pdf-d3js-mobile-legend #filters-bar-by-sex-cloned .custom-checkbox .custom-control-label::after {
  top: 4px;
  height: 13px;
  width: 14px;
  left: -23px;
}

.badge {
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .badge {
    font-size: 12px;
  }
}

.badge.badge-secondary {
  background-color: rgba(3, 151, 214, 0.5);
}

.tooltip {
  position: relative;
}

.tooltip .wrapp-tooltip-ineer {
  border: 2px solid #ced4da;
  background: #fff;
  padding: 15px !important;
}

.tooltip .wrapp-tooltip-ineer:before {
  content: '';
  margin-bottom: 0;
}

.tooltip:after {
  content: '';
  display: block;
  width: 19px;
  height: 15px;
  border-right: 2px solid #ced4da;
  border-top: 2px solid #ced4da;
  -webkit-transform: rotate(113deg) skew(-40deg, 0deg) translate(-8px, -10px);
  -ms-transform: rotate(113deg) skew(-40deg, 0deg) translate(-8px, -10px);
  transform: rotate(113deg) skew(-40deg, 0deg) translate(-8px, -10px);
  position: absolute;
  right: 50%;
  bottom: -3px;
  background: #fff;
}

.tooltip.bs-tooltip-bottom,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  margin-top: 20px;
}

.tooltip.bs-tooltip-bottom::after,
.tooltip.bs-tooltip-auto[x-placement^="bottom"]::after {
  bottom: unset;
  left: 50%;
  top: -3px;
  -webkit-transform: rotate(-64deg) skew(-40deg, 0deg) translate(-8px, -10px);
  -ms-transform: rotate(-64deg) skew(-40deg, 0deg) translate(-8px, -10px);
  transform: rotate(-64deg) skew(-40deg, 0deg) translate(-8px, -10px);
}

.tooltip-inner {
  padding: 0;
  text-align: left;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.75px;
  font-weight: 300;
  color: #000;
}

.tooltip-inner p:last-of-type {
  margin-bottom: 0;
}

.tooltip-inner p {
  margin-bottom: 10px;
}

.tooltip-inner strong {
  font-weight: bold;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 40px;
  padding-bottom: 20px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 70px;
}

.carousel-control-next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  right: -60px;
}

.carousel-control-prev {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: -60px;
}

.slick-carousel {
  overflow: visible;
}

.swiper-container {
  width: 100%;
  height: 435px;
}

.slick-wrapper .carousel-arrow-wrapper {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

@media (max-width: 1259.98px) {
  .slick-wrapper .carousel-arrow-wrapper {
    display: none !important;
  }
}

.slick-wrapper .carousel-arrow-wrapper__left {
  left: -50px;
}

@media screen and (max-width: 1325px) {
  .slick-wrapper .carousel-arrow-wrapper__left {
    left: -15px;
  }
}

.slick-wrapper .carousel-arrow-wrapper__left .carousel-arrow-left {
  display: block;
  width: 28px;
  height: 28px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  left: -83px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.slick-wrapper .carousel-arrow-wrapper__right {
  right: -50px;
}

@media screen and (max-width: 1325px) {
  .slick-wrapper .carousel-arrow-wrapper__right {
    right: -15px;
  }
}

.slick-wrapper .carousel-arrow-wrapper__right .carousel-arrow-right {
  display: block;
  width: 28px;
  height: 28px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: -57px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
}

.slick-wrapper .slick-carousel {
  height: 500px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .slick-wrapper .slick-carousel {
    height: unset;
  }

  .slick-wrapper .slick-carousel .node-content-wrap {
    height: 190px;
  }
}

.slick-wrapper .slick-carousel .slick-track {
  height: 100%;
  padding: 15px 0;
}

.slick-wrapper .slick-carousel .node-content-wrap {
  height: 220px;
}

.slick-carousel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-carousel-item .node--view-mode-teaser-vertical {
  min-height: auto !important;
  width: 100%;
}

.slick-carousel-item .link-full-content {
  outline: none;
}

.slick-carousel-item .field--type-image img {
  left: 0;
}

a.link-underline {
  text-decoration: underline;
}

a.link-underline:hover {
  text-decoration: none;
}

.data-bg-0 {
  background-color: #000 !important;
}

.data-bgt-0 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.text-0 {
  color: #000 !important;
}

.fill-0 {
  fill: #000 !important;
}

.dot.fill-0:hover {
  fill: white !important;
  stroke: #000 !important;
}

.stroke-0 {
  stroke: #000 !important;
}

.data-bg-1 {
  background-color: #0397D6 !important;
}

.data-bgt-1 {
  background-color: rgba(3, 151, 214, 0.1) !important;
}

.text-1 {
  color: #0397D6 !important;
}

.fill-1 {
  fill: #0397D6 !important;
}

.dot.fill-1:hover {
  fill: white !important;
  stroke: #0397D6 !important;
}

.stroke-1 {
  stroke: #0397D6 !important;
}

.data-bg-2 {
  background-color: #C71E61 !important;
}

.data-bgt-2 {
  background-color: rgba(199, 30, 97, 0.1) !important;
}

.text-2 {
  color: #C71E61 !important;
}

.fill-2 {
  fill: #C71E61 !important;
}

.dot.fill-2:hover {
  fill: white !important;
  stroke: #C71E61 !important;
}

.stroke-2 {
  stroke: #C71E61 !important;
}

.data-bg-3 {
  background-color: #459C45 !important;
}

.data-bgt-3 {
  background-color: rgba(69, 156, 69, 0.1) !important;
}

.text-3 {
  color: #459C45 !important;
}

.fill-3 {
  fill: #459C45 !important;
}

.dot.fill-3:hover {
  fill: white !important;
  stroke: #459C45 !important;
}

.stroke-3 {
  stroke: #459C45 !important;
}

.data-bg-4 {
  background-color: #F0B83A !important;
}

.data-bgt-4 {
  background-color: rgba(240, 184, 58, 0.1) !important;
}

.text-4 {
  color: #F0B83A !important;
}

.fill-4 {
  fill: #F0B83A !important;
}

.dot.fill-4:hover {
  fill: white !important;
  stroke: #F0B83A !important;
}

.stroke-4 {
  stroke: #F0B83A !important;
}

.data-bg-5 {
  background-color: #363997 !important;
}

.data-bgt-5 {
  background-color: rgba(54, 57, 151, 0.1) !important;
}

.text-5 {
  color: #363997 !important;
}

.fill-5 {
  fill: #363997 !important;
}

.dot.fill-5:hover {
  fill: white !important;
  stroke: #363997 !important;
}

.stroke-5 {
  stroke: #363997 !important;
}

.data-bg-6 {
  background-color: #DC4628 !important;
}

.data-bgt-6 {
  background-color: rgba(220, 70, 40, 0.1) !important;
}

.text-6 {
  color: #DC4628 !important;
}

.fill-6 {
  fill: #DC4628 !important;
}

.dot.fill-6:hover {
  fill: white !important;
  stroke: #DC4628 !important;
}

.stroke-6 {
  stroke: #DC4628 !important;
}

.data-bg-7 {
  background-color: #54C8E7 !important;
}

.data-bgt-7 {
  background-color: rgba(84, 200, 231, 0.1) !important;
}

.text-7 {
  color: #54C8E7 !important;
}

.fill-7 {
  fill: #54C8E7 !important;
}

.dot.fill-7:hover {
  fill: white !important;
  stroke: #54C8E7 !important;
}

.stroke-7 {
  stroke: #54C8E7 !important;
}

.data-bg-8 {
  background-color: #A673D0 !important;
}

.data-bgt-8 {
  background-color: rgba(166, 115, 208, 0.1) !important;
}

.text-8 {
  color: #A673D0 !important;
}

.fill-8 {
  fill: #A673D0 !important;
}

.dot.fill-8:hover {
  fill: white !important;
  stroke: #A673D0 !important;
}

.stroke-8 {
  stroke: #A673D0 !important;
}

.data-bg-9 {
  background-color: #2F7F3A !important;
}

.data-bgt-9 {
  background-color: rgba(47, 127, 58, 0.1) !important;
}

.text-9 {
  color: #2F7F3A !important;
}

.fill-9 {
  fill: #2F7F3A !important;
}

.dot.fill-9:hover {
  fill: white !important;
  stroke: #2F7F3A !important;
}

.stroke-9 {
  stroke: #2F7F3A !important;
}

.data-bg-10 {
  background-color: #EC941C !important;
}

.data-bgt-10 {
  background-color: rgba(236, 148, 28, 0.1) !important;
}

.text-10 {
  color: #EC941C !important;
}

.fill-10 {
  fill: #EC941C !important;
}

.dot.fill-10:hover {
  fill: white !important;
  stroke: #EC941C !important;
}

.stroke-10 {
  stroke: #EC941C !important;
}

.data-bg-11 {
  background-color: #81abd6 !important;
}

.data-bgt-11 {
  background-color: rgba(129, 171, 214, 0.1) !important;
}

.text-11 {
  color: #81abd6 !important;
}

.fill-11 {
  fill: #81abd6 !important;
}

.dot.fill-11:hover {
  fill: white !important;
  stroke: #81abd6 !important;
}

.stroke-11 {
  stroke: #81abd6 !important;
}

.data-bg-12 {
  background-color: #2f967a !important;
}

.data-bgt-12 {
  background-color: rgba(47, 150, 122, 0.1) !important;
}

.text-12 {
  color: #2f967a !important;
}

.fill-12 {
  fill: #2f967a !important;
}

.dot.fill-12:hover {
  fill: white !important;
  stroke: #2f967a !important;
}

.stroke-12 {
  stroke: #2f967a !important;
}

.data-bg-13 {
  background-color: #c33d7b !important;
}

.data-bgt-13 {
  background-color: rgba(195, 61, 123, 0.1) !important;
}

.text-13 {
  color: #c33d7b !important;
}

.fill-13 {
  fill: #c33d7b !important;
}

.dot.fill-13:hover {
  fill: white !important;
  stroke: #c33d7b !important;
}

.stroke-13 {
  stroke: #c33d7b !important;
}

.data-bg-14 {
  background-color: #71103d !important;
}

.data-bgt-14 {
  background-color: rgba(113, 16, 61, 0.1) !important;
}

.text-14 {
  color: #71103d !important;
}

.fill-14 {
  fill: #71103d !important;
}

.dot.fill-14:hover {
  fill: white !important;
  stroke: #71103d !important;
}

.stroke-14 {
  stroke: #71103d !important;
}

.data-bg-15 {
  background-color: #7f21af !important;
}

.data-bgt-15 {
  background-color: rgba(127, 33, 175, 0.1) !important;
}

.text-15 {
  color: #7f21af !important;
}

.fill-15 {
  fill: #7f21af !important;
}

.dot.fill-15:hover {
  fill: white !important;
  stroke: #7f21af !important;
}

.stroke-15 {
  stroke: #7f21af !important;
}

.data-bg-16 {
  background-color: #4550ce !important;
}

.data-bgt-16 {
  background-color: rgba(69, 80, 206, 0.1) !important;
}

.text-16 {
  color: #4550ce !important;
}

.fill-16 {
  fill: #4550ce !important;
}

.dot.fill-16:hover {
  fill: white !important;
  stroke: #4550ce !important;
}

.stroke-16 {
  stroke: #4550ce !important;
}

.data-bg-17 {
  background-color: #3890c3 !important;
}

.data-bgt-17 {
  background-color: rgba(56, 144, 195, 0.1) !important;
}

.text-17 {
  color: #3890c3 !important;
}

.fill-17 {
  fill: #3890c3 !important;
}

.dot.fill-17:hover {
  fill: white !important;
  stroke: #3890c3 !important;
}

.stroke-17 {
  stroke: #3890c3 !important;
}

.data-bg-18 {
  background-color: #2ba2a2 !important;
}

.data-bgt-18 {
  background-color: rgba(43, 162, 162, 0.1) !important;
}

.text-18 {
  color: #2ba2a2 !important;
}

.fill-18 {
  fill: #2ba2a2 !important;
}

.dot.fill-18:hover {
  fill: white !important;
  stroke: #2ba2a2 !important;
}

.stroke-18 {
  stroke: #2ba2a2 !important;
}

.data-bg-19 {
  background-color: #23a032 !important;
}

.data-bgt-19 {
  background-color: rgba(35, 160, 50, 0.1) !important;
}

.text-19 {
  color: #23a032 !important;
}

.fill-19 {
  fill: #23a032 !important;
}

.dot.fill-19:hover {
  fill: white !important;
  stroke: #23a032 !important;
}

.stroke-19 {
  stroke: #23a032 !important;
}

.data-bg-20 {
  background-color: #bb9f13 !important;
}

.data-bgt-20 {
  background-color: rgba(187, 159, 19, 0.1) !important;
}

.text-20 {
  color: #bb9f13 !important;
}

.fill-20 {
  fill: #bb9f13 !important;
}

.dot.fill-20:hover {
  fill: white !important;
  stroke: #bb9f13 !important;
}

.stroke-20 {
  stroke: #bb9f13 !important;
}

.data-bg-21 {
  background-color: #bf7c29 !important;
}

.data-bgt-21 {
  background-color: rgba(191, 124, 41, 0.1) !important;
}

.text-21 {
  color: #bf7c29 !important;
}

.fill-21 {
  fill: #bf7c29 !important;
}

.dot.fill-21:hover {
  fill: white !important;
  stroke: #bf7c29 !important;
}

.stroke-21 {
  stroke: #bf7c29 !important;
}

.data-bg-22 {
  background-color: #864f0b !important;
}

.data-bgt-22 {
  background-color: rgba(134, 79, 11, 0.1) !important;
}

.text-22 {
  color: #864f0b !important;
}

.fill-22 {
  fill: #864f0b !important;
}

.dot.fill-22:hover {
  fill: white !important;
  stroke: #864f0b !important;
}

.stroke-22 {
  stroke: #864f0b !important;
}

.data-bg-23 {
  background-color: #ea694c !important;
}

.data-bgt-23 {
  background-color: rgba(234, 105, 76, 0.1) !important;
}

.text-23 {
  color: #ea694c !important;
}

.fill-23 {
  fill: #ea694c !important;
}

.dot.fill-23:hover {
  fill: white !important;
  stroke: #ea694c !important;
}

.stroke-23 {
  stroke: #ea694c !important;
}

.data-bg-24 {
  background-color: #6fad6a !important;
}

.data-bgt-24 {
  background-color: rgba(111, 173, 106, 0.1) !important;
}

.text-24 {
  color: #6fad6a !important;
}

.fill-24 {
  fill: #6fad6a !important;
}

.dot.fill-24:hover {
  fill: white !important;
  stroke: #6fad6a !important;
}

.stroke-24 {
  stroke: #6fad6a !important;
}

.data-bg-25 {
  background-color: #3b82b5 !important;
}

.data-bgt-25 {
  background-color: rgba(59, 130, 181, 0.1) !important;
}

.text-25 {
  color: #3b82b5 !important;
}

.fill-25 {
  fill: #3b82b5 !important;
}

.dot.fill-25:hover {
  fill: white !important;
  stroke: #3b82b5 !important;
}

.stroke-25 {
  stroke: #3b82b5 !important;
}

.data-bg-100 {
  background-color: #fff !important;
}

.data-bgt-100 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.text-100 {
  color: #fff !important;
}

.fill-100 {
  fill: #fff !important;
}

.dot.fill-100:hover {
  fill: white !important;
  stroke: #fff !important;
}

.stroke-100 {
  stroke: #fff !important;
}

.gradientTopBottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#edf0f2));
  background-image: -webkit-linear-gradient(#fff, #edf0f2);
  background-image: -o-linear-gradient(#fff, #edf0f2);
  background-image: linear-gradient(#fff, #edf0f2);
}

.gradientBottomTop {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edf0f2), to(#fff));
  background-image: -webkit-linear-gradient(#edf0f2, #fff);
  background-image: -o-linear-gradient(#edf0f2, #fff);
  background-image: linear-gradient(#edf0f2, #fff);
}

@media (max-width: 767.98px) {

  .container-xs,
  .container-md,
  .container-lg,
  .container-xl,
  .container,
  .webform-submission-form .form-actions,
  .grid-container,
  .paragraph--type--main .paragraph--type--tab .field--name-field-description {
    padding: 0 20px;
  }

  .container-xs .row,
  .container-md .row,
  .container-lg .row,
  .container-xl .row,
  .container .row,
  .webform-submission-form .form-actions .row,
  .grid-container .row,
  .paragraph--type--main .paragraph--type--tab .field--name-field-description .row {
    margin-right: -2.5px;
    margin-left: -2.5px;
  }

  .container-xs .row.row-extend-mob,
  .container-md .row.row-extend-mob,
  .container-lg .row.row-extend-mob,
  .container-xl .row.row-extend-mob,
  .container .row.row-extend-mob,
  .webform-submission-form .form-actions .row.row-extend-mob,
  .grid-container .row.row-extend-mob,
  .paragraph--type--main .paragraph--type--tab .field--name-field-description .row.row-extend-mob {
    margin-right: -17px;
    margin-left: -17px;
  }

  .container-xs .row>.col,
  .container-xs .row>[class*="col-"],
  .container-md .row>.col,
  .container-md .row>[class*="col-"],
  .container-lg .row>.col,
  .container-lg .row>[class*="col-"],
  .container-xl .row>.col,
  .container-xl .row>[class*="col-"],
  .container .row>.col,
  .webform-submission-form .form-actions .row>.col,
  .container .row>[class*="col-"],
  .webform-submission-form .form-actions .row>[class*="col-"],
  .grid-container .row>.col,
  .paragraph--type--main .paragraph--type--tab .field--name-field-description .row>.col,
  .grid-container .row>[class*="col-"],
  .paragraph--type--main .paragraph--type--tab .field--name-field-description .row>[class*="col-"] {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}

.container-width-big {
  padding-right: 13px;
  padding-left: 13px;
}

.container-width-big .row {
  margin-right: -13px;
  margin-left: -13px;
}

.container-width-big .row>.col,
.container-width-big .row>[class*="col-"] {
  padding-right: 13px;
  padding-left: 13px;
}

.container-width-bigger {
  padding-right: 25px;
  padding-left: 25px;
}

.container-width-bigger .row {
  margin-right: -25px;
  margin-left: -25px;
}

.container-width-bigger .row>.col,
.container-width-bigger .row>[class*="col-"] {
  padding-right: 13px;
  padding-left: 13px;
}

@media (max-width: 991.98px) {

  .container-width-bigger .row>.col,
  .container-width-bigger .row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.container-small,
.webform-submission-form .form-actions,
.webform-submission-survey-covid-19-form .container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {

  .container-small,
  .webform-submission-form .form-actions,
  .webform-submission-survey-covid-19-form .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {

  .container-small,
  .webform-submission-form .form-actions,
  .webform-submission-survey-covid-19-form .container {
    max-width: 960px;
  }
}

@media (max-width: 991.98px) {

  .container-small,
  .webform-submission-form .form-actions,
  .webform-submission-survey-covid-19-form .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-small .row,
  .webform-submission-form .form-actions .row,
  .webform-submission-survey-covid-19-form .container .row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .container-small .row>.col,
  .webform-submission-form .form-actions .row>.col,
  .webform-submission-survey-covid-19-form .container .row>.col,
  .container-small .row>[class*="col-"],
  .webform-submission-form .form-actions .row>[class*="col-"],
  .webform-submission-survey-covid-19-form .container .row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.container-xs {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

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

@media (min-width: 1260px) {
  .container-xs {
    max-width: 740px;
  }
}

@media (max-width: 767.98px) {
  .container-xs {
    padding-right: 5px;
    padding-left: 5px;
  }

  .container-xs .row {
    margin-right: -2.5px;
    margin-left: -2.5px;
  }

  .container-xs .row>.col,
  .container-xs .row>[class*="col-"] {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}

.container-md {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

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

@media (min-width: 1260px) {
  .container-md {
    max-width: 1130px;
  }
}

@media (max-width: 767.98px) {
  .container-md {
    padding-right: 5px;
    padding-left: 5px;
  }

  .container-md .row {
    margin-right: -2.5px;
    margin-left: -2.5px;
  }

  .container-md .row>.col,
  .container-md .row>[class*="col-"] {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}

.container-lg {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

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

@media (min-width: 1260px) {
  .container-lg {
    max-width: 1175px;
  }
}

@media (max-width: 767.98px) {
  .container-lg {
    padding-right: 5px;
    padding-left: 5px;
  }

  .container-lg .row {
    margin-right: -2.5px;
    margin-left: -2.5px;
  }

  .container-lg .row>.col,
  .container-lg .row>[class*="col-"] {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}

.container-xl {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 1260px) {
  .container-xl {
    max-width: 1440px;
  }
}

.container-xl .row {
  margin-right: -20px;
  margin-left: -20px;
}

.container-xl .row>.col,
.container-xl .row>[class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 767.98px) {
  .container-xl {
    padding-right: 5px;
    padding-left: 5px;
  }

  .container-xl .row {
    margin-right: -2.5px;
    margin-left: -2.5px;
  }

  .container-xl .row>.col,
  .container-xl .row>[class*="col-"] {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}

.grid-container,
.paragraph--type--main .paragraph--type--tab .field--name-field-description {
  display: grid;
  width: 100%;
  max-width: 1175px;
  margin: auto;
}

.grid-container .grid-container,
.paragraph--type--main .paragraph--type--tab .field--name-field-description .grid-container,
.grid-container .paragraph--type--main .paragraph--type--tab .field--name-field-description,
.paragraph--type--main .paragraph--type--tab .grid-container .field--name-field-description,
.paragraph--type--main .paragraph--type--tab .field--name-field-description .field--name-field-description {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1259.98px) {

  .grid-container,
  .paragraph--type--main .paragraph--type--tab .field--name-field-description {
    padding: 0 20px;
  }
}

@media (max-width: 991.98px) {

  .grid-container,
  .paragraph--type--main .paragraph--type--tab .field--name-field-description {
    padding: 0 60px;
  }
}

@media (max-width: 767.98px) {

  .grid-container,
  .paragraph--type--main .paragraph--type--tab .field--name-field-description {
    padding: 0 25px;
  }
}

.grid-container.grid-container--small,
.paragraph--type--main .paragraph--type--tab .grid-container--small.field--name-field-description {
  max-width: 720px;
}

@media (max-width: 991.98px) {

  .grid-container.grid-container--small,
  .paragraph--type--main .paragraph--type--tab .grid-container--small.field--name-field-description {
    max-width: 100%;
  }
}



.grid-container.grid-container--large,
.paragraph--type--main .paragraph--type--tab .grid-container--large.field--name-field-description {
  max-width: 1400px;
}

* .grid-container .grid-container,
* .paragraph--type--main .paragraph--type--tab .field--name-field-description .grid-container,
.paragraph--type--main .paragraph--type--tab * .field--name-field-description .grid-container,
* .grid-container .paragraph--type--main .paragraph--type--tab .field--name-field-description,
.paragraph--type--main .paragraph--type--tab * .grid-container .field--name-field-description,
* .paragraph--type--main .paragraph--type--tab .field--name-field-description .field--name-field-description,
.paragraph--type--main .paragraph--type--tab * .field--name-field-description .field--name-field-description {
  padding-left: 0;
  padding-right: 0;
}

body {
  position: relative;
  min-height: 100vh;
  line-height: 1.5;
  overflow-y: scroll;
}

@media (max-width: 767.98px) {
  body p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
  }
}

h1,
.h1 {
  font-size: 45px;
  letter-spacing: 2px;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 42px;
  margin-bottom: 40px;
}

h3,
.h3 {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 1px;
}

h4,
.h4 {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

h5,
.h5 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 21px;
  margin-bottom: 1.50em;
}

@media (max-width: 767.98px) {

  h2,
  .h2 {
    line-height: 32px;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  body {
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
}

@media screen and (max-width: 370px) {

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  p,
  a,
  span {
    word-break: break-word;
  }
}

iframe {
  width: 100% !important;
}

.quicktabs-wrapper {
  width: 100%;
}

.quicktabs-wrapper ul.quicktabs-tabs {
  display: none;
}

.quicktabs-wrapper ul.quicktabs-tabs-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0;
  padding-right: 8px;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
}

.quicktabs-wrapper .portal-filter-form {
  display: grid;
  grid-template-columns: 1fr 0;
}

.quicktabs-wrapper .portal-filter-form ul.quicktabs-tabs-sidebar,
.quicktabs-wrapper .portal-filter-form ul.quicktabs-tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 14px;
}

.quicktabs-wrapper .portal-filter-form ul.quicktabs-tabs-sidebar li,
.quicktabs-wrapper .portal-filter-form ul.quicktabs-tabs li {
  display: inline-block;
}

.quicktabs-wrapper ul.quicktabs-tabs-sidebar,
.quicktabs-wrapper ul.quicktabs-tabs {
  padding-left: 0;
}

.quicktabs-wrapper ul.quicktabs-tabs-sidebar li,
.quicktabs-wrapper ul.quicktabs-tabs li {
  display: block;
  padding: 5px;
  position: relative;
  cursor: pointer;
}

.quicktabs-wrapper ul.quicktabs-tabs-sidebar li a,
.quicktabs-wrapper ul.quicktabs-tabs li a {
  display: block;
  color: transparent;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat !important;
  background-position: center;
}

@media (max-width: 1259.98px) {

  .quicktabs-wrapper ul.quicktabs-tabs-sidebar li a,
  .quicktabs-wrapper ul.quicktabs-tabs li a {
    background-size: contain;
    width: 30px;
    height: 30px;
  }
}

.quicktabs-wrapper ul.quicktabs-tabs-sidebar li.tab_map a,
.quicktabs-wrapper ul.quicktabs-tabs li.tab_map a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 51.5 51.5'%3E%3Cg id='icon--map' transform='translate(-0.25 -0.25)'%3E%3Cpath id='Fill-5' d='M50.2,317H50a25,25,0,0,0-14.765,45.175h0a24.856,24.856,0,0,0,12.386,4.712h0Q48.8,367,50,367a25,25,0,0,0,.2-50Zm-19.437,21.53a16.005,16.005,0,0,1-.9-3.632,21.433,21.433,0,0,1,6.5-9.348c2.958,2.116,4.724,1.2,6.009,1,1.589-.244-.489,1.834-1.1,3.423a3.491,3.491,0,0,0,2.567,4.4c2.078.367.245,1.589-2.322,2.323s-5.256,1.222-7.09,3.667S32.35,342.443,30.761,338.532ZM48.019,363.3h0a21.276,21.276,0,0,1-10.6-4.033h0c-2.678-4.323-3.288-10.5-.99-9.051,6.813,4.308,10.059,2.723,10.961,5.528C48.152,358.113,48.993,361.284,48.019,363.3Zm17.716-6.744a4.237,4.237,0,0,1-2.255-3.836c-.1-2.4-6.546-1.625-8.015-3.206-2.457-2.643-3.607-4.509-1.3-5.009s6.612-3.206,7.514-9.418-4.309-5.811-6.212-7.715c-1.854-1.854-5.512-2.568-5.241-6.766a21.4,21.4,0,0,1,15.511,35.951Z' transform='translate(-24 -316)' fill='none' stroke='%23000' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}

.quicktabs-wrapper ul.quicktabs-tabs-sidebar li.tab_map.active a,
.quicktabs-wrapper ul.quicktabs-tabs-sidebar li.tab_map:hover a,
.quicktabs-wrapper ul.quicktabs-tabs li.tab_map.active a,
.quicktabs-wrapper ul.quicktabs-tabs li.tab_map:hover a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 51.5 51.5'%3E%3Cg id='icon--map' transform='translate(-0.25 -0.25)'%3E%3Cpath id='Fill-5' d='M50.2,317H50a25,25,0,0,0-14.765,45.175h0a24.856,24.856,0,0,0,12.386,4.712h0Q48.8,367,50,367a25,25,0,0,0,.2-50Zm-19.437,21.53a16.005,16.005,0,0,1-.9-3.632,21.433,21.433,0,0,1,6.5-9.348c2.958,2.116,4.724,1.2,6.009,1,1.589-.244-.489,1.834-1.1,3.423a3.491,3.491,0,0,0,2.567,4.4c2.078.367.245,1.589-2.322,2.323s-5.256,1.222-7.09,3.667S32.35,342.443,30.761,338.532ZM48.019,363.3h0a21.276,21.276,0,0,1-10.6-4.033h0c-2.678-4.323-3.288-10.5-.99-9.051,6.813,4.308,10.059,2.723,10.961,5.528C48.152,358.113,48.993,361.284,48.019,363.3Zm17.716-6.744a4.237,4.237,0,0,1-2.255-3.836c-.1-2.4-6.546-1.625-8.015-3.206-2.457-2.643-3.607-4.509-1.3-5.009s6.612-3.206,7.514-9.418-4.309-5.811-6.212-7.715c-1.854-1.854-5.512-2.568-5.241-6.766a21.4,21.4,0,0,1,15.511,35.951Z' transform='translate(-24 -316)' fill='none' stroke='%23FF885F' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.quicktabs-wrapper ul.quicktabs-tabs-sidebar li.tab_line a,
.quicktabs-wrapper ul.quicktabs-tabs li.tab_line a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 52 52'%3E%3Cg id='icon--linear' transform='translate(-0.75 -0.25)'%3E%3Cpath id='Line-20' d='M.5,0V50' transform='translate(1 1)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-20-2' data-name='Line-20' d='M26,25.5v50' transform='translate(-23.5 77.5) rotate(-90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Path_8' data-name='Path 8' d='M-1199.5-533.5a2.5,2.5,0,0,1,2.5-2.5,2.5,2.5,0,0,1,2.5,2.5,2.5,2.5,0,0,1-2.5,2.5A2.5,2.5,0,0,1-1199.5-533.5Zm13.5-9.5-8.5,7.768Zm12.5,3.5a2.5,2.5,0,0,1,2.5-2.5,2.5,2.5,0,0,1,2.5,2.5,2.5,2.5,0,0,1-2.5,2.5A2.5,2.5,0,0,1-1173.5-539.5Zm-8-5,8,3.8ZM-1159-558l-10,16.308Zm-27.5,12.5a2.5,2.5,0,0,1,2.5-2.5,2.5,2.5,0,0,1,2.5,2.5,2.5,2.5,0,0,1-2.5,2.5A2.5,2.5,0,0,1-1186.5-545.5Zm26-15a2.5,2.5,0,0,1,2.5-2.5,2.5,2.5,0,0,1,2.5,2.5,2.5,2.5,0,0,1-2.5,2.5A2.5,2.5,0,0,1-1160.5-560.5Z' transform='translate(1205.5 575)' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.quicktabs-wrapper ul.quicktabs-tabs-sidebar li.tab_line.active a,
.quicktabs-wrapper ul.quicktabs-tabs-sidebar li.tab_line:hover a,
.quicktabs-wrapper ul.quicktabs-tabs li.tab_line.active a,
.quicktabs-wrapper ul.quicktabs-tabs li.tab_line:hover a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 52 52'%3E%3Cg id='icon--linear' transform='translate(-0.75 -0.25)'%3E%3Cpath id='Line-20' d='M.5,0V50' transform='translate(1 1)' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-20-2' data-name='Line-20' d='M26,25.5v50' transform='translate(-23.5 77.5) rotate(-90)' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Path_8' data-name='Path 8' d='M-1199.5-533.5a2.5,2.5,0,0,1,2.5-2.5,2.5,2.5,0,0,1,2.5,2.5,2.5,2.5,0,0,1-2.5,2.5A2.5,2.5,0,0,1-1199.5-533.5Zm13.5-9.5-8.5,7.768Zm12.5,3.5a2.5,2.5,0,0,1,2.5-2.5,2.5,2.5,0,0,1,2.5,2.5,2.5,2.5,0,0,1-2.5,2.5A2.5,2.5,0,0,1-1173.5-539.5Zm-8-5,8,3.8ZM-1159-558l-10,16.308Zm-27.5,12.5a2.5,2.5,0,0,1,2.5-2.5,2.5,2.5,0,0,1,2.5,2.5,2.5,2.5,0,0,1-2.5,2.5A2.5,2.5,0,0,1-1186.5-545.5Zm26-15a2.5,2.5,0,0,1,2.5-2.5,2.5,2.5,0,0,1,2.5,2.5,2.5,2.5,0,0,1-2.5,2.5A2.5,2.5,0,0,1-1160.5-560.5Z' transform='translate(1205.5 575)' fill='none' stroke='%23FF885F' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.quicktabs-wrapper ul.quicktabs-tabs-sidebar li.tab_bar a,
.quicktabs-wrapper ul.quicktabs-tabs li.tab_bar a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 52 52.031'%3E%3Cg id='icon--bar' transform='translate(-0.75 -0.25)'%3E%3Cpath id='Line-20' d='M.5,0V50.531' transform='translate(1 1)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-20-2' data-name='Line-20' d='M26,25.5V76' transform='translate(-24 77.531) rotate(-90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M-1075.5-524.5a2,2,0,0,1-2-2V-531a2,2,0,0,1,2-2h32.5a2,2,0,0,1,2,2v4.5a2,2,0,0,1-2,2Zm0-15a2,2,0,0,1-2-2V-546a2,2,0,0,1,2-2h18.5a2,2,0,0,1,2,2v4.5a2,2,0,0,1-2,2Zm0-15a2,2,0,0,1-2-2V-561a2,2,0,0,1,2-2h42.5a2,2,0,0,1,2,2v4.5a2,2,0,0,1-2,2Z' transform='translate(1082.25 568.75)' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M-1041.8-563l8.485,8.486Zm-12,0,8.485,8.486Zm-12,0,8.485,8.486Zm-11.7.225,8.184,8.261Z' transform='translate(1083.802 568.525)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M-1053.71-562.475l8.485,8.486Zm-12,0,8.486,8.486Zm-11.789.13,8.275,8.357Z' transform='translate(1083.71 598)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.quicktabs-wrapper ul.quicktabs-tabs-sidebar li.tab_bar.active a,
.quicktabs-wrapper ul.quicktabs-tabs-sidebar li.tab_bar:hover a,
.quicktabs-wrapper ul.quicktabs-tabs li.tab_bar.active a,
.quicktabs-wrapper ul.quicktabs-tabs li.tab_bar:hover a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 52 52.031'%3E%3Cg id='icon--bar' transform='translate(-0.75 -0.25)'%3E%3Cpath id='Line-20' d='M.5,0V50.531' transform='translate(1 1)' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-20-2' data-name='Line-20' d='M26,25.5V76' transform='translate(-24 77.531) rotate(-90)' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M-1075.5-524.5a2,2,0,0,1-2-2V-531a2,2,0,0,1,2-2h32.5a2,2,0,0,1,2,2v4.5a2,2,0,0,1-2,2Zm0-15a2,2,0,0,1-2-2V-546a2,2,0,0,1,2-2h18.5a2,2,0,0,1,2,2v4.5a2,2,0,0,1-2,2Zm0-15a2,2,0,0,1-2-2V-561a2,2,0,0,1,2-2h42.5a2,2,0,0,1,2,2v4.5a2,2,0,0,1-2,2Z' transform='translate(1082.25 568.75)' fill='none' stroke='%23FF885F' stroke-width='1.5'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M-1041.8-563l8.485,8.486Zm-12,0,8.485,8.486Zm-12,0,8.485,8.486Zm-11.7.225,8.184,8.261Z' transform='translate(1083.802 568.525)' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M-1053.71-562.475l8.485,8.486Zm-12,0,8.486,8.486Zm-11.789.13,8.275,8.357Z' transform='translate(1083.71 598)' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.quicktabs-wrapper ul.quicktabs-tabs-sidebar li.tab_table a,
.quicktabs-wrapper ul.quicktabs-tabs li.tab_table a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 50 50'%3E%3Cg id='icon--table' transform='translate(0 -0.077)'%3E%3Cpath id='Rectangle' d='M4,0H44.5a4,4,0,0,1,4,4V44.5a4,4,0,0,1-4,4H4a4,4,0,0,1-4-4V4A4,4,0,0,1,4,0Z' transform='translate(0.75 0.827)' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3Cpath id='Line-11' d='M17.308,3.923V46.231' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-11-2' data-name='Line-11' d='M32.692,3.923V46.231' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-11-3' data-name='Line-11' d='M25-3V39.308' transform='translate(6.846 43.154) rotate(-90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-11-4' data-name='Line-11' d='M25.347,11.231V53.538' transform='translate(-7.038 57.731) rotate(-90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.quicktabs-wrapper ul.quicktabs-tabs-sidebar li.tab_table.active a,
.quicktabs-wrapper ul.quicktabs-tabs-sidebar li.tab_table:hover a,
.quicktabs-wrapper ul.quicktabs-tabs li.tab_table.active a,
.quicktabs-wrapper ul.quicktabs-tabs li.tab_table:hover a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 50 50'%3E%3Cg id='icon--table' transform='translate(0 -0.077)'%3E%3Cpath id='Rectangle' d='M4,0H44.5a4,4,0,0,1,4,4V44.5a4,4,0,0,1-4,4H4a4,4,0,0,1-4-4V4A4,4,0,0,1,4,0Z' transform='translate(0.75 0.827)' fill='none' stroke='%23FF885F' stroke-width='1.5'/%3E%3Cpath id='Line-11' d='M17.308,3.923V46.231' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-11-2' data-name='Line-11' d='M32.692,3.923V46.231' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-11-3' data-name='Line-11' d='M25-3V39.308' transform='translate(6.846 43.154) rotate(-90)' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-11-4' data-name='Line-11' d='M25.347,11.231V53.538' transform='translate(-7.038 57.731) rotate(-90)' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.quicktabs-wrapper ul.quicktabs-tabs-sidebar li.tab_circle a,
.quicktabs-wrapper ul.quicktabs-tabs li.tab_circle a {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30' height='30' viewBox='0 0 53 53' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E%3Ctitle%3EGroup 31%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='bubble' transform='translate(-24.000000, -820.000000)' stroke='%23000000' stroke-width='1.5'%3E%3Cg id='Group-31' transform='translate(25.000000, 821.000000)'%3E%3Cpath d='M0.5,0 L0.5,50' id='Line-20' stroke-linecap='round'%3E%3C/path%3E%3Cpath d='M26,25.5 L26,75.5' id='Line-20' stroke-linecap='round' transform='translate(26.000000, 50.500000) rotate(-90.000000) translate(-26.000000, -50.500000) '%3E%3C/path%3E%3Ccircle id='Oval' cx='10.5' cy='40.5' r='2.5'%3E%3C/circle%3E%3Ccircle id='Oval' cx='19.5' cy='28.5' r='2.5'%3E%3C/circle%3E%3Ccircle id='Oval' cx='38.5' cy='34.5' r='2.5'%3E%3C/circle%3E%3Ccircle id='Oval' cx='25.5' cy='11.5' r='2.5'%3E%3C/circle%3E%3Ccircle id='Oval' cx='46.5' cy='13.5' r='2.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.quicktabs-wrapper ul.quicktabs-tabs-sidebar li.tab_circle.active a,
.quicktabs-wrapper ul.quicktabs-tabs-sidebar li.tab_circle:hover a,
.quicktabs-wrapper ul.quicktabs-tabs li.tab_circle.active a,
.quicktabs-wrapper ul.quicktabs-tabs li.tab_circle:hover a {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30' height='30' viewBox='0 0 53 53' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E%3Ctitle%3EGroup 31%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='bubble' transform='translate(-24.000000, -820.000000)' stroke='%23FF885F' stroke-width='1.5'%3E%3Cg id='Group-31' transform='translate(25.000000, 821.000000)'%3E%3Cpath d='M0.5,0 L0.5,50' id='Line-20' stroke-linecap='round'%3E%3C/path%3E%3Cpath d='M26,25.5 L26,75.5' id='Line-20' stroke-linecap='round' transform='translate(26.000000, 50.500000) rotate(-90.000000) translate(-26.000000, -50.500000) '%3E%3C/path%3E%3Ccircle id='Oval' cx='10.5' cy='40.5' r='2.5'%3E%3C/circle%3E%3Ccircle id='Oval' cx='19.5' cy='28.5' r='2.5'%3E%3C/circle%3E%3Ccircle id='Oval' cx='38.5' cy='34.5' r='2.5'%3E%3C/circle%3E%3Ccircle id='Oval' cx='25.5' cy='11.5' r='2.5'%3E%3C/circle%3E%3Ccircle id='Oval' cx='46.5' cy='13.5' r='2.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.quicktabs-wrapper ul.quicktabs-tabs-sidebar li .ajax-progress,
.quicktabs-wrapper ul.quicktabs-tabs li .ajax-progress {
  display: block;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.quicktabs-wrapper ul.quicktabs-tabs-sidebar li .ajax-progress .throbber,
.quicktabs-wrapper ul.quicktabs-tabs li .ajax-progress .throbber {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 200;
  visibility: visible;
  opacity: 1;
  background: rgba(255, 255, 255, 0.7) url("../img/ajax-loader.svg") no-repeat center center;
}

.quicktabs-wrapper .quicktabs-main {
  width: 100%;
}

.portal-filter-form+.active-tab {
  background: #fff;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.map-legend .map-legend-color {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-right: 8px;
  margin-left: 5px;
}

@media (max-width: 1259.98px) {
  .map-legend .map-legend-color {
    width: 15px;
    min-width: 15px;
    height: 15px;
  }
}

.map-legend .map-legend-text {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 0px 15px 0 0;
}

.map-legend li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 75px;
  text-align: left;
}

.map-legend li:first-of-type span.map-legend-color {
  margin-left: 0;
}

.legend-block {
  padding: 12px 22px;
}

.legend-block.table {
  width: auto;
}

.legend-block li {
  font-size: 14px;
}

.legend-block .legend-item {
  font-size: 14px;
}

.legend-block .line-legend-block .legend-item {
  display: inline-block;
  padding-right: 15px;
}

.legend-block .line-legend-block .dashed-fraction {
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: inherit;
  margin-right: 6px;
}

.legend-block .line-legend-block .dashed-fraction--1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='0, 0'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='4.8, 2.8'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--3 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='7.2, 3.2'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--4 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='9.6, 3.6'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--5 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='12, 4'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--6 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='14.4, 4.4'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--7 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='16.8, 4.8'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--8 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='19.2, 5.2'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--9 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='21.6, 5.6'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--10 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='24, 6'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--11 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='26.4, 6.4'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--12 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='28.8, 6.8'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--13 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='31.2, 7.2'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--14 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='33.6, 7.6'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--15 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='36, 8'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--16 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='38.4, 8.4'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--17 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='40.8, 8.8'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--18 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='43.2, 9.2'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--19 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='45.6, 9.6'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--20 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='48, 10'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--21 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='50.4, 10.4'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--22 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='52.8, 10.8'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--23 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='55.2, 11.2'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--24 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='57.6, 11.6'/%3E%3C/svg%3E%0A");
}

.legend-block .line-legend-block .dashed-fraction--25 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='2' viewBox='0 0 42 2'%3E%3Cpath id='Path_80' data-name='Path 80' d='M0,.5H40' transform='translate(1 0.5)' fill='none' stroke='%23000' stroke-width='2' stroke-dasharray='60, 12'/%3E%3C/svg%3E%0A");
}

.legend-block .bar-legend-block,
.legend-block .bubble-legend-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.legend-block .bar-legend-block .legend-item,
.legend-block .bubble-legend-block .legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
}

.legend-block .bar-legend-block .legend-item .dashed-fraction,
.legend-block .bubble-legend-block .legend-item .dashed-fraction {
  border: 1px solid #aaaaaa;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 8px;
}

@media (max-width: 1259.98px) {

  .legend-block .bar-legend-block .legend-item .dashed-fraction,
  .legend-block .bubble-legend-block .legend-item .dashed-fraction {
    width: 15px;
    height: 15px;
  }
}

.legend-block .bar-legend-block .legend-item .dashed-fraction--female,
.legend-block .bubble-legend-block .legend-item .dashed-fraction--female {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20'%3E%3Cpath id='Path_73' data-name='Path 73' d='M12.5,25A1.5,1.5,0,1,1,14,23.5,1.5,1.5,0,0,1,12.5,25Zm9.135-.275h0a1.5,1.5,0,1,1,2.3-1.649,5,5,0,0,1-2.3,1.649ZM17.5,23A1.5,1.5,0,1,1,19,21.5,1.5,1.5,0,0,1,17.5,23Zm-10,0A1.5,1.5,0,1,1,9,21.5,1.5,1.5,0,0,1,7.5,23Zm15-3A1.5,1.5,0,1,1,24,18.5,1.5,1.5,0,0,1,22.5,20Zm-10,0A1.5,1.5,0,1,1,14,18.5,1.5,1.5,0,0,1,12.5,20Zm5-2A1.5,1.5,0,1,1,19,16.5,1.5,1.5,0,0,1,17.5,18Zm-10,0A1.5,1.5,0,1,1,9,16.5,1.5,1.5,0,0,1,7.5,18Zm15-3A1.5,1.5,0,1,1,24,13.5,1.5,1.5,0,0,1,22.5,15Zm-10,0A1.5,1.5,0,1,1,14,13.5,1.5,1.5,0,0,1,12.5,15Zm5-2A1.5,1.5,0,1,1,19,11.5,1.5,1.5,0,0,1,17.5,13Zm-10,0A1.5,1.5,0,1,1,9,11.5,1.5,1.5,0,0,1,7.5,13Zm15-3A1.5,1.5,0,1,1,24,8.5,1.5,1.5,0,0,1,22.5,10Zm-10,0A1.5,1.5,0,1,1,14,8.5,1.5,1.5,0,0,1,12.5,10Zm5-2a1.5,1.5,0,0,1-.052-3h.1A1.5,1.5,0,0,1,17.5,8ZM7.5,8A1.508,1.508,0,0,1,6.061,6.924a5,5,0,0,1,2.305-1.65A1.5,1.5,0,0,1,7.5,8Z' transform='translate(-6 -5)' fill='%23aaaaaa'/%3E%3C/svg%3E");
}

.legend-block .bar-legend-block .legend-item .dashed-fraction--male,
.legend-block .bubble-legend-block .legend-item .dashed-fraction--male {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.001' height='20' viewBox='0 0 20.001 20'%3E%3Cg transform='translate(-6.521 -1.571)' fill='%23aaaaaa'%3E%3Cpath d='M 12.63863468170166 18.68873405456543 L 7.020501136779785 13.07060050964355 L 7.020501136779785 13.07032299041748 L 12.63863468170166 18.68873405456543 Z M 25.82818984985352 17.8787899017334 L 10.2136058807373 2.264205455780029 C 10.21376132965088 2.264158487319946 10.21391105651855 2.264112949371338 10.21406650543213 2.264065980911255 L 25.82833099365234 17.87833023071289 C 25.82828330993652 17.87848472595215 25.82823753356934 17.87863540649414 25.82818984985352 17.8787899017334 Z M 16.53105545043945 15.58125400543213 L 7.045348644256592 6.096019744873047 C 7.04536247253418 6.095885753631592 7.045379161834717 6.095726013183594 7.045392990112305 6.095592498779297 L 16.53105545043945 15.58125400543213 Z M 19.60436248779297 4.654463768005371 L 17.02112770080566 2.07140040397644 L 17.02147102355957 2.07140040397644 L 19.60436248779297 4.654463768005371 Z' stroke='none'/%3E%3Cpath d='M 16.22804069519043 21.57120132446289 L 14.81400108337402 21.57120132446289 L 6.520501136779785 13.27770042419434 L 6.520501136779785 11.86318016052246 L 16.22804069519043 21.57120132446289 Z M 21.80607032775879 21.56309127807617 L 6.528561115264893 6.286340713500977 C 6.551881313323975 5.871180534362793 6.625781059265137 5.469460487365723 6.744350910186768 5.087450504302979 L 23.00433158874512 21.34743118286133 C 22.6224308013916 21.46590995788574 22.22106170654297 21.53976058959961 21.80607032775879 21.56309127807617 Z M 26.01263046264648 18.77033042907715 L 9.32197093963623 2.079670429229736 C 9.650450706481934 1.918600559234619 9.999151229858398 1.792470455169678 10.36327075958252 1.706170558929443 L 26.38625144958496 17.72915077209473 C 26.29990196228027 18.09333038330078 26.17378044128418 18.44185066223145 26.01263046264648 18.77033042907715 Z M 26.52120208740234 12.27793025970459 L 15.81396102905273 1.57140052318573 L 17.22859191894531 1.57140052318573 L 26.52120208740234 10.86463069915771 L 26.52120208740234 12.27793025970459 Z' stroke='none' fill='%23aaaaaa'/%3E%3C/g%3E%3C/svg%3E");
}

.legend-block .bar-legend-block .legend-item .dashed-fraction--both-sexes,
.legend-block .bubble-legend-block .legend-item .dashed-fraction--both-sexes {
  background-color: #aaaaaa;
}

.legend-block.bar {
  display: grid;
  grid-template-areas: 'indicator-block indicator-block indicator-block indicator-block''bar-block bar-block group-block group-block';
}

.legend-block.bar .indicator-legend-block {
  grid-area: indicator-block;
}

.legend-block.bar .bar-legend-block {
  grid-area: bar-block;
}

.legend-block.bar .desktop-group-data-by {
  grid-area: group-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1259.98px) {
  .legend-block.bar .desktop-group-data-by label {
    font-size: 12px;
    letter-spacing: 0.31px;
    line-height: 13px;
  }
}

@media (max-width: 1259.98px) {

  .legend-block .legend-text,
  .legend-block .legend-item {
    font-size: 12px;
    letter-spacing: 0.31px;
    line-height: 13px;
  }
}

.legend-block.line .js-line-legend-indicator ul {
  margin-bottom: 0;
}

.legend-block.line .location-legend-block.line .js-line-legend-location ul {
  margin: 0 0 5px 0;
  padding: 0;
  color: #1E1E1E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.legend-block.line .location-legend-block.line .js-line-legend-location ul::-webkit-scrollbar {
  display: none;
}

.legend-block.line .location-legend-block.line .js-line-legend-location ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 12px 0 0;
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 1259.98px) {
  .legend-block.line .location-legend-block.line .js-line-legend-location ul li {
    font-size: 12px;
    line-height: 13px;
  }
}

.legend-block.line .location-legend-block.line .js-line-legend-location ul li span.filter-color {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  padding-right: 15px;
  border-radius: 50%;
}

@media (max-width: 1259.98px) {
  .legend-block.line .location-legend-block.line .js-line-legend-location ul li span.filter-color {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 1259.98px) {
  .legend-block.map .map-legend-block span.map-legend-text {
    font-size: 12px;
  }
}

.portal-block-content.table table.dataTable td.dataTables_empty {
  position: fixed;
  border: none;
}

.filter-selected {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  padding: 7px 46px 7px 15px;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
  font-size: 14px;
  line-height: 18px;
}

.filter-selected .filter-color {
  display: block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 10px;
  margin-right: 8px;
  margin-left: -5px;
}

.filter-selected .btn-tooltip-modal,
.filter-selected .btn-tooltip {
  display: block;
  position: absolute;
  top: 9px;
  right: 29px;
}

.filter-selected .filter-option-remove,
.filter-selected .btn-close {
  position: absolute;
  top: 9px;
  right: 7px;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.filter-selected .filter-option-remove:hover:before,
.filter-selected .filter-option-remove:hover:after,
.filter-selected .btn-close:hover:before,
.filter-selected .btn-close:hover:after {
  background-color: #ff885e;
}

.filter-selected .filter-option-remove:before,
.filter-selected .filter-option-remove:after,
.filter-selected .btn-close:before,
.filter-selected .btn-close:after {
  left: 6px;
  height: 15px;
  width: 1px;
  background-color: #9B9B9B;
}

.chart-note {
  font-size: 14px;
  color: #9b9b9b;
  line-height: 16px;
  letter-spacing: 1px;
}

.not-applicable-to-visualization {
  padding: 150px 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.chart-iframe {
  width: 100%;
}

.iframe-link-to-dashboard {
  font-size: 0.8rem;
}

.iframe-link-to-dashboard a {
  color: #0397D6;
}

.iframe-link-to-dashboard a:hover {
  color: #FF885F;
}

.portal-block-right-sidebar {
  display: block;
  position: absolute;
  height: 100%;
  padding: 55px 0 20px;
  top: 0;
  right: -300px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  background-color: #fff;
}

@media (max-width: 1259.98px) {
  .portal-block-right-sidebar {
    display: none;
  }
}

.portal-block-right-sidebar.show-more-visible {
  position: absolute;
  width: 300px;
  height: 100%;
  -webkit-box-shadow: -2px 0 8px 0 rgba(72, 72, 72, 0.2);
  box-shadow: -2px 0 8px 0 rgba(72, 72, 72, 0.2);
  right: 0;
  z-index: 15;
}

.portal-block-right-sidebar.show-more-visible .close-right-popup {
  display: block;
}

.portal-block-right-sidebar .close-right-popup {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='22px' height='20px' viewBox='0 0 22 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='SDG' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cg id='BETA-scatterplot-Click' transform='translate(-1402.000000, -329.000000)' stroke='%239B9B9B'%3E%3Cpath d='M1413,338.029713 L1404,329.020492 L1413,338.029713 L1422,329.020492 L1413,338.029713 Z M1413,338.029713 L1403,348.039959 L1413,338.029713 L1423,348.039959 L1413,338.029713 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
}

.portal-block-right-sidebar .right-popup-content {
  height: 100%;
  overflow-y: auto;
}

.portal-block-right-sidebar .sidebar-wrap {
  padding: 15px;
  overflow-y: auto;
  margin: 0;
}

@media (max-width: 1259.98px) {
  .portal-block-right-sidebar .sidebar-wrap {
    margin: 0 -20px;
  }
}

.portal-block-right-sidebar .sidebar-wrap .sidebar-wrap--title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (max-width: 1259.98px) {
  .portal-block-right-sidebar .sidebar-wrap .sidebar-wrap--title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.portal-block-right-sidebar .sidebar-wrap .sidebar-wrap--title span {
  font-size: 18px;
  line-height: 1em;
  margin-top: 15px;
  display: block;
}

@media (min-width: 992px) {
  .portal-block-right-sidebar .sidebar-wrap .sidebar-wrap--title+.horizontal-line {
    height: 1px;
    background: #ced4da;
    width: calc(100% - 20px);
    margin-bottom: 30px;
    margin-left: 10px;
  }
}

.iframe-chart-block--table #iframe-chart {
  overflow-x: auto;
}

.iframe-chart-block--bubble {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}

.iframe-chart-block--bubble #iframe-chart {
  overflow-x: auto;
}

.portal-block-content {
  background-color: #F9F9F9;
}

.portal-block-content.map,
.portal-block-content.line,
.portal-block-content.bar {
  max-width: 100VW;
}

.portal-block-content.table {
  max-width: 100VW;
}

.portal-block-content.table .dataTables_wrapper {
  margin-top: 0px;
}

.portal-block-content.bar .chart-block-sp .y.axis text {
  text-decoration: underline;
  font-weight: 100;
  cursor: pointer;
}

.chart-block-sp {
  background-color: #fff;
  margin: 0 6px;
  padding: 12px;
  margin-left: 347px;
  position: relative;
}

.chart-block-sp .filters-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  z-index: 1;
  width: 0;
  -webkit-transition: background 600ms;
  -o-transition: background 600ms;
  transition: background 600ms;
}

.legend-block,
.chart-block-sp {
  margin-left: 347px;
}

@media (max-width: 1259.98px) {

  .legend-block,
  .chart-block-sp {
    margin-left: 6px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
}

.portal-block-left-sidebar-wrapper {
  background-color: #fff;
  padding: 20px 0 20px 15px;
  border-right: 1.5px solid #d8d8d8;
  position: absolute;
  width: 335px;
  height: 100%;
  left: 0;
  z-index: 2;
}

@media (max-width: 1259.98px) {
  .portal-block-left-sidebar-wrapper {
    position: fixed;
    top: 0;
    height: 100vh;
    left: -335px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
}

@media (max-width: 991.98px) {
  .portal-block-left-sidebar-wrapper {
    padding: 20px 0 20px 10px;
  }
}

.portal-block-left-sidebar {
  padding-right: 20px;
  height: 100%;
  overflow-y: auto;
}

.portal-block-left-sidebar .resset-filters-btn {
  line-height: 29px;
  padding: 0 11px;
}

.btn-filter-mobile {
  position: fixed;
  top: 50vw;
  background: #FF8760;
  padding: 6px;
  line-height: 12px;
  width: 24px;
  height: 24px;
  left: 0px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  z-index: 1;
}

.btn-filter-mobile img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1259.98px) {
  .show-sidebar .chart-block-sp {
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }

  .show-sidebar .chart-block-sp .filters-overlay {
    width: 100%;
    background: rgba(0, 45, 72, 0.5);
  }
}

@media (max-width: 1259.98px) {
  .show-sidebar .portal-block-left-sidebar-wrapper {
    left: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
}

.show-sidebar .btn-filter-mobile {
  left: 335px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

@media (min-width: 1260px) {
  .portal-block {
    min-height: 60vh;
  }
}

.portal-block.sdm ul.quicktabs-tabs-sidebar,
.portal-block.vaw_wps ul.quicktabs-tabs-sidebar {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.portal-block.sdm ul.quicktabs-tabs-sidebar li,
.portal-block.vaw_wps ul.quicktabs-tabs-sidebar li {
  padding-right: 50px;
}

.portal-block.sdm .portal-block-left-sidebar .portal-sdm li.nav-item label,
.portal-block.sdm .portal-block-left-sidebar .portal-vaw_wps li.nav-item label,
.portal-block.vaw_wps .portal-block-left-sidebar .portal-sdm li.nav-item label,
.portal-block.vaw_wps .portal-block-left-sidebar .portal-vaw_wps li.nav-item label {
  padding: 0;
}

.portal-block.sdm .portal-block-left-sidebar .portal-sdm li.nav-item label .portal-sdm__nav-title-content,
.portal-block.sdm .portal-block-left-sidebar .portal-vaw_wps li.nav-item label .portal-sdm__nav-title-content,
.portal-block.vaw_wps .portal-block-left-sidebar .portal-sdm li.nav-item label .portal-sdm__nav-title-content,
.portal-block.vaw_wps .portal-block-left-sidebar .portal-vaw_wps li.nav-item label .portal-sdm__nav-title-content {
  padding: 0 25px 20px 25px;
}

.portal-block.sdm .portal-block-left-sidebar .portal-sdm li.nav-item:first-of-type .portal-sdm__nav-title-content,
.portal-block.sdm .portal-block-left-sidebar .portal-vaw_wps li.nav-item:first-of-type .portal-sdm__nav-title-content,
.portal-block.vaw_wps .portal-block-left-sidebar .portal-sdm li.nav-item:first-of-type .portal-sdm__nav-title-content,
.portal-block.vaw_wps .portal-block-left-sidebar .portal-vaw_wps li.nav-item:first-of-type .portal-sdm__nav-title-content {
  padding-top: 14px;
}

@media screen and (min-width: 980px) and (max-width: 1260px) {
  .user-logged-in .portal-block-left-sidebar-wrapper {
    padding-top: 90px;
  }
}

@media (max-width: 991.98px) {
  .user-logged-in .portal-block-left-sidebar-wrapper {
    padding-top: 50px;
  }
}

.pie-legend {
  padding: 0;
}

@media (max-width: 991.98px) {
  .pie-legend {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.pie-legend li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pie-legend li:not(:last-child) {
  margin-bottom: 10px;
}

.pie-legend--color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 10px;
}

.pie-legend--text {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 18px;
}

.pie-legend-fixed-width li {
  margin-right: 40px;
}

@media (max-width: 991.98px) {
  .pie-legend-fixed-width li {
    margin-right: 40px;
    width: 180px;
  }

  .pie-legend-fixed-width li:nth-child(even) {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .pie-legend-fixed-width li {
    width: 100%;
    margin-right: 0;
  }
}

.pie--container:not(:last-child) {
  margin-right: 80px;
}

.c100:hover {
  cursor: default;
}

.c100:hover>span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #307bbb;
}

.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}

.c100.low .bar,
.c100.low .fill {
  border-color: #459C45 !important;
}

.c100.low>span {
  color: #459C45;
}

.c100.medium .bar,
.c100.medium .fill {
  border-color: #F0B83A !important;
}

.c100.medium>span {
  color: #F0B83A;
}

.c100.high .bar,
.c100.high .fill {
  border-color: #C71E61 !important;
}

.c100.high>span {
  color: #C71E61;
}

.country--fact-sheet a {
  border-bottom: 1px solid;
}

.line-tooltip {
  background: #fff;
  padding: 20px 40px 20px 10px;
  border: 2px solid #ced4da;
  border-radius: 3px;
  letter-spacing: 1px;
}

.line-tooltip .country,
.line-tooltip .age-sex {
  font-size: 14px;
  line-height: 16px;
}

.line-tooltip .value {
  font-size: 24px;
  line-height: 32px;
}

.custom-select.bootstrap-select {
  padding: 0;
  background: none;
  border-width: 0;
  border-radius: 0;
}

.custom-select.bootstrap-select .dropdown-toggle {
  height: calc(2.3745rem + 3px);
  background: #fff;
  background-repeat: no-repeat;
  font-size: 1rem;
  letter-spacing: 1px;
}

.dropdown-filter-btn {
  border-radius: 0;
  width: 100%;
}

.dropdown-filter .dropdown-header {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  color: #000;
  padding-left: 0;
  white-space: initial;
}

@media (max-width: 1259.98px) {
  .dropdown-filter .dropdown-header {
    white-space: normal;
  }
}

.dropdown-menu.show {
  border-color: #FF885F;
}

.dropdown-menu.show .dropdown-filter-item {
  list-style: none;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
}

.dropdown-menu.show .dropdown-filter-item.notify {
  display: none;
  position: absolute;
  bottom: 0;
  font-size: inherit;
}

.dropdown-menu.show .dropdown-filter-item .custom-checkbox {
  position: relative;
}

.dropdown-menu.show .dropdown-filter-item.search {
  padding: 0px 4px;
}

@media (max-width: 1259.98px) {
  .dropdown-menu.show .dropdown-filter-item.search {
    padding: 0px 2px;
  }
}

.dropdown-menu.show .dropdown-filter-item.custom-group {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

.dropdown-menu.show .dropdown-filter-item.custom-regions {
  max-height: 100px;
  width: 100%;
  padding: 0 15px 20px 15px;
}

.dropdown-menu.show .dropdown-filter-item.custom-regions.f-width {
  width: 100%;
}

.dropdown-menu.show .dropdown-filter-item.custom-regions ul.regions-list>li:not(.dropdown-header) {
  padding-left: 25px;
  position: relative;
}

.dropdown-menu.show .dropdown-filter-item.custom-regions ul.regions-list>li:not(.dropdown-header) .btn_more {
  position: absolute;
  left: 0;
  margin-top: 4px;
  cursor: pointer;
}

.dropdown-menu.show .dropdown-filter-item.custom-regions ul.regions-list li:not(.list-header).hide-checkbox>div .ckeck-group>label::after,
.dropdown-menu.show .dropdown-filter-item.custom-regions ul.regions-list li:not(.list-header).hide-checkbox>div .ckeck-group>label::before {
  content: none;
}

.dropdown-menu.show .dropdown-filter-item.custom-regions ul {
  list-style: none;
  padding-left: 0px;
}

.dropdown-menu.show .dropdown-filter-item.custom-regions ul li.region-item ul {
  padding: 10px 5px 10px 30px;
}

.dropdown-menu.show .dropdown-filter-item.custom-regions ul li.region-item ul.remove-checkbox {
  padding-left: 0;
}

.dropdown-menu.show .dropdown-filter-item.custom-regions ul li.region-item ul.remove-checkbox>ul {
  padding-left: 0px;
}

.dropdown-menu.show .dropdown-filter-item.custom-regions ul li.region-item ul.remove-checkbox .dropdown-parent>label {
  color: inherit !important;
}

.dropdown-menu.show .dropdown-filter-item.custom-regions ul li.region-item ul.remove-checkbox .dropdown-parent>label::after,
.dropdown-menu.show .dropdown-filter-item.custom-regions ul li.region-item ul.remove-checkbox .dropdown-parent>label::before {
  content: none;
}

.dropdown-menu.show .dropdown-filter-item.custom-regions ul li.c-region-item {
  margin-left: 10px;
}

.dropdown-menu.show .dropdown-filter-item.basic-regions {
  max-height: 200px;
  width: 100%;
  padding: 0 15px 20px 15px;
}

.dropdown-menu.show .dropdown-filter-item.basic-regions.f-width {
  width: 100%;
}

.dropdown-menu.show .dropdown-filter-item.basic-regions .world-li {
  padding-left: 20px;
  font-weight: 700;
}

.dropdown-menu.show .dropdown-filter-item.basic-regions ul.regions-list>li:not(.list-header) {
  padding-left: 50px;
  position: relative;
  padding-top: 10px;
}

.dropdown-menu.show .dropdown-filter-item.basic-regions ul.regions-list>li:not(.list-header) .btn_more {
  position: absolute;
  left: 0;
  margin-top: 4px;
  cursor: pointer;
}

.dropdown-menu.show .dropdown-filter-item.basic-regions ul.regions-list li:not(.list-header).remove-checkbox {
  padding-left: 30px;
}

.dropdown-menu.show .dropdown-filter-item.basic-regions ul.regions-list li:not(.list-header).remove-checkbox>ul {
  padding-left: 0px;
}

.dropdown-menu.show .dropdown-filter-item.basic-regions ul.regions-list li:not(.list-header).remove-checkbox .dropdown-parent>label {
  color: inherit !important;
}

.dropdown-menu.show .dropdown-filter-item.basic-regions ul.regions-list li:not(.list-header).remove-checkbox .dropdown-parent>label::after,
.dropdown-menu.show .dropdown-filter-item.basic-regions ul.regions-list li:not(.list-header).remove-checkbox .dropdown-parent>label::before {
  content: none;
}

.dropdown-menu.show .dropdown-filter-item.basic-regions ul.regions-list li:not(.list-header).hide-checkbox>div .ckeck-group>label::after,
.dropdown-menu.show .dropdown-filter-item.basic-regions ul.regions-list li:not(.list-header).hide-checkbox>div .ckeck-group>label::before {
  content: none;
}

.dropdown-menu.show .dropdown-filter-item.basic-regions ul {
  list-style: none;
  padding-left: 5px;
}

.dropdown-menu.show .dropdown-filter-item.basic-regions ul li.region-item ul {
  padding: 10px 5px 10px 30px;
}

.dropdown-menu.show .dropdown-filter-item.done {
  padding: 20px;
  text-align: right;
}

.dropdown-menu.show .dropdown-filter-item-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}

.views-exposed-form .dropdown-menu[role="combobox"] {
  -webkit-transform: translate3d(0, 42px, 0px) !important;
  transform: translate3d(0, 42px, 0px) !important;
}

.subregions-list {
  position: relative;
}

.subregions-list .btn_more {
  position: absolute;
  left: 0;
  margin-left: -25px;
  margin-top: 4px;
  cursor: pointer;
}

.sub-subregions-list {
  position: relative;
}

.plus-before,
.minus-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plus-before b,
.minus-before b {
  padding-left: 10px;
}

.plus-before span::before {
  content: '+';
  padding: 0 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
}

.minus-before span::before {
  content: '–';
  padding: 0 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
}

.sdg-monitoring-template .minus-before span::before,
.sdg-monitoring-template .plus-before span::before {
  padding: 0 8px 0 0;
}

.views-exposed-form .dropup .dropdown-toggle::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.search-wrapper {
  position: relative;
}

.search-wrapper .btn-show-search-input {
  position: absolute;
  z-index: 1;
  top: -60px;
  right: 0;
  padding: 0 6px;
  line-height: 44px;
}

.search-wrapper .btn-show-search-input img {
  width: 19px;
}

.search-wrapper .form-control {
  border-width: 0 0 1px 0;
  border-color: #000;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18.181' viewBox='0 0 18 18.181'%3e%3cg id='search' transform='translate(1 0.181)'%3e%3cellipse id='Oval' cx='5.839' cy='5.9' rx='5.839' ry='5.9' transform='translate(0.639 0.819)' fill='none' stroke='%23000' stroke-width='2'/%3e%3cpath id='Line' d='M11.875,12.674l5.5,5.563' transform='translate(-1.533 -1.497)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' fill-rule='evenodd'/%3e%3crect id='Rectangle_1' data-name='Rectangle 1' width='18' height='18' transform='translate(-1)' fill='none'/%3e%3c/g%3e%3c/svg%3e ");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center right 7px;
  background-color: transparent;
}

.search-wrapper .form-control::-webkit-input-placeholder {
  color: #000;
  font-size: 1rem;
  letter-spacing: 1px;
}

.search-wrapper .form-control::-moz-placeholder {
  color: #000;
  font-size: 1rem;
  letter-spacing: 1px;
}

.search-wrapper .form-control::-ms-input-placeholder {
  color: #000;
  font-size: 1rem;
  letter-spacing: 1px;
}

.search-wrapper .form-control::placeholder {
  color: #000;
  font-size: 1rem;
  letter-spacing: 1px;
}

.search-wrapper .form-item {
  position: absolute;
  right: 0;
  top: -60px;
}

@media (max-width: 767.98px) {
  .search-wrapper .form-item {
    background: #fff;
    width: 100%;
    visibility: hidden;
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .search-wrapper .form-item {
    top: -96px;
  }
}

.search-wrapper .form-item label {
  display: none;
}

@media (max-width: 767.98px) {
  .search-wrapper.show-search .form-item {
    visibility: visible;
    opacity: 1;
    z-index: 2;
  }
}

.loader {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 200;
  visibility: visible;
  opacity: 1;
}

.loader.loader-hide {
  visibility: hidden;
  opacity: 0;
}

.page-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

@media (max-width: 767.98px) {
  .page-wrapp {
    overflow-x: hidden;
  }
}

.page-wrapp main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page-wrapp .quicktabs-wrapper {
  position: relative;
}

.page-wrapp .quicktabs-wrapper .quicktabs-tabs {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.page-wrapp:not(.data-page-wrapp):not(.data-page-wrapp-roas) .btn-filter-mobile {
  display: none;
}

.data-page-wrapp .region-content .btn-filter-mobile img,
.data-page-wrapp-roas .region-content .btn-filter-mobile img {
  -webkit-transition: 0.4s -webkit-transform linear;
  transition: 0.4s -webkit-transform linear;
  -o-transition: 0.4s transform linear;
  transition: 0.4s transform linear;
  transition: 0.4s transform linear, 0.4s -webkit-transform linear;
}

.data-page-wrapp .region-content .show-filters-button,
.data-page-wrapp-roas .region-content .show-filters-button {
  display: initial;
}

.data-page-wrapp .region-content .hide-filters-button,
.data-page-wrapp-roas .region-content .hide-filters-button {
  display: none;
}

.data-page-wrapp .region-content.show-sidebar .show-filters-button,
.data-page-wrapp-roas .region-content.show-sidebar .show-filters-button {
  display: none;
}

.data-page-wrapp .region-content.show-sidebar .hide-filters-button,
.data-page-wrapp-roas .region-content.show-sidebar .hide-filters-button {
  display: initial;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

img {
  max-width: 100%;
  max-height: 100%;
}

.bottom-content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#edf0f2));
  background-image: -webkit-linear-gradient(#fff, #edf0f2);
  background-image: -o-linear-gradient(#fff, #edf0f2);
  background-image: linear-gradient(#fff, #edf0f2);
  padding-top: 120px;
  border-top: 1px solid #dbdbdb;
}

@media (max-width: 991.98px) {
  .bottom-content .row {
    display: grid;
  }
}

.more-link a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
}

.more-link a:hover {
  background-color: #61707e;
  color: #fff;
}

.more-link a:hover:after {

  margin-left: 15px;
}

.more-link {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 991.98px) {
  .more-link {
    margin-bottom: 20px;
  }
}

.ajax-progress-fullscreen {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 4px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ajax-progress-fullscreen:after {
  content: url("../img/ajax-loader.svg");
}

.link-full-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.toolbar-fixed .page-wrapp>.sticky-top,
.toolbar-fixed .page-wrapp .quicktabs-wrapper .page-wrapp>.quicktabs-tabs,
.page-wrapp .quicktabs-wrapper .toolbar-fixed .page-wrapp>.quicktabs-tabs {
  top: 39px;
}

.toolbar-fixed.toolbar-horizontal .page-wrapp>.sticky-top,
.toolbar-fixed.toolbar-horizontal .page-wrapp .quicktabs-wrapper .page-wrapp>.quicktabs-tabs,
.page-wrapp .quicktabs-wrapper .toolbar-fixed.toolbar-horizontal .page-wrapp>.quicktabs-tabs {
  top: 79px;
}

.input-group-subscribe {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 991.98px) {
  .input-group-subscribe .form-item-email-address {
    width: 100%;
  }
}

.input-group-subscribe input {
  border-color: #FF885F;
  border-radius: 26px 0 0 26px;
  color: white;
  min-height: 55px;
  padding-left: 26px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.67px;
}

.input-group-subscribe input.form-email {
  background: transparent;
  color: white;
}

.input-group-subscribe input::-webkit-input-placeholder {
  color: #fff;
}

.input-group-subscribe input::-moz-placeholder {
  color: #fff;
}

.input-group-subscribe input::-ms-input-placeholder {
  color: #fff;
}

.input-group-subscribe input::placeholder {
  color: #fff;
}

.input-group-subscribe .btn {
  line-height: 52px;
  font-size: 14px;
  padding: 0 30px;
  border-radius: 0 26px 26px 0;
}

@media (max-width: 991.98px) {
  .input-group-subscribe .btn {
    padding: 0 15px;
  }
}

.slick-wrapper {
  max-width: 1200px;
  padding-left: 10px;
  margin: 0 auto -20px auto;
}

.slick-wrapper .carousel-inner {
  padding-bottom: 20px;
}

.slick-wrapper .carousel-inner .carousel-item-next,
.slick-wrapper .carousel-inner .carousel-item-prev {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-wrapper .carousel-item {
  margin-right: 0px;
}

@media (min-width: 992px) {
  .slick-wrapper {
    padding-right: 10px;
    /* left or forward direction */
    /* right or prev direction */
  }

  .slick-wrapper .carousel-inner .active+.carousel-item,
  .slick-wrapper .carousel-inner .active+.carousel-item+.carousel-item,
  .slick-wrapper .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
    display: block;
  }

  .slick-wrapper .carousel-inner .active:not(.carousel-item-right):not(.carousel-item-left),
  .slick-wrapper .carousel-inner .active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
  .slick-wrapper .carousel-inner .active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item,
  .slick-wrapper .carousel-inner .active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .slick-wrapper .active.carousel-item-left+.carousel-item-next.carousel-item-left,
  .slick-wrapper .carousel-item-next.carousel-item-left+.carousel-item,
  .slick-wrapper .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
  .slick-wrapper .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  .slick-wrapper .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
  .slick-wrapper .carousel-item-prev.carousel-item-right+.carousel-item,
  .slick-wrapper .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
  .slick-wrapper .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slick-wrapper {
    padding-right: 10px;
    /* left or forward direction */
    /* right or prev direction */
  }

  .slick-wrapper .carousel-inner .active+.carousel-item,
  .slick-wrapper .carousel-inner .active+.carousel-item+.carousel-item {
    display: block;
  }

  .slick-wrapper .carousel-inner .active:not(.carousel-item-right):not(.carousel-item-left),
  .slick-wrapper .carousel-inner .active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
  .slick-wrapper .carousel-inner .active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .slick-wrapper .active.carousel-item-left+.carousel-item-next.carousel-item-left,
  .slick-wrapper .carousel-item-next.carousel-item-left+.carousel-item,
  .slick-wrapper .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  .slick-wrapper .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
  .slick-wrapper .carousel-item-prev.carousel-item-right+.carousel-item,
  .slick-wrapper .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

@media (max-width: 767.98px) {
  .slick-wrapper {
    /* left or forward direction */
    /* right or prev direction */
  }

  .slick-wrapper .carousel-inner .active+.carousel-item {
    display: block;
  }

  .slick-wrapper .carousel-inner .active:not(.carousel-item-right):not(.carousel-item-left),
  .slick-wrapper .carousel-inner .active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .slick-wrapper .active.carousel-item-left+.carousel-item-next.carousel-item-left,
  .slick-wrapper .carousel-item-next.carousel-item-left+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  .slick-wrapper .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
  .slick-wrapper .carousel-item-prev.carousel-item-right+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

@media (max-width: 991.98px) {
  .block-views-block-news-events-features-publications-country {
    overflow: hidden;
  }
}

.copyright {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.nextpre__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nextpre__btn:hover .nextpre--title {
  color: #000;
}

.nextpre__btn .nextpre--label {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}

.nextpre__btn .nextpre--title {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 18px;
}

@media (max-width: 991.98px) {
  .nextpre__btn .nextpre--title {
    display: none;
  }
}

.nextpre__btn:nth-of-type(1) {
  max-width: 375px;
  text-align: left;
}

.nextpre__btn:nth-of-type(1) .nextpre--label:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.475' height='16.829' viewBox='0 0 9.475 16.829'%3E%3Cg id='arrow-right' transform='translate(-0.145 0.238) rotate(90)'%3E%3Cpath id='Line-5' d='M11.171-.6V9.8' transform='translate(23.006 -9.529) rotate(135)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-5-2' data-name='Line-5' d='M4.5-.317v10.4' transform='translate(4.229 1.752) rotate(-135)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
  margin-left: -25px;
  position: absolute;
  bottom: 2px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nextpre__btn:nth-of-type(1):hover .nextpre--label:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.475' height='16.829' viewBox='0 0 9.475 16.829'%3E%3Cg id='arrow-right' transform='translate(-0.145 0.238) rotate(90)'%3E%3Cpath id='Line-5' d='M11.171-.6V9.8' transform='translate(23.006 -9.529) rotate(135)' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-5-2' data-name='Line-5' d='M4.5-.317v10.4' transform='translate(4.229 1.752) rotate(-135)' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}

.nextpre__btn:nth-of-type(2) {
  max-width: 375px;
  text-align: right;
}

.nextpre__btn:nth-of-type(2) .nextpre--label:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.475' height='16.829' viewBox='0 0 9.475 16.829'%3E%3Cg id='arrow-right' transform='translate(-0.145 0.238) rotate(90)'%3E%3Cpath id='Line-5' d='M11.171-.6V9.8' transform='translate(23.006 -9.529) rotate(135)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-5-2' data-name='Line-5' d='M4.5-.317v10.4' transform='translate(4.229 1.752) rotate(-135)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
  margin-left: 15px;
  position: absolute;
  bottom: -2px;
}

.nextpre__btn:nth-of-type(2):hover .nextpre--label:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.475' height='16.829' viewBox='0 0 9.475 16.829'%3E%3Cg id='arrow-right' transform='translate(-0.145 0.238) rotate(90)'%3E%3Cpath id='Line-5' d='M11.171-.6V9.8' transform='translate(23.006 -9.529) rotate(135)' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-5-2' data-name='Line-5' d='M4.5-.317v10.4' transform='translate(4.229 1.752) rotate(-135)' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}

.viewsreference--view-title {
  display: none;
}

.block-unwomen-local-tasks {
  background: #edf0f2;
}

.block-unwomen-local-tasks ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  overflow: auto;
  padding: 10px 15px;
}

select.bs-select-hidden,
.bootstrap-select>select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 100%;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select>.dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1px 15px 0;
  text-transform: inherit;
}

@media (max-width: 767.98px) {
  .bootstrap-select>.dropdown-toggle {
    padding: 0 15px 0;
  }
}

.bootstrap-select>.dropdown-toggle:after {
  margin-top: -1px;
}

@media (max-width: 767.98px) {
  .bootstrap-select>.dropdown-toggle:after {
    margin-top: 0;
  }
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
  color: #000;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select>select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select>select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select select:not(.show-tick)~.dropdown-menu .dropdown-item {
  margin-left: -0.5rem;
  padding-left: 20px;
}

.bootstrap-select select:not(.show-tick)~.dropdown-menu .dropdown-item.selected {
  background-color: rgba(255, 136, 95, 0.2);
}

.bootstrap-select select:not(.show-tick)~.dropdown-menu .dropdown-item .check-mark {
  display: none;
}

.fi-location .dropdown-menu li.disabled a.parent-option {
  cursor: inherit;
  -webkit-user-select: inherit;
  -moz-user-select: inherit;
  -ms-user-select: inherit;
  user-select: inherit;
  pointer-events: inherit;
}

.form-group .dropdown-toggle {
  border: 1.5px solid #FF885F;
  border-radius: 0;
  min-height: 40px;
}

.form-group .dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

:not(.input-group)>.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle {
  border: 1.5px solid #FF885F;
  border-radius: 0;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .btn-annex-dropdown .dropdown-toggle .filter-option-inner-inner,
.bootstrap-select .dropdown-toggle .btn-parent-theme-dropdown .dropdown-toggle .filter-option-inner-inner,
.bootstrap-select .dropdown-toggle .btn-theme-dropdown .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  max-width: 100%;
  min-width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu>.inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 130;
  padding: 0;
  margin-top: -2px;
  border-color: #FF885F;
}

.bootstrap-select .dropdown-menu .dropdown-header {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  color: #000;
}

.bootstrap-select .dropdown-menu .popover-header {
  border: none;
}

.bootstrap-select .dropdown-menu .inner {
  margin-left: 1px;
}

.bootstrap-select .dropdown-menu .show-more {
  position: absolute;
  top: 7px;
  left: -20px;
  width: 13px;
  height: 20px;
  z-index: 20000;
  cursor: pointer;
  color: #000;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 250px;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
  white-space: normal;
  padding: 0 .5rem;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  margin-left: 20px;
}

.bootstrap-select .dropdown-menu li a.opt:hover {
  background-color: rgba(255, 136, 95, 0.2);
}

.bootstrap-select .dropdown-menu li a.opt:hover:after {
  content: "";
  background-color: rgba(255, 136, 95, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}

.bootstrap-select .dropdown-menu li a.sublevel {
  margin-left: 48px;
  width: calc(100% - 25px);
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  position: relative;
}

.bootstrap-select .dropdown-menu li a span.check-mark:before {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 2px;
  left: -24px;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  background-color: transparent;
  border: #FF885F solid 1px;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
  font-size: 15px;
  white-space: normal;
  padding-left: 5px;
}

.bootstrap-select .dropdown-menu li a:focus,
.bootstrap-select .dropdown-menu li a.focus {
  outline: none;
}

.bootstrap-select .dropdown-menu li a:active,
.bootstrap-select .dropdown-menu li a.active {
  color: inherit;
  background-color: inherit;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .popover-header {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  background: #fff;
  padding: 15px 20px;
  text-align: right;
}

.bootstrap-select .portal-filter-item.fi-indicator ul.dropdown-menu li.disabled[class^="optgroup-"] {
  width: 100%;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
  width: auto;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark:after,
.bootstrap-select.show-tick .dropdown-menu .like-selected span.check-mark:after {
  position: absolute;
  top: 3px;
  left: -24px;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: no-repeat 50% / 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16px' height='12px' viewBox='0 0 16 12' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cdesc%3ECreated with Lunacy%3C/desc%3E%3Cpath d='M4.22345 12C3.72371 12.0012 3.24387 11.8023 2.88906 11.4467L0 8.52782L0.893784 7.63116L3.77655 10.5437C3.89474 10.6641 4.05562 10.7318 4.22345 10.7318C4.39127 10.7318 4.55215 10.6641 4.67034 10.5437L15.1062 0L16 0.896661L5.55783 11.4467C5.20302 11.8023 4.72318 12.0012 4.22345 12Z' id='Style' fill='%23FF885F' stroke='none' /%3E%3C/svg%3E");
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  white-space: normal;
}

.bootstrap-select.year-select .dropdown-menu.show {
  margin-top: -1px;
  margin-left: -5px;
}

.bootstrap-select.year-select .dropdown-menu.show[x-placement="top-start"] {
  top: 3px !important;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #FF885F;
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid #FF885F;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 6px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox {
  margin-bottom: 5px;
}

.bs-searchbox__close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
  height: 0;
  padding: 15px;
  line-height: 1;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.country--details .dropdown-menu.show .inner.show .dropdown-menu.inner.show .disabled a {
  background-color: rgba(255, 136, 95, 0.2);
  color: #000;
}

.country--details .dropdown-menu.show .inner.show .dropdown-menu.inner.show .selected a {
  background: none;
  color: #6c757d;
}

@media (max-width: 767.98px) {
  .country--select {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.country--select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 51px;
  background: #fff;
  z-index: 50;
  width: 100%;
  height: 80px;
}

ul.shs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

ul.shs li:not(:last-child):after {
  content: ', ';
  margin: 0;
}

.social-media-links--platforms.horizontal {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .social-media-links--platforms.horizontal li {
    padding: 0;
  }
}

.social-media-links--platforms.horizontal li a {
  color: #000;
  width: 26px;
  height: 26px;
  border: 1px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-media-links--platforms.horizontal li a:hover {
  color: #FF885F;
  border-color: #FF885F;
}

.social-media-links--platforms.horizontal .fa {
  font-size: 16px;
  padding-left: 2px;
}

footer .social-media-links--platforms.horizontal,
.block-subscribesocial .social-media-links--platforms.horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -20px -20px;
  max-width: 260px;
}

@media (min-width: 768px) {

  footer .social-media-links--platforms.horizontal,
  .block-subscribesocial .social-media-links--platforms.horizontal {
    max-width: 280px;
  }
}

footer .social-media-links--platforms.horizontal li,
.block-subscribesocial .social-media-links--platforms.horizontal li {
  padding: 0 0 20px 20px;
}

footer .social-media-links--platforms.horizontal a,
.block-subscribesocial .social-media-links--platforms.horizontal a {
  color: #fff;
  border: 1px solid #fff;
  width: 44px;
  line-height: 44px;
  height: 44px;
}

@media (max-width: 991.98px) {

  footer .social-media-links--platforms.horizontal a,
  .block-subscribesocial .social-media-links--platforms.horizontal a {
    width: 43px;
    line-height: 43px;
    height: 43px;
  }
}

footer .social-media-links--platforms.horizontal .fa,
footer .social-media-links--platforms.horizontal .fab,
.block-subscribesocial .social-media-links--platforms.horizontal .fa,
.block-subscribesocial .social-media-links--platforms.horizontal .fab {
  font-size: 1.625rem;
}

footer .social-media-links--platforms.horizontal .fa.fa-twitter,
footer .social-media-links--platforms.horizontal .fab.fa-twitter,
.block-subscribesocial .social-media-links--platforms.horizontal .fa.fa-twitter,
.block-subscribesocial .social-media-links--platforms.horizontal .fab.fa-twitter {
  font-size: 1.5rem;
}

footer .social-media-links--platforms.horizontal .fa:hover,
footer .social-media-links--platforms.horizontal .fab:hover,
.block-subscribesocial .social-media-links--platforms.horizontal .fa:hover,
.block-subscribesocial .social-media-links--platforms.horizontal .fab:hover {
  border-color: #fff;
}

.block-subscribesocial .social-media-links--platforms.horizontal a {
  color: #000;
  border: 1px solid #000;
}

@media (min-width: 992px) {
  .region-navigation .social-media-links--platforms.horizontal li:not(:first-child) {
    padding: 0 0 0 16px;
  }
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .pager {
    margin: 30px auto 70px;
  }
}

@media (max-width: 767.98px) {
  .pager {
    margin: 20px auto 60px;
  }
}

.pager ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin: 0;
}

@media (max-width: 767.98px) {
  .pager ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.pager ul li.pager__item {
  list-style: none;
  padding: 0px 8px;
  font-size: 1.125rem;
}

@media (max-width: 767.98px) {
  .pager ul li.pager__item {
    padding: 0px 7px;
    font-size: 1rem;
  }
}

.pager ul li.pager__item a {
  color: #9b9b9b;
}

.pager ul li.pager__item.is-active a,
.pager ul li.pager__item:hover a {
  color: #000;
  text-decoration: none;
}

.pager ul li.pager__item--first {
  display: none;
}

.pager ul li.pager__item--previous {
  margin-right: 60px;
}

@media (max-width: 767.98px) {
  .pager ul li.pager__item--previous {
    margin-right: 0;
    padding-left: 0;
  }
}

.pager ul li.pager__item--previous a {
  color: #000;
}

.pager ul li.pager__item--previous a:hover {
  color: #FF885F !important;
}

@media (max-width: 767.98px) {
  .pager ul li.pager__item--previous a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0px;
  }
}

.pager ul li.pager__item--previous a span::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 12px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .pager ul li.pager__item--previous a span::before {
    width: 11px;
    height: 11px;
  }
}

.pager ul li.pager__item--next {
  margin-left: 60px;
}

@media (max-width: 767.98px) {
  .pager ul li.pager__item--next {
    margin-left: 0;
    padding-right: 0;
  }
}

.pager ul li.pager__item--next a {
  color: #000;
}

.pager ul li.pager__item--next a:hover {
  color: #FF885F !important;
}

@media (max-width: 767.98px) {
  .pager ul li.pager__item--next a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0px;
  }
}

.pager ul li.pager__item--next a span::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 12px;
  border-right: 2px solid;
  border-top: 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
}

@media (max-width: 767.98px) {
  .pager ul li.pager__item--next a span::after {
    width: 11px;
    height: 11px;
  }
}

.pager ul li.pager__item--last {
  display: none;
}

.resset-filters-btn.btn-outline-light.btn {
  cursor: pointer;
  color: #6c757d;
  text-transform: capitalize;
}

.resset-filters-btn.btn-outline-light.btn:hover {
  color: #FF885F;
}

.resset-filters-btn.btn-outline-light.btn svg.d-none.mt-1 {
  margin-right: 7px !important;
}

@media (max-width: 1259.98px) {
  .resset-filters-btn.btn-outline-light.btn {
    text-transform: capitalize !important;
    line-height: 30px;
    padding: 0 15px;
    color: #6c757d !important;
  }
}

.compare-subfilter {
  padding-left: 25px;
}

.filters-compare {
  width: 100%;
}

.reset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: .5rem;
}

.reset-wrapper #edit-reset {
  border: none;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0;
  font-weight: normal;
  color: #9b9b9b;
  font-size: 14px;
}

.reset-wrapper #edit-reset:hover {
  text-decoration: underline;
}

.filter-form-item-compare {
  margin-bottom: 30px;
}

.filter-form-item-compare>div:not(:last-child):not(.custom-checkbox) {
  margin-bottom: 30px;
}

.filter-form-item-compare .compare-subfilter-set>.custom-radio label.custom-control-label {
  font-size: 18px;
}

.filter-form-item-compare .custom-checkbox label.custom-control-label {
  line-height: 1.2;
  letter-spacing: 1px;
}

.webform-submission-form {
  margin-bottom: 100px;
}

.webform-submission-form h2 {
  margin-top: 100px;
  margin-bottom: 40px;
}

.webform-submission-form input.form-control:not(.btn-primary),
.webform-submission-form textarea {
  border: 1px solid #FF885F;
  padding: 8px 20px;
}

.webform-submission-form input.form-control:not(.btn-primary) ::-webkit-input-placeholder,
.webform-submission-form textarea ::-webkit-input-placeholder {
  color: #000;
}

.webform-submission-form input.form-control:not(.btn-primary) ::-moz-placeholder,
.webform-submission-form textarea ::-moz-placeholder {
  color: #000;
}

.webform-submission-form input.form-control:not(.btn-primary) ::-ms-input-placeholder,
.webform-submission-form textarea ::-ms-input-placeholder {
  color: #000;
}

.webform-submission-form input.form-control:not(.btn-primary) ::placeholder,
.webform-submission-form textarea ::placeholder {
  color: #000;
}

.webform-submission-form textarea {
  width: 100%;
}

.webform-submission-form .form-text {
  margin-top: 0;
  margin-bottom: 20px;
}

.webform-submission-form .form-email {
  margin-top: 0;
  margin-bottom: 20px;
}

.webform-submission-form .form-actions {
  margin-top: 30px;
}

.webform-submission-form .form-actions .webform-button--submit {
  width: auto;
  line-height: 24px;
  font-size: 14px;
  padding: 0 30px;
  border-radius: 0 26px 26px 0;
  letter-spacing: 1px;
  font-weight: 700;
}

.webform-submission-form.webform-submission-subscribe-form-form {
  margin-bottom: 0;
}

.webform-submission-form.webform-submission-subscribe-form-form input.form-control:not(.btn-primary) {
  border-width: 1.5px;
  margin-bottom: 0;
}

.webform-submission-form.webform-submission-subscribe-form-form .form-actions {
  margin-top: 0;
  padding: 0;
  width: auto;
}

@media (max-width: 991.98px) {
  .webform-submission-form.webform-submission-subscribe-form-form .form-actions {
    margin: 0;
  }
}

.webform-submission-form.rtl {
  direction: rtl;
  text-align: right;
}

.webform-confirmation-modal {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 8px #484848;
  box-shadow: 2px 2px 8px #484848;
  padding: 0;
  max-width: 300px;
  max-height: 250px;
  min-height: 250px;
}

.webform-confirmation-modal .ui-dialog-titlebar {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 60px 40px 25px 40px;
}

.webform-confirmation-modal .ui-dialog-content {
  padding: 0;
  padding: 0 40px 60px 40px;
  font-size: 15px;
}

.webform-confirmation-modal .ui-dialog-titlebar-close {
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 0px;
  text-indent: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  outline: none;
}

.webform-confirmation-modal .ui-dialog-titlebar-close:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.061' height='20.061' viewBox='0 0 21.061 20.061'%3E%3Cpath d='M380,39l-9-9,9,9,9-9Zm0,0,10,10L380,39,370,49Z' transform='translate(-369.47 -29.47)' fill='none' stroke='%23000000' stroke-linecap='square' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.webform-confirmation-modal+.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.25);
}

.webform-submission-survey-covid-19-form {
  margin-top: 50px;
}

.webform-submission-survey-covid-19-form h1 {
  font-size: 40px;
  margin-bottom: 30px;
}

.webform-submission-survey-covid-19-form legend {
  font-size: 18px;
}

.webform-submission-survey-covid-19-form legend span {
  font-weight: bold;
}

.webform-submission-survey-covid-19-form .form-select {
  width: auto !important;
  min-width: 250px;
}

.webform-submission-survey-covid-19-form .form-item-age label {
  font-weight: bold;
}

.webform-submission-survey-covid-19-form .fieldgroup {
  margin-bottom: 15px;
}

.webform-submission-survey-covid-19-form #edit-q0~.form-actions .pager__next:after {
  display: none;
}

.webform-submission-survey-covid-19-form .form-control {
  width: auto;
}

.webform-submission-survey-covid-19-form .pager__start .form-control,
.webform-submission-survey-covid-19-form .pager__end .form-control {
  width: auto;
  background-color: #FF885F !important;
  border-color: #FF885F;
  color: #fff !important;
  height: auto;
  width: auto;
  border-radius: 22px;
  padding: 10px 36px !important;
  line-height: 1 !important;
  font-size: 16px;
}

.webform-submission-survey-covid-19-form .pager__start .form-control:hover,
.webform-submission-survey-covid-19-form .pager__end .form-control:hover {
  background-color: #ff6c39 !important;
}

.webform-submission-survey-covid-19-form .form-actions .pager__previous,
.webform-submission-survey-covid-19-form .form-actions .pager__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 16px;
}

.webform-submission-survey-covid-19-form .form-actions .pager__previous:hover:before,
.webform-submission-survey-covid-19-form .form-actions .pager__previous:hover:after,
.webform-submission-survey-covid-19-form .form-actions .pager__next:hover:before,
.webform-submission-survey-covid-19-form .form-actions .pager__next:hover:after {
  color: #FF885F;
}

.webform-submission-survey-covid-19-form .form-actions .pager__previous .form-control,
.webform-submission-survey-covid-19-form .form-actions .pager__next .form-control {
  background: none;
  border: 0;
  color: #000;
  font-size: 16px;
}

.webform-submission-survey-covid-19-form .form-actions .pager__previous .form-control:hover,
.webform-submission-survey-covid-19-form .form-actions .pager__next .form-control:hover {
  color: #FF885F;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.webform-submission-survey-covid-19-form .form-actions .pager__previous .form-control {
  padding-left: 0;
}

.webform-submission-survey-covid-19-form .form-actions .pager__previous:before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  border-top: 2px solid;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-right: 10px;
}

.webform-submission-survey-covid-19-form .form-actions .pager__next .form-control {
  padding-right: 0;
}

.webform-submission-survey-covid-19-form .form-actions .pager__next:after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  border-top: 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
}

.webform-submission-survey-covid-19-form .webform-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.webform-submission-survey-covid-19-form .form-item .option {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}

.webform-submission-survey-covid-19-form .js-form-type-radio .option:before {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  background-color: transparent;
  border: #FF885F solid 1.5px;
  border-radius: 50%;
  margin-left: -30px;
}

.webform-submission-survey-covid-19-form .js-form-type-radio .form-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: auto;
}

.webform-submission-survey-covid-19-form .js-form-type-radio .form-radio:checked~.option:after {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #FF885F;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  border-radius: 50%;
  top: 0;
  margin-left: -30px;
}

.webform-submission-survey-covid-19-form .js-form-type-checkbox .option:before {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  border: #FF885F solid 1.5px;
  border-radius: 10%;
  margin-left: -30px;
}

.webform-submission-survey-covid-19-form .js-form-type-checkbox .form-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: auto;
}

.webform-submission-survey-covid-19-form .js-form-type-checkbox .form-checkbox:checked~.option:after {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16px' height='12px' viewBox='0 0 16 12' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cdesc%3ECreated with Lunacy%3C/desc%3E%3Cpath d='M4.22345 12C3.72371 12.0012 3.24387 11.8023 2.88906 11.4467L0 8.52782L0.893784 7.63116L3.77655 10.5437C3.89474 10.6641 4.05562 10.7318 4.22345 10.7318C4.39127 10.7318 4.55215 10.6641 4.67034 10.5437L15.1062 0L16 0.896661L5.55783 11.4467C5.20302 11.8023 4.72318 12.0012 4.22345 12Z' id='Style' fill='%23FF885F' stroke='none' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
  border-radius: 50%;
  top: 0;
  margin-left: -30px;
}

.webform-submission-survey-covid-19-form .js-webform-states-hidden {
  margin-bottom: 10px;
  font-size: 16px;
}

.webform-submission-survey-covid-19-form .form-item-nationality {
  margin-bottom: 15px;
}

.webform-submission-survey-covid-19-form .bs-searchbox .form-control {
  width: 100%;
  padding: 12px 20px !important;
  font-size: 16px;
}

.webform-submission-survey-covid-19-form.rtl .form-item .option {
  padding-left: 0;
  padding-right: 30px;
}

.webform-submission-survey-covid-19-form.rtl .js-form-type-radio .option:before {
  content: "";
  margin-left: 0;
  margin-right: -30px;
}

.webform-submission-survey-covid-19-form.rtl .js-form-type-radio .form-radio:checked~.option:after {
  content: "";
  margin-left: 0;
  margin-right: -20px;
}

.webform-submission-survey-covid-19-form.rtl .form-actions .pager__previous .form-control {
  padding-right: 0;
}

.webform-submission-survey-covid-19-form.rtl .form-actions .pager__previous:before {
  content: "";
  margin-left: 10px;
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.webform-submission-survey-covid-19-form.rtl .form-actions .pager__next {
  margin-right: 20px;
}

.webform-submission-survey-covid-19-form.rtl .form-actions .pager__next .form-control {
  padding-left: 0;
}

.webform-submission-survey-covid-19-form.rtl .form-actions .pager__next:after {
  content: "";
  margin-right: 10px;
  -webkit-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  transform: rotate(220deg);
}

.webform-submission-survey-covid-19-form.rtl .js-form-type-checkbox .option:before {
  content: "";
  margin-left: 0;
  margin-right: -30px;
}

.webform-submission-survey-covid-19-form.rtl .js-form-type-checkbox .form-checkbox:checked~.option:after {
  content: "";
  margin-left: 0;
  margin-right: -30px;
}

.webform-submission-survey-covid-19-form.rtl .form-control[value="Send"] {
  margin-right: 20px;
}

.big-data-import-form .import-files-btn [type="file"] {
  height: auto;
  width: auto;
  padding: 10px 35px 10px 0px !important;
  line-height: 1 !important;
  font-size: 16px;
  border: none;
}

.big-data-import-form .form-control[name="import_into_solr"] {
  background-color: #FF885F !important;
  border-color: #FF885F;
  color: #fff !important;
  height: auto;
  width: auto;
  border-radius: 22px;
  padding: 10px 36px !important;
  line-height: 1 !important;
  font-size: 16px;
}

.big-data-import-form .form-control[name="import_into_solr"]:hover {
  background-color: #ff6c39 !important;
}

select[name="region_filter"]~.dropdown-menu.show li:nth-child(3) a:after,
select[name="region_filter"]~.dropdown-menu.show li:nth-child(6) a:after {
  content: '';
  position: absolute;
  height: 1px;
  width: calc(100% - 25px);
  background: #ced4da;
  left: 25px;
  bottom: -1px;
}

.container-publication {
  padding: 0;
}

.btn {
  text-transform: uppercase;
}

.btn:hover {
  cursor: pointer;
}

.btn-link {
  text-transform: capitalize !important;
  text-decoration: none !important;
  padding: 0;
}

.btn-primary {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0 30px;
  line-height: 43px;
}

.btn-primary:hover {
  -webkit-box-shadow: 1px 2px 4px rgba(72, 72, 72, 0.4);
  box-shadow: 1px 2px 4px rgba(72, 72, 72, 0.4);
}

@media (min-width: 768px) {
  .btn-primary {
    padding: 0 25px;
  }
}

.btn-outline-primary {
  padding: 0 20px;
  font-size: 14px;
}

.btn-outline-primary:not(.disabled).active,
.btn-outline-primary:not(.disabled):hover {
  color: #fff !important;
}

.btn-outline-primary.disabled {
  border-color: #cecece;
  color: #cecece;
  opacity: 1;
}

.btn-outline-light {
  color: #000;
}

.btn-outline-light:hover {
  color: #FF885F;
  background: #fff;
}

.btn-icons svg {
  margin-top: 0px;
}

@media (max-width: 1259.98px) {
  .btn-icons svg {
    margin-top: 0;
    height: 16px;
  }
}

.btn-icons svg path {
  -webkit-transition: fill 0.15s ease-in-out;
  -o-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}

.btn-icons:hover path {
  fill: #FF885F;
}

.filter-option-remove,
.btn-close {
  width: 10px;
  height: 10px;
  opacity: 0.3;
}

.filter-option-remove:hover,
.btn-close:hover {
  opacity: 1;
  cursor: pointer;
}

.filter-option-remove:before,
.filter-option-remove:after,
.btn-close:before,
.btn-close:after {
  content: ' ';
  position: absolute;
  left: 0;
  height: 10px;
  width: 2px;
  background-color: #495057;
}

.filter-option-remove:before,
.btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter-option-remove:after,
.btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-tooltip-modal,
.btn-tooltip {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='14px' viewBox='0 0 14 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EStyle%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='SDG-Indicator-Dashboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='BETA-Map-click' transform='translate(-442.000000, -465.000000)' fill='%23252C32'%3E%3Cpath d='M449,465 C450.856515,465 452.636993,465.737498 453.949747,467.050253 C455.262502,468.363007 456,470.143485 456,472 C456,475.865993 452.865993,479 449,479 C445.134007,479 442,475.865993 442,472 C442,468.134007 445.134007,465 449,465 Z M449,478 C450.591299,478 452.117422,477.367859 453.242641,476.242641 C454.367859,475.117422 455,473.591299 455,472 C455,468.686292 452.313708,466 449,466 C445.686292,466 443,468.686292 443,472 C443,475.313708 445.686292,478 449,478 Z M447.5,472 L447.5,471 L449.5,471 L449.5,476 L448.5,476 L448.5,472 L447.5,472 Z M449,470 C448.447715,470 448,469.552285 448,469 C448,468.447715 448.447715,468 449,468 C449.552285,468 450,468.447715 450,469 C450,469.552285 449.552285,470 449,470 Z' id='Style'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  outline: none;
  border: 0;
  background-color: transparent;
}

.btn-tooltip-modal:active,
.btn-tooltip-modal:focus,
.btn-tooltip:active,
.btn-tooltip:focus {
  outline: none;
}

.navigation--list {
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  left: auto;
  right: 0;
}

@media (max-width: 991.98px) {
  .navigation--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 12px;
    border: 1px solid #d8d8d8;
    border-width: 1px 0;
    max-width: 230px;
    margin: 0 auto;
    padding-bottom: 15px;
  }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
  .navigation--list {
    max-width: unset;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991.98px) {
  .navigation--list .list-inline-item {
    margin: 0;
  }
}

.navigation--list a {
  color: #000;
  font-weight: 400;
  display: block;
}

.navigation--list li.is-active>a {
  color: #0397D6;
}

.navigation--list .mlevel-0 {
  position: relative;
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .navigation--list .mlevel-0.dropdown>a {
    font-size: 15px;
  }

  .navigation--list .mlevel-0.dropdown>a:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 8px;
    right: 2px;
    border-top: 2px solid #FF885F;
    border-right: 2px solid #FF885F;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: -webkit-transform .24s ease-in-out;
    transition: -webkit-transform .24s ease-in-out;
    -o-transition: transform .24s ease-in-out;
    transition: transform .24s ease-in-out;
    transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out;
  }
}

.navigation--list .mlevel-0.show-sub-menu a:after {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 991.98px) {
  .navigation--list .mlevel-0.show-sub-menu a:after {
    -webkit-transform: translateY(12px) rotate(-45deg);
    -ms-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
}

.navigation--list .mlevel-0>a {
  line-height: 15px;
  padding-right: 17px;
  padding-left: 17px;
}

@media (max-width: 991.98px) {
  .navigation--list .mlevel-0>a {
    padding-left: 0;
    line-height: 1.5;
    font-size: 1.5rem;
  }
}

.navigation--list .mlevel-0>a.is-active {
  color: #0397D6;
}

@media (min-width: 992px) {
  .navigation--list .mlevel-0>a:hover {
    color: #0397D6;
  }
}

.navigation--list .mlevel-0>a:active {
  color: #000;
}

@media (min-width: 992px) {
  .navigation--list .mlevel-0>a.btn-data {
    padding: 10px 36px 10px 25px;
    border-radius: 22px;
    line-height: 17px;
    display: inline-block;
    color: #fff;
    background: #FF885F;
    text-decoration: none;
    margin: 0;
    margin-left: 12px;
  }
}

@media (min-width: 992px) {
  .navigation--list .mlevel-0>a.btn-data:after {
    content: '';
    display: inline;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='8px' viewBox='0 0 14 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EGroup 9%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Updated-Navigation-2020' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='homepage-button' transform='translate(-1071.000000, -38.000000)'%3E%3Cg id='Group-7' transform='translate(551.000000, 25.000000)'%3E%3Cg id='Group-11' transform='translate(448.000000, 0.000000)'%3E%3Cg id='Group-10' fill='%23FF885F'%3E%3Crect id='Rectangle' x='0' y='0' width='100' height='35' rx='17.5'%3E%3C/rect%3E%3C/g%3E%3Cg id='Group-9' transform='translate(79.000000, 17.000000) scale(1, -1) rotate(135.000000) translate(-79.000000, -17.000000) translate(73.000000, 11.000000)' stroke='%23FFFFFF' stroke-linecap='round' stroke-width='1.5'%3E%3Cline x1='6.80771645' y1='6.95771645' x2='1.29228355' y2='1.44228355' id='Line-5' transform='translate(4.050000, 4.200000) rotate(-135.000000) translate(-4.050000, -4.200000) '%3E%3C/line%3E%3Cline x1='5.19228355' y1='10.8577164' x2='10.7077164' y2='5.34228355' id='Line-5' transform='translate(7.950000, 8.100000) rotate(-135.000000) translate(-7.950000, -8.100000) '%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    right: 13px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
}

@media (max-width: 991.98px) {
  .navigation--list .mlevel-0>a.btn-data {
    margin-left: 0;
    font-weight: 600;
  }
}

@media (min-width: 992px) {
  .navigation--list .mlevel-0>a.btn-data.btn-data~.dropdown-menu {
    margin-top: 20px;
    right: -12px;
  }
}

.navigation--list .mlevel-0 .dropdown-menu {
  margin-top: 31px;
  text-transform: none;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 150;
}

@media (min-width: 992px) {
  .navigation--list .mlevel-0 .dropdown-menu {
    min-width: 300px;
  }
}

@media (max-width: 991.98px) {
  .navigation--list .mlevel-0 .dropdown-menu {
    display: none !important;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    position: relative;
    padding-bottom: 10px;
  }
}

.navigation--list .mlevel-0 .dropdown-menu>.list-inline-item {
  width: 100%;
}

.navigation--list .mlevel-0 .dropdown-menu>.list-inline-item>a {
  padding: 6px 30px;
  font-size: 1rem;
  display: block;
}

@media (max-width: 991.98px) {
  .navigation--list .mlevel-0 .dropdown-menu>.list-inline-item>a {
    padding: 8px 0;
    line-height: 22px;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 1259.98px) {
  .navigation--list .mlevel-0 .dropdown-menu::before {
    display: none;
  }
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-1::before {
  content: "";
  width: 11px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-2::before {
  content: "";
  width: 12px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-3::before {
  content: "";
  width: 13px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-4::before {
  content: "";
  width: 14px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-5::before {
  content: "";
  width: 15px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-6::before {
  content: "";
  width: 16px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-7::before {
  content: "";
  width: 17px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-8::before {
  content: "";
  width: 18px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-9::before {
  content: "";
  width: 19px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-10::before {
  content: "";
  width: 20px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-11::before {
  content: "";
  width: 21px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-12::before {
  content: "";
  width: 22px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-13::before {
  content: "";
  width: 23px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-14::before {
  content: "";
  width: 24px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-15::before {
  content: "";
  width: 25px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-16::before {
  content: "";
  width: 26px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-17::before {
  content: "";
  width: 27px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-18::before {
  content: "";
  width: 28px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-19::before {
  content: "";
  width: 29px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-20::before {
  content: "";
  width: 30px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-21::before {
  content: "";
  width: 31px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-22::before {
  content: "";
  width: 32px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-23::before {
  content: "";
  width: 33px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-24::before {
  content: "";
  width: 34px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-25::before {
  content: "";
  width: 35px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-26::before {
  content: "";
  width: 36px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-27::before {
  content: "";
  width: 37px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-28::before {
  content: "";
  width: 38px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-29::before {
  content: "";
  width: 39px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-30::before {
  content: "";
  width: 40px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-31::before {
  content: "";
  width: 41px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-32::before {
  content: "";
  width: 42px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-33::before {
  content: "";
  width: 43px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-34::before {
  content: "";
  width: 44px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-35::before {
  content: "";
  width: 45px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-36::before {
  content: "";
  width: 46px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-37::before {
  content: "";
  width: 47px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-38::before {
  content: "";
  width: 48px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-39::before {
  content: "";
  width: 49px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-40::before {
  content: "";
  width: 50px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-41::before {
  content: "";
  width: 51px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-42::before {
  content: "";
  width: 52px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-43::before {
  content: "";
  width: 53px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-44::before {
  content: "";
  width: 54px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-45::before {
  content: "";
  width: 55px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-46::before {
  content: "";
  width: 56px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-47::before {
  content: "";
  width: 57px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-48::before {
  content: "";
  width: 58px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-49::before {
  content: "";
  width: 59px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-50::before {
  content: "";
  width: 60px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-51::before {
  content: "";
  width: 61px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-52::before {
  content: "";
  width: 62px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-53::before {
  content: "";
  width: 63px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-54::before {
  content: "";
  width: 64px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-55::before {
  content: "";
  width: 65px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-56::before {
  content: "";
  width: 66px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-57::before {
  content: "";
  width: 67px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-58::before {
  content: "";
  width: 68px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-59::before {
  content: "";
  width: 69px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-60::before {
  content: "";
  width: 70px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-61::before {
  content: "";
  width: 71px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-62::before {
  content: "";
  width: 72px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-63::before {
  content: "";
  width: 73px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-64::before {
  content: "";
  width: 74px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-65::before {
  content: "";
  width: 75px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-66::before {
  content: "";
  width: 76px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-67::before {
  content: "";
  width: 77px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-68::before {
  content: "";
  width: 78px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-69::before {
  content: "";
  width: 79px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-70::before {
  content: "";
  width: 80px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-71::before {
  content: "";
  width: 81px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-72::before {
  content: "";
  width: 82px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-73::before {
  content: "";
  width: 83px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-74::before {
  content: "";
  width: 84px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-75::before {
  content: "";
  width: 85px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-76::before {
  content: "";
  width: 86px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-77::before {
  content: "";
  width: 87px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-78::before {
  content: "";
  width: 88px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-79::before {
  content: "";
  width: 89px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-80::before {
  content: "";
  width: 90px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-81::before {
  content: "";
  width: 91px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-82::before {
  content: "";
  width: 92px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-83::before {
  content: "";
  width: 93px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-84::before {
  content: "";
  width: 94px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-85::before {
  content: "";
  width: 95px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-86::before {
  content: "";
  width: 96px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-87::before {
  content: "";
  width: 97px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-88::before {
  content: "";
  width: 98px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-89::before {
  content: "";
  width: 99px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-90::before {
  content: "";
  width: 100px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-91::before {
  content: "";
  width: 101px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-92::before {
  content: "";
  width: 102px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-93::before {
  content: "";
  width: 103px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-94::before {
  content: "";
  width: 104px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-95::before {
  content: "";
  width: 105px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-96::before {
  content: "";
  width: 106px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-97::before {
  content: "";
  width: 107px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-98::before {
  content: "";
  width: 108px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-99::before {
  content: "";
  width: 109px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-100::before {
  content: "";
  width: 110px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-101::before {
  content: "";
  width: 111px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-102::before {
  content: "";
  width: 112px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-103::before {
  content: "";
  width: 113px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-104::before {
  content: "";
  width: 114px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-105::before {
  content: "";
  width: 115px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-106::before {
  content: "";
  width: 116px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-107::before {
  content: "";
  width: 117px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-108::before {
  content: "";
  width: 118px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-109::before {
  content: "";
  width: 119px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-110::before {
  content: "";
  width: 120px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-111::before {
  content: "";
  width: 121px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-112::before {
  content: "";
  width: 122px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-113::before {
  content: "";
  width: 123px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-114::before {
  content: "";
  width: 124px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-115::before {
  content: "";
  width: 125px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-116::before {
  content: "";
  width: 126px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-117::before {
  content: "";
  width: 127px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-118::before {
  content: "";
  width: 128px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-119::before {
  content: "";
  width: 129px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-120::before {
  content: "";
  width: 130px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-121::before {
  content: "";
  width: 131px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-122::before {
  content: "";
  width: 132px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-123::before {
  content: "";
  width: 133px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-124::before {
  content: "";
  width: 134px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-125::before {
  content: "";
  width: 135px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-126::before {
  content: "";
  width: 136px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-127::before {
  content: "";
  width: 137px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-128::before {
  content: "";
  width: 138px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-129::before {
  content: "";
  width: 139px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-130::before {
  content: "";
  width: 140px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-131::before {
  content: "";
  width: 141px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-132::before {
  content: "";
  width: 142px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-133::before {
  content: "";
  width: 143px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-134::before {
  content: "";
  width: 144px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-135::before {
  content: "";
  width: 145px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-136::before {
  content: "";
  width: 146px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-137::before {
  content: "";
  width: 147px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-138::before {
  content: "";
  width: 148px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-139::before {
  content: "";
  width: 149px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-140::before {
  content: "";
  width: 150px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-141::before {
  content: "";
  width: 151px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-142::before {
  content: "";
  width: 152px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-143::before {
  content: "";
  width: 153px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-144::before {
  content: "";
  width: 154px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-145::before {
  content: "";
  width: 155px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-146::before {
  content: "";
  width: 156px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-147::before {
  content: "";
  width: 157px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-148::before {
  content: "";
  width: 158px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-149::before {
  content: "";
  width: 159px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-150::before {
  content: "";
  width: 160px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-151::before {
  content: "";
  width: 161px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-152::before {
  content: "";
  width: 162px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-153::before {
  content: "";
  width: 163px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-154::before {
  content: "";
  width: 164px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-155::before {
  content: "";
  width: 165px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-156::before {
  content: "";
  width: 166px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-157::before {
  content: "";
  width: 167px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-158::before {
  content: "";
  width: 168px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-159::before {
  content: "";
  width: 169px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-160::before {
  content: "";
  width: 170px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-161::before {
  content: "";
  width: 171px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-162::before {
  content: "";
  width: 172px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-163::before {
  content: "";
  width: 173px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-164::before {
  content: "";
  width: 174px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-165::before {
  content: "";
  width: 175px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-166::before {
  content: "";
  width: 176px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-167::before {
  content: "";
  width: 177px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-168::before {
  content: "";
  width: 178px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-169::before {
  content: "";
  width: 179px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-170::before {
  content: "";
  width: 180px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-171::before {
  content: "";
  width: 181px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-172::before {
  content: "";
  width: 182px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-173::before {
  content: "";
  width: 183px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-174::before {
  content: "";
  width: 184px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-175::before {
  content: "";
  width: 185px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-176::before {
  content: "";
  width: 186px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-177::before {
  content: "";
  width: 187px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-178::before {
  content: "";
  width: 188px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-179::before {
  content: "";
  width: 189px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-180::before {
  content: "";
  width: 190px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-181::before {
  content: "";
  width: 191px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-182::before {
  content: "";
  width: 192px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-183::before {
  content: "";
  width: 193px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-184::before {
  content: "";
  width: 194px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-185::before {
  content: "";
  width: 195px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-186::before {
  content: "";
  width: 196px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-187::before {
  content: "";
  width: 197px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-188::before {
  content: "";
  width: 198px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-189::before {
  content: "";
  width: 199px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-190::before {
  content: "";
  width: 200px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-191::before {
  content: "";
  width: 201px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-192::before {
  content: "";
  width: 202px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-193::before {
  content: "";
  width: 203px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-194::before {
  content: "";
  width: 204px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-195::before {
  content: "";
  width: 205px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-196::before {
  content: "";
  width: 206px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-197::before {
  content: "";
  width: 207px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-198::before {
  content: "";
  width: 208px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-199::before {
  content: "";
  width: 209px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-200::before {
  content: "";
  width: 210px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-201::before {
  content: "";
  width: 211px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-202::before {
  content: "";
  width: 212px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-203::before {
  content: "";
  width: 213px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-204::before {
  content: "";
  width: 214px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-205::before {
  content: "";
  width: 215px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-206::before {
  content: "";
  width: 216px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-207::before {
  content: "";
  width: 217px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-208::before {
  content: "";
  width: 218px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-209::before {
  content: "";
  width: 219px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-210::before {
  content: "";
  width: 220px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-211::before {
  content: "";
  width: 221px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-212::before {
  content: "";
  width: 222px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-213::before {
  content: "";
  width: 223px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-214::before {
  content: "";
  width: 224px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-215::before {
  content: "";
  width: 225px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-216::before {
  content: "";
  width: 226px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-217::before {
  content: "";
  width: 227px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-218::before {
  content: "";
  width: 228px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-219::before {
  content: "";
  width: 229px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-220::before {
  content: "";
  width: 230px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-221::before {
  content: "";
  width: 231px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-222::before {
  content: "";
  width: 232px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-223::before {
  content: "";
  width: 233px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-224::before {
  content: "";
  width: 234px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-225::before {
  content: "";
  width: 235px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-226::before {
  content: "";
  width: 236px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-227::before {
  content: "";
  width: 237px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-228::before {
  content: "";
  width: 238px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-229::before {
  content: "";
  width: 239px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-230::before {
  content: "";
  width: 240px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-231::before {
  content: "";
  width: 241px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-232::before {
  content: "";
  width: 242px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-233::before {
  content: "";
  width: 243px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-234::before {
  content: "";
  width: 244px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-235::before {
  content: "";
  width: 245px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-236::before {
  content: "";
  width: 246px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-237::before {
  content: "";
  width: 247px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-238::before {
  content: "";
  width: 248px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-239::before {
  content: "";
  width: 249px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-240::before {
  content: "";
  width: 250px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-241::before {
  content: "";
  width: 251px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-242::before {
  content: "";
  width: 252px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-243::before {
  content: "";
  width: 253px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-244::before {
  content: "";
  width: 254px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-245::before {
  content: "";
  width: 255px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-246::before {
  content: "";
  width: 256px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-247::before {
  content: "";
  width: 257px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-248::before {
  content: "";
  width: 258px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-249::before {
  content: "";
  width: 259px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-250::before {
  content: "";
  width: 260px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-251::before {
  content: "";
  width: 261px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-252::before {
  content: "";
  width: 262px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-253::before {
  content: "";
  width: 263px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-254::before {
  content: "";
  width: 264px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-255::before {
  content: "";
  width: 265px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-256::before {
  content: "";
  width: 266px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-257::before {
  content: "";
  width: 267px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-258::before {
  content: "";
  width: 268px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-259::before {
  content: "";
  width: 269px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-260::before {
  content: "";
  width: 270px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-261::before {
  content: "";
  width: 271px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-262::before {
  content: "";
  width: 272px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-263::before {
  content: "";
  width: 273px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-264::before {
  content: "";
  width: 274px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-265::before {
  content: "";
  width: 275px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-266::before {
  content: "";
  width: 276px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-267::before {
  content: "";
  width: 277px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-268::before {
  content: "";
  width: 278px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-269::before {
  content: "";
  width: 279px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-270::before {
  content: "";
  width: 280px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-271::before {
  content: "";
  width: 281px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-272::before {
  content: "";
  width: 282px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-273::before {
  content: "";
  width: 283px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-274::before {
  content: "";
  width: 284px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-275::before {
  content: "";
  width: 285px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-276::before {
  content: "";
  width: 286px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-277::before {
  content: "";
  width: 287px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-278::before {
  content: "";
  width: 288px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-279::before {
  content: "";
  width: 289px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-280::before {
  content: "";
  width: 290px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-281::before {
  content: "";
  width: 291px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-282::before {
  content: "";
  width: 292px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-283::before {
  content: "";
  width: 293px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-284::before {
  content: "";
  width: 294px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-285::before {
  content: "";
  width: 295px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-286::before {
  content: "";
  width: 296px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-287::before {
  content: "";
  width: 297px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-288::before {
  content: "";
  width: 298px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-289::before {
  content: "";
  width: 299px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-290::before {
  content: "";
  width: 300px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-291::before {
  content: "";
  width: 301px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-292::before {
  content: "";
  width: 302px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-293::before {
  content: "";
  width: 303px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-294::before {
  content: "";
  width: 304px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-295::before {
  content: "";
  width: 305px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-296::before {
  content: "";
  width: 306px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-297::before {
  content: "";
  width: 307px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-298::before {
  content: "";
  width: 308px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-299::before {
  content: "";
  width: 309px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-300::before {
  content: "";
  width: 310px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-301::before {
  content: "";
  width: 311px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-302::before {
  content: "";
  width: 312px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-303::before {
  content: "";
  width: 313px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-304::before {
  content: "";
  width: 314px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-305::before {
  content: "";
  width: 315px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-306::before {
  content: "";
  width: 316px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-307::before {
  content: "";
  width: 317px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-308::before {
  content: "";
  width: 318px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-309::before {
  content: "";
  width: 319px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-310::before {
  content: "";
  width: 320px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-311::before {
  content: "";
  width: 321px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-312::before {
  content: "";
  width: 322px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-313::before {
  content: "";
  width: 323px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-314::before {
  content: "";
  width: 324px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-315::before {
  content: "";
  width: 325px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-316::before {
  content: "";
  width: 326px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-317::before {
  content: "";
  width: 327px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-318::before {
  content: "";
  width: 328px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-319::before {
  content: "";
  width: 329px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-320::before {
  content: "";
  width: 330px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-321::before {
  content: "";
  width: 331px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-322::before {
  content: "";
  width: 332px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-323::before {
  content: "";
  width: 333px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-324::before {
  content: "";
  width: 334px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-325::before {
  content: "";
  width: 335px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-326::before {
  content: "";
  width: 336px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-327::before {
  content: "";
  width: 337px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-328::before {
  content: "";
  width: 338px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-329::before {
  content: "";
  width: 339px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-330::before {
  content: "";
  width: 340px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-331::before {
  content: "";
  width: 341px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-332::before {
  content: "";
  width: 342px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-333::before {
  content: "";
  width: 343px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-334::before {
  content: "";
  width: 344px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-335::before {
  content: "";
  width: 345px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-336::before {
  content: "";
  width: 346px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-337::before {
  content: "";
  width: 347px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-338::before {
  content: "";
  width: 348px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-339::before {
  content: "";
  width: 349px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-340::before {
  content: "";
  width: 350px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-341::before {
  content: "";
  width: 351px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-342::before {
  content: "";
  width: 352px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-343::before {
  content: "";
  width: 353px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-344::before {
  content: "";
  width: 354px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-345::before {
  content: "";
  width: 355px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-346::before {
  content: "";
  width: 356px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-347::before {
  content: "";
  width: 357px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-348::before {
  content: "";
  width: 358px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-349::before {
  content: "";
  width: 359px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-350::before {
  content: "";
  width: 360px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-351::before {
  content: "";
  width: 361px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-352::before {
  content: "";
  width: 362px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-353::before {
  content: "";
  width: 363px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-354::before {
  content: "";
  width: 364px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-355::before {
  content: "";
  width: 365px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-356::before {
  content: "";
  width: 366px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-357::before {
  content: "";
  width: 367px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-358::before {
  content: "";
  width: 368px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-359::before {
  content: "";
  width: 369px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-360::before {
  content: "";
  width: 370px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-361::before {
  content: "";
  width: 371px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-362::before {
  content: "";
  width: 372px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-363::before {
  content: "";
  width: 373px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-364::before {
  content: "";
  width: 374px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-365::before {
  content: "";
  width: 375px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-366::before {
  content: "";
  width: 376px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-367::before {
  content: "";
  width: 377px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-368::before {
  content: "";
  width: 378px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-369::before {
  content: "";
  width: 379px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-370::before {
  content: "";
  width: 380px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-371::before {
  content: "";
  width: 381px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-372::before {
  content: "";
  width: 382px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-373::before {
  content: "";
  width: 383px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-374::before {
  content: "";
  width: 384px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-375::before {
  content: "";
  width: 385px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-376::before {
  content: "";
  width: 386px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-377::before {
  content: "";
  width: 387px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-378::before {
  content: "";
  width: 388px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-379::before {
  content: "";
  width: 389px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-380::before {
  content: "";
  width: 390px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-381::before {
  content: "";
  width: 391px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-382::before {
  content: "";
  width: 392px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-383::before {
  content: "";
  width: 393px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-384::before {
  content: "";
  width: 394px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-385::before {
  content: "";
  width: 395px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-386::before {
  content: "";
  width: 396px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-387::before {
  content: "";
  width: 397px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-388::before {
  content: "";
  width: 398px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-389::before {
  content: "";
  width: 399px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-390::before {
  content: "";
  width: 400px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-391::before {
  content: "";
  width: 401px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-392::before {
  content: "";
  width: 402px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-393::before {
  content: "";
  width: 403px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-394::before {
  content: "";
  width: 404px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-395::before {
  content: "";
  width: 405px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-396::before {
  content: "";
  width: 406px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-397::before {
  content: "";
  width: 407px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-398::before {
  content: "";
  width: 408px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-399::before {
  content: "";
  width: 409px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-400::before {
  content: "";
  width: 410px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-401::before {
  content: "";
  width: 411px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-402::before {
  content: "";
  width: 412px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-403::before {
  content: "";
  width: 413px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-404::before {
  content: "";
  width: 414px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-405::before {
  content: "";
  width: 415px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-406::before {
  content: "";
  width: 416px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-407::before {
  content: "";
  width: 417px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-408::before {
  content: "";
  width: 418px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-409::before {
  content: "";
  width: 419px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-410::before {
  content: "";
  width: 420px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-411::before {
  content: "";
  width: 421px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-412::before {
  content: "";
  width: 422px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-413::before {
  content: "";
  width: 423px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-414::before {
  content: "";
  width: 424px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-415::before {
  content: "";
  width: 425px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-416::before {
  content: "";
  width: 426px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-417::before {
  content: "";
  width: 427px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-418::before {
  content: "";
  width: 428px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-419::before {
  content: "";
  width: 429px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-420::before {
  content: "";
  width: 430px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-421::before {
  content: "";
  width: 431px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-422::before {
  content: "";
  width: 432px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-423::before {
  content: "";
  width: 433px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-424::before {
  content: "";
  width: 434px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-425::before {
  content: "";
  width: 435px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-426::before {
  content: "";
  width: 436px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-427::before {
  content: "";
  width: 437px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-428::before {
  content: "";
  width: 438px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-429::before {
  content: "";
  width: 439px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-430::before {
  content: "";
  width: 440px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-431::before {
  content: "";
  width: 441px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-432::before {
  content: "";
  width: 442px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-433::before {
  content: "";
  width: 443px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-434::before {
  content: "";
  width: 444px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-435::before {
  content: "";
  width: 445px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-436::before {
  content: "";
  width: 446px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-437::before {
  content: "";
  width: 447px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-438::before {
  content: "";
  width: 448px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-439::before {
  content: "";
  width: 449px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-440::before {
  content: "";
  width: 450px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-441::before {
  content: "";
  width: 451px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-442::before {
  content: "";
  width: 452px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-443::before {
  content: "";
  width: 453px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-444::before {
  content: "";
  width: 454px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-445::before {
  content: "";
  width: 455px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-446::before {
  content: "";
  width: 456px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-447::before {
  content: "";
  width: 457px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-448::before {
  content: "";
  width: 458px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-449::before {
  content: "";
  width: 459px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-450::before {
  content: "";
  width: 460px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-451::before {
  content: "";
  width: 461px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-452::before {
  content: "";
  width: 462px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-453::before {
  content: "";
  width: 463px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-454::before {
  content: "";
  width: 464px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-455::before {
  content: "";
  width: 465px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-456::before {
  content: "";
  width: 466px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-457::before {
  content: "";
  width: 467px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-458::before {
  content: "";
  width: 468px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-459::before {
  content: "";
  width: 469px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-460::before {
  content: "";
  width: 470px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-461::before {
  content: "";
  width: 471px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-462::before {
  content: "";
  width: 472px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-463::before {
  content: "";
  width: 473px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-464::before {
  content: "";
  width: 474px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-465::before {
  content: "";
  width: 475px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-466::before {
  content: "";
  width: 476px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-467::before {
  content: "";
  width: 477px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-468::before {
  content: "";
  width: 478px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-469::before {
  content: "";
  width: 479px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-470::before {
  content: "";
  width: 480px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-471::before {
  content: "";
  width: 481px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-472::before {
  content: "";
  width: 482px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-473::before {
  content: "";
  width: 483px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-474::before {
  content: "";
  width: 484px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-475::before {
  content: "";
  width: 485px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-476::before {
  content: "";
  width: 486px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-477::before {
  content: "";
  width: 487px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-478::before {
  content: "";
  width: 488px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-479::before {
  content: "";
  width: 489px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-480::before {
  content: "";
  width: 490px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-481::before {
  content: "";
  width: 491px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-482::before {
  content: "";
  width: 492px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-483::before {
  content: "";
  width: 493px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-484::before {
  content: "";
  width: 494px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-485::before {
  content: "";
  width: 495px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-486::before {
  content: "";
  width: 496px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-487::before {
  content: "";
  width: 497px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-488::before {
  content: "";
  width: 498px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-489::before {
  content: "";
  width: 499px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-490::before {
  content: "";
  width: 500px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-491::before {
  content: "";
  width: 501px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-492::before {
  content: "";
  width: 502px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-493::before {
  content: "";
  width: 503px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-494::before {
  content: "";
  width: 504px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-495::before {
  content: "";
  width: 505px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-496::before {
  content: "";
  width: 506px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-497::before {
  content: "";
  width: 507px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-498::before {
  content: "";
  width: 508px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-499::before {
  content: "";
  width: 509px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0 .dropdown-menu.menu-item-width-500::before {
  content: "";
  width: 510px;
  height: 4px;
  left: auto;
  right: 10px;
  background: #0397D6;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -2px;
}

.navigation--list .mlevel-0.show-sub-menu a~.dropdown-menu {
  display: block !important;
}

@media (max-width: 991.98px) {
  .navigation--list .mlevel-0.show-sub-menu .dropdown-menu {
    display: block !important;
  }
}

.navigation--list .mlevel-0 a.btn-data~.dropdown-menu:before {
  width: 100px;
  right: 10px;
}

.navigation--list .mlevel-1 a:hover,
.navigation--list .mlevel-1 a.is-active {
  color: #0397D6;
}

@media (max-width: 991.98px) {
  .navigation--list .mlevel-1>ul {
    font-size: 16px;
    line-height: 22px;
    padding-left: 17px;
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .navigation--list .mlevel-1>ul {
    margin-bottom: 5px;
  }
}

.navigation--list .mlevel-2 {
  display: block;
}

.navigation--list .mlevel-2 a {
  font-weight: 300;
}

@media (min-width: 992px) {
  .navigation--list.list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.navigation--list.list-inline {
  overflow: visible;
}

.navigation.data-portal a {
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 700;
}

.navigation.data-portal a:hover,
.navigation.data-portal a.is-active {
  padding-right: 20px;
  padding-left: 20px;
  background: transparent;
  border-radius: 0;
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-color: #FF885F;
  text-decoration-color: #FF885F;
}

.navigation--column {
  margin-top: -3px;
}

@media (max-width: 1654.98px) {
  .navigation--column {
    letter-spacing: 0.76px;
    line-height: 27px;
  }

  .navigation--column a {
    text-decoration: none;
    color: #fff;
  }

  .navigation--column a:hover {
    color: #FF885F;
  }
}

@media (max-width: 991.98px) {
  .navigation--column .list-inline-item>a {
    color: #000;
    display: block;
  }

  .navigation--column .list-inline-item.mlevel-0:not(:last-child) {
    margin-bottom: 28px;
  }

  .navigation--column .list-inline-item.mlevel-0>a {
    padding: 10px 21px;
    font-size: 17px;
    font-weight: 700;
  }

  .navigation--column .list-inline-item.mlevel-1>a {
    padding: 8px 21px;
    font-size: 14px;
  }

  .navigation--column ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 0;
    border-top: 1px solid #edf0f2;
    border-bottom: 1px solid #edf0f2;
  }
}

.dashboard-tabs {
  background-color: #F9F9F9;
}

.portal-vaw_wps .nav-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown-filter-btn {
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px 15px 0;
  text-transform: inherit;
}

.dropdown-filter-btn .filter-option {
  width: 100%;
}

.section4 .sec-svg-wrap svg {
  max-width: 100%;
  margin-top: -2px;
  height: auto;
}

@media (max-width: 991.98px) {
  .region-navigation {
    position: absolute !important;
    overflow: hidden;
    top: 0;
    right: -260px;
    width: 0;
    display: none;
    max-width: 250px;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    background-color: #fff;
    z-index: 130;
    -webkit-transition: .4s linear all;
    -o-transition: .4s linear all;
    transition: .4s linear all;
  }

  .region-navigation:before {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
  }

  .region-navigation #block-socialmedialinks {
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 25px 20px 25px 14px;
  }

  .region-navigation nav {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
  }

  .region-navigation.show-mob-search,
  .region-navigation.show-mob-menu {
    right: 0;
    overflow: initial;
  }

  .region-navigation.show-mob-search:before,
  .region-navigation.show-mob-menu:before {
    opacity: 1;
    visibility: visible;
  }

  .region-navigation.show-mob-menu {
    width: 80%;
    min-width: 350px;
  }

  .region-navigation.show-mob-search {
    max-width: 100vw;
    width: 100%;
    height: auto;
  }

  .region-navigation.show-mob-search #block-socialmedialinks,
  .region-navigation.show-mob-search #block-unwomen-main-menu {
    display: none;
  }

  .region-navigation.show-mob-search #block-unwomen-search {
    width: 100%;
  }

  .region-navigation.show-mob-search #block-unwomen-search .block--content {
    opacity: 1;
    visibility: visible;
    position: inherit;
  }

  .region-navigation .mobile-close {
    z-index: 1;
    cursor: pointer;
    padding: 3px 0px 3px 8px;
    margin: 11px 15px 11px auto;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  .region-navigation .mobile-close {
    padding-right: 45px;
    padding-top: 35px;
    padding-bottom: 30px;
  }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
  .region-navigation .mobile-close {
    padding-right: unset;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .region-navigation.show-mob-menu {
    min-width: unset;
    width: 100%;
    max-width: 100%;
  }
}

.mobile-menu--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-menu--main .js-mobile-search,
.mobile-menu--main .hamburger {
  padding: 3px 8px;
}

.mobile-menu--main .hamburger {
  padding-right: 0;
}

.mobile-menu--main .hamburger svg {
  width: 30px;
  height: 23px;
}

.mobile-menu--main .js-mobile-search {
  margin-right: 5px;
}

.mobile-menu--main .js-mobile-search svg {
  width: 23px;
  height: 24px;
}

.page-wrapp>.sticky-top,
.page-wrapp .quicktabs-wrapper .page-wrapp>.quicktabs-tabs {
  background: #fff;
  z-index: 140;
  border-bottom: 1px solid #d8d8d8;
}

.page-wrapp header {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .page-wrapp header {
    position: relative;
  }
}

@media (min-width: 768px) {
  .page-wrapp header {
    padding: 30px 40px;
  }
}

@media (min-width: 992px) {
  .page-wrapp header {
    padding: 15px 120px;
  }
}

.region {
  position: relative;
  -webkit-transition: .35s opacity linear;
  -o-transition: .35s opacity linear;
  transition: .35s opacity linear;
}

.region-opacity {
  opacity: .3;
}

.region-content-second-block-gray .block:nth-child(even) {
  background-color: #edf0f2;
}

.region-top-content {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767.98px) {
  .region-top-content {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
  }
}


.eu-agency img {
  width: 150px;
}

footer h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 27px;
}

.e-con {
  padding: 0 !important;
}

@media (max-width: 767.98px) {
  footer h2 {
    line-height: 21px;
  }
}

@media (max-width: 1259.98px) {
  footer {
    padding: 70px 60px;
  }
}

@media (max-width: 767.98px) {
  footer {
    padding: 60px 25px;
  }
}


.region-footer-bottom {
  border-top: 2px solid #fff;
  margin-top: 40px;
  padding: 40px 120px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.88px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 100%;
}

footer .region-footer-bottom-first {
  display: flex;
  margin-right: auto;
  flex-shrink: 0;
  grid-template-columns: calc(167px + 40px) 1fr;
  align-items: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 0px;
  width: 40%;
}

footer .region-footer-bottom-second {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
}

footer p.copyright {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-bottom: 10px;
}

footer .to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  border-left: 1px solid #dbdbdb;
  padding-left: 30px;
}

.block-system-branding-block {
  border-right: 1px solid #dbdbdb;
  padding-right: 30px;
}

@media (max-width: 767.98px) {
  .region-footer-bottom {
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding-top: 30px;
  }
}

.region-footer-bottom .footer--bottom-container {
  display: grid;
  grid-template-columns: 760px auto;
}

@media (max-width: 1259.98px) {
  .region-footer-bottom .footer--bottom-container {
    grid-template-columns: unset;
  }
}

.region-footer-bottom .footer--bottom-container .row-footer-bottom {
  display: grid;
  justify-items: flex-end;
  gap: 15px;
  padding: 0 10px;
}

@media (max-width: 1259.98px) {
  .region-footer-bottom .footer--bottom-container .row-footer-bottom {
    justify-items: flex-start;
    gap: 10px;
    margin-top: 30px;
  }
}

.region-footer-bottom #block-footer-2 {
  margin-bottom: 40px;
}

*,
*:focus-visible,
*:focus {
  outline: none !important;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {

    .region:focus,
    .region *:focus {
      outline: none !important;
    }
  }
}

.node--type-non-regional-programme.node--view-mode-full .block-hero,
.node--type-regional-programme.node--view-mode-full .block-hero,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .block-hero {
  min-width: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {

  .node--type-non-regional-programme.node--view-mode-full .hero-label,
  .node--type-regional-programme.node--view-mode-full .hero-label,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .hero-label {
    padding-bottom: 40px;
    margin-left: 15px;
  }
}

.node--type-non-regional-programme.node--view-mode-full .hero-label__title,
.node--type-regional-programme.node--view-mode-full .hero-label__title,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .hero-label__title {
  font-size: 72px;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 2px;
  line-height: 74px;
  padding-top: 15px;
}

@media (max-width: 767.98px) {

  .node--type-non-regional-programme.node--view-mode-full .hero-label__title,
  .node--type-regional-programme.node--view-mode-full .hero-label__title,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .hero-label__title {
    font-size: 40px;
    padding-top: 10px;
    line-height: 48px;
  }
}

.node--type-non-regional-programme.node--view-mode-full .field--name-field-about-programme-title,
.node--type-regional-programme.node--view-mode-full .field--name-field-about-programme-title,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-about-programme-title,
.node--type-non-regional-programme.node--view-mode-full .field--name-field-title-highlights,
.node--type-regional-programme.node--view-mode-full .field--name-field-title-highlights,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-title-highlights,
.node--type-non-regional-programme.node--view-mode-full .field--name-field-title-create,
.node--type-regional-programme.node--view-mode-full .field--name-field-title-create,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-title-create,
.node--type-non-regional-programme.node--view-mode-full .field--name-field-title-increase,
.node--type-regional-programme.node--view-mode-full .field--name-field-title-increase,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-title-increase,
.node--type-non-regional-programme.node--view-mode-full .field--name-field-title-improve,
.node--type-regional-programme.node--view-mode-full .field--name-field-title-improve,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-title-improve,
.node--type-non-regional-programme.node--view-mode-full .field--name-field-title-key-achievements,
.node--type-regional-programme.node--view-mode-full .field--name-field-title-key-achievements,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-title-key-achievements {
  font-weight: 700;
  font-size: 24px;
  color: #0397D6;
  letter-spacing: 1px;
  line-height: 32px;
}

@media (max-width: 767.98px) {

  .node--type-non-regional-programme.node--view-mode-full .field--name-field-about-programme-title,
  .node--type-regional-programme.node--view-mode-full .field--name-field-about-programme-title,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-about-programme-title,
  .node--type-non-regional-programme.node--view-mode-full .field--name-field-title-highlights,
  .node--type-regional-programme.node--view-mode-full .field--name-field-title-highlights,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-title-highlights,
  .node--type-non-regional-programme.node--view-mode-full .field--name-field-title-create,
  .node--type-regional-programme.node--view-mode-full .field--name-field-title-create,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-title-create,
  .node--type-non-regional-programme.node--view-mode-full .field--name-field-title-increase,
  .node--type-regional-programme.node--view-mode-full .field--name-field-title-increase,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-title-increase,
  .node--type-non-regional-programme.node--view-mode-full .field--name-field-title-improve,
  .node--type-regional-programme.node--view-mode-full .field--name-field-title-improve,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-title-improve,
  .node--type-non-regional-programme.node--view-mode-full .field--name-field-title-key-achievements,
  .node--type-regional-programme.node--view-mode-full .field--name-field-title-key-achievements,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-title-key-achievements {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
}

.node--type-non-regional-programme.node--view-mode-full .field--name-field-body-problem-increase p,
.node--type-regional-programme.node--view-mode-full .field--name-field-body-problem-increase p,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-problem-increase p,
.node--type-non-regional-programme.node--view-mode-full .field--name-field-body-problem-improve p,
.node--type-regional-programme.node--view-mode-full .field--name-field-body-problem-improve p,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-problem-improve p,
.node--type-non-regional-programme.node--view-mode-full .field--name-field-body-response-increase p,
.node--type-regional-programme.node--view-mode-full .field--name-field-body-response-increase p,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-response-increase p,
.node--type-non-regional-programme.node--view-mode-full .field--name-field-body-response-improve p,
.node--type-regional-programme.node--view-mode-full .field--name-field-body-response-improve p,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-response-improve p,
.node--type-non-regional-programme.node--view-mode-full .field--name-field-key-achievments p,
.node--type-regional-programme.node--view-mode-full .field--name-field-key-achievments p,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-key-achievments p {
  margin: 0;
  margin-bottom: 30px;
}

.node--type-non-regional-programme.node--view-mode-full .field--name-field-body-problem-increase,
.node--type-regional-programme.node--view-mode-full .field--name-field-body-problem-increase,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-problem-increase,
.node--type-non-regional-programme.node--view-mode-full .field--name-field-body-problem-improve,
.node--type-regional-programme.node--view-mode-full .field--name-field-body-problem-improve,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-problem-improve {
  margin-bottom: 30px;
}

.node--type-non-regional-programme.node--view-mode-full .field--name-field-body-problem-increase h3,
.node--type-regional-programme.node--view-mode-full .field--name-field-body-problem-increase h3,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-problem-increase h3,
.node--type-non-regional-programme.node--view-mode-full .field--name-field-body-problem-improve h3,
.node--type-regional-programme.node--view-mode-full .field--name-field-body-problem-improve h3,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-problem-improve h3 {
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 18px;
}

@media (max-width: 767.98px) {

  .node--type-non-regional-programme.node--view-mode-full .field--name-field-body-problem-increase h3,
  .node--type-regional-programme.node--view-mode-full .field--name-field-body-problem-increase h3,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-problem-increase h3,
  .node--type-non-regional-programme.node--view-mode-full .field--name-field-body-problem-improve h3,
  .node--type-regional-programme.node--view-mode-full .field--name-field-body-problem-improve h3,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-problem-improve h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

.node--type-non-regional-programme.node--view-mode-full .field--name-field-body-response-increase h3,
.node--type-regional-programme.node--view-mode-full .field--name-field-body-response-increase h3,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-response-increase h3,
.node--type-non-regional-programme.node--view-mode-full .field--name-field-body-response-improve h3,
.node--type-regional-programme.node--view-mode-full .field--name-field-body-response-improve h3,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-response-improve h3 {
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 18px;
}

@media (max-width: 767.98px) {

  .node--type-non-regional-programme.node--view-mode-full .field--name-field-body-response-increase h3,
  .node--type-regional-programme.node--view-mode-full .field--name-field-body-response-increase h3,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-response-increase h3,
  .node--type-non-regional-programme.node--view-mode-full .field--name-field-body-response-improve h3,
  .node--type-regional-programme.node--view-mode-full .field--name-field-body-response-improve h3,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-response-improve h3 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 20px;
    line-height: 20px;
  }
}

.node--type-non-regional-programme.node--view-mode-full .field--name-field-body-create p,
.node--type-regional-programme.node--view-mode-full .field--name-field-body-create p,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-create p {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {

  .node--type-non-regional-programme.node--view-mode-full .field--name-field-body-create p,
  .node--type-regional-programme.node--view-mode-full .field--name-field-body-create p,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-create p {
    margin-bottom: 30px;
  }
}

.node--type-non-regional-programme.node--view-mode-full .field--name-field-body-create h4,
.node--type-regional-programme.node--view-mode-full .field--name-field-body-create h4,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-create h4 {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {

  .node--type-non-regional-programme.node--view-mode-full .field--name-field-body-create h4,
  .node--type-regional-programme.node--view-mode-full .field--name-field-body-create h4,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-create h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

.node--type-non-regional-programme.node--view-mode-full .field--name-field-body-create h3,
.node--type-regional-programme.node--view-mode-full .field--name-field-body-create h3,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-create h3 {
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 18px;
}

@media (max-width: 767.98px) {

  .node--type-non-regional-programme.node--view-mode-full .field--name-field-body-create h3,
  .node--type-regional-programme.node--view-mode-full .field--name-field-body-create h3,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .field--name-field-body-create h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

.node--type-non-regional-programme.node--view-mode-full .progress-metter-body a,
.node--type-regional-programme.node--view-mode-full .progress-metter-body a,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .progress-metter-body a {
  text-decoration: underline;
}

.node--type-non-regional-programme.node--view-mode-full .progress-metter-body a:hover,
.node--type-regional-programme.node--view-mode-full .progress-metter-body a:hover,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .progress-metter-body a:hover {
  text-decoration: underline;
}

.node--type-non-regional-programme.node--view-mode-full .metter-label:before,
.node--type-regional-programme.node--view-mode-full .metter-label:before,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .metter-label:before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 10px;
  border-radius: 6px;
  margin-right: 15px;
}

.node--type-non-regional-programme.node--view-mode-full .metter-label-1:before,
.node--type-regional-programme.node--view-mode-full .metter-label-1:before,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .metter-label-1:before {
  background: #EC2025;
}

.node--type-non-regional-programme.node--view-mode-full .metter-label-2:before,
.node--type-regional-programme.node--view-mode-full .metter-label-2:before,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .metter-label-2:before {
  background: #F89C25;
}

.node--type-non-regional-programme.node--view-mode-full .metter-label-3:before,
.node--type-regional-programme.node--view-mode-full .metter-label-3:before,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .metter-label-3:before {
  background: #FFCA05;
}

.node--type-non-regional-programme.node--view-mode-full .metter-label-4:before,
.node--type-regional-programme.node--view-mode-full .metter-label-4:before,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .metter-label-4:before {
  background: #B1D234;
}

.node--type-non-regional-programme.node--view-mode-full .metter-label-5:before,
.node--type-regional-programme.node--view-mode-full .metter-label-5:before,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .metter-label-5:before {
  background: #57B346;
}

.node--type-non-regional-programme.node--view-mode-full svg,
.node--type-regional-programme.node--view-mode-full svg,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full svg {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.node--type-non-regional-programme.node--view-mode-full svg.svg-gauge-item,
.node--type-regional-programme.node--view-mode-full svg.svg-gauge-item,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full svg.svg-gauge-item {
  width: 100%;
  height: 100%;
  margin: 0;
}

@media (max-width: 767.98px) {

  .node--type-non-regional-programme.node--view-mode-full svg,
  .node--type-regional-programme.node--view-mode-full svg,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full svg {
    margin-bottom: 10px;
    width: 50px;
  }
}

.node--type-non-regional-programme.node--view-mode-full .img-left,
.node--type-regional-programme.node--view-mode-full .img-left,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .img-left {
  margin-bottom: 30px;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.node--type-non-regional-programme.node--view-mode-full .img-right,
.node--type-regional-programme.node--view-mode-full .img-right,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full .img-right {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  padding-top: 15px;
}

@media (min-width: 992px) {

  .node--type-non-regional-programme.node--view-mode-full .img-wrapp img,
  .node--type-regional-programme.node--view-mode-full .img-wrapp img,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .img-wrapp img {
    max-width: 100%;
    max-height: auto;
  }
}

@media (max-width: 1259.98px) {

  .node--type-non-regional-programme.node--view-mode-full .img-wrapp img,
  .node--type-regional-programme.node--view-mode-full .img-wrapp img,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .img-wrapp img {
    height: auto;
    width: 100%;
  }
}

@media (max-width: 991.98px) {

  .node--type-non-regional-programme.node--view-mode-full .img-left,
  .node--type-regional-programme.node--view-mode-full .img-left,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .img-left,
  .node--type-non-regional-programme.node--view-mode-full .img-right,
  .node--type-regional-programme.node--view-mode-full .img-right,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .img-right {
    margin-bottom: 60px;
    padding: 0 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {

  .node--type-non-regional-programme.node--view-mode-full .img-wrapp,
  .node--type-regional-programme.node--view-mode-full .img-wrapp,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .img-wrapp {
    margin-left: -15px;
    margin-right: -15px;
  }

  .node--type-non-regional-programme.node--view-mode-full .img-wrapp img,
  .node--type-regional-programme.node--view-mode-full .img-wrapp img,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .img-wrapp img {
    height: auto;
    width: 100%;
  }

  .node--type-non-regional-programme.node--view-mode-full .btn-primary,
  .node--type-regional-programme.node--view-mode-full .btn-primary,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .btn-primary {
    letter-spacing: 1px;
  }

  .node--type-non-regional-programme.node--view-mode-full .block-hero,
  .node--type-regional-programme.node--view-mode-full .block-hero,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .block-hero {
    min-width: auto;
    height: 365px;
    padding-bottom: 0px;
  }

  .node--type-non-regional-programme.node--view-mode-full .img-left,
  .node--type-regional-programme.node--view-mode-full .img-left,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .img-left,
  .node--type-non-regional-programme.node--view-mode-full .img-right,
  .node--type-regional-programme.node--view-mode-full .img-right,
  .taxonomy-term--type-country-page.taxonomy-term--view-mode-full .img-right {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: block;
    margin-bottom: 50px;
  }
}

.node--type-non-regional-programme.node--view-mode-full p,
.node--type-regional-programme.node--view-mode-full p,
.taxonomy-term--type-country-page.taxonomy-term--view-mode-full p {
  line-height: 22px;
}

.maintenance-layout header {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
  padding: 10px;
}

.maintenance-layout .logo {
  display: block;
  max-width: 186px;
}

@media (min-width: 1260px) {
  .maintenance-layout header {
    padding: 15px 10px;
  }

  .maintenance-layout .logo {
    max-width: 336px;
  }
}

.maintenance-layout.cs {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.maintenance-layout.cs .maintenance--main {
  padding: 75px 0;
}

.maintenance-layout.cs h1 {
  letter-spacing: 2px;
  line-height: 80px;
  margin-bottom: 30px;
}

.maintenance-layout.cs h3 {
  margin-bottom: 40px;
}

.maintenance-layout.cs .btn-primary {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .maintenance-layout.cs .maintenance--main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  .maintenance-layout.cs h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 15px;
  }

  .maintenance-layout.cs h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .maintenance-layout.cs .btn-primary {
    margin-top: 25px;
  }
}

.maintenance-layout .cs--bgImg {
  background-repeat: no-repeat;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  max-width: 100%;
  min-height: 100vh;
}

.error-page {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.error-page img {
  position: absolute;
  right: 0;
}

.error-page .error--text__main {
  font-size: 200px;
  line-height: 1;
  letter-spacing: 5.5px;
  font-family: sans-serif;
  font-weight: bold;
  margin-bottom: 50px;
}

.error-page .error--text__second {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 50px;
}

.block.white {
  background-color: #fff !important;
}

.block.gray,
.block.grey {
  background-color: #edf0f2 !important;
}

.greytowhite,
.graytowhite {
  background: -webkit-gradient(linear, left top, left bottom, from(#edf0f2), to(#ffffff));
  background: -webkit-linear-gradient(#edf0f2, #ffffff);
  background: -o-linear-gradient(#edf0f2, #ffffff);
  background: linear-gradient(#edf0f2, #ffffff);
}

.whitetogrey,
.whitetogray {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#edf0f2));
  background: -webkit-linear-gradient(#ffffff, #edf0f2);
  background: -o-linear-gradient(#ffffff, #edf0f2);
  background: linear-gradient(#ffffff, #edf0f2);
}

.block-hero:not(.bh-style-hs-03) {
  position: relative;
}

.block-hero:not(.bh-style-hs-03)>div {
  z-index: 1;
}

.block-hero:not(.bh-style-hs-03):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(35, 35, 35, 0.5) 0%, rgba(114, 114, 114, 0.01) 80%, rgba(114, 114, 114, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(45deg, rgba(35, 35, 35, 0.5) 0%, rgba(114, 114, 114, 0.01) 80%, rgba(114, 114, 114, 0) 100%);
  background: linear-gradient(45deg, rgba(35, 35, 35, 0.5) 0%, rgba(114, 114, 114, 0.01) 80%, rgba(114, 114, 114, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80232323', endColorstr='#00727272', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.block-content-exploredata {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #edf0f2;
  background-size: contain;
  padding: 80px 0;
}

.block-content-exploredata h2 {
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .block-content-exploredata {
    padding: 70px 0;
  }
}

@media (max-width: 767.98px) {
  .block-content-exploredata {
    padding: 60px 0;
  }
}

.block-content-exploredata .field--type-text-with-summary {
  margin: auto;
}

.block-content-exploredata .field--type-text-with-summary ul.old {
  padding: 0;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-reset: explorethedata-counter;
}

.block-content-exploredata .field--type-text-with-summary ul.old li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 165px;
  counter-increment: explorethedata-counter;
}

.block-content-exploredata .field--type-text-with-summary ul.old li a:hover {
  color: #000;
}

.block-content-exploredata .field--type-text-with-summary ul.old li p {
  font-weight: 700;
  font-size: 1.25rem;
}

.block-content-exploredata .field--type-text-with-summary ul.old li p span {
  font-size: 16px;
}

.block-content-exploredata .field--type-text-with-summary ul.old li::before {
  content: "0"counter(explorethedata-counter) ".";
  color: #FF885F;
  font-size: 30px;
  line-height: 66px;
  width: 70px;
  height: 70px;
  border: 2px solid;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}

.block-content-exploredata .field--type-text-with-summary ul.old li:hover span {
  border-bottom: 2px solid #FF885F;
}

.block-content-exploredata .field--type-text-with-summary ul.old li:hover::before {
  color: #fff;
  background: #FF885F;
  border-color: #FF885F;
}

.block-content-exploredata .field--type-text-with-summary ul.new {
  padding: 0;
  margin-top: 60px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-reset: explorethedata-counter;
  gap: 60px;
}

.block-content-exploredata .field--type-text-with-summary ul.new li {
  padding-right: 0;
}

@media (max-width: 1259.98px) {
  .block-content-exploredata .field--type-text-with-summary ul.new {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}

@media (max-width: 991.98px) {
  .block-content-exploredata .field--type-text-with-summary ul.new {
    margin-top: 30px;
  }
}

.node-21 .block-content-exploredata .field--type-text-with-summary ul.new {
  counter-reset: explorethedata-counter 1;
}

.block-content-exploredata li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%;
  counter-increment: explorethedata-counter;
  padding-right: 20px;
}

@media (max-width: 991.98px) {
  .block-content-exploredata li:not(:last-child) {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 767.98px) {
  .block-content-exploredata li:not(:last-child) {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 1259.98px) {
  .block-content-exploredata li {
    width: 50%;
    margin-bottom: 0;
  }
}

.block-content-exploredata li a:hover {
  color: #000;
}

.block-content-exploredata li p span {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}

@media (max-width: 767.98px) {
  .block-content-exploredata li p span {
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}

.block-content-exploredata li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-content-exploredata li div::before {
  content: "0"counter(explorethedata-counter) ".";
  color: #FF885F;
  font-size: 30px;
  line-height: 66px;
  width: 70px;
  height: 70px;
  border: 2px solid;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .block-content-exploredata li div::before {
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 1px;
  }
}

.block-content-exploredata li:hover span {
  border-bottom: 2px solid #FF885F;
}

.block-content-exploredata li:hover div::before {
  color: #fff;
  background: #FF885F;
  border-color: #FF885F;
}

@media (min-width: 768px) {
  #block-unwomen-branding {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#block-unwomen-branding .logo--img {
  display: block;
  max-width: 186px;
}

@media (min-width: 768px) {
  #block-unwomen-branding .logo--img {
    max-width: 230px;
  }
}

@media (min-width: 992px) {
  #block-unwomen-branding .logo--img {
    max-width: 200px;
  }
}

#block-unwomen-branding .logo--img img {
  width: 100%;
}

#block-unwomen-search .search--icon {
  line-height: 50px;
  margin: 0 8px;
  cursor: pointer;
}

@media (min-width: 992px) {
  #block-unwomen-search .search--icon {
    margin: 0 0 0 20px;
  }
}

@media (min-width: 1260px) {
  #block-unwomen-search .search--icon {
    margin: 0 0 0 30px;
  }
}

#block-unwomen-search .search--icon:hover circle,
#block-unwomen-search .search--icon:hover path {
  stroke: #FF885F;
}

#block-unwomen-search .block--content {
  width: 100%;
  background: #fff;
  opacity: 0;
  padding: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 140;
  visibility: hidden;
}

#block-unwomen-search .block--content form {
  margin: 0 auto;
  max-width: 1300px;
  padding: 10px;
  position: relative;
}

#block-unwomen-search .block--content.show {
  opacity: 1;
  visibility: visible;
}

#block-unwomen-search .block--content.show input[type="search"]::-webkit-search-decoration,
#block-unwomen-search .block--content.show input[type="search"]::-webkit-search-cancel-button,
#block-unwomen-search .block--content.show input[type="search"]::-webkit-search-results-button,
#block-unwomen-search .block--content.show input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  display: none;
}

#block-unwomen-search .block--content .form-search {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  padding-right: 30px;
  padding-left: 40px;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
}

#block-unwomen-search .block--content .form-search::-webkit-input-placeholder {
  color: #d8d8d8;
}

#block-unwomen-search .block--content .form-search::-moz-placeholder {
  color: #d8d8d8;
}

#block-unwomen-search .block--content .form-search::-ms-input-placeholder {
  color: #d8d8d8;
}

#block-unwomen-search .block--content .form-search::placeholder {
  color: #d8d8d8;
}

#block-unwomen-search .block--content .form-search.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#block-unwomen-search .block--content .form-control {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

#block-unwomen-search .block--content .form-item-keys {
  position: relative;
}

#block-unwomen-search .block--content .form-item-keys:before,
#block-unwomen-search .block--content .form-item-keys:after {
  content: "";
  position: absolute;
  top: 0;
}

#block-unwomen-search .block--content .form-item-keys:before {
  content: url("/themes/custom/unwomen/img/icons/icon--search.svg");
  left: 0;
  top: 7px;
}

#block-unwomen-search .block--content #edit-actions {
  position: absolute;
  right: 10px;
  top: 7px;
}

#block-unwomen-search .block--content .form-submit {
  background-image: url("/themes/custom/unwomen/img/icons/search-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  color: transparent;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
}

#block-unwomen-search .block--content .form-submit.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1259.98px) {
  #block-unwomen-search .block--content form {
    padding: 10px 25px 22px 25px;
  }

  #block-unwomen-search .block--content .form-item-keys:before {
    top: 4px;
    content: url("/themes/custom/unwomen/img/icons/icon--search-small.svg");
  }

  #block-unwomen-search .block--content .form-submit {
    display: none;
  }
}

@media (max-width: 1259.98px) {
  #block-unwomen-search .form-control {
    background: none;
    border-radius: 0;
    border-width: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  #block-unwomen-search #edit-keys {
    padding-right: 0;
    padding-left: 27px;
    font-size: 16px;
    line-height: 22px;
    height: 29px;
  }

  #block-unwomen-search #edit-keys::-webkit-input-placeholder {
    color: #d8d8d8;
  }

  #block-unwomen-search #edit-keys::-moz-placeholder {
    color: #d8d8d8;
  }

  #block-unwomen-search #edit-keys::-ms-input-placeholder {
    color: #d8d8d8;
  }

  #block-unwomen-search #edit-keys::placeholder {
    color: #d8d8d8;
  }
}

.block--country-facts-sheets-how-use-dashboard.bg-dots,
.do-you-have-feedback-data-faq.bg-dots {
  background-image: -webkit-radial-gradient(#edf0f2 4px, transparent 0);
  background-image: -o-radial-gradient(#edf0f2 4px, transparent 0);
  background-image: radial-gradient(#edf0f2 4px, transparent 0);
  background-size: 24px 24px;
  background-position: 0 16px;
  position: relative;
}

.block--country-facts-sheets-how-use-dashboard.bg-dots:before,
.do-you-have-feedback-data-faq.bg-dots:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}

@media (max-width: 767.98px) {

  .block--country-facts-sheets-how-use-dashboard.bg-dots:before,
  .do-you-have-feedback-data-faq.bg-dots:before {
    content: "";
    right: 0;
    height: 50%;
    width: 100%;
  }
}

.block--country-facts-sheets-how-use-dashboard.bg-dots h2 {
  max-width: 300px;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .block--country-facts-sheets-how-use-dashboard.bg-dots h2 {
    margin-bottom: 20px;
  }
}

.block--country-facts-sheets-how-use-dashboard.bg-dots .btn-primary {
  width: 100%;
  max-width: 200px;
}

@media (max-width: 767.98px) {
  .block--country-facts-sheets-how-use-dashboard.bg-dots .btn-primary {
    max-width: 165px;
  }
}

.block--country-facts-sheets-how-use-dashboard.bg-dots:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}

@media (max-width: 767.98px) {
  .block--country-facts-sheets-how-use-dashboard.bg-dots:before {
    content: "";
    right: 0;
    height: 50%;
    width: 100%;
  }
}

.block--subscribe-social.bg-dots {
  background-image: -webkit-radial-gradient(#edf0f2 4px, transparent 0);
  background-image: -o-radial-gradient(#edf0f2 4px, transparent 0);
  background-image: radial-gradient(#edf0f2 4px, transparent 0);
  background-size: 24px 24px;
  background-position: 0 16px;
  position: relative;
}

.block--subscribe-social.bg-dots:before {
  content: "";
  background-color: #edf0f2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
}

@media (max-width: 767.98px) {
  .block--subscribe-social.bg-dots:before {
    content: "";
    top: 50%;
    height: 50%;
    width: 100%;
  }
}

.block--subscribe-social input.form-email {
  background: #fff;
  color: #000;
}

.block--subscribe-social input.form-email::-webkit-input-placeholder {
  color: #000;
}

.block--subscribe-social input.form-email::-moz-placeholder {
  color: #000;
}

.block--subscribe-social input.form-email::-ms-input-placeholder {
  color: #000;
}

.block--subscribe-social input.form-email::placeholder {
  color: #000;
}

.block--subscribe-social .btn-primary {
  line-height: 53px;
  height: 55px;
}

.block-explorethedatagenderstatistic .field--type-text-with-summary {
  margin-bottom: 0px;
}

.block-howtousethistool,
.block-bottomcallout,
.block-explorethedatagenderstatistic {
  padding-top: 120px;
  padding-bottom: 115px;
}

.block-howtousethistool.dots,
.block-bottomcallout.dots,
.block-explorethedatagenderstatistic.dots {
  background: url(/themes/custom/unwomen/img/dots.png);
  background-size: cover;
}

.block-howtousethistool .field--type-text-with-summary,
.block-bottomcallout .field--type-text-with-summary,
.block-explorethedatagenderstatistic .field--type-text-with-summary {
  margin-bottom: 50px;
}

.block--type-callout {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991.98px) {
  .block--type-callout {
    padding: 70px 40px;
  }
}

@media (max-width: 767.98px) {
  .block--type-callout {
    padding: 60px 20px;
  }
}

.block--type-callout .callout-wrap h2 {
  margin-bottom: 20px;
}

.block--type-callout .callout-wrap .field--type-text-with-summary {
  margin-bottom: 30px;
}

.block--type-callout .callout-content-image {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
}

@media (max-width: 991.98px) {
  .block--type-callout .callout-content-image {
    grid-template-columns: 360px 1fr;
    gap: 40px;
  }
}

@media (max-width: 767.98px) {
  .block--type-callout .callout-content-image {
    grid-template-columns: 1fr;
  }
}

.block--type-callout .callout-content-image .callout-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  max-width: 400px;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .block--type-callout .callout-content-image .callout-wrap {
    padding: 30px 0;
  }
}

@media (max-width: 767.98px) {
  .block--type-callout .callout-content-image .callout-wrap {
    padding: 0;
  }
}

.block--type-callout .callout-content-image .callout-wrap .btn-primary {
  font-size: 15px;
  height: 45px;
  line-height: 43px;
  padding: 0 49px;
}

@media (max-width: 767.98px) {
  .block--type-callout .callout-content-image .callout-wrap .btn-primary {
    padding: 0 24px;
  }
}

.block--type-callout .callout-content-image .field--type-text-with-summary {
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.block--type-callout .callout-content-image .img-right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: 480px;
}

@media (max-width: 767.98px) {
  .block--type-callout .callout-content-image .img-right {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}

@media (max-width: 767.98px) {
  .block--type-callout .callout-content-image .callout-wrap-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 -15px;
  }
}

.block--type-callout .callout-content-image .img-wrapp {
  height: 100%;
}

@media (max-width: 767.98px) {
  .block--type-callout .callout-content-image .img-wrapp {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-size: cover;
    height: 365px;
  }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .block--type-callout .callout-content-image .img-wrapp {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.block--type-callout .callout-content-image .img-wrapp img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .block--type-callout .callout-content-image .img-wrapp img {
    width: auto;
  }
}

.block--type-callout .callout-content {
  display: grid;
}

.block-whyisdatamissing {
  padding-bottom: 80px;
  overflow: hidden;
}

@media (max-width: 1259.98px) {
  .block-whyisdatamissing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767.98px) {
  .block-whyisdatamissing {
    padding-bottom: 60px;
  }

  .block-whyisdatamissing .field--name-field-sourse {
    font-size: 12px;
  }
}

.block-whyisdatamissing .whyisdatamissing-wrap .sourse .field__label {
  display: inline;
}

.block-whyisdatamissing .whyisdatamissing-wrap .sourse .field__item {
  display: inline;
}

.block-whyisdatamissing .whyisdatamissing-wrap .sourse .field__item a {
  border-bottom: 1px solid #000;
}

.block-whyisdatamissing .whyisdatamissing-wrap .sourse .field__item a:hover {
  border-bottom: 1px solid #FF885F;
}

@media (max-width: 1259.98px) {
  .block-whyisdatamissing .whyisdatamissing-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.block-whyisdatamissing .percentage-wrap {
  padding-right: 60px !important;
  padding-left: 0 !important;
  margin-top: -20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1259.98px) {
  .block-whyisdatamissing .percentage-wrap {
    padding-left: 10px !important;
  }
}

@media (max-width: 767.98px) {
  .block-whyisdatamissing .percentage-wrap {
    padding-right: 25px !important;
    padding-left: 0 !important;
  }
}

.block-whyisdatamissing .percentage-wrap div {
  margin-right: -3px;
}

@media (max-width: 1259.98px) {
  .block-whyisdatamissing .percentage-wrap div {
    padding-left: 10px;
  }
}

@media (max-width: 767.98px) {
  .block-whyisdatamissing .percentage-wrap div {
    padding-left: 0;
  }
}

.block-whyisdatamissing .percentage-wrap div .percentage {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .block-whyisdatamissing .percentage-wrap div .percentage {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

.block-whyisdatamissing .percentage-wrap div p {
  margin-bottom: 0.625rem;
}

@media (max-width: 767.98px) {
  .block-whyisdatamissing .percentage-wrap div p {
    font-size: 0.625rem;
    line-height: 1rem;
    margin-bottom: 10px;
    padding-left: 10px;
  }
}

.block-whyisdatamissing .percentage-wrap .sourse {
  font-size: 1rem;
}

@media (max-width: 1259.98px) {
  .block-whyisdatamissing .percentage-wrap .sourse {
    font-size: 0.625rem;
    padding-left: 10px;
  }
}

.block-whyisdatamissing .chart-circles {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 350px;
  min-width: 350px;
  max-width: 350px;
  max-height: 350px;
}

@media (max-width: 767.98px) {
  .block-whyisdatamissing .chart-circles {
    max-width: 250px;
    max-height: 250px;
    min-width: 200px;
    min-height: 200px;
  }
}

.block-whyisdatamissing .chart-circles svg.circle-outside {
  position: relative;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border-radius: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p1 {
  stroke-dasharray: 3.14% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p2 {
  stroke-dasharray: 6.28% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p3 {
  stroke-dasharray: 9.42% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p4 {
  stroke-dasharray: 12.56% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p5 {
  stroke-dasharray: 15.7% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p6 {
  stroke-dasharray: 18.84% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p7 {
  stroke-dasharray: 21.98% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p8 {
  stroke-dasharray: 25.12% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p9 {
  stroke-dasharray: 28.26% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p10 {
  stroke-dasharray: 31.4% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p11 {
  stroke-dasharray: 34.54% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p12 {
  stroke-dasharray: 37.68% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p13 {
  stroke-dasharray: 40.82% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p14 {
  stroke-dasharray: 43.96% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p15 {
  stroke-dasharray: 47.1% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p16 {
  stroke-dasharray: 50.24% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p17 {
  stroke-dasharray: 53.38% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p18 {
  stroke-dasharray: 56.52% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p19 {
  stroke-dasharray: 59.66% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p20 {
  stroke-dasharray: 62.8% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p21 {
  stroke-dasharray: 65.94% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p22 {
  stroke-dasharray: 69.08% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p23 {
  stroke-dasharray: 72.22% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p24 {
  stroke-dasharray: 75.36% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p25 {
  stroke-dasharray: 78.5% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p26 {
  stroke-dasharray: 81.64% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p27 {
  stroke-dasharray: 84.78% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p28 {
  stroke-dasharray: 87.92% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p29 {
  stroke-dasharray: 91.06% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p30 {
  stroke-dasharray: 94.2% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p31 {
  stroke-dasharray: 97.34% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p32 {
  stroke-dasharray: 100.48% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p33 {
  stroke-dasharray: 103.62% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p34 {
  stroke-dasharray: 106.76% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p35 {
  stroke-dasharray: 109.9% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p36 {
  stroke-dasharray: 113.04% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p37 {
  stroke-dasharray: 116.18% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p38 {
  stroke-dasharray: 119.32% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p39 {
  stroke-dasharray: 122.46% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p40 {
  stroke-dasharray: 125.6% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p41 {
  stroke-dasharray: 128.74% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p42 {
  stroke-dasharray: 131.88% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p43 {
  stroke-dasharray: 135.02% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p44 {
  stroke-dasharray: 138.16% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p45 {
  stroke-dasharray: 141.3% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p46 {
  stroke-dasharray: 144.44% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p47 {
  stroke-dasharray: 147.58% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p48 {
  stroke-dasharray: 150.72% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p49 {
  stroke-dasharray: 153.86% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p50 {
  stroke-dasharray: 157% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p51 {
  stroke-dasharray: 160.14% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p52 {
  stroke-dasharray: 163.28% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p53 {
  stroke-dasharray: 166.42% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p54 {
  stroke-dasharray: 169.56% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p55 {
  stroke-dasharray: 172.7% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p56 {
  stroke-dasharray: 175.84% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p57 {
  stroke-dasharray: 178.98% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p58 {
  stroke-dasharray: 182.12% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p59 {
  stroke-dasharray: 185.26% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p60 {
  stroke-dasharray: 188.4% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p61 {
  stroke-dasharray: 191.54% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p62 {
  stroke-dasharray: 194.68% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p63 {
  stroke-dasharray: 197.82% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p64 {
  stroke-dasharray: 200.96% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p65 {
  stroke-dasharray: 204.1% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p66 {
  stroke-dasharray: 207.24% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p67 {
  stroke-dasharray: 210.38% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p68 {
  stroke-dasharray: 213.52% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p69 {
  stroke-dasharray: 216.66% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p70 {
  stroke-dasharray: 219.8% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p71 {
  stroke-dasharray: 222.94% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p72 {
  stroke-dasharray: 226.08% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p73 {
  stroke-dasharray: 229.22% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p74 {
  stroke-dasharray: 232.36% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p75 {
  stroke-dasharray: 235.5% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p76 {
  stroke-dasharray: 238.64% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p77 {
  stroke-dasharray: 241.78% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p78 {
  stroke-dasharray: 244.92% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p79 {
  stroke-dasharray: 248.06% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p80 {
  stroke-dasharray: 251.2% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p81 {
  stroke-dasharray: 254.34% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p82 {
  stroke-dasharray: 257.48% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p83 {
  stroke-dasharray: 260.62% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p84 {
  stroke-dasharray: 263.76% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p85 {
  stroke-dasharray: 266.9% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p86 {
  stroke-dasharray: 270.04% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p87 {
  stroke-dasharray: 273.18% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p88 {
  stroke-dasharray: 276.32% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p89 {
  stroke-dasharray: 279.46% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p90 {
  stroke-dasharray: 282.6% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p91 {
  stroke-dasharray: 285.74% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p92 {
  stroke-dasharray: 288.88% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p93 {
  stroke-dasharray: 292.02% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p94 {
  stroke-dasharray: 295.16% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p95 {
  stroke-dasharray: 298.3% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p96 {
  stroke-dasharray: 301.44% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p97 {
  stroke-dasharray: 304.58% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p98 {
  stroke-dasharray: 307.72% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p99 {
  stroke-dasharray: 310.86% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-outside circle.p100 {
  stroke-dasharray: 314% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-inside {
  position: absolute;
  left: 20%;
  top: 20%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border-radius: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p1 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 3.14% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p2 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 6.28% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p3 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 9.42% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p4 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 12.56% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p5 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 15.7% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p6 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 18.84% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p7 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 21.98% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p8 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 25.12% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p9 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 28.26% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p10 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 31.4% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p11 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 34.54% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p12 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 37.68% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p13 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 40.82% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p14 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 43.96% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p15 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 47.1% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p16 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 50.24% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p17 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 53.38% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p18 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 56.52% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p19 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 59.66% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p20 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 62.8% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p21 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 65.94% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p22 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 69.08% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p23 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 72.22% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p24 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 75.36% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p25 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 78.5% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p26 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 81.64% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p27 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 84.78% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p28 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 87.92% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p29 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 91.06% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p30 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 94.2% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p31 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 97.34% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p32 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 100.48% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p33 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 103.62% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p34 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 106.76% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p35 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 109.9% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p36 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 113.04% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p37 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 116.18% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p38 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 119.32% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p39 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 122.46% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p40 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 125.6% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p41 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 128.74% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p42 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 131.88% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p43 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 135.02% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p44 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 138.16% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p45 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 141.3% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p46 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 144.44% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p47 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 147.58% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p48 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 150.72% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p49 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 153.86% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p50 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 157% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p51 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 160.14% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p52 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 163.28% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p53 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 166.42% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p54 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 169.56% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p55 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 172.7% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p56 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 175.84% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p57 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 178.98% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p58 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 182.12% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p59 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 185.26% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p60 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 188.4% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p61 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 191.54% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p62 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 194.68% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p63 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 197.82% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p64 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 200.96% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p65 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 204.1% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p66 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 207.24% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p67 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 210.38% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p68 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 213.52% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p69 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 216.66% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p70 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 219.8% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p71 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 222.94% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p72 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 226.08% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p73 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 229.22% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p74 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 232.36% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p75 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 235.5% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p76 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 238.64% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p77 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 241.78% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p78 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 244.92% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p79 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 248.06% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p80 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 251.2% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p81 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 254.34% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p82 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 257.48% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p83 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 260.62% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p84 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 263.76% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p85 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 266.9% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p86 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 270.04% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p87 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 273.18% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p88 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 276.32% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p89 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 279.46% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p90 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 282.6% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p91 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 285.74% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p92 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 288.88% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p93 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 292.02% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p94 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 295.16% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p95 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 298.3% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p96 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 301.44% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p97 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 304.58% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p98 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 307.72% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p99 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 310.86% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-inside circle.p100 {
  fill: #EAF8E9;
  stroke: #459c45;
  stroke-width: 80%;
  stroke-dasharray: 314% 314%;
  /* 2π × 50% ≈ 314 */
}

.block-whyisdatamissing .chart-circles svg.circle-center {
  position: absolute;
  left: 38%;
  top: 38%;
  border-radius: 50%;
}

.block-whyisdatamissing .chart-circles svg.circle-center circle {
  stroke-dasharray: 314% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #fff;
  stroke: #fff;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles .top-line {
  width: 60%;
  height: 2px;
  background: #0397d6;
  top: 0px;
  position: absolute;
  z-index: 10;
  margin-left: -10%;
}

.block-whyisdatamissing .chart-circles .bottom-line {
  width: 60%;
  height: 2px;
  background: #459c45;
  position: absolute;
  top: 38.6%;
  z-index: 10;
  margin-left: -10%;
}

.block-whyisdatamissing .chart-circles2 {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 350px;
  min-width: 350px;
  max-width: 350px;
  max-height: 350px;
}

@media (max-width: 767.98px) {
  .block-whyisdatamissing .chart-circles2 {
    max-width: 200px;
    max-height: 200px;
    min-width: 200px;
    min-height: 200px;
  }
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside {
  position: relative;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border-radius: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p1 {
  stroke-dasharray: 3.14% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p2 {
  stroke-dasharray: 6.28% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p3 {
  stroke-dasharray: 9.42% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p4 {
  stroke-dasharray: 12.56% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p5 {
  stroke-dasharray: 15.7% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p6 {
  stroke-dasharray: 18.84% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p7 {
  stroke-dasharray: 21.98% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p8 {
  stroke-dasharray: 25.12% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p9 {
  stroke-dasharray: 28.26% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p10 {
  stroke-dasharray: 31.4% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p11 {
  stroke-dasharray: 34.54% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p12 {
  stroke-dasharray: 37.68% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p13 {
  stroke-dasharray: 40.82% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p14 {
  stroke-dasharray: 43.96% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p15 {
  stroke-dasharray: 47.1% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p16 {
  stroke-dasharray: 50.24% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p17 {
  stroke-dasharray: 53.38% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p18 {
  stroke-dasharray: 56.52% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p19 {
  stroke-dasharray: 59.66% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p20 {
  stroke-dasharray: 62.8% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p21 {
  stroke-dasharray: 65.94% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p22 {
  stroke-dasharray: 69.08% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p23 {
  stroke-dasharray: 72.22% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p24 {
  stroke-dasharray: 75.36% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p25 {
  stroke-dasharray: 78.5% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p26 {
  stroke-dasharray: 81.64% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p27 {
  stroke-dasharray: 84.78% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p28 {
  stroke-dasharray: 87.92% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p29 {
  stroke-dasharray: 91.06% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p30 {
  stroke-dasharray: 94.2% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p31 {
  stroke-dasharray: 97.34% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p32 {
  stroke-dasharray: 100.48% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p33 {
  stroke-dasharray: 103.62% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p34 {
  stroke-dasharray: 106.76% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p35 {
  stroke-dasharray: 109.9% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p36 {
  stroke-dasharray: 113.04% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p37 {
  stroke-dasharray: 116.18% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p38 {
  stroke-dasharray: 119.32% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p39 {
  stroke-dasharray: 122.46% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p40 {
  stroke-dasharray: 125.6% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p41 {
  stroke-dasharray: 128.74% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p42 {
  stroke-dasharray: 131.88% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p43 {
  stroke-dasharray: 135.02% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p44 {
  stroke-dasharray: 138.16% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p45 {
  stroke-dasharray: 141.3% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p46 {
  stroke-dasharray: 144.44% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p47 {
  stroke-dasharray: 147.58% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p48 {
  stroke-dasharray: 150.72% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p49 {
  stroke-dasharray: 153.86% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p50 {
  stroke-dasharray: 157% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p51 {
  stroke-dasharray: 160.14% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p52 {
  stroke-dasharray: 163.28% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p53 {
  stroke-dasharray: 166.42% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p54 {
  stroke-dasharray: 169.56% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p55 {
  stroke-dasharray: 172.7% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p56 {
  stroke-dasharray: 175.84% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p57 {
  stroke-dasharray: 178.98% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p58 {
  stroke-dasharray: 182.12% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p59 {
  stroke-dasharray: 185.26% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p60 {
  stroke-dasharray: 188.4% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p61 {
  stroke-dasharray: 191.54% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p62 {
  stroke-dasharray: 194.68% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p63 {
  stroke-dasharray: 197.82% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p64 {
  stroke-dasharray: 200.96% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p65 {
  stroke-dasharray: 204.1% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p66 {
  stroke-dasharray: 207.24% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p67 {
  stroke-dasharray: 210.38% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p68 {
  stroke-dasharray: 213.52% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p69 {
  stroke-dasharray: 216.66% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p70 {
  stroke-dasharray: 219.8% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p71 {
  stroke-dasharray: 222.94% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p72 {
  stroke-dasharray: 226.08% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p73 {
  stroke-dasharray: 229.22% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p74 {
  stroke-dasharray: 232.36% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p75 {
  stroke-dasharray: 235.5% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p76 {
  stroke-dasharray: 238.64% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p77 {
  stroke-dasharray: 241.78% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p78 {
  stroke-dasharray: 244.92% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p79 {
  stroke-dasharray: 248.06% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p80 {
  stroke-dasharray: 251.2% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p81 {
  stroke-dasharray: 254.34% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p82 {
  stroke-dasharray: 257.48% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p83 {
  stroke-dasharray: 260.62% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p84 {
  stroke-dasharray: 263.76% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p85 {
  stroke-dasharray: 266.9% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p86 {
  stroke-dasharray: 270.04% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p87 {
  stroke-dasharray: 273.18% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p88 {
  stroke-dasharray: 276.32% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p89 {
  stroke-dasharray: 279.46% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p90 {
  stroke-dasharray: 282.6% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p91 {
  stroke-dasharray: 285.74% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p92 {
  stroke-dasharray: 288.88% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p93 {
  stroke-dasharray: 292.02% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p94 {
  stroke-dasharray: 295.16% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p95 {
  stroke-dasharray: 298.3% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p96 {
  stroke-dasharray: 301.44% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p97 {
  stroke-dasharray: 304.58% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p98 {
  stroke-dasharray: 307.72% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p99 {
  stroke-dasharray: 310.86% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-outside circle.p100 {
  stroke-dasharray: 314% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #e3eef5;
  stroke: #0397D6;
  stroke-width: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-center {
  position: absolute;
  left: 10%;
  top: 10%;
  border-radius: 50%;
}

.block-whyisdatamissing .chart-circles2 svg.circle-center circle {
  stroke-dasharray: 314% 314%;
  /* 2π × 50% ≈ 314 */
  fill: #fff;
  stroke: #fff;
  stroke-width: 50%;
}

.block-whyisdatamissing .content-wrap ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.block-whyisdatamissing .content-wrap .field--type-link {
  padding-top: 40px;
}

.block.views-exposed-form {
  padding-top: 50px;
  padding-bottom: 40px;
}

.block.views-exposed-form h2 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 32px;
}

@media (max-width: 991.98px) {
  .block.views-exposed-form h2 {
    letter-spacing: 1px;
  }
}

@media (min-width: 768px) {
  .block.views-exposed-form {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .block.views-exposed-form h2 {
    margin-bottom: 50px;
    font-size: 40px;
  }
}

.block-views-block-explore-country-pages-block-explore-country-page img {
  width: 42px;
  height: 30px;
}

.block-views-block-explore-country-pages-block-explore-country-page a {
  padding-left: 15px;
  line-height: 1;
}

.block-views-block-explore-country-pages-block-explore-country-page h3 {
  margin-top: 50px;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  .block-views-block-explore-country-pages-block-explore-country-page h2 {
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .block-views-block-explore-country-pages-block-explore-country-page h3 {
    line-height: 20px;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .block-views-block-explore-country-pages-block-explore-country-page p {
    line-height: 22px;
  }
}

.block-views-block-explore-regional-programmes h3 {
  margin-top: 60px;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  .block-views-block-explore-regional-programmes h2 {
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .block-views-block-explore-regional-programmes h3 {
    line-height: 20px;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .block-views-block-explore-regional-programmes h4 {
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  .block-views-block-explore-regional-programmes .explore-regional-programmes-maps {
    padding-top: 30px;
    text-align: center;
  }

  .node-10 .block-views-block-explore-regional-programmes .explore-regional-programmes-maps:nth-of-type(3) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block-views-block-explore-regional-programmes p {
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  .block-genderdatagapschallenges .row:not(:last-child) {
    padding-bottom: 30px;
  }
}

.block-genderdatagapschallenges .row--count,
.block-goals-and-challenges .row--count,
.block-tierclassificationcriteriadefinitions .row--count {
  font-size: 38px;
  letter-spacing: 0.5px;
  line-height: 1;
}

@media (max-width: 767.98px) {

  .block-genderdatagapschallenges .row--count,
  .block-goals-and-challenges .row--count,
  .block-tierclassificationcriteriadefinitions .row--count {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 28px;
  }
}

@media (max-width: 767.98px) {

  .block-genderdatagapschallenges h4,
  .block-goals-and-challenges h4,
  .block-tierclassificationcriteriadefinitions h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .block-genderdatagapschallenges h2,
  .block-goals-and-challenges h2,
  .block-tierclassificationcriteriadefinitions h2 {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .block-genderdatagapschallenges .col-md-4,
  .block-goals-and-challenges .col-md-4,
  .block-tierclassificationcriteriadefinitions .col-md-4 {
    padding-bottom: 40px;
  }
}

.block-goals-and-challenges .row--count {
  font-size: 30px;
  letter-spacing: 0.45px;
  line-height: 1.44;
}

.block-goals-and-challenges .row--count-body {
  padding-left: 20px;
}

.block-goals-and-challenges h4 {
  line-height: 1.44;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .block-goals-and-challenges .col-md-4 {
    padding-bottom: 10px;
  }
}

.block-sdgmonitoringindicators .card {
  height: 100%;
  border: none;
}

.block-sdgmonitoringindicators .card .arrow-hover {
  position: absolute;
  background-color: #FF885F;
  border-radius: 2px;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width linear 0.2s;
  -o-transition: width linear 0.2s;
  transition: width linear 0.2s;
}

.block-sdgmonitoringindicators .card .arrow-hover--bottom {
  width: 0;
  height: 2px;
}

.block-sdgmonitoringindicators .card:hover .arrow-hover {
  width: 80%;
}

.block-sdgmonitoringindicators .card h5.card-title {
  font-size: 14px;
}

.block-sdgmonitoringindicators .card h5.card-title svg {
  margin-right: 15px;
}

@media (max-width: 767.98px) {
  .block-sdgmonitoringindicators .col-md-4 {
    padding-bottom: 20px;
  }
}

.block-bg-linear-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#edf0f2));
  background: -webkit-linear-gradient(#ffffff 0%, #edf0f2 100%);
  background: -o-linear-gradient(#ffffff 0%, #edf0f2 100%);
  background: linear-gradient(#ffffff 0%, #edf0f2 100%);
}

#block-countrymenu {
  margin-top: 20px;
}

@media (min-width: 992px) {
  #block-countrymenu {
    margin-top: 40px;
  }
}

@media (max-width: 1259.98px) {
  #block-countrymenu {
    padding: 0;
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  #block-countrymenu {
    padding-left: 25px;
    padding-right: 25px;
  }
}

#block-countrymenu .btn-dropdown {
  border: 1.5px solid #ff885f;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: initial;
  cursor: pointer;
  z-index: 1;
  font-size: 18px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  #block-countrymenu .btn-dropdown {
    max-width: 340px;
  }
}

#block-countrymenu .views-element-container:not(:last-child) {
  border-bottom: 1px solid #ced4da;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

#block-countrymenu .dropdown-menu {
  min-width: 0;
  width: 100%;
  margin-top: -2px;
  padding: 18px 24px;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

@media (min-width: 992px) {
  #block-countrymenu .dropdown-menu {
    max-width: 340px;
  }
}

#block-countrymenu .dropdown-menu a {
  padding: 6px 0;
  display: block;
  margin-left: -24px;
  padding-left: 24px;
}

#block-countrymenu .dropdown-menu a:hover,
#block-countrymenu .dropdown-menu a.active {
  background-color: rgba(255, 136, 95, 0.2);
  color: #000;
}

@media (max-width: 991.98px) {

  .block-views-block-news-events-gender-data-in-context .grid-container,
  .block-views-block-news-events-gender-data-in-context .paragraph--type--main .paragraph--type--tab .field--name-field-description,
  .paragraph--type--main .paragraph--type--tab .block-views-block-news-events-gender-data-in-context .field--name-field-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 25px;
  }

  .block-views-block-news-events-gender-data-in-context .grid-container .row,
  .block-views-block-news-events-gender-data-in-context .paragraph--type--main .paragraph--type--tab .field--name-field-description .row,
  .paragraph--type--main .paragraph--type--tab .block-views-block-news-events-gender-data-in-context .field--name-field-description .row {
    margin: 0 -20px;
  }
}

.block-views-block-news-events-gender-data-in-context h2 {
  max-width: 560px;
}

@media (max-width: 991.98px) {
  .block-views-block-news-events-gender-data-in-context h2 {
    margin-bottom: 60px;
  }
}

.block-views-block-news-events-gender-data-in-context .more-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991.98px) {
  .block-views-block-news-events-gender-data-in-context .more-link {
    font-size: 16px;
    letter-spacing: 0px;
    right: initial;
    top: -50px;
    position: absolute;
  }

  .block-views-block-news-events-gender-data-in-context .more-link:after {
    content: url("/themes/custom/unwomen/img/view-more.svg");
    height: 22px;
  }

  .block-views-block-news-events-gender-data-in-context .more-link a {
    color: #FF885F;
  }

  .block-views-block-news-events-gender-data-in-context .more-link a:after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  .block-views-block-news-events-gender-data-in-context h2,
  .block-views-block-news-events-gender-data-in-context .more-link {
    padding-left: 35px;
  }
}

@media (max-width: 991.98px) {
  .block-views-block-news-events-news-events-teaser-vertical h2 {
    margin-bottom: 70px;
    letter-spacing: 1.75px;
  }
}

@media (max-width: 991.98px) {
  .block-views-block-news-events-news-events-teaser-vertical .more-link {
    font-size: 18px;
    letter-spacing: 0px;
    right: initial;
    line-height: 18px;
    top: -50px;
    position: absolute;
  }
}

@media (max-width: 767.98px) {
  .block-views-block-news-events-news-events-teaser-vertical .more-link {
    font-size: 16px;
    line-height: 16px;
    top: -35px;
  }

  .block-views-block-news-events-news-events-teaser-vertical .more-link:after {
    content: url("/themes/custom/unwomen/img/view-more.svg");
    position: absolute;
    margin-left: 5px;
    margin-top: -3px;
  }

  .block-views-block-news-events-news-events-teaser-vertical .more-link a {
    color: #FF885F;
  }

  .block-views-block-news-events-news-events-teaser-vertical .more-link a:after {
    display: none;
  }
}

.block-explorethedataondatahomepage li {
  width: 28%;
}

.block-wherewework h2 {
  margin-bottom: 30px;
}

.block-wherewework h3 {
  letter-spacing: 1px;
  margin: 0;
}

.block-wherewework .file--application-pdf {
  max-width: 234px;
}

@media (max-width: 767.98px) {
  .block-wherewework .file--application-pdf {
    font-size: 14px;
    max-width: 190px;
  }
}

@media (max-width: 767.98px) {
  .block-wherewework h3 {
    margin: 10px 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .block-wherewework h2 {
    margin-bottom: 30px;
  }

  .block-wherewework p {
    line-height: 22px;
  }
}

.block-explorethedatagenderstatistic .field--type-text-with-summary {
  margin-bottom: 0px;
}

.block--data-progres-worlds-women h5 {
  margin-bottom: 0;
  color: #0397d6;
  padding-top: 20px;
  padding-bottom: 5px;
  line-height: 25px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .block--data-progres-worlds-women h5 {
    font-size: 12px;
    line-height: 16px;
  }
}

.block--data-progres-worlds-women .modal {
  overflow-y: hidden;
}

.block--data-progres-worlds-women .section-modal {
  background: #F9F9F9;
  height: 90%;
  width: 90%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.block--data-progres-worlds-women button.close.btn-close--modal {
  position: fixed;
  padding: 5px 10px;
  color: #fff;
  background-color: #000;
  border-radius: 0;
  opacity: 1;
}

.block--data-progres-worlds-women h3 {
  padding-bottom: 20px;
}

@media (max-width: 767.98px) {
  .block--data-progres-worlds-women h3 {
    line-height: 20px;
    font-size: 16px;
  }
}

.block--data-progres-worlds-women .border-pww {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .block--data-progres-worlds-women .border-pww {
    padding-bottom: 20px;
  }
}

.block--data-progres-worlds-women .border-pww.text-wrapp {
  padding-bottom: 40px;
}

@media (max-width: 991.98px) {
  .block--data-progres-worlds-women .border-pww.text-wrapp {
    padding-bottom: 30px;
  }
}

.block--data-progres-worlds-women .border-pww a {
  padding-right: 55px;
}

.block--data-progres-worlds-women .border-pww a:last-child {
  padding-right: 0;
}

.block-block-content.block-news .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block-block-content.block-news .img-wrapp {
  margin-left: -100px;
}

@media (max-width: 991.98px) {
  .block-block-content.block-news .img-wrapp {
    margin-left: initial;
  }
}

@media (max-width: 767.98px) {
  #block-news .content-wrap {
    margin-top: 40px;
  }

  #block-news img {
    height: auto;
  }
}

.block--criteria-and-definition {
  padding: 60px;
}

@media (max-width: 767.98px) {
  .block--criteria-and-definition {
    padding: 40px 20px;
  }
}

.block--criteria-and-definition .list {
  padding-left: 0;
  margin-bottom: 0;
}

.block--criteria-and-definition .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block--criteria-and-definition .list li:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767.98px) {
  .block--criteria-and-definition .list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.block--criteria-and-definition .text-secondary {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 26px;
}

@media (max-width: 767.98px) {
  .block--criteria-and-definition .text-secondary {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 20px;
  }
}

.block--criteria-and-definition .tier-title {
  color: #1e1e1e;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 32px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .block--criteria-and-definition .tier-title {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 20px;
  }
}

.block--criteria-and-definition .number {
  color: #0397D6;
  font-size: 38px;
  letter-spacing: 0.5px;
  line-height: 46px;
  padding-right: 30px;
}

@media (max-width: 767.98px) {
  .block--criteria-and-definition .number {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 32px;
    padding-right: 10px;
  }
}

.block-how-we-work h3 {
  margin-bottom: 20px;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  .block-how-we-work h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

.block-default-pt-pb {
  padding-top: 100px;
  padding-bottom: 110px;
}

@media (max-width: 767.98px) {
  .block-default-pt-pb {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.banner-active .block.views-exposed-form {
  padding-top: 78px;
}

@media (min-width: 768px) {
  .banner-active .sticky-xl {
    top: 320px;
  }
}

@media (min-width: 992px) {
  .sticky-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 240px;
    left: 0;
    z-index: 2;
    height: 0;
  }

  .sticky-xl .block-better-social-sharing-buttons {
    margin-left: auto;
  }

  .sticky-xl .social-sharing-buttons {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    background-color: rgba(237, 240, 242, 0.5);
    padding: 20px 20px 10px;
    margin: 0;
  }

  .sticky-xl .social-sharing-buttons__button {
    padding-bottom: 10px;
    margin: 0;
  }

  .sticky-xl .social-sharing-buttons__button svg {
    border: 1px solid #000;
  }

  .sticky-xl .social-sharing-buttons__button svg:hover {
    -webkit-filter: invert(57%) sepia(100%) saturate(265%) hue-rotate(-38deg) brightness(104%) contrast(97%);
    filter: invert(57%) sepia(100%) saturate(265%) hue-rotate(-38deg) brightness(104%) contrast(97%);
  }
}

@media (max-width: 1259.98px) {
  .sticky-xl {
    display: none;
  }
}

@media (min-width: 992px) {
  .sticky-lg {
    display: none;
  }
}

@media (max-width: 1259.98px) {
  .sticky-lg {
    display: grid;
    grid-template-columns: 156px -webkit-max-content;
    grid-template-columns: 156px max-content;
    gap: 12px;
  }

  .sticky-lg .social-sharing-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 0 10px;
    margin: 0;
    background-color: transparent;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sticky-lg .social-sharing-buttons__button {
    padding-bottom: 10px;
    margin-left: 0;
  }
}

@media (max-width: 1259.98px) and (max-width: 1259.98px) {
  .sticky-lg .social-sharing-buttons__button {
    margin: 0 6px;
  }

  .sticky-lg .social-sharing-buttons__button:first-child {
    margin-left: 0;
  }
}

@media (max-width: 1259.98px) {
  .sticky-lg .social-sharing-buttons__button svg {
    border: 1px solid #000;
  }

  .sticky-lg .social-sharing-buttons__button svg:hover {
    -webkit-filter: invert(57%) sepia(100%) saturate(265%) hue-rotate(-38deg) brightness(104%) contrast(97%);
    filter: invert(57%) sepia(100%) saturate(265%) hue-rotate(-38deg) brightness(104%) contrast(97%);
  }
}

.block-global .field--type-link .field__item {
  margin-top: 20px;
}

a.learn-more-link,
.learn-more-link a {
  text-transform: uppercase;
  position: relative;
}

a.learn-more-link:after,
.learn-more-link a:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.475' height='16.829' viewBox='0 0 9.475 16.829'%3E%3Cg id='arrow-right' transform='translate(-0.145 0.238) rotate(90)'%3E%3Cpath id='Line-5' d='M11.171-.6V9.8' transform='translate(23.006 -9.529) rotate(135)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-5-2' data-name='Line-5' d='M4.5-.317v10.4' transform='translate(4.229 1.752) rotate(-135)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
  margin-left: 15px;
  position: absolute;
  bottom: -6px;
}

a.learn-more-link:hover:after,
.learn-more-link a:hover:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.475' height='16.829' viewBox='0 0 9.475 16.829'%3E%3Cg id='arrow-right' transform='translate(-0.145 0.238) rotate(90)'%3E%3Cpath id='Line-5' d='M11.171-.6V9.8' transform='translate(23.006 -9.529) rotate(135)' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-5-2' data-name='Line-5' d='M4.5-.317v10.4' transform='translate(4.229 1.752) rotate(-135)' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}

a.learn-more-link.learn-more-left,
.learn-more-link a.learn-more-left {
  line-height: 19px;
}

a.learn-more-link.learn-more-left:after,
.learn-more-link a.learn-more-left:after {
  display: none;
}

a.learn-more-link.learn-more-left:before,
.learn-more-link a.learn-more-left:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.475' height='16.829' viewBox='0 0 9.475 16.829'%3E%3Cg id='arrow-right' transform='translate(-0.145 0.238) rotate(90)'%3E%3Cpath id='Line-5' d='M11.171-.6V9.8' transform='translate(23.006 -9.529) rotate(135)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-5-2' data-name='Line-5' d='M4.5-.317v10.4' transform='translate(4.229 1.752) rotate(-135)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 10px;
  height: 18px;
}

a.learn-more-link.learn-more-left:hover:after,
.learn-more-link a.learn-more-left:hover:after {
  display: none;
}

a.learn-more-link.learn-more-left:hover:before,
.learn-more-link a.learn-more-left:hover:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.475' height='16.829' viewBox='0 0 9.475 16.829'%3E%3Cg id='arrow-right' transform='translate(-0.145 0.238) rotate(90)'%3E%3Cpath id='Line-5' d='M11.171-.6V9.8' transform='translate(23.006 -9.529) rotate(135)' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-5-2' data-name='Line-5' d='M4.5-.317v10.4' transform='translate(4.229 1.752) rotate(-135)' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}

a.learn-more-link.learn-more--top-article,
.learn-more-link a.learn-more--top-article {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 17px;
  top: 0;
  position: absolute;
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding-left: 10px;
}

@media (max-width: 991.98px) {

  a.learn-more-link.learn-more--top-article,
  .learn-more-link a.learn-more--top-article {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    left: 0;
    position: relative;
    width: 100%;
    padding-top: 25px;
    margin-left: -25px;
  }
}

@media (max-width: 767.98px) {

  a.learn-more-link.learn-more--top-article,
  .learn-more-link a.learn-more--top-article {
    margin-left: 0px;
    padding-left: 0px;
  }
}

.line-header p {
  margin: 0;
}

.line-header.collapsed p {
  margin: 0;
}

.field--name-field-basic-content {
  margin-bottom: 18px;
}

.block-socialmedialinks-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .block-socialmedialinks-2 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .block-socialmedialinks-2 {
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 10px;
  }
}

.block-socialmedialinks-2 .footer-socials {
  max-width: 280px;
}

@media (max-width: 991.98px) {
  .block-webform h2 {
    margin-bottom: 20px;
  }
}

.block--prev-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 991.98px) {
  .block--prev-next {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 767.98px) {
  .block--prev-next {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 991.98px) {
  .block-views-block-what-s-new-whats-new-gender-covid19 .text-vertical {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .block-views-block-news-events-news-events-teaser-horizontal .row {
    display: grid;
    row-gap: 20px;
  }
}

.block-genderdatagapschallenges .gender-data-title {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .block-genderdatagapschallenges .gender-data-title {
    margin-bottom: 20px;
  }
}

.quicktabs-main {
  min-height: 60vh;
}

@media (max-width: 767.98px) {
  .quicktabs-main {
    min-height: 50vh;
  }
}

.region-content .wrap-body a:not(.btn) {
  text-decoration: underline;
}

.region-content .wrap-body .field--name-field-learn-more a {
  text-decoration: none;
}

.region-content .paragraph--section--main a:not(.btn) {
  text-decoration: underline;
}

.region-content .paragraph--section--main .field--name-field-learn-more a {
  text-decoration: none;
}

.node--type-news-events .wrap--type-theme,
.node--type-publication .wrap--type-theme,
.node--type-features .wrap--type-theme,
.node--type-resources .wrap--type-theme,
.node--type-page .wrap--type-theme {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #0397D6;
  line-height: 1.71;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {

  .node--type-news-events .wrap--type-theme,
  .node--type-publication .wrap--type-theme,
  .node--type-features .wrap--type-theme,
  .node--type-resources .wrap--type-theme,
  .node--type-page .wrap--type-theme {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {

  .node--type-news-events .wrap--type-theme,
  .node--type-publication .wrap--type-theme,
  .node--type-features .wrap--type-theme,
  .node--type-resources .wrap--type-theme,
  .node--type-page .wrap--type-theme {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.node--type-news-events .wrap--type-theme a,
.node--type-publication .wrap--type-theme a,
.node--type-features .wrap--type-theme a,
.node--type-resources .wrap--type-theme a,
.node--type-page .wrap--type-theme a {
  color: #0397D6;
}

.node--type-news-events .wrap--type-theme a:hover,
.node--type-publication .wrap--type-theme a:hover,
.node--type-features .wrap--type-theme a:hover,
.node--type-resources .wrap--type-theme a:hover,
.node--type-page .wrap--type-theme a:hover {
  border-bottom: 1px solid #0397d6;
}

.node--type-news-events .wrap--type-theme span,
.node--type-publication .wrap--type-theme span,
.node--type-features .wrap--type-theme span,
.node--type-resources .wrap--type-theme span,
.node--type-page .wrap--type-theme span {
  margin-top: -1px;
  padding-right: 4px;
  padding-left: 4px;
}

.node--type-news-events .wrap-body,
.node--type-publication .wrap-body,
.node--type-features .wrap-body,
.node--type-resources .wrap-body,
.node--type-page .wrap-body {
  margin-bottom: 70px;
}

@media (max-width: 1259.98px) {

  .node--type-news-events .wrap-body,
  .node--type-publication .wrap-body,
  .node--type-features .wrap-body,
  .node--type-resources .wrap-body,
  .node--type-page .wrap-body {
    margin-bottom: 60px;
  }
}

.node--type-news-events.node--view-mode-teaser-big,
.node--type-publication.node--view-mode-teaser-big,
.node--type-features.node--view-mode-teaser-big,
.node--type-resources.node--view-mode-teaser-big,
.node--type-page.node--view-mode-teaser-big {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 20%;
  position: relative;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-teaser-big,
  .node--type-publication.node--view-mode-teaser-big,
  .node--type-features.node--view-mode-teaser-big,
  .node--type-resources.node--view-mode-teaser-big,
  .node--type-page.node--view-mode-teaser-big {
    background-position: 30% 20%;
  }
}

.node--type-news-events.node--view-mode-teaser-big .node-content-wrap,
.node--type-publication.node--view-mode-teaser-big .node-content-wrap,
.node--type-features.node--view-mode-teaser-big .node-content-wrap,
.node--type-resources.node--view-mode-teaser-big .node-content-wrap,
.node--type-page.node--view-mode-teaser-big .node-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  padding: 260px 100px 80px 100px;
  margin: auto;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-teaser-big .node-content-wrap,
  .node--type-publication.node--view-mode-teaser-big .node-content-wrap,
  .node--type-features.node--view-mode-teaser-big .node-content-wrap,
  .node--type-resources.node--view-mode-teaser-big .node-content-wrap,
  .node--type-page.node--view-mode-teaser-big .node-content-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 12px 70px 41px;
    height: calc(100vh - 55px);
    max-height: 605px;
  }
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-big .node-content-wrap,
  .node--type-publication.node--view-mode-teaser-big .node-content-wrap,
  .node--type-features.node--view-mode-teaser-big .node-content-wrap,
  .node--type-resources.node--view-mode-teaser-big .node-content-wrap,
  .node--type-page.node--view-mode-teaser-big .node-content-wrap {
    padding: 0 20px 60px;
    max-height: 580px;
  }
}

.node--type-news-events.node--view-mode-teaser-big .node-content-wrap .wrap--type-theme,
.node--type-publication.node--view-mode-teaser-big .node-content-wrap .wrap--type-theme,
.node--type-features.node--view-mode-teaser-big .node-content-wrap .wrap--type-theme,
.node--type-resources.node--view-mode-teaser-big .node-content-wrap .wrap--type-theme,
.node--type-page.node--view-mode-teaser-big .node-content-wrap .wrap--type-theme {
  padding: 0 5px;
  background: rgba(3, 151, 214, 0.5);
  line-height: 24px;
  color: #fff;
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-big .node-content-wrap .wrap--type-theme,
  .node--type-publication.node--view-mode-teaser-big .node-content-wrap .wrap--type-theme,
  .node--type-features.node--view-mode-teaser-big .node-content-wrap .wrap--type-theme,
  .node--type-resources.node--view-mode-teaser-big .node-content-wrap .wrap--type-theme,
  .node--type-page.node--view-mode-teaser-big .node-content-wrap .wrap--type-theme {
    line-height: 16px;
  }
}

.node--type-news-events.node--view-mode-teaser-big .node-content-wrap .node-title,
.node--type-publication.node--view-mode-teaser-big .node-content-wrap .node-title,
.node--type-features.node--view-mode-teaser-big .node-content-wrap .node-title,
.node--type-resources.node--view-mode-teaser-big .node-content-wrap .node-title,
.node--type-page.node--view-mode-teaser-big .node-content-wrap .node-title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 0;
  max-width: 690px;
  line-height: 40px;
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-big .node-content-wrap .node-title,
  .node--type-publication.node--view-mode-teaser-big .node-content-wrap .node-title,
  .node--type-features.node--view-mode-teaser-big .node-content-wrap .node-title,
  .node--type-resources.node--view-mode-teaser-big .node-content-wrap .node-title,
  .node--type-page.node--view-mode-teaser-big .node-content-wrap .node-title {
    font-size: 24px;
    line-height: 32px;
    padding: 10px 0;
  }
}

.node--type-news-events.node--view-mode-teaser-big .node-content-wrap .field--type-datetime,
.node--type-publication.node--view-mode-teaser-big .node-content-wrap .field--type-datetime,
.node--type-features.node--view-mode-teaser-big .node-content-wrap .field--type-datetime,
.node--type-resources.node--view-mode-teaser-big .node-content-wrap .field--type-datetime,
.node--type-page.node--view-mode-teaser-big .node-content-wrap .field--type-datetime {
  letter-spacing: 0.67px;
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-big .node-content-wrap .field--type-datetime,
  .node--type-publication.node--view-mode-teaser-big .node-content-wrap .field--type-datetime,
  .node--type-features.node--view-mode-teaser-big .node-content-wrap .field--type-datetime,
  .node--type-resources.node--view-mode-teaser-big .node-content-wrap .field--type-datetime,
  .node--type-page.node--view-mode-teaser-big .node-content-wrap .field--type-datetime {
    line-height: 20px;
  }
}

.node--type-news-events.node--view-mode-teaser-big:hover .node-title span,
.node--type-publication.node--view-mode-teaser-big:hover .node-title span,
.node--type-features.node--view-mode-teaser-big:hover .node-title span,
.node--type-resources.node--view-mode-teaser-big:hover .node-title span,
.node--type-page.node--view-mode-teaser-big:hover .node-title span {
  border-bottom: 2px solid #FF885F;
}

.node--type-news-events.node--view-mode-teaser-big .hero--gradient,
.node--type-publication.node--view-mode-teaser-big .hero--gradient,
.node--type-features.node--view-mode-teaser-big .hero--gradient,
.node--type-resources.node--view-mode-teaser-big .hero--gradient,
.node--type-page.node--view-mode-teaser-big .hero--gradient {
  background-image: -webkit-linear-gradient(45deg, rgba(35, 35, 35, 0.5) 0%, rgba(114, 114, 114, 0.01) 80%, rgba(114, 114, 114, 0) 100%);
  background-image: -o-linear-gradient(45deg, rgba(35, 35, 35, 0.5) 0%, rgba(114, 114, 114, 0.01) 80%, rgba(114, 114, 114, 0) 100%);
  background-image: linear-gradient(45deg, rgba(35, 35, 35, 0.5) 0%, rgba(114, 114, 114, 0.01) 80%, rgba(114, 114, 114, 0) 100%);
}

.node--type-news-events.node--view-mode-teaser-horizontal-publication-page,
.node--type-news-events.node--view-mode-teaser-horizontal,
.node--type-publication.node--view-mode-teaser-horizontal-publication-page,
.node--type-publication.node--view-mode-teaser-horizontal,
.node--type-features.node--view-mode-teaser-horizontal-publication-page,
.node--type-features.node--view-mode-teaser-horizontal,
.node--type-resources.node--view-mode-teaser-horizontal-publication-page,
.node--type-resources.node--view-mode-teaser-horizontal,
.node--type-page.node--view-mode-teaser-horizontal-publication-page,
.node--type-page.node--view-mode-teaser-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #fff;
  height: 200px;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-teaser-horizontal-publication-page,
  .node--type-news-events.node--view-mode-teaser-horizontal,
  .node--type-publication.node--view-mode-teaser-horizontal-publication-page,
  .node--type-publication.node--view-mode-teaser-horizontal,
  .node--type-features.node--view-mode-teaser-horizontal-publication-page,
  .node--type-features.node--view-mode-teaser-horizontal,
  .node--type-resources.node--view-mode-teaser-horizontal-publication-page,
  .node--type-resources.node--view-mode-teaser-horizontal,
  .node--type-page.node--view-mode-teaser-horizontal-publication-page,
  .node--type-page.node--view-mode-teaser-horizontal {
    min-height: unset;
  }
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-horizontal-publication-page,
  .node--type-news-events.node--view-mode-teaser-horizontal,
  .node--type-publication.node--view-mode-teaser-horizontal-publication-page,
  .node--type-publication.node--view-mode-teaser-horizontal,
  .node--type-features.node--view-mode-teaser-horizontal-publication-page,
  .node--type-features.node--view-mode-teaser-horizontal,
  .node--type-resources.node--view-mode-teaser-horizontal-publication-page,
  .node--type-resources.node--view-mode-teaser-horizontal,
  .node--type-page.node--view-mode-teaser-horizontal-publication-page,
  .node--type-page.node--view-mode-teaser-horizontal {
    height: 162px;
    margin-bottom: 10px;
  }
}

.node--type-news-events.node--view-mode-teaser-horizontal-publication-page:hover,
.node--type-news-events.node--view-mode-teaser-horizontal:hover,
.node--type-publication.node--view-mode-teaser-horizontal-publication-page:hover,
.node--type-publication.node--view-mode-teaser-horizontal:hover,
.node--type-features.node--view-mode-teaser-horizontal-publication-page:hover,
.node--type-features.node--view-mode-teaser-horizontal:hover,
.node--type-resources.node--view-mode-teaser-horizontal-publication-page:hover,
.node--type-resources.node--view-mode-teaser-horizontal:hover,
.node--type-page.node--view-mode-teaser-horizontal-publication-page:hover,
.node--type-page.node--view-mode-teaser-horizontal:hover {
  -webkit-box-shadow: 1px 2px 10px 0 rgba(72, 72, 72, 0.5);
  box-shadow: 1px 2px 10px 0 rgba(72, 72, 72, 0.5);
}

.node--type-news-events.node--view-mode-teaser-horizontal-publication-page:hover .arrow-hover,
.node--type-news-events.node--view-mode-teaser-horizontal:hover .arrow-hover,
.node--type-publication.node--view-mode-teaser-horizontal-publication-page:hover .arrow-hover,
.node--type-publication.node--view-mode-teaser-horizontal:hover .arrow-hover,
.node--type-features.node--view-mode-teaser-horizontal-publication-page:hover .arrow-hover,
.node--type-features.node--view-mode-teaser-horizontal:hover .arrow-hover,
.node--type-resources.node--view-mode-teaser-horizontal-publication-page:hover .arrow-hover,
.node--type-resources.node--view-mode-teaser-horizontal:hover .arrow-hover,
.node--type-page.node--view-mode-teaser-horizontal-publication-page:hover .arrow-hover,
.node--type-page.node--view-mode-teaser-horizontal:hover .arrow-hover {
  height: 80%;
}

.node--type-news-events.node--view-mode-teaser-horizontal-publication-page .wrap--type-theme,
.node--type-news-events.node--view-mode-teaser-horizontal .wrap--type-theme,
.node--type-publication.node--view-mode-teaser-horizontal-publication-page .wrap--type-theme,
.node--type-publication.node--view-mode-teaser-horizontal .wrap--type-theme,
.node--type-features.node--view-mode-teaser-horizontal-publication-page .wrap--type-theme,
.node--type-features.node--view-mode-teaser-horizontal .wrap--type-theme,
.node--type-resources.node--view-mode-teaser-horizontal-publication-page .wrap--type-theme,
.node--type-resources.node--view-mode-teaser-horizontal .wrap--type-theme,
.node--type-page.node--view-mode-teaser-horizontal-publication-page .wrap--type-theme,
.node--type-page.node--view-mode-teaser-horizontal .wrap--type-theme {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.node--type-news-events.node--view-mode-teaser-horizontal-publication-page .arrow-hover,
.node--type-news-events.node--view-mode-teaser-horizontal .arrow-hover,
.node--type-publication.node--view-mode-teaser-horizontal-publication-page .arrow-hover,
.node--type-publication.node--view-mode-teaser-horizontal .arrow-hover,
.node--type-features.node--view-mode-teaser-horizontal-publication-page .arrow-hover,
.node--type-features.node--view-mode-teaser-horizontal .arrow-hover,
.node--type-resources.node--view-mode-teaser-horizontal-publication-page .arrow-hover,
.node--type-resources.node--view-mode-teaser-horizontal .arrow-hover,
.node--type-page.node--view-mode-teaser-horizontal-publication-page .arrow-hover,
.node--type-page.node--view-mode-teaser-horizontal .arrow-hover {
  position: absolute;
  background-color: #FF885F;
  border-radius: 2px;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: height linear 0.2s;
  -o-transition: height linear 0.2s;
  transition: height linear 0.2s;
}

.node--type-news-events.node--view-mode-teaser-horizontal-publication-page .arrow-hover--right,
.node--type-news-events.node--view-mode-teaser-horizontal .arrow-hover--right,
.node--type-publication.node--view-mode-teaser-horizontal-publication-page .arrow-hover--right,
.node--type-publication.node--view-mode-teaser-horizontal .arrow-hover--right,
.node--type-features.node--view-mode-teaser-horizontal-publication-page .arrow-hover--right,
.node--type-features.node--view-mode-teaser-horizontal .arrow-hover--right,
.node--type-resources.node--view-mode-teaser-horizontal-publication-page .arrow-hover--right,
.node--type-resources.node--view-mode-teaser-horizontal .arrow-hover--right,
.node--type-page.node--view-mode-teaser-horizontal-publication-page .arrow-hover--right,
.node--type-page.node--view-mode-teaser-horizontal .arrow-hover--right {
  width: 3px;
  height: 0;
}

.node--type-news-events.node--view-mode-teaser-horizontal-publication-page .field--type-image,
.node--type-news-events.node--view-mode-teaser-horizontal .field--type-image,
.node--type-publication.node--view-mode-teaser-horizontal-publication-page .field--type-image,
.node--type-publication.node--view-mode-teaser-horizontal .field--type-image,
.node--type-features.node--view-mode-teaser-horizontal-publication-page .field--type-image,
.node--type-features.node--view-mode-teaser-horizontal .field--type-image,
.node--type-resources.node--view-mode-teaser-horizontal-publication-page .field--type-image,
.node--type-resources.node--view-mode-teaser-horizontal .field--type-image,
.node--type-page.node--view-mode-teaser-horizontal-publication-page .field--type-image,
.node--type-page.node--view-mode-teaser-horizontal .field--type-image {
  min-width: 250px;
  max-width: 250px;
}

@media (max-width: 1259.98px) {

  .node--type-news-events.node--view-mode-teaser-horizontal-publication-page .field--type-image,
  .node--type-news-events.node--view-mode-teaser-horizontal .field--type-image,
  .node--type-publication.node--view-mode-teaser-horizontal-publication-page .field--type-image,
  .node--type-publication.node--view-mode-teaser-horizontal .field--type-image,
  .node--type-features.node--view-mode-teaser-horizontal-publication-page .field--type-image,
  .node--type-features.node--view-mode-teaser-horizontal .field--type-image,
  .node--type-resources.node--view-mode-teaser-horizontal-publication-page .field--type-image,
  .node--type-resources.node--view-mode-teaser-horizontal .field--type-image,
  .node--type-page.node--view-mode-teaser-horizontal-publication-page .field--type-image,
  .node--type-page.node--view-mode-teaser-horizontal .field--type-image {
    min-width: 225px;
    max-width: 225px;
  }
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-horizontal-publication-page .field--type-image,
  .node--type-news-events.node--view-mode-teaser-horizontal .field--type-image,
  .node--type-publication.node--view-mode-teaser-horizontal-publication-page .field--type-image,
  .node--type-publication.node--view-mode-teaser-horizontal .field--type-image,
  .node--type-features.node--view-mode-teaser-horizontal-publication-page .field--type-image,
  .node--type-features.node--view-mode-teaser-horizontal .field--type-image,
  .node--type-resources.node--view-mode-teaser-horizontal-publication-page .field--type-image,
  .node--type-resources.node--view-mode-teaser-horizontal .field--type-image,
  .node--type-page.node--view-mode-teaser-horizontal-publication-page .field--type-image,
  .node--type-page.node--view-mode-teaser-horizontal .field--type-image {
    height: auto;
    min-width: 125px;
    width: 125px;
  }
}

.node--type-news-events.node--view-mode-teaser-horizontal-publication-page .field--type-image img,
.node--type-news-events.node--view-mode-teaser-horizontal .field--type-image img,
.node--type-publication.node--view-mode-teaser-horizontal-publication-page .field--type-image img,
.node--type-publication.node--view-mode-teaser-horizontal .field--type-image img,
.node--type-features.node--view-mode-teaser-horizontal-publication-page .field--type-image img,
.node--type-features.node--view-mode-teaser-horizontal .field--type-image img,
.node--type-resources.node--view-mode-teaser-horizontal-publication-page .field--type-image img,
.node--type-resources.node--view-mode-teaser-horizontal .field--type-image img,
.node--type-page.node--view-mode-teaser-horizontal-publication-page .field--type-image img,
.node--type-page.node--view-mode-teaser-horizontal .field--type-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-horizontal-publication-page .field--type-image img,
  .node--type-news-events.node--view-mode-teaser-horizontal .field--type-image img,
  .node--type-publication.node--view-mode-teaser-horizontal-publication-page .field--type-image img,
  .node--type-publication.node--view-mode-teaser-horizontal .field--type-image img,
  .node--type-features.node--view-mode-teaser-horizontal-publication-page .field--type-image img,
  .node--type-features.node--view-mode-teaser-horizontal .field--type-image img,
  .node--type-resources.node--view-mode-teaser-horizontal-publication-page .field--type-image img,
  .node--type-resources.node--view-mode-teaser-horizontal .field--type-image img,
  .node--type-page.node--view-mode-teaser-horizontal-publication-page .field--type-image img,
  .node--type-page.node--view-mode-teaser-horizontal .field--type-image img {
    width: 100%;
    min-width: unset;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.node--type-news-events.node--view-mode-teaser-horizontal-publication-page .node-content-wrap,
.node--type-news-events.node--view-mode-teaser-horizontal .node-content-wrap,
.node--type-publication.node--view-mode-teaser-horizontal-publication-page .node-content-wrap,
.node--type-publication.node--view-mode-teaser-horizontal .node-content-wrap,
.node--type-features.node--view-mode-teaser-horizontal-publication-page .node-content-wrap,
.node--type-features.node--view-mode-teaser-horizontal .node-content-wrap,
.node--type-resources.node--view-mode-teaser-horizontal-publication-page .node-content-wrap,
.node--type-resources.node--view-mode-teaser-horizontal .node-content-wrap,
.node--type-page.node--view-mode-teaser-horizontal-publication-page .node-content-wrap,
.node--type-page.node--view-mode-teaser-horizontal .node-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 30px;
}

@media (max-width: 1259.98px) {

  .node--type-news-events.node--view-mode-teaser-horizontal-publication-page .node-content-wrap,
  .node--type-news-events.node--view-mode-teaser-horizontal .node-content-wrap,
  .node--type-publication.node--view-mode-teaser-horizontal-publication-page .node-content-wrap,
  .node--type-publication.node--view-mode-teaser-horizontal .node-content-wrap,
  .node--type-features.node--view-mode-teaser-horizontal-publication-page .node-content-wrap,
  .node--type-features.node--view-mode-teaser-horizontal .node-content-wrap,
  .node--type-resources.node--view-mode-teaser-horizontal-publication-page .node-content-wrap,
  .node--type-resources.node--view-mode-teaser-horizontal .node-content-wrap,
  .node--type-page.node--view-mode-teaser-horizontal-publication-page .node-content-wrap,
  .node--type-page.node--view-mode-teaser-horizontal .node-content-wrap {
    padding: 25px;
  }
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-horizontal-publication-page .node-content-wrap,
  .node--type-news-events.node--view-mode-teaser-horizontal .node-content-wrap,
  .node--type-publication.node--view-mode-teaser-horizontal-publication-page .node-content-wrap,
  .node--type-publication.node--view-mode-teaser-horizontal .node-content-wrap,
  .node--type-features.node--view-mode-teaser-horizontal-publication-page .node-content-wrap,
  .node--type-features.node--view-mode-teaser-horizontal .node-content-wrap,
  .node--type-resources.node--view-mode-teaser-horizontal-publication-page .node-content-wrap,
  .node--type-resources.node--view-mode-teaser-horizontal .node-content-wrap,
  .node--type-page.node--view-mode-teaser-horizontal-publication-page .node-content-wrap,
  .node--type-page.node--view-mode-teaser-horizontal .node-content-wrap {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 15px;
  }
}

.node--type-news-events.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .wrap--type-theme,
.node--type-news-events.node--view-mode-teaser-horizontal .node-content-wrap .wrap--type-theme,
.node--type-publication.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .wrap--type-theme,
.node--type-publication.node--view-mode-teaser-horizontal .node-content-wrap .wrap--type-theme,
.node--type-features.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .wrap--type-theme,
.node--type-features.node--view-mode-teaser-horizontal .node-content-wrap .wrap--type-theme,
.node--type-resources.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .wrap--type-theme,
.node--type-resources.node--view-mode-teaser-horizontal .node-content-wrap .wrap--type-theme,
.node--type-page.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .wrap--type-theme,
.node--type-page.node--view-mode-teaser-horizontal .node-content-wrap .wrap--type-theme {
  margin-bottom: 20px;
  line-height: 16px;
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .wrap--type-theme,
  .node--type-news-events.node--view-mode-teaser-horizontal .node-content-wrap .wrap--type-theme,
  .node--type-publication.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .wrap--type-theme,
  .node--type-publication.node--view-mode-teaser-horizontal .node-content-wrap .wrap--type-theme,
  .node--type-features.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .wrap--type-theme,
  .node--type-features.node--view-mode-teaser-horizontal .node-content-wrap .wrap--type-theme,
  .node--type-resources.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .wrap--type-theme,
  .node--type-resources.node--view-mode-teaser-horizontal .node-content-wrap .wrap--type-theme,
  .node--type-page.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .wrap--type-theme,
  .node--type-page.node--view-mode-teaser-horizontal .node-content-wrap .wrap--type-theme {
    margin-bottom: 10px;
  }
}

.node--type-news-events.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .node-title,
.node--type-news-events.node--view-mode-teaser-horizontal .node-content-wrap .node-title,
.node--type-publication.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .node-title,
.node--type-publication.node--view-mode-teaser-horizontal .node-content-wrap .node-title,
.node--type-features.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .node-title,
.node--type-features.node--view-mode-teaser-horizontal .node-content-wrap .node-title,
.node--type-resources.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .node-title,
.node--type-resources.node--view-mode-teaser-horizontal .node-content-wrap .node-title,
.node--type-page.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .node-title,
.node--type-page.node--view-mode-teaser-horizontal .node-content-wrap .node-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  width: 100%;
  max-width: 330px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .node-title,
  .node--type-news-events.node--view-mode-teaser-horizontal .node-content-wrap .node-title,
  .node--type-publication.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .node-title,
  .node--type-publication.node--view-mode-teaser-horizontal .node-content-wrap .node-title,
  .node--type-features.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .node-title,
  .node--type-features.node--view-mode-teaser-horizontal .node-content-wrap .node-title,
  .node--type-resources.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .node-title,
  .node--type-resources.node--view-mode-teaser-horizontal .node-content-wrap .node-title,
  .node--type-page.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .node-title,
  .node--type-page.node--view-mode-teaser-horizontal .node-content-wrap .node-title {
    margin-bottom: 20px;
    max-width: 405px;
  }
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .node-title,
  .node--type-news-events.node--view-mode-teaser-horizontal .node-content-wrap .node-title,
  .node--type-publication.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .node-title,
  .node--type-publication.node--view-mode-teaser-horizontal .node-content-wrap .node-title,
  .node--type-features.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .node-title,
  .node--type-features.node--view-mode-teaser-horizontal .node-content-wrap .node-title,
  .node--type-resources.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .node-title,
  .node--type-resources.node--view-mode-teaser-horizontal .node-content-wrap .node-title,
  .node--type-page.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .node-title,
  .node--type-page.node--view-mode-teaser-horizontal .node-content-wrap .node-title {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
  }
}

.node--type-news-events.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .field--type-datetime,
.node--type-news-events.node--view-mode-teaser-horizontal .node-content-wrap .field--type-datetime,
.node--type-publication.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .field--type-datetime,
.node--type-publication.node--view-mode-teaser-horizontal .node-content-wrap .field--type-datetime,
.node--type-features.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .field--type-datetime,
.node--type-features.node--view-mode-teaser-horizontal .node-content-wrap .field--type-datetime,
.node--type-resources.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .field--type-datetime,
.node--type-resources.node--view-mode-teaser-horizontal .node-content-wrap .field--type-datetime,
.node--type-page.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .field--type-datetime,
.node--type-page.node--view-mode-teaser-horizontal .node-content-wrap .field--type-datetime {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.58px;
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .field--type-datetime,
  .node--type-news-events.node--view-mode-teaser-horizontal .node-content-wrap .field--type-datetime,
  .node--type-publication.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .field--type-datetime,
  .node--type-publication.node--view-mode-teaser-horizontal .node-content-wrap .field--type-datetime,
  .node--type-features.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .field--type-datetime,
  .node--type-features.node--view-mode-teaser-horizontal .node-content-wrap .field--type-datetime,
  .node--type-resources.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .field--type-datetime,
  .node--type-resources.node--view-mode-teaser-horizontal .node-content-wrap .field--type-datetime,
  .node--type-page.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .field--type-datetime,
  .node--type-page.node--view-mode-teaser-horizontal .node-content-wrap .field--type-datetime {
    font-size: 16px;
  }
}

.node--type-news-events.node--view-mode-teaser-vertical-big,
.node--type-publication.node--view-mode-teaser-vertical-big,
.node--type-features.node--view-mode-teaser-vertical-big,
.node--type-resources.node--view-mode-teaser-vertical-big,
.node--type-page.node--view-mode-teaser-vertical-big {
  height: 100%;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-teaser-vertical-big,
  .node--type-publication.node--view-mode-teaser-vertical-big,
  .node--type-features.node--view-mode-teaser-vertical-big,
  .node--type-resources.node--view-mode-teaser-vertical-big,
  .node--type-page.node--view-mode-teaser-vertical-big {
    display: grid;
    grid-template-columns: 225px 1fr;
    gap: 30px;
    height: 225px;
  }
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-vertical-big,
  .node--type-publication.node--view-mode-teaser-vertical-big,
  .node--type-features.node--view-mode-teaser-vertical-big,
  .node--type-resources.node--view-mode-teaser-vertical-big,
  .node--type-page.node--view-mode-teaser-vertical-big {
    grid-template-columns: 125px 1fr;
    gap: 15px;
    min-height: 150px;
    height: 100%;
  }
}

.node--type-news-events.node--view-mode-teaser-vertical-big .arrow-hover,
.node--type-publication.node--view-mode-teaser-vertical-big .arrow-hover,
.node--type-features.node--view-mode-teaser-vertical-big .arrow-hover,
.node--type-resources.node--view-mode-teaser-vertical-big .arrow-hover,
.node--type-page.node--view-mode-teaser-vertical-big .arrow-hover {
  position: absolute;
  background-color: #FF885F;
  border-radius: 2px;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width linear 0.2s;
  -o-transition: width linear 0.2s;
  transition: width linear 0.2s;
}

.node--type-news-events.node--view-mode-teaser-vertical-big .arrow-hover--right,
.node--type-publication.node--view-mode-teaser-vertical-big .arrow-hover--right,
.node--type-features.node--view-mode-teaser-vertical-big .arrow-hover--right,
.node--type-resources.node--view-mode-teaser-vertical-big .arrow-hover--right,
.node--type-page.node--view-mode-teaser-vertical-big .arrow-hover--right {
  display: none;
  width: 3px;
  height: 0;
}

.node--type-news-events.node--view-mode-teaser-vertical-big .arrow-hover--bottom,
.node--type-publication.node--view-mode-teaser-vertical-big .arrow-hover--bottom,
.node--type-features.node--view-mode-teaser-vertical-big .arrow-hover--bottom,
.node--type-resources.node--view-mode-teaser-vertical-big .arrow-hover--bottom,
.node--type-page.node--view-mode-teaser-vertical-big .arrow-hover--bottom {
  display: block;
  width: 0;
  height: 3px;
}

@media (max-width: 1259.98px) {

  .node--type-news-events.node--view-mode-teaser-vertical-big .arrow-hover--bottom,
  .node--type-publication.node--view-mode-teaser-vertical-big .arrow-hover--bottom,
  .node--type-features.node--view-mode-teaser-vertical-big .arrow-hover--bottom,
  .node--type-resources.node--view-mode-teaser-vertical-big .arrow-hover--bottom,
  .node--type-page.node--view-mode-teaser-vertical-big .arrow-hover--bottom {
    display: none;
    height: 0;
  }

  .node--type-news-events.node--view-mode-teaser-vertical-big .arrow-hover--right,
  .node--type-publication.node--view-mode-teaser-vertical-big .arrow-hover--right,
  .node--type-features.node--view-mode-teaser-vertical-big .arrow-hover--right,
  .node--type-resources.node--view-mode-teaser-vertical-big .arrow-hover--right,
  .node--type-page.node--view-mode-teaser-vertical-big .arrow-hover--right {
    display: block;
    width: 3px;
    height: 0;
  }
}

.node--type-news-events.node--view-mode-teaser-vertical-big:hover,
.node--type-publication.node--view-mode-teaser-vertical-big:hover,
.node--type-features.node--view-mode-teaser-vertical-big:hover,
.node--type-resources.node--view-mode-teaser-vertical-big:hover,
.node--type-page.node--view-mode-teaser-vertical-big:hover {
  -webkit-box-shadow: 1px 2px 11px #9b9b9b;
  box-shadow: 1px 2px 11px #9b9b9b;
}

.node--type-news-events.node--view-mode-teaser-vertical-big:hover .arrow-hover,
.node--type-publication.node--view-mode-teaser-vertical-big:hover .arrow-hover,
.node--type-features.node--view-mode-teaser-vertical-big:hover .arrow-hover,
.node--type-resources.node--view-mode-teaser-vertical-big:hover .arrow-hover,
.node--type-page.node--view-mode-teaser-vertical-big:hover .arrow-hover {
  width: 80%;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-teaser-vertical-big:hover .arrow-hover,
  .node--type-publication.node--view-mode-teaser-vertical-big:hover .arrow-hover,
  .node--type-features.node--view-mode-teaser-vertical-big:hover .arrow-hover,
  .node--type-resources.node--view-mode-teaser-vertical-big:hover .arrow-hover,
  .node--type-page.node--view-mode-teaser-vertical-big:hover .arrow-hover {
    position: absolute;
    display: block;
    width: 3px;
    height: 80%;
    right: 0;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: height linear 0.2s;
    -o-transition: height linear 0.2s;
    transition: height linear 0.2s;
  }
}

.node--type-news-events.node--view-mode-teaser-vertical-big .field--type-image,
.node--type-publication.node--view-mode-teaser-vertical-big .field--type-image,
.node--type-features.node--view-mode-teaser-vertical-big .field--type-image,
.node--type-resources.node--view-mode-teaser-vertical-big .field--type-image,
.node--type-page.node--view-mode-teaser-vertical-big .field--type-image {
  height: 225px;
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-vertical-big .field--type-image,
  .node--type-publication.node--view-mode-teaser-vertical-big .field--type-image,
  .node--type-features.node--view-mode-teaser-vertical-big .field--type-image,
  .node--type-resources.node--view-mode-teaser-vertical-big .field--type-image,
  .node--type-page.node--view-mode-teaser-vertical-big .field--type-image {
    height: 160px;
    width: 125px;
  }
}

.node--type-news-events.node--view-mode-teaser-vertical-big .field--type-image img,
.node--type-publication.node--view-mode-teaser-vertical-big .field--type-image img,
.node--type-features.node--view-mode-teaser-vertical-big .field--type-image img,
.node--type-resources.node--view-mode-teaser-vertical-big .field--type-image img,
.node--type-page.node--view-mode-teaser-vertical-big .field--type-image img {
  width: 100%;
  position: relative;
  height: 225px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-teaser-vertical-big .field--type-image img,
  .node--type-publication.node--view-mode-teaser-vertical-big .field--type-image img,
  .node--type-features.node--view-mode-teaser-vertical-big .field--type-image img,
  .node--type-resources.node--view-mode-teaser-vertical-big .field--type-image img,
  .node--type-page.node--view-mode-teaser-vertical-big .field--type-image img {
    height: 225px;
    width: 225px;
    min-width: 225px;
  }
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-vertical-big .field--type-image img,
  .node--type-publication.node--view-mode-teaser-vertical-big .field--type-image img,
  .node--type-features.node--view-mode-teaser-vertical-big .field--type-image img,
  .node--type-resources.node--view-mode-teaser-vertical-big .field--type-image img,
  .node--type-page.node--view-mode-teaser-vertical-big .field--type-image img {
    height: 160px;
    width: 125px;
    min-width: 125px;
  }
}

.node--type-news-events.node--view-mode-teaser-vertical-big .node-content-wrap,
.node--type-publication.node--view-mode-teaser-vertical-big .node-content-wrap,
.node--type-features.node--view-mode-teaser-vertical-big .node-content-wrap,
.node--type-resources.node--view-mode-teaser-vertical-big .node-content-wrap,
.node--type-page.node--view-mode-teaser-vertical-big .node-content-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-teaser-vertical-big .node-content-wrap,
  .node--type-publication.node--view-mode-teaser-vertical-big .node-content-wrap,
  .node--type-features.node--view-mode-teaser-vertical-big .node-content-wrap,
  .node--type-resources.node--view-mode-teaser-vertical-big .node-content-wrap,
  .node--type-page.node--view-mode-teaser-vertical-big .node-content-wrap {
    padding: 0;
  }
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-vertical-big .node-content-wrap,
  .node--type-publication.node--view-mode-teaser-vertical-big .node-content-wrap,
  .node--type-features.node--view-mode-teaser-vertical-big .node-content-wrap,
  .node--type-resources.node--view-mode-teaser-vertical-big .node-content-wrap,
  .node--type-page.node--view-mode-teaser-vertical-big .node-content-wrap {
    padding-right: 10px;
  }
}

.node--type-news-events.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme,
.node--type-publication.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme,
.node--type-features.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme,
.node--type-resources.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme,
.node--type-page.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme {
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme,
  .node--type-publication.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme,
  .node--type-features.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme,
  .node--type-resources.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme,
  .node--type-page.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme,
  .node--type-publication.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme,
  .node--type-features.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme,
  .node--type-resources.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme,
  .node--type-page.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 344.98px) {

  .node--type-news-events.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme,
  .node--type-publication.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme,
  .node--type-features.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme,
  .node--type-resources.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme,
  .node--type-page.node--view-mode-teaser-vertical-big .node-content-wrap .wrap--type-theme {
    overflow: hidden;
    max-width: 154px;
  }
}

.node--type-news-events.node--view-mode-teaser-vertical-big .node-content-wrap .node-title,
.node--type-publication.node--view-mode-teaser-vertical-big .node-content-wrap .node-title,
.node--type-features.node--view-mode-teaser-vertical-big .node-content-wrap .node-title,
.node--type-resources.node--view-mode-teaser-vertical-big .node-content-wrap .node-title,
.node--type-page.node--view-mode-teaser-vertical-big .node-content-wrap .node-title {
  font-size: 18px;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 21px;
  letter-spacing: 0.5px;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-teaser-vertical-big .node-content-wrap .node-title,
  .node--type-publication.node--view-mode-teaser-vertical-big .node-content-wrap .node-title,
  .node--type-features.node--view-mode-teaser-vertical-big .node-content-wrap .node-title,
  .node--type-resources.node--view-mode-teaser-vertical-big .node-content-wrap .node-title,
  .node--type-page.node--view-mode-teaser-vertical-big .node-content-wrap .node-title {
    -webkit-line-clamp: 4;
    padding-top: 0;
    line-height: 26px;
    max-width: 405px;
  }
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-vertical-big .node-content-wrap .node-title,
  .node--type-publication.node--view-mode-teaser-vertical-big .node-content-wrap .node-title,
  .node--type-features.node--view-mode-teaser-vertical-big .node-content-wrap .node-title,
  .node--type-resources.node--view-mode-teaser-vertical-big .node-content-wrap .node-title,
  .node--type-page.node--view-mode-teaser-vertical-big .node-content-wrap .node-title {
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 20px;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
  }
}

.node--type-news-events.node--view-mode-teaser-vertical-big .node-content-wrap .field--type-datetime,
.node--type-publication.node--view-mode-teaser-vertical-big .node-content-wrap .field--type-datetime,
.node--type-features.node--view-mode-teaser-vertical-big .node-content-wrap .field--type-datetime,
.node--type-resources.node--view-mode-teaser-vertical-big .node-content-wrap .field--type-datetime,
.node--type-page.node--view-mode-teaser-vertical-big .node-content-wrap .field--type-datetime {
  font-size: 1rem;
  margin-top: 20px;
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-vertical-big .node-content-wrap .field--type-datetime,
  .node--type-publication.node--view-mode-teaser-vertical-big .node-content-wrap .field--type-datetime,
  .node--type-features.node--view-mode-teaser-vertical-big .node-content-wrap .field--type-datetime,
  .node--type-resources.node--view-mode-teaser-vertical-big .node-content-wrap .field--type-datetime,
  .node--type-page.node--view-mode-teaser-vertical-big .node-content-wrap .field--type-datetime {
    font-size: 14px;
    margin-top: 10px;
  }
}

.node--type-news-events.node--view-mode-teaser-vertical,
.node--type-publication.node--view-mode-teaser-vertical,
.node--type-features.node--view-mode-teaser-vertical,
.node--type-resources.node--view-mode-teaser-vertical,
.node--type-page.node--view-mode-teaser-vertical {
  position: relative;
  background: #fff;
  min-height: 100%;
}

.node--type-news-events.node--view-mode-teaser-vertical .arrow-hover,
.node--type-publication.node--view-mode-teaser-vertical .arrow-hover,
.node--type-features.node--view-mode-teaser-vertical .arrow-hover,
.node--type-resources.node--view-mode-teaser-vertical .arrow-hover,
.node--type-page.node--view-mode-teaser-vertical .arrow-hover {
  position: absolute;
  background-color: #FF885F;
  border-radius: 2px;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width linear 0.2s;
  -o-transition: width linear 0.2s;
  transition: width linear 0.2s;
}

.node--type-news-events.node--view-mode-teaser-vertical .arrow-hover--bottom,
.node--type-publication.node--view-mode-teaser-vertical .arrow-hover--bottom,
.node--type-features.node--view-mode-teaser-vertical .arrow-hover--bottom,
.node--type-resources.node--view-mode-teaser-vertical .arrow-hover--bottom,
.node--type-page.node--view-mode-teaser-vertical .arrow-hover--bottom {
  width: 0px;
  height: 3px;
}

.node--type-news-events.node--view-mode-teaser-vertical:hover,
.node--type-publication.node--view-mode-teaser-vertical:hover,
.node--type-features.node--view-mode-teaser-vertical:hover,
.node--type-resources.node--view-mode-teaser-vertical:hover,
.node--type-page.node--view-mode-teaser-vertical:hover {
  -webkit-box-shadow: 1px 2px 11px #9b9b9b;
  box-shadow: 1px 2px 11px #9b9b9b;
}

.node--type-news-events.node--view-mode-teaser-vertical:hover .arrow-hover,
.node--type-publication.node--view-mode-teaser-vertical:hover .arrow-hover,
.node--type-features.node--view-mode-teaser-vertical:hover .arrow-hover,
.node--type-resources.node--view-mode-teaser-vertical:hover .arrow-hover,
.node--type-page.node--view-mode-teaser-vertical:hover .arrow-hover {
  width: 80%;
}

.node--type-news-events.node--view-mode-teaser-vertical .field--type-image,
.node--type-publication.node--view-mode-teaser-vertical .field--type-image,
.node--type-features.node--view-mode-teaser-vertical .field--type-image,
.node--type-resources.node--view-mode-teaser-vertical .field--type-image,
.node--type-page.node--view-mode-teaser-vertical .field--type-image {
  width: 100%;
  position: relative;
  height: 200px;
}

.node--type-news-events.node--view-mode-teaser-vertical .field--type-image img,
.node--type-publication.node--view-mode-teaser-vertical .field--type-image img,
.node--type-features.node--view-mode-teaser-vertical .field--type-image img,
.node--type-resources.node--view-mode-teaser-vertical .field--type-image img,
.node--type-page.node--view-mode-teaser-vertical .field--type-image img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.node--type-news-events.node--view-mode-teaser-vertical .field--type-image figcaption,
.node--type-publication.node--view-mode-teaser-vertical .field--type-image figcaption,
.node--type-features.node--view-mode-teaser-vertical .field--type-image figcaption,
.node--type-resources.node--view-mode-teaser-vertical .field--type-image figcaption,
.node--type-page.node--view-mode-teaser-vertical .field--type-image figcaption {
  font-size: 12px;
}

.node--type-news-events.node--view-mode-teaser-vertical .node-content-wrap,
.node--type-publication.node--view-mode-teaser-vertical .node-content-wrap,
.node--type-features.node--view-mode-teaser-vertical .node-content-wrap,
.node--type-resources.node--view-mode-teaser-vertical .node-content-wrap,
.node--type-page.node--view-mode-teaser-vertical .node-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 17px 10px 50px;
  overflow-wrap: break-word;
}

.node--type-news-events.node--view-mode-teaser-vertical .node-content-wrap .wrap--type-theme,
.node--type-publication.node--view-mode-teaser-vertical .node-content-wrap .wrap--type-theme,
.node--type-features.node--view-mode-teaser-vertical .node-content-wrap .wrap--type-theme,
.node--type-resources.node--view-mode-teaser-vertical .node-content-wrap .wrap--type-theme,
.node--type-page.node--view-mode-teaser-vertical .node-content-wrap .wrap--type-theme {
  margin-bottom: 10px;
}

.node--type-news-events.node--view-mode-teaser-vertical .node-content-wrap .node-title,
.node--type-publication.node--view-mode-teaser-vertical .node-content-wrap .node-title,
.node--type-features.node--view-mode-teaser-vertical .node-content-wrap .node-title,
.node--type-resources.node--view-mode-teaser-vertical .node-content-wrap .node-title,
.node--type-page.node--view-mode-teaser-vertical .node-content-wrap .node-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.node--type-news-events.node--view-mode-teaser-vertical .node-content-wrap .field--type-datetime,
.node--type-publication.node--view-mode-teaser-vertical .node-content-wrap .field--type-datetime,
.node--type-features.node--view-mode-teaser-vertical .node-content-wrap .field--type-datetime,
.node--type-resources.node--view-mode-teaser-vertical .node-content-wrap .field--type-datetime,
.node--type-page.node--view-mode-teaser-vertical .node-content-wrap .field--type-datetime {
  font-size: 1rem;
  letter-spacing: 0.5px;
  margin-top: 15px;
  line-height: 20px;
}

@media (min-width: 768px) {

  .node--type-news-events.node--view-mode-teaser-vertical .node-content-wrap,
  .node--type-publication.node--view-mode-teaser-vertical .node-content-wrap,
  .node--type-features.node--view-mode-teaser-vertical .node-content-wrap,
  .node--type-resources.node--view-mode-teaser-vertical .node-content-wrap,
  .node--type-page.node--view-mode-teaser-vertical .node-content-wrap {
    padding: 25px 15px 30px 15px;
  }

  .node--type-news-events.node--view-mode-teaser-vertical .node-content-wrap .node-title,
  .node--type-publication.node--view-mode-teaser-vertical .node-content-wrap .node-title,
  .node--type-features.node--view-mode-teaser-vertical .node-content-wrap .node-title,
  .node--type-resources.node--view-mode-teaser-vertical .node-content-wrap .node-title,
  .node--type-page.node--view-mode-teaser-vertical .node-content-wrap .node-title {
    font-size: 18px;
    line-height: 24px;
  }

  .node--type-news-events.node--view-mode-teaser-vertical .node-content-wrap .field--type-datetime,
  .node--type-publication.node--view-mode-teaser-vertical .node-content-wrap .field--type-datetime,
  .node--type-features.node--view-mode-teaser-vertical .node-content-wrap .field--type-datetime,
  .node--type-resources.node--view-mode-teaser-vertical .node-content-wrap .field--type-datetime,
  .node--type-page.node--view-mode-teaser-vertical .node-content-wrap .field--type-datetime {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
  }
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-teaser-vertical .field--type-image,
  .node--type-publication.node--view-mode-teaser-vertical .field--type-image,
  .node--type-features.node--view-mode-teaser-vertical .field--type-image,
  .node--type-resources.node--view-mode-teaser-vertical .field--type-image,
  .node--type-page.node--view-mode-teaser-vertical .field--type-image {
    height: 180px;
  }
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-teaser-vertical .field--type-image,
  .node--type-publication.node--view-mode-teaser-vertical .field--type-image,
  .node--type-features.node--view-mode-teaser-vertical .field--type-image,
  .node--type-resources.node--view-mode-teaser-vertical .field--type-image,
  .node--type-page.node--view-mode-teaser-vertical .field--type-image {
    height: 150px;
  }
}

.node--type-news-events.node--view-mode-full .page-header-banner,
.node--type-publication.node--view-mode-full .page-header-banner,
.node--type-features.node--view-mode-full .page-header-banner,
.node--type-resources.node--view-mode-full .page-header-banner,
.node--type-page.node--view-mode-full .page-header-banner {
  height: 600px;
  width: calc(100% - 40px);
  margin: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 325px;
  padding-left: 80px;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-full .row-header,
  .node--type-publication.node--view-mode-full .row-header,
  .node--type-features.node--view-mode-full .row-header,
  .node--type-resources.node--view-mode-full .row-header,
  .node--type-page.node--view-mode-full .row-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.node--type-news-events.node--view-mode-full .row-header .row-header--content,
.node--type-publication.node--view-mode-full .row-header .row-header--content,
.node--type-features.node--view-mode-full .row-header .row-header--content,
.node--type-resources.node--view-mode-full .row-header .row-header--content,
.node--type-page.node--view-mode-full .row-header .row-header--content {
  padding-right: 50px;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-full .row-header .row-header--content,
  .node--type-publication.node--view-mode-full .row-header .row-header--content,
  .node--type-features.node--view-mode-full .row-header .row-header--content,
  .node--type-resources.node--view-mode-full .row-header .row-header--content,
  .node--type-page.node--view-mode-full .row-header .row-header--content {
    padding-right: 3px;
    padding-bottom: 20px;
  }

  .node--type-news-events.node--view-mode-full .row-header .row-header--content>*,
  .node--type-publication.node--view-mode-full .row-header .row-header--content>*,
  .node--type-features.node--view-mode-full .row-header .row-header--content>*,
  .node--type-resources.node--view-mode-full .row-header .row-header--content>*,
  .node--type-page.node--view-mode-full .row-header .row-header--content>* {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.node--type-news-events.node--view-mode-full .img-wrapper,
.node--type-publication.node--view-mode-full .img-wrapper,
.node--type-features.node--view-mode-full .img-wrapper,
.node--type-resources.node--view-mode-full .img-wrapper,
.node--type-page.node--view-mode-full .img-wrapper {
  height: 365px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-full .img-wrapper,
  .node--type-publication.node--view-mode-full .img-wrapper,
  .node--type-features.node--view-mode-full .img-wrapper,
  .node--type-resources.node--view-mode-full .img-wrapper,
  .node--type-page.node--view-mode-full .img-wrapper {
    height: 500px;
  }
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-full .img-wrapper,
  .node--type-publication.node--view-mode-full .img-wrapper,
  .node--type-features.node--view-mode-full .img-wrapper,
  .node--type-resources.node--view-mode-full .img-wrapper,
  .node--type-page.node--view-mode-full .img-wrapper {
    height: auto;
  }
}

.node--type-news-events.node--view-mode-full .img-wrapper img,
.node--type-publication.node--view-mode-full .img-wrapper img,
.node--type-features.node--view-mode-full .img-wrapper img,
.node--type-resources.node--view-mode-full .img-wrapper img,
.node--type-page.node--view-mode-full .img-wrapper img {
  height: 100%;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-full .img-wrapper img,
  .node--type-publication.node--view-mode-full .img-wrapper img,
  .node--type-features.node--view-mode-full .img-wrapper img,
  .node--type-resources.node--view-mode-full .img-wrapper img,
  .node--type-page.node--view-mode-full .img-wrapper img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-full .img-wrapper .img-with-title,
  .node--type-publication.node--view-mode-full .img-wrapper .img-with-title,
  .node--type-features.node--view-mode-full .img-wrapper .img-with-title,
  .node--type-resources.node--view-mode-full .img-wrapper .img-with-title,
  .node--type-page.node--view-mode-full .img-wrapper .img-with-title {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {

  .node--type-news-events.node--view-mode-full .img-wrapper .img-with-title,
  .node--type-publication.node--view-mode-full .img-wrapper .img-with-title,
  .node--type-features.node--view-mode-full .img-wrapper .img-with-title,
  .node--type-resources.node--view-mode-full .img-wrapper .img-with-title,
  .node--type-page.node--view-mode-full .img-wrapper .img-with-title {
    height: 365px;
  }
}

@media (min-width: 992px) {

  .node--type-news-events.node--view-mode-full .img-wrapper,
  .node--type-publication.node--view-mode-full .img-wrapper,
  .node--type-features.node--view-mode-full .img-wrapper,
  .node--type-resources.node--view-mode-full .img-wrapper,
  .node--type-page.node--view-mode-full .img-wrapper {
    width: calc(50vw - 20px);
    height: 550px;
  }

  .node--type-news-events.node--view-mode-full .img-wrapper img,
  .node--type-publication.node--view-mode-full .img-wrapper img,
  .node--type-features.node--view-mode-full .img-wrapper img,
  .node--type-resources.node--view-mode-full .img-wrapper img,
  .node--type-page.node--view-mode-full .img-wrapper img {
    width: 100%;
    max-height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 992px) {

  .node--type-news-events.node--view-mode-full .node-title,
  .node--type-publication.node--view-mode-full .node-title,
  .node--type-features.node--view-mode-full .node-title,
  .node--type-resources.node--view-mode-full .node-title,
  .node--type-page.node--view-mode-full .node-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
    line-height: 50px;
  }
}

.node--type-news-events.node--view-mode-full .field--name-field-page-subtitle,
.node--type-publication.node--view-mode-full .field--name-field-page-subtitle,
.node--type-features.node--view-mode-full .field--name-field-page-subtitle,
.node--type-resources.node--view-mode-full .field--name-field-page-subtitle,
.node--type-page.node--view-mode-full .field--name-field-page-subtitle {
  width: 50%;
  font-size: 2.5rem;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
}

.node--type-news-events.node--view-mode-full .badge .field--name-field-page-subtitle,
.node--type-publication.node--view-mode-full .badge .field--name-field-page-subtitle,
.node--type-features.node--view-mode-full .badge .field--name-field-page-subtitle,
.node--type-resources.node--view-mode-full .badge .field--name-field-page-subtitle,
.node--type-page.node--view-mode-full .badge .field--name-field-page-subtitle {
  width: 50%;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff;
  line-height: 16px;
  padding: 2px 3px 0;
}

.node--type-news-events.node--view-mode-full .back-link,
.node--type-publication.node--view-mode-full .back-link,
.node--type-features.node--view-mode-full .back-link,
.node--type-resources.node--view-mode-full .back-link,
.node--type-page.node--view-mode-full .back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  margin: 50px 0 75px;
  cursor: pointer;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-full .back-link,
  .node--type-publication.node--view-mode-full .back-link,
  .node--type-features.node--view-mode-full .back-link,
  .node--type-resources.node--view-mode-full .back-link,
  .node--type-page.node--view-mode-full .back-link {
    margin: 20px 0 35px;
    color: #FF885F;
  }
}

.node--type-news-events.node--view-mode-full .back-link::before,
.node--type-publication.node--view-mode-full .back-link::before,
.node--type-features.node--view-mode-full .back-link::before,
.node--type-resources.node--view-mode-full .back-link::before,
.node--type-page.node--view-mode-full .back-link::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 12px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

.node--type-news-events.node--view-mode-full .back-link:hover,
.node--type-publication.node--view-mode-full .back-link:hover,
.node--type-features.node--view-mode-full .back-link:hover,
.node--type-resources.node--view-mode-full .back-link:hover,
.node--type-page.node--view-mode-full .back-link:hover {
  color: #FF885F;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-full .row,
  .node--type-publication.node--view-mode-full .row,
  .node--type-features.node--view-mode-full .row,
  .node--type-resources.node--view-mode-full .row,
  .node--type-page.node--view-mode-full .row {
    padding-top: 0;
  }
}

.node--type-news-events.node--view-mode-full .row .field--type-text-with-summary figcaption,
.node--type-publication.node--view-mode-full .row .field--type-text-with-summary figcaption,
.node--type-features.node--view-mode-full .row .field--type-text-with-summary figcaption,
.node--type-resources.node--view-mode-full .row .field--type-text-with-summary figcaption,
.node--type-page.node--view-mode-full .row .field--type-text-with-summary figcaption {
  padding-top: 10px;
  font-size: 0.875rem;
  letter-spacing: 0;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-full .row .field--type-text-with-summary figcaption,
  .node--type-publication.node--view-mode-full .row .field--type-text-with-summary figcaption,
  .node--type-features.node--view-mode-full .row .field--type-text-with-summary figcaption,
  .node--type-resources.node--view-mode-full .row .field--type-text-with-summary figcaption,
  .node--type-page.node--view-mode-full .row .field--type-text-with-summary figcaption {
    padding: 10px 20px 0 20px;
  }
}

.node--type-news-events.node--view-mode-full .row .field--type-text-with-summary a,
.node--type-publication.node--view-mode-full .row .field--type-text-with-summary a,
.node--type-features.node--view-mode-full .row .field--type-text-with-summary a,
.node--type-resources.node--view-mode-full .row .field--type-text-with-summary a,
.node--type-page.node--view-mode-full .row .field--type-text-with-summary a {
  text-decoration: underline !important;
}

.node--type-news-events.node--view-mode-full .row .field--type-text-with-summary h3,
.node--type-publication.node--view-mode-full .row .field--type-text-with-summary h3,
.node--type-features.node--view-mode-full .row .field--type-text-with-summary h3,
.node--type-resources.node--view-mode-full .row .field--type-text-with-summary h3,
.node--type-page.node--view-mode-full .row .field--type-text-with-summary h3 {
  margin-bottom: 20px;
}

.node--type-news-events.node--view-mode-full .row .field--type-text-with-summary figure,
.node--type-publication.node--view-mode-full .row .field--type-text-with-summary figure,
.node--type-features.node--view-mode-full .row .field--type-text-with-summary figure,
.node--type-resources.node--view-mode-full .row .field--type-text-with-summary figure,
.node--type-page.node--view-mode-full .row .field--type-text-with-summary figure {
  margin: 40px 0;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-full .row .field--type-text-with-summary figure,
  .node--type-publication.node--view-mode-full .row .field--type-text-with-summary figure,
  .node--type-features.node--view-mode-full .row .field--type-text-with-summary figure,
  .node--type-resources.node--view-mode-full .row .field--type-text-with-summary figure,
  .node--type-page.node--view-mode-full .row .field--type-text-with-summary figure {
    margin: 30px -20px;
  }
}

.node--type-news-events.node--view-mode-full .field--name-field-type-theme,
.node--type-publication.node--view-mode-full .field--name-field-type-theme,
.node--type-features.node--view-mode-full .field--name-field-type-theme,
.node--type-resources.node--view-mode-full .field--name-field-type-theme,
.node--type-page.node--view-mode-full .field--name-field-type-theme {
  font-size: 0.875rem;
  line-height: 24px;
  color: #0397D6;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {

  .node--type-news-events.node--view-mode-full .field--name-field-type-theme,
  .node--type-publication.node--view-mode-full .field--name-field-type-theme,
  .node--type-features.node--view-mode-full .field--name-field-type-theme,
  .node--type-resources.node--view-mode-full .field--name-field-type-theme,
  .node--type-page.node--view-mode-full .field--name-field-type-theme {
    margin-bottom: 10px;
  }
}

.node--type-news-events.node--view-mode-full .field--type-datetime,
.node--type-news-events.node--view-mode-full .field--name-field-author,
.node--type-publication.node--view-mode-full .field--type-datetime,
.node--type-publication.node--view-mode-full .field--name-field-author,
.node--type-features.node--view-mode-full .field--type-datetime,
.node--type-features.node--view-mode-full .field--name-field-author,
.node--type-resources.node--view-mode-full .field--type-datetime,
.node--type-resources.node--view-mode-full .field--name-field-author,
.node--type-page.node--view-mode-full .field--type-datetime,
.node--type-page.node--view-mode-full .field--name-field-author {
  font-size: 1rem;
}

@media (min-width: 992px) {

  .node--type-news-events.node--view-mode-full .field--type-datetime,
  .node--type-news-events.node--view-mode-full .field--name-field-author,
  .node--type-publication.node--view-mode-full .field--type-datetime,
  .node--type-publication.node--view-mode-full .field--name-field-author,
  .node--type-features.node--view-mode-full .field--type-datetime,
  .node--type-features.node--view-mode-full .field--name-field-author,
  .node--type-resources.node--view-mode-full .field--type-datetime,
  .node--type-resources.node--view-mode-full .field--name-field-author,
  .node--type-page.node--view-mode-full .field--type-datetime,
  .node--type-page.node--view-mode-full .field--name-field-author {
    font-size: 18px;
  }
}

.node--type-news-events.node--view-mode-full .field--name-field-author,
.node--type-publication.node--view-mode-full .field--name-field-author,
.node--type-features.node--view-mode-full .field--name-field-author,
.node--type-resources.node--view-mode-full .field--name-field-author,
.node--type-page.node--view-mode-full .field--name-field-author {
  margin-top: 10px;
  margin-bottom: 20px;
}

.node--type-news-events .node-author-reference-items span,
.node--type-publication .node-author-reference-items span,
.node--type-features .node-author-reference-items span,
.node--type-resources .node-author-reference-items span,
.node--type-page .node-author-reference-items span {
  text-transform: uppercase;
}

.node--type-news-events .node-author-reference-items span:after,
.node--type-publication .node-author-reference-items span:after,
.node--type-features .node-author-reference-items span:after,
.node--type-resources .node-author-reference-items span:after,
.node--type-page .node-author-reference-items span:after {
  display: block;
  content: '';
  border-bottom: 1px solid #d8d8d8;
  padding-top: 20px;
  width: 100%;
}

@media (max-width: 767.98px) {

  .node--type-news-events .node-author-reference-items span:after,
  .node--type-publication .node-author-reference-items span:after,
  .node--type-features .node-author-reference-items span:after,
  .node--type-resources .node-author-reference-items span:after,
  .node--type-page .node-author-reference-items span:after {
    padding-top: 15px;
  }
}

.node--type-news-events .node-author-reference-items .author-reference-wrap,
.node--type-publication .node-author-reference-items .author-reference-wrap,
.node--type-features .node-author-reference-items .author-reference-wrap,
.node--type-resources .node-author-reference-items .author-reference-wrap,
.node--type-page .node-author-reference-items .author-reference-wrap {
  display: grid;
  gap: 40px;
  padding-top: 40px;
}

@media (max-width: 767.98px) {

  .node--type-news-events .node-author-reference-items .author-reference-wrap,
  .node--type-publication .node-author-reference-items .author-reference-wrap,
  .node--type-features .node-author-reference-items .author-reference-wrap,
  .node--type-resources .node-author-reference-items .author-reference-wrap,
  .node--type-page .node-author-reference-items .author-reference-wrap {
    gap: 30px;
  }
}

.node--type-news-events .node-author-reference-items .author-reference-wrap-item,
.node--type-publication .node-author-reference-items .author-reference-wrap-item,
.node--type-features .node-author-reference-items .author-reference-wrap-item,
.node--type-resources .node-author-reference-items .author-reference-wrap-item,
.node--type-page .node-author-reference-items .author-reference-wrap-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 30px;
}

@media (max-width: 991.98px) {

  .node--type-news-events .node-author-reference-items .author-reference-wrap-item,
  .node--type-publication .node-author-reference-items .author-reference-wrap-item,
  .node--type-features .node-author-reference-items .author-reference-wrap-item,
  .node--type-resources .node-author-reference-items .author-reference-wrap-item,
  .node--type-page .node-author-reference-items .author-reference-wrap-item {
    grid-template-columns: 70px 1fr;
  }
}

@media (max-width: 767.98px) {

  .node--type-news-events .node-author-reference-items .author-reference-wrap-item,
  .node--type-publication .node-author-reference-items .author-reference-wrap-item,
  .node--type-features .node-author-reference-items .author-reference-wrap-item,
  .node--type-resources .node-author-reference-items .author-reference-wrap-item,
  .node--type-page .node-author-reference-items .author-reference-wrap-item {
    grid-template-columns: 60px 1fr;
    gap: 20px;
  }
}

.node--type-news-events .node-author-reference-items .author-reference-wrap-item img,
.node--type-publication .node-author-reference-items .author-reference-wrap-item img,
.node--type-features .node-author-reference-items .author-reference-wrap-item img,
.node--type-resources .node-author-reference-items .author-reference-wrap-item img,
.node--type-page .node-author-reference-items .author-reference-wrap-item img {
  height: 80px;
}

@media (max-width: 991.98px) {

  .node--type-news-events .node-author-reference-items .author-reference-wrap-item img,
  .node--type-publication .node-author-reference-items .author-reference-wrap-item img,
  .node--type-features .node-author-reference-items .author-reference-wrap-item img,
  .node--type-resources .node-author-reference-items .author-reference-wrap-item img,
  .node--type-page .node-author-reference-items .author-reference-wrap-item img {
    height: 70px;
  }
}

@media (max-width: 767.98px) {

  .node--type-news-events .node-author-reference-items .author-reference-wrap-item img,
  .node--type-publication .node-author-reference-items .author-reference-wrap-item img,
  .node--type-features .node-author-reference-items .author-reference-wrap-item img,
  .node--type-resources .node-author-reference-items .author-reference-wrap-item img,
  .node--type-page .node-author-reference-items .author-reference-wrap-item img {
    height: 60px;
  }
}

.node--type-news-events .node-author-reference-items .author-reference-wrap-item .item-name-twitter,
.node--type-publication .node-author-reference-items .author-reference-wrap-item .item-name-twitter,
.node--type-features .node-author-reference-items .author-reference-wrap-item .item-name-twitter,
.node--type-resources .node-author-reference-items .author-reference-wrap-item .item-name-twitter,
.node--type-page .node-author-reference-items .author-reference-wrap-item .item-name-twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 5px;
}

.node--type-news-events .node-author-reference-items .author-reference-wrap-item .item-name-twitter .name,
.node--type-publication .node-author-reference-items .author-reference-wrap-item .item-name-twitter .name,
.node--type-features .node-author-reference-items .author-reference-wrap-item .item-name-twitter .name,
.node--type-resources .node-author-reference-items .author-reference-wrap-item .item-name-twitter .name,
.node--type-page .node-author-reference-items .author-reference-wrap-item .item-name-twitter .name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.61px;
  padding-right: 20px;
}

.node--type-news-events .node-author-reference-items .author-reference-wrap-item .item-name-twitter .twitter a,
.node--type-publication .node-author-reference-items .author-reference-wrap-item .item-name-twitter .twitter a,
.node--type-features .node-author-reference-items .author-reference-wrap-item .item-name-twitter .twitter a,
.node--type-resources .node-author-reference-items .author-reference-wrap-item .item-name-twitter .twitter a,
.node--type-page .node-author-reference-items .author-reference-wrap-item .item-name-twitter .twitter a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0397D6;
  opacity: .7;
}

.node--type-news-events .node-author-reference-items .author-reference-wrap-item .item-name-twitter .twitter a:hover,
.node--type-publication .node-author-reference-items .author-reference-wrap-item .item-name-twitter .twitter a:hover,
.node--type-features .node-author-reference-items .author-reference-wrap-item .item-name-twitter .twitter a:hover,
.node--type-resources .node-author-reference-items .author-reference-wrap-item .item-name-twitter .twitter a:hover,
.node--type-page .node-author-reference-items .author-reference-wrap-item .item-name-twitter .twitter a:hover {
  opacity: 1;
}

.node--type-news-events .node-author-reference-items .author-reference-wrap-item .item-name-twitter .twitter a:before,
.node--type-publication .node-author-reference-items .author-reference-wrap-item .item-name-twitter .twitter a:before,
.node--type-features .node-author-reference-items .author-reference-wrap-item .item-name-twitter .twitter a:before,
.node--type-resources .node-author-reference-items .author-reference-wrap-item .item-name-twitter .twitter a:before,
.node--type-page .node-author-reference-items .author-reference-wrap-item .item-name-twitter .twitter a:before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNiAxNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMEQ5N0Q0O30KPC9zdHlsZT4KPHBhdGggaWQ9Il94MjJfYXV0aG9yLWJpb3NfeDIyXy10aWNrZXQiIGNsYXNzPSJzdDAiIGQ9Ik0xNiwyLjFjLTAuNiwwLjItMS4yLDAuNC0xLjksMC41YzAuNy0wLjQsMS4yLTEuMSwxLjQtMS44CgljLTAuNiwwLjQtMS4zLDAuNi0yLjEsMC44Yy0wLjYtMC42LTEuNC0xLjEtMi4zLTEuMUM5LjMsMC41LDcuOCwyLDcuOCwzLjhjMCwwLjIsMCwwLjUsMC4xLDAuOEM1LjIsNC40LDIuOCwzLjEsMS4xLDEuMQoJQzAuOCwxLjYsMC43LDIuMiwwLjcsMi44YzAsMS4xLDAuNiwyLjEsMS40LDIuN2MtMC41LDAtMS0wLjEtMS41LTAuNHYwLjFjMCwxLjYsMS4xLDIuOSwyLjYsMy4yQzMsOC40LDIuNyw4LjQsMi40LDguNAoJYy0wLjIsMC0wLjQsMC0wLjYtMC4xYzAuNCwxLjMsMS42LDIuMiwzLDIuM2MtMS4xLDAuOS0yLjUsMS40LTQuMSwxLjRjLTAuMiwwLTAuNSwwLTAuOC0wLjFjMS41LDAuOSwzLjIsMS40LDUuMSwxLjQKCWM2LDAsOS4zLTUsOS4zLTkuNFYzLjhDMTUsMy4yLDE1LjYsMi43LDE2LDIuMUwxNiwyLjF6Ii8+Cjwvc3ZnPgo=");
  margin-right: 10px;
  height: 16px;
  width: 16px;
}

.node--type-news-events .node-author-reference-items .author-reference-wrap-item .author-item-image .field--name-field-image,
.node--type-publication .node-author-reference-items .author-reference-wrap-item .author-item-image .field--name-field-image,
.node--type-features .node-author-reference-items .author-reference-wrap-item .author-item-image .field--name-field-image,
.node--type-resources .node-author-reference-items .author-reference-wrap-item .author-item-image .field--name-field-image,
.node--type-page .node-author-reference-items .author-reference-wrap-item .author-item-image .field--name-field-image {
  border-radius: 100%;
  overflow: hidden;
}

.node--type-news-events .node-author-reference-items .author-reference-wrap-item .author-item-description,
.node--type-publication .node-author-reference-items .author-reference-wrap-item .author-item-description,
.node--type-features .node-author-reference-items .author-reference-wrap-item .author-item-description,
.node--type-resources .node-author-reference-items .author-reference-wrap-item .author-item-description,
.node--type-page .node-author-reference-items .author-reference-wrap-item .author-item-description {
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.67px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}

.node--type-news-events .node-author-reference-items .author-reference-wrap-item .learn-more-link:after,
.node--type-publication .node-author-reference-items .author-reference-wrap-item .learn-more-link:after,
.node--type-features .node-author-reference-items .author-reference-wrap-item .learn-more-link:after,
.node--type-resources .node-author-reference-items .author-reference-wrap-item .learn-more-link:after,
.node--type-page .node-author-reference-items .author-reference-wrap-item .learn-more-link:after {
  margin-left: 10px;
  bottom: 1px;
  height: 18px;
}

.node--type-resources .nav-pills {
  margin-bottom: 15px;
}

.node--type-resources .nav-pills .dropdown-toggle::after {
  top: 50%;
}

@media screen and (max-width: 400px) {
  .node--type-resources .nav-pills .dropdown-menu {
    width: 100%;
    overflow: scroll;
  }
}

.node--type-resources .tab-pane.show iframe {
  margin-top: 15px;
}

@media screen and (max-width: 370px) {
  .node--type-resources .btn-group-toggle {
    float: none !important;
  }
}

@media screen and (max-width: 370px) {
  .node--type-resources .btn-group-toggle .btn-outline-primary {
    padding: 0 10px;
  }
}

@media screen and (max-width: 370px) {

  .node--type-features #HC-MMR-container-bar,
  .node--type-features #HC-score-container-bar {
    min-width: 280px !important;
  }
}

@media (max-width: 991.98px) {
  .node--type-features table {
    width: 100% !important;
  }
}

.node--view-mode-explore-regional-programmes {
  display: inline-block;
}

.node--view-mode-explore-regional-programmes svg {
  margin: 0 auto;
}

.node--type-publication.node--view-mode-full .row,
.node--type-news-events.node--view-mode-full .row {
  padding-top: 0px;
}

.node--type-publication.node--view-mode-teaser-horizontal-publication-page .node-content-wrap {
  padding-right: 10px;
}

@media (min-width: 768px) {
  .node--type-publication.node--view-mode-teaser-horizontal-publication-page {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .node--type-publication.node--view-mode-teaser-horizontal-publication-page {
    margin-left: -15px;
    margin-right: -15px;
  }

  .node--type-publication.node--view-mode-teaser-horizontal-publication-page .node-content-wrap {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 0 15px;
  }

  .node--type-publication.node--view-mode-teaser-horizontal-publication-page .node-content-wrap .field--type-datetime {
    font-size: 12px;
    line-height: 16px;
  }
}

.node--type-publication.node--view-mode-teaser-horizontal-publication-page .field--type-image {
  min-width: 160px;
  max-width: 160px;
}

@media (max-width: 767.98px) {
  .node--type-publication.node--view-mode-teaser-horizontal-publication-page .field--type-image {
    min-width: 125px;
    max-width: 125px;
  }
}

.node--type-publication.node--view-mode-teaser-horizontal-publication-page .field--type-image img {
  -o-object-fit: unset;
  object-fit: unset;
  min-width: unset;
}

@media (max-width: 991.98px) {
  .node--type-publication.node--view-mode-teaser-horizontal-publication-page .field--type-image img {
    min-width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}

.node--type-publication.node--view-mode-full .learn-more--publications {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  right: 0;
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .node--type-publication.node--view-mode-full .learn-more--publications {
    padding-left: 25px;
    margin-bottom: 25px;
  }
}

@media (max-width: 991.98px) {
  .node--type-publication.node--view-mode-full .row-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

.node--type-publication.node--view-mode-full .row-header .row-header--content {
  padding-right: 0;
  padding-left: 60px;
}

@media (max-width: 991.98px) {
  .node--type-publication.node--view-mode-full .row-header .row-header--content {
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .node--type-publication.node--view-mode-full .row-header .row-header--content {
    padding-left: 0;
  }

  .node--type-publication.node--view-mode-full .row-header .row-header--content>* {
    margin-left: 0;
    margin-right: 0;
  }
}

.node--type-publication.node--view-mode-full .row-header .row-header--content .field--name-field-date {
  margin-bottom: 30px;
}

.node--type-publication.node--view-mode-full .row-header .row-header--content .field--name-field-downloads .field__item {
  margin-bottom: 15px;
}

.node--type-publication.node--view-mode-full .row-header .row-header--content .field--name-field-downloads .field__item a {
  border-bottom: 1px solid;
}

.node--type-publication.node--view-mode-full .row-header .row-header--content .field--name-field-downloads .field__item a:hover {
  border-color: #FF885F;
}

.node--type-publication.node--view-mode-full .row-header .row-header--content .field--name-field-downloads .field__item:before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='19px' height='22px' viewBox='0 0 19 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EStyle%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Publications' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='publication-page-copy' transform='translate(-710.000000, -524.000000)' fill='%23000000'%3E%3Cpath d='M723.308636,524 L729,529.576154 L729,543.461538 C729,544.863492 727.84001,546 726.409091,546 L726.409091,546 L712.590909,546 C711.15999,546 710,544.863492 710,543.461538 L710,543.461538 L710,524 L723.308636,524 Z M721.227273,525.692308 L711.727273,525.692308 L711.727273,543.461538 C711.727273,543.928856 712.113936,544.307692 712.590909,544.307692 L712.590909,544.307692 L726.409091,544.307692 C726.886064,544.307692 727.272727,543.928856 727.272727,543.461538 L727.272727,543.461538 L727.272727,531.615385 L723.818182,531.615385 C722.387262,531.615385 721.227273,530.478877 721.227273,529.076923 L721.227273,529.076923 L721.227273,525.692308 Z M719.5,537.538462 L719.5,539.230769 L715.181818,539.230769 L715.181818,537.538462 L719.5,537.538462 Z M723.818182,534.153846 L723.818182,535.846154 L715.181818,535.846154 L715.181818,534.153846 L723.818182,534.153846 Z M722.954545,526.039231 L722.954545,529.076923 C722.954545,529.544241 723.341209,529.923077 723.818182,529.923077 L723.818182,529.923077 L726.918636,529.923077 L722.954545,526.039231 Z' id='Style'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-right: 30px;
  padding-bottom: 10px;
}

.node--type-publication.node--view-mode-full .row-header .row-header--content .field--name-field-downloads .field__item:hover:before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='19px' height='22px' viewBox='0 0 19 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EStyle%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Publications' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='publication-page-copy-2' transform='translate(-710.000000, -524.000000)' fill='%23FF885F'%3E%3Cpath d='M723.308636,524 L729,529.576154 L729,543.461538 C729,544.863492 727.84001,546 726.409091,546 L726.409091,546 L712.590909,546 C711.15999,546 710,544.863492 710,543.461538 L710,543.461538 L710,524 L723.308636,524 Z M721.227273,525.692308 L711.727273,525.692308 L711.727273,543.461538 C711.727273,543.928856 712.113936,544.307692 712.590909,544.307692 L712.590909,544.307692 L726.409091,544.307692 C726.886064,544.307692 727.272727,543.928856 727.272727,543.461538 L727.272727,543.461538 L727.272727,531.615385 L723.818182,531.615385 C722.387262,531.615385 721.227273,530.478877 721.227273,529.076923 L721.227273,529.076923 L721.227273,525.692308 Z M719.5,537.538462 L719.5,539.230769 L715.181818,539.230769 L715.181818,537.538462 L719.5,537.538462 Z M723.818182,534.153846 L723.818182,535.846154 L715.181818,535.846154 L715.181818,534.153846 L723.818182,534.153846 Z M722.954545,526.039231 L722.954545,529.076923 C722.954545,529.544241 723.341209,529.923077 723.818182,529.923077 L723.818182,529.923077 L726.918636,529.923077 L722.954545,526.039231 Z' id='Style'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.node--type-publication.node--view-mode-full .row-header .image-wrapper {
  -webkit-box-shadow: 1px 2px 15px 0 rgba(72, 72, 72, 0.15);
  box-shadow: 1px 2px 15px 0 rgba(72, 72, 72, 0.15);
}

@media (min-width: 992px) {
  .node--type-publication.node--view-mode-full .row-header .image-wrapper {
    width: 100%;
    height: 550px;
  }
}

@media (max-width: 991.98px) {
  .node--type-publication.node--view-mode-full .row-header .image-wrapper {
    height: 500px;
    width: 400px;
    margin: 20px auto 0;
    -webkit-box-shadow: 1px 2px 15px 0 rgba(72, 72, 72, 0.15);
    box-shadow: 1px 2px 15px 0 rgba(72, 72, 72, 0.15);
  }
}

@media (max-width: 767.98px) {
  .node--type-publication.node--view-mode-full .row-header .image-wrapper {
    margin: 0 auto 0;
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 767.98px) {

  .paragraph--type--tab .node--type-publication.node--view-mode-teaser-horizontal-publication-page,
  .paragraph--type--tab .node--type-publication.node--view-mode-teaser-horizontal {
    height: 190px;
    margin-bottom: 0;
  }

  .paragraph--type--tab .node--type-publication.node--view-mode-teaser-horizontal-publication-page .field--type-image,
  .paragraph--type--tab .node--type-publication.node--view-mode-teaser-horizontal .field--type-image {
    min-width: 150px;
    max-width: 190px;
    height: auto;
  }

  .paragraph--type--tab .node--type-publication.node--view-mode-teaser-horizontal-publication-page .field--type-image img,
  .paragraph--type--tab .node--type-publication.node--view-mode-teaser-horizontal .field--type-image img {
    -o-object-fit: unset;
    object-fit: unset;
  }
}

.node--type-non-regional-programme.node--view-mode-full .hero-label__title {
  font-size: 40px;
  line-height: 50px;
}

.node--type-non-regional-programme.node--view-mode-full .field--name-field-about-programme-title,
.node--type-non-regional-programme.node--view-mode-full .field--name-field-title-highlights {
  color: inherit;
}

.node--view-mode-full .bh-style-hs-02 {
  height: 500px;
  background-position: center;
}

@media (max-width: 767.98px) {
  .node--view-mode-full .bh-style-hs-02 {
    height: calc(100vh - 55px);
    max-height: 610px;
  }
}

@media (max-width: 767.98px) {
  .node-8 .node--view-mode-full .bh-style-hs-02 {
    padding-bottom: 60px;
  }

  .node-8 .node--view-mode-full .bh-style-hs-02 .hero-label__title {
    font-size: 24px;
    line-height: 32px;
  }

  .node-8 .node--view-mode-full .bh-style-hs-02 .field--name-body {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1259.98px) {
  .node-21 .node--view-mode-full .bh-style-hs-02 {
    padding-left: 60px;
  }
}

.node--view-mode-full .bh-style-hs-03 {
  width: 100%;
}

.node--view-mode-full .bh-style-hs-03 .hero-label__title {
  color: #000;
}

@media (max-width: 767.98px) {
  .node--view-mode-full .bh-style-hs-03 .hero-label__title {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .node--view-mode-full .bh-style-hs-03 .field--name-body {
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .node--view-mode-full .bh-style-hs-03 .field--name-body {
    padding-bottom: 100px;
  }
}

.node--view-mode-full .js-align-img-right img {
  width: 100%;
}

@media (max-width: 991.98px) {
  .node--view-mode-full .js-align-img-right {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .node--view-mode-full .js-align-img-right {
    margin: 0 -20px;
  }
}

.node--view-mode-full .bh-style-hs-01,
.node--view-mode-full .bh-style-hs-02 {
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 80px;
  color: #fff;
}

@media (max-width: 991.98px) {

  .node--view-mode-full .bh-style-hs-01,
  .node--view-mode-full .bh-style-hs-02 {
    padding-bottom: 70px;
  }
}

.node--view-mode-full .bh-style-hs-01 .hero-label__title,
.node--view-mode-full .bh-style-hs-02 .hero-label__title {
  font-size: 62px;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 2px;
  line-height: 1.19;
  padding-top: 15px;
}

@media (max-width: 767.98px) {

  .node--view-mode-full .bh-style-hs-01 .hero-label__title,
  .node--view-mode-full .bh-style-hs-02 .hero-label__title {
    font-size: 40px;
    line-height: 48px;
    padding-top: 10px;
    letter-spacing: 1px;
  }
}

.node--view-mode-full .bh-style-hs-01 .hero-label__title+.col-lg-7,
.node--view-mode-full .bh-style-hs-02 .hero-label__title+.col-lg-7 {
  margin-top: 20px;
}

.node--view-mode-full .bh-style-hs-01 .field--name-body,
.node--view-mode-full .bh-style-hs-02 .field--name-body {
  line-height: 1.5;
  letter-spacing: 0.67px;
}

.node--view-mode-full .bh-style-hs-01 {
  height: 500px;
  background-position: center;
}

@media (max-width: 767.98px) {
  .node--view-mode-full .bh-style-hs-01 {
    height: 365px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1259.98px) {
  .node--view-mode-full .bh-style-hs-01 .hero-label__title {
    padding-left: 30px;
    max-width: 400px;
  }
}

.node--view-mode-full .bh-style-hs-01 .badge {
  padding: 2px 4px;
}

.node--view-mode-full.node--type-page .block-hero--half-content-wrapper {
  display: grid;
  grid-template-columns: 5fr 7fr;
}

@media (max-width: 991.98px) {
  .node--view-mode-full.node--type-page .block-hero--half-content-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .node--view-mode-full.node--type-page .block-hero--half-img .align-img-right {
    height: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .node--view-mode-full.node--type-page .block-hero--half-img .align-img-right {
    position: absolute;
    left: calc((100vw - 768px) / -2);
    width: calc((100vw - 768px) / 2 + 320px);
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .node--view-mode-full.node--type-page .block-hero--half-img .align-img-right {
    position: absolute;
    left: calc((100vw - 960px) / -2);
    width: calc((100vw - 960px) / 2 + 400px);
  }
}

.node--view-mode-full.node--type-page .block-hero--half-img .align-img-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .node--view-mode-full.node--type-page .block-hero--half-img .align-img-right {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.node--view-mode-full.node--type-page .block-hero--half-img .img-with-title {
  position: relative;
  width: 100%;
  height: 100%;
}

.node--view-mode-full.node--type-page .block-hero--half-img .img-with-title:hover .img-title {
  opacity: 1;
}

.node--view-mode-full.node--type-page .block-hero--half-img .img-with-title .img-title {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}

@media (max-width: 991.98px) {
  .node--view-mode-full.node--type-page .block-hero--half-img .img-with-title {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .node--view-mode-full.node--type-page .block-hero--half-img .img-with-title {
    height: 365px;
  }
}

@media (min-width: 992px) {
  .node--view-mode-full.node--type-page .block-hero--half-description {
    padding-left: 57px;
    padding-right: 23px;
  }
}

@media (min-width: 768px) and (max-width: 1259.98px) {
  .node--view-mode-full.node--type-page .block-hero--half-description {
    padding-left: 35px;
    padding-right: 45px;
  }
}

@media (max-width: 767.98px) {
  .node--view-mode-full.node--type-page .block-hero--half-description {
    padding: 0 20px;
  }
}

.node--view-mode-full.node--type-page .block-hero--half-title {
  color: #000;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .node--view-mode-full.node--type-page .block-hero--half-title {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}

.node-21 .bh-style-hs-02 .hero-label__title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}

.node-21 .node:hover .bh-style-hs-02 .hero-label__title span {
  border-bottom: 2px solid #FF885F;
}

.node-21 .node:hover .bh-style-hs-02 .hero-label__title:before {
  background-color: #FF885F;
  color: #fff;
  border-color: #FF885F;
}

.block-views-block-news-events-news-events-teaser-vertical .col-lg-4 {
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .block-views-block-news-events-news-events-teaser-vertical .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
  }
}

.full-width-teaser:nth-child(1) {
  border-top: 1px solid #ccc;
}

.full-width-teaser .node--title {
  font-weight: 600;
}

.full-width-teaser .field--name-field-learn-more a {
  text-transform: uppercase;
  position: relative;
}

.full-width-teaser .field--name-field-learn-more a:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.475' height='16.829' viewBox='0 0 9.475 16.829'%3E%3Cg id='arrow-right' transform='translate(-0.145 0.238) rotate(90)'%3E%3Cpath id='Line-5' d='M11.171-.6V9.8' transform='translate(23.006 -9.529) rotate(135)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-5-2' data-name='Line-5' d='M4.5-.317v10.4' transform='translate(4.229 1.752) rotate(-135)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
  margin-left: 15px;
  position: absolute;
  bottom: -6px;
}

.full-width-teaser .field--name-field-learn-more a:hover:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.475' height='16.829' viewBox='0 0 9.475 16.829'%3E%3Cg id='arrow-right' transform='translate(-0.145 0.238) rotate(90)'%3E%3Cpath id='Line-5' d='M11.171-.6V9.8' transform='translate(23.006 -9.529) rotate(135)' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-5-2' data-name='Line-5' d='M4.5-.317v10.4' transform='translate(4.229 1.752) rotate(-135)' fill='none' stroke='%23FF885F' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}

.container-calendar {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(75%, #edf0f2), to(#fff));
  background: -webkit-linear-gradient(bottom, #edf0f2 75%, #fff);
  background: -o-linear-gradient(bottom, #edf0f2 75%, #fff);
  background: linear-gradient(to top, #edf0f2 75%, #fff);
}

.container-calendar .box-featured-left {
  display: grid;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  grid-template-columns: 425px auto;
  padding: 0;
}

@media (max-width: 1259.98px) {
  .container-calendar .box-featured-left {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .container-calendar .box-featured-left {
    padding: 0 10px;
  }
}

.container-calendar .box-featured-left .calendar-title {
  display: block;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 1px;
  padding-bottom: 20px;
}

@media (max-width: 1259.98px) {
  .container-calendar .box-featured-left .calendar-title {
    padding: 0 30px 20px;
  }
}

@media (max-width: 767.98px) {
  .container-calendar .box-featured-left .calendar-title {
    padding: 0 10px 20px;
  }
}

@media (max-width: 1259.98px) {
  .container-calendar .box-featured-left .node--view-mode-teaser-vertical-big {
    grid-template-columns: 1fr;
    height: 100%;
    gap: 0;
  }

  .container-calendar .box-featured-left .node--view-mode-teaser-vertical-big:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .container-calendar .box-featured-left .node--view-mode-teaser-vertical-big:hover .arrow-hover {
    display: none;
  }
}

.container-calendar .box-featured-left .node--view-mode-teaser-vertical-big.node--type-news-events .field--type-image {
  height: 340px;
}

@media (max-width: 1259.98px) {
  .container-calendar .box-featured-left .node--view-mode-teaser-vertical-big.node--type-news-events .field--type-image {
    width: 100%;
    height: 460px;
  }
}

@media (max-width: 767.98px) {
  .container-calendar .box-featured-left .node--view-mode-teaser-vertical-big.node--type-news-events .field--type-image {
    width: 100%;
    height: 292px;
  }
}

.container-calendar .box-featured-left .node--view-mode-teaser-vertical-big.node--type-news-events .field--type-image img {
  height: 340px;
}

@media (max-width: 1259.98px) {
  .container-calendar .box-featured-left .node--view-mode-teaser-vertical-big.node--type-news-events .field--type-image img {
    width: 100%;
    height: 460px;
  }
}

@media (max-width: 767.98px) {
  .container-calendar .box-featured-left .node--view-mode-teaser-vertical-big.node--type-news-events .field--type-image img {
    width: 100%;
    height: 292px;
  }
}

.container-calendar .box-featured-left .node--view-mode-teaser-vertical-big.node--type-news-events .node-content-wrap {
  padding: 30px 30px 37px;
}

@media (max-width: 767.98px) {
  .container-calendar .box-featured-left .node--view-mode-teaser-vertical-big.node--type-news-events .node-content-wrap {
    padding: 20px 25px 30px;
  }
}

.container-calendar .box-featured-left .node--view-mode-teaser-vertical-big.node--type-news-events .node-content-wrap .node-title {
  padding-top: 0;
}

@media (max-width: 1259.98px) {
  .container-calendar .box-featured-left .node--view-mode-teaser-vertical-big.node--type-news-events .node-content-wrap .node-title {
    max-width: 100%;
  }
}

.container-calendar .box-featured-left .node--view-mode-teaser-vertical-big.node--type-news-events .node-content-wrap .field--type-datetime {
  font-size: 16px;
  letter-spacing: 0.75px;
  line-height: 21px;
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .container-calendar .box-featured-left .node--view-mode-teaser-vertical-big.node--type-news-events .node-content-wrap .field--type-datetime {
    font-size: 12px;
    line-height: 16px;
  }
}

.container-calendar .box-featured-left .attachment-card {
  margin-bottom: 80px;
}

@media (max-width: 1259.98px) {
  .container-calendar .box-featured-left .attachment-card {
    margin-bottom: 70px;
  }
}

@media (max-width: 767.98px) {
  .container-calendar .box-featured-left .attachment-card {
    margin-bottom: 40px;
  }
}

.container-calendar .box-featured-left .attachment-card .bookmark-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding: 25px 30px 0;
}

@media (max-width: 767.98px) {
  .container-calendar .box-featured-left .attachment-card .bookmark-calendar {
    padding: 20px 25px 0;
  }
}

.container-calendar .box-featured-left .attachment-card .bookmark-calendar svg {
  height: 30px;
  width: 22px;
  fill: #FF885F;
}

.container-calendar .box-featured-left .calendar--event-cards {
  margin-bottom: 80px;
}

@media (max-width: 1259.98px) {
  .container-calendar .box-featured-left .calendar--event-cards {
    margin-bottom: 70px;
  }
}

@media (max-width: 767.98px) {
  .container-calendar .box-featured-left .calendar--event-cards {
    margin-bottom: 60px;
  }
}

.container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item:not(:last-of-type) {
  margin-bottom: 14px;
}

@media (max-width: 1259.98px) {
  .container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item .node--view-mode-teaser-horizontal {
  margin-bottom: 0;
}

.container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item .node--view-mode-teaser-horizontal .node-content-wrap .node-title {
  line-height: 24px;
}

@media (max-width: 1259.98px) {
  .container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item .node--view-mode-teaser-horizontal .node-content-wrap .node-title {
    max-width: 100%;
  }
}

.container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item .node--view-mode-teaser-horizontal .node-content-wrap .field--type-datetime {
  font-size: 16px;
  letter-spacing: 0.75px;
  line-height: 21px;
}

@media (max-width: 767.98px) {
  .container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item .node--view-mode-teaser-horizontal .node-content-wrap .field--type-datetime {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 767.98px) {
  .container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item .node--view-mode-teaser-horizontal {
    display: grid;
    grid-template-columns: 125px 1fr;
  }

  .container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item .node--view-mode-teaser-horizontal .img-fluid,
  .container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item .node--view-mode-teaser-horizontal .node--type-news-events.node--view-mode-full .field--name-body img,
  .node--type-news-events.node--view-mode-full .field--name-body .container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item .node--view-mode-teaser-horizontal img,
  .container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item .node--view-mode-teaser-horizontal .node--type-publication.node--view-mode-full .field--name-body img,
  .node--type-publication.node--view-mode-full .field--name-body .container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item .node--view-mode-teaser-horizontal img,
  .container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item .node--view-mode-teaser-horizontal .node--type-features.node--view-mode-full .field--name-body img,
  .node--type-features.node--view-mode-full .field--name-body .container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item .node--view-mode-teaser-horizontal img,
  .container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item .node--view-mode-teaser-horizontal .node--type-resources.node--view-mode-full .field--name-body img,
  .node--type-resources.node--view-mode-full .field--name-body .container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item .node--view-mode-teaser-horizontal img,
  .container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item .node--view-mode-teaser-horizontal .node--type-page.node--view-mode-full .field--name-body img,
  .node--type-page.node--view-mode-full .field--name-body .container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item .node--view-mode-teaser-horizontal img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .container-calendar .box-featured-left .calendar--event-cards .views-view-grid .event-item .node--view-mode-teaser-horizontal .node-content-wrap {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
  }
}

.container-calendar .box-featured-left .calendar--event-cards .pager {
  margin: 60px auto 0;
}

@media (max-width: 1259.98px) {
  .container-calendar .box-featured-left .calendar--event-cards .pager {
    margin: 70px auto 0;
  }
}

@media (max-width: 767.98px) {
  .container-calendar .box-featured-left .calendar--event-cards .pager {
    margin: 60px auto 0;
  }
}

.container-calendar .box-featured-left .calendar--event-cards .pager ul {
  margin: 0;
}

.page-arab-states-overview .node--view-mode-full .block-hero {
  height: 550px;
}

@media (max-width: 767.98px) {
  .page-arab-states-overview .node--view-mode-full .block-hero {
    padding-bottom: 50px;
    height: auto;
  }
}

@media (max-width: 1654.98px) {
  .page-arab-states-overview .node--view-mode-full .block-hero .hero-label__title {
    max-width: unset;
  }
}

@media (max-width: 1259.98px) {
  .page-arab-states-overview .node--view-mode-full .block-hero .hero-label__title {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .page-arab-states-overview .node--view-mode-full .block-hero .field--name-body {
    max-width: 505px;
  }
}

@media (min-width: 992px) {
  .page-arab-states-overview .node--view-mode-full .block-hero .field--name-body {
    max-width: 670px;
  }
}

.page-arab-states-overview .do-you-have-feedback-data-faq h2 {
  margin-bottom: 30px;
}

.page-arab-states-overview .btn-primary {
  padding: 0 50px;
}

.page-arab-states-overview .block-what-we-do h3 {
  margin: 0;
}

@media (max-width: 991.98px) {
  .page-arab-states-overview .block-what-we-do h3 {
    margin-top: 10px;
  }
}

.page-arab-states-overview .block-what-we-do .btn-primary {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 768px) {

  .page-arab-states-overview .paragraph--type--callout .grid-container,
  .page-arab-states-overview .paragraph--type--callout .paragraph--type--main .paragraph--type--tab .field--name-field-description,
  .paragraph--type--main .paragraph--type--tab .page-arab-states-overview .paragraph--type--callout .field--name-field-description {
    padding: 0 60px;
  }
}

@media (min-width: 992px) {

  .page-arab-states-overview .paragraph--type--callout .grid-container,
  .page-arab-states-overview .paragraph--type--callout .paragraph--type--main .paragraph--type--tab .field--name-field-description,
  .paragraph--type--main .paragraph--type--tab .page-arab-states-overview .paragraph--type--callout .field--name-field-description {
    padding: 0;
  }
}

.page-arab-states-overview .paragraph--type--callout .callout-content,
.page-arab-states-overview .paragraph--type--callout .callout-content.grid-reverse {
  grid-template-columns: 500px auto;
  gap: 60px;
}

@media (max-width: 1259.98px) {

  .page-arab-states-overview .paragraph--type--callout .callout-content,
  .page-arab-states-overview .paragraph--type--callout .callout-content.grid-reverse {
    grid-template-columns: 460px auto;
  }
}

@media (max-width: 991.98px) {

  .page-arab-states-overview .paragraph--type--callout .callout-content,
  .page-arab-states-overview .paragraph--type--callout .callout-content.grid-reverse {
    grid-template-columns: 358px auto;
    gap: 40px;
  }
}

@media (max-width: 767.98px) {

  .page-arab-states-overview .paragraph--type--callout .callout-content,
  .page-arab-states-overview .paragraph--type--callout .callout-content.grid-reverse {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.page-arab-states-overview .paragraph--type--callout .callout-content .callout-item--text,
.page-arab-states-overview .paragraph--type--callout .callout-content.grid-reverse .callout-item--text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 991.98px) {

  .page-arab-states-overview .paragraph--type--callout .callout-content .callout-item--text,
  .page-arab-states-overview .paragraph--type--callout .callout-content.grid-reverse .callout-item--text {
    padding: 0 15px;
  }
}

.page-arab-states-overview .paragraph--type--callout .callout-content .callout-item--image,
.page-arab-states-overview .paragraph--type--callout .callout-content.grid-reverse .callout-item--image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.page-arab-states-overview .paragraph--type--callout .content-wrap h2 {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .page-arab-states-overview .paragraph--type--main .field-paragraph-builder-item:last-of-type {
    margin-top: 0;
  }
}

.page-arab-states-overview .paragraph-list>.paragraph:last-of-type {
  margin-bottom: 0;
}

.page-arab-states-overview .paragraph--type--html-block .image-link-wrap {
  margin-top: -70px;
  max-width: 940px;
}

@media (max-width: 767.98px) {
  .page-arab-states-overview .paragraph--type--html-block .image-link-wrap {
    margin-top: -50px;
  }
}

@media (max-width: 767.98px) {

  .page-arab-states-overview .paragraph--type--html-block .image-link-wrap.grid-container,
  .page-arab-states-overview .paragraph--type--html-block .paragraph--type--main .paragraph--type--tab .image-link-wrap.field--name-field-description,
  .paragraph--type--main .paragraph--type--tab .page-arab-states-overview .paragraph--type--html-block .image-link-wrap.field--name-field-description {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.page-arab-states-overview .paragraph--type--html-block .image-link-wrap.grid-container p,
.page-arab-states-overview .paragraph--type--html-block .paragraph--type--main .paragraph--type--tab .image-link-wrap.field--name-field-description p,
.paragraph--type--main .paragraph--type--tab .page-arab-states-overview .paragraph--type--html-block .image-link-wrap.field--name-field-description p {
  margin: 0 auto;
}

.page-arab-states-overview .paragraph--type--html-block .image-wrap img {
  height: 100%;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1259.98px) {
  .page-arab-states-overview .paragraph--type--html-block .image-wrap img {
    max-height: 290px;
  }
}

.page-arab-states-overview .paragraph--type--html-block .explore-the-data {
  margin-bottom: 30px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

.page-roas-how-to-use .return-link {
  font-size: 18px;
}

.page-roas-how-to-use .page--how-to-use .page-title {
  font-size: 35px;
}

.page-roas-how-to-use .card-item {
  padding: 80px 0;
}

.page-roas-how-to-use .card-item.roas-how-to-use-options-to-access a.lable-wrap span {
  font-size: 23px;
  line-height: 1.33;
}

.page-roas-how-to-use .card-item.roas-how-to-use-visualisation-icons .quicktabs-tabs li a {
  font-size: 24px;
  background-size: 50px;
  width: auto;
  height: 50px;
}

.page-roas-how-to-use .card-item.roas-how-to-use-theme-to-mesure img {
  height: auto;
}

.page-roas-how-to-use .card-item.roas-how-to-use-ready-to-explore div.h2 {
  font-size: 40px;
  margin-bottom: 26px;
  line-height: 1.25;
}

.page-roas-how-to-use .card-item.roas-how-to-use-ready-to-explore .card-body {
  padding: 25px 40px;
}

.page-roas-how-to-use .card-item.roas-how-to-use-ready-to-explore .card-title {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.67;
}

.page-roas-how-to-use .card-item.roas-how-to-use-ready-to-explore .field--name-field-subtitle,
.page-roas-how-to-use .card-item.roas-how-to-use-ready-to-explore .card-text {
  font-size: 18px;
}

.page-roas-how-to-use .card-item .card-item-label {
  font-size: 24px;
  line-height: 1.33;
}

.page-roas-how-to-use .paragraph-list .paragraph--section--main:first-of-type .paragraph--type--main {
  margin-top: 80px;
}

.page-roas-how-to-use .paragraph-list .paragraph--section--main:first-of-type .paragraph--type--main h2 {
  font-size: 35px;
  margin-bottom: 10px;
}

.page-roas-how-to-use .paragraph--type--accordion li.accordion-1 {
  padding-top: 16px;
  border-top: 1px solid #d8d8d8;
}

.page-roas-how-to-use .paragraph--type--accordion li .plus-minus-control {
  font-size: 18px;
}

.country--snapshot .title-wrap h2 {
  font-size: 24px;
}

@media (max-width: 991.98px) {
  .country--snapshot .title-wrap h2 {
    font-size: 20px;
  }
}

.country--snapshot .country-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 75px;
  -moz-column-gap: 75px;
  column-gap: 75px;
  row-gap: 50px;
}

@media (max-width: 991.98px) {
  .country--snapshot .country-wrap {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
}

@media (max-width: 767.98px) {
  .country--snapshot .country-wrap {
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
  }
}

@media (max-width: 575.98px) {
  .country--snapshot .country-wrap {
    grid-template-columns: 1fr;
  }
}

.country--snapshot .country-wrap .country>* {
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.country--snapshot .country-wrap .country:hover>img {
  -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.3);
}

.country--snapshot .country-wrap .country:hover>a {
  color: #FF885F;
}

.country--snapshot .country-wrap .country a {
  padding-left: 15px;
}

.country-snapshot-first-chart .block-title,
.country-snapshot-second-chart .block-title,
.country-snapshot-third-chart .block-title,
.country-snapshot-fourth-chart .block-title {
  font-size: 40px;
}

.country-snapshot-first-chart .pie-legend--text,
.country-snapshot-second-chart .pie-legend--text,
.country-snapshot-third-chart .pie-legend--text,
.country-snapshot-fourth-chart .pie-legend--text {
  font-size: 18px;
  line-height: 1.2;
}

.additional-resources-wrap {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#edf0f2));
  background-image: -webkit-linear-gradient(top, #fff, #edf0f2);
  background-image: -o-linear-gradient(top, #fff, #edf0f2);
  background-image: linear-gradient(to bottom, #fff, #edf0f2);
}

@media (max-width: 991.98px) {
  .additional-resources-wrap .cards-wrap>.row {
    gap: 20px;
  }
}

.additional-resources-wrap .card {
  height: 100%;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .additional-resources-wrap .card {
    display: grid;
    grid-template-columns: 225px 1fr;
    gap: 30px;
    height: 225px;
  }
}

@media (max-width: 767.98px) {
  .additional-resources-wrap .card {
    grid-template-columns: 125px 1fr;
    gap: 15px;
    min-height: 150px;
    height: 100%;
  }
}

.additional-resources-wrap .card .arrow-hover {
  position: absolute;
  background-color: #FF885F;
  border-radius: 2px;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width linear 0.2s;
  -o-transition: width linear 0.2s;
  transition: width linear 0.2s;
}

.additional-resources-wrap .card .arrow-hover--bottom {
  display: block;
  width: 0;
  height: 3px;
}

@media (max-width: 1259.98px) {
  .additional-resources-wrap .card .arrow-hover--bottom {
    display: none;
    height: 0;
  }
}

.additional-resources-wrap .card:hover {
  -webkit-box-shadow: 1px 2px 11px #9b9b9b;
  box-shadow: 1px 2px 11px #9b9b9b;
}

.additional-resources-wrap .card:hover .arrow-hover {
  width: 80%;
}

@media (max-width: 991.98px) {
  .additional-resources-wrap .card:hover .arrow-hover {
    position: absolute;
    display: block;
    width: 3px;
    height: 80%;
    right: 0;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: height linear 0.2s;
    -o-transition: height linear 0.2s;
    transition: height linear 0.2s;
  }
}

.additional-resources-wrap .card .card-img {
  height: 225px;
}

@media (max-width: 767.98px) {
  .additional-resources-wrap .card .card-img {
    height: 160px;
    width: 125px;
  }
}

.additional-resources-wrap .card .card-img img {
  width: 100%;
  position: relative;
  height: 225px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .additional-resources-wrap .card .card-img img {
    height: 225px;
    width: 225px;
    min-width: 225px;
  }
}

@media (max-width: 767.98px) {
  .additional-resources-wrap .card .card-img img {
    height: 160px;
    width: 125px;
    min-width: 125px;
  }
}

.additional-resources-wrap .card .card-content-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .additional-resources-wrap .card .card-content-wrap {
    padding: 0;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

@media (max-width: 767.98px) {
  .additional-resources-wrap .card .card-content-wrap {
    padding-right: 10px;
  }
}

.additional-resources-wrap .card .card-content-wrap .top-subtitle {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0397D6;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .additional-resources-wrap .card .card-content-wrap .top-subtitle {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  .additional-resources-wrap .card .card-content-wrap .top-subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 344.98px) {
  .additional-resources-wrap .card .card-content-wrap .top-subtitle {
    overflow: hidden;
    max-width: 154px;
  }
}

.additional-resources-wrap .card .card-content-wrap .card-title {
  font-size: 18px;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 21px;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media (max-width: 991.98px) {
  .additional-resources-wrap .card .card-content-wrap .card-title {
    -webkit-line-clamp: 4;
    padding-top: 0;
    line-height: 26px;
    max-width: 405px;
  }
}

@media (max-width: 767.98px) {
  .additional-resources-wrap .card .card-content-wrap .card-title {
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 20px;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
  }
}

@media (max-width: 991.98px) {

  .taxonomy-author-wrap .grid-container,
  .taxonomy-author-wrap .paragraph--type--main .paragraph--type--tab .field--name-field-description,
  .paragraph--type--main .paragraph--type--tab .taxonomy-author-wrap .field--name-field-description {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.taxonomy-author-wrap-item {
  position: relative;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 80px;
  padding: 120px 0 80px;
}

@media (max-width: 991.98px) {
  .taxonomy-author-wrap-item {
    grid-template-columns: 120px 1fr;
    gap: 30px;
    padding: 105px 10px 70px;
  }
}

@media (max-width: 767.98px) {
  .taxonomy-author-wrap-item {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 85px 10px 40px;
  }
}

.taxonomy-author-wrap-item img {
  height: 160px;
  border-radius: 100%;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .taxonomy-author-wrap-item img {
    height: 120px;
  }
}

@media (max-width: 767.98px) {
  .taxonomy-author-wrap-item img {
    height: 80px;
    width: 80px;
  }
}

.taxonomy-author-wrap-item .learn-more-link.learn-more--top-article {
  position: absolute;
  padding-top: 50px;
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .taxonomy-author-wrap-item .learn-more-link.learn-more--top-article {
    padding-top: 40px;
    padding-left: 40px;
  }
}

@media (max-width: 767.98px) {
  .taxonomy-author-wrap-item .learn-more-link.learn-more--top-article {
    padding-top: 30px;
    padding-left: 10px;
  }
}

.taxonomy-author-wrap-item .item-name {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1, 75px;
}

@media (max-width: 767.98px) {
  .taxonomy-author-wrap-item .item-name {
    font-size: 24px;
    letter-spacing: 1px;
  }
}

.taxonomy-author-wrap-item .item-description {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.67px;
  padding: 10px 0 15px;
}

.taxonomy-author-wrap-item .item-twitter a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0397D6;
  opacity: .7;
}

.taxonomy-author-wrap-item .item-twitter a:hover {
  opacity: 1;
}

.taxonomy-author-wrap-item .item-twitter a:before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNiAxNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMEQ5N0Q0O30KPC9zdHlsZT4KPHBhdGggaWQ9Il94MjJfYXV0aG9yLWJpb3NfeDIyXy10aWNrZXQiIGNsYXNzPSJzdDAiIGQ9Ik0xNiwyLjFjLTAuNiwwLjItMS4yLDAuNC0xLjksMC41YzAuNy0wLjQsMS4yLTEuMSwxLjQtMS44CgljLTAuNiwwLjQtMS4zLDAuNi0yLjEsMC44Yy0wLjYtMC42LTEuNC0xLjEtMi4zLTEuMUM5LjMsMC41LDcuOCwyLDcuOCwzLjhjMCwwLjIsMCwwLjUsMC4xLDAuOEM1LjIsNC40LDIuOCwzLjEsMS4xLDEuMQoJQzAuOCwxLjYsMC43LDIuMiwwLjcsMi44YzAsMS4xLDAuNiwyLjEsMS40LDIuN2MtMC41LDAtMS0wLjEtMS41LTAuNHYwLjFjMCwxLjYsMS4xLDIuOSwyLjYsMy4yQzMsOC40LDIuNyw4LjQsMi40LDguNAoJYy0wLjIsMC0wLjQsMC0wLjYtMC4xYzAuNCwxLjMsMS42LDIuMiwzLDIuM2MtMS4xLDAuOS0yLjUsMS40LTQuMSwxLjRjLTAuMiwwLTAuNSwwLTAuOC0wLjFjMS41LDAuOSwzLjIsMS40LDUuMSwxLjQKCWM2LDAsOS4zLTUsOS4zLTkuNFYzLjhDMTUsMy4yLDE1LjYsMi43LDE2LDIuMUwxNiwyLjF6Ii8+Cjwvc3ZnPgo=");
  margin-right: 10px;
  height: 16px;
  width: 16px;
}

.region-help {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 20px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.region-help .toast .toast-dot {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 4px;
}

.card:hover {
  -webkit-box-shadow: 1px 2px 10px 0 rgba(72, 72, 72, 0.4);
  box-shadow: 1px 2px 10px 0 rgba(72, 72, 72, 0.4);
}

.card:hover a {
  color: #000;
}

.card-body {
  padding: 30px 25px;
}

@media (max-width: 575.98px) {
  .card-body {
    padding: 30px 10px;
    margin: 0 !important;
  }
}

.card-item {
  padding: 100px 0;
}

.card-item .card-item--number {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  color: #edf0f2;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .card-item .card-item--number {
    font-size: 150px;
    line-height: 150px;
    margin-top: -19px;
  }
}

.card-item:nth-child(even) .card-item--number {
  color: #fff;
}

ul.explore-data-list {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: explorethedata-counter;
}

ul.explore-data-list li {
  counter-increment: explorethedata-counter;
}

ul.explore-data-list li .lable-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.explore-data-list li .lable-wrap span {
  color: #000;
}

ul.explore-data-list li .lable-wrap::before {
  content: "0"counter(explorethedata-counter) ".";
  color: #FF885F;
  font-size: 40px;
  line-height: 70px;
  width: 75px;
  height: 75px;
  min-width: 75px;
  min-height: 75px;
  border: 2.5px solid #FF885F;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
}

ul.explore-data-list li .lable-wrap:hover:before {
  color: #fff;
  background: #FF885F;
  border-color: #FF885F;
}

ul.explore-data-list li .lable-wrap:hover span {
  border-bottom: 2px solid #FF885F;
}

.page--how-to-use {
  padding-top: 50px;
}

.page--how-to-use .return-link {
  display: block;
  margin-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page--how-to-use .return-link svg {
  margin-right: 15px;
}

.page--how-to-use .return-link:hover path {
  stroke: #FF885F;
}

.page--how-to-use .page-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 40px;
}

.page--how-to-use .explore-data-list li:not(:last-child) {
  margin-bottom: 40px;
}

.page--how-to-use .quicktabs-wrapper .quicktabs-tabs {
  position: relative;
  padding-top: 0;
  margin: 0;
  display: block;
  width: 100%;
}

.page--how-to-use .quicktabs-wrapper .quicktabs-tabs li {
  padding: 0;
}

.page--how-to-use .quicktabs-wrapper .quicktabs-tabs li a {
  width: auto;
  padding-left: 90px;
  color: #000;
  background-position: left center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page--how-to-use .quicktabs-wrapper .quicktabs-tabs li:not(:last-child) {
  margin-bottom: 30px;
}

.page--how-to-use .quicktabs-wrapper .quicktabs-tabs li:hover a {
  color: #FF885F;
}

.page--how-to-use .card,
.block-notsurewheretobegin .card {
  position: relative;
  -webkit-transition: -webkit-box-shadow linear .2s;
  transition: -webkit-box-shadow linear .2s;
  -o-transition: box-shadow linear .2s;
  transition: box-shadow linear .2s;
  transition: box-shadow linear .2s, -webkit-box-shadow linear .2s;
}

.page--how-to-use .card:not(:last-child),
.block-notsurewheretobegin .card:not(:last-child) {
  margin-bottom: 10px;
}

.page--how-to-use .card a,
.block-notsurewheretobegin .card a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.page--how-to-use .card .card-title,
.block-notsurewheretobegin .card .card-title {
  color: #0397D6;
  line-height: 24px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {

  .page--how-to-use .card .card-title,
  .block-notsurewheretobegin .card .card-title {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}

.page--how-to-use .card .card-title svg,
.block-notsurewheretobegin .card .card-title svg {
  margin-right: 17px;
}

.page--how-to-use .card .arrow-hover,
.block-notsurewheretobegin .card .arrow-hover {
  background-color: #FF885F;
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 2px;
  -webkit-transition: height linear .2s;
  -o-transition: height linear .2s;
  transition: height linear .2s;
}

.page--how-to-use .card .arrow-hover.arrow-hover--right,
.block-notsurewheretobegin .card .arrow-hover.arrow-hover--right {
  width: 3px;
  height: 0;
}

.page--how-to-use .card:hover .arrow-hover.arrow-hover--right,
.block-notsurewheretobegin .card:hover .arrow-hover.arrow-hover--right {
  height: 80%;
}

.text-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: inherit;
  margin: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-align: end;
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 26px;
  text-transform: uppercase;
  display: grid;
  grid-template-rows: 1fr 1fr;
}

@media (max-width: 767.98px) {
  .text-vertical {
    display: block;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
  }
}

.text-vertical:before {
  content: '';
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 60px;
  background-color: #0397D6;
  right: 12px;
  top: -82px;
}

@media (max-width: 767.98px) {
  .text-vertical:before {
    display: none;
  }
}

.section-hero+.paragraph-list .paragraph--type--embed>.field__item:first-child {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDF0F2));
  background: -webkit-linear-gradient(#FFFFFF 0%, #EDF0F2 100%);
  background: -o-linear-gradient(#FFFFFF 0%, #EDF0F2 100%);
  background: linear-gradient(#FFFFFF 0%, #EDF0F2 100%);
}

@media (min-width: 992px) {
  .node-14 .field--name-body p {
    line-height: 26px;
  }

  .node-14 .block-unwomen-content img {
    min-width: 630px;
  }

  .node-14 .block-genderdatagapschallenges .col-md-7 {
    padding-left: 0;
  }

  .node-14 .block-genderdatagapschallenges .col-10 {
    padding-left: 0px;
    line-height: 26px;
  }

  .node-14 .block-genderdatagapschallenges .col-10 h4 {
    margin-bottom: 15px;
  }

  .node-9 .bg-gray-lighter .field--type-string {
    margin-bottom: 30px;
  }

  .node-9 .bg-gray-lighter .field--type-text-long h3 {
    margin: 10px 0 20px !important;
  }

  .node-9,
  .node-12,
  .node-11 {
    line-height: 26px;
  }

  .node-9 .container,
  .node-9 .webform-submission-form .form-actions,
  .webform-submission-form .node-9 .form-actions,
  .node-12 .container,
  .node-12 .webform-submission-form .form-actions,
  .webform-submission-form .node-12 .form-actions,
  .node-11 .container,
  .node-11 .webform-submission-form .form-actions,
  .webform-submission-form .node-11 .form-actions {
    padding-right: 0;
    padding-left: 0;
  }

  .node-9 .field--type-string,
  .node-12 .field--type-string,
  .node-11 .field--type-string {
    margin-bottom: 10px;
  }

  .node-9 ol,
  .node-12 ol,
  .node-11 ol {
    padding-left: 30px;
  }

  .node-9 svg,
  .node-12 svg,
  .node-11 svg {
    margin-top: 10px;
  }

  .node-9 .block-hero .container,
  .node-9 .block-hero .webform-submission-form .form-actions,
  .webform-submission-form .node-9 .block-hero .form-actions,
  .node-12 .block-hero .container,
  .node-12 .block-hero .webform-submission-form .form-actions,
  .webform-submission-form .node-12 .block-hero .form-actions,
  .node-11 .block-hero .container,
  .node-11 .block-hero .webform-submission-form .form-actions,
  .webform-submission-form .node-11 .block-hero .form-actions {
    max-width: 1300px;
    padding: 0 30px;
  }

  .node-9 .block-hero .container .hero-label__title,
  .node-9 .block-hero .webform-submission-form .form-actions .hero-label__title,
  .webform-submission-form .node-9 .block-hero .form-actions .hero-label__title,
  .node-12 .block-hero .container .hero-label__title,
  .node-12 .block-hero .webform-submission-form .form-actions .hero-label__title,
  .webform-submission-form .node-12 .block-hero .form-actions .hero-label__title,
  .node-11 .block-hero .container .hero-label__title,
  .node-11 .block-hero .webform-submission-form .form-actions .hero-label__title,
  .webform-submission-form .node-11 .block-hero .form-actions .hero-label__title {
    line-height: 78px;
    padding-top: 15px;
    margin-bottom: -2px;
  }
}

.node-21 .block-unwomen-content {
  background-color: #edf0f2;
}

@media (max-width: 767.98px) {
  .node-21 .block-unwomen-content {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDF0F2));
    background: -webkit-linear-gradient(#FFFFFF 0%, #EDF0F2 100%);
    background: -o-linear-gradient(#FFFFFF 0%, #EDF0F2 100%);
    background: linear-gradient(#FFFFFF 0%, #EDF0F2 100%);
  }
}

@media (max-width: 767.98px) {
  .node-8 .bh-style-hs-02 {
    background-position-x: 65%;
  }
}

.block-factsandfigures {
  margin-top: 100px;
}

@media (max-width: 767.98px) {
  .block-factsandfigures {
    margin-top: 60px;
  }

  .block-factsandfigures h2 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}

.block-factsandfigures .figures-wrap {
  margin-bottom: 50px;
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .block-factsandfigures .figures-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.block-factsandfigures .figures-wrap .figure {
  padding-right: 45px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .block-factsandfigures .figures-wrap .figure {
    padding-right: 0;
  }
}

.block-factsandfigures .figures-wrap .figure:nth-of-type(2n) {
  padding-left: 20px !important;
}

@media (max-width: 991.98px) {
  .block-factsandfigures .figures-wrap .figure:nth-of-type(2n) {
    padding-left: 0 !important;
  }
}

.block-factsandfigures .figures-wrap .cards {
  background: #fff;
  margin-left: -10px;
}

.block-factsandfigures .figures-wrap .donut-chart.chart2 {
  border: 1px solid #eef1f2;
}

.block-factsandfigures .figures-wrap .donut-chart {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.block-factsandfigures .figures-wrap .donut-chart .slice.one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-factsandfigures .figures-wrap .donut-chart .slice.two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-factsandfigures .figures-wrap .donut-chart .chart-center {
  position: absolute;
  border-radius: 50%;
}

.block-factsandfigures .figures-wrap .donut-chart .chart-center span {
  display: block;
  text-align: center;
}

.block-factsandfigures .figures-wrap .chart-text {
  padding-bottom: 20px;
  font-weight: 600;
}

.block-factsandfigures .figures-wrap .line {
  height: 1px;
  width: 100%;
  background-color: #d8d8d8;
  margin: 1px 0 20px 0;
}

.donut-chart.chart1 {
  width: 165px;
  height: 165px;
  background: #eef1f2;
}

.donut-chart.chart1 .slice.one {
  clip: rect(0 165px 82.5px 0);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #0397D6;
}

.donut-chart.chart1 .slice.two {
  clip: rect(0 82.5px 165px 0);
  -webkit-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  transform: rotate(198deg);
  background: #0397D6;
}

.donut-chart.chart1 .chart-center {
  top: 12px;
  left: 12px;
  width: 141px;
  height: 141px;
  background: #fff;
}

.donut-chart.chart1 .chart-center span {
  font-size: 40px;
  line-height: 141px;
  color: #0397D6;
}

.donut-chart.chart1 .chart-center span:after {
  content: "55%";
}

.donut-chart.chart2 {
  width: 165px;
  height: 165px;
  background: #0397D6;
}

.donut-chart.chart2 .slice.one {
  clip: rect(0 165px 82.5px 0);
  -webkit-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
  background: #eef1f2;
}

.donut-chart.chart2 .slice.two {
  clip: rect(0 82.5px 165px 0);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #eef1f2;
}

.donut-chart.chart2 .chart-center {
  top: 12px;
  left: 12px;
  width: 141px;
  height: 141px;
  background: #fff;
}

.donut-chart.chart2 .chart-center span {
  font-size: 40px;
  line-height: 141px;
  color: #0397D6;
}

.donut-chart.chart2 .chart-center span:after {
  content: "49%";
}

.donut-chart.chart3 {
  width: 165px;
  height: 165px;
  background: #0397D6;
}

.donut-chart.chart3 .slice.one {
  clip: rect(0 165px 82.5px 0);
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
  background: #eef1f2;
}

.donut-chart.chart3 .slice.two {
  clip: rect(0 82.5px 165px 0);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #eef1f2;
}

.donut-chart.chart3 .chart-center {
  top: 12px;
  left: 12px;
  width: 141px;
  height: 141px;
  background: #fff;
}

.donut-chart.chart3 .chart-center span {
  font-size: 40px;
  line-height: 141px;
  color: #0397D6;
}

.donut-chart.chart3 .chart-center span:after {
  content: "15%";
}

.donut-chart.chart4 {
  width: 165px;
  height: 165px;
  background: #0397D6;
}

.donut-chart.chart4 .slice.one {
  clip: rect(0 165px 82.5px 0);
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
  background: #eef1f2;
}

.donut-chart.chart4 .slice.two {
  clip: rect(0 82.5px 165px 0);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #eef1f2;
}

.donut-chart.chart4 .chart-center {
  top: 12px;
  left: 12px;
  width: 141px;
  height: 141px;
  background: #fff;
}

.donut-chart.chart4 .chart-center span {
  font-size: 40px;
  line-height: 141px;
  color: #0397D6;
}

.donut-chart.chart4 .chart-center span:after {
  content: "13%";
}

.svg-item {
  max-width: 45%;
  display: inline-block;
  font-size: 12px;
  margin: 0 auto;
  -webkit-animation: donutfade 1s;
  animation: donutfade 1s;
}

@media (max-width: 991.98px) {
  .svg-item {
    max-width: 60.3%;
  }
}

.donut-ring {
  stroke: #eef1f2;
}

.donut-segment {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  stroke: #0397D6;
}

.donut-segment-2 {
  stroke: #0397D6;
}

.donut-text {
  fill: #0397D6;
}

.donut-percent {
  font-size: 0.7em;
  line-height: 1;
  -webkit-transform: translate(0.1em, 0.4em);
  -ms-transform: translate(0.1em, 0.4em);
  transform: translate(0.1em, 0.4em);
  font-weight: bold;
}

.donut-fraction {
  font-size: 0.5em;
  line-height: 1;
  -webkit-transform: translateY(0.3em);
  -ms-transform: translateY(0.3em);
  transform: translateY(0.3em);
  font-weight: bold;
}

.nav-tabs {
  border-bottom: none;
}

@media (max-width: 1259.98px) {
  .nav-tabs .nav-link.active {
    background-color: transparent;
  }
}

#block-globalsummmary {
  padding-top: 65px;
  padding-bottom: 100px;
}

@media (max-width: 767.98px) {
  #block-globalsummmary {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  #block-globalsummmary h2 {
    margin-bottom: 20px;
  }
}

#block-globalsummmary p {
  letter-spacing: 0.75px;
}

#block-centerofexcellenceongenderstatistics h4 {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  #block-centerofexcellenceongenderstatistics h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

#block-centerofexcellenceongenderstatistics p {
  margin-top: 20px;
  letter-spacing: 0.75px;
}

#block-centerofexcellenceongenderstatistics h2 {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  #block-centerofexcellenceongenderstatistics h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
}

#block-centerofexcellenceongenderstatistics img {
  height: 500px;
  max-width: 500px;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
}

@media (max-width: 767.98px) {
  #block-centerofexcellenceongenderstatistics img {
    height: auto;
    max-width: 100%;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

#block-centerofexcellenceongenderstatistics .row {
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (max-width: 767.98px) {
  #block-centerofexcellenceongenderstatistics .row {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  #block-centerofexcellenceongenderstatistics .row .img--right__global {
    margin-right: -20px;
    margin-left: -20px;
  }
}

#block-globalprogramonviolenceagainstwomen {
  padding-top: 100px;
  padding-bottom: 110px;
}

@media (max-width: 767.98px) {
  #block-globalprogramonviolenceagainstwomen {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  #block-globalprogramonviolenceagainstwomen h2 {
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  #block-globalprogramonviolenceagainstwomen h4 {
    line-height: 20px;
    font-size: 16px;
  }
}

#block-globalprogramonviolenceagainstwomen h4 {
  margin-bottom: 0;
}

#block-globalprogramonviolenceagainstwomen p {
  padding-top: 20px;
  letter-spacing: 0.75px;
  line-height: 26px;
}

@media (max-width: 767.98px) {
  .node-17 .bh-style-hs-03 .hero-label__title {
    padding-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .node-17 .bh-style-hs-03 .field--name-body {
    padding-bottom: 50px;
  }
}

.page--search {
  margin-top: 100px;
  margin-bottom: 110px;
}

.page--search .search-item__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.page--search .search-item__results:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}

.page--search .search-item__results:last-of-type {
  border-bottom: none;
}

.page--search .search-item__results .search-count {
  font-size: 25px;
  font-weight: bold;
  padding-right: 20px;
}

.page--search #edit-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.page--search #edit-basic .js-form-type-search {
  width: 100%;
}

.page--search #edit-basic label {
  display: none;
}

.page--search #edit-basic input.form-search {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}

.page--search #edit-submit {
  position: absolute;
  right: 0;
  width: auto;
  border-color: transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.page--search #edit-submit:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page--search #edit-submit:hover {
  background: #F9F9F9;
  border-left: none;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
}

.page--search .search-help-link {
  display: none;
}

.page--search .search-form {
  margin-bottom: 60px;
}

.page--search .search-form+h2 {
  display: none;
}

.page--search .search-advanced {
  display: none;
}

.section-hero {
  position: relative;
  padding: 0 20px;
}

.section-hero.section-hero-linked:hover .hero-label__title span {
  border-bottom: 2px solid #FF885F;
}

@media (max-width: 767.98px) {
  .section-hero {
    padding: 0 5px;
  }
}

.node-8 .block-genderdatagapschallenges {
  padding-top: 50px;
}

.node-14 .block-genderdatagapschallenges {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDF0F2));
  background: -webkit-linear-gradient(#FFFFFF 0%, #EDF0F2 100%);
  background: -o-linear-gradient(#FFFFFF 0%, #EDF0F2 100%);
  background: linear-gradient(#FFFFFF 0%, #EDF0F2 100%);
}

.block-accordion .block-items {
  margin-top: 10px;
  padding-bottom: 20px;
}

.block-accordion .block-items:not(:last-child) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d8d8d8;
}

.block-accordion .block-items h4 {
  margin: 0;
  cursor: pointer;
}

.block-accordion .block-items .body {
  margin-top: 15px;
  padding-left: 20px;
}

.block-accordion .block-items .body-hidden.collapsed:before {
  content: "+";
}

.block-accordion .block-items .body-hidden:before {
  content: " – ";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  #block-global h2 {
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  #block-global p {
    line-height: 22px;
  }
}

.img-with-title {
  position: relative;
  width: 100%;
  height: 100%;
}

.img-with-title:hover .img-title {
  opacity: 1;
}

.img-with-title .img-title {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 18px;
}

.bh-style-hs-03:hover .img-title,
.section-hero:hover .img-title {
  opacity: 1;
}

.bh-style-hs-03 .img-with-title .img-title,
.section-hero .img-with-title .img-title {
  text-align: right;
}

@media (min-width: 576px) {

  .bh-style-hs-03 .img-with-title .img-title,
  .section-hero .img-with-title .img-title {
    background-color: transparent;
    padding: 15px 20px;
  }
}

@media (max-width: 1259.98px) {
  .node-21 .node--view-mode-full .block-hero .hero-label__title {
    padding-left: 0;
  }
}

.node-21 .paragraph--type--carousel {
  padding: 80px 0;
}

@media (max-width: 767.98px) {
  .node-21 .paragraph--type--carousel {
    padding: 60px 0;
  }
}

.node-21 .paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel {
  max-height: 430px;
}

@media (max-width: 767.98px) {
  .node-21 .paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel {
    max-height: unset;
  }
}

.node-21 .paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel .paragraph-slick-carousel-item .carousel-item-teaser-vertical .content-wrap {
  overflow: hidden;
}

.node-21 .paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel .paragraph-slick-carousel-item .carousel-item-teaser-vertical .content-wrap-description {
  margin-bottom: 0;
}

.node-21 #block-explorethedataondatahomepage {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDF0F2));
  background: -webkit-linear-gradient(#FFFFFF 0%, #EDF0F2 100%);
  background: -o-linear-gradient(#FFFFFF 0%, #EDF0F2 100%);
  background: linear-gradient(#FFFFFF 0%, #EDF0F2 100%);
}

.node-21 .block--country-facts-sheets-how-use-dashboard.bg-dots:before {
  background-color: #fff;
}

@media (min-width: 576px) {
  .img-wrapp img {
    height: auto;
  }
}

.group-list {
  list-style-type: none;
  padding: 0 20px;
}

.dropdown-menu {
  margin-top: -2px;
  padding: 0;
}

.dropdown-menu.show .dropdown-filter-item.custom-group.multiple-items .indicator-child-groups {
  padding-left: 0;
}

.dropdown-menu.show .dropdown-filter-item.custom-group.multiple-items .list-has-dimensions {
  margin-left: 0;
}

.dropdown-menu.show .dropdown-filter-item.custom-group .indicator_button--header,
.dropdown-menu.show .dropdown-filter-item.custom-group .expandable_indicator_header {
  margin-left: 8px;
  cursor: pointer;
}

.dropdown-menu.show .dropdown-filter-item.custom-group.single-item {
  padding-left: 1px;
  padding-right: 1px;
}

.dropdown-menu.show .dropdown-filter-item.custom-group.single-item .indicator-child-groups {
  padding-left: 30px;
}

.dropdown-menu.show .dropdown-filter-item.custom-group.single-item>ul.group-list {
  padding-left: 0;
  padding-right: 5px;
}

.dropdown-menu.show .dropdown-filter-item.custom-group.single-item>ul.group-list>li>span.dropdown-header {
  margin-left: 30px;
  margin-right: 30px;
  display: inline-table;
  width: calc(100% - 60px);
}

.dropdown-menu.show .dropdown-filter-item.custom-group.single-item>ul.group-list>li>span.dropdown-header span {
  padding: 0 10px;
}

.dropdown-menu.show .dropdown-filter-item.custom-group.single-item label.custom-control-label {
  padding-left: 35px;
}

.dropdown-menu.show .dropdown-filter-item.custom-group.single-item .custom-radio__display-list label.custom-control-label {
  padding-left: 0px;
  cursor: pointer;
}

.dropdown-menu.show .dropdown-filter-item.custom-group.single-item .custom-radio__display-list label.custom-control-label::after {
  top: 3px;
  left: -30px;
}

@media (max-width: 991.98px) {
  .dropdown-menu.show .dropdown-filter-item.custom-group.single-item .custom-radio__display-list label.custom-control-label::after {
    top: 0;
  }
}

.dropdown-menu .custom-radio__display-list {
  margin-top: 15px;
  margin-left: 35px;
}

.dropdown-menu li .display-radio {
  margin-top: 5px;
}

.dropdown-menu li div .custom-control-label::before {
  -webkit-box-shadow: 0px 0px 0px 1px #ff885f inset;
  box-shadow: 0px 0px 0px 1px #ff885f inset;
  width: 20px;
  height: 20px;
}

.dropdown-menu li div .custom-control-label::after {
  background: no-repeat 50% / 11px;
  top: 4px;
  left: -28px;
  width: 18px;
  height: 14px;
}

.dropdown-menu li div .custom-control-input:not(:checked)+.custom-control-label::after {
  top: -3px;
  left: -39px;
  width: 20px;
  height: 20px;
}

.dropdown-toggle .filter-option-inner,
.dropup .dropdown-toggle .filter-option-inner {
  padding-right: 20px;
}

.dropdown-toggle::after,
.dropdown-toggle[aria-expanded="true"]::after,
.dropup .dropdown-toggle::after,
.dropup .dropdown-toggle[aria-expanded="true"]::after {
  position: absolute;
  right: 12px;
  width: 15px;
  height: 9px;
}

.dimensions-list {
  list-style-type: none;
}

.dimensions-list:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

ul.indicators-list,
ul.regions-list-align {
  list-style-type: none;
  padding: 0;
}

ul.indicators-list>li,
ul.regions-list-align>li {
  position: relative;
  padding-right: 30px;
  margin-left: 35px;
  margin-top: 10px;
}

ul.indicators-list>li.no-dimension,
ul.regions-list-align>li.no-dimension {
  margin-left: 35px;
}

ul.indicators-list .show-two-columns,
ul.regions-list-align .show-two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 35px;
}

ul.indicators-list .show-two-columns li,
ul.regions-list-align .show-two-columns li {
  margin-top: 0;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

ul.indicators-list .show-two-columns li label.custom-control-label,
ul.regions-list-align .show-two-columns li label.custom-control-label {
  padding-right: 35px;
  cursor: pointer;
}

ul.indicators-list .has-dimensions,
ul.regions-list-align .has-dimensions {
  margin-top: 10px;
}

ul.indicators-list .has-dimensions>.custom-checkbox,
ul.regions-list-align .has-dimensions>.custom-checkbox {
  margin-bottom: 5px;
}

ul.indicators-list .has-dimensions label.custom-control-label:hover,
ul.regions-list-align .has-dimensions label.custom-control-label:hover {
  background: none;
}

ul.indicators-list .has-dimensions .dropdown-parent,
ul.regions-list-align .has-dimensions .dropdown-parent {
  margin-left: -2px;
}

ul.indicators-list .has-dimensions .dropdown-parent>label::before,
ul.indicators-list .has-dimensions .dropdown-parent>label::after,
ul.regions-list-align .has-dimensions .dropdown-parent>label::before,
ul.regions-list-align .has-dimensions .dropdown-parent>label::after {
  content: none;
}

ul.indicators-list .has-dimensions div.display-radio .dropdown-parent>label::before,
ul.indicators-list .has-dimensions div.display-radio .dropdown-parent>label::after,
ul.regions-list-align .has-dimensions div.display-radio .dropdown-parent>label::before,
ul.regions-list-align .has-dimensions div.display-radio .dropdown-parent>label::after {
  content: "";
}

ul.indicators-list .has-dimensions .btn_more,
ul.regions-list-align .has-dimensions .btn_more {
  margin-left: -25px;
  position: absolute;
  top: 3px;
  cursor: pointer;
}

ul.indicators-list .has-dimensions::before,
ul.regions-list-align .has-dimensions::before {
  position: absolute;
  left: -27px;
  top: 5px;
}

.filter-form-item-gender .form-group,
.filter-form-item-sex .form-group {
  margin-bottom: 3px;
}

@media (max-width: 1259.98px) {

  .filter-form-item-gender .form-group,
  .filter-form-item-sex .form-group {
    margin-bottom: 0;
  }
}

.filter-form-item-location .form-group {
  margin-bottom: 25px;
}

.filter-form-item-gender-radio .form-group,
.filter-form-item-sex-radio .form-group,
.filter-form-item-age-radio .form-group {
  margin-bottom: 3px;
}

.bootstrap-select select.year-select~.dropdown-menu .dropdown-item .check-mark {
  display: none;
}

.bootstrap-select select.year-select~.dropdown-menu li {
  padding: 0;
}

.bootstrap-select select.year-select~.dropdown-menu .dropdown-item .text {
  padding-left: -5px;
}

.regions-list.world {
  list-style-type: none;
  margin-top: 16px;
  margin-bottom: 5px;
}

.regions-list.world label {
  font-weight: bold;
}

.dropdown-filter .dropdown-header.location-header {
  margin-top: 0;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0;
}

@media (max-width: 1259.98px) {
  .dropdown-filter .dropdown-header.location-header {
    padding: 10px 0;
  }
}

.dropdown-filter.show {
  max-height: 380px;
}

.dropdown-filter.show .bs-searchbox .form-control {
  min-width: 274px;
}

@media (max-width: 991.98px) {
  .dropdown-filter.show .bs-searchbox .form-control {
    min-width: 279px;
  }
}

.portal-block.vaw_wps .dropdown-menu.show .dropdown-filter-item.basic-regions {
  max-height: 230px;
}

.location-header-title {
  padding-left: 0 !important;
}

@media (max-width: 991.98px) {
  .location-header-title {
    background-color: #fff;
    width: 260px;
  }
}

.custom-regions-list {
  padding-top: 10px;
}

.dropdown-filter-item .sdm-location-list {
  margin-top: 15px;
  margin-left: 25px;
}

.dropdown-filter-item .dropdown-select__select-all {
  text-align: right;
  color: #ff885e;
  cursor: pointer;
  width: 100%;
  font-weight: normal;
}

.data-page-wrapp .dashboard-tabs .nav-item,
.data-page-wrapp-roas .dashboard-tabs .nav-item {
  overflow: visible;
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-sdm,
.data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-vaw_wps,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-sdm,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-vaw_wps {
  padding-left: 0;
  padding-right: 0;
  border-width: 0;
  margin-right: -2px;
  font-size: 15px;
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-sdm.active,
.data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-vaw_wps.active,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-sdm.active,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-vaw_wps.active {
  border-width: 2px 2px 0 2px;
  margin-right: 0;
  color: #ffa384;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-sdm.active,
  .data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-vaw_wps.active,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-sdm.active,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-vaw_wps.active {
    color: #000;
    background-color: rgba(255, 136, 95, 0.2);
    border-radius: 0;
  }
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-sdm .portal-sdm__nav-title-content,
.data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-vaw_wps .portal-sdm__nav-title-content,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-sdm .portal-sdm__nav-title-content,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-vaw_wps .portal-sdm__nav-title-content {
  padding: 14px 25px;
  max-height: 95px;
  width: 100%;
  position: relative;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-sdm .portal-sdm__nav-title-content,
  .data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-vaw_wps .portal-sdm__nav-title-content,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-sdm .portal-sdm__nav-title-content,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-vaw_wps .portal-sdm__nav-title-content {
    padding: 0 25px;
  }
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-sdm .portal-sdm__nav-title,
.data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-vaw_wps .portal-sdm__nav-title,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-sdm .portal-sdm__nav-title,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-vaw_wps .portal-sdm__nav-title {
  overflow: hidden;
  white-space: pre-wrap;
  width: 100%;
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-vaw_wps .portal-sdm__nav-title-content,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-vaw_wps .portal-sdm__nav-title-content {
  padding: 14px 105px;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-vaw_wps .portal-sdm__nav-title-content,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-vaw_wps .portal-sdm__nav-title-content {
    padding: 0 25px;
  }
}

.data-page-wrapp .dashboard-tabs.portal-sdm .nav-item,
.data-page-wrapp-roas .dashboard-tabs.portal-sdm .nav-item {
  overflow: visible;
}

.data-page-wrapp .dashboard-tabs.portal-sdm .nav-item:not(:last-child) .portal-sdm:not(.active) .portal-sdm__nav-title-content,
.data-page-wrapp-roas .dashboard-tabs.portal-sdm .nav-item:not(:last-child) .portal-sdm:not(.active) .portal-sdm__nav-title-content {
  border-right: 2px solid #d8d8d8;
  margin-bottom: 2px;
}

.data-page-wrapp .dashboard-tabs.portal-sdm .nav-item,
.data-page-wrapp-roas .dashboard-tabs.portal-sdm .nav-item {
  text-align: left;
}

.data-page-wrapp .dashboard-tabs.portal-vaw_wps .nav-item,
.data-page-wrapp-roas .dashboard-tabs.portal-vaw_wps .nav-item {
  text-align: left;
}

.modal .social-media-links--platforms.horizontal li {
  margin-right: 25px;
}

.modal .social-media-links--platforms.horizontal li a {
  width: 54px;
  height: 54px;
  text-decoration: none;
}

.modal .social-media-links--platforms.horizontal li a:hover {
  text-decoration: none;
}

.sdm-main__filter--full-width {
  width: 100%;
  min-width: 100%;
}

.sdm-main__filter--full-width+.main-filter-group--right-sidebar {
  max-width: 0;
}

#indicator-table-filter-P-64+label {
  margin-left: 35px;
  padding-left: 0;
}

.data-page-wrapp .portal-sdm.dashboard-tabs,
.data-page-wrapp-roas .portal-sdm.dashboard-tabs {
  max-width: calc(100% - 2px);
}

.indicator-child-groups {
  font-size: 15px;
  margin-top: 10px;
}

.custom-control-input:disabled~.custom-control-label,
.disabled-indicator-by-tab .custom-control-label {
  cursor: default !important;
  color: #d8d8d8;
}

.custom-control-input:disabled~.custom-control-label::before,
.disabled-indicator-by-tab .custom-control-label::before {
  border: 0 !important;
}

.custom-control-input:disabled~.custom-control-label::before,
.disabled-indicator-by-tab .custom-control-label::before {
  -webkit-box-shadow: 0px 0px 0px 1px #d8d8d8 inset !important;
  box-shadow: 0px 0px 0px 1px #d8d8d8 inset !important;
}

.custom-control-group {
  cursor: pointer;
}

@media (min-width: 992px) {
  .country--details p {
    line-height: 26px;
  }

  #block-unwomen-content .block-hero.bh-style-hs-02 .container,
  #block-unwomen-content .block-hero.bh-style-hs-02 .webform-submission-form .form-actions,
  .webform-submission-form #block-unwomen-content .block-hero.bh-style-hs-02 .form-actions,
  #block-unwomen-content .block-hero.bh-style-hs-01 .container,
  #block-unwomen-content .block-hero.bh-style-hs-01 .webform-submission-form .form-actions,
  .webform-submission-form #block-unwomen-content .block-hero.bh-style-hs-01 .form-actions {
    max-width: 1200px;
  }

  .node-21 .block-hero {
    height: 500px;
  }

  .node-21 .block-content-exploredata ul.new {
    max-width: 1058px;
    margin: 0 auto;
  }

  .node-21 .block-content-exploredata ul.new li {
    margin-top: 18px;
  }

  .node-21 .block-content-exploredata ul.new li>div,
  .node-21 .block-content-exploredata ul.new li a>div {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 767.98px) {

  .node-21 .block-content-exploredata ul.new li>div,
  .node-21 .block-content-exploredata ul.new li a>div {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {

  .node-21 .block-content-exploredata ul.new li>div:before,
  .node-21 .block-content-exploredata ul.new li a>div:before {
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 46px;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 767.98px) {

  .node-21 .block-content-exploredata ul.new li>div:before,
  .node-21 .block-content-exploredata ul.new li a>div:before {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .node-21 .block-content-exploredata ul.new li p span {
    font-size: 24px;
  }

  .node-21 .block-content-exploredata ul.new li.disabled:hover div:before {
    color: #FF885F;
    background: none;
  }

  .node-21 .block-content-exploredata ul.new li.disabled:hover span {
    border-bottom: 0;
  }

  .node-21 .block-notsurewheretobegin .block-title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 30px;
    max-width: 320px;
  }

  .node-21 .block-notsurewheretobegin .card .card-title {
    font-size: 14px;
  }

  .node-21 .block-notsurewheretobegin .content-wrap .field--type-link {
    padding-top: 20px;
  }

  .section--region-country .hero-label__title {
    max-width: 520px;
  }

  .node-17 .hero-label__title {
    max-width: 300px;
  }

  .node-22 .hero-label__title {
    max-width: 520px;
  }

  .node-148 .hero-label__title,
  .node-156 .hero-label__title {
    max-width: 520px;
  }
}

@media (max-width: 991.98px) {
  .node-21 .block-hero {
    margin: 0 5px;
    padding: 0 20px 60px 40px;
  }

  .node-21 .bh-style-hs-02 {
    background-position-x: 85%;
  }

  .node-21 .bh-style-hs-02 .hero-label__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
  }

  .node-21 .bh-style-hs-02 .hero-label__title:before {
    font-size: 40px;
    letter-spacing: 2px;
    width: 75px;
    height: 75px;
  }

  .node-21 .block-explorethedataondatahomepage ul.new {
    margin: 0;
  }

  .node-21 .block-explorethedataondatahomepage ul.new br {
    display: none;
  }

  .node-21 .block-explorethedataondatahomepage li {
    width: 100%;
    padding: 0 20px;
  }

  .node-21 .block-explorethedataondatahomepage li:not(:last-child) {
    margin-bottom: 30px;
  }

  .node-21 .block-explorethedataondatahomepage li div {
    margin-bottom: 10px;
  }

  .node-21 .block-explorethedataondatahomepage li div:before {
    font-size: 28px;
    line-height: 44px;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .node-21 .block-notsurewheretobegin .block-title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 30px;
  }

  .node-21 .block-notsurewheretobegin .card {
    margin-left: -20px;
    margin-right: -20px;
  }

  .node-21 .block--country-facts-sheets-how-use-dashboard br {
    display: none;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  .node-21 #block-whyisdatamissing {
    padding-right: 10px;
  }

  .node-21 #block-whyisdatamissing .content-wrap {
    padding-left: 25px;
    padding-right: 15px;
  }
}

@media (max-width: 991.98px) {
  .node-21 #block-whyisdatamissing .col-xl-5 {
    padding-right: 28px;
    padding-left: 28px;
  }

  .node-21 #block-whyisdatamissing .chart-contaner {
    padding-right: 18px;
    padding-left: 18px;
  }

  .node-21 #block-whyisdatamissing .chart-circles .top-line,
  .node-21 #block-whyisdatamissing .chart-circles .bottom-line {
    width: 55%;
    margin-left: -5px;
  }

  .node-21 #block-whyisdatamissing .percentage-wrap div p {
    margin-bottom: 30px;
  }
}

.node-22 .badge.badge-secondary {
  display: none;
}

@media (max-width: 991.98px) {

  .node-22 .block-hero.bh-style-hs-01,
  .node-22 .block-hero.bh-style-hs-02 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .node-22 h1.hero-label__title {
    line-height: 80px !important;
  }
}

@media (max-width: 991.98px) {

  .block-views-block-news-events-news-events-teaser-vertical .grid-container,
  .block-views-block-news-events-news-events-teaser-vertical .paragraph--type--main .paragraph--type--tab .field--name-field-description,
  .paragraph--type--main .paragraph--type--tab .block-views-block-news-events-news-events-teaser-vertical .field--name-field-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 10px;
  }

  .block-views-block-news-events-news-events-teaser-vertical .grid-container .row,
  .block-views-block-news-events-news-events-teaser-vertical .paragraph--type--main .paragraph--type--tab .field--name-field-description .row,
  .paragraph--type--main .paragraph--type--tab .block-views-block-news-events-news-events-teaser-vertical .field--name-field-description .row {
    display: grid;
    row-gap: 20px;
    margin: 0 -25px;
  }

  .block-views-block-news-events-news-events-teaser-vertical .grid-container--medium,
  .block-views-block-news-events-news-events-teaser-vertical .paragraph--type--main .paragraph--type--tab .paragraph--type--text .grid-container,
  .paragraph--type--main .paragraph--type--tab .paragraph--type--text .block-views-block-news-events-news-events-teaser-vertical .grid-container,
  .block-views-block-news-events-news-events-teaser-vertical .paragraph--type--main .paragraph--type--tab .paragraph--type--accordion .grid-container,
  .paragraph--type--main .paragraph--type--tab .paragraph--type--accordion .block-views-block-news-events-news-events-teaser-vertical .grid-container,
  .block-views-block-news-events-news-events-teaser-vertical .paragraph--type--main .paragraph--type--tab .field--name-field-description,
  .paragraph--type--main .paragraph--type--tab .block-views-block-news-events-news-events-teaser-vertical .field--name-field-description {
    padding: 0 25px;
  }

  .block-views-block-news-events-news-events-teaser-vertical .more-link {
    padding: 0 15px;
  }
}

@media (max-width: 767.98px) {

  .block-views-block-news-events-news-events-teaser-vertical .grid-container .row,
  .block-views-block-news-events-news-events-teaser-vertical .paragraph--type--main .paragraph--type--tab .field--name-field-description .row,
  .paragraph--type--main .paragraph--type--tab .block-views-block-news-events-news-events-teaser-vertical .field--name-field-description .row {
    margin: 0 -10px;
  }

  .block-views-block-news-events-news-events-teaser-vertical h2 {
    margin-bottom: 50px;
    letter-spacing: 1px;
  }

  .node-21 .block-hero {
    margin: 0 5px;
    padding: 0 20px 40px 20px;
  }

  .node-21 .block-notsurewheretobegin .block-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .node-21 .bh-style-hs-02 {
    max-height: 365px;
  }

  .node-21 .bh-style-hs-02 .hero-label__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .node-21 .bh-style-hs-02 .hero-label__title:before {
    font-size: 28px;
    line-height: 44px;
    width: 50px;
    height: 50px;
  }
}

.node-10 .dropdown-toggle::after {
  width: 20px;
  height: 10px;
}

.node-10 .btn-dropdown {
  letter-spacing: 0.7px;
  word-spacing: 0;
  position: relative;
}

.node-10 .btn-dropdown:after {
  background-image: none;
  content: "";
  position: absolute;
  top: 11px;
  right: 15px;
  height: 2px;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #FF885F;
  border-left: 1px solid #FF885F;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.node-10 .hero-label__title {
  max-width: 450px;
}

.node-10 .item-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.node-10 .item-country>* {
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.node-10 .item-country:hover>a {
  color: #FF885F;
  text-decoration: none;
}

.node-10 .item-country:hover>img {
  -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.3);
}

.node-10 .explore-regional-programmes-maps .country-dot-color {
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.node-10 .explore-regional-programmes-maps:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.node-10 .explore-regional-programmes-maps:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.node-10 .explore-regional-programmes-maps h4 {
  -webkit-transition: width linear .2s;
  -o-transition: width linear .2s;
  transition: width linear .2s;
  border: none;
  margin-bottom: 0;
  margin-top: 25px;
}

.node-10 .explore-regional-programmes-maps h4 span {
  position: relative;
}

.node-10 .explore-regional-programmes-maps h4 span:after {
  content: "";
  position: absolute;
  top: unset;
  left: 50%;
  bottom: -4px;
  width: 0%;
  height: 2px;
  border-radius: 2px;
  background-color: #FF885F;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width .25s ease-in-out;
  -o-transition: width .25s ease-in-out;
  transition: width .25s ease-in-out;
}

.node-10 .explore-regional-programmes-maps .link-to-content {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.node-10 .explore-regional-programmes-maps:hover .country-dot-color {
  fill: #FF885F;
}

.node-10 .explore-regional-programmes-maps:hover h4 span:after {
  width: 100%;
}

.portal-block a:not(.btn) {
  text-decoration: underline;
}

.portal-block a:not(.btn):hover {
  text-decoration: underline;
}

.right-sidebar {
  min-height: 350px;
}


.custom-radio label,
.custom-checkbox label,
.filters-compare label {
  text-transform: capitalize;
  font-size: 15px;
}

#pdf-d3js-mobile-legend .custom-radio label,
#pdf-d3js-mobile-legend .custom-checkbox label,
#pdf-d3js-mobile-legend .filters-compare label {
  font-size: 12px;
  letter-spacing: 0.31px;
  line-height: 13px;
}

.mixed-dimensions-sidebar-text {
  color: #d8d8d8;
  font-size: 15px;
}

.disclaimer {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  color: #9b9b9b;
  max-width: 1200px;
  margin-top: 40px;
}

.filter-form-item-location .selected-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-form-item-location .selected-options .filter-selected {
  padding-right: 24px;
  margin-right: 5px;
  margin-left: 5px;
}

.custom-col-age {
  min-width: 120px;
}

.custom-col-year {
  min-width: 100%;
}

@media (min-width: 992px) {

  .filter-form-item-gender-radio,
  .filter-form-item-sex-radio {
    max-width: 165px;
  }

  .filter-form-item-age-radio {
    max-width: 260px;
  }

  .custom-col-region {
    width: 290px;
  }
}

.custom-col-region .btn-outline-primary {
  padding: 0 14px;
  line-height: 33px;
}

.d3js-bar {
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width: 1259.98px) {
  .d3js-bar {
    height: inherit;
  }
}

@media (max-width: 1259.98px) {
  .d3js-bar .bar-scroll {
    max-height: 50vh;
    overflow-y: auto;
  }
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody,
.d3js-bubble {
  overflow: auto;
  max-width: 100%;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar-thumb:hover,
.d3js-bubble::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.7);
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody .d3js-table,
.d3js-bubble .d3js-table {
  overflow-x: auto;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar,
.d3js-bubble::-webkit-scrollbar {
  height: 10px;
  width: 7px;
  border-width: 4px;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar-track,
.d3js-bubble::-webkit-scrollbar-track {
  background-color: #d8d8d8;
  border-color: white;
  border-width: 4px 1px;
  border-style: solid;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar-thumb,
.d3js-bubble::-webkit-scrollbar-thumb {
  background-color: black;
  border-color: white;
  border-style: solid;
  border-width: 3px 1px;
  border-radius: 10px;
}

.d3js-bar::-webkit-scrollbar-thumb:hover,
.country--details .mdb-select .inner.show::-webkit-scrollbar-thumb:hover,
.fi-indicator .inner.show::-webkit-scrollbar-thumb:hover,
.dropdown-filter-item.basic-regions::-webkit-scrollbar-thumb:hover,
.dropdown-filter-item.group-list::-webkit-scrollbar-thumb:hover,
.dropdown-filter-item.custom-regions::-webkit-scrollbar-thumb:hover,
.all-region-wrapper::-webkit-scrollbar-thumb:hover,
.other-region-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.7);
}

.d3js-bar::-webkit-scrollbar,
.country--details .mdb-select .inner.show::-webkit-scrollbar,
.fi-indicator .inner.show::-webkit-scrollbar,
.dropdown-filter-item.basic-regions::-webkit-scrollbar,
.dropdown-filter-item.group-list::-webkit-scrollbar,
.dropdown-filter-item.custom-regions::-webkit-scrollbar,
.all-region-wrapper::-webkit-scrollbar,
.other-region-wrapper::-webkit-scrollbar {
  width: 10px;
  border-width: 4px;
}

.d3js-bar::-webkit-scrollbar-track,
.country--details .mdb-select .inner.show::-webkit-scrollbar-track,
.fi-indicator .inner.show::-webkit-scrollbar-track,
.dropdown-filter-item.basic-regions::-webkit-scrollbar-track,
.dropdown-filter-item.group-list::-webkit-scrollbar-track,
.dropdown-filter-item.custom-regions::-webkit-scrollbar-track,
.all-region-wrapper::-webkit-scrollbar-track,
.other-region-wrapper::-webkit-scrollbar-track {
  background-color: #d8d8d8;
  border-color: white;
  border-width: 1px 4px;
  border-style: solid;
}

.d3js-bar::-webkit-scrollbar-thumb,
.country--details .mdb-select .inner.show::-webkit-scrollbar-thumb,
.fi-indicator .inner.show::-webkit-scrollbar-thumb,
.dropdown-filter-item.basic-regions::-webkit-scrollbar-thumb,
.dropdown-filter-item.group-list::-webkit-scrollbar-thumb,
.dropdown-filter-item.custom-regions::-webkit-scrollbar-thumb,
.all-region-wrapper::-webkit-scrollbar-thumb,
.other-region-wrapper::-webkit-scrollbar-thumb {
  background-color: black;
  border-color: white;
  border-style: solid;
  border-width: 1px 3px;
  border-radius: 10px;
}

#pdf-d3js-mobile-legend ul li {
  list-style: none;
  display: inline-block;
}

.d3-tip {
  z-index: 98;
}

.data-page-wrapp .main-filter-group .main-filter-group--main,
.data-page-wrapp-roas .main-filter-group .main-filter-group--main,
.iframe-chart-block .main-filter-group .main-filter-group--main {
  position: relative;
  width: 100%;
}

.data-page-wrapp .main-filter-group .main-filter-group--main .filter-form-item-year .form-group,
.data-page-wrapp-roas .main-filter-group .main-filter-group--main .filter-form-item-year .form-group,
.iframe-chart-block .main-filter-group .main-filter-group--main .filter-form-item-year .form-group {
  margin-top: 15px;
  margin-bottom: 15px;
}

.data-page-wrapp .main-filter-group .main-filter-group--main .filter-form-item-year .form-group .selected-options,
.data-page-wrapp-roas .main-filter-group .main-filter-group--main .filter-form-item-year .form-group .selected-options,
.iframe-chart-block .main-filter-group .main-filter-group--main .filter-form-item-year .form-group .selected-options {
  display: none;
}

@media (min-width: 768px) {

  .data-page-wrapp .main-filter-group .main-filter-group--main .filter-form-item-year .form-group div.row> :last-child .dropdown-menu.show,
  .data-page-wrapp-roas .main-filter-group .main-filter-group--main .filter-form-item-year .form-group div.row> :last-child .dropdown-menu.show,
  .iframe-chart-block .main-filter-group .main-filter-group--main .filter-form-item-year .form-group div.row> :last-child .dropdown-menu.show {
    margin-left: 0;
  }
}

.data-page-wrapp .main-filter-group .main-filter-group--right-sidebar,
.data-page-wrapp-roas .main-filter-group .main-filter-group--right-sidebar,
.iframe-chart-block .main-filter-group .main-filter-group--right-sidebar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 225px;
  flex: 0 0 225px;
  margin-right: 2px;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .main-filter-group .main-filter-group--right-sidebar,
  .data-page-wrapp-roas .main-filter-group .main-filter-group--right-sidebar,
  .iframe-chart-block .main-filter-group .main-filter-group--right-sidebar {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

.data-page-wrapp .main-filter-group .main-filter-group--right-sidebar label,
.data-page-wrapp-roas .main-filter-group .main-filter-group--right-sidebar label,
.iframe-chart-block .main-filter-group .main-filter-group--right-sidebar label {
  margin-bottom: 0px;
}

.data-page-wrapp .main-filter-group .main-filter-group--right-sidebar .form-group,
.data-page-wrapp-roas .main-filter-group .main-filter-group--right-sidebar .form-group,
.iframe-chart-block .main-filter-group .main-filter-group--right-sidebar .form-group {
  margin-bottom: 2px;
}

.data-page-wrapp .main-filter-group .main-filter-group--right-sidebar .custom-checkbox label,
.data-page-wrapp-roas .main-filter-group .main-filter-group--right-sidebar .custom-checkbox label,
.iframe-chart-block .main-filter-group .main-filter-group--right-sidebar .custom-checkbox label {
  padding-top: 4px;
}

.data-page-wrapp .main-filter-group .main-filter-group--right-sidebar .compare-subfilter-set,
.data-page-wrapp-roas .main-filter-group .main-filter-group--right-sidebar .compare-subfilter-set,
.iframe-chart-block .main-filter-group .main-filter-group--right-sidebar .compare-subfilter-set {
  margin-bottom: 30px;
}

.data-page-wrapp .main-filter-group .main-filter-group--right-sidebar .filter-form-item-compare>label,
.data-page-wrapp-roas .main-filter-group .main-filter-group--right-sidebar .filter-form-item-compare>label,
.iframe-chart-block .main-filter-group .main-filter-group--right-sidebar .filter-form-item-compare>label {
  font-size: 18px;
}

.data-page-wrapp .main-filter-group .filters-by-annex,
.data-page-wrapp-roas .main-filter-group .filters-by-annex,
.iframe-chart-block .main-filter-group .filters-by-annex {
  padding: 0;
}

.data-page-wrapp .main-filter-group .filters-by-annex label.font-weight-bold,
.data-page-wrapp-roas .main-filter-group .filters-by-annex label.font-weight-bold,
.iframe-chart-block .main-filter-group .filters-by-annex label.font-weight-bold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .main-filter-group .filters-by-annex label.font-weight-bold,
  .data-page-wrapp-roas .main-filter-group .filters-by-annex label.font-weight-bold,
  .iframe-chart-block .main-filter-group .filters-by-annex label.font-weight-bold {
    font-size: 18px;
  }
}

.data-page-wrapp .main-filter-group .filters-by-annex .filter-form-item-indicator .form-group,
.data-page-wrapp-roas .main-filter-group .filters-by-annex .filter-form-item-indicator .form-group,
.iframe-chart-block .main-filter-group .filters-by-annex .filter-form-item-indicator .form-group {
  margin-bottom: 30px;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .main-filter-group .filters-by-annex .filter-form-item-indicator .form-group>label,
  .data-page-wrapp-roas .main-filter-group .filters-by-annex .filter-form-item-indicator .form-group>label,
  .iframe-chart-block .main-filter-group .filters-by-annex .filter-form-item-indicator .form-group>label {
    font-size: 24px;
    font-weight: 700 !important;
  }
}

.data-page-wrapp .main-filter-group .filters-by-annex .clear--selected-option,
.data-page-wrapp-roas .main-filter-group .filters-by-annex .clear--selected-option,
.iframe-chart-block .main-filter-group .filters-by-annex .clear--selected-option {
  font-weight: normal;
  color: #9b9b9b;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px solid #9b9b9b;
}

.data-page-wrapp .main-filter-group .filters-by-annex .clear--selected-option:hover,
.data-page-wrapp-roas .main-filter-group .filters-by-annex .clear--selected-option:hover,
.iframe-chart-block .main-filter-group .filters-by-annex .clear--selected-option:hover {
  border-color: transparent;
}

.data-page-wrapp .main-filter-group .chart-itm,
.data-page-wrapp-roas .main-filter-group .chart-itm,
.iframe-chart-block .main-filter-group .chart-itm {
  cursor: pointer;
}

.data-page-wrapp .main-filter-group .resset-filters-block,
.data-page-wrapp-roas .main-filter-group .resset-filters-block,
.iframe-chart-block .main-filter-group .resset-filters-block {
  padding: 10px 30px 8px 16px;
  text-align: right;
}

.data-page-wrapp .main-filter-group .filters-compare,
.data-page-wrapp-roas .main-filter-group .filters-compare,
.iframe-chart-block .main-filter-group .filters-compare {
  border-left: 1px solid #979797;
  margin-top: 15px;
  padding: 20px 16px;
  margin-bottom: 50px;
  position: absolute;
  top: 50px;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .main-filter-group .filters-compare,
  .data-page-wrapp-roas .main-filter-group .filters-compare,
  .iframe-chart-block .main-filter-group .filters-compare {
    position: relative;
    top: 0;
    border-left: none;
    padding-top: 0;
    margin-bottom: 0;
  }
}

.data-page-wrapp .main-filter-group .float-buttons-wrap,
.data-page-wrapp-roas .main-filter-group .float-buttons-wrap,
.iframe-chart-block .main-filter-group .float-buttons-wrap {
  position: -webkit-sticky;
  position: sticky;
  -ms-flex-item-align: end;
  align-self: flex-end;
  bottom: 20px;
  margin-left: -235px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.data-page-wrapp .sdm-reset-btn .resset-filters-block,
.data-page-wrapp-roas .sdm-reset-btn .resset-filters-block,
.iframe-chart-block .sdm-reset-btn .resset-filters-block {
  text-align: right;
}

.data-page-wrapp .indicator-second-level,
.data-page-wrapp-roas .indicator-second-level,
.iframe-chart-block .indicator-second-level {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  color: #000;
}

.data-page-wrapp .indicator-second-level.parent-selected,
.data-page-wrapp-roas .indicator-second-level.parent-selected,
.iframe-chart-block .indicator-second-level.parent-selected {
  display: block;
}

.data-page-wrapp .indicator-second-level .check-mark,
.data-page-wrapp-roas .indicator-second-level .check-mark,
.iframe-chart-block .indicator-second-level .check-mark {
  display: none;
}

.data-page-wrapp .indicator-second-level .custom-control,
.data-page-wrapp-roas .indicator-second-level .custom-control,
.iframe-chart-block .indicator-second-level .custom-control {
  min-height: 0;
}

.data-page-wrapp .indicator-second-level .custom-control-label:before,
.data-page-wrapp .indicator-second-level .custom-control-label:after,
.data-page-wrapp-roas .indicator-second-level .custom-control-label:before,
.data-page-wrapp-roas .indicator-second-level .custom-control-label:after,
.iframe-chart-block .indicator-second-level .custom-control-label:before,
.iframe-chart-block .indicator-second-level .custom-control-label:after {
  top: 0;
  width: 1rem;
  height: 1rem;
}

.data-page-wrapp .indicator-second-level .custom-control-label:before,
.data-page-wrapp-roas .indicator-second-level .custom-control-label:before,
.iframe-chart-block .indicator-second-level .custom-control-label:before {
  border-width: 1px;
}

.data-page-wrapp .indicator-second-level.selected .custom-control-label:after,
.data-page-wrapp-roas .indicator-second-level.selected .custom-control-label:after,
.iframe-chart-block .indicator-second-level.selected .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-6 -6 12 12'%3E%3Ccircle r='6' fill='%23FF885F'/%3E%3C/svg%3E");
}

.data-page-wrapp .filter-form-item-indicator .dropdown-menu ul,
.data-page-wrapp-roas .filter-form-item-indicator .dropdown-menu ul,
.iframe-chart-block .filter-form-item-indicator .dropdown-menu ul {
  list-style-type: none;
}

.data-page-wrapp .filter-form-item-indicator .dropdown-menu label,
.data-page-wrapp-roas .filter-form-item-indicator .dropdown-menu label,
.iframe-chart-block .filter-form-item-indicator .dropdown-menu label {
  cursor: pointer;
}

.data-page-wrapp .filter-form-item-indicator .dropdown-menu li.disabled .check-mark,
.data-page-wrapp-roas .filter-form-item-indicator .dropdown-menu li.disabled .check-mark,
.iframe-chart-block .filter-form-item-indicator .dropdown-menu li.disabled .check-mark {
  display: none;
}

.data-page-wrapp .filter-form-item-indicator .dropdown-menu li.disabled a.indicator-second-level,
.data-page-wrapp-roas .filter-form-item-indicator .dropdown-menu li.disabled a.indicator-second-level,
.iframe-chart-block .filter-form-item-indicator .dropdown-menu li.disabled a.indicator-second-level {
  cursor: pointer;
}

.data-page-wrapp .btn-done,
.data-page-wrapp-roas .btn-done,
.iframe-chart-block .btn-done {
  padding: 12px 36px 10px;
  border-radius: 22px;
  line-height: 15px;
  display: inline-block;
  color: #fff;
  background: #FF885F;
  text-decoration: none;
  width: 100%;
}

.data-page-wrapp .word-break,
.data-page-wrapp-roas .word-break,
.iframe-chart-block .word-break {
  word-break: break-all;
}

@media (min-width: 576px) {

  .data-page-wrapp .modal-dialog,
  .data-page-wrapp-roas .modal-dialog,
  .iframe-chart-block .modal-dialog {
    margin: 9.75rem auto;
  }
}

.data-page-wrapp .modal-dialog .modal-body,
.data-page-wrapp-roas .modal-dialog .modal-body,
.iframe-chart-block .modal-dialog .modal-body {
  padding: 40px 30px;
}

.data-page-wrapp .modal-dialog .modal-body label,
.data-page-wrapp-roas .modal-dialog .modal-body label,
.iframe-chart-block .modal-dialog .modal-body label {
  font-size: 15px;
  padding-top: 2px;
}

.data-page-wrapp .modal-dialog .modal-body .unavailable-option,
.data-page-wrapp-roas .modal-dialog .modal-body .unavailable-option,
.iframe-chart-block .modal-dialog .modal-body .unavailable-option {
  padding-top: 20px;
  font-size: 15px;
}

.data-page-wrapp .modal-dialog .modal-body .btn.btn-primary:disabled,
.data-page-wrapp .modal-dialog .modal-body .btn.btn-primary.disabled,
.data-page-wrapp-roas .modal-dialog .modal-body .btn.btn-primary:disabled,
.data-page-wrapp-roas .modal-dialog .modal-body .btn.btn-primary.disabled,
.iframe-chart-block .modal-dialog .modal-body .btn.btn-primary:disabled,
.iframe-chart-block .modal-dialog .modal-body .btn.btn-primary.disabled {
  opacity: 1;
  color: #fff;
  background: #d6d6d6;
  border-color: #cecece;
}

.data-page-wrapp .modal-dialog .modal-title,
.data-page-wrapp-roas .modal-dialog .modal-title,
.iframe-chart-block .modal-dialog .modal-title {
  font-size: 18px;
  margin-bottom: 28px;
}

.data-page-wrapp .modal-dialog .close,
.data-page-wrapp-roas .modal-dialog .close,
.iframe-chart-block .modal-dialog .close {
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 40px;
  z-index: 1;
  outline: none;
}

.data-page-wrapp .modal-dialog .close:before,
.data-page-wrapp-roas .modal-dialog .close:before,
.iframe-chart-block .modal-dialog .close:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.061' height='20.061' viewBox='0 0 21.061 20.061'%3E%3Cpath d='M380,39l-9-9,9,9,9-9Zm0,0,10,10L380,39,370,49Z' transform='translate(-369.47 -29.47)' fill='none' stroke='%23000000' stroke-linecap='square' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.data-page-wrapp .modal-dialog input[type="text"],
.data-page-wrapp-roas .modal-dialog input[type="text"],
.iframe-chart-block .modal-dialog input[type="text"] {
  border: 1px solid #000;
  border-radius: 18px;
  padding: 7px 15px;
  outline: none;
  width: 100%;
}

.data-page-wrapp .modal-dialog .copy-text,
.data-page-wrapp-roas .modal-dialog .copy-text,
.iframe-chart-block .modal-dialog .copy-text {
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}

.data-page-wrapp .modal-dialog .social-media-links--platforms.horizontal .fa,
.data-page-wrapp-roas .modal-dialog .social-media-links--platforms.horizontal .fa,
.iframe-chart-block .modal-dialog .social-media-links--platforms.horizontal .fa {
  width: 54px;
  line-height: 51px;
  font-size: 30px;
}

.data-page-wrapp .modal-dialog .metadata-file:not(:last-child),
.data-page-wrapp-roas .modal-dialog .metadata-file:not(:last-child),
.iframe-chart-block .modal-dialog .metadata-file:not(:last-child) {
  margin-bottom: 33px;
}

.data-page-wrapp .modal-dialog .metadata-file .file-icon,
.data-page-wrapp-roas .modal-dialog .metadata-file .file-icon,
.iframe-chart-block .modal-dialog .metadata-file .file-icon {
  margin-right: 10px;
}

.data-page-wrapp .modal-dialog .fdbm,
.data-page-wrapp-roas .modal-dialog .fdbm,
.iframe-chart-block .modal-dialog .fdbm {
  margin-top: 34px;
}

.data-page-wrapp .modal-dialog .modal-title.shape,
.data-page-wrapp-roas .modal-dialog .modal-title.shape,
.iframe-chart-block .modal-dialog .modal-title.shape {
  margin-top: 25px;
  margin-bottom: 13px;
}

.data-page-wrapp .modal-dialog .social-media-links--platforms,
.data-page-wrapp-roas .modal-dialog .social-media-links--platforms,
.iframe-chart-block .modal-dialog .social-media-links--platforms {
  margin-bottom: 10px;
}

.data-page-wrapp .region-top-content,
.data-page-wrapp-roas .region-top-content,
.iframe-chart-block .region-top-content {
  background-color: #edf0f2;
  background-image: none;
}

@media (min-width: 992px) {

  .data-page-wrapp .region-top-content,
  .data-page-wrapp-roas .region-top-content,
  .iframe-chart-block .region-top-content {
    padding: 21px 80px 29px 113px;
  }
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .region-top-content,
  .data-page-wrapp-roas .region-top-content,
  .iframe-chart-block .region-top-content {
    padding: 5px 25px 15px 25px;
  }
}

@media (max-width: 767.98px) {

  .data-page-wrapp .region-top-content,
  .data-page-wrapp-roas .region-top-content,
  .iframe-chart-block .region-top-content {
    padding: 13px 11px;
  }
}

.data-page-wrapp .d3js-table,
.data-page-wrapp-roas .d3js-table,
.iframe-chart-block .d3js-table {
  width: 100%;
}

.data-page-wrapp .d3js-table label,
.data-page-wrapp-roas .d3js-table label,
.iframe-chart-block .d3js-table label {
  font-size: 13px;
}

.data-page-wrapp .d3js-table label select,
.data-page-wrapp-roas .d3js-table label select,
.iframe-chart-block .d3js-table label select {
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  outline: none;
  color: #444;
  height: 30px;
}

.data-page-wrapp .d3js-table label input[type="search"],
.data-page-wrapp-roas .d3js-table label input[type="search"],
.iframe-chart-block .d3js-table label input[type="search"] {
  outline: none;
  border-radius: 3px;
  border: 1px solid #D8D8D8;
  height: 30px;
  padding-left: 5px;
}

.data-page-wrapp table,
.data-page-wrapp-roas table,
.iframe-chart-block table {
  width: auto;
  min-width: 50%;
  max-width: 100%;
  font-size: 15px !important;
}

.data-page-wrapp table.dataTable th,
.data-page-wrapp-roas table.dataTable th,
.iframe-chart-block table.dataTable th {
  font-weight: 300;
}

.data-page-wrapp table thead th.sorting-heading.indicators,
.data-page-wrapp-roas table thead th.sorting-heading.indicators,
.iframe-chart-block table thead th.sorting-heading.indicators {
  min-width: 250px !important;
}

.data-page-wrapp table thead th,
.data-page-wrapp-roas table thead th,
.iframe-chart-block table thead th {
  min-width: 90px;
}

.data-page-wrapp table thead th.country-name,
.data-page-wrapp-roas table thead th.country-name,
.iframe-chart-block table thead th.country-name {
  min-width: 170px;
}

.data-page-wrapp table tbody+tbody,
.data-page-wrapp-roas table tbody+tbody,
.iframe-chart-block table tbody+tbody {
  border: 0 !important;
}

.data-page-wrapp table tbody th,
.data-page-wrapp-roas table tbody th,
.iframe-chart-block table tbody th {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 300;
  min-width: 90px;
  padding-left: 20px;
}

.data-page-wrapp table tbody th.country-name,
.data-page-wrapp-roas table tbody th.country-name,
.iframe-chart-block table tbody th.country-name {
  min-width: 170px;
}

.data-page-wrapp table tbody th.general-cell,
.data-page-wrapp-roas table tbody th.general-cell,
.iframe-chart-block table tbody th.general-cell {
  font-size: 14px;
  vertical-align: middle;
  min-width: 150px;
}

.data-page-wrapp table tbody th.gender-sell,
.data-page-wrapp-roas table tbody th.gender-sell,
.iframe-chart-block table tbody th.gender-sell {
  width: 100px !important;
}

.data-page-wrapp table tbody th.year-sell,
.data-page-wrapp-roas table tbody th.year-sell,
.iframe-chart-block table tbody th.year-sell {
  width: 100px !important;
}

.data-page-wrapp table tbody th.sex-sell,
.data-page-wrapp-roas table tbody th.sex-sell,
.iframe-chart-block table tbody th.sex-sell {
  width: 100px !important;
}

.data-page-wrapp table tbody th.age-sell,
.data-page-wrapp-roas table tbody th.age-sell,
.iframe-chart-block table tbody th.age-sell {
  width: 100px !important;
}

.data-page-wrapp table tbody td,
.data-page-wrapp-roas table tbody td,
.iframe-chart-block table tbody td {
  border: 1px solid #000;
  padding-left: 20px;
}

.data-page-wrapp .DTFC_LeftHeadWrapper table.DTFC_Cloned th.sorting-heading.indicators,
.data-page-wrapp-roas .DTFC_LeftHeadWrapper table.DTFC_Cloned th.sorting-heading.indicators,
.iframe-chart-block .DTFC_LeftHeadWrapper table.DTFC_Cloned th.sorting-heading.indicators {
  min-width: 250px !important;
}

.data-page-wrapp .DTFC_LeftHeadWrapper table.DTFC_Cloned th,
.data-page-wrapp-roas .DTFC_LeftHeadWrapper table.DTFC_Cloned th,
.iframe-chart-block .DTFC_LeftHeadWrapper table.DTFC_Cloned th {
  min-width: 90px;
  outline: none;
}

.data-page-wrapp .DTFC_LeftHeadWrapper table.DTFC_Cloned th.country-name,
.data-page-wrapp-roas .DTFC_LeftHeadWrapper table.DTFC_Cloned th.country-name,
.iframe-chart-block .DTFC_LeftHeadWrapper table.DTFC_Cloned th.country-name {
  min-width: 170px;
}

.data-page-wrapp .DTFC_LeftHeadWrapper table.DTFC_Cloned th.sorting:after,
.data-page-wrapp-roas .DTFC_LeftHeadWrapper table.DTFC_Cloned th.sorting:after,
.iframe-chart-block .DTFC_LeftHeadWrapper table.DTFC_Cloned th.sorting:after {
  bottom: 0;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="11px" height="11px" viewBox="0 0 17 17" enable-background="new 0 0 17 17" xml:space="preserve">  <image id="image0" width="17" height="17" x="0" y="0" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAABGdBTUEAALGPC/xhBQAAACBjSFJN AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAM1BMVEUAAAD/h17/h2D/imH/ h1//iV//h17/iF//iF//h2D/h17/iV//iF//iGD/iGH/iF////+dkl3/AAAAD3RSTlMAdYAysaSC 5vRAm6v51XSQXsxUAAAAAWJLR0QQlbINLAAAAAd0SU1FB+MHCxIPCkHKGlIAAAA/SURBVBjTxcjZ FYAgFAPRQVEUF/rvFjiyvFRgviYXfp1b5K6eLe0WwoFQgRNLDSYN6GTgI4FKUQGudCvA87bIl1oB wJmLuuAAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDctMTJUMDE6MTU6MTAtMDc6MDDjP25fAAAA JXRFWHRkYXRlOm1vZGlmeQAyMDE5LTA3LTEyVDAxOjE1OjEwLTA3OjAwkmLW4wAAAABJRU5ErkJg gg=="/></svg>') no-repeat;
  height: 11px;
  width: 11px;
  float: right;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  -webkit-transform: rotate(0deg) translateY(0);
  -ms-transform: rotate(0deg) translateY(0);
  transform: rotate(0deg) translateY(0);
  margin-top: 2px;
}

.data-page-wrapp .DTFC_LeftHeadWrapper table.DTFC_Cloned th.sorting_asc:after,
.data-page-wrapp-roas .DTFC_LeftHeadWrapper table.DTFC_Cloned th.sorting_asc:after,
.iframe-chart-block .DTFC_LeftHeadWrapper table.DTFC_Cloned th.sorting_asc:after {
  bottom: 0;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="11px" height="11px" viewBox="0 0 17 17" enable-background="new 0 0 17 17" xml:space="preserve">  <image id="image0" width="17" height="17" x="0" y="0" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAABGdBTUEAALGPC/xhBQAAACBjSFJN AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAM1BMVEUAAAD/h17/h2D/imH/ h1//iV//h17/iF//iF//h2D/h17/iV//iF//iGD/iGH/iF////+dkl3/AAAAD3RSTlMAdYAysaSC 5vRAm6v51XSQXsxUAAAAAWJLR0QQlbINLAAAAAd0SU1FB+MHCxIPCkHKGlIAAAA/SURBVBjTxcjZ FYAgFAPRQVEUF/rvFjiyvFRgviYXfp1b5K6eLe0WwoFQgRNLDSYN6GTgI4FKUQGudCvA87bIl1oB wJmLuuAAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDctMTJUMDE6MTU6MTAtMDc6MDDjP25fAAAA JXRFWHRkYXRlOm1vZGlmeQAyMDE5LTA3LTEyVDAxOjE1OjEwLTA3OjAwkmLW4wAAAABJRU5ErkJg gg=="/></svg>') no-repeat;
  height: 11px;
  width: 11px;
  float: right;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  -webkit-transform: rotate(0deg) translateY(0);
  -ms-transform: rotate(0deg) translateY(0);
  transform: rotate(0deg) translateY(0);
  margin-top: 2px;
}

.data-page-wrapp .DTFC_LeftHeadWrapper table.DTFC_Cloned th.sorting_desc:after,
.data-page-wrapp-roas .DTFC_LeftHeadWrapper table.DTFC_Cloned th.sorting_desc:after,
.iframe-chart-block .DTFC_LeftHeadWrapper table.DTFC_Cloned th.sorting_desc:after {
  bottom: 0;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="11px" height="11px" viewBox="0 0 17 17" enable-background="new 0 0 17 17" xml:space="preserve">  <image id="image0" width="17" height="17" x="0" y="0" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAABGdBTUEAALGPC/xhBQAAACBjSFJN AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAM1BMVEUAAAD/h17/h2D/imH/ h1//iV//h17/iF//iF//h2D/h17/iV//iF//iGD/iGH/iF////+dkl3/AAAAD3RSTlMAdYAysaSC 5vRAm6v51XSQXsxUAAAAAWJLR0QQlbINLAAAAAd0SU1FB+MHCxIPCkHKGlIAAAA/SURBVBjTxcjZ FYAgFAPRQVEUF/rvFjiyvFRgviYXfp1b5K6eLe0WwoFQgRNLDSYN6GTgI4FKUQGudCvA87bIl1oB wJmLuuAAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDctMTJUMDE6MTU6MTAtMDc6MDDjP25fAAAA JXRFWHRkYXRlOm1vZGlmeQAyMDE5LTA3LTEyVDAxOjE1OjEwLTA3OjAwkmLW4wAAAABJRU5ErkJg gg=="/></svg>') no-repeat;
  height: 11px;
  width: 11px;
  float: right;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  -webkit-transform: rotate(180deg) translateY(-7px);
  -ms-transform: rotate(180deg) translateY(-7px);
  transform: rotate(180deg) translateY(-7px);
}

.data-page-wrapp .dataTables_scrollHeadInner table.responsive-sortable-table th.sorting-heading.indicators,
.data-page-wrapp-roas .dataTables_scrollHeadInner table.responsive-sortable-table th.sorting-heading.indicators,
.iframe-chart-block .dataTables_scrollHeadInner table.responsive-sortable-table th.sorting-heading.indicators {
  min-width: 250px !important;
}

.data-page-wrapp .dataTables_scrollHeadInner table.responsive-sortable-table th,
.data-page-wrapp-roas .dataTables_scrollHeadInner table.responsive-sortable-table th,
.iframe-chart-block .dataTables_scrollHeadInner table.responsive-sortable-table th {
  min-width: 90px;
  outline: none;
}

.data-page-wrapp .dataTables_scrollHeadInner table.responsive-sortable-table th.country-name,
.data-page-wrapp-roas .dataTables_scrollHeadInner table.responsive-sortable-table th.country-name,
.iframe-chart-block .dataTables_scrollHeadInner table.responsive-sortable-table th.country-name {
  min-width: 170px;
}

.data-page-wrapp .dataTables_scrollHeadInner table.responsive-sortable-table th.sorting:after,
.data-page-wrapp-roas .dataTables_scrollHeadInner table.responsive-sortable-table th.sorting:after,
.iframe-chart-block .dataTables_scrollHeadInner table.responsive-sortable-table th.sorting:after {
  bottom: 0;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="11px" height="11px" viewBox="0 0 17 17" enable-background="new 0 0 17 17" xml:space="preserve">  <image id="image0" width="17" height="17" x="0" y="0" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAABGdBTUEAALGPC/xhBQAAACBjSFJN AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAM1BMVEUAAAD/h17/h2D/imH/ h1//iV//h17/iF//iF//h2D/h17/iV//iF//iGD/iGH/iF////+dkl3/AAAAD3RSTlMAdYAysaSC 5vRAm6v51XSQXsxUAAAAAWJLR0QQlbINLAAAAAd0SU1FB+MHCxIPCkHKGlIAAAA/SURBVBjTxcjZ FYAgFAPRQVEUF/rvFjiyvFRgviYXfp1b5K6eLe0WwoFQgRNLDSYN6GTgI4FKUQGudCvA87bIl1oB wJmLuuAAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDctMTJUMDE6MTU6MTAtMDc6MDDjP25fAAAA JXRFWHRkYXRlOm1vZGlmeQAyMDE5LTA3LTEyVDAxOjE1OjEwLTA3OjAwkmLW4wAAAABJRU5ErkJg gg=="/></svg>') no-repeat;
  height: 11px;
  width: 11px;
  float: right;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  -webkit-transform: rotate(0deg) translateY(0);
  -ms-transform: rotate(0deg) translateY(0);
  transform: rotate(0deg) translateY(0);
  margin-top: 2px;
}

.data-page-wrapp .dataTables_scrollHeadInner table.responsive-sortable-table th.sorting_asc:after,
.data-page-wrapp-roas .dataTables_scrollHeadInner table.responsive-sortable-table th.sorting_asc:after,
.iframe-chart-block .dataTables_scrollHeadInner table.responsive-sortable-table th.sorting_asc:after {
  bottom: 0;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="11px" height="11px" viewBox="0 0 17 17" enable-background="new 0 0 17 17" xml:space="preserve">  <image id="image0" width="17" height="17" x="0" y="0" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAABGdBTUEAALGPC/xhBQAAACBjSFJN AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAM1BMVEUAAAD/h17/h2D/imH/ h1//iV//h17/iF//iF//h2D/h17/iV//iF//iGD/iGH/iF////+dkl3/AAAAD3RSTlMAdYAysaSC 5vRAm6v51XSQXsxUAAAAAWJLR0QQlbINLAAAAAd0SU1FB+MHCxIPCkHKGlIAAAA/SURBVBjTxcjZ FYAgFAPRQVEUF/rvFjiyvFRgviYXfp1b5K6eLe0WwoFQgRNLDSYN6GTgI4FKUQGudCvA87bIl1oB wJmLuuAAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDctMTJUMDE6MTU6MTAtMDc6MDDjP25fAAAA JXRFWHRkYXRlOm1vZGlmeQAyMDE5LTA3LTEyVDAxOjE1OjEwLTA3OjAwkmLW4wAAAABJRU5ErkJg gg=="/></svg>') no-repeat;
  height: 11px;
  width: 11px;
  float: right;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  -webkit-transform: rotate(0deg) translateY(0);
  -ms-transform: rotate(0deg) translateY(0);
  transform: rotate(0deg) translateY(0);
}

.data-page-wrapp .dataTables_scrollHeadInner table.responsive-sortable-table th.sorting_desc:after,
.data-page-wrapp-roas .dataTables_scrollHeadInner table.responsive-sortable-table th.sorting_desc:after,
.iframe-chart-block .dataTables_scrollHeadInner table.responsive-sortable-table th.sorting_desc:after {
  bottom: 0;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="11px" height="11px" viewBox="0 0 17 17" enable-background="new 0 0 17 17" xml:space="preserve">  <image id="image0" width="17" height="17" x="0" y="0" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAABGdBTUEAALGPC/xhBQAAACBjSFJN AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAM1BMVEUAAAD/h17/h2D/imH/ h1//iV//h17/iF//iF//h2D/h17/iV//iF//iGD/iGH/iF////+dkl3/AAAAD3RSTlMAdYAysaSC 5vRAm6v51XSQXsxUAAAAAWJLR0QQlbINLAAAAAd0SU1FB+MHCxIPCkHKGlIAAAA/SURBVBjTxcjZ FYAgFAPRQVEUF/rvFjiyvFRgviYXfp1b5K6eLe0WwoFQgRNLDSYN6GTgI4FKUQGudCvA87bIl1oB wJmLuuAAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDctMTJUMDE6MTU6MTAtMDc6MDDjP25fAAAA JXRFWHRkYXRlOm1vZGlmeQAyMDE5LTA3LTEyVDAxOjE1OjEwLTA3OjAwkmLW4wAAAABJRU5ErkJg gg=="/></svg>') no-repeat;
  height: 11px;
  width: 11px;
  float: right;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  -webkit-transform: rotate(180deg) translateY(-7px);
  -ms-transform: rotate(180deg) translateY(-7px);
  transform: rotate(180deg) translateY(-7px);
}

.data-page-wrapp .collapse-all-table,
.data-page-wrapp .expand-all-table,
.data-page-wrapp-roas .collapse-all-table,
.data-page-wrapp-roas .expand-all-table,
.iframe-chart-block .collapse-all-table,
.iframe-chart-block .expand-all-table {
  text-decoration: underline;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

.data-page-wrapp .collapse-all-table:hover,
.data-page-wrapp .expand-all-table:hover,
.data-page-wrapp-roas .collapse-all-table:hover,
.data-page-wrapp-roas .expand-all-table:hover,
.iframe-chart-block .collapse-all-table:hover,
.iframe-chart-block .expand-all-table:hover {
  color: #FF885F;
}

.data-page-wrapp .expand-all-table:before,
.data-page-wrapp-roas .expand-all-table:before,
.iframe-chart-block .expand-all-table:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EGroup Copy 2%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Tablet-+-mobile-9/2019' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='Country-Fact-Sheet' transform='translate(-273.000000, -5188.000000)' stroke='%23000000' stroke-width='2'%3E%3Cg id='Group-5' transform='translate(248.000000, 4905.000000)'%3E%3Cg id='Group-Copy-2' transform='translate(26.000000, 284.000000)'%3E%3Cline x1='0' y1='5' x2='10' y2='5' id='Line-19'%3E%3C/line%3E%3Cline x1='-8.8817842e-16' y1='5' x2='10' y2='5' id='Line-19' transform='translate(5.000000, 5.000000) rotate(-90.000000) translate(-5.000000, -5.000000) '%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 7px;
}

.data-page-wrapp .expand-all-table:hover:before,
.data-page-wrapp-roas .expand-all-table:hover:before,
.iframe-chart-block .expand-all-table:hover:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EGroup Copy 2%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Tablet-+-mobile-9/2019' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='Country-Fact-Sheet' transform='translate(-273.000000, -5188.000000)' stroke='%23FF885F' stroke-width='2'%3E%3Cg id='Group-5' transform='translate(248.000000, 4905.000000)'%3E%3Cg id='Group-Copy-2' transform='translate(26.000000, 284.000000)'%3E%3Cline x1='0' y1='5' x2='10' y2='5' id='Line-19'%3E%3C/line%3E%3Cline x1='-8.8817842e-16' y1='5' x2='10' y2='5' id='Line-19' transform='translate(5.000000, 5.000000) rotate(-90.000000) translate(-5.000000, -5.000000) '%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .collapse-all-table:before,
.data-page-wrapp-roas .collapse-all-table:before,
.iframe-chart-block .collapse-all-table:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='2px' viewBox='0 0 12 2' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3ELine 19%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Tablet-+-mobile-9/2019' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='Country-Fact-Sheet' transform='translate(-272.000000, -5317.000000)' stroke='%23000000' stroke-width='2'%3E%3Cg id='Group-5' transform='translate(248.000000, 4905.000000)'%3E%3Cg id='Group-Copy-5' transform='translate(25.000000, 408.000000)'%3E%3Cline x1='0' y1='5' x2='10' y2='5' id='Line-19'%3E%3C/line%3E%3Cline x1='-8.8817842e-16' y1='5' x2='10' y2='5' id='Line-19' transform='translate(5.000000, 5.000000) rotate(-90.000000) translate(-5.000000, -5.000000) '%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 7px;
}

.data-page-wrapp .collapse-all-table:hover:before,
.data-page-wrapp-roas .collapse-all-table:hover:before,
.iframe-chart-block .collapse-all-table:hover:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='2px' viewBox='0 0 12 2' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3ELine 19%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Tablet-+-mobile-9/2019' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='Country-Fact-Sheet' transform='translate(-272.000000, -5317.000000)' stroke='%23FF885F' stroke-width='2'%3E%3Cg id='Group-5' transform='translate(248.000000, 4905.000000)'%3E%3Cg id='Group-Copy-5' transform='translate(25.000000, 408.000000)'%3E%3Cline x1='0' y1='5' x2='10' y2='5' id='Line-19'%3E%3C/line%3E%3Cline x1='-8.8817842e-16' y1='5' x2='10' y2='5' id='Line-19' transform='translate(5.000000, 5.000000) rotate(-90.000000) translate(-5.000000, -5.000000) '%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .details--indicators-performance .sortable_table2 a:hover,
.data-page-wrapp-roas .details--indicators-performance .sortable_table2 a:hover,
.iframe-chart-block .details--indicators-performance .sortable_table2 a:hover {
  text-decoration: underline;
  color: #000000;
}

.data-page-wrapp .details--indicators-performance .sortable_table2 thead th,
.data-page-wrapp-roas .details--indicators-performance .sortable_table2 thead th,
.iframe-chart-block .details--indicators-performance .sortable_table2 thead th {
  border-bottom: 2px solid #212529 !important;
  height: 60px;
}

.data-page-wrapp .details--indicators-performance .sortable_table2 th,
.data-page-wrapp .details--indicators-performance .sortable_table2 .table td,
.data-page-wrapp-roas .details--indicators-performance .sortable_table2 th,
.data-page-wrapp-roas .details--indicators-performance .sortable_table2 .table td,
.iframe-chart-block .details--indicators-performance .sortable_table2 th,
.iframe-chart-block .details--indicators-performance .sortable_table2 .table td {
  border-color: #212529 !important;
}

.data-page-wrapp .details--indicators-performance .sortable_table2 thead th,
.data-page-wrapp .details--indicators-performance .sortable_table2 tbody th,
.data-page-wrapp-roas .details--indicators-performance .sortable_table2 thead th,
.data-page-wrapp-roas .details--indicators-performance .sortable_table2 tbody th,
.iframe-chart-block .details--indicators-performance .sortable_table2 thead th,
.iframe-chart-block .details--indicators-performance .sortable_table2 tbody th {
  padding-left: 25px !important;
  position: relative;
}

.data-page-wrapp .details--indicators-performance .sortable_table2 .table-sdg-annex,
.data-page-wrapp-roas .details--indicators-performance .sortable_table2 .table-sdg-annex,
.iframe-chart-block .details--indicators-performance .sortable_table2 .table-sdg-annex {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.data-page-wrapp .details--indicators-performance .sortable_table2.table-striped .toggle-rows,
.data-page-wrapp-roas .details--indicators-performance .sortable_table2.table-striped .toggle-rows,
.iframe-chart-block .details--indicators-performance .sortable_table2.table-striped .toggle-rows {
  cursor: pointer;
}

.data-page-wrapp .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(1) tr:nth-of-type(odd),
.data-page-wrapp-roas .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(1) tr:nth-of-type(odd),
.iframe-chart-block .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(1) tr:nth-of-type(odd) {
  background-color: rgba(236, 27, 44, 0.08);
}

.data-page-wrapp .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(2) tr:nth-of-type(odd),
.data-page-wrapp-roas .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(2) tr:nth-of-type(odd),
.iframe-chart-block .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(2) tr:nth-of-type(odd) {
  background-color: rgba(211, 160, 40, 0.08);
}

.data-page-wrapp .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(3) tr:nth-of-type(odd),
.data-page-wrapp-roas .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(3) tr:nth-of-type(odd),
.iframe-chart-block .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(3) tr:nth-of-type(odd) {
  background-color: rgba(38, 155, 71, 0.08);
}

.data-page-wrapp .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(4) tr:nth-of-type(odd),
.data-page-wrapp-roas .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(4) tr:nth-of-type(odd),
.iframe-chart-block .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(4) tr:nth-of-type(odd) {
  background-color: rgba(195, 30, 51, 0.08);
}

.data-page-wrapp .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(5) tr:nth-of-type(odd),
.data-page-wrapp-roas .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(5) tr:nth-of-type(odd),
.iframe-chart-block .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(5) tr:nth-of-type(odd) {
  background-color: rgba(239, 65, 44, 0.08);
}

.data-page-wrapp .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(6) tr:nth-of-type(odd),
.data-page-wrapp-roas .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(6) tr:nth-of-type(odd),
.iframe-chart-block .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(6) tr:nth-of-type(odd) {
  background-color: rgba(143, 24, 56, 0.08);
}

.data-page-wrapp .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(7) tr:nth-of-type(odd),
.data-page-wrapp-roas .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(7) tr:nth-of-type(odd),
.iframe-chart-block .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(7) tr:nth-of-type(odd) {
  background-color: rgba(243, 109, 38, 0.08);
}

.data-page-wrapp .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(8) tr:nth-of-type(odd),
.data-page-wrapp-roas .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(8) tr:nth-of-type(odd),
.iframe-chart-block .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(8) tr:nth-of-type(odd) {
  background-color: rgba(225, 21, 132, 0.08);
}

.data-page-wrapp .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(9) tr:nth-of-type(odd),
.data-page-wrapp-roas .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(9) tr:nth-of-type(odd),
.iframe-chart-block .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(9) tr:nth-of-type(odd) {
  background-color: rgba(249, 157, 37, 0.08);
}

.data-page-wrapp .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(10) tr:nth-of-type(odd),
.data-page-wrapp-roas .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(10) tr:nth-of-type(odd),
.iframe-chart-block .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(10) tr:nth-of-type(odd) {
  background-color: rgba(72, 119, 62, 0.08);
}

.data-page-wrapp .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(11) tr:nth-of-type(odd),
.data-page-wrapp-roas .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(11) tr:nth-of-type(odd),
.iframe-chart-block .details--indicators-performance .sortable_table2.table-striped tbody:nth-of-type(11) tr:nth-of-type(odd) {
  background-color: rgba(1, 85, 139, 0.08);
}

.data-page-wrapp .btn-data-portal,
.data-page-wrapp-roas .btn-data-portal,
.iframe-chart-block .btn-data-portal {
  padding: 6px 8px;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 2px;
  border-bottom: 1.5px solid #FF885F;
  text-align: left;
  font-weight: 700;
  position: relative;
  border-radius: 0;
  text-transform: none;
}

.data-page-wrapp .btn-data-portal:after,
.data-page-wrapp-roas .btn-data-portal:after,
.iframe-chart-block .btn-data-portal:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8' viewBox='0 0 30.405 16.264'%3E%3Cg id='down' transform='translate(0.632 0.132)'%3E%3Cpath id='Line-5' d='M7.5,2V-18' transform='translate(7.146 -2.96) rotate(135)' fill='none' stroke='%23ff885f' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-5-2' data-name='Line-5' d='M21.641-2V18' transform='translate(11.995 -12.96) rotate(45)' fill='none' stroke='%23ff885f' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0;
  height: 65px;
  padding-top: -4px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .btn-data-portal:after,
  .data-page-wrapp-roas .btn-data-portal:after,
  .iframe-chart-block .btn-data-portal:after {
    height: 20px;
  }
}

.data-page-wrapp .btn-data-portal:focus,
.data-page-wrapp .btn-data-portal.focus,
.data-page-wrapp-roas .btn-data-portal:focus,
.data-page-wrapp-roas .btn-data-portal.focus,
.iframe-chart-block .btn-data-portal:focus,
.iframe-chart-block .btn-data-portal.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .btn-data-portal,
  .data-page-wrapp-roas .btn-data-portal,
  .iframe-chart-block .btn-data-portal {
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: 0.4px;
    border-bottom-width: 1px;
  }
}

.data-page-wrapp .dropdown.show .btn-data-portal:after,
.data-page-wrapp-roas .dropdown.show .btn-data-portal:after,
.iframe-chart-block .dropdown.show .btn-data-portal:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.data-page-wrapp .btn-group-toggle .btn,
.data-page-wrapp-roas .btn-group-toggle .btn,
.iframe-chart-block .btn-group-toggle .btn {
  margin-bottom: 10px;
}

.data-page-wrapp .float-buttons-wrap,
.data-page-wrapp-roas .float-buttons-wrap,
.iframe-chart-block .float-buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 15px;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .float-buttons-wrap .float-btn,
  .data-page-wrapp-roas .float-buttons-wrap .float-btn,
  .iframe-chart-block .float-buttons-wrap .float-btn {
    margin-bottom: 0;
    margin-top: 15px;
    margin-right: 10px;
  }
}

@media (max-width: 767.98px) {

  .data-page-wrapp .float-buttons-wrap .float-btn,
  .data-page-wrapp-roas .float-buttons-wrap .float-btn,
  .iframe-chart-block .float-buttons-wrap .float-btn {
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
  }
}

.data-page-wrapp .float-buttons-wrap .float-btn:not(:last-child),
.data-page-wrapp-roas .float-buttons-wrap .float-btn:not(:last-child),
.iframe-chart-block .float-buttons-wrap .float-btn:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .float-buttons-wrap .float-btn:not(:last-child),
  .data-page-wrapp-roas .float-buttons-wrap .float-btn:not(:last-child),
  .iframe-chart-block .float-buttons-wrap .float-btn:not(:last-child) {
    margin-top: 15px;
    margin-right: 12px;
  }
}

@media (max-width: 767.98px) {

  .data-page-wrapp .float-buttons-wrap .float-btn:not(:last-child),
  .data-page-wrapp-roas .float-buttons-wrap .float-btn:not(:last-child),
  .iframe-chart-block .float-buttons-wrap .float-btn:not(:last-child) {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.data-page-wrapp .float-buttons-wrap .float-btn button,
.data-page-wrapp-roas .float-buttons-wrap .float-btn button,
.iframe-chart-block .float-buttons-wrap .float-btn button {
  padding: 0;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 25px;
  background-color: #fff;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .float-buttons-wrap .float-btn button,
  .data-page-wrapp-roas .float-buttons-wrap .float-btn button,
  .iframe-chart-block .float-buttons-wrap .float-btn button {
    height: 30px;
    width: 30px;
  }
}

.data-page-wrapp .more--selected-option.btn-link,
.data-page-wrapp-roas .more--selected-option.btn-link,
.iframe-chart-block .more--selected-option.btn-link {
  text-transform: initial;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  padding: 0;
  -webkit-transition: margin-top 0.3s linear;
  -o-transition: margin-top 0.3s linear;
  transition: margin-top 0.3s linear;
  line-height: 16px;
  letter-spacing: 1px;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
}

.data-page-wrapp .more--selected-option.btn-link:hover,
.data-page-wrapp-roas .more--selected-option.btn-link:hover,
.iframe-chart-block .more--selected-option.btn-link:hover {
  border-color: #FF885F;
}

.data-page-wrapp .more--selected-option.btn-link:not(.d-none.js-block-more--selected-option),
.data-page-wrapp-roas .more--selected-option.btn-link:not(.d-none.js-block-more--selected-option),
.iframe-chart-block .more--selected-option.btn-link:not(.d-none.js-block-more--selected-option) {
  margin-top: 25px;
}

.data-page-wrapp .btn.btn-annex-dropdown,
.data-page-wrapp .btn.btn-parent-theme-dropdown,
.data-page-wrapp .btn.btn-theme-dropdown,
.data-page-wrapp-roas .btn.btn-annex-dropdown,
.data-page-wrapp-roas .btn.btn-parent-theme-dropdown,
.data-page-wrapp-roas .btn.btn-theme-dropdown,
.iframe-chart-block .btn.btn-annex-dropdown,
.iframe-chart-block .btn.btn-parent-theme-dropdown,
.iframe-chart-block .btn.btn-theme-dropdown {
  border: 1.5px solid #FF885F;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: initial;
  cursor: pointer;
  z-index: 1;
  padding-left: 15px;
}

.data-page-wrapp .dashboard-tabs,
.data-page-wrapp-roas .dashboard-tabs,
.iframe-chart-block .dashboard-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.data-page-wrapp .dashboard-tabs .nav-item,
.data-page-wrapp-roas .dashboard-tabs .nav-item,
.iframe-chart-block .dashboard-tabs .nav-item {
  margin-bottom: -2px;
  -webkit-transition: 0.4s linear min-width;
  -o-transition: 0.4s linear min-width;
  transition: 0.4s linear min-width;
}

@media (min-width: 992px) and (max-width: 1259.98px) {

  .data-page-wrapp .dashboard-tabs .nav-item:hover,
  .data-page-wrapp-roas .dashboard-tabs .nav-item:hover,
  .iframe-chart-block .dashboard-tabs .nav-item:hover {
    min-width: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1654.98px) {

  .data-page-wrapp .dashboard-tabs .nav-item,
  .data-page-wrapp-roas .dashboard-tabs .nav-item,
  .iframe-chart-block .dashboard-tabs .nav-item {
    overflow: hidden;
  }
}

.data-page-wrapp .dashboard-tabs .nav-item:last-child .nav-link:after,
.data-page-wrapp .dashboard-tabs .nav-item.prev .nav-link:after,
.data-page-wrapp-roas .dashboard-tabs .nav-item:last-child .nav-link:after,
.data-page-wrapp-roas .dashboard-tabs .nav-item.prev .nav-link:after,
.iframe-chart-block .dashboard-tabs .nav-item:last-child .nav-link:after,
.iframe-chart-block .dashboard-tabs .nav-item.prev .nav-link:after {
  display: none;
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link,
.iframe-chart-block .dashboard-tabs .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link.active:after,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.active:after,
.iframe-chart-block .dashboard-tabs .nav-item .nav-link.active:after {
  display: none;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .dashboard-tabs .nav-item .nav-link:after,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link:after,
  .iframe-chart-block .dashboard-tabs .nav-item .nav-link:after {
    display: none;
  }
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-sdm,
.data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-vaw_wps,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-sdm,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-vaw_wps,
.iframe-chart-block .dashboard-tabs .nav-item .nav-link.portal-sdm,
.iframe-chart-block .dashboard-tabs .nav-item .nav-link.portal-vaw_wps {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-sdm,
  .data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-vaw_wps,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-sdm,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-vaw_wps,
  .iframe-chart-block .dashboard-tabs .nav-item .nav-link.portal-sdm,
  .iframe-chart-block .dashboard-tabs .nav-item .nav-link.portal-vaw_wps {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {

  .data-page-wrapp .dashboard-tabs .nav-item .nav-link,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link,
  .iframe-chart-block .dashboard-tabs .nav-item .nav-link {
    margin-bottom: 0;
    height: 100%;
    font-size: 15px;
    line-height: 18px;
    color: #1E1E1E;
    border-bottom-width: 0;
  }

  .data-page-wrapp .dashboard-tabs .nav-item .nav-link:not(:last-child) .nav-link:not(.active):after,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link:not(:last-child) .nav-link:not(.active):after,
  .iframe-chart-block .dashboard-tabs .nav-item .nav-link:not(:last-child) .nav-link:not(.active):after {
    content: "";
    width: 1.5px;
    height: calc(100% - 40px);
    position: absolute;
    right: -3px;
    top: 20px;
    background-color: #d8d8d8;
  }
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .dashboard-tabs .nav-item .nav-link .nav-link,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link .nav-link,
  .iframe-chart-block .dashboard-tabs .nav-item .nav-link .nav-link {
    border: 0;
    background: none;
  }
}

@media (min-width: 992px) and (max-width: 1654.98px) {

  .data-page-wrapp .dashboard-tabs .nav-item .nav-link,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link,
  .iframe-chart-block .dashboard-tabs .nav-item .nav-link {
    padding: 0.8rem;
  }
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-sdg,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-sdg,
.iframe-chart-block .dashboard-tabs .nav-item .nav-link.portal-sdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
  justify-items: flex-start;
  padding: 15px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-sdg,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-sdg,
  .iframe-chart-block .dashboard-tabs .nav-item .nav-link.portal-sdg {
    padding: 12px 15px;
  }
}

@media (min-width: 1655px) {

  .data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-sdg,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-sdg,
  .iframe-chart-block .dashboard-tabs .nav-item .nav-link.portal-sdg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
}

@media (min-width: 1655px) {

  .data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-sdg,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-sdg,
  .iframe-chart-block .dashboard-tabs .nav-item .nav-link.portal-sdg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .dashboard-tabs .nav-item .nav-link.portal-sdg,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.portal-sdg,
  .iframe-chart-block .dashboard-tabs .nav-item .nav-link.portal-sdg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link:hover,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link:hover,
.iframe-chart-block .dashboard-tabs .nav-item .nav-link:hover {
  cursor: pointer;
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link:not(.active):hover,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link:not(.active):hover,
.iframe-chart-block .dashboard-tabs .nav-item .nav-link:not(.active):hover {
  border-color: transparent;
  color: #d8d8d8;
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link.sdg-annex-1:not(.active):hover,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.sdg-annex-1:not(.active):hover,
.iframe-chart-block .dashboard-tabs .nav-item .nav-link.sdg-annex-1:not(.active):hover {
  color: #EC1B2C;
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link.sdg-annex-2:not(.active):hover,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.sdg-annex-2:not(.active):hover,
.iframe-chart-block .dashboard-tabs .nav-item .nav-link.sdg-annex-2:not(.active):hover {
  color: #D3A029;
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link.sdg-annex-3:not(.active):hover,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.sdg-annex-3:not(.active):hover,
.iframe-chart-block .dashboard-tabs .nav-item .nav-link.sdg-annex-3:not(.active):hover {
  color: #269B47;
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link.sdg-annex-4:not(.active):hover,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.sdg-annex-4:not(.active):hover,
.iframe-chart-block .dashboard-tabs .nav-item .nav-link.sdg-annex-4:not(.active):hover {
  color: #C31E33;
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link.sdg-annex-5:not(.active):hover,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.sdg-annex-5:not(.active):hover,
.iframe-chart-block .dashboard-tabs .nav-item .nav-link.sdg-annex-5:not(.active):hover {
  color: #EF412C;
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link.sdg-annex-8:not(.active):hover,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.sdg-annex-8:not(.active):hover,
.iframe-chart-block .dashboard-tabs .nav-item .nav-link.sdg-annex-8:not(.active):hover {
  color: #8F1838;
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link.sdg-annex-16:not(.active):hover,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.sdg-annex-16:not(.active):hover,
.iframe-chart-block .dashboard-tabs .nav-item .nav-link.sdg-annex-16:not(.active):hover {
  color: #01558B;
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link.annex-all:not(.active):hover,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link.annex-all:not(.active):hover,
.iframe-chart-block .dashboard-tabs .nav-item .nav-link.annex-all:not(.active):hover {
  color: #000;
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link:before,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link:before,
.iframe-chart-block .dashboard-tabs .nav-item .nav-link:before {
  margin-right: 10px;
}

@media (min-width: 1655px) {

  .data-page-wrapp .dashboard-tabs .nav-item .nav-link:before,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link:before,
  .iframe-chart-block .dashboard-tabs .nav-item .nav-link:before {
    margin-right: 8px;
    margin-bottom: 0;
  }
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .dashboard-tabs .nav-item .nav-link:before,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link:before,
  .iframe-chart-block .dashboard-tabs .nav-item .nav-link:before {
    margin-right: 8px;
    margin-bottom: 0px;
  }
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link>span,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link>span,
.iframe-chart-block .dashboard-tabs .nav-item .nav-link>span {
  overflow: hidden;
  max-height: 36px;
}

@media (max-width: 1654.98px) {

  .data-page-wrapp .dashboard-tabs .nav-item .nav-link>span,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link>span,
  .iframe-chart-block .dashboard-tabs .nav-item .nav-link>span {
    width: 100%;
  }
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .dashboard-tabs .nav-item .nav-link>span,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link>span,
  .iframe-chart-block .dashboard-tabs .nav-item .nav-link>span {
    max-height: 100%;
  }
}

.data-page-wrapp .dashboard-tabs .nav-item .nav-link span.annexitm-goal,
.data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link span.annexitm-goal,
.iframe-chart-block .dashboard-tabs .nav-item .nav-link span.annexitm-goal {
  margin-right: 1px;
}

@media (max-width: 1654.98px) {

  .data-page-wrapp .dashboard-tabs .nav-item .nav-link span.annexitm-goal,
  .data-page-wrapp-roas .dashboard-tabs .nav-item .nav-link span.annexitm-goal,
  .iframe-chart-block .dashboard-tabs .nav-item .nav-link span.annexitm-goal {
    margin-right: 1px;
  }
}

.data-page-wrapp .dashboard-tabs .nav-item input,
.data-page-wrapp-roas .dashboard-tabs .nav-item input,
.iframe-chart-block .dashboard-tabs .nav-item input {
  display: none;
}

.data-page-wrapp .filter-form-item-annex,
.data-page-wrapp .filter-form-item-theme,
.data-page-wrapp-roas .filter-form-item-annex,
.data-page-wrapp-roas .filter-form-item-theme,
.iframe-chart-block .filter-form-item-annex,
.iframe-chart-block .filter-form-item-theme {
  position: relative;
  margin-bottom: 30px;
}

.data-page-wrapp .dashboard-tabs,
.data-page-wrapp-roas .dashboard-tabs,
.iframe-chart-block .dashboard-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
}

.data-page-wrapp .dashboard-tabs.dropdown-content-visible,
.data-page-wrapp-roas .dashboard-tabs.dropdown-content-visible,
.iframe-chart-block .dashboard-tabs.dropdown-content-visible {
  height: auto;
  min-width: 100%;
  border: 1.5px solid #FF885F;
  z-index: 3;
  z-index: 15;
  top: 100%;
  margin-top: -1px;
}

.data-page-wrapp .dashboard-tabs .nav-link,
.data-page-wrapp-roas .dashboard-tabs .nav-link,
.iframe-chart-block .dashboard-tabs .nav-link {
  padding: 0.5rem;
  margin-bottom: 0;
  border: none;
}

.data-page-wrapp .main-filter-group,
.data-page-wrapp-roas .main-filter-group,
.iframe-chart-block .main-filter-group {
  border: none !important;
}

.data-page-wrapp .main-filter-group .dropdown-menu.show,
.data-page-wrapp-roas .main-filter-group .dropdown-menu.show,
.iframe-chart-block .main-filter-group .dropdown-menu.show {
  position: relative;
}

.data-page-wrapp .main-filter-group .filter-form-item-indicator .dropdown-menu.show,
.data-page-wrapp .main-filter-group .filter-form-item-location .dropdown-menu.show,
.data-page-wrapp-roas .main-filter-group .filter-form-item-indicator .dropdown-menu.show,
.data-page-wrapp-roas .main-filter-group .filter-form-item-location .dropdown-menu.show,
.iframe-chart-block .main-filter-group .filter-form-item-indicator .dropdown-menu.show,
.iframe-chart-block .main-filter-group .filter-form-item-location .dropdown-menu.show {
  position: absolute;
  padding: 0 1px;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .main-filter-group .filter-form-item-indicator .dropdown-menu.show,
  .data-page-wrapp .main-filter-group .filter-form-item-location .dropdown-menu.show,
  .data-page-wrapp-roas .main-filter-group .filter-form-item-indicator .dropdown-menu.show,
  .data-page-wrapp-roas .main-filter-group .filter-form-item-location .dropdown-menu.show,
  .iframe-chart-block .main-filter-group .filter-form-item-indicator .dropdown-menu.show,
  .iframe-chart-block .main-filter-group .filter-form-item-location .dropdown-menu.show {
    padding: 0 3px;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {

    .data-page-wrapp .main-filter-group .filter-form-item-indicator .dropdown-menu.show,
    .data-page-wrapp .main-filter-group .filter-form-item-location .dropdown-menu.show,
    .data-page-wrapp-roas .main-filter-group .filter-form-item-indicator .dropdown-menu.show,
    .data-page-wrapp-roas .main-filter-group .filter-form-item-location .dropdown-menu.show,
    .iframe-chart-block .main-filter-group .filter-form-item-indicator .dropdown-menu.show,
    .iframe-chart-block .main-filter-group .filter-form-item-location .dropdown-menu.show {
      padding: 0 0.8px;
    }

    @media (max-width: 1259.98px) {

      .data-page-wrapp .main-filter-group .filter-form-item-indicator .dropdown-menu.show,
      .data-page-wrapp .main-filter-group .filter-form-item-location .dropdown-menu.show,
      .data-page-wrapp-roas .main-filter-group .filter-form-item-indicator .dropdown-menu.show,
      .data-page-wrapp-roas .main-filter-group .filter-form-item-location .dropdown-menu.show,
      .iframe-chart-block .main-filter-group .filter-form-item-indicator .dropdown-menu.show,
      .iframe-chart-block .main-filter-group .filter-form-item-location .dropdown-menu.show {
        padding: 0 2.8px;
      }
    }
  }
}

.data-page-wrapp .sdg-annex-1:before,
.data-page-wrapp-roas .sdg-annex-1:before,
.iframe-chart-block .sdg-annex-1:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.576' height='23.309' viewBox='0 0 39.576 23.309'%3E%3Cpath d='M-388.7-350.7c-.233-.04-.344-.253-.288-.55q.865-4.6,1.725-9.2a.484.484,0,0,0-.05-.229,1.9,1.9,0,0,1-.19-.538q-.022-2.765-.006-5.529a2.613,2.613,0,0,1,2.571-2.561q2.114-.009,4.229,0a2.625,2.625,0,0,1,2.586,2.6q0,2.5,0,5.009v.209c.219-.031.446-.13.61-.067a1.2,1.2,0,0,1,.476.45c.261.374.486.772.731,1.157a.857.857,0,0,0,.812.424c.519-.02,1.04-.016,1.56,0a.811.811,0,0,0,.754-.394q.379-.585.74-1.18c.335-.548.5-.607,1.056-.356.509-1.658,1.026-3.315,1.526-4.977a2.912,2.912,0,0,1,.783-1.322,1.639,1.639,0,0,1,1.174-.467c1.268,0,2.536.007,3.8,0a1.693,1.693,0,0,1,1.3.567,2.748,2.748,0,0,1,.637,1.091c.485,1.586.975,3.17,1.455,4.757a1.842,1.842,0,0,1,.074.534.7.7,0,0,1-.565.741.691.691,0,0,1-.851-.375,4.312,4.312,0,0,1-.272-.751q-.551-1.84-1.093-3.683c-.087-.3-.2-.41-.357-.34-.234.1-.177.3-.127.488q1.029,3.738,2.059,7.476c.029.1.052.211.089.359h-2.018v.316q0,2.658,0,5.316a.964.964,0,0,1-1.361.939.979.979,0,0,1-.581-.993q0-2.564,0-5.127c0-.507,0-.507-.544-.418-.005.092-.015.191-.015.289q0,2.646,0,5.293a.971.971,0,0,1-1.3.984.989.989,0,0,1-.639-1c0-1.717,0-3.434,0-5.151,0-.447.06-.445-.286-.442h-.148c-.434,0-.867,0-1.3,0h-.286c.114-.423.216-.809.322-1.193q.909-3.294,1.82-6.589a1.175,1.175,0,0,0,.048-.206c.014-.148,0-.3-.175-.341s-.259.075-.305.222c-.095.308-.186.617-.278.925q-.479,1.616-.957,3.232c-.006.022-.016.044-.022.068a.82.82,0,0,1-1.487.392c-.507.919-1,1.831-1.514,2.733a1.582,1.582,0,0,0-.142,1.208c.226.907.481,1.807.724,2.71.018.067.03.135.05.23h-.819v.4c0,.693,0,1.386,0,2.079a.758.758,0,0,1-.692.786.738.738,0,0,1-.818-.675,6.372,6.372,0,0,1-.018-.754c0-.6,0-1.2,0-1.813h-.454c0,.077-.012.16-.012.243,0,.733.005,1.465,0,2.2a.761.761,0,0,1-1.155.695.77.77,0,0,1-.373-.717q0-1.075,0-2.15v-.28h-.823c.079-.3.148-.573.221-.843.18-.66.374-1.316.54-1.979a1.791,1.791,0,0,0-.163-1.408c-.465-.794-.9-1.608-1.34-2.414-.038-.067-.079-.131-.149-.249a.9.9,0,0,1-.085.145.761.761,0,0,1-.877.219.727.727,0,0,1-.456-.73q0-2.233,0-4.466a1.864,1.864,0,0,0-.035-.374.309.309,0,0,0-.346-.254c-.18,0-.251.121-.275.269a2.467,2.467,0,0,0-.019.4q0,6.876,0,13.751a1.089,1.089,0,0,1-.858,1.143,1.093,1.093,0,0,1-1.332-1.117c0-1.386,0-2.772,0-4.158q0-1.89,0-3.781a.97.97,0,0,0-.012-.235.27.27,0,0,0-.331-.229.63.63,0,0,0-.281.264c-.038.053-.009.153-.009.231q0,3.911,0,7.822a1.122,1.122,0,0,1-.677,1.141,1.094,1.094,0,0,1-1.525-.971c-.005-.078,0-.158,0-.236v-13.729a1.553,1.553,0,0,0-.009-.283c-.027-.145-.085-.276-.264-.284a.312.312,0,0,0-.358.239,1.419,1.419,0,0,0-.035.327c0,1.489,0,2.977,0,4.466a.831.831,0,0,1-.344.734.287.287,0,0,0-.1.166q-.879,4.645-1.752,9.291c-.049.264-.19.4-.406.4A.6.6,0,0,1-388.7-350.7Zm31.752-.687a1.62,1.62,0,0,1-.043-.444q0-2.6,0-5.2c0-.329,0-.329-.339-.329h-1.686c.059-.225.108-.426.163-.626q.988-3.59,1.975-7.18a.738.738,0,0,0,.034-.322c-.015-.077-.1-.185-.163-.194a.336.336,0,0,0-.251.112.785.785,0,0,0-.109.283q-.591,1.987-1.183,3.975a1.857,1.857,0,0,1-.169.412.706.706,0,0,1-.86.361.724.724,0,0,1-.559-.729,1.809,1.809,0,0,1,.079-.532c.491-1.624.969-3.253,1.5-4.865a2.081,2.081,0,0,1,1.578-1.537,1.5,1.5,0,0,1,.305-.021h1.252c.834,0,1.669,0,2.5-.005a1.671,1.671,0,0,1,1.445.7,3.6,3.6,0,0,1,.527.989c.5,1.554.976,3.118,1.446,4.683a1.936,1.936,0,0,1,.073.693.665.665,0,0,1-.573.629.676.676,0,0,1-.779-.3,1.66,1.66,0,0,1-.2-.446c-.406-1.346-.8-2.695-1.206-4.042-.1-.329-.19-.422-.36-.369s-.2.23-.126.514q1.038,3.773,2.078,7.544c.023.082.041.165.069.273-.59,0-1.156.012-1.722-.005-.238-.006-.305.059-.3.3.011,1.779.008,3.56,0,5.339a.965.965,0,0,1-.909,1.014.953.953,0,0,1-1.024-.986c-.007-.945,0-1.89,0-2.835v-2.481c0-.353,0-.354-.345-.346-.069,0-.138.011-.229.019v.294q0,2.681,0,5.363a.963.963,0,0,1-.828.969.976.976,0,0,1-.137.01A.954.954,0,0,1-356.945-351.387Zm-17.8-9.146a1.524,1.524,0,0,1-1.526-1.552,1.537,1.537,0,0,1,1.534-1.552,1.53,1.53,0,0,1,1.546,1.559,1.517,1.517,0,0,1-1.547,1.545Zm8.685-8.606a1.856,1.856,0,0,1-1.79-1.9,1.851,1.851,0,0,1,1.888-1.826,1.849,1.849,0,0,1,1.835,1.947,1.854,1.854,0,0,1-1.9,1.781Zm9.416-1.86a1.867,1.867,0,0,1,1.88-1.867,1.832,1.832,0,0,1,1.847,1.859,1.838,1.838,0,0,1-1.841,1.867h-.005A1.869,1.869,0,0,1-356.645-371Zm-26.2.92a1.935,1.935,0,0,1-1.93-1.965A1.93,1.93,0,0,1-382.794-374a1.938,1.938,0,0,1,1.946,1.975,1.945,1.945,0,0,1-1.994,1.947Z' transform='translate(389 374)' fill='%23000'/%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-1.active,
.data-page-wrapp-roas .sdg-annex-1.active,
.iframe-chart-block .sdg-annex-1.active {
  color: #EC1B2C !important;
}

.data-page-wrapp .sdg-annex-1.active:before,
.data-page-wrapp-roas .sdg-annex-1.active:before,
.iframe-chart-block .sdg-annex-1.active:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.576' height='23.309' viewBox='0 0 39.576 23.309'%3E%3Cpath d='M-388.7-350.7c-.233-.04-.344-.253-.288-.55q.865-4.6,1.725-9.2a.484.484,0,0,0-.05-.229,1.9,1.9,0,0,1-.19-.538q-.022-2.765-.006-5.529a2.613,2.613,0,0,1,2.571-2.561q2.114-.009,4.229,0a2.625,2.625,0,0,1,2.586,2.6q0,2.5,0,5.009v.209c.219-.031.446-.13.61-.067a1.2,1.2,0,0,1,.476.45c.261.374.486.772.731,1.157a.857.857,0,0,0,.812.424c.519-.02,1.04-.016,1.56,0a.811.811,0,0,0,.754-.394q.379-.585.74-1.18c.335-.548.5-.607,1.056-.356.509-1.658,1.026-3.315,1.526-4.977a2.912,2.912,0,0,1,.783-1.322,1.639,1.639,0,0,1,1.174-.467c1.268,0,2.536.007,3.8,0a1.693,1.693,0,0,1,1.3.567,2.748,2.748,0,0,1,.637,1.091c.485,1.586.975,3.17,1.455,4.757a1.842,1.842,0,0,1,.074.534.7.7,0,0,1-.565.741.691.691,0,0,1-.851-.375,4.312,4.312,0,0,1-.272-.751q-.551-1.84-1.093-3.683c-.087-.3-.2-.41-.357-.34-.234.1-.177.3-.127.488q1.029,3.738,2.059,7.476c.029.1.052.211.089.359h-2.018v.316q0,2.658,0,5.316a.964.964,0,0,1-1.361.939.979.979,0,0,1-.581-.993q0-2.564,0-5.127c0-.507,0-.507-.544-.418-.005.092-.015.191-.015.289q0,2.646,0,5.293a.971.971,0,0,1-1.3.984.989.989,0,0,1-.639-1c0-1.717,0-3.434,0-5.151,0-.447.06-.445-.286-.442h-.148c-.434,0-.867,0-1.3,0h-.286c.114-.423.216-.809.322-1.193q.909-3.294,1.82-6.589a1.175,1.175,0,0,0,.048-.206c.014-.148,0-.3-.175-.341s-.259.075-.305.222c-.095.308-.186.617-.278.925q-.479,1.616-.957,3.232c-.006.022-.016.044-.022.068a.82.82,0,0,1-1.487.392c-.507.919-1,1.831-1.514,2.733a1.582,1.582,0,0,0-.142,1.208c.226.907.481,1.807.724,2.71.018.067.03.135.05.23h-.819v.4c0,.693,0,1.386,0,2.079a.758.758,0,0,1-.692.786.738.738,0,0,1-.818-.675,6.372,6.372,0,0,1-.018-.754c0-.6,0-1.2,0-1.813h-.454c0,.077-.012.16-.012.243,0,.733.005,1.465,0,2.2a.761.761,0,0,1-1.155.695.77.77,0,0,1-.373-.717q0-1.075,0-2.15v-.28h-.823c.079-.3.148-.573.221-.843.18-.66.374-1.316.54-1.979a1.791,1.791,0,0,0-.163-1.408c-.465-.794-.9-1.608-1.34-2.414-.038-.067-.079-.131-.149-.249a.9.9,0,0,1-.085.145.761.761,0,0,1-.877.219.727.727,0,0,1-.456-.73q0-2.233,0-4.466a1.864,1.864,0,0,0-.035-.374.309.309,0,0,0-.346-.254c-.18,0-.251.121-.275.269a2.467,2.467,0,0,0-.019.4q0,6.876,0,13.751a1.089,1.089,0,0,1-.858,1.143,1.093,1.093,0,0,1-1.332-1.117c0-1.386,0-2.772,0-4.158q0-1.89,0-3.781a.97.97,0,0,0-.012-.235.27.27,0,0,0-.331-.229.63.63,0,0,0-.281.264c-.038.053-.009.153-.009.231q0,3.911,0,7.822a1.122,1.122,0,0,1-.677,1.141,1.094,1.094,0,0,1-1.525-.971c-.005-.078,0-.158,0-.236v-13.729a1.553,1.553,0,0,0-.009-.283c-.027-.145-.085-.276-.264-.284a.312.312,0,0,0-.358.239,1.419,1.419,0,0,0-.035.327c0,1.489,0,2.977,0,4.466a.831.831,0,0,1-.344.734.287.287,0,0,0-.1.166q-.879,4.645-1.752,9.291c-.049.264-.19.4-.406.4A.6.6,0,0,1-388.7-350.7Zm31.752-.687a1.62,1.62,0,0,1-.043-.444q0-2.6,0-5.2c0-.329,0-.329-.339-.329h-1.686c.059-.225.108-.426.163-.626q.988-3.59,1.975-7.18a.738.738,0,0,0,.034-.322c-.015-.077-.1-.185-.163-.194a.336.336,0,0,0-.251.112.785.785,0,0,0-.109.283q-.591,1.987-1.183,3.975a1.857,1.857,0,0,1-.169.412.706.706,0,0,1-.86.361.724.724,0,0,1-.559-.729,1.809,1.809,0,0,1,.079-.532c.491-1.624.969-3.253,1.5-4.865a2.081,2.081,0,0,1,1.578-1.537,1.5,1.5,0,0,1,.305-.021h1.252c.834,0,1.669,0,2.5-.005a1.671,1.671,0,0,1,1.445.7,3.6,3.6,0,0,1,.527.989c.5,1.554.976,3.118,1.446,4.683a1.936,1.936,0,0,1,.073.693.665.665,0,0,1-.573.629.676.676,0,0,1-.779-.3,1.66,1.66,0,0,1-.2-.446c-.406-1.346-.8-2.695-1.206-4.042-.1-.329-.19-.422-.36-.369s-.2.23-.126.514q1.038,3.773,2.078,7.544c.023.082.041.165.069.273-.59,0-1.156.012-1.722-.005-.238-.006-.305.059-.3.3.011,1.779.008,3.56,0,5.339a.965.965,0,0,1-.909,1.014.953.953,0,0,1-1.024-.986c-.007-.945,0-1.89,0-2.835v-2.481c0-.353,0-.354-.345-.346-.069,0-.138.011-.229.019v.294q0,2.681,0,5.363a.963.963,0,0,1-.828.969.976.976,0,0,1-.137.01A.954.954,0,0,1-356.945-351.387Zm-17.8-9.146a1.524,1.524,0,0,1-1.526-1.552,1.537,1.537,0,0,1,1.534-1.552,1.53,1.53,0,0,1,1.546,1.559,1.517,1.517,0,0,1-1.547,1.545Zm8.685-8.606a1.856,1.856,0,0,1-1.79-1.9,1.851,1.851,0,0,1,1.888-1.826,1.849,1.849,0,0,1,1.835,1.947,1.854,1.854,0,0,1-1.9,1.781Zm9.416-1.86a1.867,1.867,0,0,1,1.88-1.867,1.832,1.832,0,0,1,1.847,1.859,1.838,1.838,0,0,1-1.841,1.867h-.005A1.869,1.869,0,0,1-356.645-371Zm-26.2.92a1.935,1.935,0,0,1-1.93-1.965A1.93,1.93,0,0,1-382.794-374a1.938,1.938,0,0,1,1.946,1.975,1.945,1.945,0,0,1-1.994,1.947Z' transform='translate(389 374)' fill='%23EC1B2C'/%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-1:not(.active):hover:before,
.data-page-wrapp-roas .sdg-annex-1:not(.active):hover:before,
.iframe-chart-block .sdg-annex-1:not(.active):hover:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.576' height='23.309' viewBox='0 0 39.576 23.309'%3E%3Cpath d='M-388.7-350.7c-.233-.04-.344-.253-.288-.55q.865-4.6,1.725-9.2a.484.484,0,0,0-.05-.229,1.9,1.9,0,0,1-.19-.538q-.022-2.765-.006-5.529a2.613,2.613,0,0,1,2.571-2.561q2.114-.009,4.229,0a2.625,2.625,0,0,1,2.586,2.6q0,2.5,0,5.009v.209c.219-.031.446-.13.61-.067a1.2,1.2,0,0,1,.476.45c.261.374.486.772.731,1.157a.857.857,0,0,0,.812.424c.519-.02,1.04-.016,1.56,0a.811.811,0,0,0,.754-.394q.379-.585.74-1.18c.335-.548.5-.607,1.056-.356.509-1.658,1.026-3.315,1.526-4.977a2.912,2.912,0,0,1,.783-1.322,1.639,1.639,0,0,1,1.174-.467c1.268,0,2.536.007,3.8,0a1.693,1.693,0,0,1,1.3.567,2.748,2.748,0,0,1,.637,1.091c.485,1.586.975,3.17,1.455,4.757a1.842,1.842,0,0,1,.074.534.7.7,0,0,1-.565.741.691.691,0,0,1-.851-.375,4.312,4.312,0,0,1-.272-.751q-.551-1.84-1.093-3.683c-.087-.3-.2-.41-.357-.34-.234.1-.177.3-.127.488q1.029,3.738,2.059,7.476c.029.1.052.211.089.359h-2.018v.316q0,2.658,0,5.316a.964.964,0,0,1-1.361.939.979.979,0,0,1-.581-.993q0-2.564,0-5.127c0-.507,0-.507-.544-.418-.005.092-.015.191-.015.289q0,2.646,0,5.293a.971.971,0,0,1-1.3.984.989.989,0,0,1-.639-1c0-1.717,0-3.434,0-5.151,0-.447.06-.445-.286-.442h-.148c-.434,0-.867,0-1.3,0h-.286c.114-.423.216-.809.322-1.193q.909-3.294,1.82-6.589a1.175,1.175,0,0,0,.048-.206c.014-.148,0-.3-.175-.341s-.259.075-.305.222c-.095.308-.186.617-.278.925q-.479,1.616-.957,3.232c-.006.022-.016.044-.022.068a.82.82,0,0,1-1.487.392c-.507.919-1,1.831-1.514,2.733a1.582,1.582,0,0,0-.142,1.208c.226.907.481,1.807.724,2.71.018.067.03.135.05.23h-.819v.4c0,.693,0,1.386,0,2.079a.758.758,0,0,1-.692.786.738.738,0,0,1-.818-.675,6.372,6.372,0,0,1-.018-.754c0-.6,0-1.2,0-1.813h-.454c0,.077-.012.16-.012.243,0,.733.005,1.465,0,2.2a.761.761,0,0,1-1.155.695.77.77,0,0,1-.373-.717q0-1.075,0-2.15v-.28h-.823c.079-.3.148-.573.221-.843.18-.66.374-1.316.54-1.979a1.791,1.791,0,0,0-.163-1.408c-.465-.794-.9-1.608-1.34-2.414-.038-.067-.079-.131-.149-.249a.9.9,0,0,1-.085.145.761.761,0,0,1-.877.219.727.727,0,0,1-.456-.73q0-2.233,0-4.466a1.864,1.864,0,0,0-.035-.374.309.309,0,0,0-.346-.254c-.18,0-.251.121-.275.269a2.467,2.467,0,0,0-.019.4q0,6.876,0,13.751a1.089,1.089,0,0,1-.858,1.143,1.093,1.093,0,0,1-1.332-1.117c0-1.386,0-2.772,0-4.158q0-1.89,0-3.781a.97.97,0,0,0-.012-.235.27.27,0,0,0-.331-.229.63.63,0,0,0-.281.264c-.038.053-.009.153-.009.231q0,3.911,0,7.822a1.122,1.122,0,0,1-.677,1.141,1.094,1.094,0,0,1-1.525-.971c-.005-.078,0-.158,0-.236v-13.729a1.553,1.553,0,0,0-.009-.283c-.027-.145-.085-.276-.264-.284a.312.312,0,0,0-.358.239,1.419,1.419,0,0,0-.035.327c0,1.489,0,2.977,0,4.466a.831.831,0,0,1-.344.734.287.287,0,0,0-.1.166q-.879,4.645-1.752,9.291c-.049.264-.19.4-.406.4A.6.6,0,0,1-388.7-350.7Zm31.752-.687a1.62,1.62,0,0,1-.043-.444q0-2.6,0-5.2c0-.329,0-.329-.339-.329h-1.686c.059-.225.108-.426.163-.626q.988-3.59,1.975-7.18a.738.738,0,0,0,.034-.322c-.015-.077-.1-.185-.163-.194a.336.336,0,0,0-.251.112.785.785,0,0,0-.109.283q-.591,1.987-1.183,3.975a1.857,1.857,0,0,1-.169.412.706.706,0,0,1-.86.361.724.724,0,0,1-.559-.729,1.809,1.809,0,0,1,.079-.532c.491-1.624.969-3.253,1.5-4.865a2.081,2.081,0,0,1,1.578-1.537,1.5,1.5,0,0,1,.305-.021h1.252c.834,0,1.669,0,2.5-.005a1.671,1.671,0,0,1,1.445.7,3.6,3.6,0,0,1,.527.989c.5,1.554.976,3.118,1.446,4.683a1.936,1.936,0,0,1,.073.693.665.665,0,0,1-.573.629.676.676,0,0,1-.779-.3,1.66,1.66,0,0,1-.2-.446c-.406-1.346-.8-2.695-1.206-4.042-.1-.329-.19-.422-.36-.369s-.2.23-.126.514q1.038,3.773,2.078,7.544c.023.082.041.165.069.273-.59,0-1.156.012-1.722-.005-.238-.006-.305.059-.3.3.011,1.779.008,3.56,0,5.339a.965.965,0,0,1-.909,1.014.953.953,0,0,1-1.024-.986c-.007-.945,0-1.89,0-2.835v-2.481c0-.353,0-.354-.345-.346-.069,0-.138.011-.229.019v.294q0,2.681,0,5.363a.963.963,0,0,1-.828.969.976.976,0,0,1-.137.01A.954.954,0,0,1-356.945-351.387Zm-17.8-9.146a1.524,1.524,0,0,1-1.526-1.552,1.537,1.537,0,0,1,1.534-1.552,1.53,1.53,0,0,1,1.546,1.559,1.517,1.517,0,0,1-1.547,1.545Zm8.685-8.606a1.856,1.856,0,0,1-1.79-1.9,1.851,1.851,0,0,1,1.888-1.826,1.849,1.849,0,0,1,1.835,1.947,1.854,1.854,0,0,1-1.9,1.781Zm9.416-1.86a1.867,1.867,0,0,1,1.88-1.867,1.832,1.832,0,0,1,1.847,1.859,1.838,1.838,0,0,1-1.841,1.867h-.005A1.869,1.869,0,0,1-356.645-371Zm-26.2.92a1.935,1.935,0,0,1-1.93-1.965A1.93,1.93,0,0,1-382.794-374a1.938,1.938,0,0,1,1.946,1.975,1.945,1.945,0,0,1-1.994,1.947Z' transform='translate(389 374)' fill='%23EC1B2C'/%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-2:before,
.data-page-wrapp-roas .sdg-annex-2:before,
.iframe-chart-block .sdg-annex-2:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.998' height='25.615' viewBox='0 0 29.998 25.615'%3E%3Cpath d='M-926.354-527.385q-4.51-.008-9.022,0a.906.906,0,0,1-.111,0,.368.368,0,0,1-.348-.381c0-.258,0-.516,0-.787-.072-.025-.14-.049-.209-.072a15.24,15.24,0,0,1-5.9-3.5,13.5,13.5,0,0,1-3.691-5.989c-.141-.477-.234-.968-.346-1.452a.756.756,0,0,1-.014-.2.349.349,0,0,1,.319-.346,1.688,1.688,0,0,1,.2-.006q14.48,0,28.961,0c.365,0,.581.143.5.6a13.328,13.328,0,0,1-1.9,4.805,14.577,14.577,0,0,1-5.168,4.838,15.607,15.607,0,0,1-2.65,1.186c-.046.015-.092.032-.159.057,0,.275-.012.539,0,.8a.418.418,0,0,1-.461.463Zm1.4-14a1.134,1.134,0,0,1,.03-.112,3,3,0,0,0-.324-2.834,5.913,5.913,0,0,0-.593-.771,5.229,5.229,0,0,1-1.247-2.28,5.494,5.494,0,0,1-.009-2.453,8.153,8.153,0,0,1,1.145-2.724,1.044,1.044,0,0,1,1.452-.253.71.71,0,0,1,.2,1,6.5,6.5,0,0,0-.968,2.38,3.736,3.736,0,0,0,.783,3.218c.232.277.474.547.688.838a4.824,4.824,0,0,1,.89,2.033,4.23,4.23,0,0,1-.116,1.955Zm-5.853,0c.02-.06.034-.112.053-.16a2.868,2.868,0,0,0,.2-.984,3.041,3.041,0,0,0-.308-1.384,4.629,4.629,0,0,0-.8-1.163,5.277,5.277,0,0,1-1.153-1.881,5.017,5.017,0,0,1-.257-1.894,7.608,7.608,0,0,1,1.269-3.705,1.044,1.044,0,0,1,1.4-.289.728.728,0,0,1,.235,1.049,6.326,6.326,0,0,0-.958,2.345,3.767,3.767,0,0,0,.478,2.821,3.978,3.978,0,0,0,.4.524,6.327,6.327,0,0,1,1.214,1.85,4.236,4.236,0,0,1,.185,2.748c-.011.04-.027.079-.042.123Zm-5.767,0c.04-.117.078-.219.111-.322a3,3,0,0,0-.28-2.424,4.945,4.945,0,0,0-.716-.977,5.084,5.084,0,0,1-1.271-2.386,5.49,5.49,0,0,1,.016-2.328,8,8,0,0,1,1.142-2.725.975.975,0,0,1,.892-.454.991.991,0,0,1,.553.182.706.706,0,0,1,.2,1.014,7.046,7.046,0,0,0-.65,1.273,5.416,5.416,0,0,0-.39,1.764,3.651,3.651,0,0,0,1.01,2.729,5.876,5.876,0,0,1,1.145,1.742,4.257,4.257,0,0,1,.2,2.8.717.717,0,0,1-.022.07.244.244,0,0,1-.027.042Z' transform='translate(946 553)' fill='%23000000'/%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-2.active,
.data-page-wrapp-roas .sdg-annex-2.active,
.iframe-chart-block .sdg-annex-2.active {
  color: #D3A029 !important;
}

.data-page-wrapp .sdg-annex-2.active:before,
.data-page-wrapp-roas .sdg-annex-2.active:before,
.iframe-chart-block .sdg-annex-2.active:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.998' height='25.615' viewBox='0 0 29.998 25.615'%3E%3Cpath d='M-926.354-527.385q-4.51-.008-9.022,0a.906.906,0,0,1-.111,0,.368.368,0,0,1-.348-.381c0-.258,0-.516,0-.787-.072-.025-.14-.049-.209-.072a15.24,15.24,0,0,1-5.9-3.5,13.5,13.5,0,0,1-3.691-5.989c-.141-.477-.234-.968-.346-1.452a.756.756,0,0,1-.014-.2.349.349,0,0,1,.319-.346,1.688,1.688,0,0,1,.2-.006q14.48,0,28.961,0c.365,0,.581.143.5.6a13.328,13.328,0,0,1-1.9,4.805,14.577,14.577,0,0,1-5.168,4.838,15.607,15.607,0,0,1-2.65,1.186c-.046.015-.092.032-.159.057,0,.275-.012.539,0,.8a.418.418,0,0,1-.461.463Zm1.4-14a1.134,1.134,0,0,1,.03-.112,3,3,0,0,0-.324-2.834,5.913,5.913,0,0,0-.593-.771,5.229,5.229,0,0,1-1.247-2.28,5.494,5.494,0,0,1-.009-2.453,8.153,8.153,0,0,1,1.145-2.724,1.044,1.044,0,0,1,1.452-.253.71.71,0,0,1,.2,1,6.5,6.5,0,0,0-.968,2.38,3.736,3.736,0,0,0,.783,3.218c.232.277.474.547.688.838a4.824,4.824,0,0,1,.89,2.033,4.23,4.23,0,0,1-.116,1.955Zm-5.853,0c.02-.06.034-.112.053-.16a2.868,2.868,0,0,0,.2-.984,3.041,3.041,0,0,0-.308-1.384,4.629,4.629,0,0,0-.8-1.163,5.277,5.277,0,0,1-1.153-1.881,5.017,5.017,0,0,1-.257-1.894,7.608,7.608,0,0,1,1.269-3.705,1.044,1.044,0,0,1,1.4-.289.728.728,0,0,1,.235,1.049,6.326,6.326,0,0,0-.958,2.345,3.767,3.767,0,0,0,.478,2.821,3.978,3.978,0,0,0,.4.524,6.327,6.327,0,0,1,1.214,1.85,4.236,4.236,0,0,1,.185,2.748c-.011.04-.027.079-.042.123Zm-5.767,0c.04-.117.078-.219.111-.322a3,3,0,0,0-.28-2.424,4.945,4.945,0,0,0-.716-.977,5.084,5.084,0,0,1-1.271-2.386,5.49,5.49,0,0,1,.016-2.328,8,8,0,0,1,1.142-2.725.975.975,0,0,1,.892-.454.991.991,0,0,1,.553.182.706.706,0,0,1,.2,1.014,7.046,7.046,0,0,0-.65,1.273,5.416,5.416,0,0,0-.39,1.764,3.651,3.651,0,0,0,1.01,2.729,5.876,5.876,0,0,1,1.145,1.742,4.257,4.257,0,0,1,.2,2.8.717.717,0,0,1-.022.07.244.244,0,0,1-.027.042Z' transform='translate(946 553)' fill='%23d2a02a'/%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-2:not(.active):hover:before,
.data-page-wrapp-roas .sdg-annex-2:not(.active):hover:before,
.iframe-chart-block .sdg-annex-2:not(.active):hover:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.998' height='25.615' viewBox='0 0 29.998 25.615'%3E%3Cpath d='M-926.354-527.385q-4.51-.008-9.022,0a.906.906,0,0,1-.111,0,.368.368,0,0,1-.348-.381c0-.258,0-.516,0-.787-.072-.025-.14-.049-.209-.072a15.24,15.24,0,0,1-5.9-3.5,13.5,13.5,0,0,1-3.691-5.989c-.141-.477-.234-.968-.346-1.452a.756.756,0,0,1-.014-.2.349.349,0,0,1,.319-.346,1.688,1.688,0,0,1,.2-.006q14.48,0,28.961,0c.365,0,.581.143.5.6a13.328,13.328,0,0,1-1.9,4.805,14.577,14.577,0,0,1-5.168,4.838,15.607,15.607,0,0,1-2.65,1.186c-.046.015-.092.032-.159.057,0,.275-.012.539,0,.8a.418.418,0,0,1-.461.463Zm1.4-14a1.134,1.134,0,0,1,.03-.112,3,3,0,0,0-.324-2.834,5.913,5.913,0,0,0-.593-.771,5.229,5.229,0,0,1-1.247-2.28,5.494,5.494,0,0,1-.009-2.453,8.153,8.153,0,0,1,1.145-2.724,1.044,1.044,0,0,1,1.452-.253.71.71,0,0,1,.2,1,6.5,6.5,0,0,0-.968,2.38,3.736,3.736,0,0,0,.783,3.218c.232.277.474.547.688.838a4.824,4.824,0,0,1,.89,2.033,4.23,4.23,0,0,1-.116,1.955Zm-5.853,0c.02-.06.034-.112.053-.16a2.868,2.868,0,0,0,.2-.984,3.041,3.041,0,0,0-.308-1.384,4.629,4.629,0,0,0-.8-1.163,5.277,5.277,0,0,1-1.153-1.881,5.017,5.017,0,0,1-.257-1.894,7.608,7.608,0,0,1,1.269-3.705,1.044,1.044,0,0,1,1.4-.289.728.728,0,0,1,.235,1.049,6.326,6.326,0,0,0-.958,2.345,3.767,3.767,0,0,0,.478,2.821,3.978,3.978,0,0,0,.4.524,6.327,6.327,0,0,1,1.214,1.85,4.236,4.236,0,0,1,.185,2.748c-.011.04-.027.079-.042.123Zm-5.767,0c.04-.117.078-.219.111-.322a3,3,0,0,0-.28-2.424,4.945,4.945,0,0,0-.716-.977,5.084,5.084,0,0,1-1.271-2.386,5.49,5.49,0,0,1,.016-2.328,8,8,0,0,1,1.142-2.725.975.975,0,0,1,.892-.454.991.991,0,0,1,.553.182.706.706,0,0,1,.2,1.014,7.046,7.046,0,0,0-.65,1.273,5.416,5.416,0,0,0-.39,1.764,3.651,3.651,0,0,0,1.01,2.729,5.876,5.876,0,0,1,1.145,1.742,4.257,4.257,0,0,1,.2,2.8.717.717,0,0,1-.022.07.244.244,0,0,1-.027.042Z' transform='translate(946 553)' fill='%23d2a02a'/%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-3:before,
.data-page-wrapp-roas .sdg-annex-3:before,
.iframe-chart-block .sdg-annex-3:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='22px' viewBox='0 0 30 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='6.16435695e-06 0.0184750733 25.9846528 0.0184750733 25.9846528 21.3657206 6.16435695e-06 21.3657206'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='SDG-Indicator-Dashboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='BETA-Linegraph-+-filter-' transform='translate(-309.000000, -257.000000)'%3E%3Cg id='Group-6' transform='translate(309.000000, 257.000000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.044365)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M10.1259691,8.58878509 C10.0881914,8.66494763 10.0624506,8.71182656 10.0410926,8.76065354 C9.45751235,10.0944407 8.87010494,11.4264684 8.29467284,12.7639003 C8.16843827,13.0574277 7.97448765,13.1800922 7.6647963,13.1795266 C5.31442593,13.1747507 2.96399383,13.17739 0.613561728,13.1750649 C0.51158642,13.1750021 0.404117284,13.1654504 0.308623457,13.1322706 C0.0817716049,13.0532174 -0.0312530864,12.8251697 0.00751234568,12.5598576 C0.0401666667,12.3362715 0.239549383,12.1646544 0.48887037,12.1472476 C0.53312963,12.1441684 0.577697531,12.1463678 0.622141975,12.1463678 C2.8293642,12.1463678 5.03658642,12.1437914 7.24380864,12.1513322 C7.41695679,12.1519606 7.49084568,12.0926393 7.55714198,11.9398115 C8.3339321,10.1498659 9.11837654,8.36337662 9.89757407,6.57449937 C9.98874691,6.36517805 10.1196111,6.21788018 10.3541173,6.20323837 C10.6272037,6.18614579 10.8446111,6.35751152 10.8870185,6.63941349 C10.9749815,7.22376623 11.0509074,7.81006703 11.132821,8.39548806 C11.236216,9.13474235 11.3407222,9.87387097 11.4446728,10.6131253 C11.5479444,11.3473523 11.651216,12.0816422 11.7544877,12.8159321 C11.815784,13.2518559 11.8770802,13.6877796 11.9451049,14.1715878 C11.9972654,14.0906494 12.0303519,14.0467239 12.0558457,13.9987767 C12.8030062,12.5893297 13.5472654,11.1783117 14.2996728,9.77175534 C14.364858,9.64997067 14.464179,9.52378718 14.5796728,9.45761625 C14.8688704,9.29190616 15.2209074,9.47665689 15.2807222,9.81454964 C15.414179,10.5687599 15.5386235,11.3246041 15.6665247,12.0798199 C15.8504136,13.1658274 16.0346111,14.2518349 16.2180062,15.3379682 C16.3897963,16.354977 16.5605988,17.3720486 16.7323272,18.3891202 C16.7404753,18.437256 16.7528827,18.4847005 16.7950432,18.5389317 C16.810784,18.4924298 16.8280679,18.4463678 16.8420185,18.3993004 C18.0947963,14.1671889 19.3475741,9.9350775 20.5996111,5.70277755 C21.1177593,3.95135316 21.6343025,2.19936322 22.1518951,0.447750314 C22.2291173,0.18627147 22.3896111,0.0379053205 22.6102284,0.0203100126 C22.8372654,0.00221198157 23.0147963,0.11771261 23.1315864,0.364109761 C24.0592407,2.32114788 24.9862778,4.27850021 25.9138704,6.23560117 C26.0117716,6.44215752 26.0176975,6.64381232 25.8706605,6.82837453 C25.736216,6.99722664 25.555784,7.04624214 25.3518333,6.99615836 C25.1738086,6.95242145 25.0740556,6.82058232 24.9980679,6.65927105 C24.5523889,5.71352325 24.1041173,4.76915794 23.6565864,3.82441558 C23.3910926,3.26387935 23.1252901,2.70346879 22.8593642,2.14312107 C22.8360309,2.09397989 22.8108457,2.04584416 22.7693025,1.96289485 C22.7368951,2.04634688 22.711216,2.10051529 22.6943642,2.15738584 C22.1490556,3.99999162 21.6046111,5.84284876 21.0600432,7.68564307 C19.7539321,12.1054587 18.4478827,16.5253372 17.1414012,20.9450901 C17.0504136,21.2530708 16.8660926,21.3878006 16.5774506,21.3627901 C16.3343025,21.3418014 16.1734383,21.1611353 16.129179,20.8630205 C16.1122654,20.7492166 16.0903519,20.6361039 16.071216,20.5225513 C15.8551667,19.243938 15.6384383,17.9654504 15.4235617,16.6865857 C15.212142,15.4274529 15.0026975,14.167943 14.792142,12.9086845 C14.7219568,12.4889736 14.6515247,12.0693255 14.579858,11.6498659 C14.5725741,11.607323 14.5556605,11.5665396 14.5343642,11.4953414 C14.4886852,11.5725723 14.4546728,11.6252325 14.4254136,11.6804692 C13.664179,13.1164349 12.9038086,14.5528404 12.1423889,15.9886804 C11.9800432,16.2947759 11.7094877,16.3982111 11.4420802,16.2624131 C11.2414012,16.160486 11.1816481,15.9760494 11.1526975,15.7691789 C10.9861543,14.5784164 10.817142,13.388031 10.650784,12.1972057 C10.4893642,11.0410683 10.3302901,9.88455383 10.1691173,8.72841642 C10.1639321,8.69121491 10.1470802,8.65564726 10.1259691,8.58878509' id='Fill-1' fill='%23000000' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M26.223037,10.1482509 C26.2684691,10.1052053 26.3090864,10.0631651 26.3532222,10.0254608 C26.6025432,9.81274612 26.8448272,9.59041684 27.103963,9.39096146 C27.9790247,8.71756389 28.9893333,9.1664956 29.4657531,9.76102849 C30.1441481,10.607677 30.2298889,12.1023984 29.318963,13.0276602 C28.3090864,14.0534667 27.3037778,15.0839862 26.2961852,16.1121177 C26.2758148,16.132855 26.2524198,16.150576 26.2243333,16.1749581 C26.1956914,16.1503875 26.1684074,16.1303414 26.1449506,16.1064621 C25.1366173,15.0790218 24.126,14.0539066 23.1213704,13.0227587 C22.1793333,12.0558337 22.2250123,10.4134374 23.2219877,9.53536866 C23.6568025,9.15235651 24.1697654,8.97659196 24.7437778,9.08719103 C25.1172963,9.15920612 25.4108148,9.40308965 25.6922346,9.65005237 C25.8707531,9.80677629 26.0393951,9.97518852 26.223037,10.1482509' id='Fill-4' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-3.active,
.data-page-wrapp-roas .sdg-annex-3.active,
.iframe-chart-block .sdg-annex-3.active {
  color: #269B47 !important;
}

.data-page-wrapp .sdg-annex-3.active:before,
.data-page-wrapp-roas .sdg-annex-3.active:before,
.iframe-chart-block .sdg-annex-3.active:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='22px' viewBox='0 0 30 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='6.16435695e-06 0.0184750733 25.9846528 0.0184750733 25.9846528 21.3657206 6.16435695e-06 21.3657206'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Style-Guide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard-Copy' transform='translate(-253.000000, -914.000000)'%3E%3Cg id='Group-6' transform='translate(253.000000, 914.000000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.044365)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M10.1259691,8.58878509 C10.0881914,8.66494763 10.0624506,8.71182656 10.0410926,8.76065354 C9.45751235,10.0944407 8.87010494,11.4264684 8.29467284,12.7639003 C8.16843827,13.0574277 7.97448765,13.1800922 7.6647963,13.1795266 C5.31442593,13.1747507 2.96399383,13.17739 0.613561728,13.1750649 C0.51158642,13.1750021 0.404117284,13.1654504 0.308623457,13.1322706 C0.0817716049,13.0532174 -0.0312530864,12.8251697 0.00751234568,12.5598576 C0.0401666667,12.3362715 0.239549383,12.1646544 0.48887037,12.1472476 C0.53312963,12.1441684 0.577697531,12.1463678 0.622141975,12.1463678 C2.8293642,12.1463678 5.03658642,12.1437914 7.24380864,12.1513322 C7.41695679,12.1519606 7.49084568,12.0926393 7.55714198,11.9398115 C8.3339321,10.1498659 9.11837654,8.36337662 9.89757407,6.57449937 C9.98874691,6.36517805 10.1196111,6.21788018 10.3541173,6.20323837 C10.6272037,6.18614579 10.8446111,6.35751152 10.8870185,6.63941349 C10.9749815,7.22376623 11.0509074,7.81006703 11.132821,8.39548806 C11.236216,9.13474235 11.3407222,9.87387097 11.4446728,10.6131253 C11.5479444,11.3473523 11.651216,12.0816422 11.7544877,12.8159321 C11.815784,13.2518559 11.8770802,13.6877796 11.9451049,14.1715878 C11.9972654,14.0906494 12.0303519,14.0467239 12.0558457,13.9987767 C12.8030062,12.5893297 13.5472654,11.1783117 14.2996728,9.77175534 C14.364858,9.64997067 14.464179,9.52378718 14.5796728,9.45761625 C14.8688704,9.29190616 15.2209074,9.47665689 15.2807222,9.81454964 C15.414179,10.5687599 15.5386235,11.3246041 15.6665247,12.0798199 C15.8504136,13.1658274 16.0346111,14.2518349 16.2180062,15.3379682 C16.3897963,16.354977 16.5605988,17.3720486 16.7323272,18.3891202 C16.7404753,18.437256 16.7528827,18.4847005 16.7950432,18.5389317 C16.810784,18.4924298 16.8280679,18.4463678 16.8420185,18.3993004 C18.0947963,14.1671889 19.3475741,9.9350775 20.5996111,5.70277755 C21.1177593,3.95135316 21.6343025,2.19936322 22.1518951,0.447750314 C22.2291173,0.18627147 22.3896111,0.0379053205 22.6102284,0.0203100126 C22.8372654,0.00221198157 23.0147963,0.11771261 23.1315864,0.364109761 C24.0592407,2.32114788 24.9862778,4.27850021 25.9138704,6.23560117 C26.0117716,6.44215752 26.0176975,6.64381232 25.8706605,6.82837453 C25.736216,6.99722664 25.555784,7.04624214 25.3518333,6.99615836 C25.1738086,6.95242145 25.0740556,6.82058232 24.9980679,6.65927105 C24.5523889,5.71352325 24.1041173,4.76915794 23.6565864,3.82441558 C23.3910926,3.26387935 23.1252901,2.70346879 22.8593642,2.14312107 C22.8360309,2.09397989 22.8108457,2.04584416 22.7693025,1.96289485 C22.7368951,2.04634688 22.711216,2.10051529 22.6943642,2.15738584 C22.1490556,3.99999162 21.6046111,5.84284876 21.0600432,7.68564307 C19.7539321,12.1054587 18.4478827,16.5253372 17.1414012,20.9450901 C17.0504136,21.2530708 16.8660926,21.3878006 16.5774506,21.3627901 C16.3343025,21.3418014 16.1734383,21.1611353 16.129179,20.8630205 C16.1122654,20.7492166 16.0903519,20.6361039 16.071216,20.5225513 C15.8551667,19.243938 15.6384383,17.9654504 15.4235617,16.6865857 C15.212142,15.4274529 15.0026975,14.167943 14.792142,12.9086845 C14.7219568,12.4889736 14.6515247,12.0693255 14.579858,11.6498659 C14.5725741,11.607323 14.5556605,11.5665396 14.5343642,11.4953414 C14.4886852,11.5725723 14.4546728,11.6252325 14.4254136,11.6804692 C13.664179,13.1164349 12.9038086,14.5528404 12.1423889,15.9886804 C11.9800432,16.2947759 11.7094877,16.3982111 11.4420802,16.2624131 C11.2414012,16.160486 11.1816481,15.9760494 11.1526975,15.7691789 C10.9861543,14.5784164 10.817142,13.388031 10.650784,12.1972057 C10.4893642,11.0410683 10.3302901,9.88455383 10.1691173,8.72841642 C10.1639321,8.69121491 10.1470802,8.65564726 10.1259691,8.58878509' id='Fill-1' fill='%23269B47' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M26.223037,10.1482509 C26.2684691,10.1052053 26.3090864,10.0631651 26.3532222,10.0254608 C26.6025432,9.81274612 26.8448272,9.59041684 27.103963,9.39096146 C27.9790247,8.71756389 28.9893333,9.1664956 29.4657531,9.76102849 C30.1441481,10.607677 30.2298889,12.1023984 29.318963,13.0276602 C28.3090864,14.0534667 27.3037778,15.0839862 26.2961852,16.1121177 C26.2758148,16.132855 26.2524198,16.150576 26.2243333,16.1749581 C26.1956914,16.1503875 26.1684074,16.1303414 26.1449506,16.1064621 C25.1366173,15.0790218 24.126,14.0539066 23.1213704,13.0227587 C22.1793333,12.0558337 22.2250123,10.4134374 23.2219877,9.53536866 C23.6568025,9.15235651 24.1697654,8.97659196 24.7437778,9.08719103 C25.1172963,9.15920612 25.4108148,9.40308965 25.6922346,9.65005237 C25.8707531,9.80677629 26.0393951,9.97518852 26.223037,10.1482509' id='Fill-4' fill='%23269B47'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-3:not(.active):hover:before,
.data-page-wrapp-roas .sdg-annex-3:not(.active):hover:before,
.iframe-chart-block .sdg-annex-3:not(.active):hover:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='22px' viewBox='0 0 30 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='6.16435695e-06 0.0184750733 25.9846528 0.0184750733 25.9846528 21.3657206 6.16435695e-06 21.3657206'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Style-Guide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard-Copy' transform='translate(-253.000000, -914.000000)'%3E%3Cg id='Group-6' transform='translate(253.000000, 914.000000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.044365)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M10.1259691,8.58878509 C10.0881914,8.66494763 10.0624506,8.71182656 10.0410926,8.76065354 C9.45751235,10.0944407 8.87010494,11.4264684 8.29467284,12.7639003 C8.16843827,13.0574277 7.97448765,13.1800922 7.6647963,13.1795266 C5.31442593,13.1747507 2.96399383,13.17739 0.613561728,13.1750649 C0.51158642,13.1750021 0.404117284,13.1654504 0.308623457,13.1322706 C0.0817716049,13.0532174 -0.0312530864,12.8251697 0.00751234568,12.5598576 C0.0401666667,12.3362715 0.239549383,12.1646544 0.48887037,12.1472476 C0.53312963,12.1441684 0.577697531,12.1463678 0.622141975,12.1463678 C2.8293642,12.1463678 5.03658642,12.1437914 7.24380864,12.1513322 C7.41695679,12.1519606 7.49084568,12.0926393 7.55714198,11.9398115 C8.3339321,10.1498659 9.11837654,8.36337662 9.89757407,6.57449937 C9.98874691,6.36517805 10.1196111,6.21788018 10.3541173,6.20323837 C10.6272037,6.18614579 10.8446111,6.35751152 10.8870185,6.63941349 C10.9749815,7.22376623 11.0509074,7.81006703 11.132821,8.39548806 C11.236216,9.13474235 11.3407222,9.87387097 11.4446728,10.6131253 C11.5479444,11.3473523 11.651216,12.0816422 11.7544877,12.8159321 C11.815784,13.2518559 11.8770802,13.6877796 11.9451049,14.1715878 C11.9972654,14.0906494 12.0303519,14.0467239 12.0558457,13.9987767 C12.8030062,12.5893297 13.5472654,11.1783117 14.2996728,9.77175534 C14.364858,9.64997067 14.464179,9.52378718 14.5796728,9.45761625 C14.8688704,9.29190616 15.2209074,9.47665689 15.2807222,9.81454964 C15.414179,10.5687599 15.5386235,11.3246041 15.6665247,12.0798199 C15.8504136,13.1658274 16.0346111,14.2518349 16.2180062,15.3379682 C16.3897963,16.354977 16.5605988,17.3720486 16.7323272,18.3891202 C16.7404753,18.437256 16.7528827,18.4847005 16.7950432,18.5389317 C16.810784,18.4924298 16.8280679,18.4463678 16.8420185,18.3993004 C18.0947963,14.1671889 19.3475741,9.9350775 20.5996111,5.70277755 C21.1177593,3.95135316 21.6343025,2.19936322 22.1518951,0.447750314 C22.2291173,0.18627147 22.3896111,0.0379053205 22.6102284,0.0203100126 C22.8372654,0.00221198157 23.0147963,0.11771261 23.1315864,0.364109761 C24.0592407,2.32114788 24.9862778,4.27850021 25.9138704,6.23560117 C26.0117716,6.44215752 26.0176975,6.64381232 25.8706605,6.82837453 C25.736216,6.99722664 25.555784,7.04624214 25.3518333,6.99615836 C25.1738086,6.95242145 25.0740556,6.82058232 24.9980679,6.65927105 C24.5523889,5.71352325 24.1041173,4.76915794 23.6565864,3.82441558 C23.3910926,3.26387935 23.1252901,2.70346879 22.8593642,2.14312107 C22.8360309,2.09397989 22.8108457,2.04584416 22.7693025,1.96289485 C22.7368951,2.04634688 22.711216,2.10051529 22.6943642,2.15738584 C22.1490556,3.99999162 21.6046111,5.84284876 21.0600432,7.68564307 C19.7539321,12.1054587 18.4478827,16.5253372 17.1414012,20.9450901 C17.0504136,21.2530708 16.8660926,21.3878006 16.5774506,21.3627901 C16.3343025,21.3418014 16.1734383,21.1611353 16.129179,20.8630205 C16.1122654,20.7492166 16.0903519,20.6361039 16.071216,20.5225513 C15.8551667,19.243938 15.6384383,17.9654504 15.4235617,16.6865857 C15.212142,15.4274529 15.0026975,14.167943 14.792142,12.9086845 C14.7219568,12.4889736 14.6515247,12.0693255 14.579858,11.6498659 C14.5725741,11.607323 14.5556605,11.5665396 14.5343642,11.4953414 C14.4886852,11.5725723 14.4546728,11.6252325 14.4254136,11.6804692 C13.664179,13.1164349 12.9038086,14.5528404 12.1423889,15.9886804 C11.9800432,16.2947759 11.7094877,16.3982111 11.4420802,16.2624131 C11.2414012,16.160486 11.1816481,15.9760494 11.1526975,15.7691789 C10.9861543,14.5784164 10.817142,13.388031 10.650784,12.1972057 C10.4893642,11.0410683 10.3302901,9.88455383 10.1691173,8.72841642 C10.1639321,8.69121491 10.1470802,8.65564726 10.1259691,8.58878509' id='Fill-1' fill='%23269B47' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M26.223037,10.1482509 C26.2684691,10.1052053 26.3090864,10.0631651 26.3532222,10.0254608 C26.6025432,9.81274612 26.8448272,9.59041684 27.103963,9.39096146 C27.9790247,8.71756389 28.9893333,9.1664956 29.4657531,9.76102849 C30.1441481,10.607677 30.2298889,12.1023984 29.318963,13.0276602 C28.3090864,14.0534667 27.3037778,15.0839862 26.2961852,16.1121177 C26.2758148,16.132855 26.2524198,16.150576 26.2243333,16.1749581 C26.1956914,16.1503875 26.1684074,16.1303414 26.1449506,16.1064621 C25.1366173,15.0790218 24.126,14.0539066 23.1213704,13.0227587 C22.1793333,12.0558337 22.2250123,10.4134374 23.2219877,9.53536866 C23.6568025,9.15235651 24.1697654,8.97659196 24.7437778,9.08719103 C25.1172963,9.15920612 25.4108148,9.40308965 25.6922346,9.65005237 C25.8707531,9.80677629 26.0393951,9.97518852 26.223037,10.1482509' id='Fill-4' fill='%23269B47'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-4:before,
.data-page-wrapp-roas .sdg-annex-4:before,
.iframe-chart-block .sdg-annex-4:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='23px' viewBox='0 0 28 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='1.35465777e-05 0.0587581393 27.9451704 0.0587581393 27.9451704 22.8622754 1.35465777e-05 22.8622754'%3E%3C/polygon%3E%3Cpolygon id='path-3' points='0 0.061252994 22.8209386 0.061252994 22.8209386 21.4161677 0 21.4161677'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='SDG-Indicator-Dashboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='BETA-Linegraph-+-filter-' transform='translate(-502.000000, -256.000000)'%3E%3Cg id='Group-15' transform='translate(502.000000, 256.000000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.010123)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M27.9399448,2.24581228 C27.9399448,1.83580629 27.953669,1.44446198 27.9366345,1.05442605 C27.9119448,0.486312275 27.4224966,0.0435278443 26.8622207,0.0591595808 C26.2822207,0.0752733533 25.8359448,0.531279341 25.8322897,1.11412964 C25.8302207,1.44453084 25.8314621,1.7750009 25.8324276,2.1054021 C25.8325655,2.15243503 25.8398759,2.19946796 25.8438069,2.24581228 L27.9399448,2.24581228 Z M26.8804966,21.6395638 C26.907531,21.5630578 26.9214621,21.529453 26.9314621,21.4946775 C27.2609103,20.3428871 27.5907034,19.1912344 27.9178069,18.0386865 C27.9368414,17.9714769 27.9404966,17.8980009 27.9405655,17.8274859 C27.941531,12.9803392 27.9413931,8.13326138 27.9413931,3.28604581 L27.9413999,3.10135719 L25.839669,3.10135719 C25.8368414,3.16374641 25.8322207,3.21752784 25.8322207,3.27124042 C25.8318759,8.13491407 25.8316,12.9985877 25.8340138,17.8622614 C25.8340828,17.9645219 25.8565655,18.0695368 25.8846345,18.1687674 C26.1089103,18.9620608 26.3368414,19.7543213 26.5642897,20.5467883 C26.6649103,20.8975039 26.7670483,21.2478063 26.8804966,21.6395638 Z M0.954565517,1.50733323 C0.664703448,1.73561168 0.415117241,1.94247395 0.153806897,2.13322246 C0.0378068966,2.21778533 0.00146206897,2.30992305 0.00153103448,2.44992006 C0.00491034483,8.17864162 0.00532413793,13.9072943 1.37931034e-05,19.6360159 C-0.000124137931,19.8094111 0.0576,19.8660159 0.216496552,19.9096746 C3.23097931,20.7378811 6.24325517,21.5738692 9.25704828,22.4046925 C10.0872552,22.6335219 10.9046345,22.9445039 11.7924966,22.8422434 C11.8900138,22.8310189 11.9902207,22.8231686 12.0829103,22.7941087 C13.159531,22.4563392 14.2344966,22.1138183 15.3106345,21.7743961 C17.7407724,21.007959 20.1705655,20.2402823 22.6031862,19.4817644 C22.7709793,19.4295668 22.8211172,19.3661446 22.8209103,19.1916476 C22.8157379,13.6171087 22.8167034,8.04263862 22.8166345,2.46816856 C22.8166345,2.41865659 22.821669,2.3682494 22.8141517,2.31977036 C22.8087724,2.28492605 22.795531,2.24140509 22.7702207,2.22102186 C22.4837379,1.99047096 22.1942207,1.76377635 21.8704276,1.50829731 L21.8704276,1.75599491 C21.8704276,7.3525009 21.8700828,12.9490069 21.8727034,18.5455129 C21.8727724,18.6771775 21.8465655,18.746935 21.7046345,18.7925219 C18.4974621,19.8217374 15.2931862,20.8599051 12.0857379,21.8883632 C11.6587724,22.0251925 11.1965655,22.0273272 10.7783586,21.9132225 C7.57125517,21.0383272 4.3718069,20.135474 1.16822069,19.2474949 C0.999737931,19.2007374 0.950013793,19.1327015 0.950151724,18.9575847 C0.955531034,13.2233542 0.954565517,7.48912365 0.954565517,1.75496198 L0.954565517,1.50733323 Z M1.92677241,1.5548482 C1.92284138,1.64140808 1.91835862,1.69518952 1.91835862,1.74910868 C1.91801379,7.1962524 1.91856552,12.6435338 1.91497931,18.0906775 C1.91484138,18.2310877 1.96015172,18.2862464 2.0933931,18.3261177 C4.49194483,19.0450398 6.88877241,19.7695398 9.28615172,20.4923871 C9.80691034,20.6493931 10.3283586,20.8043332 10.8702897,20.9665728 L10.8702897,20.7705219 C10.8702897,16.1440099 10.8697379,11.517429 10.8729103,6.89091707 C10.8729793,6.76056078 10.8351862,6.68729132 10.7187034,6.62028832 C8.23035862,5.19056976 5.74477241,3.75623743 3.25863448,2.32273144 C2.82518621,2.07283024 2.3918069,1.82292904 1.92677241,1.5548482 Z M11.8731862,20.9733213 C11.9432552,20.9534201 11.9748414,20.9448123 12.0061517,20.935447 C14.9211862,20.0613093 17.8358759,19.1861386 20.7522207,18.3164769 C20.8772552,18.2792225 20.895531,18.2166955 20.8954621,18.1058272 C20.8936,12.6475967 20.8938759,7.18943503 20.8934621,1.73113563 C20.8934621,1.68003982 20.8873241,1.62894401 20.8830483,1.56056377 C20.8091862,1.60119251 20.7564276,1.62908174 20.7047034,1.6588991 C17.8079448,3.32860269 14.9117379,4.9992015 12.0130483,6.66546198 C11.8987724,6.73108772 11.8708414,6.80635419 11.8709103,6.92872246 C11.873669,11.5442853 11.8731862,16.1597793 11.8731862,20.7753422 L11.8731862,20.9733213 Z' id='Fill-1' fill='%23FFFFFF' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M11.8732,20.9834165 L11.8732,20.7854374 C11.8732,16.1699434 11.8736138,11.5543805 11.8708552,6.93888653 C11.8707862,6.8164494 11.8987862,6.7412518 12.0130621,6.67562605 C14.9117517,5.00929671 17.8079586,3.3386979 20.7047172,1.66899431 C20.7564414,1.63917695 20.8092,1.61128772 20.8830621,1.57065898 C20.8873379,1.63903922 20.8934759,1.69020389 20.8934759,1.7412997 C20.8938897,7.19953024 20.8936138,12.6577608 20.8954759,18.1159225 C20.8955448,18.2268596 20.877269,18.2893177 20.7522345,18.3265722 C17.8358897,19.1963027 14.921131,20.0714734 12.0061655,20.9455422 C11.9748552,20.9549763 11.943269,20.9635153 11.8732,20.9834165' id='Fill-4' fill='%23000000'%3E%3C/path%3E%3Cpath d='M1.92677931,1.56495719 C2.39181379,1.83310689 2.8251931,2.08293922 3.25864138,2.33284042 C5.74477931,3.76634641 8.23036552,5.20067874 10.7187103,6.63039731 C10.8351931,6.6974003 10.8729862,6.77066976 10.8729172,6.90102605 C10.8697448,11.527538 10.8702966,16.1541189 10.8702966,20.7806308 L10.8702966,20.9766817 C10.3283655,20.8145111 9.80691724,20.659571 9.28608966,20.5024961 C6.88877931,19.7796488 4.49195172,19.0551488 2.0934,18.3362266 C1.96015862,18.2963554 1.91484828,18.2411967 1.91498621,18.1007865 C1.91857241,12.6536428 1.91802069,7.20636138 1.91829655,1.75921766 C1.91829655,1.70536737 1.92284828,1.65151707 1.92677931,1.56495719' id='Fill-6' fill='%23000000'%3E%3C/path%3E%3Cg id='Group-10' transform='translate(0.000000, 1.456231)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-9'%3E%3C/g%3E%3Cpath d='M0.954593103,0.061252994 L0.954593103,0.308812874 C0.954593103,6.04304341 0.955489655,11.7772051 0.95017931,17.5115045 C0.950041379,17.6866213 0.999696552,17.7546572 1.16824828,17.8014147 C4.37176552,18.6893249 7.57121379,19.592247 10.7783862,20.4671422 C11.1965931,20.581247 11.658731,20.5791123 12.0857655,20.4422141 C15.2932138,19.4138249 18.4974897,18.3756572 21.7045931,17.3463728 C21.8465931,17.3008548 21.8728,17.2310284 21.872731,17.0993638 C21.8701103,11.5029266 21.8704552,5.9063518 21.8704552,0.309914671 L21.8704552,0.0622170659 C22.1942483,0.317627246 22.4836966,0.544390719 22.7702483,0.774872754 C22.7955586,0.795255988 22.808731,0.838845808 22.8141103,0.87369012 C22.8216966,0.922100299 22.8166621,0.972507485 22.8166621,1.02208832 C22.8166621,6.59655838 22.8157655,12.1710284 22.8209379,17.7454985 C22.8211448,17.9199955 22.7709379,17.9834177 22.6032138,18.0356841 C20.1705241,18.7942021 17.7408,19.5618787 15.3106621,20.3283159 C14.2345241,20.667738 13.1594897,21.0101901 12.0829379,21.3480284 C11.9901793,21.3770195 11.8899724,21.3849386 11.7925241,21.3961632 C10.9046621,21.4983548 10.0872828,21.1874416 9.2570069,20.9585434 C6.24328276,20.1277889 3.23093793,19.291732 0.216455172,18.4635943 C0.0575586207,18.4199356 -0.000165517241,18.3633308 -2.75862069e-05,18.1898668 C0.00528275862,12.4612141 0.00486896552,6.73249251 0.00148965517,1.00383982 C0.00142068966,0.863773952 0.0378344828,0.77170509 0.153765517,0.687073353 C0.415144828,0.496393713 0.664731034,0.289462575 0.954593103,0.061252994' id='Fill-8' fill='%23000000' mask='url(%23mask-4)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M26.8804759,21.6497141 C26.7670276,21.2579566 26.6648897,20.9076542 26.564269,20.5569386 C26.3368207,19.7644716 26.1088897,18.9721422 25.8846828,18.1789177 C25.8565448,18.0796183 25.8340621,17.9746722 25.8339931,17.8723428 C25.8315793,13.008738 25.8318552,8.14506437 25.8322,3.28139072 C25.8322,3.22760928 25.8368207,3.17389671 25.8396483,3.11150749 L27.9414475,3.11150749 L27.9414414,3.29619611 C27.9414414,8.14334281 27.9415793,12.9904895 27.9405448,17.8376362 C27.9404759,17.9081512 27.9368207,17.9815584 27.9177862,18.0488368 C27.5906828,19.2013159 27.2609586,20.3530374 26.9314414,21.5048278 C26.9215103,21.5395344 26.9075793,21.5732081 26.8804759,21.6497141' id='Fill-11' fill='%23000000'%3E%3C/path%3E%3Cpath d='M27.9399448,2.25593503 L25.8438069,2.25593503 C25.8398759,2.20959072 25.8325655,2.16255778 25.8324276,2.11552485 C25.8314621,1.78512365 25.8302207,1.45465359 25.8322897,1.1242524 C25.8359448,0.541402096 26.2822207,0.0853961078 26.8622207,0.0692823353 C27.4224966,0.0536505988 27.9119448,0.49643503 27.9366345,1.0645488 C27.953669,1.45458473 27.9399448,1.84592904 27.9399448,2.25593503' id='Fill-13' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-4.active,
.data-page-wrapp-roas .sdg-annex-4.active,
.iframe-chart-block .sdg-annex-4.active {
  color: #C31E33 !important;
}

.data-page-wrapp .sdg-annex-4.active:before,
.data-page-wrapp-roas .sdg-annex-4.active:before,
.iframe-chart-block .sdg-annex-4.active:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='23px' viewBox='0 0 28 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='1.35465777e-05 0.0581194639 27.9451704 0.0581194639 27.9451704 22.6137725 1.35465777e-05 22.6137725'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Style-Guide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard-Copy' transform='translate(-326.000000, -913.000000)'%3E%3Cg id='Group-15' transform='translate(326.000000, 913.000000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.010013)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M27.9399448,2.22140127 C27.9399448,1.81585187 27.953669,1.4287613 27.9366345,1.0429649 C27.9119448,0.481026272 27.4224966,0.0430547156 26.8622207,0.0585165419 C26.2822207,0.0744551647 25.8359448,0.525504566 25.8322897,1.10201954 C25.8302207,1.42882942 25.8314621,1.75570741 25.8324276,2.08251729 C25.8325655,2.129039 25.8398759,2.1755607 25.8438069,2.22140127 L27.9399448,2.22140127 Z M26.8804966,21.4043511 C26.907531,21.3286767 26.9214621,21.2954372 26.9314621,21.2610397 C27.2609103,20.1217688 27.5907034,18.9826341 27.9178069,17.8426138 C27.9368414,17.7761348 27.9404966,17.7034574 27.9405655,17.6337089 C27.941531,12.8392486 27.9413931,8.04485636 27.9413931,3.25032792 L27.9413999,3.06764678 L25.839669,3.06764678 C25.8368414,3.12935786 25.8322207,3.18255472 25.8322207,3.23568346 C25.8318759,8.04649109 25.8316,12.8572987 25.8340138,17.6681064 C25.8340828,17.7692553 25.8565655,17.8731288 25.8846345,17.9712808 C26.1089103,18.7559514 26.3368414,19.5396004 26.5642897,20.3234537 C26.6649103,20.6703571 26.7670483,21.0168519 26.8804966,21.4043511 Z M0.954565517,1.49094918 C0.664703448,1.71674633 0.415117241,1.9213601 0.153806897,2.11003525 C0.0378068966,2.19367897 0.00146206897,2.28481519 0.00153103448,2.42329049 C0.00491034483,8.08974334 0.00532413793,13.7561281 1.37931034e-05,19.4225809 C-0.000124137931,19.5940914 0.0576,19.6500809 0.216496552,19.693265 C3.23097931,20.5124694 6.24325517,21.3393706 9.25704828,22.1611632 C10.0872552,22.3875053 10.9046345,22.6951071 11.7924966,22.5939582 C11.8900138,22.5828556 11.9902207,22.5750906 12.0829103,22.5463466 C13.159531,22.2122486 14.2344966,21.8734507 15.3106345,21.5377179 C17.7407724,20.7796116 20.1705655,20.0202793 22.6031862,19.2700061 C22.7709793,19.2183758 22.8211172,19.155643 22.8209103,18.9830427 C22.8157379,13.4690966 22.8167034,7.95521864 22.8166345,2.44134064 C22.8166345,2.39236684 22.821669,2.34250756 22.8141517,2.29455546 C22.8087724,2.2600899 22.795531,2.21704199 22.7702207,2.19688031 C22.4837379,1.9688354 22.1942207,1.74460487 21.8704276,1.49190277 L21.8704276,1.73690801 C21.8704276,7.27258241 21.8700828,12.8082568 21.8727034,18.3439312 C21.8727724,18.4741647 21.8465655,18.543164 21.7046345,18.5882553 C18.4974621,19.6062838 15.2931862,20.633167 12.0857379,21.6504462 C11.6587724,21.7857882 11.1965655,21.7878998 10.7783586,21.6750353 C7.57125517,20.8096498 4.3718069,19.9166101 1.16822069,19.038283 C0.999737931,18.9920338 0.950013793,18.9247374 0.950151724,18.751524 C0.955531034,13.0796221 0.954565517,7.40772013 0.954565517,1.7358863 L0.954565517,1.49094918 Z M1.92677241,1.53794768 C1.92284138,1.62356669 1.91835862,1.67676355 1.91835862,1.73009663 C1.91801379,7.11803226 1.91856552,12.5061041 1.91497931,17.8940397 C1.91484138,18.0329237 1.96015172,18.0874829 2.0933931,18.1269207 C4.49194483,18.8380285 6.88877241,19.5546535 9.28615172,20.2696438 C9.80691034,20.4249432 10.3283586,20.5781992 10.8702897,20.7386752 L10.8702897,20.5447553 C10.8702897,15.9685315 10.8697379,11.3922396 10.8729103,6.81601579 C10.8729793,6.68707642 10.8351862,6.61460337 10.7187034,6.54832867 C8.23035862,5.13415052 5.74477241,3.71540876 3.25863448,2.29748436 C2.82518621,2.05029948 2.3918069,1.8031146 1.92677241,1.53794768 Z M11.8731862,20.7453504 C11.9432552,20.7256655 11.9748414,20.7171513 12.0061517,20.7078878 C14.9211862,19.8432516 17.8358759,18.9775936 20.7522207,18.1173848 C20.8772552,18.0805353 20.895531,18.0186879 20.8954621,17.9090248 C20.8936,12.5101228 20.8938759,7.111289 20.8934621,1.71231894 C20.8934621,1.66177852 20.8873241,1.6112381 20.8830483,1.54360112 C20.8091862,1.58378825 20.7564276,1.61137433 20.7047034,1.64086759 C17.8079448,3.29242223 14.9117379,4.94486235 12.0130483,6.5930113 C11.8987724,6.65792373 11.8708414,6.73237208 11.8709103,6.85341025 C11.873669,11.418804 11.8731862,15.9841296 11.8731862,20.5495233 L11.8731862,20.7453504 Z' id='Fill-1' fill='%23FFFFFF' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M11.8732,20.7553359 L11.8732,20.5595088 C11.8732,15.9941832 11.8736138,11.4287894 11.8708552,6.86346385 C11.8707862,6.74235756 11.8987862,6.66797732 12.0130621,6.6030649 C14.9117517,4.95484783 17.8079586,3.30240771 20.7047172,1.65085307 C20.7564414,1.62135981 20.8092,1.59377373 20.8830621,1.5535866 C20.8873379,1.62122358 20.8934759,1.67183211 20.8934759,1.72237253 C20.8938897,7.12127448 20.8936138,12.5201764 20.8954759,17.9190103 C20.8955448,18.0287415 20.877269,18.0905207 20.7522345,18.1273703 C17.8358897,18.9876472 14.921131,19.8533052 12.0061655,20.7178733 C11.9748552,20.7272049 11.943269,20.735651 11.8732,20.7553359' id='Fill-4' fill='%23C31E33'%3E%3C/path%3E%3Cpath d='M1.92677931,1.54794678 C2.39181379,1.81318181 2.8251931,2.06029858 3.25864138,2.30748346 C5.74477931,3.72540786 8.23036552,5.14414963 10.7187103,6.55832777 C10.8351931,6.62460247 10.8729862,6.69707552 10.8729172,6.8260149 C10.8697448,11.4022387 10.8702966,15.9785306 10.8702966,20.5547544 L10.8702966,20.7486743 C10.3283655,20.5882664 9.80691724,20.4350104 9.28608966,20.2796429 C6.88877931,19.5646526 4.49195172,18.8480276 2.0934,18.1369198 C1.96015862,18.097482 1.91484828,18.0429228 1.91498621,17.9040388 C1.91857241,12.5161032 1.91802069,7.12803136 1.91829655,1.74009573 C1.91829655,1.68683076 1.92284828,1.63356579 1.92677931,1.54794678' id='Fill-6' fill='%23C31E33'%3E%3C/path%3E%3Cg id='Group-10' transform='translate(0.000000, 1.440402)' fill='%23C31E33'%3E%3Cpath d='M0.954593103,0.0605872006 L0.954593103,0.305456213 C0.954593103,5.97735816 0.955489655,11.649192 0.95017931,17.3211621 C0.950041379,17.4943754 0.999696552,17.5616718 1.16824828,17.607921 C4.37176552,18.48618 7.57121379,19.3792878 10.7783862,20.2446733 C11.1965931,20.3575378 11.658731,20.3554263 12.0857655,20.2200161 C15.2932138,19.202805 18.4974897,18.1759218 21.7045931,17.1578252 C21.8465931,17.112802 21.8728,17.0437347 21.872731,16.9135011 C21.8701103,11.3778948 21.8704552,5.84215232 21.8704552,0.306546033 L21.8704552,0.0615407934 C22.1942483,0.314174775 22.4836966,0.538473428 22.7702483,0.766450225 C22.7955586,0.786611901 22.808731,0.829727919 22.8141103,0.864193488 C22.8216966,0.91207747 22.8166621,0.961936751 22.8166621,1.01097867 C22.8166621,6.52485666 22.8157655,12.0387347 22.8209379,17.5526126 C22.8211448,17.7252129 22.7709379,17.7879457 22.6032138,17.8396441 C20.1705241,18.5899173 17.7408,19.3492496 15.3106621,20.1073559 C14.2345241,20.4430887 13.1594897,20.7818185 12.0829379,21.1159847 C11.9901793,21.1446606 11.8899724,21.1524936 11.7925241,21.1635962 C10.9046621,21.264677 10.0872828,20.9571433 9.2570069,20.7307332 C6.24328276,19.9090086 3.23093793,19.0820393 0.216455172,18.2629031 C0.0575586207,18.2197189 -0.000165517241,18.1637294 -2.7586207e-05,17.9921508 C0.00528275862,12.3257661 0.00486896552,6.65931325 0.00148965517,0.992928518 C0.00142068966,0.854385105 0.0378344828,0.763316991 0.153765517,0.679605165 C0.415144828,0.490998129 0.664731034,0.286316243 0.954593103,0.0605872006' id='Fill-8'%3E%3C/path%3E%3C/g%3E%3Cpath d='M26.8804759,21.4143911 C26.7670276,21.0268918 26.6648897,20.6803971 26.564269,20.3334936 C26.3368207,19.5496403 26.1088897,18.7659233 25.8846828,17.9813207 C25.8565448,17.8831007 25.8340621,17.7792953 25.8339931,17.6780782 C25.8315793,12.8673387 25.8318552,8.05653106 25.8322,3.24572343 C25.8322,3.19252657 25.8368207,3.13939783 25.8396483,3.07768675 L27.9414475,3.07768675 L27.9414414,3.26036789 C27.9414414,8.05482822 27.9415793,12.8492885 27.9405448,17.6437489 C27.9404759,17.7134974 27.9368207,17.7861067 27.9177862,17.8526538 C27.5906828,18.9926059 27.2609586,20.1318088 26.9314414,21.2710797 C26.9215103,21.3054091 26.9075793,21.3387167 26.8804759,21.4143911' id='Fill-11' fill='%23C31E33'%3E%3C/path%3E%3Cpath d='M27.9399448,2.231414 L25.8438069,2.231414 C25.8398759,2.18557343 25.8325655,2.13905172 25.8324276,2.09253001 C25.8314621,1.76572013 25.8302207,1.43884214 25.8322897,1.11203226 C25.8359448,0.53551729 26.2822207,0.0844678892 26.8622207,0.0685292665 C27.4224966,0.0530674401 27.9119448,0.491038997 27.9366345,1.05297762 C27.953669,1.43877403 27.9399448,1.8258646 27.9399448,2.231414' id='Fill-13' fill='%23C31E33'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-4:not(.active):hover:before,
.data-page-wrapp-roas .sdg-annex-4:not(.active):hover:before,
.iframe-chart-block .sdg-annex-4:not(.active):hover:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='23px' viewBox='0 0 28 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='1.35465777e-05 0.0581194639 27.9451704 0.0581194639 27.9451704 22.6137725 1.35465777e-05 22.6137725'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Style-Guide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard-Copy' transform='translate(-326.000000, -913.000000)'%3E%3Cg id='Group-15' transform='translate(326.000000, 913.000000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.010013)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M27.9399448,2.22140127 C27.9399448,1.81585187 27.953669,1.4287613 27.9366345,1.0429649 C27.9119448,0.481026272 27.4224966,0.0430547156 26.8622207,0.0585165419 C26.2822207,0.0744551647 25.8359448,0.525504566 25.8322897,1.10201954 C25.8302207,1.42882942 25.8314621,1.75570741 25.8324276,2.08251729 C25.8325655,2.129039 25.8398759,2.1755607 25.8438069,2.22140127 L27.9399448,2.22140127 Z M26.8804966,21.4043511 C26.907531,21.3286767 26.9214621,21.2954372 26.9314621,21.2610397 C27.2609103,20.1217688 27.5907034,18.9826341 27.9178069,17.8426138 C27.9368414,17.7761348 27.9404966,17.7034574 27.9405655,17.6337089 C27.941531,12.8392486 27.9413931,8.04485636 27.9413931,3.25032792 L27.9413999,3.06764678 L25.839669,3.06764678 C25.8368414,3.12935786 25.8322207,3.18255472 25.8322207,3.23568346 C25.8318759,8.04649109 25.8316,12.8572987 25.8340138,17.6681064 C25.8340828,17.7692553 25.8565655,17.8731288 25.8846345,17.9712808 C26.1089103,18.7559514 26.3368414,19.5396004 26.5642897,20.3234537 C26.6649103,20.6703571 26.7670483,21.0168519 26.8804966,21.4043511 Z M0.954565517,1.49094918 C0.664703448,1.71674633 0.415117241,1.9213601 0.153806897,2.11003525 C0.0378068966,2.19367897 0.00146206897,2.28481519 0.00153103448,2.42329049 C0.00491034483,8.08974334 0.00532413793,13.7561281 1.37931034e-05,19.4225809 C-0.000124137931,19.5940914 0.0576,19.6500809 0.216496552,19.693265 C3.23097931,20.5124694 6.24325517,21.3393706 9.25704828,22.1611632 C10.0872552,22.3875053 10.9046345,22.6951071 11.7924966,22.5939582 C11.8900138,22.5828556 11.9902207,22.5750906 12.0829103,22.5463466 C13.159531,22.2122486 14.2344966,21.8734507 15.3106345,21.5377179 C17.7407724,20.7796116 20.1705655,20.0202793 22.6031862,19.2700061 C22.7709793,19.2183758 22.8211172,19.155643 22.8209103,18.9830427 C22.8157379,13.4690966 22.8167034,7.95521864 22.8166345,2.44134064 C22.8166345,2.39236684 22.821669,2.34250756 22.8141517,2.29455546 C22.8087724,2.2600899 22.795531,2.21704199 22.7702207,2.19688031 C22.4837379,1.9688354 22.1942207,1.74460487 21.8704276,1.49190277 L21.8704276,1.73690801 C21.8704276,7.27258241 21.8700828,12.8082568 21.8727034,18.3439312 C21.8727724,18.4741647 21.8465655,18.543164 21.7046345,18.5882553 C18.4974621,19.6062838 15.2931862,20.633167 12.0857379,21.6504462 C11.6587724,21.7857882 11.1965655,21.7878998 10.7783586,21.6750353 C7.57125517,20.8096498 4.3718069,19.9166101 1.16822069,19.038283 C0.999737931,18.9920338 0.950013793,18.9247374 0.950151724,18.751524 C0.955531034,13.0796221 0.954565517,7.40772013 0.954565517,1.7358863 L0.954565517,1.49094918 Z M1.92677241,1.53794768 C1.92284138,1.62356669 1.91835862,1.67676355 1.91835862,1.73009663 C1.91801379,7.11803226 1.91856552,12.5061041 1.91497931,17.8940397 C1.91484138,18.0329237 1.96015172,18.0874829 2.0933931,18.1269207 C4.49194483,18.8380285 6.88877241,19.5546535 9.28615172,20.2696438 C9.80691034,20.4249432 10.3283586,20.5781992 10.8702897,20.7386752 L10.8702897,20.5447553 C10.8702897,15.9685315 10.8697379,11.3922396 10.8729103,6.81601579 C10.8729793,6.68707642 10.8351862,6.61460337 10.7187034,6.54832867 C8.23035862,5.13415052 5.74477241,3.71540876 3.25863448,2.29748436 C2.82518621,2.05029948 2.3918069,1.8031146 1.92677241,1.53794768 Z M11.8731862,20.7453504 C11.9432552,20.7256655 11.9748414,20.7171513 12.0061517,20.7078878 C14.9211862,19.8432516 17.8358759,18.9775936 20.7522207,18.1173848 C20.8772552,18.0805353 20.895531,18.0186879 20.8954621,17.9090248 C20.8936,12.5101228 20.8938759,7.111289 20.8934621,1.71231894 C20.8934621,1.66177852 20.8873241,1.6112381 20.8830483,1.54360112 C20.8091862,1.58378825 20.7564276,1.61137433 20.7047034,1.64086759 C17.8079448,3.29242223 14.9117379,4.94486235 12.0130483,6.5930113 C11.8987724,6.65792373 11.8708414,6.73237208 11.8709103,6.85341025 C11.873669,11.418804 11.8731862,15.9841296 11.8731862,20.5495233 L11.8731862,20.7453504 Z' id='Fill-1' fill='%23FFFFFF' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M11.8732,20.7553359 L11.8732,20.5595088 C11.8732,15.9941832 11.8736138,11.4287894 11.8708552,6.86346385 C11.8707862,6.74235756 11.8987862,6.66797732 12.0130621,6.6030649 C14.9117517,4.95484783 17.8079586,3.30240771 20.7047172,1.65085307 C20.7564414,1.62135981 20.8092,1.59377373 20.8830621,1.5535866 C20.8873379,1.62122358 20.8934759,1.67183211 20.8934759,1.72237253 C20.8938897,7.12127448 20.8936138,12.5201764 20.8954759,17.9190103 C20.8955448,18.0287415 20.877269,18.0905207 20.7522345,18.1273703 C17.8358897,18.9876472 14.921131,19.8533052 12.0061655,20.7178733 C11.9748552,20.7272049 11.943269,20.735651 11.8732,20.7553359' id='Fill-4' fill='%23C31E33'%3E%3C/path%3E%3Cpath d='M1.92677931,1.54794678 C2.39181379,1.81318181 2.8251931,2.06029858 3.25864138,2.30748346 C5.74477931,3.72540786 8.23036552,5.14414963 10.7187103,6.55832777 C10.8351931,6.62460247 10.8729862,6.69707552 10.8729172,6.8260149 C10.8697448,11.4022387 10.8702966,15.9785306 10.8702966,20.5547544 L10.8702966,20.7486743 C10.3283655,20.5882664 9.80691724,20.4350104 9.28608966,20.2796429 C6.88877931,19.5646526 4.49195172,18.8480276 2.0934,18.1369198 C1.96015862,18.097482 1.91484828,18.0429228 1.91498621,17.9040388 C1.91857241,12.5161032 1.91802069,7.12803136 1.91829655,1.74009573 C1.91829655,1.68683076 1.92284828,1.63356579 1.92677931,1.54794678' id='Fill-6' fill='%23C31E33'%3E%3C/path%3E%3Cg id='Group-10' transform='translate(0.000000, 1.440402)' fill='%23C31E33'%3E%3Cpath d='M0.954593103,0.0605872006 L0.954593103,0.305456213 C0.954593103,5.97735816 0.955489655,11.649192 0.95017931,17.3211621 C0.950041379,17.4943754 0.999696552,17.5616718 1.16824828,17.607921 C4.37176552,18.48618 7.57121379,19.3792878 10.7783862,20.2446733 C11.1965931,20.3575378 11.658731,20.3554263 12.0857655,20.2200161 C15.2932138,19.202805 18.4974897,18.1759218 21.7045931,17.1578252 C21.8465931,17.112802 21.8728,17.0437347 21.872731,16.9135011 C21.8701103,11.3778948 21.8704552,5.84215232 21.8704552,0.306546033 L21.8704552,0.0615407934 C22.1942483,0.314174775 22.4836966,0.538473428 22.7702483,0.766450225 C22.7955586,0.786611901 22.808731,0.829727919 22.8141103,0.864193488 C22.8216966,0.91207747 22.8166621,0.961936751 22.8166621,1.01097867 C22.8166621,6.52485666 22.8157655,12.0387347 22.8209379,17.5526126 C22.8211448,17.7252129 22.7709379,17.7879457 22.6032138,17.8396441 C20.1705241,18.5899173 17.7408,19.3492496 15.3106621,20.1073559 C14.2345241,20.4430887 13.1594897,20.7818185 12.0829379,21.1159847 C11.9901793,21.1446606 11.8899724,21.1524936 11.7925241,21.1635962 C10.9046621,21.264677 10.0872828,20.9571433 9.2570069,20.7307332 C6.24328276,19.9090086 3.23093793,19.0820393 0.216455172,18.2629031 C0.0575586207,18.2197189 -0.000165517241,18.1637294 -2.7586207e-05,17.9921508 C0.00528275862,12.3257661 0.00486896552,6.65931325 0.00148965517,0.992928518 C0.00142068966,0.854385105 0.0378344828,0.763316991 0.153765517,0.679605165 C0.415144828,0.490998129 0.664731034,0.286316243 0.954593103,0.0605872006' id='Fill-8'%3E%3C/path%3E%3C/g%3E%3Cpath d='M26.8804759,21.4143911 C26.7670276,21.0268918 26.6648897,20.6803971 26.564269,20.3334936 C26.3368207,19.5496403 26.1088897,18.7659233 25.8846828,17.9813207 C25.8565448,17.8831007 25.8340621,17.7792953 25.8339931,17.6780782 C25.8315793,12.8673387 25.8318552,8.05653106 25.8322,3.24572343 C25.8322,3.19252657 25.8368207,3.13939783 25.8396483,3.07768675 L27.9414475,3.07768675 L27.9414414,3.26036789 C27.9414414,8.05482822 27.9415793,12.8492885 27.9405448,17.6437489 C27.9404759,17.7134974 27.9368207,17.7861067 27.9177862,17.8526538 C27.5906828,18.9926059 27.2609586,20.1318088 26.9314414,21.2710797 C26.9215103,21.3054091 26.9075793,21.3387167 26.8804759,21.4143911' id='Fill-11' fill='%23C31E33'%3E%3C/path%3E%3Cpath d='M27.9399448,2.231414 L25.8438069,2.231414 C25.8398759,2.18557343 25.8325655,2.13905172 25.8324276,2.09253001 C25.8314621,1.76572013 25.8302207,1.43884214 25.8322897,1.11203226 C25.8359448,0.53551729 26.2822207,0.0844678892 26.8622207,0.0685292665 C27.4224966,0.0530674401 27.9119448,0.491038997 27.9366345,1.05297762 C27.953669,1.43877403 27.9399448,1.8258646 27.9399448,2.231414' id='Fill-13' fill='%23C31E33'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-5:before,
.data-page-wrapp-roas .sdg-annex-5:before,
.iframe-chart-block .sdg-annex-5:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='34px' viewBox='0 0 25 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='1.04534144e-05 0.00559440559 24.9779732 0.00559440559 24.9779732 33.7412587 1.04534144e-05 33.7412587'%3E%3C/polygon%3E%3Cpolygon id='path-3' points='1.91946732e-05 0.00559440559 24.9779819 0.00559440559 24.9779819 33.7412587 1.91946732e-05 33.7412587'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='SDG-Indicator-Dashboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='BETA-Linegraph-+-filter-' transform='translate(-675.000000, -250.000000)'%3E%3Cg id='Group-13' transform='translate(675.000000, 250.000000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.081818)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M20.1684441,2.8126049 C20.0840909,2.90237762 20.0402098,2.95176573 19.9936189,2.99835664 C18.9405594,4.05185315 17.8846154,5.10237762 16.8374126,6.16146853 C16.7039336,6.29643357 16.623514,6.28681818 16.4788462,6.18087413 C13.9809441,4.35124126 11.1993881,3.70744755 8.17333916,4.34311189 C2.99667832,5.43052448 -0.467744755,10.2106818 0.0513986014,15.4608566 C0.206555944,17.0306119 0.685664336,18.4934615 1.52998252,19.8222203 C3.23234266,22.5011538 5.6534965,24.1097203 8.79571678,24.6122552 C8.95533217,24.6377797 8.99737762,24.7056993 8.99624126,24.859021 C8.98994755,25.7260664 8.98828671,26.5932867 8.9972028,27.4603322 C8.99912587,27.6445979 8.94667832,27.6990559 8.76092657,27.6972203 C7.83793706,27.6883042 6.91486014,27.6971329 5.99187063,27.6897902 C5.81547203,27.688479 5.76354895,27.7474825 5.76494755,27.9193357 C5.77176573,28.7515035 5.77395105,29.5836713 5.76372378,30.4157517 C5.76127622,30.6136538 5.82701049,30.6657517 6.01643357,30.6640909 C6.90445804,30.6559615 7.79256993,30.6604196 8.68068182,30.6605944 C8.99291958,30.6605944 8.99318182,30.6607692 8.99318182,30.9633916 C8.99335664,31.8095455 8.9986014,32.6557867 8.98916084,33.5017657 C8.98706294,33.6888287 9.04886364,33.7425874 9.22814685,33.7412762 C10.0602273,33.7347203 10.8924825,33.7347203 11.7244755,33.7411888 C11.9042832,33.7425874 11.965472,33.6873427 11.9634615,33.500979 C11.9541084,32.6549126 11.9593531,31.8086713 11.9594406,30.9626049 C11.959528,30.6610315 11.9597902,30.6606818 12.2519231,30.6605944 C13.1399476,30.6603322 14.0281469,30.653514 14.9160839,30.6654021 C15.1343531,30.6682867 15.1872378,30.5963462 15.1844406,30.3891783 C15.1737762,29.5851573 15.1803322,28.7808741 15.1800699,27.9766783 C15.1799825,27.693549 15.179458,27.6932867 14.8859266,27.6931993 C13.9839161,27.6930245 13.0818182,27.6888287 12.1797203,27.6967832 C12.0030594,27.6983566 11.9547203,27.6407517 11.9561189,27.4694231 C11.9633741,26.5813986 11.9622378,25.6931993 11.9569056,24.8050874 C11.9559441,24.6527273 11.9967657,24.5911888 12.1592657,24.5608566 C14.1461538,24.1898776 15.8960664,23.3296503 17.3545455,21.9291259 C19.8166958,19.5647902 20.8725524,16.6588462 20.5450175,13.268549 C20.3831294,11.5929371 19.7916084,10.0551748 18.8411713,8.66199301 C18.7487762,8.5265035 18.7530594,8.44861888 18.8721154,8.33061189 C19.9155594,7.2973951 20.9520105,6.25683566 21.9909091,5.2188986 C22.0388986,5.17082168 22.0909091,5.12659091 22.1767483,5.04791958 C22.183042,5.17108392 22.1907343,5.25124126 22.1908217,5.3313986 C22.1916958,6.16356643 22.194493,6.99573427 22.1891608,7.8279021 C22.1880245,8.00027972 22.2312063,8.07938811 22.4245629,8.07711538 C23.2006119,8.06793706 23.9769231,8.06828671 24.7530594,8.07702797 C24.9346154,8.07912587 24.9782343,8.00998252 24.977972,7.84337413 C24.9745629,5.305 24.9746503,2.76662587 24.9778846,0.228164336 C24.977972,0.0703846154 24.9350524,0.00526223776 24.7645105,0.00552447552 C22.226049,0.0098951049 19.6876748,0.00980769231 17.1493007,0.0056993007 C16.9722902,0.00543706294 16.9227273,0.0692482517 16.9243881,0.239877622 C16.9316434,1.01601399 16.9333042,1.79232517 16.9234266,2.56846154 C16.9210664,2.75762238 16.9851399,2.80517483 17.1645979,2.80368881 C18.0736014,2.79625874 18.9827797,2.8001049 19.8917832,2.80071678 C19.9646853,2.8008042 20.0375874,2.80683566 20.1684441,2.8126049' id='Fill-1' fill='%23FFFFFF' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' transform='translate(0.000000, 0.081818)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-5'%3E%3C/g%3E%3Cpath d='M10.3049913,6.81497378 C6.12911713,6.8088549 2.69493881,10.221792 2.68672203,14.3863024 C2.67841783,18.5752885 6.07929196,22.0014248 10.2295542,22.0378759 C14.3213374,22.073715 17.887771,18.7906731 17.9161801,14.4718794 C17.9441521,10.2391871 14.5275437,6.82118007 10.3049913,6.81497378 M20.1684528,2.81261364 C20.0375962,2.80675699 19.9646941,2.80081294 19.891792,2.80072552 C18.982701,2.80011364 18.0736101,2.79626748 17.1646066,2.80369755 C16.9851486,2.80518357 16.9210752,2.75763112 16.9234353,2.56838287 C16.9333129,1.79233392 16.9316521,1.01602273 16.9243969,0.239886364 C16.922736,0.069256993 16.9722115,0.0054458042 17.1493094,0.00570804196 C19.6876836,0.00981643357 22.2260577,0.00981643357 24.7645192,0.00553321678 C24.9350612,0.00527097902 24.9779808,0.0703933566 24.9778059,0.228173077 C24.9746591,2.76663462 24.9745717,5.30500874 24.9779808,7.84338287 C24.978243,8.00990385 24.9346241,8.0790472 24.7530682,8.07703671 C23.9769318,8.06829545 23.2006206,8.06785839 22.4244843,8.07712413 C22.231215,8.07939685 22.1880332,8.00028846 22.1891696,7.82782343 C22.1945017,6.99574301 22.1917045,6.16357517 22.1908304,5.33140734 C22.190743,5.25125 22.1830507,5.17109266 22.1766696,5.04792832 C22.0909178,5.12659965 22.0389073,5.17083042 21.9909178,5.21890734 C20.9520192,6.25684441 19.9155682,7.29740385 18.8721241,8.33062063 C18.7530682,8.44862762 18.748785,8.52651224 18.8411801,8.66191434 C19.7916171,10.0551836 20.3831381,11.5929458 20.5450262,13.2685577 C20.8725612,16.6588549 19.8166171,19.564799 17.3544668,21.9291346 C15.8960752,23.3296591 14.1461626,24.1898864 12.1592745,24.5608654 C11.9967745,24.5911976 11.9559528,24.652736 11.9568269,24.8050962 C11.9622465,25.693208 11.9633829,26.5813199 11.9561276,27.4694318 C11.954729,27.6407605 12.0030682,27.6983654 12.179729,27.696792 C13.0818269,27.6888374 13.9839248,27.6930332 14.8859353,27.693208 C15.1794668,27.6932955 15.1799913,27.6935577 15.1800787,27.9766871 C15.1802535,28.7808829 15.173785,29.5851661 15.1844493,30.3891871 C15.1872465,30.5963549 15.1343619,30.6682955 14.9160927,30.6654108 C14.0281556,30.6535227 13.1399563,30.6603409 12.2518444,30.6605157 C11.959799,30.6606031 11.9595367,30.6610402 11.9594493,30.9626136 C11.9593619,31.8086801 11.9541171,32.6549213 11.9634703,33.5009878 C11.9654808,33.687264 11.904292,33.7425962 11.7244843,33.7411976 C10.8924913,33.7346416 10.060236,33.7346416 9.22815559,33.741285 C9.04887238,33.7425962 8.98707168,33.6888374 8.98916958,33.5017745 C8.99861014,32.6557955 8.99336538,31.8095542 8.99319056,30.9634003 C8.99319056,30.660778 8.99292832,30.6605157 8.68060315,30.6605157 C7.79257867,30.6604283 6.90446678,30.6559703 6.0163549,30.6640122 C5.82693182,30.6657605 5.76128497,30.6136626 5.76373252,30.4157605 C5.77395979,29.5836801 5.77177448,28.7515122 5.76495629,27.9193444 C5.76355769,27.7474913 5.81548077,27.6884003 5.99187937,27.689799 C6.91486888,27.6971416 7.8379458,27.6883129 8.76093531,27.697229 C8.94668706,27.6990647 8.99913462,27.6446066 8.99721154,27.4603409 C8.98829545,26.5932955 8.98995629,25.7260752 8.99625,24.8590297 C8.99738636,24.7056206 8.95534091,24.6377885 8.79563811,24.612264 C5.65350524,24.109729 3.2323514,22.5011626 1.52999126,19.822229 C0.685673077,18.4934703 0.206564685,17.0306206 0.0514073427,15.4608654 C-0.467736014,10.2106906 2.99668706,5.43053322 8.1733479,4.34312063 C11.1993094,3.70745629 13.9809528,4.35125 16.4788549,6.18088287 C16.6235227,6.28682692 16.7039423,6.29644231 16.8373339,6.16147727 C17.8846241,5.10238636 18.9405682,4.05186189 19.9936276,2.99836538 C20.0402185,2.95177448 20.0840997,2.90238636 20.1684528,2.81261364' id='Fill-4' fill='%23000000' mask='url(%23mask-4)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M10.335035,17.7693794 C11.8238462,17.7693794 13.3125699,17.7669318 14.8014685,17.7727885 C14.9739336,17.7734878 15.0316259,17.7240997 15.0292657,17.5488374 C15.0206993,16.8989248 15.0203497,16.24875 15.029528,15.59875 C15.0318881,15.426722 14.9683392,15.3886101 14.8103846,15.388785 C11.8258566,15.3923689 8.84124126,15.3928059 5.85662587,15.3880857 C5.67463287,15.3878234 5.63573427,15.456792 5.63774476,15.6223514 C5.64543706,16.258278 5.64902098,16.8945542 5.63608392,17.5303934 C5.63197552,17.7327535 5.70391608,17.7738374 5.88958042,17.7730507 C7.3713986,17.7665822 8.85321678,17.7693794 10.335035,17.7693794 M10.3288287,13.7833654 C11.817465,13.7833654 13.3061014,13.7800437 14.7948252,13.7875612 C14.9829371,13.7885227 15.0322378,13.7303059 15.0296154,13.5492745 C15.0201748,12.8994493 15.022535,12.2493619 15.0282168,11.5993619 C15.029528,11.4556556 14.985472,11.4061801 14.8375699,11.4064423 C11.8392308,11.4099388 8.84089161,11.4099388 5.84255245,11.4064423 C5.68826923,11.4061801 5.63608392,11.4532955 5.63783217,11.6101136 C5.64508741,12.2531206 5.64770979,12.896215 5.63660839,13.5389598 C5.63328671,13.7318794 5.68879371,13.7886101 5.88372378,13.7876486 C7.36536713,13.7798689 8.8470979,13.7833654 10.3288287,13.7833654 M10.304965,6.89682692 C14.5275175,6.9029458 17.9441259,10.3210402 17.9162413,14.5537325 C17.8877448,18.8725262 14.3213986,22.1555682 10.229528,22.119729 C6.07926573,22.083278 2.67839161,18.6570542 2.6866958,14.4680682 C2.69491259,10.3036451 6.12909091,6.89070804 10.304965,6.89682692' id='Fill-7' fill='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M10.3288024,13.7834003 C8.84707168,13.7834003 7.36542832,13.7799038 5.88369755,13.7876836 C5.68876748,13.7886451 5.63326049,13.7318269 5.63658217,13.5389948 C5.64777098,12.89625 5.64506119,12.2530682 5.63780594,11.6101486 C5.63605769,11.4533304 5.68824301,11.406215 5.84261364,11.4064773 C8.8409528,11.4099738 11.8392045,11.4099738 14.8375437,11.4064773 C14.9854458,11.406215 15.0295017,11.4556031 15.028278,11.5993969 C15.0225087,12.2493094 15.0201486,12.8994843 15.0295892,13.549222 C15.032299,13.7303409 14.9829108,13.7885577 14.794799,13.7875962 C13.3061626,13.7800787 11.8174388,13.7834003 10.3288024,13.7834003' id='Fill-9' fill='%23000000'%3E%3C/path%3E%3Cpath d='M10.335035,17.7693794 C8.85321678,17.7693794 7.3713986,17.7665822 5.88958042,17.7730507 C5.70391608,17.7738374 5.63197552,17.7327535 5.63608392,17.5303934 C5.64902098,16.8945542 5.64543706,16.258278 5.63774476,15.6223514 C5.63573427,15.456792 5.67463287,15.3878234 5.85662587,15.3880857 C8.84124126,15.3928059 11.8258566,15.3923689 14.8103846,15.388785 C14.9683392,15.3886101 15.0318881,15.426722 15.029528,15.59875 C15.0203497,16.24875 15.0206993,16.8989248 15.0292657,17.5488374 C15.0316259,17.7240997 14.9739336,17.7734878 14.8014685,17.7727885 C13.3125699,17.7669318 11.8238462,17.7693794 10.335035,17.7693794' id='Fill-11' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-5.active,
.data-page-wrapp-roas .sdg-annex-5.active,
.iframe-chart-block .sdg-annex-5.active {
  color: #EF412C !important;
}

.data-page-wrapp .sdg-annex-5.active:before,
.data-page-wrapp-roas .sdg-annex-5.active:before,
.iframe-chart-block .sdg-annex-5.active:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='34px' viewBox='0 0 25 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='1.04534144e-05 0.00559440559 24.9779732 0.00559440559 24.9779732 33.7412587 1.04534144e-05 33.7412587'%3E%3C/polygon%3E%3Cpolygon id='path-3' points='1.91946732e-05 0.00559440559 24.9779819 0.00559440559 24.9779819 33.7412587 1.91946732e-05 33.7412587'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Style-Guide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard-Copy' transform='translate(-397.000000, -907.000000)'%3E%3Cg id='Group-13' transform='translate(397.000000, 907.000000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.081818)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M20.1684441,2.8126049 C20.0840909,2.90237762 20.0402098,2.95176573 19.9936189,2.99835664 C18.9405594,4.05185315 17.8846154,5.10237762 16.8374126,6.16146853 C16.7039336,6.29643357 16.623514,6.28681818 16.4788462,6.18087413 C13.9809441,4.35124126 11.1993881,3.70744755 8.17333916,4.34311189 C2.99667832,5.43052448 -0.467744755,10.2106818 0.0513986014,15.4608566 C0.206555944,17.0306119 0.685664336,18.4934615 1.52998252,19.8222203 C3.23234266,22.5011538 5.6534965,24.1097203 8.79571678,24.6122552 C8.95533217,24.6377797 8.99737762,24.7056993 8.99624126,24.859021 C8.98994755,25.7260664 8.98828671,26.5932867 8.9972028,27.4603322 C8.99912587,27.6445979 8.94667832,27.6990559 8.76092657,27.6972203 C7.83793706,27.6883042 6.91486014,27.6971329 5.99187063,27.6897902 C5.81547203,27.688479 5.76354895,27.7474825 5.76494755,27.9193357 C5.77176573,28.7515035 5.77395105,29.5836713 5.76372378,30.4157517 C5.76127622,30.6136538 5.82701049,30.6657517 6.01643357,30.6640909 C6.90445804,30.6559615 7.79256993,30.6604196 8.68068182,30.6605944 C8.99291958,30.6605944 8.99318182,30.6607692 8.99318182,30.9633916 C8.99335664,31.8095455 8.9986014,32.6557867 8.98916084,33.5017657 C8.98706294,33.6888287 9.04886364,33.7425874 9.22814685,33.7412762 C10.0602273,33.7347203 10.8924825,33.7347203 11.7244755,33.7411888 C11.9042832,33.7425874 11.965472,33.6873427 11.9634615,33.500979 C11.9541084,32.6549126 11.9593531,31.8086713 11.9594406,30.9626049 C11.959528,30.6610315 11.9597902,30.6606818 12.2519231,30.6605944 C13.1399476,30.6603322 14.0281469,30.653514 14.9160839,30.6654021 C15.1343531,30.6682867 15.1872378,30.5963462 15.1844406,30.3891783 C15.1737762,29.5851573 15.1803322,28.7808741 15.1800699,27.9766783 C15.1799825,27.693549 15.179458,27.6932867 14.8859266,27.6931993 C13.9839161,27.6930245 13.0818182,27.6888287 12.1797203,27.6967832 C12.0030594,27.6983566 11.9547203,27.6407517 11.9561189,27.4694231 C11.9633741,26.5813986 11.9622378,25.6931993 11.9569056,24.8050874 C11.9559441,24.6527273 11.9967657,24.5911888 12.1592657,24.5608566 C14.1461538,24.1898776 15.8960664,23.3296503 17.3545455,21.9291259 C19.8166958,19.5647902 20.8725524,16.6588462 20.5450175,13.268549 C20.3831294,11.5929371 19.7916084,10.0551748 18.8411713,8.66199301 C18.7487762,8.5265035 18.7530594,8.44861888 18.8721154,8.33061189 C19.9155594,7.2973951 20.9520105,6.25683566 21.9909091,5.2188986 C22.0388986,5.17082168 22.0909091,5.12659091 22.1767483,5.04791958 C22.183042,5.17108392 22.1907343,5.25124126 22.1908217,5.3313986 C22.1916958,6.16356643 22.194493,6.99573427 22.1891608,7.8279021 C22.1880245,8.00027972 22.2312063,8.07938811 22.4245629,8.07711538 C23.2006119,8.06793706 23.9769231,8.06828671 24.7530594,8.07702797 C24.9346154,8.07912587 24.9782343,8.00998252 24.977972,7.84337413 C24.9745629,5.305 24.9746503,2.76662587 24.9778846,0.228164336 C24.977972,0.0703846154 24.9350524,0.00526223776 24.7645105,0.00552447552 C22.226049,0.0098951049 19.6876748,0.00980769231 17.1493007,0.0056993007 C16.9722902,0.00543706294 16.9227273,0.0692482517 16.9243881,0.239877622 C16.9316434,1.01601399 16.9333042,1.79232517 16.9234266,2.56846154 C16.9210664,2.75762238 16.9851399,2.80517483 17.1645979,2.80368881 C18.0736014,2.79625874 18.9827797,2.8001049 19.8917832,2.80071678 C19.9646853,2.8008042 20.0375874,2.80683566 20.1684441,2.8126049' id='Fill-1' fill='%23FFFFFF' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' transform='translate(0.000000, 0.081818)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-5'%3E%3C/g%3E%3Cpath d='M10.3049913,6.81497378 C6.12911713,6.8088549 2.69493881,10.221792 2.68672203,14.3863024 C2.67841783,18.5752885 6.07929196,22.0014248 10.2295542,22.0378759 C14.3213374,22.073715 17.887771,18.7906731 17.9161801,14.4718794 C17.9441521,10.2391871 14.5275437,6.82118007 10.3049913,6.81497378 M20.1684528,2.81261364 C20.0375962,2.80675699 19.9646941,2.80081294 19.891792,2.80072552 C18.982701,2.80011364 18.0736101,2.79626748 17.1646066,2.80369755 C16.9851486,2.80518357 16.9210752,2.75763112 16.9234353,2.56838287 C16.9333129,1.79233392 16.9316521,1.01602273 16.9243969,0.239886364 C16.922736,0.069256993 16.9722115,0.0054458042 17.1493094,0.00570804196 C19.6876836,0.00981643357 22.2260577,0.00981643357 24.7645192,0.00553321678 C24.9350612,0.00527097902 24.9779808,0.0703933566 24.9778059,0.228173077 C24.9746591,2.76663462 24.9745717,5.30500874 24.9779808,7.84338287 C24.978243,8.00990385 24.9346241,8.0790472 24.7530682,8.07703671 C23.9769318,8.06829545 23.2006206,8.06785839 22.4244843,8.07712413 C22.231215,8.07939685 22.1880332,8.00028846 22.1891696,7.82782343 C22.1945017,6.99574301 22.1917045,6.16357517 22.1908304,5.33140734 C22.190743,5.25125 22.1830507,5.17109266 22.1766696,5.04792832 C22.0909178,5.12659965 22.0389073,5.17083042 21.9909178,5.21890734 C20.9520192,6.25684441 19.9155682,7.29740385 18.8721241,8.33062063 C18.7530682,8.44862762 18.748785,8.52651224 18.8411801,8.66191434 C19.7916171,10.0551836 20.3831381,11.5929458 20.5450262,13.2685577 C20.8725612,16.6588549 19.8166171,19.564799 17.3544668,21.9291346 C15.8960752,23.3296591 14.1461626,24.1898864 12.1592745,24.5608654 C11.9967745,24.5911976 11.9559528,24.652736 11.9568269,24.8050962 C11.9622465,25.693208 11.9633829,26.5813199 11.9561276,27.4694318 C11.954729,27.6407605 12.0030682,27.6983654 12.179729,27.696792 C13.0818269,27.6888374 13.9839248,27.6930332 14.8859353,27.693208 C15.1794668,27.6932955 15.1799913,27.6935577 15.1800787,27.9766871 C15.1802535,28.7808829 15.173785,29.5851661 15.1844493,30.3891871 C15.1872465,30.5963549 15.1343619,30.6682955 14.9160927,30.6654108 C14.0281556,30.6535227 13.1399563,30.6603409 12.2518444,30.6605157 C11.959799,30.6606031 11.9595367,30.6610402 11.9594493,30.9626136 C11.9593619,31.8086801 11.9541171,32.6549213 11.9634703,33.5009878 C11.9654808,33.687264 11.904292,33.7425962 11.7244843,33.7411976 C10.8924913,33.7346416 10.060236,33.7346416 9.22815559,33.741285 C9.04887238,33.7425962 8.98707168,33.6888374 8.98916958,33.5017745 C8.99861014,32.6557955 8.99336538,31.8095542 8.99319056,30.9634003 C8.99319056,30.660778 8.99292832,30.6605157 8.68060315,30.6605157 C7.79257867,30.6604283 6.90446678,30.6559703 6.0163549,30.6640122 C5.82693182,30.6657605 5.76128497,30.6136626 5.76373252,30.4157605 C5.77395979,29.5836801 5.77177448,28.7515122 5.76495629,27.9193444 C5.76355769,27.7474913 5.81548077,27.6884003 5.99187937,27.689799 C6.91486888,27.6971416 7.8379458,27.6883129 8.76093531,27.697229 C8.94668706,27.6990647 8.99913462,27.6446066 8.99721154,27.4603409 C8.98829545,26.5932955 8.98995629,25.7260752 8.99625,24.8590297 C8.99738636,24.7056206 8.95534091,24.6377885 8.79563811,24.612264 C5.65350524,24.109729 3.2323514,22.5011626 1.52999126,19.822229 C0.685673077,18.4934703 0.206564685,17.0306206 0.0514073427,15.4608654 C-0.467736014,10.2106906 2.99668706,5.43053322 8.1733479,4.34312063 C11.1993094,3.70745629 13.9809528,4.35125 16.4788549,6.18088287 C16.6235227,6.28682692 16.7039423,6.29644231 16.8373339,6.16147727 C17.8846241,5.10238636 18.9405682,4.05186189 19.9936276,2.99836538 C20.0402185,2.95177448 20.0840997,2.90238636 20.1684528,2.81261364' id='Fill-4' fill='%23EF412C' mask='url(%23mask-4)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M10.335035,17.7693794 C11.8238462,17.7693794 13.3125699,17.7669318 14.8014685,17.7727885 C14.9739336,17.7734878 15.0316259,17.7240997 15.0292657,17.5488374 C15.0206993,16.8989248 15.0203497,16.24875 15.029528,15.59875 C15.0318881,15.426722 14.9683392,15.3886101 14.8103846,15.388785 C11.8258566,15.3923689 8.84124126,15.3928059 5.85662587,15.3880857 C5.67463287,15.3878234 5.63573427,15.456792 5.63774476,15.6223514 C5.64543706,16.258278 5.64902098,16.8945542 5.63608392,17.5303934 C5.63197552,17.7327535 5.70391608,17.7738374 5.88958042,17.7730507 C7.3713986,17.7665822 8.85321678,17.7693794 10.335035,17.7693794 M10.3288287,13.7833654 C11.817465,13.7833654 13.3061014,13.7800437 14.7948252,13.7875612 C14.9829371,13.7885227 15.0322378,13.7303059 15.0296154,13.5492745 C15.0201748,12.8994493 15.022535,12.2493619 15.0282168,11.5993619 C15.029528,11.4556556 14.985472,11.4061801 14.8375699,11.4064423 C11.8392308,11.4099388 8.84089161,11.4099388 5.84255245,11.4064423 C5.68826923,11.4061801 5.63608392,11.4532955 5.63783217,11.6101136 C5.64508741,12.2531206 5.64770979,12.896215 5.63660839,13.5389598 C5.63328671,13.7318794 5.68879371,13.7886101 5.88372378,13.7876486 C7.36536713,13.7798689 8.8470979,13.7833654 10.3288287,13.7833654 M10.304965,6.89682692 C14.5275175,6.9029458 17.9441259,10.3210402 17.9162413,14.5537325 C17.8877448,18.8725262 14.3213986,22.1555682 10.229528,22.119729 C6.07926573,22.083278 2.67839161,18.6570542 2.6866958,14.4680682 C2.69491259,10.3036451 6.12909091,6.89070804 10.304965,6.89682692' id='Fill-7' fill='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M10.3288024,13.7834003 C8.84707168,13.7834003 7.36542832,13.7799038 5.88369755,13.7876836 C5.68876748,13.7886451 5.63326049,13.7318269 5.63658217,13.5389948 C5.64777098,12.89625 5.64506119,12.2530682 5.63780594,11.6101486 C5.63605769,11.4533304 5.68824301,11.406215 5.84261364,11.4064773 C8.8409528,11.4099738 11.8392045,11.4099738 14.8375437,11.4064773 C14.9854458,11.406215 15.0295017,11.4556031 15.028278,11.5993969 C15.0225087,12.2493094 15.0201486,12.8994843 15.0295892,13.549222 C15.032299,13.7303409 14.9829108,13.7885577 14.794799,13.7875962 C13.3061626,13.7800787 11.8174388,13.7834003 10.3288024,13.7834003' id='Fill-9' fill='%23EF412C'%3E%3C/path%3E%3Cpath d='M10.335035,17.7693794 C8.85321678,17.7693794 7.3713986,17.7665822 5.88958042,17.7730507 C5.70391608,17.7738374 5.63197552,17.7327535 5.63608392,17.5303934 C5.64902098,16.8945542 5.64543706,16.258278 5.63774476,15.6223514 C5.63573427,15.456792 5.67463287,15.3878234 5.85662587,15.3880857 C8.84124126,15.3928059 11.8258566,15.3923689 14.8103846,15.388785 C14.9683392,15.3886101 15.0318881,15.426722 15.029528,15.59875 C15.0203497,16.24875 15.0206993,16.8989248 15.0292657,17.5488374 C15.0316259,17.7240997 14.9739336,17.7734878 14.8014685,17.7727885 C13.3125699,17.7669318 11.8238462,17.7693794 10.335035,17.7693794' id='Fill-11' fill='%23EF412C'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-5:not(.active):hover:before,
.data-page-wrapp-roas .sdg-annex-5:not(.active):hover:before,
.iframe-chart-block .sdg-annex-5:not(.active):hover:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='34px' viewBox='0 0 25 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='1.04534144e-05 0.00559440559 24.9779732 0.00559440559 24.9779732 33.7412587 1.04534144e-05 33.7412587'%3E%3C/polygon%3E%3Cpolygon id='path-3' points='1.91946732e-05 0.00559440559 24.9779819 0.00559440559 24.9779819 33.7412587 1.91946732e-05 33.7412587'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Style-Guide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard-Copy' transform='translate(-397.000000, -907.000000)'%3E%3Cg id='Group-13' transform='translate(397.000000, 907.000000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.081818)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M20.1684441,2.8126049 C20.0840909,2.90237762 20.0402098,2.95176573 19.9936189,2.99835664 C18.9405594,4.05185315 17.8846154,5.10237762 16.8374126,6.16146853 C16.7039336,6.29643357 16.623514,6.28681818 16.4788462,6.18087413 C13.9809441,4.35124126 11.1993881,3.70744755 8.17333916,4.34311189 C2.99667832,5.43052448 -0.467744755,10.2106818 0.0513986014,15.4608566 C0.206555944,17.0306119 0.685664336,18.4934615 1.52998252,19.8222203 C3.23234266,22.5011538 5.6534965,24.1097203 8.79571678,24.6122552 C8.95533217,24.6377797 8.99737762,24.7056993 8.99624126,24.859021 C8.98994755,25.7260664 8.98828671,26.5932867 8.9972028,27.4603322 C8.99912587,27.6445979 8.94667832,27.6990559 8.76092657,27.6972203 C7.83793706,27.6883042 6.91486014,27.6971329 5.99187063,27.6897902 C5.81547203,27.688479 5.76354895,27.7474825 5.76494755,27.9193357 C5.77176573,28.7515035 5.77395105,29.5836713 5.76372378,30.4157517 C5.76127622,30.6136538 5.82701049,30.6657517 6.01643357,30.6640909 C6.90445804,30.6559615 7.79256993,30.6604196 8.68068182,30.6605944 C8.99291958,30.6605944 8.99318182,30.6607692 8.99318182,30.9633916 C8.99335664,31.8095455 8.9986014,32.6557867 8.98916084,33.5017657 C8.98706294,33.6888287 9.04886364,33.7425874 9.22814685,33.7412762 C10.0602273,33.7347203 10.8924825,33.7347203 11.7244755,33.7411888 C11.9042832,33.7425874 11.965472,33.6873427 11.9634615,33.500979 C11.9541084,32.6549126 11.9593531,31.8086713 11.9594406,30.9626049 C11.959528,30.6610315 11.9597902,30.6606818 12.2519231,30.6605944 C13.1399476,30.6603322 14.0281469,30.653514 14.9160839,30.6654021 C15.1343531,30.6682867 15.1872378,30.5963462 15.1844406,30.3891783 C15.1737762,29.5851573 15.1803322,28.7808741 15.1800699,27.9766783 C15.1799825,27.693549 15.179458,27.6932867 14.8859266,27.6931993 C13.9839161,27.6930245 13.0818182,27.6888287 12.1797203,27.6967832 C12.0030594,27.6983566 11.9547203,27.6407517 11.9561189,27.4694231 C11.9633741,26.5813986 11.9622378,25.6931993 11.9569056,24.8050874 C11.9559441,24.6527273 11.9967657,24.5911888 12.1592657,24.5608566 C14.1461538,24.1898776 15.8960664,23.3296503 17.3545455,21.9291259 C19.8166958,19.5647902 20.8725524,16.6588462 20.5450175,13.268549 C20.3831294,11.5929371 19.7916084,10.0551748 18.8411713,8.66199301 C18.7487762,8.5265035 18.7530594,8.44861888 18.8721154,8.33061189 C19.9155594,7.2973951 20.9520105,6.25683566 21.9909091,5.2188986 C22.0388986,5.17082168 22.0909091,5.12659091 22.1767483,5.04791958 C22.183042,5.17108392 22.1907343,5.25124126 22.1908217,5.3313986 C22.1916958,6.16356643 22.194493,6.99573427 22.1891608,7.8279021 C22.1880245,8.00027972 22.2312063,8.07938811 22.4245629,8.07711538 C23.2006119,8.06793706 23.9769231,8.06828671 24.7530594,8.07702797 C24.9346154,8.07912587 24.9782343,8.00998252 24.977972,7.84337413 C24.9745629,5.305 24.9746503,2.76662587 24.9778846,0.228164336 C24.977972,0.0703846154 24.9350524,0.00526223776 24.7645105,0.00552447552 C22.226049,0.0098951049 19.6876748,0.00980769231 17.1493007,0.0056993007 C16.9722902,0.00543706294 16.9227273,0.0692482517 16.9243881,0.239877622 C16.9316434,1.01601399 16.9333042,1.79232517 16.9234266,2.56846154 C16.9210664,2.75762238 16.9851399,2.80517483 17.1645979,2.80368881 C18.0736014,2.79625874 18.9827797,2.8001049 19.8917832,2.80071678 C19.9646853,2.8008042 20.0375874,2.80683566 20.1684441,2.8126049' id='Fill-1' fill='%23FFFFFF' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' transform='translate(0.000000, 0.081818)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-5'%3E%3C/g%3E%3Cpath d='M10.3049913,6.81497378 C6.12911713,6.8088549 2.69493881,10.221792 2.68672203,14.3863024 C2.67841783,18.5752885 6.07929196,22.0014248 10.2295542,22.0378759 C14.3213374,22.073715 17.887771,18.7906731 17.9161801,14.4718794 C17.9441521,10.2391871 14.5275437,6.82118007 10.3049913,6.81497378 M20.1684528,2.81261364 C20.0375962,2.80675699 19.9646941,2.80081294 19.891792,2.80072552 C18.982701,2.80011364 18.0736101,2.79626748 17.1646066,2.80369755 C16.9851486,2.80518357 16.9210752,2.75763112 16.9234353,2.56838287 C16.9333129,1.79233392 16.9316521,1.01602273 16.9243969,0.239886364 C16.922736,0.069256993 16.9722115,0.0054458042 17.1493094,0.00570804196 C19.6876836,0.00981643357 22.2260577,0.00981643357 24.7645192,0.00553321678 C24.9350612,0.00527097902 24.9779808,0.0703933566 24.9778059,0.228173077 C24.9746591,2.76663462 24.9745717,5.30500874 24.9779808,7.84338287 C24.978243,8.00990385 24.9346241,8.0790472 24.7530682,8.07703671 C23.9769318,8.06829545 23.2006206,8.06785839 22.4244843,8.07712413 C22.231215,8.07939685 22.1880332,8.00028846 22.1891696,7.82782343 C22.1945017,6.99574301 22.1917045,6.16357517 22.1908304,5.33140734 C22.190743,5.25125 22.1830507,5.17109266 22.1766696,5.04792832 C22.0909178,5.12659965 22.0389073,5.17083042 21.9909178,5.21890734 C20.9520192,6.25684441 19.9155682,7.29740385 18.8721241,8.33062063 C18.7530682,8.44862762 18.748785,8.52651224 18.8411801,8.66191434 C19.7916171,10.0551836 20.3831381,11.5929458 20.5450262,13.2685577 C20.8725612,16.6588549 19.8166171,19.564799 17.3544668,21.9291346 C15.8960752,23.3296591 14.1461626,24.1898864 12.1592745,24.5608654 C11.9967745,24.5911976 11.9559528,24.652736 11.9568269,24.8050962 C11.9622465,25.693208 11.9633829,26.5813199 11.9561276,27.4694318 C11.954729,27.6407605 12.0030682,27.6983654 12.179729,27.696792 C13.0818269,27.6888374 13.9839248,27.6930332 14.8859353,27.693208 C15.1794668,27.6932955 15.1799913,27.6935577 15.1800787,27.9766871 C15.1802535,28.7808829 15.173785,29.5851661 15.1844493,30.3891871 C15.1872465,30.5963549 15.1343619,30.6682955 14.9160927,30.6654108 C14.0281556,30.6535227 13.1399563,30.6603409 12.2518444,30.6605157 C11.959799,30.6606031 11.9595367,30.6610402 11.9594493,30.9626136 C11.9593619,31.8086801 11.9541171,32.6549213 11.9634703,33.5009878 C11.9654808,33.687264 11.904292,33.7425962 11.7244843,33.7411976 C10.8924913,33.7346416 10.060236,33.7346416 9.22815559,33.741285 C9.04887238,33.7425962 8.98707168,33.6888374 8.98916958,33.5017745 C8.99861014,32.6557955 8.99336538,31.8095542 8.99319056,30.9634003 C8.99319056,30.660778 8.99292832,30.6605157 8.68060315,30.6605157 C7.79257867,30.6604283 6.90446678,30.6559703 6.0163549,30.6640122 C5.82693182,30.6657605 5.76128497,30.6136626 5.76373252,30.4157605 C5.77395979,29.5836801 5.77177448,28.7515122 5.76495629,27.9193444 C5.76355769,27.7474913 5.81548077,27.6884003 5.99187937,27.689799 C6.91486888,27.6971416 7.8379458,27.6883129 8.76093531,27.697229 C8.94668706,27.6990647 8.99913462,27.6446066 8.99721154,27.4603409 C8.98829545,26.5932955 8.98995629,25.7260752 8.99625,24.8590297 C8.99738636,24.7056206 8.95534091,24.6377885 8.79563811,24.612264 C5.65350524,24.109729 3.2323514,22.5011626 1.52999126,19.822229 C0.685673077,18.4934703 0.206564685,17.0306206 0.0514073427,15.4608654 C-0.467736014,10.2106906 2.99668706,5.43053322 8.1733479,4.34312063 C11.1993094,3.70745629 13.9809528,4.35125 16.4788549,6.18088287 C16.6235227,6.28682692 16.7039423,6.29644231 16.8373339,6.16147727 C17.8846241,5.10238636 18.9405682,4.05186189 19.9936276,2.99836538 C20.0402185,2.95177448 20.0840997,2.90238636 20.1684528,2.81261364' id='Fill-4' fill='%23EF412C' mask='url(%23mask-4)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M10.335035,17.7693794 C11.8238462,17.7693794 13.3125699,17.7669318 14.8014685,17.7727885 C14.9739336,17.7734878 15.0316259,17.7240997 15.0292657,17.5488374 C15.0206993,16.8989248 15.0203497,16.24875 15.029528,15.59875 C15.0318881,15.426722 14.9683392,15.3886101 14.8103846,15.388785 C11.8258566,15.3923689 8.84124126,15.3928059 5.85662587,15.3880857 C5.67463287,15.3878234 5.63573427,15.456792 5.63774476,15.6223514 C5.64543706,16.258278 5.64902098,16.8945542 5.63608392,17.5303934 C5.63197552,17.7327535 5.70391608,17.7738374 5.88958042,17.7730507 C7.3713986,17.7665822 8.85321678,17.7693794 10.335035,17.7693794 M10.3288287,13.7833654 C11.817465,13.7833654 13.3061014,13.7800437 14.7948252,13.7875612 C14.9829371,13.7885227 15.0322378,13.7303059 15.0296154,13.5492745 C15.0201748,12.8994493 15.022535,12.2493619 15.0282168,11.5993619 C15.029528,11.4556556 14.985472,11.4061801 14.8375699,11.4064423 C11.8392308,11.4099388 8.84089161,11.4099388 5.84255245,11.4064423 C5.68826923,11.4061801 5.63608392,11.4532955 5.63783217,11.6101136 C5.64508741,12.2531206 5.64770979,12.896215 5.63660839,13.5389598 C5.63328671,13.7318794 5.68879371,13.7886101 5.88372378,13.7876486 C7.36536713,13.7798689 8.8470979,13.7833654 10.3288287,13.7833654 M10.304965,6.89682692 C14.5275175,6.9029458 17.9441259,10.3210402 17.9162413,14.5537325 C17.8877448,18.8725262 14.3213986,22.1555682 10.229528,22.119729 C6.07926573,22.083278 2.67839161,18.6570542 2.6866958,14.4680682 C2.69491259,10.3036451 6.12909091,6.89070804 10.304965,6.89682692' id='Fill-7' fill='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M10.3288024,13.7834003 C8.84707168,13.7834003 7.36542832,13.7799038 5.88369755,13.7876836 C5.68876748,13.7886451 5.63326049,13.7318269 5.63658217,13.5389948 C5.64777098,12.89625 5.64506119,12.2530682 5.63780594,11.6101486 C5.63605769,11.4533304 5.68824301,11.406215 5.84261364,11.4064773 C8.8409528,11.4099738 11.8392045,11.4099738 14.8375437,11.4064773 C14.9854458,11.406215 15.0295017,11.4556031 15.028278,11.5993969 C15.0225087,12.2493094 15.0201486,12.8994843 15.0295892,13.549222 C15.032299,13.7303409 14.9829108,13.7885577 14.794799,13.7875962 C13.3061626,13.7800787 11.8174388,13.7834003 10.3288024,13.7834003' id='Fill-9' fill='%23EF412C'%3E%3C/path%3E%3Cpath d='M10.335035,17.7693794 C8.85321678,17.7693794 7.3713986,17.7665822 5.88958042,17.7730507 C5.70391608,17.7738374 5.63197552,17.7327535 5.63608392,17.5303934 C5.64902098,16.8945542 5.64543706,16.258278 5.63774476,15.6223514 C5.63573427,15.456792 5.67463287,15.3878234 5.85662587,15.3880857 C8.84124126,15.3928059 11.8258566,15.3923689 14.8103846,15.388785 C14.9683392,15.3886101 15.0318881,15.426722 15.029528,15.59875 C15.0203497,16.24875 15.0206993,16.8989248 15.0292657,17.5488374 C15.0316259,17.7240997 14.9739336,17.7734878 14.8014685,17.7727885 C13.3125699,17.7669318 11.8238462,17.7693794 10.335035,17.7693794' id='Fill-11' fill='%23EF412C'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-8:before,
.data-page-wrapp-roas .sdg-annex-8:before,
.iframe-chart-block .sdg-annex-8:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='26px' viewBox='0 0 24 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='8.53116137e-06 0.0375243243 23.9724196 0.0375243243 23.9724196 25.9297297 8.53116137e-06 25.9297297'%3E%3C/polygon%3E%3Cpolygon id='path-3' points='0.0228578941 0.0536224285 5.83532219 0.0536224285 5.83532219 19.9567568 0.0228578941 19.9567568'%3E%3C/polygon%3E%3Cpolygon id='path-5' points='8.53116137e-06 0.0375243243 23.9724196 0.0375243243 23.9724196 16.0856276 8.53116137e-06 16.0856276'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='SDG-Indicator-Dashboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='BETA-Linegraph-+-filter-' transform='translate(-826.000000, -255.000000)'%3E%3Cg id='Group-14' transform='translate(826.000000, 255.000000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.032746)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M7.69368481,9.45804108 C7.71761605,9.46064108 7.74154728,9.46331135 7.76547851,9.46598162 C7.80433238,9.52001946 7.83713467,9.58024108 7.8829341,9.62718162 C9.14895129,10.9246519 10.4162751,12.2207168 11.6835301,13.5169924 C11.8788309,13.7168411 11.879106,13.7167708 12.0717249,13.5199438 C15.3075301,10.2135168 18.543404,6.90716 21.7773524,3.59883568 C21.8300974,3.54479784 21.8573295,3.46476 21.904298,3.38331676 C22.227851,3.71492216 22.4872436,3.9892573 22.7572951,4.25213838 C22.8297765,4.32276 22.9347163,4.35859784 23.0247335,4.41038703 C23.0675072,4.31987892 23.1295358,4.23358703 23.1500287,4.13801946 C23.4213868,2.87203027 23.6875186,1.60491676 23.9532378,0.337662703 C24.0107966,0.0633275676 23.9447106,-0.00286702703 23.6745215,0.0588302703 C22.3992894,0.350100541 21.1245387,0.643127568 19.8497192,0.935803243 C19.6980172,0.970587027 19.6623266,1.08561946 19.7727679,1.20521946 C19.916149,1.36058703 20.0655129,1.51019243 20.2152894,1.65916541 C20.3710487,1.81411135 20.5303152,1.96540324 20.6635874,2.09448973 C17.7084241,5.11414378 14.7815931,8.10491676 11.8332378,11.1176843 C11.8137077,11.0904195 11.786063,11.0398249 11.7474842,11.000333 C10.461043,9.68396 9.1735702,8.36850054 7.88602865,7.05318162 C7.74017192,6.90427892 7.72504298,6.90392757 7.58193696,7.04959784 C7.28967335,7.34698162 6.99837249,7.64548973 6.70665903,7.94350595 C4.51310029,10.1850573 2.31947278,12.4265384 0.125982808,14.66816 C-0.0419484241,14.8396897 -0.0418108883,14.8442573 0.125363897,15.0152951 C0.428630372,15.3254681 0.731965616,15.6354303 1.03550716,15.9452519 C1.2182235,16.1318897 1.22076791,16.1320303 1.40080229,15.9479924 C3.46225788,13.8417114 5.52378223,11.7354303 7.58372493,9.62767351 C7.62966189,9.58059243 7.65744413,9.51503027 7.69368481,9.45804108 Z M7.5210086,19.1826735 C7.5210086,17.0584735 7.52093983,14.9343438 7.52107736,12.8101438 C7.52107736,12.6748032 7.53813181,12.5181708 7.39695129,12.4523978 C7.24387393,12.3811438 7.14326648,12.5129005 7.0446533,12.6086789 C5.38665903,14.2189222 3.73155301,15.8323276 2.06922636,17.437933 C1.82386246,17.6749546 1.71067049,17.9383276 1.71170201,18.2844789 C1.71885387,20.7008627 1.71541547,23.1172465 1.71555301,25.5336303 C1.71555301,25.8480897 1.79539255,25.9291816 2.1066361,25.9292519 C3.77845272,25.929533 5.45026934,25.929533 7.12208596,25.9292519 C7.43993123,25.9291816 7.52093983,25.8459114 7.52093983,25.5214032 C7.52107736,23.4084465 7.5210086,21.29556 7.5210086,19.1826735 Z M14.8819255,19.5942465 C14.8819255,17.604333 14.8818567,15.6144195 14.8819255,13.6245059 C14.8819255,13.4945059 14.8958166,13.3466573 14.7519542,13.2900897 C14.6140057,13.2359114 14.5158739,13.3440573 14.4213181,13.4310519 C14.4132034,13.4385708 14.4057077,13.4468627 14.397937,13.4548032 C13.6148768,14.2604519 12.8315415,15.0656789 12.0491691,15.87196 C11.8813754,16.0449654 11.8621891,16.0455978 11.6972837,15.8739276 C10.9768711,15.1236519 10.2568023,14.3730951 9.5333639,13.6259816 C9.44300287,13.532733 9.33991977,13.4102519 9.19420057,13.4752519 C9.05473926,13.5374411 9.07901433,13.6903492 9.07901433,13.8183114 C9.07853295,17.724987 9.07860172,21.6318032 9.07867049,25.5385492 C9.07873926,25.8431708 9.16167335,25.9291114 9.45916332,25.9291816 C11.1370315,25.929533 12.8148309,25.929533 14.4926304,25.9291816 C14.8009857,25.9291114 14.8818567,25.8456303 14.8818567,25.5302573 C14.8819255,23.551587 14.8819255,21.5729168 14.8819255,19.5942465 Z M22.1280688,15.9523492 C22.1280688,12.7934195 22.1280688,9.63441946 22.128,6.47541946 C22.128,6.40796 22.1429226,6.33494919 22.1226361,6.27444649 C22.0928596,6.18555459 22.0557249,6.0680627 21.9873696,6.03348973 C21.9302235,6.00453838 21.8227393,6.07375459 21.740149,6.10643027 C21.7114728,6.11781405 21.6902923,6.14971676 21.6664298,6.17290595 C19.996745,7.79600865 18.3291232,9.42121946 16.6552436,11.0396843 C16.421914,11.2653222 16.3205501,11.521387 16.3208252,11.8458951 C16.3244011,16.41016 16.3231633,20.9743546 16.3234384,25.5385492 C16.3234384,25.8464032 16.404447,25.9291114 16.7045501,25.9291816 C17.7882636,25.9296735 18.8719083,25.9293924 19.955553,25.9293924 C20.5661433,25.9293924 21.1766648,25.9304465 21.787255,25.9288303 C22.0311748,25.9281276 22.1227049,25.8319978 22.1277249,25.5809924 C22.1288252,25.5248465 22.1280688,25.4686303 22.1280688,25.4124141 L22.1280688,15.9523492 Z' id='Fill-1' fill='%23FFFFFF' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' transform='translate(16.297994, 6.005719)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-5'%3E%3C/g%3E%3Cpath d='M5.83010201,9.97937622 L5.83010201,19.4394411 C5.83010201,19.4956573 5.83085845,19.5518735 5.8296894,19.6080195 C5.82473811,19.8590249 5.73320802,19.9551546 5.48928825,19.9558573 C4.87869799,19.9574735 4.26810774,19.9564195 3.65751748,19.9564195 C2.57387278,19.9564195 1.49029685,19.9567005 0.406583381,19.9562789 C0.106480229,19.9561384 0.0254716332,19.8734303 0.0254716332,19.5655762 C0.0251965616,15.0013816 0.026365616,10.437187 0.0228584527,5.87292216 C0.0225833811,5.54841405 0.12387851,5.29234919 0.357276791,5.06671135 C2.03115645,3.44824649 3.69877822,1.82303568 5.36846304,0.200003243 C5.3923255,0.176743784 5.41343725,0.144841081 5.44211347,0.133457297 C5.52477249,0.100781622 5.63225673,0.0316356757 5.68940287,0.0605167568 C5.7576894,0.0950897297 5.79482407,0.212581622 5.82466934,0.301473514 C5.84495587,0.361976216 5.83003324,0.434987027 5.83003324,0.502446486 C5.83010201,3.66144649 5.83010201,6.82044649 5.83010201,9.97937622' id='Fill-4' fill='%23000000' mask='url(%23mask-4)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M14.8819461,19.6269995 C14.8819461,21.6056697 14.8819461,23.58434 14.8818774,25.5630103 C14.8818774,25.8783832 14.8009375,25.9618643 14.492651,25.9619346 C12.8147828,25.9622859 11.1369834,25.9622859 9.45918395,25.9619346 C9.16169398,25.9617941 9.07869112,25.8759238 9.07869112,25.5713022 C9.07862235,21.6645562 9.07855358,17.75774 9.07896619,13.8510643 C9.07903496,13.7231022 9.05475989,13.5701941 9.1942212,13.5080049 C9.3399404,13.4430049 9.4430235,13.5654859 9.53338453,13.6587346 C10.2568229,14.4058481 10.9768917,15.1564049 11.6973043,15.9066805 C11.862141,16.0783508 11.881396,16.0777184 12.0491897,15.904713 C12.8315622,15.0984319 13.6148974,14.2932049 14.3979576,13.4875562 C14.4056596,13.4796157 14.4132241,13.4712535 14.4213387,13.4638049 C14.5158946,13.3768103 14.6140264,13.2686643 14.751906,13.3228427 C14.8958372,13.3794103 14.8819461,13.5272589 14.8819461,13.6572589 C14.8818774,15.6471724 14.8819461,17.6370859 14.8819461,19.6269995' id='Fill-7' fill='%23000000'%3E%3C/path%3E%3Cpath d='M7.52099484,19.2153984 C7.52099484,21.3282849 7.52106361,23.4412416 7.52092607,25.5541281 C7.52092607,25.8786362 7.43991748,25.9619768 7.12207221,25.962047 C5.45025559,25.9623281 3.77850774,25.9623281 2.10669112,25.962047 C1.7953788,25.9619768 1.71560802,25.8808849 1.71553926,25.5663551 C1.71540172,23.1499714 1.71884011,20.7335876 1.71168825,18.3172741 C1.71065673,17.9710524 1.82384871,17.7076795 2.06928138,17.4706578 C3.73160802,15.8650524 5.38664527,14.251647 7.04463954,12.6414038 C7.14325272,12.5456254 7.24392894,12.4138686 7.39693754,12.485193 C7.53811805,12.5508957 7.52106361,12.7075984 7.52106361,12.8428686 C7.52099484,14.9670686 7.52099484,17.0911984 7.52099484,19.2153984' id='Fill-9' fill='%23000000'%3E%3C/path%3E%3Cg id='Group-13' transform='translate(0.000000, 0.032746)'%3E%3Cmask id='mask-6' fill='white'%3E%3Cuse xlink:href='%23path-5'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-12'%3E%3C/g%3E%3Cpath d='M7.69368481,9.45804108 C7.65744413,9.51503027 7.62966189,9.58059243 7.58372493,9.62767351 C5.52378223,11.7354303 3.46225788,13.8417114 1.40080229,15.9479924 C1.22076791,16.1320303 1.2182235,16.1318897 1.03550716,15.9452519 C0.731965616,15.6354303 0.428630372,15.3254681 0.125363897,15.0152951 C-0.0418108883,14.8442573 -0.0419484241,14.8396897 0.125982808,14.66816 C2.31947278,12.4265384 4.51310029,10.1850573 6.70665903,7.94350595 C6.99837249,7.64548973 7.28967335,7.34698162 7.58193696,7.04959784 C7.72504298,6.90392757 7.74017192,6.90427892 7.88602865,7.05318162 C9.1735702,8.36850054 10.461043,9.68396 11.7474842,11.000333 C11.786063,11.0398249 11.8137077,11.0904195 11.8332378,11.1176843 C14.7815931,8.10491676 17.7084241,5.11414378 20.6635874,2.09448973 C20.5303152,1.96540324 20.3710487,1.81411135 20.2152894,1.65916541 C20.0655129,1.51019243 19.916149,1.36058703 19.7727679,1.20521946 C19.6623266,1.08561946 19.6980172,0.970587027 19.8497192,0.935803243 C21.1245387,0.643127568 22.3992894,0.350100541 23.6745215,0.0588302703 C23.9447106,-0.00286702703 24.0107966,0.0633275676 23.9532378,0.337662703 C23.6875186,1.60491676 23.4213868,2.87203027 23.1500287,4.13801946 C23.1295358,4.23358703 23.0675072,4.31987892 23.0247335,4.41038703 C22.9347163,4.35859784 22.8297765,4.32276 22.7572951,4.25213838 C22.4872436,3.9892573 22.227851,3.71492216 21.904298,3.38331676 C21.8573295,3.46476 21.8300974,3.54479784 21.7773524,3.59883568 C18.543404,6.90716 15.3075301,10.2135168 12.0717249,13.5199438 C11.879106,13.7167708 11.8788309,13.7168411 11.6835301,13.5169924 C10.4162751,12.2207168 9.14895129,10.9246519 7.8829341,9.62718162 C7.83713467,9.58024108 7.80433238,9.52001946 7.76547851,9.46598162 C7.74154728,9.46331135 7.71761605,9.46064108 7.69368481,9.45804108' id='Fill-11' fill='%23000000' mask='url(%23mask-6)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-8.active,
.data-page-wrapp-roas .sdg-annex-8.active,
.iframe-chart-block .sdg-annex-8.active {
  color: #8F1838 !important;
}

.data-page-wrapp .sdg-annex-8.active:before,
.data-page-wrapp-roas .sdg-annex-8.active:before,
.iframe-chart-block .sdg-annex-8.active:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='26px' viewBox='0 0 24 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='8.53116137e-06 0.036947027 23.9724196 0.036947027 23.9724196 25.5308108 8.53116137e-06 25.5308108'%3E%3C/polygon%3E%3Cpolygon id='path-3' points='0.0228578941 0.052797468 5.83532219 0.052797468 5.83532219 19.6497297 0.0228578941 19.6497297'%3E%3C/polygon%3E%3Cpolygon id='path-5' points='8.53116137e-06 0.036947027 23.9724196 0.036947027 23.9724196 15.8381564 8.53116137e-06 15.8381564'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Style-Guide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard-Copy' transform='translate(-465.000000, -907.000000)'%3E%3Cg id='Group-14' transform='translate(465.000000, 907.000000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.032242)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M7.69368481,9.31253276 C7.71761605,9.31509276 7.74154728,9.31772195 7.76547851,9.32035114 C7.80433238,9.37355762 7.83713467,9.43285276 7.8829341,9.47907114 C9.14895129,10.7565803 10.4162751,12.0327057 11.6835301,13.3090387 C11.8788309,13.5058128 11.879106,13.5057436 12.0717249,13.3119446 C15.3075301,10.0563857 18.543404,6.800896 21.7773524,3.54346897 C21.8300974,3.49026249 21.8573295,3.411456 21.904298,3.33126573 C22.227851,3.65776951 22.4872436,3.92788411 22.7572951,4.18672086 C22.8297765,4.256256 22.9347163,4.29154249 23.0247335,4.34253492 C23.0675072,4.25341924 23.1295358,4.16845492 23.1500287,4.07435762 C23.4213868,2.82784519 23.6875186,1.58022573 23.9532378,0.332467892 C24.0107966,0.0623532973 23.9447106,-0.00282291892 23.6745215,0.0579251892 C22.3992894,0.344714378 21.1245387,0.633233297 19.8497192,0.92140627 C19.6980172,0.955654919 19.6623266,1.06891762 19.7727679,1.18667762 C19.916149,1.33965492 20.0655129,1.4869587 20.2152894,1.63363978 C20.3710487,1.78620195 20.5303152,1.93516627 20.6635874,2.06226681 C17.7084241,5.03546465 14.7815931,7.98022573 11.8332378,10.946643 C11.8137077,10.9197976 11.786063,10.8699814 11.7474842,10.8310971 C10.461043,9.534976 9.1735702,8.23975438 7.88602865,6.94467114 C7.74017192,6.79805924 7.72504298,6.7977133 7.58193696,6.94114249 C7.28967335,7.23395114 6.99837249,7.52786681 6.70665903,7.82129816 C4.51310029,10.0283641 2.31947278,12.2353609 0.125982808,14.442496 C-0.0419484241,14.6113868 -0.0418108883,14.6158841 0.125363897,14.7842906 C0.428630372,15.0896917 0.731965616,15.3948852 1.03550716,15.6999403 C1.2182235,15.8837068 1.22076791,15.8838452 1.40080229,15.7026387 C3.46225788,13.6287619 5.52378223,11.5548852 7.58372493,9.47955546 C7.62966189,9.4331987 7.65744413,9.36864519 7.69368481,9.31253276 Z M7.5210086,18.8875555 C7.5210086,16.7960355 7.52093983,14.7045846 7.52107736,12.6130646 C7.52107736,12.4798063 7.53813181,12.3255836 7.39695129,12.2608225 C7.24387393,12.1906646 7.14326648,12.3203944 7.0446533,12.4146992 C5.38665903,14.0001695 3.73155301,15.5887533 2.06922636,17.1696571 C1.82386246,17.4030322 1.71067049,17.6623533 1.71170201,18.0031792 C1.71885387,20.3823879 1.71541547,22.7615965 1.71555301,25.1408052 C1.71555301,25.4504268 1.79539255,25.5302711 2.1066361,25.5303403 C3.77845272,25.5306171 5.45026934,25.5306171 7.12208596,25.5303403 C7.43993123,25.5302711 7.52093983,25.4482819 7.52093983,25.1287663 C7.52107736,23.0483165 7.5210086,20.967936 7.5210086,18.8875555 Z M14.8819255,19.2927965 C14.8819255,17.3334971 14.8818567,15.3741976 14.8819255,13.4148982 C14.8819255,13.2868982 14.8958166,13.1413241 14.7519542,13.0856268 C14.6140057,13.0322819 14.5158739,13.1387641 14.4213181,13.2244203 C14.4132034,13.2318236 14.4057077,13.2399879 14.397937,13.2478063 C13.6148768,14.0410603 12.8315415,14.8338992 12.0491691,15.627776 C11.8813754,15.7981198 11.8621891,15.7987425 11.6972837,15.6297133 C10.9768711,14.8909803 10.2568023,14.1519706 9.5333639,13.4163511 C9.44300287,13.3245371 9.33991977,13.2039403 9.19420057,13.2679403 C9.05473926,13.3291728 9.07901433,13.4797284 9.07901433,13.6057219 C9.07853295,17.4522949 9.07860172,21.2990063 9.07867049,25.1456484 C9.07873926,25.4455836 9.16167335,25.5302019 9.45916332,25.5302711 C11.1370315,25.5306171 12.8148309,25.5306171 14.4926304,25.5302711 C14.8009857,25.5302019 14.8818567,25.4480052 14.8818567,25.1374841 C14.8819255,23.1892549 14.8819255,21.2410257 14.8819255,19.2927965 Z M22.1280688,15.7069284 C22.1280688,12.5965976 22.1280688,9.48619762 22.128,6.37579762 C22.128,6.309376 22.1429226,6.23748843 22.1226361,6.17791654 C22.0928596,6.09039222 22.0557249,5.97470789 21.9873696,5.94066681 C21.9302235,5.91216086 21.8227393,5.98031222 21.740149,6.01248519 C21.7114728,6.02369384 21.6902923,6.05510573 21.6664298,6.07793816 C19.996745,7.67607005 18.3291232,9.27627762 16.6552436,10.869843 C16.421914,11.0920095 16.3205501,11.3441349 16.3208252,11.6636506 C16.3244011,16.157696 16.3231633,20.6516722 16.3234384,25.1456484 C16.3234384,25.4487663 16.404447,25.5302019 16.7045501,25.5302711 C17.7882636,25.5307555 18.8719083,25.5304787 19.955553,25.5304787 C20.5661433,25.5304787 21.1766648,25.5315165 21.787255,25.5299252 C22.0311748,25.5292333 22.1227049,25.4345825 22.1277249,25.1874387 C22.1288252,25.1321565 22.1280688,25.0768052 22.1280688,25.0214538 L22.1280688,15.7069284 Z' id='Fill-1' fill='%23FFFFFF' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' transform='translate(16.297994, 5.913323)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-5'%3E%3C/g%3E%3Cpath d='M5.83010201,9.82584735 L5.83010201,19.1403728 C5.83010201,19.1957241 5.83085845,19.2510755 5.8296894,19.3063576 C5.82473811,19.5535014 5.73320802,19.6481522 5.48928825,19.6488441 C4.87869799,19.6504355 4.26810774,19.6493976 3.65751748,19.6493976 C2.57387278,19.6493976 1.49029685,19.6496744 0.406583381,19.6492592 C0.106480229,19.6491209 0.0254716332,19.5676852 0.0254716332,19.2645674 C0.0251965616,14.7705911 0.026365616,10.2766149 0.0228584527,5.78256951 C0.0225833811,5.46305384 0.12387851,5.21092843 0.357276791,4.98876195 C2.03115645,3.39519654 3.69877822,1.79498897 5.36846304,0.19692627 C5.3923255,0.174024649 5.41343725,0.142612757 5.44211347,0.131404108 C5.52477249,0.0992311351 5.63225673,0.031148973 5.68940287,0.0595857297 C5.7576894,0.0936268108 5.79482407,0.209311135 5.82466934,0.296835459 C5.84495587,0.356407351 5.83003324,0.428294919 5.83003324,0.494716541 C5.83010201,3.60511654 5.83010201,6.71551654 5.83010201,9.82584735' id='Fill-4' fill='%238F1838' mask='url(%23mask-4)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M14.8819461,19.3250456 C14.8819461,21.2732748 14.8819461,23.221504 14.8818774,25.1697332 C14.8818774,25.4802543 14.8009375,25.562451 14.492651,25.5625202 C12.8147828,25.5628662 11.1369834,25.5628662 9.45918395,25.5625202 C9.16169398,25.5623818 9.07869112,25.4778326 9.07869112,25.1778975 C9.07862235,21.3312554 9.07855358,17.484544 9.07896619,13.637971 C9.07903496,13.5119775 9.05475989,13.3614218 9.1942212,13.3001894 C9.3399404,13.2361894 9.4430235,13.3567862 9.53338453,13.4486002 C10.2568229,14.1842197 10.9768917,14.9232294 11.6973043,15.6619624 C11.862141,15.8309916 11.881396,15.8303689 12.0491897,15.6600251 C12.8315622,14.8661483 13.6148974,14.0733094 14.3979576,13.2800554 C14.4056596,13.272237 14.4132241,13.2640035 14.4213387,13.2566694 C14.5158946,13.1710132 14.6140264,13.064531 14.751906,13.1178759 C14.8958372,13.1735732 14.8819461,13.3191472 14.8819461,13.4471472 C14.8818774,15.4064467 14.8819461,17.3657462 14.8819461,19.3250456' id='Fill-7' fill='%238F1838'%3E%3C/path%3E%3Cpath d='M7.52099484,18.9197769 C7.52099484,21.0001574 7.52106361,23.0806071 7.52092607,25.1609877 C7.52092607,25.4805034 7.43991748,25.5625617 7.12207221,25.5626309 C5.45025559,25.5629077 3.77850774,25.5629077 2.10669112,25.5626309 C1.7953788,25.5625617 1.71560802,25.4827174 1.71553926,25.1730266 C1.71540172,22.7938179 1.71884011,20.4146093 1.71168825,18.0354698 C1.71065673,17.6945747 1.82384871,17.4352536 2.06928138,17.2018785 C3.73160802,15.6209747 5.38664527,14.0323909 7.04463954,12.4469206 C7.14325272,12.3526158 7.24392894,12.2228861 7.39693754,12.2931131 C7.53811805,12.357805 7.52106361,12.5120969 7.52106361,12.6452861 C7.52099484,14.7368061 7.52099484,16.8282569 7.52099484,18.9197769' id='Fill-9' fill='%238F1838'%3E%3C/path%3E%3Cg id='Group-13' transform='translate(0.000000, 0.032242)'%3E%3Cmask id='mask-6' fill='white'%3E%3Cuse xlink:href='%23path-5'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-12'%3E%3C/g%3E%3Cpath d='M7.69368481,9.31253276 C7.65744413,9.36864519 7.62966189,9.4331987 7.58372493,9.47955546 C5.52378223,11.5548852 3.46225788,13.6287619 1.40080229,15.7026387 C1.22076791,15.8838452 1.2182235,15.8837068 1.03550716,15.6999403 C0.731965616,15.3948852 0.428630372,15.0896917 0.125363897,14.7842906 C-0.0418108883,14.6158841 -0.0419484241,14.6113868 0.125982808,14.442496 C2.31947278,12.2353609 4.51310029,10.0283641 6.70665903,7.82129816 C6.99837249,7.52786681 7.28967335,7.23395114 7.58193696,6.94114249 C7.72504298,6.7977133 7.74017192,6.79805924 7.88602865,6.94467114 C9.1735702,8.23975438 10.461043,9.534976 11.7474842,10.8310971 C11.786063,10.8699814 11.8137077,10.9197976 11.8332378,10.946643 C14.7815931,7.98022573 17.7084241,5.03546465 20.6635874,2.06226681 C20.5303152,1.93516627 20.3710487,1.78620195 20.2152894,1.63363978 C20.0655129,1.4869587 19.916149,1.33965492 19.7727679,1.18667762 C19.6623266,1.06891762 19.6980172,0.955654919 19.8497192,0.92140627 C21.1245387,0.633233297 22.3992894,0.344714378 23.6745215,0.0579251892 C23.9447106,-0.00282291892 24.0107966,0.0623532973 23.9532378,0.332467892 C23.6875186,1.58022573 23.4213868,2.82784519 23.1500287,4.07435762 C23.1295358,4.16845492 23.0675072,4.25341924 23.0247335,4.34253492 C22.9347163,4.29154249 22.8297765,4.256256 22.7572951,4.18672086 C22.4872436,3.92788411 22.227851,3.65776951 21.904298,3.33126573 C21.8573295,3.411456 21.8300974,3.49026249 21.7773524,3.54346897 C18.543404,6.800896 15.3075301,10.0563857 12.0717249,13.3119446 C11.879106,13.5057436 11.8788309,13.5058128 11.6835301,13.3090387 C10.4162751,12.0327057 9.14895129,10.7565803 7.8829341,9.47907114 C7.83713467,9.43285276 7.80433238,9.37355762 7.76547851,9.32035114 C7.74154728,9.31772195 7.71761605,9.31509276 7.69368481,9.31253276' id='Fill-11' fill='%238F1838' mask='url(%23mask-6)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-8:not(.active):hover:before,
.data-page-wrapp-roas .sdg-annex-8:not(.active):hover:before,
.iframe-chart-block .sdg-annex-8:not(.active):hover:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='26px' viewBox='0 0 24 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='8.53116137e-06 0.036947027 23.9724196 0.036947027 23.9724196 25.5308108 8.53116137e-06 25.5308108'%3E%3C/polygon%3E%3Cpolygon id='path-3' points='0.0228578941 0.052797468 5.83532219 0.052797468 5.83532219 19.6497297 0.0228578941 19.6497297'%3E%3C/polygon%3E%3Cpolygon id='path-5' points='8.53116137e-06 0.036947027 23.9724196 0.036947027 23.9724196 15.8381564 8.53116137e-06 15.8381564'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Style-Guide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard-Copy' transform='translate(-465.000000, -907.000000)'%3E%3Cg id='Group-14' transform='translate(465.000000, 907.000000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.032242)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M7.69368481,9.31253276 C7.71761605,9.31509276 7.74154728,9.31772195 7.76547851,9.32035114 C7.80433238,9.37355762 7.83713467,9.43285276 7.8829341,9.47907114 C9.14895129,10.7565803 10.4162751,12.0327057 11.6835301,13.3090387 C11.8788309,13.5058128 11.879106,13.5057436 12.0717249,13.3119446 C15.3075301,10.0563857 18.543404,6.800896 21.7773524,3.54346897 C21.8300974,3.49026249 21.8573295,3.411456 21.904298,3.33126573 C22.227851,3.65776951 22.4872436,3.92788411 22.7572951,4.18672086 C22.8297765,4.256256 22.9347163,4.29154249 23.0247335,4.34253492 C23.0675072,4.25341924 23.1295358,4.16845492 23.1500287,4.07435762 C23.4213868,2.82784519 23.6875186,1.58022573 23.9532378,0.332467892 C24.0107966,0.0623532973 23.9447106,-0.00282291892 23.6745215,0.0579251892 C22.3992894,0.344714378 21.1245387,0.633233297 19.8497192,0.92140627 C19.6980172,0.955654919 19.6623266,1.06891762 19.7727679,1.18667762 C19.916149,1.33965492 20.0655129,1.4869587 20.2152894,1.63363978 C20.3710487,1.78620195 20.5303152,1.93516627 20.6635874,2.06226681 C17.7084241,5.03546465 14.7815931,7.98022573 11.8332378,10.946643 C11.8137077,10.9197976 11.786063,10.8699814 11.7474842,10.8310971 C10.461043,9.534976 9.1735702,8.23975438 7.88602865,6.94467114 C7.74017192,6.79805924 7.72504298,6.7977133 7.58193696,6.94114249 C7.28967335,7.23395114 6.99837249,7.52786681 6.70665903,7.82129816 C4.51310029,10.0283641 2.31947278,12.2353609 0.125982808,14.442496 C-0.0419484241,14.6113868 -0.0418108883,14.6158841 0.125363897,14.7842906 C0.428630372,15.0896917 0.731965616,15.3948852 1.03550716,15.6999403 C1.2182235,15.8837068 1.22076791,15.8838452 1.40080229,15.7026387 C3.46225788,13.6287619 5.52378223,11.5548852 7.58372493,9.47955546 C7.62966189,9.4331987 7.65744413,9.36864519 7.69368481,9.31253276 Z M7.5210086,18.8875555 C7.5210086,16.7960355 7.52093983,14.7045846 7.52107736,12.6130646 C7.52107736,12.4798063 7.53813181,12.3255836 7.39695129,12.2608225 C7.24387393,12.1906646 7.14326648,12.3203944 7.0446533,12.4146992 C5.38665903,14.0001695 3.73155301,15.5887533 2.06922636,17.1696571 C1.82386246,17.4030322 1.71067049,17.6623533 1.71170201,18.0031792 C1.71885387,20.3823879 1.71541547,22.7615965 1.71555301,25.1408052 C1.71555301,25.4504268 1.79539255,25.5302711 2.1066361,25.5303403 C3.77845272,25.5306171 5.45026934,25.5306171 7.12208596,25.5303403 C7.43993123,25.5302711 7.52093983,25.4482819 7.52093983,25.1287663 C7.52107736,23.0483165 7.5210086,20.967936 7.5210086,18.8875555 Z M14.8819255,19.2927965 C14.8819255,17.3334971 14.8818567,15.3741976 14.8819255,13.4148982 C14.8819255,13.2868982 14.8958166,13.1413241 14.7519542,13.0856268 C14.6140057,13.0322819 14.5158739,13.1387641 14.4213181,13.2244203 C14.4132034,13.2318236 14.4057077,13.2399879 14.397937,13.2478063 C13.6148768,14.0410603 12.8315415,14.8338992 12.0491691,15.627776 C11.8813754,15.7981198 11.8621891,15.7987425 11.6972837,15.6297133 C10.9768711,14.8909803 10.2568023,14.1519706 9.5333639,13.4163511 C9.44300287,13.3245371 9.33991977,13.2039403 9.19420057,13.2679403 C9.05473926,13.3291728 9.07901433,13.4797284 9.07901433,13.6057219 C9.07853295,17.4522949 9.07860172,21.2990063 9.07867049,25.1456484 C9.07873926,25.4455836 9.16167335,25.5302019 9.45916332,25.5302711 C11.1370315,25.5306171 12.8148309,25.5306171 14.4926304,25.5302711 C14.8009857,25.5302019 14.8818567,25.4480052 14.8818567,25.1374841 C14.8819255,23.1892549 14.8819255,21.2410257 14.8819255,19.2927965 Z M22.1280688,15.7069284 C22.1280688,12.5965976 22.1280688,9.48619762 22.128,6.37579762 C22.128,6.309376 22.1429226,6.23748843 22.1226361,6.17791654 C22.0928596,6.09039222 22.0557249,5.97470789 21.9873696,5.94066681 C21.9302235,5.91216086 21.8227393,5.98031222 21.740149,6.01248519 C21.7114728,6.02369384 21.6902923,6.05510573 21.6664298,6.07793816 C19.996745,7.67607005 18.3291232,9.27627762 16.6552436,10.869843 C16.421914,11.0920095 16.3205501,11.3441349 16.3208252,11.6636506 C16.3244011,16.157696 16.3231633,20.6516722 16.3234384,25.1456484 C16.3234384,25.4487663 16.404447,25.5302019 16.7045501,25.5302711 C17.7882636,25.5307555 18.8719083,25.5304787 19.955553,25.5304787 C20.5661433,25.5304787 21.1766648,25.5315165 21.787255,25.5299252 C22.0311748,25.5292333 22.1227049,25.4345825 22.1277249,25.1874387 C22.1288252,25.1321565 22.1280688,25.0768052 22.1280688,25.0214538 L22.1280688,15.7069284 Z' id='Fill-1' fill='%23FFFFFF' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' transform='translate(16.297994, 5.913323)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-5'%3E%3C/g%3E%3Cpath d='M5.83010201,9.82584735 L5.83010201,19.1403728 C5.83010201,19.1957241 5.83085845,19.2510755 5.8296894,19.3063576 C5.82473811,19.5535014 5.73320802,19.6481522 5.48928825,19.6488441 C4.87869799,19.6504355 4.26810774,19.6493976 3.65751748,19.6493976 C2.57387278,19.6493976 1.49029685,19.6496744 0.406583381,19.6492592 C0.106480229,19.6491209 0.0254716332,19.5676852 0.0254716332,19.2645674 C0.0251965616,14.7705911 0.026365616,10.2766149 0.0228584527,5.78256951 C0.0225833811,5.46305384 0.12387851,5.21092843 0.357276791,4.98876195 C2.03115645,3.39519654 3.69877822,1.79498897 5.36846304,0.19692627 C5.3923255,0.174024649 5.41343725,0.142612757 5.44211347,0.131404108 C5.52477249,0.0992311351 5.63225673,0.031148973 5.68940287,0.0595857297 C5.7576894,0.0936268108 5.79482407,0.209311135 5.82466934,0.296835459 C5.84495587,0.356407351 5.83003324,0.428294919 5.83003324,0.494716541 C5.83010201,3.60511654 5.83010201,6.71551654 5.83010201,9.82584735' id='Fill-4' fill='%238F1838' mask='url(%23mask-4)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M14.8819461,19.3250456 C14.8819461,21.2732748 14.8819461,23.221504 14.8818774,25.1697332 C14.8818774,25.4802543 14.8009375,25.562451 14.492651,25.5625202 C12.8147828,25.5628662 11.1369834,25.5628662 9.45918395,25.5625202 C9.16169398,25.5623818 9.07869112,25.4778326 9.07869112,25.1778975 C9.07862235,21.3312554 9.07855358,17.484544 9.07896619,13.637971 C9.07903496,13.5119775 9.05475989,13.3614218 9.1942212,13.3001894 C9.3399404,13.2361894 9.4430235,13.3567862 9.53338453,13.4486002 C10.2568229,14.1842197 10.9768917,14.9232294 11.6973043,15.6619624 C11.862141,15.8309916 11.881396,15.8303689 12.0491897,15.6600251 C12.8315622,14.8661483 13.6148974,14.0733094 14.3979576,13.2800554 C14.4056596,13.272237 14.4132241,13.2640035 14.4213387,13.2566694 C14.5158946,13.1710132 14.6140264,13.064531 14.751906,13.1178759 C14.8958372,13.1735732 14.8819461,13.3191472 14.8819461,13.4471472 C14.8818774,15.4064467 14.8819461,17.3657462 14.8819461,19.3250456' id='Fill-7' fill='%238F1838'%3E%3C/path%3E%3Cpath d='M7.52099484,18.9197769 C7.52099484,21.0001574 7.52106361,23.0806071 7.52092607,25.1609877 C7.52092607,25.4805034 7.43991748,25.5625617 7.12207221,25.5626309 C5.45025559,25.5629077 3.77850774,25.5629077 2.10669112,25.5626309 C1.7953788,25.5625617 1.71560802,25.4827174 1.71553926,25.1730266 C1.71540172,22.7938179 1.71884011,20.4146093 1.71168825,18.0354698 C1.71065673,17.6945747 1.82384871,17.4352536 2.06928138,17.2018785 C3.73160802,15.6209747 5.38664527,14.0323909 7.04463954,12.4469206 C7.14325272,12.3526158 7.24392894,12.2228861 7.39693754,12.2931131 C7.53811805,12.357805 7.52106361,12.5120969 7.52106361,12.6452861 C7.52099484,14.7368061 7.52099484,16.8282569 7.52099484,18.9197769' id='Fill-9' fill='%238F1838'%3E%3C/path%3E%3Cg id='Group-13' transform='translate(0.000000, 0.032242)'%3E%3Cmask id='mask-6' fill='white'%3E%3Cuse xlink:href='%23path-5'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-12'%3E%3C/g%3E%3Cpath d='M7.69368481,9.31253276 C7.65744413,9.36864519 7.62966189,9.4331987 7.58372493,9.47955546 C5.52378223,11.5548852 3.46225788,13.6287619 1.40080229,15.7026387 C1.22076791,15.8838452 1.2182235,15.8837068 1.03550716,15.6999403 C0.731965616,15.3948852 0.428630372,15.0896917 0.125363897,14.7842906 C-0.0418108883,14.6158841 -0.0419484241,14.6113868 0.125982808,14.442496 C2.31947278,12.2353609 4.51310029,10.0283641 6.70665903,7.82129816 C6.99837249,7.52786681 7.28967335,7.23395114 7.58193696,6.94114249 C7.72504298,6.7977133 7.74017192,6.79805924 7.88602865,6.94467114 C9.1735702,8.23975438 10.461043,9.534976 11.7474842,10.8310971 C11.786063,10.8699814 11.8137077,10.9197976 11.8332378,10.946643 C14.7815931,7.98022573 17.7084241,5.03546465 20.6635874,2.06226681 C20.5303152,1.93516627 20.3710487,1.78620195 20.2152894,1.63363978 C20.0655129,1.4869587 19.916149,1.33965492 19.7727679,1.18667762 C19.6623266,1.06891762 19.6980172,0.955654919 19.8497192,0.92140627 C21.1245387,0.633233297 22.3992894,0.344714378 23.6745215,0.0579251892 C23.9447106,-0.00282291892 24.0107966,0.0623532973 23.9532378,0.332467892 C23.6875186,1.58022573 23.4213868,2.82784519 23.1500287,4.07435762 C23.1295358,4.16845492 23.0675072,4.25341924 23.0247335,4.34253492 C22.9347163,4.29154249 22.8297765,4.256256 22.7572951,4.18672086 C22.4872436,3.92788411 22.227851,3.65776951 21.904298,3.33126573 C21.8573295,3.411456 21.8300974,3.49026249 21.7773524,3.54346897 C18.543404,6.800896 15.3075301,10.0563857 12.0717249,13.3119446 C11.879106,13.5057436 11.8788309,13.5058128 11.6835301,13.3090387 C10.4162751,12.0327057 9.14895129,10.7565803 7.8829341,9.47907114 C7.83713467,9.43285276 7.80433238,9.37355762 7.76547851,9.32035114 C7.74154728,9.31772195 7.71761605,9.31509276 7.69368481,9.31253276' id='Fill-11' fill='%238F1838' mask='url(%23mask-6)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-9:before,
.data-page-wrapp-roas .sdg-annex-9:before,
.iframe-chart-block .sdg-annex-9:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='31px' viewBox='0 0 30 31' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 6.40386089e-06 29.8849531 6.40386089e-06 29.8849531 30.1453386 0 30.1453386'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Style-Guide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard-Copy' transform='translate(-744.000000, -728.000000)'%3E%3Cg id='Group-3' transform='translate(744.000000, 728.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M8.21371315,22.166988 L8.21371315,28.7956733 C8.39096414,28.7461912 13.8270598,25.6040797 13.9480159,25.4779841 C12.0414024,24.3770677 10.138494,23.2784223 8.21371315,22.166988 Z M8.21407171,5.47539442 L8.21407171,12.1039602 C8.38450996,12.0580637 13.8225179,8.91535458 13.9488526,8.78615139 C12.042,7.68523506 10.1390916,6.58682869 8.21407171,5.47539442 Z M14.4586135,16.3161514 L14.4586135,9.64384064 C12.5267809,10.7593386 10.6171793,11.8620478 8.67984861,12.9807729 C10.6201673,14.1006932 12.5298884,15.2029243 14.4586135,16.3161514 Z M8.70626295,21.3418088 C10.6208845,22.4472669 12.5292908,23.5490199 14.4596892,24.6635618 L14.4596892,18.026988 C14.3067012,18.067506 8.87502789,21.1955139 8.70626295,21.3418088 Z M21.6907649,5.46798406 C19.7543904,6.58611155 17.8468207,7.68738645 15.9231155,8.79810359 C15.9669801,8.83336255 15.9845498,8.85152988 16.0054661,8.86348207 C17.8856653,9.94647012 19.7661036,11.0289801 21.6467809,12.1111315 C21.6515618,12.114 21.6594502,12.1132829 21.6653068,12.1116096 C21.6712829,12.1098167 21.6763028,12.1047968 21.6907649,12.0953546 L21.6907649,5.46798406 Z M21.2135139,12.9808924 C19.272239,11.8607331 17.3652669,10.7553944 15.4334343,9.64455777 C15.4281753,9.71172908 15.423753,9.74268526 15.423753,9.77364143 C15.4255458,11.9386614 15.4275777,14.1035618 15.4302072,16.2684622 C15.4302072,16.273243 15.4365418,16.278741 15.4410837,16.2828048 C15.445745,16.2868685 15.4517211,16.289498 15.4665418,16.2983426 C17.3692112,15.2000558 19.2764223,14.0991394 21.2135139,12.9808924 Z M0.969968127,17.9932829 L0.969968127,18.2596972 C0.969968127,20.4830438 0.973673307,22.7066295 0.964350598,24.9298566 C0.963394422,25.1549163 1.034749,25.2700159 1.22909163,25.3786614 C2.11678088,25.8750359 2.99419124,26.3900558 3.87518725,26.898502 C4.92447012,27.5041195 5.97351394,28.1105737 7.02375299,28.7143984 C7.08650199,28.750494 7.1432749,28.8150359 7.23984861,28.7918486 L7.23984861,28.5948765 C7.23984861,26.3390199 7.23781673,24.0831633 7.24391235,21.8273068 C7.24439044,21.6636813 7.19753785,21.5742789 7.05482869,21.4922869 C5.09383267,20.3666295 3.13654183,19.2345179 1.17805578,18.1041992 C1.1230757,18.0725259 1.06606375,18.0444382 0.969968127,17.9932829 Z M28.918494,17.9997371 C28.8265817,18.0469482 28.7692112,18.0734821 28.7147092,18.1049163 C26.7512032,19.2381036 24.7887729,20.3732032 22.822757,21.5022072 C22.6928367,21.5767888 22.6459841,21.654 22.6463426,21.8045976 C22.6517211,24.0727649 22.6500478,26.3411713 22.6500478,28.6093386 L22.6500478,28.832008 C22.7413625,28.7836016 22.8027968,28.7533625 22.8618406,28.7192988 C24.8200876,27.5899363 26.7773785,26.4587809 28.7381355,25.3333625 C28.8730757,25.2559124 28.9226773,25.1717689 28.9221992,25.0149562 C28.9168207,22.7531235 28.918494,20.4912908 28.918494,18.2295777 L28.918494,17.9997371 Z M15.9176175,17.148741 C15.9921992,17.1958327 16.0395299,17.2282231 16.0888924,17.2567888 C18.0635139,18.3976255 20.0389721,19.5371474 22.0119203,20.6807331 C22.1254661,20.7464701 22.2074582,20.7555538 22.3276972,20.6856335 C24.3057849,19.537745 26.2872191,18.3958327 28.2676972,17.2521275 C28.3167012,17.2239203 28.3629562,17.1908127 28.4243904,17.1511315 C28.359012,17.1101355 28.3109641,17.0779841 28.2611235,17.0491793 C26.2861434,15.9089402 24.3104462,14.7701355 22.337498,13.6263108 C22.214749,13.5549562 22.1257052,13.5590199 22.004988,13.6291793 C20.2958247,14.6208526 18.5835538,15.6072669 16.872239,16.5952351 C16.5641116,16.7730837 16.2565817,16.9521275 15.9176175,17.148741 Z M0.00638247012,21.3162311 C0.00638247012,19.9741195 0.0104462151,18.632008 0.00315537849,17.2898964 C0.00160159363,16.9976653 0.112039841,16.8108526 0.368175299,16.6640797 C2.59427092,15.3874661 4.81439044,14.1002151 7.03952988,12.8218088 C7.18534661,12.7379044 7.24510757,12.6528048 7.24462948,12.4768685 C7.23757769,9.90296414 7.24235857,7.32882072 7.23626295,4.75491633 C7.23554582,4.47631076 7.33522709,4.29678884 7.57761753,4.15754582 C9.91510757,2.81459761 12.2500876,1.46710757 14.581243,0.11340239 C14.8342709,-0.0334900398 15.0473785,-0.0403027888 15.3033944,0.10838247 C17.6289323,1.4590996 19.9580558,2.80396016 22.2908845,4.14188845 C22.5544303,4.29320319 22.6560239,4.48276494 22.6549482,4.78491633 C22.6464622,7.33288446 22.6500478,9.88097211 22.6500478,12.4289402 C22.6500478,12.4679044 22.6542311,12.5073466 22.6492112,12.5455936 C22.634988,12.6556733 22.6759841,12.7223665 22.7772191,12.7773466 C23.0618008,12.932008 23.3396892,13.0992191 23.6202072,13.2610518 C25.5905259,14.3977052 27.5594104,15.53651 29.5325976,16.6681434 C29.7797689,16.8097769 29.8857849,16.9907331 29.8849482,17.2793785 C29.8777769,19.97651 29.8780159,22.673761 29.8848287,25.3708924 C29.8855458,25.6581036 29.7833546,25.8397769 29.53451,25.9826056 C27.2078964,27.318502 24.8855857,28.6620478 22.5621992,30.0032032 C22.5509641,30.0097769 22.5387729,30.0147968 22.528255,30.0223267 C22.2949482,30.1884622 22.0676175,30.182247 21.8243904,30.0285418 C21.5340717,29.8454343 21.2310837,29.6826454 20.9335936,29.5107729 C18.9974582,28.393004 17.0606056,27.2763108 15.126741,26.1543586 C14.9996892,26.0807331 14.9083745,26.0726056 14.7759442,26.1493386 C12.5447092,27.4432829 10.3084542,28.7282629 8.0781753,30.0234024 C7.82263745,30.1719681 7.60905179,30.1686215 7.35566534,30.02149 C5.05223904,28.6841594 2.74666135,27.3507729 0.43450996,26.0289801 C0.12638247,25.8528048 -0.00413545817,25.6411315 4.78087649e-05,25.2841195 C0.0157051793,23.9616096 0.00638247012,22.6388606 0.00638247012,21.3162311 Z' id='Fill-1' fill='%23000000' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-9.active,
.data-page-wrapp-roas .sdg-annex-9.active,
.iframe-chart-block .sdg-annex-9.active {
  color: #F36E26 !important;
}

.data-page-wrapp .sdg-annex-9.active:before,
.data-page-wrapp-roas .sdg-annex-9.active:before,
.iframe-chart-block .sdg-annex-9.active:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='31px' viewBox='0 0 30 31' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 6.40386089e-06 29.8849531 6.40386089e-06 29.8849531 30.1453386 0 30.1453386'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Style-Guide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard-Copy' transform='translate(-744.000000, -905.000000)'%3E%3Cg id='Group-3' transform='translate(744.000000, 905.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M8.21371315,22.166988 L8.21371315,28.7956733 C8.39096414,28.7461912 13.8270598,25.6040797 13.9480159,25.4779841 C12.0414024,24.3770677 10.138494,23.2784223 8.21371315,22.166988 Z M8.21407171,5.47539442 L8.21407171,12.1039602 C8.38450996,12.0580637 13.8225179,8.91535458 13.9488526,8.78615139 C12.042,7.68523506 10.1390916,6.58682869 8.21407171,5.47539442 Z M14.4586135,16.3161514 L14.4586135,9.64384064 C12.5267809,10.7593386 10.6171793,11.8620478 8.67984861,12.9807729 C10.6201673,14.1006932 12.5298884,15.2029243 14.4586135,16.3161514 Z M8.70626295,21.3418088 C10.6208845,22.4472669 12.5292908,23.5490199 14.4596892,24.6635618 L14.4596892,18.026988 C14.3067012,18.067506 8.87502789,21.1955139 8.70626295,21.3418088 Z M21.6907649,5.46798406 C19.7543904,6.58611155 17.8468207,7.68738645 15.9231155,8.79810359 C15.9669801,8.83336255 15.9845498,8.85152988 16.0054661,8.86348207 C17.8856653,9.94647012 19.7661036,11.0289801 21.6467809,12.1111315 C21.6515618,12.114 21.6594502,12.1132829 21.6653068,12.1116096 C21.6712829,12.1098167 21.6763028,12.1047968 21.6907649,12.0953546 L21.6907649,5.46798406 Z M21.2135139,12.9808924 C19.272239,11.8607331 17.3652669,10.7553944 15.4334343,9.64455777 C15.4281753,9.71172908 15.423753,9.74268526 15.423753,9.77364143 C15.4255458,11.9386614 15.4275777,14.1035618 15.4302072,16.2684622 C15.4302072,16.273243 15.4365418,16.278741 15.4410837,16.2828048 C15.445745,16.2868685 15.4517211,16.289498 15.4665418,16.2983426 C17.3692112,15.2000558 19.2764223,14.0991394 21.2135139,12.9808924 Z M0.969968127,17.9932829 L0.969968127,18.2596972 C0.969968127,20.4830438 0.973673307,22.7066295 0.964350598,24.9298566 C0.963394422,25.1549163 1.034749,25.2700159 1.22909163,25.3786614 C2.11678088,25.8750359 2.99419124,26.3900558 3.87518725,26.898502 C4.92447012,27.5041195 5.97351394,28.1105737 7.02375299,28.7143984 C7.08650199,28.750494 7.1432749,28.8150359 7.23984861,28.7918486 L7.23984861,28.5948765 C7.23984861,26.3390199 7.23781673,24.0831633 7.24391235,21.8273068 C7.24439044,21.6636813 7.19753785,21.5742789 7.05482869,21.4922869 C5.09383267,20.3666295 3.13654183,19.2345179 1.17805578,18.1041992 C1.1230757,18.0725259 1.06606375,18.0444382 0.969968127,17.9932829 Z M28.918494,17.9997371 C28.8265817,18.0469482 28.7692112,18.0734821 28.7147092,18.1049163 C26.7512032,19.2381036 24.7887729,20.3732032 22.822757,21.5022072 C22.6928367,21.5767888 22.6459841,21.654 22.6463426,21.8045976 C22.6517211,24.0727649 22.6500478,26.3411713 22.6500478,28.6093386 L22.6500478,28.832008 C22.7413625,28.7836016 22.8027968,28.7533625 22.8618406,28.7192988 C24.8200876,27.5899363 26.7773785,26.4587809 28.7381355,25.3333625 C28.8730757,25.2559124 28.9226773,25.1717689 28.9221992,25.0149562 C28.9168207,22.7531235 28.918494,20.4912908 28.918494,18.2295777 L28.918494,17.9997371 Z M15.9176175,17.148741 C15.9921992,17.1958327 16.0395299,17.2282231 16.0888924,17.2567888 C18.0635139,18.3976255 20.0389721,19.5371474 22.0119203,20.6807331 C22.1254661,20.7464701 22.2074582,20.7555538 22.3276972,20.6856335 C24.3057849,19.537745 26.2872191,18.3958327 28.2676972,17.2521275 C28.3167012,17.2239203 28.3629562,17.1908127 28.4243904,17.1511315 C28.359012,17.1101355 28.3109641,17.0779841 28.2611235,17.0491793 C26.2861434,15.9089402 24.3104462,14.7701355 22.337498,13.6263108 C22.214749,13.5549562 22.1257052,13.5590199 22.004988,13.6291793 C20.2958247,14.6208526 18.5835538,15.6072669 16.872239,16.5952351 C16.5641116,16.7730837 16.2565817,16.9521275 15.9176175,17.148741 Z M0.00638247012,21.3162311 C0.00638247012,19.9741195 0.0104462151,18.632008 0.00315537849,17.2898964 C0.00160159363,16.9976653 0.112039841,16.8108526 0.368175299,16.6640797 C2.59427092,15.3874661 4.81439044,14.1002151 7.03952988,12.8218088 C7.18534661,12.7379044 7.24510757,12.6528048 7.24462948,12.4768685 C7.23757769,9.90296414 7.24235857,7.32882072 7.23626295,4.75491633 C7.23554582,4.47631076 7.33522709,4.29678884 7.57761753,4.15754582 C9.91510757,2.81459761 12.2500876,1.46710757 14.581243,0.11340239 C14.8342709,-0.0334900398 15.0473785,-0.0403027888 15.3033944,0.10838247 C17.6289323,1.4590996 19.9580558,2.80396016 22.2908845,4.14188845 C22.5544303,4.29320319 22.6560239,4.48276494 22.6549482,4.78491633 C22.6464622,7.33288446 22.6500478,9.88097211 22.6500478,12.4289402 C22.6500478,12.4679044 22.6542311,12.5073466 22.6492112,12.5455936 C22.634988,12.6556733 22.6759841,12.7223665 22.7772191,12.7773466 C23.0618008,12.932008 23.3396892,13.0992191 23.6202072,13.2610518 C25.5905259,14.3977052 27.5594104,15.53651 29.5325976,16.6681434 C29.7797689,16.8097769 29.8857849,16.9907331 29.8849482,17.2793785 C29.8777769,19.97651 29.8780159,22.673761 29.8848287,25.3708924 C29.8855458,25.6581036 29.7833546,25.8397769 29.53451,25.9826056 C27.2078964,27.318502 24.8855857,28.6620478 22.5621992,30.0032032 C22.5509641,30.0097769 22.5387729,30.0147968 22.528255,30.0223267 C22.2949482,30.1884622 22.0676175,30.182247 21.8243904,30.0285418 C21.5340717,29.8454343 21.2310837,29.6826454 20.9335936,29.5107729 C18.9974582,28.393004 17.0606056,27.2763108 15.126741,26.1543586 C14.9996892,26.0807331 14.9083745,26.0726056 14.7759442,26.1493386 C12.5447092,27.4432829 10.3084542,28.7282629 8.0781753,30.0234024 C7.82263745,30.1719681 7.60905179,30.1686215 7.35566534,30.02149 C5.05223904,28.6841594 2.74666135,27.3507729 0.43450996,26.0289801 C0.12638247,25.8528048 -0.00413545817,25.6411315 4.78087649e-05,25.2841195 C0.0157051793,23.9616096 0.00638247012,22.6388606 0.00638247012,21.3162311 Z' id='Fill-1' fill='%23F36E26' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-9:not(.active):hover:before,
.data-page-wrapp-roas .sdg-annex-9:not(.active):hover:before,
.iframe-chart-block .sdg-annex-9:not(.active):hover:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='31px' viewBox='0 0 30 31' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 6.40386089e-06 29.8849531 6.40386089e-06 29.8849531 30.1453386 0 30.1453386'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Style-Guide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard-Copy' transform='translate(-744.000000, -823.000000)'%3E%3Cg id='Group-3' transform='translate(744.000000, 823.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M8.21371315,22.166988 L8.21371315,28.7956733 C8.39096414,28.7461912 13.8270598,25.6040797 13.9480159,25.4779841 C12.0414024,24.3770677 10.138494,23.2784223 8.21371315,22.166988 Z M8.21407171,5.47539442 L8.21407171,12.1039602 C8.38450996,12.0580637 13.8225179,8.91535458 13.9488526,8.78615139 C12.042,7.68523506 10.1390916,6.58682869 8.21407171,5.47539442 Z M14.4586135,16.3161514 L14.4586135,9.64384064 C12.5267809,10.7593386 10.6171793,11.8620478 8.67984861,12.9807729 C10.6201673,14.1006932 12.5298884,15.2029243 14.4586135,16.3161514 Z M8.70626295,21.3418088 C10.6208845,22.4472669 12.5292908,23.5490199 14.4596892,24.6635618 L14.4596892,18.026988 C14.3067012,18.067506 8.87502789,21.1955139 8.70626295,21.3418088 Z M21.6907649,5.46798406 C19.7543904,6.58611155 17.8468207,7.68738645 15.9231155,8.79810359 C15.9669801,8.83336255 15.9845498,8.85152988 16.0054661,8.86348207 C17.8856653,9.94647012 19.7661036,11.0289801 21.6467809,12.1111315 C21.6515618,12.114 21.6594502,12.1132829 21.6653068,12.1116096 C21.6712829,12.1098167 21.6763028,12.1047968 21.6907649,12.0953546 L21.6907649,5.46798406 Z M21.2135139,12.9808924 C19.272239,11.8607331 17.3652669,10.7553944 15.4334343,9.64455777 C15.4281753,9.71172908 15.423753,9.74268526 15.423753,9.77364143 C15.4255458,11.9386614 15.4275777,14.1035618 15.4302072,16.2684622 C15.4302072,16.273243 15.4365418,16.278741 15.4410837,16.2828048 C15.445745,16.2868685 15.4517211,16.289498 15.4665418,16.2983426 C17.3692112,15.2000558 19.2764223,14.0991394 21.2135139,12.9808924 Z M0.969968127,17.9932829 L0.969968127,18.2596972 C0.969968127,20.4830438 0.973673307,22.7066295 0.964350598,24.9298566 C0.963394422,25.1549163 1.034749,25.2700159 1.22909163,25.3786614 C2.11678088,25.8750359 2.99419124,26.3900558 3.87518725,26.898502 C4.92447012,27.5041195 5.97351394,28.1105737 7.02375299,28.7143984 C7.08650199,28.750494 7.1432749,28.8150359 7.23984861,28.7918486 L7.23984861,28.5948765 C7.23984861,26.3390199 7.23781673,24.0831633 7.24391235,21.8273068 C7.24439044,21.6636813 7.19753785,21.5742789 7.05482869,21.4922869 C5.09383267,20.3666295 3.13654183,19.2345179 1.17805578,18.1041992 C1.1230757,18.0725259 1.06606375,18.0444382 0.969968127,17.9932829 Z M28.918494,17.9997371 C28.8265817,18.0469482 28.7692112,18.0734821 28.7147092,18.1049163 C26.7512032,19.2381036 24.7887729,20.3732032 22.822757,21.5022072 C22.6928367,21.5767888 22.6459841,21.654 22.6463426,21.8045976 C22.6517211,24.0727649 22.6500478,26.3411713 22.6500478,28.6093386 L22.6500478,28.832008 C22.7413625,28.7836016 22.8027968,28.7533625 22.8618406,28.7192988 C24.8200876,27.5899363 26.7773785,26.4587809 28.7381355,25.3333625 C28.8730757,25.2559124 28.9226773,25.1717689 28.9221992,25.0149562 C28.9168207,22.7531235 28.918494,20.4912908 28.918494,18.2295777 L28.918494,17.9997371 Z M15.9176175,17.148741 C15.9921992,17.1958327 16.0395299,17.2282231 16.0888924,17.2567888 C18.0635139,18.3976255 20.0389721,19.5371474 22.0119203,20.6807331 C22.1254661,20.7464701 22.2074582,20.7555538 22.3276972,20.6856335 C24.3057849,19.537745 26.2872191,18.3958327 28.2676972,17.2521275 C28.3167012,17.2239203 28.3629562,17.1908127 28.4243904,17.1511315 C28.359012,17.1101355 28.3109641,17.0779841 28.2611235,17.0491793 C26.2861434,15.9089402 24.3104462,14.7701355 22.337498,13.6263108 C22.214749,13.5549562 22.1257052,13.5590199 22.004988,13.6291793 C20.2958247,14.6208526 18.5835538,15.6072669 16.872239,16.5952351 C16.5641116,16.7730837 16.2565817,16.9521275 15.9176175,17.148741 Z M0.00638247012,21.3162311 C0.00638247012,19.9741195 0.0104462151,18.632008 0.00315537849,17.2898964 C0.00160159363,16.9976653 0.112039841,16.8108526 0.368175299,16.6640797 C2.59427092,15.3874661 4.81439044,14.1002151 7.03952988,12.8218088 C7.18534661,12.7379044 7.24510757,12.6528048 7.24462948,12.4768685 C7.23757769,9.90296414 7.24235857,7.32882072 7.23626295,4.75491633 C7.23554582,4.47631076 7.33522709,4.29678884 7.57761753,4.15754582 C9.91510757,2.81459761 12.2500876,1.46710757 14.581243,0.11340239 C14.8342709,-0.0334900398 15.0473785,-0.0403027888 15.3033944,0.10838247 C17.6289323,1.4590996 19.9580558,2.80396016 22.2908845,4.14188845 C22.5544303,4.29320319 22.6560239,4.48276494 22.6549482,4.78491633 C22.6464622,7.33288446 22.6500478,9.88097211 22.6500478,12.4289402 C22.6500478,12.4679044 22.6542311,12.5073466 22.6492112,12.5455936 C22.634988,12.6556733 22.6759841,12.7223665 22.7772191,12.7773466 C23.0618008,12.932008 23.3396892,13.0992191 23.6202072,13.2610518 C25.5905259,14.3977052 27.5594104,15.53651 29.5325976,16.6681434 C29.7797689,16.8097769 29.8857849,16.9907331 29.8849482,17.2793785 C29.8777769,19.97651 29.8780159,22.673761 29.8848287,25.3708924 C29.8855458,25.6581036 29.7833546,25.8397769 29.53451,25.9826056 C27.2078964,27.318502 24.8855857,28.6620478 22.5621992,30.0032032 C22.5509641,30.0097769 22.5387729,30.0147968 22.528255,30.0223267 C22.2949482,30.1884622 22.0676175,30.182247 21.8243904,30.0285418 C21.5340717,29.8454343 21.2310837,29.6826454 20.9335936,29.5107729 C18.9974582,28.393004 17.0606056,27.2763108 15.126741,26.1543586 C14.9996892,26.0807331 14.9083745,26.0726056 14.7759442,26.1493386 C12.5447092,27.4432829 10.3084542,28.7282629 8.0781753,30.0234024 C7.82263745,30.1719681 7.60905179,30.1686215 7.35566534,30.02149 C5.05223904,28.6841594 2.74666135,27.3507729 0.43450996,26.0289801 C0.12638247,25.8528048 -0.00413545817,25.6411315 4.78087649e-05,25.2841195 C0.0157051793,23.9616096 0.00638247012,22.6388606 0.00638247012,21.3162311 Z' id='Fill-1' fill='%23D8D8D8' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-10:before,
.data-page-wrapp-roas .sdg-annex-10:before,
.iframe-chart-block .sdg-annex-10:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EGroup 16%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Cpolygon id='path-1' points='2.32804233e-05 0.0303007916 21.9672179 0.0303007916 21.9672179 21.9419358 2.32804233e-05 21.9419358'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Country-Fact-Sheets' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Country-Fact-Sheet---expanded' transform='translate(-304.000000, -11008.000000)'%3E%3Cg id='Group-4' transform='translate(-6.000000, 5053.000000)'%3E%3Cg id='Group-16' transform='translate(310.000000, 5955.000000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.027747)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M18.1552614,7.2340934 L18.1552614,7.43621478 C18.1552614,9.80780317 18.1552614,12.1793335 18.1553196,14.5509219 C18.1553196,14.5927161 18.1527587,14.6348005 18.157182,14.6761303 C18.1599175,14.7012649 18.1737693,14.7251224 18.1905312,14.7714443 C18.246346,14.7247741 18.2933725,14.6911066 18.333764,14.6508216 C19.5121608,13.4765789 20.6899757,12.3016976 21.8677905,11.1268164 C22.0010127,10.9938876 22.0010127,10.9935974 21.8638328,10.8567214 C20.6893354,9.68514881 19.5147799,8.51351821 18.3402243,7.34194565 C18.3139175,7.31576623 18.2893566,7.28662639 18.2592085,7.26578734 C18.2390127,7.25179789 18.2103196,7.25005646 18.1552614,7.2340934 M7.25362116,18.138721 C7.21672169,18.2210327 7.26735661,18.2512174 7.30169524,18.2855235 C8.49894921,19.4805472 9.69661058,20.6751646 10.8946212,21.8693757 C10.9914677,21.9659087 11.0002561,21.9659668 11.0961132,21.8704786 C12.2940656,20.6761515 13.4916688,19.481534 14.6888646,18.2864522 C14.7198857,18.255629 14.7452032,18.2191752 14.7776794,18.179877 C14.7488698,18.1591541 14.734727,18.1400565 14.7204677,18.1400565 C12.2318487,18.1386633 9.74311323,18.138721 7.25362116,18.138721 M10.9913513,0.0302833773 C10.9467111,0.0713810026 10.9048646,0.107312401 10.865928,0.146146174 C9.69113968,1.31737045 8.51646772,2.48865277 7.34307619,3.66115409 C7.2996,3.70451557 7.21608148,3.74154987 7.24337778,3.81376095 C7.27492275,3.8971752 7.36594921,3.85799314 7.42979577,3.85805119 C9.81196508,3.8600248 12.1941344,3.85973456 14.5763037,3.85967652 C14.6134942,3.85967652 14.6517323,3.86403008 14.6876423,3.85706438 C14.715637,3.85160792 14.7408381,3.83175567 14.7673196,3.81823061 C14.714182,3.71757625 11.1977323,0.191597361 10.9913513,0.0302833773 M3.81847831,14.7633177 C3.82744127,14.6987108 3.84088571,14.6471646 3.84088571,14.5955604 C3.84195339,12.1973282 3.84181693,9.79903799 3.84164233,7.40068971 C3.84164233,7.36835726 3.84356296,7.33521214 3.83785926,7.30357625 C3.82703386,7.24309077 3.78838836,7.22689551 3.73763704,7.2608533 C3.71482222,7.27617784 3.69584868,7.29753931 3.67617672,7.31715937 C2.48229841,8.5077715 1.28847831,9.69844169 0.0951820106,10.8895763 C0.0637534392,10.9209799 0.0379121693,10.9579562 2.32804233e-05,11.0037557 C1.25210265,12.2516607 2.49486984,13.4904522 3.73845185,14.728315 C3.75282751,14.7427108 3.77797037,14.7461356 3.81847831,14.7633177 M10.9944942,14.7055024 C12.2227111,14.7055024 13.450928,14.7055024 14.679145,14.7054443 C14.7257058,14.7054443 14.7723249,14.7068955 14.8187111,14.7044575 C14.9224836,14.6990011 14.934182,14.6861726 14.9398275,14.5784364 C14.9412243,14.5506897 14.9405841,14.5227689 14.9405841,14.4949641 C14.9405841,13.8082042 14.9407306,13.1213863 14.9405259,12.4346264 C14.9404095,12.2254813 14.9400021,12.2250169 14.7351344,12.2250169 C12.2414519,12.2249734 9.74776931,12.2249734 7.25408677,12.2250169 C7.2168963,12.2250169 7.17964762,12.2257715 7.14245714,12.2268164 C7.0798328,12.2286158 7.05003386,12.2631541 7.04811323,12.3236396 C7.04694921,12.3606739 7.0468238,12.3978243 7.0468238,12.4349747 C7.0468238,13.1171488 7.0468238,13.7992649 7.0468238,14.4814391 C7.0468238,14.705096 7.04700741,14.7053863 7.26793862,14.7054443 C8.51006561,14.7055024 9.75230899,14.7054443 10.9944942,14.7055024 M10.9888487,7.27606174 C9.74648889,7.27606174 8.5041291,7.27606174 7.26176931,7.27611979 C7.22452063,7.27611979 7.18727196,7.2769905 7.15008148,7.27646807 C7.08670053,7.27559736 7.05684339,7.31222533 7.04968466,7.36928602 C7.04508677,7.40591398 7.04694921,7.44341266 7.04694921,7.48050501 C7.0468328,8.1766686 7.0467164,8.87283219 7.04694921,9.56905383 C7.04700741,9.76583483 7.04898624,9.76757625 7.25263175,9.76757625 C9.03015026,9.76764207 10.8076106,9.76757625 12.5850709,9.76757625 C13.3202667,9.76757625 14.0554624,9.76786649 14.7906,9.76722797 C14.924346,9.76711187 14.9352878,9.75527018 14.9401185,9.62692718 C14.9412825,9.59442058 14.9405841,9.56191398 14.9405841,9.52940739 L14.9405841,7.51057361 C14.9405841,7.47342322 14.9418646,7.43615673 14.9395365,7.39918047 C14.9331344,7.29637836 14.9167217,7.28064749 14.8136476,7.27641003 C14.7765153,7.27495884 14.7392667,7.27611979 14.702018,7.27611979 C13.4642561,7.27606174 12.2266106,7.27606174 10.9888487,7.27606174' id='Fill-1' fill='%23FFFFFF' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M10.9888545,7.30378522 C12.2266164,7.30378522 13.4642619,7.30378522 14.7020238,7.30384327 C14.7392143,7.30384327 14.7765212,7.30268232 14.8136534,7.30419156 C14.9167275,7.30837098 14.9331402,7.32415989 14.9395423,7.42690396 C14.9418704,7.46393826 14.9405317,7.5011467 14.9405317,7.5382971 L14.9405317,9.55713087 C14.9405317,9.58963747 14.9412884,9.62214406 14.9401243,9.65465066 C14.9352937,9.78299367 14.9243519,9.79483536 14.7906058,9.79495145 C14.0554101,9.79564802 13.3202725,9.79529974 12.5850767,9.79529974 C10.8076164,9.79529974 9.03015608,9.79535778 7.25263757,9.79529974 C7.04899206,9.79529974 7.04695503,9.79361636 7.04695503,9.59677731 C7.04672222,8.90061372 7.04683862,8.20445013 7.04695503,7.5082285 C7.04695503,7.4711942 7.04509259,7.43363747 7.04969048,7.3970095 C7.05679101,7.33994881 7.08670635,7.30332084 7.1500873,7.3042496 C7.18727778,7.30477203 7.22452646,7.30384327 7.26171693,7.30384327 C8.50413492,7.30378522 9.74649471,7.30378522 10.9888545,7.30378522' id='Fill-4' fill='%23000000'%3E%3C/path%3E%3Cpath d='M10.9944825,14.7332433 C9.75229735,14.7331852 8.51005397,14.7332433 7.26792698,14.7331852 C7.04699577,14.7331272 7.04681216,14.7328369 7.04681216,14.5091799 C7.04681216,13.8270058 7.04681216,13.1448897 7.04681216,12.4627156 C7.04681216,12.4255652 7.04693757,12.3884148 7.04810159,12.3513805 C7.05002222,12.290895 7.07982116,12.2563567 7.1424455,12.2545573 C7.17963598,12.2535124 7.21688466,12.2528158 7.25407513,12.2528158 C9.74775767,12.2526997 12.2414402,12.2526997 14.7351228,12.2528158 C14.9399905,12.2528158 14.9403979,12.2532222 14.9405143,12.4623673 C14.9407189,13.1491272 14.9405725,13.8359451 14.9405725,14.522705 C14.9405725,14.5505678 14.9412127,14.5784306 14.9398159,14.6062354 C14.9341704,14.7139135 14.922472,14.726742 14.8186995,14.7321984 C14.7723132,14.7346364 14.7256942,14.7331852 14.6791915,14.7331852 C13.4509164,14.7332433 12.2227577,14.7332433 10.9944825,14.7332433' id='Fill-6' fill='%23000000'%3E%3C/path%3E%3Cpath d='M3.81847831,14.7910644 C3.77797037,14.7738823 3.75282751,14.7704575 3.73845185,14.7560617 C2.49486984,13.5181989 1.25210265,12.2794074 2.32804233e-05,11.0315024 C0.0379121693,10.9857029 0.0637534392,10.9487266 0.0951820106,10.917323 C1.28847831,9.72618839 2.48229841,8.53551821 3.67617672,7.34490607 C3.69584868,7.32528602 3.71482222,7.30392454 3.73763704,7.2886 C3.78838836,7.25464222 3.82703386,7.27083747 3.83785926,7.33132296 C3.84356296,7.36295884 3.84164233,7.39610396 3.84164233,7.42843641 C3.84181693,9.8267847 3.84195339,12.2250749 3.84088571,14.6233071 C3.84088571,14.6749113 3.82744127,14.7264575 3.81847831,14.7910644' id='Fill-8' fill='%23000000'%3E%3C/path%3E%3Cpath d='M10.9913571,0.0580532982 C11.1977381,0.219309235 14.7141878,3.74534617 14.7673254,3.84600053 C14.7408439,3.85946755 14.7156429,3.87937784 14.6876481,3.88477625 C14.6517381,3.89174195 14.6135,3.88738839 14.5763095,3.88738839 C12.1941402,3.88744644 9.8119709,3.88779472 7.42980159,3.88576306 C7.36589683,3.88570501 7.27492857,3.92488707 7.2433836,3.84147282 C7.2160873,3.76931979 7.29960582,3.73228549 7.34302381,3.68886596 C8.51647354,2.51642269 9.6911455,1.34508232 10.8659339,0.173916095 C10.9048704,0.135082322 10.9466587,0.0991509235 10.9913571,0.0580532982' id='Fill-10' fill='%23000000'%3E%3C/path%3E%3Cpath d='M7.25361534,18.1664909 C9.74310741,18.1664909 12.2318429,18.1664332 14.7204619,18.1677683 C14.7347212,18.1677683 14.748864,18.186924 14.7776735,18.207647 C14.7451974,18.2469451 14.7198799,18.2833989 14.6888587,18.3142222 C13.491663,19.509304 12.2940598,20.7039214 11.0961074,21.8981905 C11.0003085,21.9937367 10.9914619,21.9936786 10.8946153,21.8971456 C9.69660476,20.7028765 8.49894339,19.5082591 7.30168942,18.3132354 C7.26735079,18.2789873 7.21671587,18.2488026 7.25361534,18.1664909' id='Fill-12' fill='%23000000'%3E%3C/path%3E%3Cpath d='M18.1552614,7.26184011 C18.2103196,7.27780317 18.2390127,7.27954459 18.2592085,7.29353404 C18.2893566,7.31437309 18.3139175,7.34351293 18.3402243,7.36969235 C19.5147799,8.54126491 20.6893354,9.71289551 21.8638328,10.8844681 C22.0010127,11.0213441 22.0010127,11.0216343 21.8677905,11.1545631 C20.6899757,12.3294443 19.5121608,13.5043256 18.333764,14.6785683 C18.2933725,14.7188533 18.246346,14.7525208 18.1905312,14.799191 C18.1737693,14.7528691 18.1599175,14.7290116 18.157182,14.703877 C18.1527587,14.6625472 18.1553196,14.6204628 18.1553196,14.5786686 C18.1552614,12.2070802 18.1552614,9.83554987 18.1552614,7.46396148 L18.1552614,7.26184011 Z' id='Fill-14' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-10:hover,
.data-page-wrapp-roas .sdg-annex-10:hover,
.iframe-chart-block .sdg-annex-10:hover {
  opacity: 0.1;
}

.data-page-wrapp .sdg-annex-11:before,
.data-page-wrapp-roas .sdg-annex-11:before,
.iframe-chart-block .sdg-annex-11:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='21px' viewBox='0 0 28 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EGroup 30%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0.0304020646 0.0227790905 6.49941463 0.0227790905 6.49941463 6.52702703 0.0304020646 6.52702703'%3E%3C/polygon%3E%3Cpolygon id='path-3' points='0.0204251659 0.0452351351 6.34318995 0.0452351351 6.34318995 20.8885849 0.0204251659 20.8885849'%3E%3C/polygon%3E%3Cpolygon id='path-5' points='0.0304020646 0.0227847662 6.49941463 0.0227847662 6.49941463 6.52702703 0.0304020646 6.52702703'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Country-Fact-Sheets' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Country-Fact-Sheet---expanded' transform='translate(-304.000000, -11124.000000)'%3E%3Cg id='Group-4' transform='translate(-6.000000, 5053.000000)'%3E%3Cg id='Group-30' transform='translate(310.000000, 6071.000000)'%3E%3Cpath d='M13.6261488,10.4860435 C13.6261488,7.09454351 13.6254089,3.70304351 13.6277428,0.311543514 C13.627913,0.0837786486 13.5857992,0.0564786486 13.3685715,0.0567602657 C11.4337829,0.0591462162 9.4989374,0.0588624324 7.56414878,0.0570462162 C7.36991301,0.0567602657 7.30497801,0.0635732432 7.30497801,0.311997568 C7.3074252,7.08591649 7.30696992,13.8597786 7.30696992,20.6337543 C7.30696992,20.6655381 7.30588862,20.6973219 7.30725447,20.7291057 C7.31192114,20.8372841 7.35676667,20.8870597 7.4619374,20.897957 C7.4980187,20.9017597 7.53472602,20.8993759 7.57114878,20.8993759 C9.50138455,20.8994327 11.4316203,20.8994327 13.3618561,20.8994327 C13.3937829,20.8994327 13.4257667,20.9010219 13.4574659,20.8986949 C13.5725959,20.8902381 13.6205715,20.8417678 13.6256935,20.7286516 C13.6275715,20.6878435 13.6261488,20.6469219 13.6261488,20.6061138 L13.6261488,10.4860435 Z' id='Fill-1' fill='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M20.7763984,12.3927186 L20.7763984,9.84541865 C20.7763984,7.92931054 20.7765122,6.01325919 20.7757724,4.09715108 C20.7757724,4.04328892 20.7773089,3.98607811 20.7606911,3.93624568 C20.718122,3.80848622 20.5842114,3.78300243 20.4913333,3.88034027 C20.4726098,3.89997811 20.4572439,3.92273757 20.4403415,3.94413486 C20.1584634,4.30062405 19.8765854,4.65711324 19.5947642,5.01354568 C17.9206829,7.13108351 16.2471707,9.24907541 14.5705854,11.36457 C14.4889187,11.4675835 14.4569919,11.5703132 14.4571054,11.6996051 C14.4597236,14.6782565 14.4590976,17.6567943 14.4590976,20.6354457 C14.4590976,20.6671727 14.4586423,20.6990132 14.4593252,20.7307403 C14.4624553,20.8805781 14.5068455,20.9259268 14.654187,20.9293889 C14.6814472,20.9300132 14.7088211,20.9295024 14.7361382,20.9295024 C16.657439,20.9295024 18.5787398,20.9284241 20.5000407,20.9310361 C20.7262602,20.9312619 20.7789024,20.8995349 20.778619,20.6473646 C20.7750894,17.895797 20.7763984,15.1442295 20.7763984,12.3927186' id='Fill-3' fill='%23FFFFFF'%3E%3C/path%3E%3Cg id='Group-7' transform='translate(21.455285, 14.427738)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-6'%3E%3C/g%3E%3Cpath d='M0.0311073171,3.27328703 C0.0311073171,4.19478973 0.0311073171,5.11634919 0.0311642276,6.03785189 C0.0311642276,6.14228432 0.0290585366,6.24677351 0.0318471545,6.35109243 C0.0348065041,6.46483297 0.0841479675,6.51528973 0.197229268,6.52550595 C0.228871545,6.52840054 0.260912195,6.52630054 0.292782114,6.52630054 C2.27281463,6.52630054 4.25284715,6.52630054 6.23287967,6.52618703 C6.27379837,6.52618703 6.3154,6.52896811 6.35552195,6.52300865 C6.43798537,6.51063568 6.48527805,6.46210865 6.49620488,6.3793573 C6.50144065,6.33917351 6.49870894,6.29779784 6.49870894,6.25693297 C6.49876585,5.47158973 6.49876585,4.68630324 6.49876585,3.90096 C6.49876585,2.68437892 6.49893659,1.46774108 6.49853821,0.251216757 C6.4984813,0.0689708108 6.45392033,0.0250978378 6.27482276,0.0236221622 C6.26122114,0.0235086486 6.24750569,0.0235654054 6.23384715,0.0235654054 C4.25381463,0.0235654054 2.27378211,0.0235654054 0.293749593,0.0236221622 C0.252830894,0.0236221622 0.2114,0.0207275676 0.170993496,0.0256654054 C0.0893268293,0.0355978378 0.0408390244,0.0863383784 0.0324731707,0.168351892 C0.0288878049,0.204335676 0.0311642276,0.240943784 0.0311642276,0.277268108 C0.0311073171,1.27596 0.0311073171,2.27459514 0.0311073171,3.27328703' id='Fill-5' fill='%23FFFFFF' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M0.13623252,20.8856692 C0.741647154,20.8863503 1.34706179,20.8860714 1.95247642,20.8855557 C1.98730569,20.8854989 2.02207805,20.87988 2.06817561,20.8758503 L2.06817561,20.7072259 C2.06817561,19.7811259 2.06794797,18.8550827 2.06834634,17.9289259 C2.06840325,17.7222746 2.1068748,17.6848151 2.31596423,17.6848151 C2.84853333,17.6845881 3.38110244,17.6847016 3.91367154,17.6847584 C3.96375285,17.6847584 4.01394797,17.6829422 4.06391545,17.6852692 C4.18365528,17.6908881 4.22332195,17.7320368 4.22861463,17.8540638 C4.23020813,17.8903314 4.22901301,17.9267124 4.22901301,17.9630368 C4.22906992,18.8800557 4.22906992,19.7970178 4.22906992,20.7140935 L4.22906992,20.8768151 C4.2774439,20.8807881 4.30857398,20.8855557 4.33970407,20.8856124 C4.97243577,20.8860714 5.60516748,20.885953 6.23789919,20.8858395 C6.26066341,20.8858395 6.28365528,20.8863503 6.30607805,20.8832286 C6.38700488,20.8721043 6.42820813,20.8326584 6.43867967,20.7528584 C6.44334634,20.7171016 6.44163902,20.68038 6.44163902,20.6441124 C6.44175285,19.0869908 6.44175285,17.5298692 6.44169593,15.9727476 C6.44169593,15.93648 6.44363089,15.8998151 6.43941951,15.8638881 C6.42951707,15.7782989 6.38512683,15.7360719 6.29799675,15.7269908 C6.27096423,15.7242665 6.24341951,15.7259124 6.21615935,15.7259124 C4.19048455,15.7258557 2.16486667,15.7257989 0.13919187,15.7260259' id='Fill-8' fill='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M0.225098374,15.1620511 L3.20095203,15.1620511 C4.20656179,15.1620511 5.21217154,15.1621078 6.2177813,15.1618808 C6.30314715,15.1618808 6.39591138,15.17817 6.44536667,15.0802646 C6.49442358,14.9832105 6.43056992,14.91777 6.37752927,14.8493781 C5.39257805,13.5787078 4.40785447,12.3078673 3.42296016,11.0371403 C3.38676504,10.9904862 3.35193577,10.94247 3.3122122,10.8989943 C3.2271878,10.8059132 3.1404561,10.8046078 3.05548862,10.8954754 C3.01843984,10.9351484 2.98713902,10.9803268 2.95407398,11.0236322 C2.37768374,11.7777024 1.80152114,12.5319997 1.22513089,13.2861268 C0.817025203,13.8200943 0.408862602,14.3541754 1.70731707e-05,14.8876322' id='Fill-10' fill='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M24.7245179,13.9573549 C25.7302984,13.9573549 26.7360789,13.9575819 27.7418593,13.9571846 C27.9147537,13.9570711 27.9397943,13.9321549 27.9401358,13.7598414 C27.9408756,13.3921711 27.9403634,13.0245008 27.9403065,12.6569441 C27.9403065,12.6342414 27.939965,12.6115386 27.9388837,12.5888927 C27.9356398,12.5190251 27.8943228,12.4816792 27.8295585,12.4693062 C27.798713,12.4634603 27.7661602,12.4648792 27.7344041,12.4648792 C25.7228431,12.4647063 23.7112252,12.4645954 21.6997211,12.4648792 C21.5269407,12.4649359 21.4910301,12.5007495 21.4907455,12.6710765 C21.4901195,13.0296089 21.4905179,13.3882549 21.4905748,13.7467873 C21.4905748,13.7740305 21.4886398,13.8015576 21.4920545,13.8284035 C21.5022415,13.9086008 21.5433309,13.9483873 21.6252821,13.9562765 C21.6614203,13.9597954 21.6980138,13.9573549 21.7344366,13.9573549 L24.7245179,13.9573549 Z' id='Fill-12' fill='%23FFFFFF'%3E%3C/path%3E%3Cg id='Group-16' transform='translate(7.284553, 0.011522)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-15'%3E%3C/g%3E%3Cpath d='M5.31714878,10.7330319 C5.31714878,10.4973211 5.3183439,10.2615535 5.31663659,10.0258427 C5.31572602,9.9082427 5.29654715,9.88746973 5.18449024,9.88707243 C4.76175854,9.88559676 4.33902683,9.88565351 3.91629512,9.88701568 C3.80065285,9.88735622 3.77857154,9.90767514 3.77817317,10.0209049 C3.77646585,10.4923832 3.77629512,10.9638616 3.77828699,11.43534 C3.77879919,11.5558346 3.80139268,11.5748481 3.92500244,11.5751319 C4.33862846,11.5760968 4.75231138,11.5760968 5.1659374,11.5751319 C5.2984252,11.5748481 5.31601057,11.5574805 5.31680732,11.4266562 C5.31817317,11.1954292 5.31714878,10.9642589 5.31714878,10.7330319 M5.31720569,14.2609751 C5.31720569,14.0342886 5.31760407,13.8076589 5.31709187,13.5810292 C5.3166935,13.4214292 5.30331951,13.40724 5.14914878,13.407013 C4.7491813,13.4064454 4.34921382,13.4065022 3.94918943,13.4069562 C3.79279919,13.4071265 3.77800244,13.4209751 3.77766098,13.5783616 C3.77675041,14.0316778 3.77675041,14.4849373 3.77771789,14.9383103 C3.77805935,15.0823589 3.79131951,15.095413 3.93240081,15.09564 C4.34147398,15.0964346 4.75054715,15.0964346 5.15962033,15.0956968 C5.30388862,15.095413 5.31612439,15.0833805 5.31686423,14.9409211 C5.31805935,14.7142346 5.31714878,14.4876049 5.31720569,14.2609751 M1.06911626,14.2475238 C1.06911626,14.4788643 1.06814878,14.7101481 1.06951463,14.9414886 C1.07036829,15.0798049 1.08692927,15.0955265 1.22903496,15.0957535 C1.63833577,15.0965481 2.0476935,15.0966049 2.45699431,15.0957535 C2.5975065,15.095413 2.61230325,15.0808265 2.6125878,14.9376859 C2.61349837,14.4796022 2.61355528,14.0214616 2.6125878,13.5633211 C2.61224634,13.4261968 2.59238455,13.40724 2.45329512,13.4069562 C2.0439374,13.4062184 1.63463659,13.4061616 1.22527886,13.407013 C1.09023008,13.4072968 1.07019756,13.4281832 1.06945772,13.5671805 C1.0682626,13.7939238 1.06911626,14.0207238 1.06911626,14.2475238 M2.61292927,10.746767 C2.61292927,10.5108859 2.61401057,10.2750049 2.61253089,10.039067 C2.61162033,9.90648324 2.59283984,9.88707243 2.46433577,9.88673189 C2.05036829,9.88565351 1.63640081,9.88576703 1.22249024,9.88667514 C1.08931951,9.88695892 1.07008374,9.90449676 1.06968537,10.0343562 C1.06831951,10.4970941 1.06843333,10.9598319 1.06957154,11.422513 C1.0698561,11.5545859 1.09005935,11.5749049 1.21782358,11.5751886 C1.63179106,11.5761535 2.04575854,11.5760968 2.45966911,11.5753022 C2.59124634,11.5750184 2.6115065,11.5557778 2.61247398,11.4272238 C2.61412439,11.2004238 2.61292927,10.9736238 2.61292927,10.746767 M5.31720569,7.21042378 C5.31720569,6.97465622 5.31840081,6.73894541 5.31675041,6.50323459 C5.31589675,6.38518054 5.29973415,6.36809676 5.18301057,6.36769946 C4.76027886,6.36628054 4.33754715,6.36639405 3.91475854,6.36769946 C3.79775041,6.36804 3.77857154,6.38546432 3.77811626,6.50136162 C3.77640894,6.97284 3.77629512,7.44431838 3.77817317,7.91574 C3.77862846,8.03385081 3.80349837,8.05553189 3.92636829,8.05587243 C4.33999431,8.05706432 4.75367724,8.05712108 5.16730325,8.05587243 C5.29575041,8.05547514 5.3161813,8.03385081 5.31692114,7.90399135 C5.31817317,7.67282108 5.3172626,7.44165081 5.31720569,7.21042378 M5.3172626,3.69525081 C5.3172626,3.45948324 5.31828699,3.22371568 5.31686423,2.98794811 C5.31606748,2.85939405 5.29614878,2.83986973 5.16440081,2.83958595 C4.75527073,2.83856432 4.34614065,2.83873459 3.93695366,2.83947243 C3.79723821,2.83975622 3.77817317,2.85712378 3.7777748,2.99566703 C3.77646585,3.45812108 3.77646585,3.92057514 3.77788862,4.38308595 C3.77823008,4.50999405 3.7955878,4.52747514 3.91766098,4.52787243 C4.33589675,4.52912108 4.75413252,4.52906432 5.1724252,4.52792919 C5.30440081,4.52758865 5.31635203,4.51391027 5.31697805,4.37536703 C5.31800244,4.14868054 5.3172626,3.9219373 5.3172626,3.69525081 M2.61298618,3.6838427 C2.61298618,3.45250216 2.61406748,3.22110486 2.61253089,2.98976432 C2.61167724,2.86155081 2.59005122,2.83986973 2.46063659,2.83947243 C2.04672602,2.83839405 1.63275854,2.8383373 1.21884797,2.83952919 C1.09153902,2.83992649 1.0698561,2.86206162 1.06957154,2.99254541 C1.06843333,3.45522649 1.06831951,3.91796432 1.06968537,4.38070216 C1.07008374,4.51135622 1.08812439,4.52781568 1.22209187,4.52815622 C1.63605935,4.52906432 2.04996992,4.52912108 2.46388049,4.52809946 C2.59608374,4.52775892 2.61179106,4.51141297 2.6125878,4.37792108 C2.61389675,4.14658054 2.61292927,3.91518324 2.61298618,3.6838427 M2.61292927,7.21632649 C2.61292927,6.98498595 2.61378293,6.75358865 2.61264472,6.52224811 C2.61196179,6.37927784 2.60029512,6.36758595 2.45551463,6.36730216 C2.0461,6.36650757 1.63668537,6.36650757 1.22727073,6.36730216 C1.08283171,6.36758595 1.06974228,6.38012919 1.06945772,6.52202108 C1.06854715,6.98021838 1.06854715,7.43841568 1.06945772,7.89661297 C1.06974228,8.03305622 1.09216504,8.05575892 1.22704309,8.05609946 C1.63645772,8.05712108 2.04587236,8.05712108 2.45528699,8.05609946 C2.59067724,8.05575892 2.61196179,8.0337373 2.61270163,7.89684 C2.61383984,7.66998324 2.61298618,7.44318324 2.61292927,7.21632649 M5.31714878,17.7892022 C5.31714878,17.5534914 5.31794553,17.3177805 5.31680732,17.082013 C5.3161813,16.9519265 5.29620569,16.9289968 5.16832764,16.9284292 C4.75470163,16.926613 4.3410187,16.9267265 3.92733577,16.9283724 C3.7998561,16.92894 3.77828699,16.9517562 3.77794553,17.0819562 C3.77663659,17.5444103 3.77663659,18.0068076 3.77794553,18.4692616 C3.77828699,18.6000859 3.79923008,18.6218805 3.92727886,18.6223914 C4.34090488,18.6239238 4.7545878,18.6240373 5.16827073,18.6223346 C5.29666098,18.621767 5.31612439,18.5997454 5.31680732,18.4692616 C5.31800244,18.2426319 5.31714878,18.0158886 5.31714878,17.7892022 M2.61281545,17.7793265 C2.61281545,17.5479859 2.61372602,17.3165886 2.61247398,17.0852481 C2.61173415,16.9508481 2.59022195,16.9285427 2.45198618,16.9280886 C2.04251463,16.9266697 1.6331,16.9265562 1.22368537,16.9282022 C1.09392927,16.928713 1.07002683,16.9527778 1.06974228,17.07804 C1.06860407,17.5453184 1.06843333,18.0126535 1.0698561,18.4799319 C1.07019756,18.5977022 1.09449837,18.6218805 1.21662846,18.6223914 C1.63059593,18.6241508 2.04456341,18.6240941 2.45853089,18.6225616 C2.59295366,18.6220508 2.61196179,18.6000292 2.6125878,18.4598968 C2.61355528,18.2330968 2.61281545,18.0061832 2.61281545,17.7793265 M6.34159593,10.4745049 L6.34159593,20.5945751 C6.34159593,20.63544 6.3430187,20.6763049 6.34114065,20.717113 C6.3360187,20.8302292 6.28804309,20.8786995 6.17291301,20.8871562 C6.14115691,20.8894832 6.10917317,20.8878941 6.07730325,20.8878941 C4.14706748,20.8878941 2.21683171,20.8878941 0.286595935,20.8878373 C0.250173171,20.8878373 0.213465854,20.8902211 0.177384553,20.8864751 C0.0722138211,20.8755211 0.0273682927,20.8257454 0.022701626,20.717567 C0.0213357724,20.6857832 0.0224170732,20.6539995 0.0224170732,20.6222157 C0.0224170732,13.8482968 0.0228723577,7.07437784 0.0204251659,0.300458919 C0.0204251659,0.0520345946 0.0853601626,0.0452223886 0.279595935,0.0455075676 C2.21438455,0.0473237838 4.14923008,0.0476075676 6.0840187,0.0452223886 C6.30124634,0.0449967568 6.34336016,0.07224 6.34318995,0.300061622 C6.3408561,3.69156162 6.34159593,7.08300486 6.34159593,10.4745049' id='Fill-14' fill='%23231F20' mask='url(%23mask-4)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M20.0681862,7.17724946 C20.0681862,6.95067649 20.0681862,6.72410351 20.0681293,6.49741703 C20.0681293,6.41137378 20.0681862,6.32521703 20.0675033,6.23917378 C20.0669911,6.16760351 20.0296577,6.11691973 19.9662024,6.09177649 C19.9030886,6.06680351 19.8402593,6.07616838 19.7900642,6.12713595 C19.7614382,6.15619541 19.7342919,6.18684405 19.708739,6.21851432 C19.2643244,6.76922514 18.8201374,7.32010622 18.3762919,7.87127108 C18.3365114,7.92064946 18.2939423,7.96894946 18.2621293,8.02326568 C18.1994138,8.13036568 18.258487,8.24876027 18.3807878,8.26856838 C18.407422,8.27288189 18.4351374,8.27197378 18.4623407,8.27197378 C18.9213813,8.27220081 19.3803081,8.27271162 19.8393488,8.27180351 C20.0178772,8.27146297 20.0673325,8.22248189 20.0679016,8.04744405 C20.0688122,7.75741703 20.0681293,7.46733324 20.0681862,7.17724946 L20.0681862,7.17724946 Z M19.0272919,18.6469386 C19.3047309,18.6469386 19.582113,18.6476197 19.859552,18.6467116 C20.0310236,18.6461441 20.0694951,18.6082873 20.0698935,18.440117 C20.0706333,18.1090549 20.0705764,17.7779359 20.0699504,17.4468738 C20.0696659,17.2797251 20.0265846,17.2333549 19.8636496,17.2329576 C19.3087715,17.2317657 18.7539504,17.2318224 18.1991293,17.2329008 C18.034487,17.2332414 17.9885033,17.2800657 17.9881049,17.4426738 C17.987365,17.7737359 17.987422,18.1048549 17.9881049,18.4359738 C17.9884463,18.6057332 18.0275439,18.6459738 18.1950317,18.6466549 C18.4724707,18.6477332 18.7498528,18.6469386 19.0272919,18.6469386 L19.0272919,18.6469386 Z M19.0394707,13.0895441 C18.7528691,13.0895441 18.4663244,13.0883522 18.1797228,13.0901116 C18.0384707,13.0909062 17.9890724,13.1390927 17.9884463,13.2765576 C17.9869667,13.6212981 17.9870805,13.9660954 17.9883325,14.3108359 C17.9889016,14.4574954 18.0356821,14.5032414 18.1870642,14.5035251 C18.746552,14.5046035 19.3060398,14.50449 19.8655846,14.5035819 C20.0269829,14.5033549 20.0693813,14.4614116 20.0697797,14.3038549 C20.0707472,13.9681954 20.0706333,13.6324792 20.0698935,13.296763 C20.0694951,13.1318846 20.026926,13.0903386 19.8582431,13.0897711 C19.5853,13.0889197 19.3123569,13.0895441 19.0394707,13.0895441 L19.0394707,13.0895441 Z M19.0218285,12.4313927 C19.3038203,12.4313927 19.5858122,12.4321873 19.867861,12.4311089 C20.0264138,12.4305414 20.0694382,12.3872359 20.0698366,12.2287711 C20.0707472,11.8930549 20.0707472,11.5573954 20.0698366,11.2216792 C20.0694382,11.0603765 20.0293732,11.0195116 19.8694545,11.0192846 C19.3100236,11.0186035 18.7505358,11.0186035 18.191048,11.0192846 C18.0323813,11.0195116 17.9886171,11.0631008 17.9881618,11.2204305 C17.9873081,11.55609 17.9873081,11.8918062 17.9881618,12.2274657 C17.9885602,12.3860441 18.0322106,12.4304278 18.1893976,12.4310522 C18.4668935,12.4323008 18.7443325,12.4313927 19.0218285,12.4313927 L19.0218285,12.4313927 Z M19.0328691,10.3609062 C19.3149179,10.3609062 19.5969667,10.3622116 19.8790154,10.3603386 C20.0206659,10.3593738 20.0690967,10.3115278 20.0696089,10.1732684 C20.0710317,9.82841432 20.0709179,9.48361703 20.0696659,9.13881973 C20.0692106,8.98932243 20.0259016,8.94715216 19.8723,8.94692514 C19.3127553,8.94601703 18.7531537,8.94613054 18.1936089,8.94686838 C18.0328366,8.94703865 17.9887309,8.98971973 17.9882756,9.14563054 C17.9872512,9.48140351 17.987365,9.81717649 17.9881618,10.1528927 C17.9885602,10.3166927 18.032552,10.3599981 18.2003244,10.3606792 C18.4778203,10.3617008 18.7553163,10.360963 19.0328691,10.3609062 L19.0328691,10.3609062 Z M19.0328691,15.1620738 C18.7462106,15.1620738 18.459552,15.1608251 18.1729504,15.1625846 C18.0399504,15.1634359 17.9891862,15.2122468 17.9885602,15.3414251 C17.9867959,15.690763 17.9869098,16.0401576 17.9884463,16.3895522 C17.9891293,16.5294576 18.0351699,16.5737846 18.1794951,16.5740116 C18.7437065,16.5750332 19.307861,16.5749197 19.8720154,16.5740684 C20.0272106,16.5738981 20.0692106,16.5334305 20.0697228,16.3831386 C20.0709748,16.0428819 20.070861,15.7025684 20.0698366,15.3623116 C20.0693813,15.2053792 20.0255602,15.1628116 19.8654138,15.1622441 C19.5879179,15.1613359 19.310365,15.162017 19.0328691,15.1620738 L19.0328691,15.1620738 Z M16.2843732,16.5745224 C16.5569748,16.5745224 16.8296333,16.5748062 17.1022919,16.5744089 C17.287422,16.5741819 17.3298203,16.5339981 17.3302756,16.35459 C17.3310724,16.0282954 17.3311862,15.7020008 17.3302187,15.3757062 C17.3296496,15.2117927 17.2818447,15.1624711 17.1215846,15.1621873 C16.5626659,15.1613359 16.0037472,15.1613359 15.4448854,15.1621873 C15.288552,15.1624711 15.238926,15.210317 15.2381862,15.3633332 C15.2365927,15.6987089 15.2367065,16.0340278 15.2381293,16.3694035 C15.2387553,16.5311603 15.2847959,16.5740116 15.452739,16.5743522 C15.7299504,16.5749765 16.0071618,16.5745224 16.2843732,16.5745224 L16.2843732,16.5745224 Z M16.2834057,14.5040359 C16.5611293,14.5040359 16.8388528,14.5047738 17.1165764,14.5037522 C17.2809911,14.5031846 17.329422,14.456417 17.3301049,14.2946603 C17.3313569,13.9632008 17.3313,13.6317981 17.3301049,13.3003386 C17.3295358,13.1386954 17.280422,13.0899981 17.1174301,13.0897711 C16.5620398,13.0889197 16.0065927,13.0889197 15.4511455,13.0897711 C15.2864463,13.0899981 15.2386984,13.1367657 15.2380724,13.299317 C15.2367634,13.6307765 15.2367634,13.9622359 15.2380724,14.2936954 C15.2386984,14.4569846 15.2858772,14.5031278 15.450235,14.5037522 C15.7279585,14.5047738 16.0056821,14.5040359 16.2834057,14.5040359 L16.2834057,14.5040359 Z M16.2925683,18.6469954 C16.5652268,18.6469954 16.8378285,18.647563 17.1104301,18.6468251 C17.2856008,18.6463711 17.3297634,18.6036332 17.3302187,18.4323981 C17.3310724,18.1061603 17.3310154,17.7798657 17.3302756,17.4536278 C17.3298203,17.2824495 17.2820724,17.2330143 17.1137309,17.2327305 C16.559422,17.2318224 16.0049992,17.2318224 15.4506902,17.2327873 C15.287926,17.2330711 15.2386984,17.2821089 15.2380724,17.4433549 C15.2368203,17.7741332 15.2368772,18.1049116 15.2380724,18.43569 C15.2386415,18.6006251 15.2841699,18.6461441 15.4475033,18.6467116 C15.7292106,18.6477332 16.0109179,18.6469954 16.2925683,18.6469954 L16.2925683,18.6469954 Z M17.3343732,11.0372197 C17.3343732,10.6335089 17.3348285,10.2299116 17.3340886,9.82631432 C17.333861,9.71597919 17.2977228,9.65104946 17.2244789,9.62846027 C17.1329667,9.60008189 17.065926,9.64009541 17.0122593,9.71121162 C17.006739,9.71847649 17.0003081,9.72500351 16.9946171,9.73204135 C16.4633,10.3939954 15.9349992,11.0583332 15.3985033,11.7160305 C15.275178,11.8671738 15.2241862,12.0245035 15.2393813,12.2158305 C15.2532675,12.3895062 15.2873,12.4328684 15.4608203,12.4332089 C15.8109341,12.4340035 16.1611618,12.4334927 16.5112756,12.4334927 C16.715926,12.4334927 16.9205195,12.4343441 17.1251699,12.4332089 C17.2879911,12.4323576 17.3319829,12.3866684 17.3342593,12.2208251 C17.3346577,12.1936954 17.3343732,12.1664522 17.3343732,12.1392657 L17.3343732,11.0372197 Z M20.7763813,12.3927414 C20.7763813,15.1442522 20.7750724,17.8958197 20.778602,20.6473873 C20.7788854,20.8995008 20.7262431,20.9312846 20.5000236,20.9310027 C18.5787228,20.92839 16.657422,20.9295251 14.736178,20.9295251 C14.7088041,20.9295251 14.681487,20.9300359 14.6541699,20.9294116 C14.5068285,20.9258927 14.4624382,20.8805441 14.4593081,20.730763 C14.4586821,20.6989792 14.4590805,20.6671954 14.4590805,20.6354116 C14.4590805,17.656817 14.4597065,14.6782224 14.4570883,11.6996278 C14.4569748,11.5702792 14.4889016,11.4676062 14.5705683,11.3645359 C16.2471537,9.24909811 17.9207228,7.13110622 19.5948041,5.01356838 C19.8766252,4.65713595 20.1584463,4.30059 20.4403244,3.94415757 C20.4572268,3.92276027 20.4725927,3.89994405 20.4913732,3.88030622 C20.5841943,3.78302514 20.7181049,3.80850892 20.760674,3.93621162 C20.7772919,3.98610081 20.7758122,4.04331162 20.7758122,4.09711703 C20.7764951,6.01322514 20.7763813,7.92933324 20.7763813,9.84544135 L20.7763813,12.3927414 Z' id='Fill-17' fill='%23231F20'%3E%3C/path%3E%3Cg id='Group-21' transform='translate(21.455285, 14.427738)'%3E%3Cmask id='mask-6' fill='white'%3E%3Cuse xlink:href='%23path-5'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-20'%3E%3C/g%3E%3Cpath d='M4.70961138,2.15700081 C5.00053821,2.15700081 5.29157886,2.15841973 5.58250569,2.15637649 C5.73992033,2.15535486 5.77702602,2.11800892 5.77770894,1.9628927 C5.77901789,1.62740351 5.77879024,1.29185757 5.77776585,0.956368378 C5.77725366,0.793703514 5.73974959,0.756187297 5.57590407,0.75596027 C5.00304228,0.755108919 4.43018049,0.755222432 3.8573187,0.755846757 C3.68829431,0.756073784 3.64208293,0.803579189 3.64151382,0.97646027 C3.64060325,1.29384405 3.64071707,1.61122784 3.64145691,1.92866838 C3.64196911,2.11500081 3.68487967,2.15631973 3.87763577,2.15683054 C4.15496098,2.15756838 4.43228618,2.15700081 4.70961138,2.15700081 M4.70659512,4.2190873 C4.97936748,4.2190873 5.25213984,4.21920081 5.52496911,4.21903054 C5.75921301,4.21891703 5.77793659,4.19973324 5.77810732,3.96021973 C5.77816423,3.85141703 5.77810732,3.74261432 5.77810732,3.63386838 C5.77810732,3.42074676 5.77987154,3.20762514 5.77736748,2.99456027 C5.77583089,2.86339541 5.73616423,2.82559541 5.60612358,2.81804676 C5.59252195,2.81725216 5.5788065,2.81770622 5.56520488,2.81770622 C4.99695285,2.81770622 4.4286439,2.81702514 3.86033496,2.81804676 C3.68744065,2.8183873 3.64219675,2.86424676 3.64157073,3.03616297 C3.64048943,3.35803054 3.64048943,3.68001162 3.64157073,4.00187919 C3.64219675,4.17237649 3.68920488,4.21834946 3.86101789,4.21886027 C4.14289593,4.21965486 4.42477398,4.2190873 4.70659512,4.2190873 M1.90278211,2.15711432 C2.18944065,2.15711432 2.47609919,2.15824946 2.76275772,2.15660351 C2.92626179,2.15575216 2.97338374,2.10853054 2.97418049,1.9447873 C2.97566016,1.61803865 2.97577398,1.29129 2.97412358,0.964541351 C2.97332683,0.801308919 2.92603415,0.75596027 2.76076585,0.755846757 C2.18744878,0.755165676 1.6140748,0.755108919 1.04070081,0.755846757 C0.875773984,0.756017027 0.831326829,0.800684595 0.830757724,0.966471081 C0.829562602,1.28867919 0.829790244,1.6108873 0.830643902,1.93309541 C0.831099187,2.11471703 0.872700813,2.1560927 1.05640813,2.15683054 C1.33851382,2.15790892 1.62061951,2.15711432 1.90278211,2.15711432 M1.90244065,2.8175927 C1.82048943,2.8175927 1.73859512,2.81753595 1.65670081,2.8175927 C1.44283089,2.81764946 1.22896098,2.81537919 1.01509106,2.81861432 C0.883115447,2.82065757 0.837017886,2.87014946 0.830586992,3.0010873 C0.829904065,3.01465216 0.83035935,3.02833054 0.83035935,3.04189541 C0.83035935,3.35956297 0.829847154,3.67723054 0.830586992,3.99489811 C0.830985366,4.17765486 0.872302439,4.21886027 1.0546439,4.21897378 C1.6189122,4.21942784 2.18312358,4.21942784 2.74739187,4.21897378 C2.93035935,4.21886027 2.97378211,4.17680351 2.97435122,3.99620351 C2.97537561,3.6785927 2.9753187,3.36092514 2.97435122,3.04325757 C2.97383902,2.86214676 2.93035935,2.81861432 2.74881463,2.81793324 C2.46670894,2.81674135 2.18454634,2.8175927 1.90244065,2.8175927 M0.0311073171,3.2732927 C0.0311073171,2.27460081 0.0311073171,1.27596568 0.0311642276,0.277273784 C0.0311642276,0.240949459 0.0288878049,0.204341351 0.0324731707,0.168357568 C0.0408390244,0.0863440541 0.0893268293,0.0356035135 0.170993496,0.0256710811 C0.2114,0.0207332432 0.252773984,0.0236278378 0.293749593,0.0236278378 C2.27378211,0.0235710811 4.25381463,0.0235710811 6.23384715,0.0235710811 C6.24750569,0.0235710811 6.26122114,0.0235143243 6.27482276,0.0236278378 C6.45392033,0.0250467568 6.4984813,0.0689764865 6.49853821,0.251222432 C6.49893659,1.46774676 6.49870894,2.68438459 6.49870894,3.90096568 C6.49870894,4.68625216 6.49876585,5.47159541 6.49870894,6.25693865 C6.49870894,6.29780351 6.50144065,6.33917919 6.49620488,6.37936297 C6.48527805,6.46211432 6.43798537,6.51064135 6.35552195,6.52301432 C6.3154,6.52897378 6.27379837,6.5261927 6.23287967,6.5261927 C4.25284715,6.52630622 2.27281463,6.52630622 0.292782114,6.52630622 C0.260912195,6.52630622 0.228871545,6.52840622 0.197229268,6.52551162 C0.0841479675,6.51529541 0.0348065041,6.46483865 0.0318471545,6.35109811 C0.0290585366,6.24677919 0.0311642276,6.14229 0.0311642276,6.03785757 C0.0311073171,5.11635486 0.0311073171,4.19479541 0.0311073171,3.2732927' id='Fill-19' fill='%23231F20' mask='url(%23mask-6)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M0.139203252,15.7260146 C2.16482114,15.7257876 4.19049593,15.7258443 6.21611382,15.7259011 C6.24343089,15.7259011 6.27097561,15.7242551 6.29800813,15.7270362 C6.38513821,15.7360605 6.42947154,15.7782876 6.43943089,15.8639335 C6.44358537,15.8998605 6.44170732,15.9364686 6.44170732,15.972793 C6.44176423,17.5298578 6.44176423,19.0869795 6.44165041,20.6441011 C6.44165041,20.6803686 6.44330081,20.7170903 6.43863415,20.752847 C6.42821951,20.8327038 6.38701626,20.872093 6.30603252,20.8832173 C6.28366667,20.8863389 6.2606748,20.8858281 6.23791057,20.8858281 C5.60517886,20.8859416 4.97244715,20.8860601 4.33971545,20.8856011 C4.30858537,20.8855443 4.27745528,20.8807768 4.22902439,20.8768038 L4.22902439,20.7140822 C4.22902439,19.7970632 4.22902439,18.8800443 4.22902439,17.9630254 C4.22902439,17.9267011 4.23021951,17.89032 4.22862602,17.8540524 C4.22333333,17.7320254 4.18360976,17.6908768 4.06386992,17.6853146 C4.01390244,17.6829308 3.96376423,17.684747 3.91368293,17.684747 C3.38111382,17.6846903 2.8484878,17.6845768 2.31597561,17.6848038 C2.10688618,17.6848605 2.06841463,17.7222632 2.06830081,17.9289146 C2.06795935,18.8550714 2.06818699,19.7811146 2.06818699,20.7072714 L2.06818699,20.8758389 C2.02208943,20.8799254 1.98731707,20.8854876 1.9524878,20.8855443 C1.34707317,20.8860601 0.741658537,20.8863389 0.136243902,20.8856578' id='Fill-22' fill='%23231F20'%3E%3C/path%3E%3Cpath d='M1.13821138e-05,14.8876322 C0.408913821,14.3541754 0.817019512,13.8200943 1.2251252,13.2861268 C1.80151545,12.5319997 2.37767805,11.7777024 2.95406829,11.0236322 C2.98713333,10.9803268 3.01843415,10.9351484 3.05548293,10.8954754 C3.14045041,10.8046078 3.22718211,10.8059132 3.3122065,10.8989943 C3.35193008,10.94247 3.38675935,10.9904862 3.42295447,11.0371403 C4.40784878,12.3078673 5.39257236,13.5787078 6.37752358,14.8493781 C6.43056423,14.91777 6.49441789,14.9832105 6.44536098,15.0802646 C6.39590569,15.17817 6.30314146,15.1618808 6.21777561,15.1618808 C5.21216585,15.1621078 4.2065561,15.1620511 3.20094634,15.1620511 L0.225092683,15.1620511' id='Fill-24' fill='%23231F20'%3E%3C/path%3E%3Cpath d='M24.7245179,13.9573549 L21.7344366,13.9573549 C21.6980138,13.9573549 21.6614203,13.9597954 21.6252821,13.9562765 C21.5433309,13.9483873 21.5022415,13.9086008 21.4920545,13.8284035 C21.4886398,13.8015576 21.4905748,13.7740305 21.4905748,13.7467873 C21.4905179,13.3882549 21.4901195,13.0296089 21.4907455,12.6710765 C21.4910301,12.5007495 21.5269407,12.4649359 21.6997211,12.4648792 C23.7112252,12.4645954 25.7228431,12.4647063 27.7344041,12.4648792 C27.7661602,12.4648792 27.798713,12.4634603 27.8295585,12.4693062 C27.8943228,12.4816792 27.9356398,12.5190251 27.9388837,12.5888927 C27.939965,12.6115386 27.9403065,12.6342414 27.9403065,12.6569441 C27.9403634,13.0245008 27.9408756,13.3921711 27.9401358,13.7598414 C27.9397943,13.9321549 27.9147537,13.9570711 27.7418593,13.9571846 C26.7360789,13.9575819 25.7302984,13.9573549 24.7245179,13.9573549' id='Fill-26' fill='%23231F20'%3E%3C/path%3E%3Cpath d='M19.0394593,13.0895384 C19.3123455,13.0895384 19.5852886,13.0889141 19.8582317,13.0897654 C20.0269715,13.090333 20.0695407,13.1318789 20.0698821,13.2967573 C20.070622,13.6324735 20.0707358,13.9681897 20.0697683,14.3038492 C20.0693699,14.4614059 20.0270285,14.5033492 19.8656301,14.5035762 C19.3060854,14.5044843 18.7465976,14.5045978 18.1870528,14.5035195 C18.0356707,14.5032357 17.9888902,14.4575465 17.9883211,14.310887 C17.9870691,13.9660897 17.9869553,13.6212924 17.988435,13.2765519 C17.989061,13.139087 18.0384593,13.0909005 18.1797683,13.0901059 C18.466313,13.0883465 18.7528577,13.0895384 19.0394593,13.0895384' id='Fill-28' fill='%23FFFEFD'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-11:hover,
.data-page-wrapp-roas .sdg-annex-11:hover,
.iframe-chart-block .sdg-annex-11:hover {
  opacity: 0.1;
}

.data-page-wrapp .sdg-annex-13:before,
.data-page-wrapp-roas .sdg-annex-13:before,
.iframe-chart-block .sdg-annex-13:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='14px' viewBox='0 0 28 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EGroup 3%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0 27.9581825 0 27.9581825 13.96939 0 13.96939'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Country-Fact-Sheets' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Country-Fact-Sheet---expanded' transform='translate(-304.000000, -11460.000000)'%3E%3Cg id='Group-4' transform='translate(-6.000000, 5053.000000)'%3E%3Cg id='Group-3' transform='translate(310.000000, 6407.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M18.3083449,7.91816496 C18.3311307,7.91290219 18.3770153,7.90728175 18.4188849,7.89134015 C18.4625795,7.87468321 18.4828104,7.83845693 18.4634138,7.79221606 C18.4022518,7.64639124 18.3007844,7.5358219 18.1486354,7.48135474 C18.0634883,7.45090219 17.9803225,7.51993139 17.9792276,7.60929635 C17.9770898,7.77269781 18.1182369,7.91474161 18.3083449,7.91816496 M18.5865199,8.48894599 C18.6177006,8.48307007 18.6726056,8.47923796 18.7224529,8.4617635 C18.8253281,8.42558832 18.8535367,8.35553723 18.786222,8.27261022 C18.7308998,8.20450073 18.6587359,8.14293139 18.5816186,8.09965401 C18.4370302,8.01846423 18.3072499,8.05652993 18.2131866,8.19014307 C18.1555702,8.27204818 18.1636,8.3317781 18.2464529,8.38859562 C18.3409855,8.45353723 18.4495441,8.47964672 18.5865199,8.48894599 M15.3893579,7.94810657 C15.4272648,7.9388073 15.4902518,7.93114307 15.5464603,7.90774161 C15.6234212,7.8757562 15.6385423,7.82154453 15.5995926,7.74761022 C15.5518309,7.6568146 15.4724715,7.59723796 15.3819017,7.55232555 C15.2384082,7.48109927 15.1250525,7.50332555 15.012114,7.64817956 C14.9519426,7.72543504 14.9655516,7.79129635 15.0468402,7.84673431 C15.1419985,7.91167591 15.2520171,7.93359562 15.3893579,7.94810657 M10.1910562,3.03972701 C10.1955404,2.9547562 10.1682182,2.91326715 10.0869818,2.88066861 C9.97409534,2.83539854 9.75640447,2.88194599 9.67276946,2.98066131 C9.55607672,3.11846423 9.44611024,3.2617854 9.33703017,3.40556642 C9.28952924,3.46810657 9.29901899,3.51516496 9.36023315,3.56365401 C9.42149944,3.61224526 9.49267263,3.62803358 9.57083277,3.61617956 C9.70494078,3.59574161 9.82012142,3.53192409 9.93843054,3.47163212 C10.1193616,3.37935474 10.1800022,3.22494599 10.1910562,3.03972701 M12.7604864,10.0030409 C12.8430264,9.98602628 12.8688886,9.93115036 12.8918831,9.88025985 C12.9372983,9.77965401 12.9795851,9.67725985 13.0159277,9.57317956 C13.1020655,9.32649343 13.164114,9.07173431 13.2978048,8.8418073 C13.3311754,8.78437664 13.3443151,8.70988029 13.3470786,8.64253723 C13.3511978,8.54014307 13.2723598,8.48419416 13.1725609,8.51107007 C13.1292834,8.5227708 13.0862145,8.54295328 13.049194,8.56798978 C12.9285385,8.6497927 12.8401587,8.7577562 12.8145572,8.90220146 C12.770289,9.15134015 12.7276894,9.40093869 12.694006,9.65155912 C12.6827955,9.73474161 12.696248,9.82247153 12.7081885,9.90672701 C12.7131419,9.9417781 12.7435926,9.97340584 12.7604864,10.0030409 M8.57811024,4.88292409 C8.65663538,4.91562482 8.7214473,4.91715766 8.78219218,4.88338394 C8.84319777,4.84935474 8.90545475,4.81374161 8.95691844,4.7677562 C9.08581229,4.65238394 9.20589423,4.52750803 9.33541378,4.41285109 C9.41795382,4.33973431 9.50972291,4.27632555 9.59982346,4.2118438 C9.67355158,4.15911387 9.75520521,4.11639854 9.82554413,4.05988759 C9.89833371,4.00148613 9.892546,3.94523066 9.81589795,3.89030365 C9.72814376,3.82740584 9.62688492,3.80446423 9.52041192,3.81815766 C9.43005065,3.8297562 9.33989795,3.84723066 9.25162235,3.86966131 C9.12971546,3.90057372 9.03325363,3.9687854 8.97475084,4.08098978 C8.85383464,4.31296058 8.73354413,4.54523796 8.61424432,4.77802628 C8.59980112,4.80617956 8.59323128,4.83821606 8.57811024,4.88292409 M19.7092313,8.20429635 C19.7230488,8.1588219 19.7325907,8.1368 19.7361885,8.11390949 C19.765127,7.92863942 19.8010525,7.74393139 19.8193542,7.55753723 C19.8468849,7.27728175 19.8704529,6.99498248 19.8324939,6.71447153 C19.8078831,6.53196058 19.7137155,6.38352993 19.5290823,6.31138394 C19.4573356,6.28333285 19.380479,6.26315036 19.295019,6.31015766 C19.3285981,6.3767854 19.3591009,6.43850803 19.390803,6.49961752 C19.4318384,6.5787635 19.4344976,6.64855912 19.3729184,6.72561022 C19.2558086,6.87209927 19.2074734,7.04423796 19.2168067,7.23012117 C19.2341177,7.5747562 19.3778719,7.86722336 19.6075032,8.12269781 C19.6312276,8.14906277 19.663451,8.16807007 19.7092313,8.20429635 M17.5297676,11.5794204 C17.5013505,11.557654 17.4896708,11.5469752 17.4763225,11.5388511 C17.3008142,11.4322161 17.1038756,11.427362 16.9078756,11.4333401 C16.6661475,11.4407489 16.4552872,11.5393109 16.264032,11.6767562 C16.143168,11.7636175 16.0261102,11.8567635 15.9151009,11.9553766 C15.824479,12.0358511 15.7274957,12.0537343 15.615235,12.0212891 C15.5313393,11.9969679 15.4473393,11.9730044 15.3640693,11.9468438 C15.0547657,11.849508 14.7480171,11.7435372 14.4359501,11.6555518 C14.0942667,11.5591358 13.7453877,11.4997635 13.386654,11.5401796 C13.1181773,11.5704277 12.8634138,11.641092 12.6361289,11.7892672 C12.4763151,11.8934496 12.3531568,12.0288 12.2781251,12.204362 C12.2135218,12.3553985 12.2849557,12.5043912 12.4450302,12.5453182 C13.2383114,12.748165 14.037276,12.8039606 14.849276,12.6861358 C15.7822443,12.5507854 16.6304827,12.2125372 17.3981624,11.6774204 C17.4384156,11.6493182 17.4770004,11.6188657 17.5297676,11.5794204 M18.0995181,11.0879898 C18.1259017,11.0670409 18.1467583,11.0534496 18.1639128,11.0363328 C18.7196894,10.4816467 19.1456335,9.84388029 19.435019,9.1198146 C19.4523821,9.07623066 19.4573356,9.02396058 19.453425,8.97695328 C19.4397639,8.8147781 19.3733877,8.66936204 19.2868849,8.53309197 C19.2446503,8.46661752 19.2006428,8.4558365 19.1271233,8.49190949 C19.0715404,8.51909197 19.0195553,8.55388759 18.9678309,8.58817226 C18.7373654,8.74099708 18.4860432,8.84088759 18.2137601,8.90036204 C17.9217155,8.96417956 17.6302965,9.0347927 17.3445088,9.12104088 C16.9525088,9.23927445 16.729708,9.52356642 16.6167695,9.89737664 C16.5682257,10.0580701 16.5809482,10.2189679 16.6378868,10.3784861 C16.6803821,10.4975372 16.7118235,10.6204715 16.747749,10.7417708 C16.7674585,10.8082453 16.7813281,10.8768657 16.8065646,10.9412453 C16.8518235,11.0566686 16.9167397,11.0853328 17.0321289,11.0335737 C17.1225423,10.9930555 17.2051866,10.9361358 17.2928365,10.8894861 C17.3344454,10.8674131 17.3798607,10.8521358 17.4395106,10.8270993 C17.4395106,10.8750774 17.4405013,10.9025664 17.4392499,10.9299022 C17.4371642,10.9751212 17.4306987,11.0220774 17.4793989,11.0497708 C17.5305497,11.0787927 17.5776335,11.0622891 17.6163747,11.026727 C17.6995404,10.9504934 17.7881289,10.9602526 17.8826093,11.0013328 C17.9543039,11.0324496 18.0277713,11.0594788 18.0995181,11.0879898 M12.2398533,6.63317956 C12.2973132,6.68820876 12.3460134,6.73128175 12.3904901,6.77818686 C12.5493132,6.94598248 12.7061549,7.11561752 12.8648216,7.28356642 C13.0123821,7.43986569 13.1868477,7.47997518 13.3858197,7.38948613 C13.4685683,7.35188029 13.553924,7.31417226 13.6258793,7.26072701 C13.6940283,7.21009197 13.7560767,7.14509927 13.8031605,7.07504818 C13.8769408,6.96509197 13.8698495,6.84941314 13.7789669,6.74722336 C13.7132685,6.67339124 13.6454324,6.60104088 13.5746242,6.53185839 C13.3915553,6.35297518 13.2050451,6.17736204 13.0226019,5.9978146 C12.9759352,5.95193139 12.9376633,5.89736204 12.8984529,5.84468321 C12.8744156,5.81239124 12.8670115,5.77115766 12.9034585,5.74627445 C12.9263486,5.73069051 12.9688961,5.72200438 12.9926726,5.73227445 C13.0568588,5.76007007 13.1214101,5.79271971 13.1756894,5.83574161 C13.352032,5.97553723 13.5414622,6.09121606 13.751384,6.17674891 C13.9172462,6.24429635 14.0145423,6.36646423 14.0454622,6.54427445 C14.0860804,6.7777781 14.2301996,6.93290219 14.4541996,7.01567591 C14.5710488,7.05885109 14.6895143,7.09860292 14.8092313,7.13334745 C15.1106093,7.2208219 15.380181,7.35545693 15.5921363,7.59212847 C15.6994957,7.71194599 15.7965311,7.70208467 15.8873616,7.56867591 C15.9518086,7.47409927 15.9988402,7.36817956 16.0549445,7.26803358 C16.1144901,7.16185839 16.1168365,7.04950073 16.0959277,6.93428175 C16.0916,6.91016496 16.0836223,6.8867635 16.0789296,6.8628 C16.0619836,6.7757854 16.0950935,6.71442044 16.1728365,6.66838394 C16.3741028,6.54917956 16.5935665,6.61703358 16.6864305,6.83704818 C16.7914957,7.08603358 16.8956745,7.3357854 16.9885907,7.58926715 C17.0497006,7.75604088 17.1413654,7.90012847 17.2771419,8.01187299 C17.4491047,8.15340584 17.6304529,8.28420876 17.810289,8.41634015 C17.8494473,8.44510657 17.8973132,8.46774161 17.9447099,8.47923796 C18.0468551,8.50401898 18.1214175,8.43228175 18.0945125,8.33244234 C18.0756372,8.26213577 18.0435181,8.19417956 18.0095218,8.12913577 C17.9563374,8.02740584 17.8989296,7.92756642 17.8390711,7.82946423 C17.77306,7.72124526 17.7575739,7.60418686 17.7865125,7.48661752 C17.811749,7.38442774 17.8522108,7.28474161 17.8963225,7.18852993 C17.9507583,7.0697854 18.044248,6.99411387 18.1815367,6.97648613 C18.3817601,6.9508365 18.5513765,6.85467591 18.713641,6.74528175 C18.8755926,6.63609197 18.8883151,6.57763942 18.7834063,6.4117854 C18.7086354,6.29350073 18.6647322,6.16949343 18.6763598,6.02903358 C18.6810004,5.97242044 18.672762,5.90609927 18.736114,5.87855912 C18.8053579,5.84846423 18.8541624,5.90216496 18.8983263,5.94298978 C18.9435851,5.98473431 18.9780507,6.03751533 19.0220581,6.0807927 C19.1320767,6.18890949 19.2654547,6.22161022 19.4128067,6.17496058 C19.5537974,6.13035474 19.6544827,6.03950803 19.6690823,5.88862482 C19.6783114,5.7927708 19.6842034,5.69022336 19.6600618,5.59861022 C19.3159277,4.29231825 18.5890227,3.23296788 17.4910786,2.42244964 C16.5636894,1.73793139 15.5127248,1.36846423 14.3557043,1.29391679 C13.9178719,1.26566131 13.4808216,1.28865401 13.0467434,1.35993139 C12.3062816,1.48153723 11.6147806,1.73103358 10.9732313,2.11307007 C10.9468477,2.1287562 10.9235404,2.14924526 10.8772909,2.18342774 C10.9269296,2.18644234 10.9497676,2.19063212 10.9721363,2.1887927 C11.1382592,2.17520146 11.3041736,2.15844234 11.4704007,2.14623066 C11.7572313,2.12512847 12.0445311,2.09534015 12.3315702,2.13606277 C12.4213058,2.1487854 12.5119277,2.1718292 12.5954585,2.20590949 C12.7171047,2.25567591 12.7556372,2.33242044 12.7446875,2.45985109 C12.7429669,2.48013577 12.7397862,2.50042044 12.736397,2.52055182 C12.7127769,2.66162482 12.7603821,2.77996058 12.8641438,2.87489489 C12.9309371,2.93595328 13.0062294,2.98817226 13.0778197,3.04427445 C13.1168216,3.07488029 13.1592648,3.10211387 13.1941996,3.13670511 C13.2570302,3.19888759 13.2519203,3.24431095 13.1814771,3.29974891 C13.1653132,3.31247153 13.1470637,3.3228438 13.1291791,3.33326715 C12.9712946,3.42472701 12.8147136,3.51848613 12.6548477,3.60647153 C12.5423784,3.66844964 12.4263635,3.72439854 12.3100879,3.77912117 C12.2733281,3.79644234 12.2286428,3.8137635 12.1908402,3.80850073 C12.1506912,3.80293139 12.1031903,3.77891679 12.0792574,3.74785109 C12.0511009,3.71131825 12.0800916,3.6687562 12.1149743,3.64223796 C12.1576261,3.6098438 12.2017378,3.57826715 12.2488216,3.55256642 C12.3471084,3.49901898 12.4486279,3.45109197 12.5470711,3.3978 C12.5979091,3.37025985 12.6490078,3.34067591 12.6928588,3.3038365 C12.7479203,3.25764672 12.7433318,3.20808467 12.67633,3.17972701 C12.612978,3.15285109 12.5391456,3.12551533 12.4736037,3.13231095 C12.2963747,3.1507562 12.120762,3.18514307 11.9452015,3.21723066 C11.8103114,3.24185839 11.6777155,3.28140584 11.5419911,3.29836934 C11.343749,3.32320146 11.1435777,3.3337781 10.9442406,3.35038394 C10.6794138,3.37240584 10.4417006,3.4648365 10.2321438,3.62297518 C10.0124715,3.7888292 10.025194,3.95601168 10.2656708,4.09085109 C10.4408663,4.18910657 10.6343635,4.23933285 10.8273914,4.29221606 C11.013276,4.34310657 11.1640171,4.29139854 11.2941102,4.16294599 C11.3586615,4.09923066 11.4181028,4.03050803 11.4804641,3.96464672 C11.5608663,3.8798292 11.6586317,3.84416496 11.7743858,3.87589489 C11.8296037,3.89101898 11.8835702,3.91467591 11.8938421,3.98968321 C11.7144231,4.09315036 11.5706689,4.2337635 11.427019,4.37662482 C11.2878533,4.51498978 11.1119799,4.54334745 10.9305795,4.46706277 C10.764613,4.39726715 10.5933281,4.37452993 10.4174026,4.38500438 C10.2262518,4.39629635 10.0378123,4.41417956 9.87148082,4.53210657 C9.75786443,4.61263212 9.62693706,4.67026715 9.50169311,4.73418686 C9.39923501,4.78635474 9.3783784,4.81859562 9.41649385,4.92691679 C9.44986443,5.02185109 9.42509721,5.09195328 9.35069125,5.15566861 C9.27774525,5.21805547 9.19880298,5.24585109 9.11031881,5.19971241 C8.94278808,5.11223796 8.77098175,5.12955912 8.5992797,5.17513577 C8.43857952,5.21774891 8.37475829,5.31002628 8.38466518,5.47363212 C8.38732439,5.51808467 8.39676201,5.56294599 8.40938026,5.60586569 C8.46235605,5.78602628 8.58687002,5.83860292 8.75273222,5.74198248 C8.84862048,5.68613577 8.94925363,5.65767591 9.05661304,5.63800438 C9.34547709,5.58507007 9.62657207,5.5137927 9.85208417,5.31007737 C9.91809534,5.25044964 10.0032425,5.25126715 10.0716,5.30220876 C10.129425,5.34528175 10.1788551,5.40373431 10.2190041,5.4637708 C10.2667136,5.53504818 10.2967471,5.61756642 10.3413803,5.69114307 C10.3923747,5.77519416 10.4483747,5.85658832 10.507451,5.93537664 C10.5363374,5.97395328 10.575235,6.00951533 10.6373877,5.97707007 C10.6636149,5.81530365 10.5079203,5.68516496 10.5509371,5.5098073 C10.745425,5.55262482 10.7739985,5.76773431 10.9278682,5.83395328 C10.9970078,5.80590219 11.0602034,5.77325255 11.1274138,5.75465401 C11.2382145,5.72404818 11.3240395,5.77560292 11.3594957,5.88346423 C11.3947955,5.99071241 11.3771196,6.08809927 11.291816,6.16438394 C11.1203225,6.3178219 10.9214547,6.40861752 10.6862443,6.35210657 C10.5050004,6.30847153 10.3234957,6.25523066 10.1527322,6.18236934 C9.7759054,6.02157372 9.38552179,5.91212847 8.98330205,5.83502628 C8.81707486,5.80319416 8.68510466,5.88852263 8.5411419,5.9348146 C8.5254473,5.9397708 8.51642682,5.96562482 8.50505996,5.98228175 C8.44030019,6.07716496 8.38732439,6.18298248 8.30832998,6.26463212 C8.19586071,6.38071971 8.16290726,6.51423066 8.15748454,6.66526715 C8.14168566,7.10734015 8.15320894,7.54757372 8.23168194,7.98463942 C8.30342868,8.38409927 8.41329088,8.77288029 8.5685162,9.14898978 C8.58222942,9.18225255 8.59724618,9.22890219 8.62446406,9.24060292 C8.73416983,9.28761022 8.84570056,9.33793869 8.96906741,9.2678365 C9.10958883,9.18807737 9.25209162,9.11107737 9.39741006,9.04005547 C9.52797244,8.97618686 9.58595382,8.99202628 9.68705624,9.09043504 C9.73414004,9.13626715 9.78315307,9.18245693 9.83863166,9.21715036 C9.94557393,9.28388029 10.0016261,9.37304088 10.0122629,9.4978146 C10.0246205,9.64343504 10.0551233,9.65947883 10.1947061,9.6157927 C10.1986689,9.61451533 10.2026317,9.61339124 10.2066466,9.61216496 C10.3167695,9.57869781 10.3568142,9.59898248 10.3896112,9.70924526 C10.4000395,9.74419416 10.4029594,9.78128905 10.4101549,9.81725985 C10.4301251,9.91735474 10.4462369,10.0183693 10.4719426,10.1170336 C10.497857,10.2161577 10.5408216,10.3050117 10.6741996,10.2886102 C10.6766503,10.3263693 10.6784752,10.3545737 10.6803523,10.3826759 C10.6900507,10.533508 10.6904678,10.6855664 10.7123672,10.8346102 C10.7311382,10.9627562 10.7630488,11.0916175 10.8097155,11.2126102 C10.8656633,11.3575153 10.9512797,11.4045226 11.1055143,11.3732015 C11.2552127,11.3428 11.4023561,11.294873 11.5457974,11.2419898 C11.6811047,11.192019 11.7852313,11.0979022 11.8694399,10.9809971 C11.9690302,10.8427343 12.0442182,10.6934861 12.0965162,10.5329971 C12.1282182,10.4357635 12.155019,10.3370993 12.1866168,10.2398657 C12.2097155,10.1687927 12.2407918,10.0975153 12.3127993,10.0638949 C12.407019,10.0199533 12.4338197,9.94167591 12.4629669,9.85246423 C12.5549445,9.57047153 12.620695,9.28689489 12.5961885,8.98737664 C12.5864901,8.86827445 12.6388924,8.76209927 12.719086,8.67452263 C12.8080395,8.57728905 12.8992872,8.4808219 12.9995032,8.39518686 C13.0793318,8.32697518 13.1264156,8.24869781 13.1506615,8.14962482 C13.1836149,8.01539854 13.1652089,7.94258832 13.051019,7.86272701 C12.9767173,7.81071241 12.8952723,7.76815036 12.8158607,7.72339124 C12.4796521,7.53403358 12.2929855,7.24013577 12.2067955,6.87904818 C12.189276,6.80557372 12.1780655,6.72540584 12.2398533,6.63317956 M-5.2141527e-06,6.96774891 C0.091033892,6.84466131 0.17393892,6.72750073 0.261953818,6.61417226 C1.39910838,5.15045693 2.75583091,3.91431825 4.3057378,2.88056642 C6.09742495,1.68555912 8.05210652,0.85690219 10.1686875,0.398478832 C10.8160246,0.258274453 11.4701922,0.158383942 12.1302518,0.0929824818 C12.8864603,0.0180262774 13.644181,-0.013550365 14.4035181,0.00535474453 C15.0830264,0.0222671533 15.7601885,0.0730043796 16.4341177,0.165639416 C20.0543561,0.663252555 23.1770078,2.17213577 25.8411791,4.61094599 C26.5865944,5.29336934 27.2656857,6.03490949 27.8604119,6.84849343 C27.9898272,7.02548613 27.9920693,6.97939854 27.8594212,7.15930365 C27.1475851,8.12458832 26.3199426,8.98630365 25.4077266,9.77050803 C23.6591605,11.2736175 21.6883151,12.4006686 19.4785572,13.1208 C18.5272872,13.4308438 17.5546391,13.6528511 16.5627508,13.792238 C15.9683896,13.875727 15.3707434,13.9254934 14.7703858,13.9519095 C14.1653877,13.9785299 13.5609631,13.9749022 12.9572685,13.9399533 C9.53579367,13.7417051 6.44411397,12.6488876 3.69317914,10.6419825 C2.4417825,9.72901898 1.32996872,8.67436934 0.373953818,7.46444234 C0.246728492,7.30344234 0.126959404,7.1367708 -5.2141527e-06,6.96774891' id='Fill-1' fill='%23000000' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-13:hover,
.data-page-wrapp-roas .sdg-annex-13:hover,
.iframe-chart-block .sdg-annex-13:hover {
  opacity: 0.1;
}

.data-page-wrapp .sdg-annex-16:before,
.data-page-wrapp-roas .sdg-annex-16:before,
.iframe-chart-block .sdg-annex-16:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='26px' height='24px' viewBox='0 0 26 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0.0542092426 25.9751698 0.0542092426 25.9751698 23.9265735 0 23.9265735'%3E%3C/polygon%3E%3Cpolygon id='path-3' points='0 0.0291852912 1.43223965 0.0291852912 1.43223965 2.43937555 0 2.43937555'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='SDG-Indicator-Dashboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='BETA-Linegraph-+-filter-' transform='translate(-1044.000000, -255.000000)'%3E%3Cg id='Group-25' transform='translate(1044.000000, 255.000000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.019229)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M24.6223661,4.98530642 C24.0622454,4.14215046 23.1697282,4.0389578 22.4124408,4.73723303 C22.9782397,5.59271927 23.8780787,5.67147156 24.6223661,4.98530642 M25.9191534,3.20923303 C25.1856247,2.51815046 24.3216477,2.55558165 23.6915213,3.41407706 C24.4228086,4.1042789 25.2836477,4.06890275 25.9191534,3.20923303 M22.3602914,0.2576 C21.8066707,1.02046239 21.7955385,1.82934312 22.5991477,2.42838899 C22.944096,2.6855633 22.9003891,2.70567339 23.1019638,2.31110459 C23.5141534,1.50435229 23.3077224,0.767838532 22.3602914,0.2576 M20.9532282,1.7522055 C20.2711764,2.64615046 20.454596,3.57635229 21.4928029,4.1136 C22.1691017,3.19543486 21.9742511,2.31396697 20.9532282,1.7522055 M25.9692856,0.0617834862 C24.7509466,-0.0291522936 24.0455845,0.706187156 24.1647511,1.86626055 C25.32205,1.9496367 26.048481,1.29576514 25.9692856,0.0617834862 M1.4262569,19.668389 L1.43200977,19.668389 C1.43200977,19.5098569 1.43260747,19.3513982 1.43186034,19.1930128 C1.42946954,18.6455633 1.22737184,18.447178 0.676963793,18.4512881 C0.243406322,18.4545174 0.00395229885,18.6887193 0.00111321839,19.1164624 C-0.00105344828,19.4274349 0.000590229885,19.7384807 0.000664942529,20.0495266 C0.000664942529,20.6966459 0.171532759,20.8653798 0.822952299,20.8613431 C1.17604425,20.8590679 1.40369368,20.6538569 1.42401552,20.3017835 C1.43619368,20.0912881 1.4262569,19.879545 1.4262569,19.668389 M21.6319925,16.7042789 C22.4080328,16.7042789 23.1841477,16.7050128 23.9603374,16.7039853 C24.3615443,16.7033982 24.6477684,16.4448294 24.6561362,16.0791046 C24.6645787,15.7110312 24.3713316,15.4189945 23.9715443,15.4180404 C22.4193891,15.4145908 20.8670845,15.4146642 19.3148546,15.4180404 C18.9081937,15.4189211 18.625481,15.7000954 18.6324293,16.0769761 C18.6393029,16.4504807 18.9155155,16.7033982 19.321504,16.7039119 C20.091642,16.7050862 20.8617799,16.7042789 21.6319925,16.7042789 M21.6408086,23.9262239 C22.4048948,23.9262239 23.168981,23.9269578 23.9330672,23.9253431 C24.0158489,23.9251229 24.1018431,23.9235083 24.1805902,23.9020771 C24.4863891,23.8187009 24.6888603,23.5216734 24.654119,23.2203156 C24.615119,22.8813064 24.3368891,22.6374899 23.962504,22.6366092 C22.4164006,22.6330862 20.8702224,22.6327927 19.324119,22.636756 C18.9129006,22.6377835 18.6310845,22.9125725 18.6319063,23.2882789 C18.6328776,23.665233 18.9152914,23.9250495 19.3305443,23.9257835 C20.1006822,23.9272514 20.8706707,23.9262239 21.6408086,23.9262239 M21.2120328,5.72761835 C20.9843086,5.49466422 20.7866937,5.29972844 20.5972224,5.09745321 C20.0162569,4.47726972 19.4755615,4.3482422 18.7085615,4.73723303 C18.2510213,4.96930642 17.8232914,5.26993028 17.4152109,5.58141651 C16.949004,5.93737982 16.5316592,6.35455413 16.070981,6.71815046 C15.434504,7.22053578 14.7127052,7.53818716 13.8848144,7.59330642 C13.0241994,7.65055413 12.2475615,7.40409541 11.5177684,6.97855413 C10.8844293,6.60923303 10.3695098,6.10332477 9.84592356,5.60365505 C8.37647529,4.20137982 6.69432011,3.2069578 4.59519368,3.06670092 C4.05255575,3.03051743 3.50528563,3.06126972 2.96010747,3.06126972 C2.95517644,3.07903119 2.9502454,3.09679266 2.94531437,3.11455413 C3.83693506,3.52145321 4.2212569,4.30185688 4.49037184,5.15117798 C4.67961897,5.74860917 4.83673966,6.35712294 4.98011322,6.96717798 C5.16129138,7.73804037 5.32707874,8.51125138 5.66761897,9.23514128 C6.28183161,10.540389 7.23501552,11.4639119 8.68698103,11.8228844 C8.93562471,11.884389 9.1908431,11.9200587 9.45629713,11.9701138 C9.42827989,11.9860404 9.41438333,11.9974899 9.39839483,12.0022606 C9.36432586,12.0125358 9.32958448,12.0215633 9.29439483,12.0271413 C8.85336609,12.0973064 8.43691782,12.2394716 8.05939483,12.4727193 C7.59445805,12.7598385 7.14349253,13.068756 6.67892931,13.3565358 C6.4578546,13.4934165 6.22811322,13.6241321 5.98701552,13.7208661 C5.29196379,13.9999853 4.56142356,14.0413064 3.82191782,13.982811 C3.59120517,13.9646092 3.36176264,13.9309945 3.21577414,13.9140404 C3.9411592,14.3409028 4.74192931,14.783545 5.51266494,15.2719119 C6.76746379,16.0670679 8.14501552,16.4693431 9.61842356,16.5936734 C9.74326839,16.6042422 9.76067644,16.6595817 9.76022816,16.7622606 C9.75746379,17.4667743 9.75910747,18.1712881 9.75806149,18.8758018 C9.75798678,18.9202789 9.74812471,18.9648294 9.74132586,19.0208294 C7.1108431,18.9660037 4.49268793,18.9113248 1.87460747,18.8567193 L1.87460747,20.5033982 C1.94909598,20.5033982 2.01334885,20.5046459 2.07760172,20.503178 C3.34973391,20.4730862 4.62179138,20.4405725 5.89399828,20.4126092 C8.28913621,20.3599119 10.6841994,20.2974532 13.0796362,20.263545 C14.3380213,20.2457835 15.5968546,20.1177835 16.8558374,20.2581138 C17.549619,20.3354716 18.2439236,20.407545 18.9383029,20.4794716 C19.0476822,20.4908477 19.0876534,20.5359853 19.0854868,20.6478385 C19.0786132,21.0058569 19.0817511,21.3640954 19.0833948,21.7221872 C19.0848891,22.0327927 19.2166822,22.1644624 19.5259178,22.1645358 C20.9362684,22.1651229 22.3466937,22.1651229 23.757119,22.1645358 C24.0666534,22.1644624 24.1923948,22.0417468 24.1924695,21.7389945 C24.193142,20.3651963 24.193142,18.9913982 24.1924695,17.6176 C24.1923948,17.3222606 24.0619466,17.1855266 23.7556994,17.1847927 C22.3452741,17.1813431 20.9349236,17.1814899 19.524573,17.1846459 C19.218027,17.1853064 19.0847397,17.329233 19.0833201,17.6369761 C19.0818259,17.9775266 19.0829466,18.3179303 19.0829466,18.6584807 L19.0829466,18.8578936 C18.5158776,18.9198385 17.9713718,18.9808294 17.4264925,19.0385174 C16.9936075,19.0842422 16.5601994,19.1617468 16.1270155,19.1618936 C15.111596,19.1623339 14.0961764,19.1260771 13.0808316,19.1020037 C12.7432052,19.0939303 12.4057282,19.0778569 12.0586879,19.0650862 C12.0542052,18.9896367 12.0477799,18.9319486 12.0477052,18.8742606 C12.0470328,18.1639486 12.0522626,17.4534899 12.0433718,16.7432514 C12.0414293,16.5875817 12.1034408,16.5444991 12.2444983,16.5253431 C13.3089293,16.3811963 14.3339121,16.100022 15.3048776,15.6439486 C16.3108086,15.1713615 17.1682109,14.5237284 17.7582914,13.5756183 C18.3411994,12.6391046 18.5400845,11.6073982 18.504073,10.5255633 C18.4839006,9.91910459 18.4981707,9.31697615 18.6350443,8.72350826 C18.8074063,7.97671927 19.1678948,7.34868257 19.8874523,6.99176514 C20.1823431,6.84548991 20.5106305,6.7629211 20.826142,6.65877431 C20.9234925,6.62662752 21.0292109,6.61914128 21.1356764,6.59947156 C21.1453891,6.64593028 21.1533833,6.6682422 21.1542052,6.69084771 C21.1753489,7.2749945 21.2999695,7.84049908 21.4714351,8.39771009 C21.5415902,8.62574679 21.5415155,8.62574679 21.780596,8.54523303 C21.7704351,8.50655413 21.762142,8.46677431 21.7496649,8.4283156 C21.5752109,7.89055413 21.4573891,7.34266422 21.4080787,6.77884771 C21.3926132,6.60211376 21.4375902,6.52725138 21.6168259,6.5296 C21.8282626,6.53238899 22.0396247,6.53026055 22.2509868,6.53026055 C22.071004,6.36358165 21.881981,6.24255413 21.7066305,6.10479266 C21.4181649,5.87815046 21.4207799,5.97774679 21.5273201,5.57026055 C21.7133546,4.85855413 22.1559523,4.30207706 22.6569753,3.78134312 C22.9975902,3.42721468 23.3394753,3.07433394 23.6721707,2.71323303 C23.8020213,2.57238899 23.9081879,2.41055413 24.0343776,2.24637064 C23.9465902,2.19308624 23.8831592,2.15462752 23.8375098,2.1268844 C23.5227454,2.47536147 23.2251649,2.81062752 22.9209351,3.13980183 C22.6598144,3.42222385 22.3833029,3.6909211 22.1277856,3.97789358 C21.7626649,4.38794862 21.4798029,4.8482055 21.3155845,5.37290275 C21.2844293,5.47264587 21.2568603,5.57348991 21.2120328,5.72761835' id='Fill-1' fill='%23FFFFFF' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M11.3791839,16.6632954 C11.0822759,16.6632954 10.8083046,16.6578642 10.5350805,16.6695339 C10.4963046,16.6711486 10.4296609,16.7558459 10.4291379,16.8025248 C10.4223391,17.5059376 10.4264483,18.2094239 10.4224885,18.9128367 C10.4218161,19.031589 10.469931,19.0632954 10.5822241,19.0613872 C10.7849195,19.0578642 10.9891839,19.0537541 11.1902356,19.0739376 C11.3532586,19.0903046 11.3947241,19.0387817 11.3930805,18.8842128 C11.3858333,18.2042128 11.3901667,17.5241394 11.3894943,16.8442128 C11.3894943,16.7866716 11.3831437,16.7291303 11.3791839,16.6632954 M21.2119655,5.74689174 C21.2568678,5.59268991 21.2844368,5.49184587 21.315592,5.39217615 C21.4798103,4.8674055 21.7626724,4.40722202 22.1277931,3.99716697 C22.3833103,3.7101945 22.6598218,3.44149725 22.9208678,3.15900183 C23.2251724,2.82982752 23.5227529,2.49463486 23.8375172,2.1461578 C23.8831667,2.17382752 23.9465977,2.21228624 24.0343851,2.26564404 C23.9081954,2.42982752 23.801954,2.59158899 23.6721782,2.73243303 C23.3394828,3.09353394 22.9975977,3.44648807 22.6569828,3.80054312 C22.1559598,4.32135046 21.7133621,4.87782752 21.5273276,5.58946055 C21.4207874,5.99702018 21.4181724,5.89735046 21.7066379,6.12399266 C21.8819885,6.26175413 22.0709368,6.38285505 22.2509943,6.54946055 C22.0396322,6.54946055 21.8281954,6.55166239 21.6168333,6.5488 C21.4375977,6.54645138 21.3926207,6.62138716 21.4080115,6.79804771 C21.4573966,7.36193761 21.5752184,7.90975413 21.7496724,8.44758899 C21.7621494,8.48597431 21.7704425,8.52575413 21.7806034,8.56443303 C21.541523,8.64494679 21.5415977,8.64494679 21.4714425,8.41698349 C21.299977,7.85977248 21.1753563,7.29426789 21.1542126,6.7101211 C21.1533908,6.6874422 21.1453966,6.66513028 21.1356839,6.61874495 C21.0292184,6.63834128 20.9235,6.64590092 20.8261494,6.67797431 C20.5106379,6.7821211 20.1823506,6.86468991 19.8874598,7.01096514 C19.1679023,7.36795596 18.8074138,7.99591927 18.6350517,8.74270826 C18.4981782,9.33617615 18.483908,9.93830459 18.5040805,10.5448367 C18.540092,11.6265982 18.3412069,12.658378 17.7582989,13.5948183 C17.1681437,14.5429284 16.3108161,15.1906349 15.3048851,15.6631486 C14.3339195,16.1192954 13.3089368,16.4003963 12.2445057,16.5446165 C12.1034483,16.5637725 12.0414368,16.6067817 12.0433793,16.7625248 C12.0522701,17.4726899 12.0470402,18.1831486 12.0477126,18.8935339 C12.0477874,18.951222 12.0542126,19.0088367 12.0586954,19.0842862 C12.4057356,19.0970569 12.7432126,19.1132037 13.0808391,19.1212037 C14.0961839,19.1452771 15.1116034,19.1816073 16.127023,19.181167 C16.5602069,19.1810202 16.9935402,19.1034422 17.4264253,19.0577174 C17.9713046,19.0001028 18.5158103,18.9391119 19.082954,18.8770936 L19.082954,18.6776807 C19.082954,18.3372037 19.0818333,17.9967266 19.0833276,17.6561761 C19.0847471,17.348433 19.2180345,17.2045064 19.5245057,17.2038459 C20.9348563,17.2006899 22.3452816,17.2005431 23.7557069,17.2039927 C24.061954,17.2047266 24.1924023,17.3414606 24.192477,17.6368734 C24.1931494,19.0105982 24.1931494,20.3843963 24.192477,21.7581945 C24.1924023,22.0609468 24.0665862,22.1837358 23.7571264,22.1838092 C22.3467011,22.1843963 20.9362759,22.1843963 19.5259253,22.1838092 C19.2166897,22.1837358 19.0848966,22.0520661 19.0834023,21.7413872 C19.0817586,21.3833688 19.0786207,21.0251303 19.0854943,20.6671119 C19.0876609,20.5551853 19.0476897,20.5100477 18.9383103,20.498745 C18.243931,20.426745 17.5496264,20.3546716 16.8558448,20.2773138 C15.5968621,20.1369835 14.3380287,20.2649835 13.0796437,20.282745 C10.6842069,20.3166532 8.28914368,20.3791853 5.89400575,20.4318826 C4.62179885,20.4598459 3.34974138,20.4922862 2.07753448,20.522378 C2.01335632,20.5239193 1.94910345,20.5225982 1.87461494,20.5225982 L1.87461494,18.8759193 C4.4926954,18.9305982 7.11085057,18.9852771 9.74133333,19.0401028 C9.74805747,18.9840294 9.75799425,18.9395523 9.75806897,18.8950018 C9.75904023,18.1905615 9.75747126,17.4859743 9.76023563,16.7814606 C9.7606092,16.678855 9.74327586,16.6234422 9.61843103,16.6128734 C8.14494828,16.4885431 6.76739655,16.0863413 5.51267241,15.2911853 C4.74193678,14.802745 3.94116667,14.3601028 3.21578161,13.9333138 C3.3616954,13.9501945 3.59121264,13.9838092 3.82192529,14.002011 C4.56143103,14.0605064 5.29189655,14.0192587 5.98702299,13.7401394 C6.22812069,13.6434055 6.45786207,13.5126165 6.67893678,13.3757358 C7.1435,13.087956 7.59446552,12.7790385 8.05932759,12.4919193 C8.43692529,12.2586716 8.85337356,12.1165798 9.2944023,12.0464147 C9.32951724,12.0408367 9.36433333,12.0318092 9.3984023,12.0215339 C9.4143908,12.0166899 9.42828736,12.0052404 9.4563046,11.9893138 C9.19077586,11.9393321 8.93555747,11.903589 8.68698851,11.8421578 C7.23502299,11.4831119 6.28176437,10.5596624 5.66762644,9.25441468 C5.32708621,8.53045138 5.16129885,7.75724037 4.98012069,6.98637798 C4.83674713,6.37639633 4.67962644,5.76788257 4.4903046,5.17037798 C4.22126437,4.32113028 3.83694253,3.54065321 2.94532184,3.13375413 C2.95025287,3.11599266 2.95518391,3.09823119 2.96011494,3.08054312 C3.5052931,3.08054312 4.05256322,3.04971743 4.59520115,3.08597431 C6.69432759,3.2261578 8.37648276,4.22065321 9.84593103,5.62285505 C10.3695172,6.12259817 10.8844368,6.62843303 11.5177759,6.99782752 C12.247569,7.42329541 13.0242069,7.66982752 13.8848218,7.61257982 C14.7127126,7.55746055 15.4345115,7.23973578 16.0709885,6.73742385 C16.5316667,6.37382752 16.9490115,5.95657982 17.4152184,5.60061651 C17.8232989,5.28913028 18.2510287,4.98857982 18.708569,4.75650642 C19.475569,4.3675156 20.0162644,4.49654312 20.5972299,5.11672661 C20.7867011,5.31900183 20.9843161,5.51393761 21.2119655,5.74689174' id='Fill-4' fill='%23000000'%3E%3C/path%3E%3Cpath d='M21.6407862,23.9454752 C20.8706483,23.9454752 20.1006598,23.9465028 19.3305218,23.9450349 C18.9153437,23.9442275 18.6328552,23.684411 18.6319586,23.3075303 C18.6310621,22.9317505 18.9128782,22.6569615 19.3240966,22.6560073 C20.8702747,22.652044 22.4163782,22.6523376 23.9624816,22.6558606 C24.3368667,22.6566679 24.6151713,22.9005578 24.6540966,23.239567 C24.6888379,23.5408514 24.4863667,23.8379523 24.1805678,23.9213284 C24.1018207,23.9427596 24.0158264,23.9443009 23.9331195,23.9445211 C23.1689586,23.9462092 22.4049471,23.9454752 21.6407862,23.9454752' id='Fill-6' fill='%23000000'%3E%3C/path%3E%3Cpath d='M21.6319626,16.7235009 C20.86175,16.7235009 20.0916868,16.7243083 19.3214741,16.7231339 C18.9155603,16.7226202 18.639273,16.4697028 18.6324741,16.0961982 C18.6255259,15.7193174 18.9081638,15.4381431 19.3148247,15.4372624 C20.8671293,15.4338862 22.4193592,15.4338128 23.9715144,15.4373358 C24.3713017,15.4382165 24.6646236,15.7302532 24.656181,16.0983266 C24.6477385,16.4640514 24.3615144,16.7226202 23.9603075,16.7232073 C23.1841178,16.7242349 22.4080776,16.7235009 21.6319626,16.7235009' id='Fill-8' fill='%23000000'%3E%3C/path%3E%3Cg id='Group-12' transform='translate(0.000000, 18.441248)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-11'%3E%3C/g%3E%3Cpath d='M1.42624195,1.24634862 C1.42624195,1.45750459 1.43617874,1.6693211 1.42400057,1.87981651 C1.40367874,2.23188991 1.17602931,2.43710092 0.822937356,2.43930275 C0.171592529,2.44341284 0.00065,2.2746789 0.00065,1.62748624 C0.000575287356,1.31644037 -0.0010683908,1.00546789 0.00109827586,0.694422018 C0.00393735632,0.266678899 0.243391379,0.0324770642 0.677023563,0.0292477064 C1.2273569,0.0251376147 1.4294546,0.223522936 1.43192011,0.770972477 C1.43259253,0.929431193 1.43199483,1.08788991 1.43199483,1.24634862 L1.42624195,1.24634862 Z' id='Fill-10' fill='%23000000' mask='url(%23mask-4)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M25.969308,0.0809761468 C26.0485034,1.3149578 25.3220724,1.96882936 24.1647736,1.88545321 C24.0456069,0.725453211 24.7508943,-0.00995963303 25.969308,0.0809761468' id='Fill-13' fill='%23000000'%3E%3C/path%3E%3Cpath d='M20.9531983,1.77145688 C21.9742213,2.33321835 22.1690718,3.21468624 21.4928477,4.13285138 C20.4545661,3.59560367 20.2711466,2.66540183 20.9531983,1.77145688' id='Fill-15' fill='%23000000'%3E%3C/path%3E%3Cpath d='M22.3602615,0.276829358 C23.3077672,0.78706789 23.5141236,1.52358165 23.1020086,2.33033394 C22.9003592,2.72490275 22.9440661,2.70479266 22.5991178,2.44761835 C21.7955086,1.84864587 21.8067155,1.03976514 22.3602615,0.276829358' id='Fill-17' fill='%23000000'%3E%3C/path%3E%3Cpath d='M25.9191833,3.22844771 C25.2836029,4.08811743 24.4228385,4.12349358 23.6915511,3.43329174 C24.3216029,2.57479633 25.1856546,2.53736514 25.9191833,3.22844771' id='Fill-19' fill='%23000000'%3E%3C/path%3E%3Cpath d='M24.6223661,5.00453578 C23.8780787,5.69070092 22.9782397,5.61194862 22.4124408,4.75646239 C23.1697282,4.05818716 24.0622454,4.16137982 24.6223661,5.00453578' id='Fill-21' fill='%23000000'%3E%3C/path%3E%3Cpath d='M11.3791839,16.6632954 C11.3831437,16.7291303 11.3894943,16.7866716 11.3894943,16.8442128 C11.3901667,17.5241394 11.3858333,18.2042128 11.3930805,18.8842128 C11.3947241,19.0387817 11.3532586,19.0903046 11.1902356,19.0739376 C10.9891839,19.0537541 10.7849195,19.0578642 10.5822241,19.0613872 C10.469931,19.0632954 10.4218161,19.031589 10.4224885,18.9128367 C10.4264483,18.2094239 10.4223391,17.5059376 10.4291379,16.8025248 C10.4296609,16.7558459 10.4963046,16.6711486 10.5350805,16.6695339 C10.8083046,16.6578642 11.0822759,16.6632954 11.3791839,16.6632954' id='Fill-23' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-16.active,
.data-page-wrapp-roas .sdg-annex-16.active,
.iframe-chart-block .sdg-annex-16.active {
  color: #01558B !important;
}

.data-page-wrapp .sdg-annex-16.active:before,
.data-page-wrapp-roas .sdg-annex-16.active:before,
.iframe-chart-block .sdg-annex-16.active:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='26px' height='25px' viewBox='0 0 26 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0.0550562621 25.9751698 0.0550562621 25.9751698 24.3004262 0 24.3004262'%3E%3C/polygon%3E%3Cpolygon id='path-3' points='0 0.0296413114 1.43223965 0.0296413114 1.43223965 2.47749079 0 2.47749079'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Style-Guide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard-Copy' transform='translate(-532.000000, -911.000000)'%3E%3Cg id='Group-25' transform='translate(532.000000, 911.000000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.019530)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M24.6223661,5.06320183 C24.0622454,4.20687156 23.1697282,4.10206651 22.4124408,4.81125229 C22.9782397,5.6801055 23.8780787,5.7600883 24.6223661,5.06320183 M25.9191534,3.25937729 C25.1856247,2.55749656 24.3216477,2.59551261 23.6915213,3.46742202 C24.4228086,4.16840826 25.2836477,4.13247936 25.9191534,3.25937729 M22.3602914,0.261625 C21.8066707,1.03640711 21.7955385,1.85792661 22.5991477,2.46633257 C22.944096,2.72752523 22.9003891,2.74794954 23.1019638,2.3472156 C23.5141534,1.5278578 23.3077224,0.779836009 22.3602914,0.261625 M20.9532282,1.77958372 C20.2711764,2.68749656 20.454596,3.6322328 21.4928029,4.177875 C22.1691017,3.24536353 21.9742511,2.35012271 20.9532282,1.77958372 M25.9692856,0.0627488532 C24.7509466,-0.0296077982 24.0455845,0.71722133 24.1647511,1.89542087 C25.32205,1.98009977 26.048481,1.31601147 25.9692856,0.0627488532 M1.4262569,19.9757076 L1.43200977,19.9757076 C1.43200977,19.8146984 1.43260747,19.6537638 1.43186034,19.4929037 C1.42946954,18.9369002 1.22737184,18.7354151 0.676963793,18.7395894 C0.243406322,18.7428693 0.00395229885,18.9807305 0.00111321839,19.4151571 C-0.00105344828,19.7309885 0.000590229885,20.0468945 0.000664942529,20.3628005 C0.000664942529,21.020031 0.171532759,21.1914014 0.822952299,21.1873016 C1.17604425,21.1849908 1.40369368,20.9765734 1.42401552,20.6189989 C1.43619368,20.4052144 1.4262569,20.1901628 1.4262569,19.9757076 M21.6319925,16.9652833 C22.4080328,16.9652833 23.1841477,16.9660287 23.9603374,16.9649851 C24.3615443,16.9643888 24.6477684,16.7017798 24.6561362,16.3303406 C24.6645787,15.9565161 24.3713316,15.6599163 23.9715443,15.6589472 C22.4193891,15.6554438 20.8670845,15.6555183 19.3148546,15.6589472 C18.9081937,15.6598417 18.625481,15.9454094 18.6324293,16.3281789 C18.6393029,16.7075195 18.9155155,16.9643888 19.321504,16.9649106 C20.091642,16.9661032 20.8617799,16.9652833 21.6319925,16.9652833 M21.6408086,24.3000711 C22.4048948,24.3000711 23.168981,24.3008165 23.9330672,24.2991766 C24.0158489,24.298953 24.1018431,24.2973131 24.1805902,24.275547 C24.4863891,24.1908681 24.6888603,23.8891995 24.654119,23.583133 C24.615119,23.2388268 24.3368891,22.9912007 23.962504,22.9903062 C22.4164006,22.9867282 20.8702224,22.98643 19.324119,22.9904553 C18.9129006,22.9914989 18.6310845,23.2705814 18.6319063,23.6521583 C18.6328776,24.0350023 18.9152914,24.2988784 19.3305443,24.2996239 C20.1006822,24.3011147 20.8706707,24.3000711 21.6408086,24.3000711 M21.2120328,5.81711239 C20.9843086,5.58051835 20.7866937,5.3825367 20.5972224,5.17710092 C20.0162569,4.54722706 19.4755615,4.41618349 18.7085615,4.81125229 C18.2510213,5.04695183 17.8232914,5.35227294 17.4152109,5.66862615 C16.949004,6.03015138 16.5316592,6.45384404 16.070981,6.82312156 C15.434504,7.33335665 14.7127052,7.65597133 13.8848144,7.71195183 C13.0241994,7.77009404 12.2475615,7.5197844 11.5177684,7.08759404 C10.8844293,6.71250229 10.3695098,6.19868922 9.84592356,5.69121216 C8.37647529,4.26702638 6.69432011,3.25706651 4.59519368,3.11461812 C4.05255575,3.07786927 3.50528563,3.10910206 2.96010747,3.10910206 C2.95517644,3.12714106 2.9502454,3.14518005 2.94531437,3.16321904 C3.83693506,3.57647592 4.2212569,4.36907339 4.49037184,5.23166514 C4.67961897,5.83843119 4.83673966,6.45645298 4.98011322,7.07604014 C5.16129138,7.85894725 5.32707874,8.64423968 5.66761897,9.37944037 C6.28183161,10.7050826 7.23501552,11.6430356 8.68698103,12.007617 C8.93562471,12.0700826 9.1908431,12.1063096 9.45629713,12.1571468 C9.42827989,12.1733222 9.41438333,12.1849507 9.39839483,12.1897959 C9.36432586,12.2002317 9.32958448,12.2094002 9.29439483,12.2150654 C8.85336609,12.2863268 8.43691782,12.4307133 8.05939483,12.6676055 C7.59445805,12.959211 7.14349253,13.2729553 6.67892931,13.5652317 C6.4578546,13.7042511 6.22811322,13.8370092 5.98701552,13.9352546 C5.29196379,14.2187351 4.56142356,14.2607018 3.82191782,14.2012924 C3.59120517,14.1828062 3.36176264,14.1486663 3.21577414,14.1314472 C3.9411592,14.5649794 4.74192931,15.0145378 5.51266494,15.5105356 C6.76746379,16.3181158 8.14501552,16.7266766 9.61842356,16.8529495 C9.74326839,16.8636835 9.76067644,16.9198876 9.76022816,17.0241709 C9.75746379,17.7396927 9.75910747,18.4552144 9.75806149,19.1707362 C9.75798678,19.2159083 9.74812471,19.2611548 9.74132586,19.3180298 C7.1108431,19.2623475 4.49268793,19.2068142 1.87460747,19.1513555 L1.87460747,20.8237638 C1.94909598,20.8237638 2.01334885,20.825031 2.07760172,20.8235401 C3.34973391,20.7929782 4.62179138,20.7599564 5.89399828,20.7315562 C8.28913621,20.6780356 10.6841994,20.6146009 13.0796362,20.5801628 C14.3380213,20.5621239 15.5968546,20.4321239 16.8558374,20.5746468 C17.549619,20.6532133 18.2439236,20.7264128 18.9383029,20.7994633 C19.0476822,20.8110172 19.0876534,20.8568601 19.0854868,20.970461 C19.0786132,21.3340734 19.0817511,21.6979094 19.0833948,22.0615963 C19.0848891,22.377055 19.2166822,22.5107821 19.5259178,22.5108567 C20.9362684,22.511453 22.3466937,22.511453 23.757119,22.5108567 C24.0666534,22.5107821 24.1923948,22.3861491 24.1924695,22.0786663 C24.193142,20.6834025 24.193142,19.2881388 24.1924695,17.892875 C24.1923948,17.5929209 24.0619466,17.4540505 23.7556994,17.453305 C22.3452741,17.4498016 20.9349236,17.4499507 19.524573,17.453156 C19.218027,17.4538268 19.0847397,17.6000023 19.0833201,17.9125539 C19.0818259,18.2584255 19.0829466,18.6041479 19.0829466,18.9500195 L19.0829466,19.1525482 C18.5158776,19.215461 17.9713718,19.2774048 17.4264925,19.3359943 C16.9936075,19.3824335 16.5601994,19.4611491 16.1270155,19.4612982 C15.111596,19.4617454 14.0961764,19.424922 13.0808316,19.4004725 C12.7432052,19.3922729 12.4057282,19.3759484 12.0586879,19.3629782 C12.0542052,19.2863498 12.0477799,19.2277603 12.0477052,19.1691709 C12.0470328,18.4477603 12.0522626,17.7262007 12.0433718,17.0048647 C12.0414293,16.8467626 12.1034408,16.8030069 12.2444983,16.7835516 C13.3089293,16.6371525 14.3339121,16.3515849 15.3048776,15.8883853 C16.3108086,15.408414 17.1682109,14.7506617 17.7582914,13.7877374 C18.3411994,12.8365906 18.5400845,11.7887638 18.504073,10.6900252 C18.4839006,10.0740906 18.4981707,9.4625539 18.6350443,8.85981307 C18.8074063,8.1013555 19.1678948,7.46350573 19.8874523,7.10101147 C20.1823431,6.95245069 20.5106305,6.86859174 20.826142,6.76281766 C20.9234925,6.73016858 21.0292109,6.72256537 21.1356764,6.7025883 C21.1453891,6.74977294 21.1533833,6.77243349 21.1542052,6.7953922 C21.1753489,7.38866628 21.2999695,7.96300688 21.4714351,8.52892431 C21.5415902,8.76052408 21.5415155,8.76052408 21.780596,8.67875229 C21.7704351,8.63946904 21.762142,8.59906766 21.7496649,8.56000803 C21.5752109,8.01384404 21.4573891,7.45739335 21.4080787,6.8847672 C21.3926132,6.70527179 21.4375902,6.62923968 21.6168259,6.631625 C21.8282626,6.63445757 22.0396247,6.63229587 22.2509868,6.63229587 C22.071004,6.46301261 21.881981,6.34009404 21.7066305,6.20018005 C21.4181649,5.96999656 21.4207799,6.07114908 21.5273201,5.65729587 C21.7133546,4.93446904 22.1559523,4.36929702 22.6569753,3.84042661 C22.9975902,3.48076491 23.3394753,3.12237041 23.6721707,2.75562729 C23.8020213,2.61258257 23.9081879,2.44821904 24.0343776,2.28147018 C23.9465902,2.22735321 23.8831592,2.18829358 23.8375098,2.16011697 C23.5227454,2.51403899 23.2251649,2.85454358 22.9209351,3.18886124 C22.6598144,3.4756961 22.3833029,3.74859174 22.1277856,4.04004817 C21.7626649,4.45651032 21.4798029,4.92395872 21.3155845,5.45685436 C21.2844293,5.55815596 21.2568603,5.66057569 21.2120328,5.81711239' id='Fill-1' fill='%23FFFFFF' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M11.3791839,16.9236594 C11.0822759,16.9236594 10.8083046,16.9181433 10.5350805,16.9299954 C10.4963046,16.9316353 10.4296609,17.017656 10.4291379,17.0650642 C10.4223391,17.7794679 10.4264483,18.4939461 10.4224885,19.2083498 C10.4218161,19.3289576 10.469931,19.3611594 10.5822241,19.3592213 C10.7849195,19.3556433 10.9891839,19.351469 11.1902356,19.3719679 C11.3532586,19.3885906 11.3947241,19.3362626 11.3930805,19.1792787 C11.3858333,18.4886537 11.3901667,17.7979541 11.3894943,17.1074037 C11.3894943,17.0489633 11.3831437,16.9905229 11.3791839,16.9236594 M21.2119655,5.83668693 C21.2568678,5.68007569 21.2844368,5.57765596 21.315592,5.4764289 C21.4798103,4.94345872 21.7626724,4.47608486 22.1277931,4.05962271 C22.3833103,3.76816628 22.6598218,3.49527064 22.9208678,3.20836124 C23.2251724,2.87404358 23.5227529,2.53361353 23.8375172,2.17969151 C23.8831667,2.20779358 23.9465977,2.24685321 24.0343851,2.30104472 C23.9081954,2.46779358 23.801954,2.63208257 23.6721782,2.77512729 C23.3394828,3.14187041 22.9975977,3.50033945 22.6569828,3.85992661 C22.1559598,4.38887156 21.7133621,4.95404358 21.5273276,5.67679587 C21.4207874,6.09072362 21.4181724,5.98949656 21.7066379,6.21968005 C21.8819885,6.35959404 22.0709368,6.48258716 22.2509943,6.65179587 C22.0396322,6.65179587 21.8281954,6.65403211 21.6168333,6.651125 C21.4375977,6.64873968 21.3926207,6.72484633 21.4080115,6.9042672 C21.4573966,7.47696789 21.5752184,8.03334404 21.7496724,8.57958257 C21.7621494,8.61856766 21.7704425,8.65896904 21.7806034,8.69825229 C21.541523,8.78002408 21.5415977,8.78002408 21.4714425,8.54849885 C21.299977,7.98258142 21.1753563,7.40824083 21.1542126,6.81496674 C21.1533908,6.79193349 21.1453966,6.76927294 21.1356839,6.72216284 C21.0292184,6.74206537 20.9235,6.74974312 20.8261494,6.78231766 C20.5106379,6.88809174 20.1823506,6.97195069 19.8874598,7.12051147 C19.1679023,7.48308028 18.8074138,8.1208555 18.6350517,8.87931307 C18.4981782,9.4820539 18.483908,10.0935906 18.5040805,10.7095998 C18.540092,11.8082638 18.3412069,12.8561651 17.7582989,13.8072374 C17.1681437,14.7701617 16.3108161,15.4279885 15.3048851,15.9078853 C14.3339195,16.3711594 13.3089368,16.6566525 12.2445057,16.8031261 C12.1034483,16.8225814 12.0414368,16.8662626 12.0433793,17.0244392 C12.0522701,17.7457007 12.0470402,18.4672603 12.0477126,19.1887454 C12.0477874,19.2473349 12.0542126,19.3058498 12.0586954,19.3824782 C12.4057356,19.3954484 12.7432126,19.4118475 13.0808391,19.4199725 C14.0961839,19.444422 15.1116034,19.48132 16.127023,19.4808727 C16.5602069,19.4807236 16.9935402,19.4019335 17.4264253,19.3554943 C17.9713046,19.2969794 18.5158103,19.2350356 19.082954,19.1720482 L19.082954,18.9695195 C19.082954,18.6237225 19.0818333,18.2779255 19.0833276,17.9320539 C19.0847471,17.6195023 19.2180345,17.4733268 19.5245057,17.472656 C20.9348563,17.4694507 22.3452816,17.4693016 23.7557069,17.472805 C24.061954,17.4735505 24.1924023,17.6124209 24.192477,17.9124495 C24.1931494,19.3076388 24.1931494,20.7029025 24.192477,22.0981663 C24.1924023,22.4056491 24.0665862,22.5303567 23.7571264,22.5304312 C22.3467011,22.5310275 20.9362759,22.5310275 19.5259253,22.5304312 C19.2166897,22.5303567 19.0848966,22.3966296 19.0834023,22.0810963 C19.0817586,21.7174839 19.0786207,21.3536479 19.0854943,20.9900356 C19.0876609,20.8763601 19.0476897,20.8305172 18.9383103,20.8190378 C18.243931,20.7459128 17.5496264,20.6727133 16.8558448,20.5941468 C15.5968621,20.4516239 14.3380287,20.5816239 13.0796437,20.5996628 C10.6842069,20.6341009 8.28914368,20.6976101 5.89400575,20.7511307 C4.62179885,20.779531 3.34974138,20.8124782 2.07753448,20.8430401 C2.01335632,20.8446055 1.94910345,20.8432638 1.87461494,20.8432638 L1.87461494,19.1708555 C4.4926954,19.2263888 7.11085057,19.281922 9.74133333,19.3376044 C9.74805747,19.2806548 9.75799425,19.2354828 9.75806897,19.1902362 C9.75904023,18.474789 9.75747126,17.7591927 9.76023563,17.0436709 C9.7606092,16.9394622 9.74327586,16.8831835 9.61843103,16.8724495 C8.14494828,16.7461766 6.76739655,16.3376904 5.51267241,15.5301101 C4.74193678,15.0340378 3.94116667,14.5844794 3.21578161,14.1510218 C3.3616954,14.1681663 3.59121264,14.2023062 3.82192529,14.2207924 C4.56143103,14.2802018 5.29189655,14.2383096 5.98702299,13.9548291 C6.22812069,13.8565837 6.45786207,13.7237511 6.67893678,13.5847317 C7.1435,13.2924553 7.59446552,12.978711 8.05932759,12.6871055 C8.43692529,12.4502133 8.85337356,12.3059014 9.2944023,12.2346399 C9.32951724,12.2289748 9.36433333,12.2198062 9.3984023,12.2093704 C9.4143908,12.2044507 9.42828736,12.1928222 9.4563046,12.1766468 C9.19077586,12.1258842 8.93555747,12.0895826 8.68698851,12.0271915 C7.23502299,11.6625356 6.28176437,10.7246571 5.66762644,9.39901491 C5.32708621,8.66373968 5.16129885,7.87844725 4.98012069,7.09554014 C4.83674713,6.47602752 4.67962644,5.85800573 4.4903046,5.25116514 C4.22126437,4.38864794 3.83694253,3.59597592 2.94532184,3.18271904 C2.95025287,3.16468005 2.95518391,3.14664106 2.96011494,3.12867661 C3.5052931,3.12867661 4.05256322,3.09736927 4.59520115,3.13419266 C6.69432759,3.27656651 8.37648276,4.28660092 9.84593103,5.71071216 C10.3695172,6.21826376 10.8844368,6.73200229 11.5177759,7.10716858 C12.247569,7.5392844 13.0242069,7.78966858 13.8848218,7.73152638 C14.7127126,7.67554587 15.4345115,7.35285665 16.0709885,6.8426961 C16.5316667,6.47341858 16.9490115,6.04965138 17.4152184,5.68812615 C17.8232989,5.37177294 18.2510287,5.06652638 18.708569,4.83082683 C19.475569,4.43575803 20.0162644,4.56680161 20.5972299,5.19667546 C20.7867011,5.40211124 20.9843161,5.60009289 21.2119655,5.83668693' id='Fill-4' fill='%2301558B'%3E%3C/path%3E%3Cpath d='M21.6407862,24.3196233 C20.8706483,24.3196233 20.1006598,24.3206669 19.3305218,24.319176 C18.9153437,24.3183561 18.6328552,24.0544799 18.6319586,23.6717104 C18.6310621,23.2900591 18.9128782,23.0109765 19.3240966,23.0100075 C20.8702747,23.0059822 22.4163782,23.0062804 23.9624816,23.0098584 C24.3368667,23.0106783 24.6151713,23.258379 24.6540966,23.6026852 C24.6888379,23.9086772 24.4863667,24.2104203 24.1805678,24.2950992 C24.1018207,24.3168653 24.0158264,24.3184306 23.9331195,24.3186542 C23.1689586,24.3203687 22.4049471,24.3196233 21.6407862,24.3196233' id='Fill-6' fill='%2301558B'%3E%3C/path%3E%3Cpath d='M21.6319626,16.9848056 C20.86175,16.9848056 20.0916868,16.9856256 19.3214741,16.9844329 C18.9155603,16.9839111 18.639273,16.7270419 18.6324741,16.3477013 C18.6255259,15.9649318 18.9081638,15.6793641 19.3148247,15.6784696 C20.8671293,15.6750407 22.4193592,15.6749662 23.9715144,15.6785442 C24.3713017,15.6794386 24.6646236,15.9760384 24.656181,16.349863 C24.6477385,16.7213022 24.3615144,16.9839111 23.9603075,16.9845075 C23.1841178,16.985551 22.4080776,16.9848056 21.6319626,16.9848056' id='Fill-8' fill='%2301558B'%3E%3C/path%3E%3Cg id='Group-12' transform='translate(0.000000, 18.729392)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-11'%3E%3C/g%3E%3Cpath d='M1.42624195,1.26582282 C1.42624195,1.4802781 1.43617874,1.69540424 1.42400057,1.90918865 C1.40367874,2.26676319 1.17602931,2.47518062 0.822937356,2.47741686 C0.171592529,2.48159117 0.00065,2.31022076 0.00065,1.65291571 C0.000575287356,1.33700975 -0.0010683908,1.02117833 0.00109827586,0.705272362 C0.00393735632,0.270845757 0.243391379,0.0329845183 0.677023563,0.0297047018 C1.2273569,0.0255303899 1.4294546,0.227015482 1.43192011,0.783018922 C1.43259253,0.943953555 1.43199483,1.10488819 1.43199483,1.26582282 L1.42624195,1.26582282 Z' id='Fill-10' fill='%2301558B' mask='url(%23mask-4)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M25.969308,0.0822413991 C26.0485034,1.33550401 25.3220724,1.99959232 24.1647736,1.91491342 C24.0456069,0.736788417 24.7508943,-0.0101152523 25.969308,0.0822413991' id='Fill-13' fill='%2301558B'%3E%3C/path%3E%3Cpath d='M20.9531983,1.79913589 C21.9742213,2.36967489 22.1690718,3.26491571 21.4928477,4.19742718 C20.4545661,3.65178498 20.2711466,2.70704874 20.9531983,1.79913589' id='Fill-15' fill='%2301558B'%3E%3C/path%3E%3Cpath d='M22.3602615,0.281154817 C23.3077672,0.799365826 23.5141236,1.54738761 23.1020086,2.36674541 C22.9003592,2.76747936 22.9440661,2.74705505 22.5991178,2.48586239 C21.7955086,1.87753096 21.8067155,1.05601147 22.3602615,0.281154817' id='Fill-17' fill='%2301558B'%3E%3C/path%3E%3Cpath d='M25.9191833,3.2788922 C25.2836029,4.15199427 24.4228385,4.18792317 23.6915511,3.48693693 C24.3216029,2.61502752 25.1856546,2.57701147 25.9191833,3.2788922' id='Fill-19' fill='%2301558B'%3E%3C/path%3E%3Cpath d='M24.6223661,5.08273165 C23.8780787,5.77961812 22.9782397,5.69963532 22.4124408,4.83078211 C23.1697282,4.12159633 24.0622454,4.22640138 24.6223661,5.08273165' id='Fill-21' fill='%2301558B'%3E%3C/path%3E%3Cpath d='M11.3791839,16.9236594 C11.3831437,16.9905229 11.3894943,17.0489633 11.3894943,17.1074037 C11.3901667,17.7979541 11.3858333,18.4886537 11.3930805,19.1792787 C11.3947241,19.3362626 11.3532586,19.3885906 11.1902356,19.3719679 C10.9891839,19.351469 10.7849195,19.3556433 10.5822241,19.3592213 C10.469931,19.3611594 10.4218161,19.3289576 10.4224885,19.2083498 C10.4264483,18.4939461 10.4223391,17.7794679 10.4291379,17.0650642 C10.4296609,17.017656 10.4963046,16.9316353 10.5350805,16.9299954 C10.8083046,16.9181433 11.0822759,16.9236594 11.3791839,16.9236594' id='Fill-23' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-16:not(.active):hover:before,
.data-page-wrapp-roas .sdg-annex-16:not(.active):hover:before,
.iframe-chart-block .sdg-annex-16:not(.active):hover:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='26px' height='25px' viewBox='0 0 26 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0.0550562621 25.9751698 0.0550562621 25.9751698 24.3004262 0 24.3004262'%3E%3C/polygon%3E%3Cpolygon id='path-3' points='0 0.0296413114 1.43223965 0.0296413114 1.43223965 2.47749079 0 2.47749079'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Style-Guide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard-Copy' transform='translate(-532.000000, -911.000000)'%3E%3Cg id='Group-25' transform='translate(532.000000, 911.000000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.019530)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M24.6223661,5.06320183 C24.0622454,4.20687156 23.1697282,4.10206651 22.4124408,4.81125229 C22.9782397,5.6801055 23.8780787,5.7600883 24.6223661,5.06320183 M25.9191534,3.25937729 C25.1856247,2.55749656 24.3216477,2.59551261 23.6915213,3.46742202 C24.4228086,4.16840826 25.2836477,4.13247936 25.9191534,3.25937729 M22.3602914,0.261625 C21.8066707,1.03640711 21.7955385,1.85792661 22.5991477,2.46633257 C22.944096,2.72752523 22.9003891,2.74794954 23.1019638,2.3472156 C23.5141534,1.5278578 23.3077224,0.779836009 22.3602914,0.261625 M20.9532282,1.77958372 C20.2711764,2.68749656 20.454596,3.6322328 21.4928029,4.177875 C22.1691017,3.24536353 21.9742511,2.35012271 20.9532282,1.77958372 M25.9692856,0.0627488532 C24.7509466,-0.0296077982 24.0455845,0.71722133 24.1647511,1.89542087 C25.32205,1.98009977 26.048481,1.31601147 25.9692856,0.0627488532 M1.4262569,19.9757076 L1.43200977,19.9757076 C1.43200977,19.8146984 1.43260747,19.6537638 1.43186034,19.4929037 C1.42946954,18.9369002 1.22737184,18.7354151 0.676963793,18.7395894 C0.243406322,18.7428693 0.00395229885,18.9807305 0.00111321839,19.4151571 C-0.00105344828,19.7309885 0.000590229885,20.0468945 0.000664942529,20.3628005 C0.000664942529,21.020031 0.171532759,21.1914014 0.822952299,21.1873016 C1.17604425,21.1849908 1.40369368,20.9765734 1.42401552,20.6189989 C1.43619368,20.4052144 1.4262569,20.1901628 1.4262569,19.9757076 M21.6319925,16.9652833 C22.4080328,16.9652833 23.1841477,16.9660287 23.9603374,16.9649851 C24.3615443,16.9643888 24.6477684,16.7017798 24.6561362,16.3303406 C24.6645787,15.9565161 24.3713316,15.6599163 23.9715443,15.6589472 C22.4193891,15.6554438 20.8670845,15.6555183 19.3148546,15.6589472 C18.9081937,15.6598417 18.625481,15.9454094 18.6324293,16.3281789 C18.6393029,16.7075195 18.9155155,16.9643888 19.321504,16.9649106 C20.091642,16.9661032 20.8617799,16.9652833 21.6319925,16.9652833 M21.6408086,24.3000711 C22.4048948,24.3000711 23.168981,24.3008165 23.9330672,24.2991766 C24.0158489,24.298953 24.1018431,24.2973131 24.1805902,24.275547 C24.4863891,24.1908681 24.6888603,23.8891995 24.654119,23.583133 C24.615119,23.2388268 24.3368891,22.9912007 23.962504,22.9903062 C22.4164006,22.9867282 20.8702224,22.98643 19.324119,22.9904553 C18.9129006,22.9914989 18.6310845,23.2705814 18.6319063,23.6521583 C18.6328776,24.0350023 18.9152914,24.2988784 19.3305443,24.2996239 C20.1006822,24.3011147 20.8706707,24.3000711 21.6408086,24.3000711 M21.2120328,5.81711239 C20.9843086,5.58051835 20.7866937,5.3825367 20.5972224,5.17710092 C20.0162569,4.54722706 19.4755615,4.41618349 18.7085615,4.81125229 C18.2510213,5.04695183 17.8232914,5.35227294 17.4152109,5.66862615 C16.949004,6.03015138 16.5316592,6.45384404 16.070981,6.82312156 C15.434504,7.33335665 14.7127052,7.65597133 13.8848144,7.71195183 C13.0241994,7.77009404 12.2475615,7.5197844 11.5177684,7.08759404 C10.8844293,6.71250229 10.3695098,6.19868922 9.84592356,5.69121216 C8.37647529,4.26702638 6.69432011,3.25706651 4.59519368,3.11461812 C4.05255575,3.07786927 3.50528563,3.10910206 2.96010747,3.10910206 C2.95517644,3.12714106 2.9502454,3.14518005 2.94531437,3.16321904 C3.83693506,3.57647592 4.2212569,4.36907339 4.49037184,5.23166514 C4.67961897,5.83843119 4.83673966,6.45645298 4.98011322,7.07604014 C5.16129138,7.85894725 5.32707874,8.64423968 5.66761897,9.37944037 C6.28183161,10.7050826 7.23501552,11.6430356 8.68698103,12.007617 C8.93562471,12.0700826 9.1908431,12.1063096 9.45629713,12.1571468 C9.42827989,12.1733222 9.41438333,12.1849507 9.39839483,12.1897959 C9.36432586,12.2002317 9.32958448,12.2094002 9.29439483,12.2150654 C8.85336609,12.2863268 8.43691782,12.4307133 8.05939483,12.6676055 C7.59445805,12.959211 7.14349253,13.2729553 6.67892931,13.5652317 C6.4578546,13.7042511 6.22811322,13.8370092 5.98701552,13.9352546 C5.29196379,14.2187351 4.56142356,14.2607018 3.82191782,14.2012924 C3.59120517,14.1828062 3.36176264,14.1486663 3.21577414,14.1314472 C3.9411592,14.5649794 4.74192931,15.0145378 5.51266494,15.5105356 C6.76746379,16.3181158 8.14501552,16.7266766 9.61842356,16.8529495 C9.74326839,16.8636835 9.76067644,16.9198876 9.76022816,17.0241709 C9.75746379,17.7396927 9.75910747,18.4552144 9.75806149,19.1707362 C9.75798678,19.2159083 9.74812471,19.2611548 9.74132586,19.3180298 C7.1108431,19.2623475 4.49268793,19.2068142 1.87460747,19.1513555 L1.87460747,20.8237638 C1.94909598,20.8237638 2.01334885,20.825031 2.07760172,20.8235401 C3.34973391,20.7929782 4.62179138,20.7599564 5.89399828,20.7315562 C8.28913621,20.6780356 10.6841994,20.6146009 13.0796362,20.5801628 C14.3380213,20.5621239 15.5968546,20.4321239 16.8558374,20.5746468 C17.549619,20.6532133 18.2439236,20.7264128 18.9383029,20.7994633 C19.0476822,20.8110172 19.0876534,20.8568601 19.0854868,20.970461 C19.0786132,21.3340734 19.0817511,21.6979094 19.0833948,22.0615963 C19.0848891,22.377055 19.2166822,22.5107821 19.5259178,22.5108567 C20.9362684,22.511453 22.3466937,22.511453 23.757119,22.5108567 C24.0666534,22.5107821 24.1923948,22.3861491 24.1924695,22.0786663 C24.193142,20.6834025 24.193142,19.2881388 24.1924695,17.892875 C24.1923948,17.5929209 24.0619466,17.4540505 23.7556994,17.453305 C22.3452741,17.4498016 20.9349236,17.4499507 19.524573,17.453156 C19.218027,17.4538268 19.0847397,17.6000023 19.0833201,17.9125539 C19.0818259,18.2584255 19.0829466,18.6041479 19.0829466,18.9500195 L19.0829466,19.1525482 C18.5158776,19.215461 17.9713718,19.2774048 17.4264925,19.3359943 C16.9936075,19.3824335 16.5601994,19.4611491 16.1270155,19.4612982 C15.111596,19.4617454 14.0961764,19.424922 13.0808316,19.4004725 C12.7432052,19.3922729 12.4057282,19.3759484 12.0586879,19.3629782 C12.0542052,19.2863498 12.0477799,19.2277603 12.0477052,19.1691709 C12.0470328,18.4477603 12.0522626,17.7262007 12.0433718,17.0048647 C12.0414293,16.8467626 12.1034408,16.8030069 12.2444983,16.7835516 C13.3089293,16.6371525 14.3339121,16.3515849 15.3048776,15.8883853 C16.3108086,15.408414 17.1682109,14.7506617 17.7582914,13.7877374 C18.3411994,12.8365906 18.5400845,11.7887638 18.504073,10.6900252 C18.4839006,10.0740906 18.4981707,9.4625539 18.6350443,8.85981307 C18.8074063,8.1013555 19.1678948,7.46350573 19.8874523,7.10101147 C20.1823431,6.95245069 20.5106305,6.86859174 20.826142,6.76281766 C20.9234925,6.73016858 21.0292109,6.72256537 21.1356764,6.7025883 C21.1453891,6.74977294 21.1533833,6.77243349 21.1542052,6.7953922 C21.1753489,7.38866628 21.2999695,7.96300688 21.4714351,8.52892431 C21.5415902,8.76052408 21.5415155,8.76052408 21.780596,8.67875229 C21.7704351,8.63946904 21.762142,8.59906766 21.7496649,8.56000803 C21.5752109,8.01384404 21.4573891,7.45739335 21.4080787,6.8847672 C21.3926132,6.70527179 21.4375902,6.62923968 21.6168259,6.631625 C21.8282626,6.63445757 22.0396247,6.63229587 22.2509868,6.63229587 C22.071004,6.46301261 21.881981,6.34009404 21.7066305,6.20018005 C21.4181649,5.96999656 21.4207799,6.07114908 21.5273201,5.65729587 C21.7133546,4.93446904 22.1559523,4.36929702 22.6569753,3.84042661 C22.9975902,3.48076491 23.3394753,3.12237041 23.6721707,2.75562729 C23.8020213,2.61258257 23.9081879,2.44821904 24.0343776,2.28147018 C23.9465902,2.22735321 23.8831592,2.18829358 23.8375098,2.16011697 C23.5227454,2.51403899 23.2251649,2.85454358 22.9209351,3.18886124 C22.6598144,3.4756961 22.3833029,3.74859174 22.1277856,4.04004817 C21.7626649,4.45651032 21.4798029,4.92395872 21.3155845,5.45685436 C21.2844293,5.55815596 21.2568603,5.66057569 21.2120328,5.81711239' id='Fill-1' fill='%23FFFFFF' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M11.3791839,16.9236594 C11.0822759,16.9236594 10.8083046,16.9181433 10.5350805,16.9299954 C10.4963046,16.9316353 10.4296609,17.017656 10.4291379,17.0650642 C10.4223391,17.7794679 10.4264483,18.4939461 10.4224885,19.2083498 C10.4218161,19.3289576 10.469931,19.3611594 10.5822241,19.3592213 C10.7849195,19.3556433 10.9891839,19.351469 11.1902356,19.3719679 C11.3532586,19.3885906 11.3947241,19.3362626 11.3930805,19.1792787 C11.3858333,18.4886537 11.3901667,17.7979541 11.3894943,17.1074037 C11.3894943,17.0489633 11.3831437,16.9905229 11.3791839,16.9236594 M21.2119655,5.83668693 C21.2568678,5.68007569 21.2844368,5.57765596 21.315592,5.4764289 C21.4798103,4.94345872 21.7626724,4.47608486 22.1277931,4.05962271 C22.3833103,3.76816628 22.6598218,3.49527064 22.9208678,3.20836124 C23.2251724,2.87404358 23.5227529,2.53361353 23.8375172,2.17969151 C23.8831667,2.20779358 23.9465977,2.24685321 24.0343851,2.30104472 C23.9081954,2.46779358 23.801954,2.63208257 23.6721782,2.77512729 C23.3394828,3.14187041 22.9975977,3.50033945 22.6569828,3.85992661 C22.1559598,4.38887156 21.7133621,4.95404358 21.5273276,5.67679587 C21.4207874,6.09072362 21.4181724,5.98949656 21.7066379,6.21968005 C21.8819885,6.35959404 22.0709368,6.48258716 22.2509943,6.65179587 C22.0396322,6.65179587 21.8281954,6.65403211 21.6168333,6.651125 C21.4375977,6.64873968 21.3926207,6.72484633 21.4080115,6.9042672 C21.4573966,7.47696789 21.5752184,8.03334404 21.7496724,8.57958257 C21.7621494,8.61856766 21.7704425,8.65896904 21.7806034,8.69825229 C21.541523,8.78002408 21.5415977,8.78002408 21.4714425,8.54849885 C21.299977,7.98258142 21.1753563,7.40824083 21.1542126,6.81496674 C21.1533908,6.79193349 21.1453966,6.76927294 21.1356839,6.72216284 C21.0292184,6.74206537 20.9235,6.74974312 20.8261494,6.78231766 C20.5106379,6.88809174 20.1823506,6.97195069 19.8874598,7.12051147 C19.1679023,7.48308028 18.8074138,8.1208555 18.6350517,8.87931307 C18.4981782,9.4820539 18.483908,10.0935906 18.5040805,10.7095998 C18.540092,11.8082638 18.3412069,12.8561651 17.7582989,13.8072374 C17.1681437,14.7701617 16.3108161,15.4279885 15.3048851,15.9078853 C14.3339195,16.3711594 13.3089368,16.6566525 12.2445057,16.8031261 C12.1034483,16.8225814 12.0414368,16.8662626 12.0433793,17.0244392 C12.0522701,17.7457007 12.0470402,18.4672603 12.0477126,19.1887454 C12.0477874,19.2473349 12.0542126,19.3058498 12.0586954,19.3824782 C12.4057356,19.3954484 12.7432126,19.4118475 13.0808391,19.4199725 C14.0961839,19.444422 15.1116034,19.48132 16.127023,19.4808727 C16.5602069,19.4807236 16.9935402,19.4019335 17.4264253,19.3554943 C17.9713046,19.2969794 18.5158103,19.2350356 19.082954,19.1720482 L19.082954,18.9695195 C19.082954,18.6237225 19.0818333,18.2779255 19.0833276,17.9320539 C19.0847471,17.6195023 19.2180345,17.4733268 19.5245057,17.472656 C20.9348563,17.4694507 22.3452816,17.4693016 23.7557069,17.472805 C24.061954,17.4735505 24.1924023,17.6124209 24.192477,17.9124495 C24.1931494,19.3076388 24.1931494,20.7029025 24.192477,22.0981663 C24.1924023,22.4056491 24.0665862,22.5303567 23.7571264,22.5304312 C22.3467011,22.5310275 20.9362759,22.5310275 19.5259253,22.5304312 C19.2166897,22.5303567 19.0848966,22.3966296 19.0834023,22.0810963 C19.0817586,21.7174839 19.0786207,21.3536479 19.0854943,20.9900356 C19.0876609,20.8763601 19.0476897,20.8305172 18.9383103,20.8190378 C18.243931,20.7459128 17.5496264,20.6727133 16.8558448,20.5941468 C15.5968621,20.4516239 14.3380287,20.5816239 13.0796437,20.5996628 C10.6842069,20.6341009 8.28914368,20.6976101 5.89400575,20.7511307 C4.62179885,20.779531 3.34974138,20.8124782 2.07753448,20.8430401 C2.01335632,20.8446055 1.94910345,20.8432638 1.87461494,20.8432638 L1.87461494,19.1708555 C4.4926954,19.2263888 7.11085057,19.281922 9.74133333,19.3376044 C9.74805747,19.2806548 9.75799425,19.2354828 9.75806897,19.1902362 C9.75904023,18.474789 9.75747126,17.7591927 9.76023563,17.0436709 C9.7606092,16.9394622 9.74327586,16.8831835 9.61843103,16.8724495 C8.14494828,16.7461766 6.76739655,16.3376904 5.51267241,15.5301101 C4.74193678,15.0340378 3.94116667,14.5844794 3.21578161,14.1510218 C3.3616954,14.1681663 3.59121264,14.2023062 3.82192529,14.2207924 C4.56143103,14.2802018 5.29189655,14.2383096 5.98702299,13.9548291 C6.22812069,13.8565837 6.45786207,13.7237511 6.67893678,13.5847317 C7.1435,13.2924553 7.59446552,12.978711 8.05932759,12.6871055 C8.43692529,12.4502133 8.85337356,12.3059014 9.2944023,12.2346399 C9.32951724,12.2289748 9.36433333,12.2198062 9.3984023,12.2093704 C9.4143908,12.2044507 9.42828736,12.1928222 9.4563046,12.1766468 C9.19077586,12.1258842 8.93555747,12.0895826 8.68698851,12.0271915 C7.23502299,11.6625356 6.28176437,10.7246571 5.66762644,9.39901491 C5.32708621,8.66373968 5.16129885,7.87844725 4.98012069,7.09554014 C4.83674713,6.47602752 4.67962644,5.85800573 4.4903046,5.25116514 C4.22126437,4.38864794 3.83694253,3.59597592 2.94532184,3.18271904 C2.95025287,3.16468005 2.95518391,3.14664106 2.96011494,3.12867661 C3.5052931,3.12867661 4.05256322,3.09736927 4.59520115,3.13419266 C6.69432759,3.27656651 8.37648276,4.28660092 9.84593103,5.71071216 C10.3695172,6.21826376 10.8844368,6.73200229 11.5177759,7.10716858 C12.247569,7.5392844 13.0242069,7.78966858 13.8848218,7.73152638 C14.7127126,7.67554587 15.4345115,7.35285665 16.0709885,6.8426961 C16.5316667,6.47341858 16.9490115,6.04965138 17.4152184,5.68812615 C17.8232989,5.37177294 18.2510287,5.06652638 18.708569,4.83082683 C19.475569,4.43575803 20.0162644,4.56680161 20.5972299,5.19667546 C20.7867011,5.40211124 20.9843161,5.60009289 21.2119655,5.83668693' id='Fill-4' fill='%2301558B'%3E%3C/path%3E%3Cpath d='M21.6407862,24.3196233 C20.8706483,24.3196233 20.1006598,24.3206669 19.3305218,24.319176 C18.9153437,24.3183561 18.6328552,24.0544799 18.6319586,23.6717104 C18.6310621,23.2900591 18.9128782,23.0109765 19.3240966,23.0100075 C20.8702747,23.0059822 22.4163782,23.0062804 23.9624816,23.0098584 C24.3368667,23.0106783 24.6151713,23.258379 24.6540966,23.6026852 C24.6888379,23.9086772 24.4863667,24.2104203 24.1805678,24.2950992 C24.1018207,24.3168653 24.0158264,24.3184306 23.9331195,24.3186542 C23.1689586,24.3203687 22.4049471,24.3196233 21.6407862,24.3196233' id='Fill-6' fill='%2301558B'%3E%3C/path%3E%3Cpath d='M21.6319626,16.9848056 C20.86175,16.9848056 20.0916868,16.9856256 19.3214741,16.9844329 C18.9155603,16.9839111 18.639273,16.7270419 18.6324741,16.3477013 C18.6255259,15.9649318 18.9081638,15.6793641 19.3148247,15.6784696 C20.8671293,15.6750407 22.4193592,15.6749662 23.9715144,15.6785442 C24.3713017,15.6794386 24.6646236,15.9760384 24.656181,16.349863 C24.6477385,16.7213022 24.3615144,16.9839111 23.9603075,16.9845075 C23.1841178,16.985551 22.4080776,16.9848056 21.6319626,16.9848056' id='Fill-8' fill='%2301558B'%3E%3C/path%3E%3Cg id='Group-12' transform='translate(0.000000, 18.729392)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-11'%3E%3C/g%3E%3Cpath d='M1.42624195,1.26582282 C1.42624195,1.4802781 1.43617874,1.69540424 1.42400057,1.90918865 C1.40367874,2.26676319 1.17602931,2.47518062 0.822937356,2.47741686 C0.171592529,2.48159117 0.00065,2.31022076 0.00065,1.65291571 C0.000575287356,1.33700975 -0.0010683908,1.02117833 0.00109827586,0.705272362 C0.00393735632,0.270845757 0.243391379,0.0329845183 0.677023563,0.0297047018 C1.2273569,0.0255303899 1.4294546,0.227015482 1.43192011,0.783018922 C1.43259253,0.943953555 1.43199483,1.10488819 1.43199483,1.26582282 L1.42624195,1.26582282 Z' id='Fill-10' fill='%2301558B' mask='url(%23mask-4)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M25.969308,0.0822413991 C26.0485034,1.33550401 25.3220724,1.99959232 24.1647736,1.91491342 C24.0456069,0.736788417 24.7508943,-0.0101152523 25.969308,0.0822413991' id='Fill-13' fill='%2301558B'%3E%3C/path%3E%3Cpath d='M20.9531983,1.79913589 C21.9742213,2.36967489 22.1690718,3.26491571 21.4928477,4.19742718 C20.4545661,3.65178498 20.2711466,2.70704874 20.9531983,1.79913589' id='Fill-15' fill='%2301558B'%3E%3C/path%3E%3Cpath d='M22.3602615,0.281154817 C23.3077672,0.799365826 23.5141236,1.54738761 23.1020086,2.36674541 C22.9003592,2.76747936 22.9440661,2.74705505 22.5991178,2.48586239 C21.7955086,1.87753096 21.8067155,1.05601147 22.3602615,0.281154817' id='Fill-17' fill='%2301558B'%3E%3C/path%3E%3Cpath d='M25.9191833,3.2788922 C25.2836029,4.15199427 24.4228385,4.18792317 23.6915511,3.48693693 C24.3216029,2.61502752 25.1856546,2.57701147 25.9191833,3.2788922' id='Fill-19' fill='%2301558B'%3E%3C/path%3E%3Cpath d='M24.6223661,5.08273165 C23.8780787,5.77961812 22.9782397,5.69963532 22.4124408,4.83078211 C23.1697282,4.12159633 24.0622454,4.22640138 24.6223661,5.08273165' id='Fill-21' fill='%2301558B'%3E%3C/path%3E%3Cpath d='M11.3791839,16.9236594 C11.3831437,16.9905229 11.3894943,17.0489633 11.3894943,17.1074037 C11.3901667,17.7979541 11.3858333,18.4886537 11.3930805,19.1792787 C11.3947241,19.3362626 11.3532586,19.3885906 11.1902356,19.3719679 C10.9891839,19.351469 10.7849195,19.3556433 10.5822241,19.3592213 C10.469931,19.3611594 10.4218161,19.3289576 10.4224885,19.2083498 C10.4264483,18.4939461 10.4223391,17.7794679 10.4291379,17.0650642 C10.4296609,17.017656 10.4963046,16.9316353 10.5350805,16.9299954 C10.8083046,16.9181433 11.0822759,16.9236594 11.3791839,16.9236594' id='Fill-23' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-17:before,
.data-page-wrapp-roas .sdg-annex-17:before,
.iframe-chart-block .sdg-annex-17:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EGroup 7%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Cpolygon id='path-1' points='1.86922926e-05 0.0313114216 23.9443546 0.0313114216 23.9443546 23.8647435 1.86922926e-05 23.8647435'%3E%3C/polygon%3E%3Cpolygon id='path-3' points='0 0.0313014085 23.9443546 0.0313014085 23.9443546 23.864757 0 23.864757'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Country-Fact-Sheets' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Country-Fact-Sheet---expanded' transform='translate(-304.000000, -12533.000000)'%3E%3Cg id='Group-4' transform='translate(-6.000000, 5053.000000)'%3E%3Cg id='Group-7' transform='translate(310.000000, 7480.000000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.036304)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M17.8943668,4.28940845 C17.8637186,4.21247324 17.8394526,4.15284507 17.8162504,4.09281127 C16.8131036,1.49236056 14.2449042,-0.172090141 11.4880288,0.0513464789 C10.4330925,0.1368 9.45959668,0.463740845 8.57339169,1.04886761 C7.42777396,1.80530704 6.60406205,2.83331831 6.11089861,4.12965634 C6.06276565,4.25614648 5.99920886,4.29995493 5.87063269,4.30779718 C5.63774626,4.32199437 5.40366316,4.34423662 5.17436676,4.38709859 C3.86540277,4.63183099 2.72942493,5.22412394 1.80585706,6.20014648 C0.327563435,7.76258028 -0.246176177,9.63309296 0.0959401662,11.7680113 C0.34305374,13.309893 1.09702604,14.5791887 2.2757518,15.5817803 C2.38591247,15.6754817 2.435641,15.7576901 2.3743446,15.8929014 C2.36776288,15.9074366 2.36503712,15.9238648 2.36118116,15.9396845 C2.12384044,16.9169239 2.10795125,17.8991662 2.3263446,18.8796507 C3.01981828,21.9927549 5.85613961,24.096169 8.93811191,23.844338 C9.98739723,23.7586817 10.9527823,23.4282254 11.8395191,22.8545915 C11.8923723,22.8203155 11.9456244,22.7867155 11.9935579,22.7560225 C14.3777352,24.3496901 17.188195,23.9984113 18.9977684,22.728507 C19.9515191,22.0590761 20.6870759,21.2010254 21.1749208,20.131369 C21.8267767,18.7019155 21.9276299,17.2218254 21.5302006,15.7003606 C22.5481064,14.8656338 23.2696355,13.8303211 23.6558958,12.5646761 C24.0437518,11.2937577 24.0398294,10.0190535 23.6482504,8.75077183 C23.3009485,7.62621972 22.6872532,6.67101972 21.8172033,5.89220282 C20.6991091,4.8911662 19.388749,4.36492394 17.8943668,4.28940845' id='Fill-1' fill='%23FEFEFE' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' transform='translate(0.000000, 0.036304)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-5'%3E%3C/g%3E%3Cpath d='M11.2332432,11.4619741 C11.4290327,10.0778839 11.1476144,8.83001915 10.3589385,7.71357972 C9.53875014,6.55265577 8.42005762,5.86943324 7.01216842,5.62470085 C6.81451745,7.03907831 7.11049529,8.3097938 7.93327645,9.43914592 C8.75180277,10.5626163 9.85453961,11.2248811 11.2332432,11.4619741 M16.9209773,5.64619944 C14.0970881,5.99808676 12.210462,8.90823887 12.7268942,11.454267 C13.4899745,11.3374445 14.1880355,11.0553262 14.8202792,10.6075741 C15.7302183,9.96315718 16.3709053,9.10679662 16.7266504,8.03849239 C16.9859967,7.25947268 17.0637141,6.46165859 16.9209773,5.64619944 M10.7442681,12.9459854 C9.97879446,12.5431234 9.16678338,12.3520023 8.30597452,12.3793149 C7.19678892,12.4145375 6.2069385,12.7873149 5.33761994,13.4867628 C4.76002438,13.9514839 4.3087446,14.5209262 3.97480554,15.1894107 C6.43703269,16.5430783 9.59572521,15.4446896 10.7442681,12.9459854 M11.9442017,13.8468304 C9.9088554,15.8003628 10.0216089,19.2838107 12.0007114,21.0736023 C14.0683679,19.0216361 13.872113,15.6286445 11.9442017,13.8468304 M13.1751823,12.9248924 C14.4474482,15.6064699 17.6725562,16.4831797 19.9595368,15.1890051 C18.8610548,12.6946952 15.6512377,11.5434389 13.1751823,12.9248924 M20.3870161,16.4251741 C19.9251657,16.6463121 19.4600576,16.8124868 18.9754704,16.916667 C18.4848332,17.0221318 17.9884122,17.0690501 17.4865396,17.0541769 C16.9902515,17.0393713 16.5034039,16.9650727 16.0234704,16.8360811 C15.5423402,16.7068192 15.0887335,16.5060304 14.6211657,16.2673825 C14.7978748,17.3003966 14.7635036,18.2908868 14.4820188,19.2671797 C14.1993374,20.2479346 13.706041,21.1085544 13.0216753,21.8579628 C14.3873485,22.7281149 16.5929551,22.8944924 18.376667,21.6068079 C20.3149496,20.2075065 20.7520687,17.9289938 20.3870161,16.4251741 M16.2534981,11.0920361 C18.3849108,11.4258727 19.9667834,12.5431234 21.0282349,14.4232361 C22.4305396,13.2075515 23.1830493,10.9092304 22.3060188,8.74213183 C21.8524122,7.62150085 21.0935867,6.7702107 20.0495535,6.18589521 C19.4776753,5.86585014 18.8671047,5.66884732 18.203415,5.60103887 C18.417487,7.75536 17.7651657,9.57151775 16.2534981,11.0920361 M10.9651878,21.8774332 C9.52851191,20.2818727 8.97239003,18.423529 9.30260609,16.268667 C8.39525983,16.7619177 7.4520133,17.0266614 6.4469385,17.0540417 C5.43720997,17.0815572 4.47687756,16.8679234 3.56221828,16.4322727 C3.20421274,17.78736 3.52585263,20.0230107 5.34805762,21.4872811 C7.11375291,22.9061206 9.42460055,22.8492642 10.9651878,21.8774332 M5.73292188,5.59860507 C4.88427922,5.69622761 4.12691634,5.9817938 3.4428831,6.46334873 C2.48773629,7.13588958 1.82856731,8.03680225 1.48166427,9.16439662 C0.815115789,11.3312248 1.71554792,13.426053 2.92658393,14.4316868 C3.9989385,12.5589431 5.58612964,11.4508192 7.72286094,11.1296924 C6.18034571,9.60383324 5.51838449,7.77023324 5.73292188,5.59860507 M16.5547945,4.3773093 C15.9260078,2.8089262 14.1385729,1.15732056 11.6246892,1.32356282 C10.4892432,1.39867268 9.49194681,1.83520225 8.63904931,2.60286423 C8.09170305,3.09550648 7.67166981,3.68266141 7.37176953,4.3749431 C9.47552576,4.8213431 10.9961684,6.01323042 11.9685341,7.9533769 C12.9448886,6.01140507 14.4634704,4.82181634 16.5547945,4.3773093 M17.8943402,4.28942197 C19.3887224,4.36486986 20.699149,4.89117972 21.8171767,5.89214873 C22.6872266,6.67103324 23.3009884,7.62623324 23.6482238,8.75071775 C24.0398693,10.019067 24.0437252,11.2937713 23.6558693,12.5646896 C23.2696089,13.8303346 22.5480798,14.8656473 21.5302404,15.7003065 C21.9276033,17.2218389 21.8268166,18.701929 21.1748942,20.1313149 C20.6870493,21.2010389 19.951559,22.0590896 18.9977418,22.728453 C17.1881684,23.9984248 14.3777086,24.3497037 11.9935978,22.7560361 C11.9455978,22.786729 11.8923457,22.820329 11.8394925,22.8546051 C10.9527557,23.4282389 9.98743712,23.7586952 8.9381518,23.8443515 C5.85611302,24.0961825 3.01979169,21.9927685 2.32631801,18.8796642 C2.10792465,17.8991797 2.12381385,16.9168699 2.36122105,15.9396304 C2.36501053,15.9238783 2.36773629,15.9074501 2.37438449,15.8929149 C2.4356144,15.7577037 2.38588587,15.6754952 2.27572521,15.5817262 C1.09706593,14.5791346 0.343027147,13.3099065 0.0959135734,11.7679572 C-0.24620277,9.63310648 0.327536842,7.7625262 1.80589695,6.20016 C2.72939834,5.22413746 3.86537618,4.63184451 5.17434017,4.38711211 C5.40363657,4.34425014 5.63771967,4.32200789 5.87060609,4.3078107 C5.99918227,4.29996845 6.06280554,4.25616 6.11087202,4.12966986 C6.60410194,2.83333183 7.42774737,1.80532056 8.5733651,1.04888113 C9.45963657,0.463754366 10.4330659,0.136813521 11.4880687,0.0512923944 C14.244944,-0.17207662 16.8131435,1.49237408 17.8162903,4.09282479 C17.839426,4.15285859 17.863692,4.21248676 17.8943402,4.28942197' id='Fill-4' fill='%23231F20' mask='url(%23mask-4)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .sdg-annex-17:hover,
.data-page-wrapp-roas .sdg-annex-17:hover,
.iframe-chart-block .sdg-annex-17:hover {
  opacity: 0.1;
}

.data-page-wrapp .portal-sdg.annex-all:before,
.data-page-wrapp-roas .portal-sdg.annex-all:before,
.iframe-chart-block .portal-sdg.annex-all:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='27px' height='27px' viewBox='0 0 27 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0.0420099137 6.06379574 0.0420099137 6.06379574 4.17938041 0 4.17938041'%3E%3C/polygon%3E%3Cpolygon id='path-3' points='0.0545180719 0.0226118535 6.12547826 0.0226118535 6.12547826 4.078475 0.0545180719 4.078475'%3E%3C/polygon%3E%3Cpolygon id='path-5' points='0.0775679456 0.00829565217 4.07631304 0.00829565217 4.07631304 6.24618882 0.0775679456 6.24618882'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='SDG-Indicator-Dashboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='BETA-Linegraph-+-filter-' transform='translate(-1272.000000, -254.000000)'%3E%3Cg id='Group-38' transform='translate(1272.000000, 254.000000)'%3E%3Cpath d='M7.18267304,17.7390861 C7.18142087,17.8207904 7.11372522,17.8448165 7.06708174,17.8804252 C6.4907687,18.3210339 5.91265565,18.7592948 5.33501217,19.1983383 C4.45371652,19.8680948 3.57054261,20.5355035 2.69300348,21.2102687 C2.55792522,21.3141209 2.48404696,21.3127904 2.38356,21.1657383 C1.65870783,20.1053817 1.09139478,18.968173 0.68256,17.7506687 C0.63756,17.6166861 0.672151304,17.5606513 0.804725217,17.5228513 C2.57287304,17.0191643 4.34000348,16.5121904 6.10682087,16.0038861 C6.22327304,15.9703904 6.31131652,15.9664774 6.36085565,16.1033557 C6.56182957,16.65846 6.82502087,17.1828861 7.14964696,17.6762426 C7.16318609,17.6969035 7.17281217,17.7200687 7.18267304,17.7390861' id='Fill-1' fill='%23000000'%3E%3C/path%3E%3Cg id='Group-5' transform='translate(0.000000, 12.591704)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-4'%3E%3C/g%3E%3Cpath d='M0.00124434783,0.943458261 C0.00445304348,0.693649565 -0.0040773913,0.443997391 0.0273052174,0.194266957 C0.0429573913,0.0696756522 0.0988356522,0.0332843478 0.21114,0.0436930435 C0.789566087,0.0970669565 1.3681487,0.149971304 1.9467313,0.202484348 C2.72425304,0.273153913 3.50185304,0.344136522 4.2795313,0.413553913 C4.75246174,0.455736522 5.22547043,0.496666957 5.69863565,0.535249565 C5.84560957,0.547301739 5.91847043,0.599736522 5.91228783,0.767684348 C5.89201826,1.31934522 5.94719217,1.86654522 6.05628783,2.40732783 C6.08344435,2.54201478 6.0373487,2.59828435 5.91119217,2.63420609 C4.13138348,3.14149304 2.35220087,3.65089304 0.574270435,4.16475391 C0.430974783,4.20615391 0.387070435,4.15935391 0.358583478,4.02834522 C0.196583478,3.28220609 0.0703486957,2.53184087 0.0298878261,1.76754522 C0.0153313043,1.49284957 -0.00532956522,1.21885826 0.00124434783,0.943458261' id='Fill-3' fill='%23000000' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M13.3345565,26.9909843 C12.8511391,26.9990452 12.2729478,26.9367496 11.6944435,26.8760974 C11.5384696,26.8597409 11.476487,26.8019061 11.5086522,26.6329409 C11.849713,24.8449148 12.1875652,23.0562626 12.5189217,21.2664365 C12.5523391,21.0858887 12.6261391,21.0244539 12.8059043,21.0473843 C13.3427739,21.1157843 13.8798783,21.0945757 14.4144,21.0186626 C14.5825826,20.9948713 14.5977652,21.1060017 14.6191304,21.2194017 C14.7813652,22.0799583 14.9434435,22.940593 15.1048957,23.8013061 C15.2767565,24.7173496 15.4476,25.6335496 15.6198522,26.5495148 C15.6688435,26.8101235 15.6699391,26.8065235 15.3968087,26.8473757 C14.7460696,26.9446539 14.0919652,26.9920017 13.3345565,26.9909843' id='Fill-6' fill='%23000000'%3E%3C/path%3E%3Cpath d='M11.7538278,21.00006 C11.6720452,21.4365209 11.5907322,21.8729817 11.5083235,22.3093643 C11.2463061,23.6983383 10.9811583,25.0866078 10.7250104,26.4765991 C10.6939409,26.6454078 10.637593,26.6960426 10.4657322,26.6554252 C9.22811478,26.362573 8.05036696,25.91766 6.93757565,25.2997904 C6.80202783,25.2245817 6.79952348,25.1546948 6.87371478,25.0350339 C7.84657565,23.4662165 8.81724522,21.8959904 9.78603652,20.324747 C9.84989739,20.2212078 9.9086713,20.1887296 10.0270017,20.2513383 C10.5268539,20.51586 11.0547235,20.7098687 11.602393,20.8502687 C11.6820626,20.8706948 11.769167,20.8836861 11.7538278,21.00006' id='Fill-8' fill='%23000000'%3E%3C/path%3E%3Cpath d='M5.80963304,12.3342339 C5.21414609,12.2825035 4.60981565,12.2311643 4.00579826,12.1772426 C3.22115478,12.1072774 2.43682435,12.0347296 1.65218087,11.9642948 C1.19764174,11.9234426 0.742867826,11.8843904 0.288172174,11.8447904 C0.167885217,11.8343035 0.114198261,11.7884426 0.133606957,11.650547 C0.311963478,10.3837383 0.66852,9.16967739 1.18864174,8.00155565 C1.26103304,7.83900783 1.33585043,7.8272687 1.48658087,7.90318174 C2.89543304,8.61277304 4.30733739,9.31618174 5.7189287,10.0202948 C5.94846783,10.1347904 6.17933739,10.2469383 6.41232,10.3543904 C6.52603304,10.4069035 6.55287652,10.4720948 6.50216348,10.5911296 C6.28569391,11.0995904 6.12666783,11.6265209 6.03150261,12.17106 C6.00841565,12.3033991 5.95128522,12.361547 5.80963304,12.3342339' id='Fill-10' fill='%23000000'%3E%3C/path%3E%3Cpath d='M22.2236687,3.34783565 C22.2214774,3.40363565 22.1803122,3.43595739 22.146973,3.47227043 C21.3976252,4.28751391 20.6470252,5.10158348 19.898773,5.91784435 C19.4083904,6.45275739 18.9186339,6.98821826 18.4349035,7.52907913 C18.3230687,7.65406174 18.2471557,7.67988783 18.1009643,7.56140087 C17.7015209,7.23771391 17.2658426,6.96403565 16.7992513,6.74600087 C16.6454687,6.67407913 16.6014078,6.60763565 16.6686339,6.43522696 C17.3336165,4.72655739 17.99046,3.01475739 18.6454252,1.30217478 C18.6948078,1.17312261 18.7459122,1.14189652 18.8789557,1.20067043 C20.06046,1.72337478 21.1424165,2.40408783 22.1317904,3.23341826 C22.1996426,3.29031391 22.2215557,3.31989652 22.2236687,3.34783565' id='Fill-12' fill='%23000000'%3E%3C/path%3E%3Cpath d='M7.66944,18.4516904 C7.73995304,18.4507513 7.76867478,18.4962991 7.80209217,18.5315948 C8.19410087,18.94536 8.59730087,19.3472296 9.06866609,19.6720122 C9.19161391,19.7566904 9.14512696,19.8307252 9.08846609,19.9222122 C8.45604,20.943047 7.82494435,21.9648209 7.19369217,22.9864383 C6.85834435,23.5292557 6.52057043,24.0705861 6.19054435,24.6164557 C6.11517913,24.7411252 6.05718783,24.763273 5.92868348,24.67476 C4.8870313,23.9574209 3.95439652,23.1217513 3.14150087,22.1517861 C3.04492696,22.0367426 3.02966609,21.9670904 3.16231826,21.86676 C4.62861391,20.7571774 6.0912313,19.6426643 7.55517913,18.5297948 C7.59454435,18.4998991 7.63680522,18.4738383 7.66944,18.4516904' id='Fill-14' fill='%23000000'%3E%3C/path%3E%3Cpath d='M17.9143513,19.7150165 C17.9083252,19.6322165 17.9602904,19.6018513 18.0044296,19.5691383 C18.4541165,19.2361383 18.8584122,18.8543817 19.2147339,18.4237904 C19.3252383,18.2903557 19.4020122,18.3623557 19.4952209,18.4327904 C20.623273,19.2855991 21.7519513,20.1374687 22.8807861,20.98926 C23.2104209,21.2380513 23.5380991,21.4895817 23.8727426,21.7316426 C23.9989774,21.8230513 24.0057078,21.8905904 23.9050643,22.0143991 C23.1103252,22.9920339 22.1906035,23.8334948 21.1661687,24.56406 C21.0415774,24.6529643 20.9633948,24.6675209 20.8696383,24.5145991 C19.9144643,22.9571296 18.95256,21.4036513 17.9927687,19.8489991 C17.9633426,19.8014165 17.9361861,19.7525035 17.9143513,19.7150165' id='Fill-16' fill='%23000000'%3E%3C/path%3E%3Cpath d='M8.12792348,8.16076174 C8.10491478,8.18932696 8.08049739,8.2252487 8.05060174,8.25577043 C7.6586713,8.65505739 7.31541913,9.09308348 7.0296887,9.57321391 C6.94548,9.71478783 6.86659304,9.68481391 6.75475826,9.62877913 C5.79238435,9.14653565 4.82844522,8.66742261 3.86536696,8.18674435 C3.18778435,7.84857913 2.51208,7.50657913 1.83222783,7.17318783 C1.69488,7.10588348 1.66600174,7.05008348 1.74794087,6.90616174 C2.36776696,5.81653565 3.12893217,4.83717913 4.01101043,3.94829217 C4.13395826,3.82432696 4.20940174,3.80257043 4.33712348,3.94414435 C5.30497565,5.01702261 6.27971478,6.08371826 7.25226261,7.15237043 C7.5174887,7.44381391 7.7828713,7.73525739 8.04762783,8.02709217 C8.08057565,8.06348348 8.12181913,8.09549217 8.12792348,8.16076174' id='Fill-18' fill='%23000000'%3E%3C/path%3E%3Cpath d='M16.55388,26.6330817 C16.4253757,26.63496 16.4346104,26.5313426 16.4206017,26.4602817 C16.32888,25.9942383 16.2430278,25.5270209 16.1552191,25.060273 C15.9090104,23.7520643 15.663193,22.4438557 15.4162017,21.1357252 C15.3612626,20.8448296 15.3593843,20.8460817 15.6324365,20.7635165 C16.112567,20.6182643 16.5788452,20.4370122 17.0146017,20.1874383 C17.1597757,20.104247 17.2280974,20.1388383 17.3103496,20.2726643 C18.2628626,21.8234035 19.2207757,23.3707774 20.1768104,24.9194817 C20.3050017,25.1271078 20.3031235,25.1271861 20.0992539,25.2428557 C19.032167,25.8485165 17.9031757,26.2988296 16.7129843,26.5962991 C16.6585148,26.6099165 16.6034974,26.6216557 16.55388,26.6330817' id='Fill-20' fill='%23000000'%3E%3C/path%3E%3Cpath d='M13.1227435,3.02890696 C13.1227435,3.93618522 13.1191435,4.84354174 13.1258739,5.75082 C13.1271261,5.92526348 13.0752391,5.98975043 12.8942217,5.99922 C12.3682304,6.0266113 11.8508478,6.11911565 11.3477087,6.2768113 C11.2167,6.31789826 11.1583174,6.28933304 11.1093261,6.16239391 C10.4428565,4.43502 9.77325652,2.70882 9.10036957,0.983950435 C9.04926522,0.852863478 9.07556087,0.794715652 9.20876087,0.750811304 C10.204787,0.422350435 11.2227261,0.20235913 12.2687609,0.11768087 C12.468013,0.10155913 12.6676565,0.0866113043 12.8673783,0.0806634783 C13.117187,0.0731504348 13.1222739,0.08082 13.1225087,0.325776522 C13.1231348,1.22687217 13.1227435,2.12788957 13.1227435,3.02890696' id='Fill-22' fill='%23000000'%3E%3C/path%3E%3Cpath d='M20.096867,9.7947313 C20.0243191,9.79144435 20.0062409,9.74080957 19.9809626,9.69870522 C19.6996148,9.23078348 19.3866496,8.78579217 19.0003539,8.39816609 C18.8697365,8.26707913 18.9203713,8.17629652 19.0207017,8.06790522 C19.4753191,7.57674 19.9275104,7.08346174 20.3796235,6.59018348 C21.1573017,5.74191391 21.9363104,4.89497478 22.7091365,4.04232261 C22.818467,3.92156609 22.8898409,3.90700957 23.0083278,4.02940957 C23.8834409,4.93277478 24.6446061,5.91995739 25.2518322,7.02414 C25.3192148,7.14685304 25.3070843,7.20601826 25.1797539,7.26925304 C23.5213278,8.09318348 21.8648583,8.92110522 20.2076843,9.74761826 C20.168867,9.76702696 20.12778,9.78174 20.096867,9.7947313' id='Fill-24' fill='%23000000'%3E%3C/path%3E%3Cpath d='M21.0722948,12.4266287 C20.9888687,12.4433765 20.9344774,12.3801417 20.9113904,12.2388026 C20.8266339,11.7186026 20.6826339,11.2132722 20.4796252,10.7267243 C20.4206165,10.5853852 20.4553643,10.5163591 20.5891122,10.4499157 C22.2364252,9.63154174 23.8820948,8.80972435 25.5257296,7.98383739 C25.6588513,7.91700261 25.7172339,7.93429826 25.7780426,8.07282 C26.2867383,9.23131565 26.6346861,10.4340287 26.8057643,11.6885504 C26.8265035,11.8406896 26.7860426,11.8838896 26.63766,11.8973504 C25.1564948,12.0316461 23.6758774,12.1719678 22.19526,12.3119765 C21.8405817,12.3454722 21.4865296,12.3842113 21.0722948,12.4266287' id='Fill-26' fill='%23000000'%3E%3C/path%3E%3Cg id='Group-30' transform='translate(20.817391, 12.669965)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-29'%3E%3C/g%3E%3Cpath d='M6.1218,0.818154783 C6.10074783,1.89737217 5.99744348,2.90905043 5.76336522,3.90625043 C5.72634783,4.06386783 5.67015652,4.10769391 5.50737391,4.06050261 C3.75268696,3.55180696 1.99651304,3.04780696 0.239086957,2.54850261 C0.0801391304,2.50334609 0.0291130435,2.43925043 0.0658956522,2.27208522 C0.177730435,1.76323304 0.209504348,1.24467652 0.210443478,0.724946087 C0.210678261,0.605598261 0.245034783,0.558328696 0.364852174,0.547606957 C0.974973913,0.49305913 1.58446957,0.43178087 2.19435652,0.373554783 C3.19617391,0.277763478 4.1979913,0.181815652 5.20004348,0.0873547826 C5.44273043,0.0644243478 5.68651304,0.0516678261 5.9288087,0.0250591304 C6.04283478,0.0125373913 6.09378261,0.0465026087 6.09088696,0.163267826 C6.08517391,0.401102609 6.13987826,0.636746087 6.1218,0.818154783' id='Fill-28' fill='%23000000' mask='url(%23mask-4)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M10.3930904,6.54606 C10.3922296,6.64020783 10.3220296,6.65523391 10.2686557,6.68043391 C9.78030783,6.91130348 9.31817739,7.18568609 8.89282957,7.51860783 C8.78326435,7.60438174 8.72049913,7.56423391 8.64341217,7.47924261 C8.19779478,6.98823391 7.74842087,6.50059043 7.30147304,6.01075565 C6.54672522,5.18361652 5.79189913,4.35647739 5.03887304,3.52777304 C4.7131513,3.16933826 4.77732522,3.24932087 5.07925565,3.00475565 C6.00359478,2.25619043 7.01879478,1.6558513 8.10576,1.17368609 C8.25609913,1.10692957 8.30947304,1.14582522 8.36362957,1.28638174 C9.0205513,2.99098174 9.68232522,4.69378174 10.3424557,6.39712957 C10.3627252,6.44940783 10.3786904,6.50340783 10.3930904,6.54606' id='Fill-31' fill='%23000000'%3E%3C/path%3E%3Cg id='Group-35' transform='translate(13.852174, 0.069965)'%3E%3Cmask id='mask-6' fill='white'%3E%3Cuse xlink:href='%23path-5'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-34'%3E%3C/g%3E%3Cpath d='M0.0808043478,2.96567217 C0.0808043478,2.05831565 0.0845608696,1.15095913 0.0775956522,0.243602609 C0.0761869565,0.0656373913 0.128152174,-0.000414782609 0.312143478,0.00913304348 C1.56314348,0.0741678261 2.77978696,0.311298261 3.96614348,0.711602609 C4.11131739,0.760515652 4.08478696,0.838228696 4.04463913,0.941924348 C3.62015217,2.03875043 3.19738696,3.13620261 2.77462174,4.23365478 C2.53623913,4.85246348 2.2955087,5.47033304 2.06291739,6.09133304 C2.0115,6.22868087 1.95272609,6.27649826 1.80058696,6.2274287 C1.30496087,6.06754174 0.793917391,5.97339391 0.275517391,5.93050696 C0.116256522,5.91735913 0.0781434783,5.85115043 0.0788478261,5.70652435 C0.0828391304,4.79290696 0.0808826087,3.87928957 0.0808043478,2.96567217' id='Fill-33' fill='%23000000' mask='url(%23mask-6)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M20.7281504,15.9600287 C20.8216722,15.987733 20.9234896,16.0187243 21.0256983,16.0481504 C22.7220026,16.5353243 24.4178374,17.0242983 26.1156287,17.5061504 C26.2740287,17.5510722 26.292107,17.6150896 26.2437417,17.7595591 C25.8574461,18.9120287 25.326133,19.9925765 24.65262,21.0036287 C24.5196548,21.2031939 24.5173852,21.2015504 24.3277591,21.0584896 C22.8786026,19.965733 21.4303852,18.8714896 19.978333,17.7824113 C19.8502983,17.6863852 19.8150026,17.6180635 19.9113417,17.4678809 C20.1858809,17.0401852 20.3969504,16.5787591 20.5773417,16.1036374 C20.6026983,16.0367243 20.6129504,15.9495417 20.7281504,15.9600287' id='Fill-36' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .portal-sdg.annex-all.active:before,
.data-page-wrapp-roas .portal-sdg.annex-all.active:before,
.iframe-chart-block .portal-sdg.annex-all.active:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='27px' height='27px' viewBox='0 0 27 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0.00576462377 6.0329301 0.00576462377 6.0329301 4.12637385 0 4.12637385'%3E%3C/polygon%3E%3Cpolygon id='path-3' points='0.0426296091 0.0172723865 4.17967254 0.0172723865 4.17967254 5.96511628 0.0426296091 5.96511628'%3E%3C/polygon%3E%3Cpolygon id='path-5' points='0.0458169858 0.0420697674 4.08502401 0.0420697674 4.08502401 6.25659908 0.0458169858 6.25659908'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Style-Guide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard-Copy' transform='translate(-601.000000, -907.000000)'%3E%3Cg id='Group-38' transform='translate(601.000000, 907.000000)'%3E%3Cpath d='M7.16100436,17.7888794 C7.1398125,17.8573212 7.08518459,17.8817311 7.04178052,17.9146962 C5.7243532,18.9164433 4.40621948,19.9174055 3.08816424,20.9184462 C2.92341715,21.0436352 2.75592297,21.1654491 2.59517878,21.2954259 C2.51841715,21.3574317 2.47619041,21.372423 2.40829797,21.2749404 C1.65041424,20.1882689 1.06928634,19.0143968 0.646547965,17.7597602 C0.596472384,17.6111032 0.686890988,17.6092195 0.778565407,17.5829259 C2.50538808,17.0878997 4.23197529,16.5920102 5.95848401,16.0958852 C6.26733576,16.0070363 6.26710029,16.006016 6.38263517,16.2992485 C6.57391134,16.7843067 6.80914099,17.2466817 7.0932689,17.6840189 C7.1168939,17.720359 7.14028343,17.7568561 7.16100436,17.7888794' id='Fill-1' fill='%23CE8C2A'%3E%3C/path%3E%3Cg id='Group-5' transform='translate(0.000000, 12.673047)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-4'%3E%3C/g%3E%3Cpath d='M0.00273924419,0.879572093 C0.00273924419,0.628958721 0.00509389535,0.378345349 0.00148343023,0.127810465 C0.000149127907,0.0326825581 0.0255008721,-0.00240174419 0.130832267,0.00733081395 C1.40407064,0.125298837 2.67777994,0.23847907 3.95133227,0.353150581 C4.55066948,0.407072093 5.14977122,0.463034302 5.74926541,0.514601163 C5.83332645,0.521822093 5.8843439,0.526138953 5.8795561,0.638298837 C5.85420436,1.22947326 5.89996308,1.81593837 6.0260939,2.3948686 C6.04752122,2.49337151 6.02059971,2.53434244 5.91652413,2.56385407 C4.11623634,3.07591221 2.31681192,3.59118837 0.519428198,4.11329302 C0.378227616,4.15426395 0.363942733,4.09500523 0.339689826,3.99108663 C0.101399128,2.96744128 -0.0201793605,1.93060988 0.00273924419,0.879572093' id='Fill-3' fill='%2348773E' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M10.6215881,26.7398503 C10.5006375,26.7135567 10.395934,26.6935422 10.2924863,26.6679549 C9.1121782,26.3762137 7.98846017,25.9399753 6.92282355,25.3532747 C6.80493401,25.2883648 6.78044564,25.2443328 6.85838459,25.1191439 C7.83595727,23.549298 8.80827122,21.976077 9.77697471,20.4006584 C9.85012587,20.2819055 9.8985532,20.2537282 10.0332392,20.326016 C10.5205735,20.5873038 11.037341,20.7800712 11.5745939,20.9109898 C11.7130474,20.9448183 11.7488381,20.9892427 11.7212102,21.1329549 C11.4338642,22.627766 11.1535823,24.1239898 10.8718875,25.6198997 C10.8104311,25.9462544 10.753684,26.2735509 10.6876753,26.5988852 C10.6778642,26.647391 10.6982712,26.7312951 10.6215881,26.7398503' id='Fill-6' fill='%23E01483'%3E%3C/path%3E%3Cpath d='M5.83992733,12.3533712 C4.6784564,12.2481968 3.51698547,12.1429439 2.35543605,12.0379265 C1.64990407,11.9741154 0.94452907,11.9070863 0.238369186,11.8500253 C0.109334302,11.8396648 0.0926947674,11.7993218 0.109569767,11.679941 C0.292212209,10.3869235 0.657575581,9.14869099 1.19569186,7.9592782 C1.25863953,7.82011831 1.31617151,7.86783924 1.40392151,7.91179273 C2.85485756,8.63741773 4.30657849,9.36131599 5.75822093,10.0853712 C5.97131686,10.191566 6.18276453,10.3015282 6.39978488,10.3989323 C6.49930814,10.4435922 6.52709302,10.4844846 6.47968605,10.5924846 C6.24688953,11.1222811 6.08198547,11.6732695 5.98638663,12.2447433 C5.96645058,12.3639672 5.9622907,12.3632608 5.83992733,12.3533712' id='Fill-8' fill='%23007DBB'%3E%3C/path%3E%3Cg id='Group-12' transform='translate(11.459302, 21.071302)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-11'%3E%3C/g%3E%3Cpath d='M2.66045756,5.95720465 C1.68830058,5.98082965 0.925550581,5.95382965 0.166175581,5.84582965 C0.0440476744,5.82848372 0.0293703488,5.79426279 0.0508761628,5.68116105 C0.399678488,3.84767267 0.74432093,2.01332093 1.0873936,0.178733721 C1.10607384,0.0788180233 1.12883547,0.0234837209 1.25174826,0.0382395349 C1.82110291,0.10644593 2.39147791,0.0926319767 2.9591843,0.0210505814 C3.08727733,0.00488197674 3.11506221,0.0389459302 3.136725,0.155501163 C3.4175564,1.66404767 3.70403895,3.17157384 3.98903023,4.67941395 C4.04719012,4.98708837 4.0945186,5.29735291 4.16751279,5.60149535 C4.2058936,5.76169012 4.15362035,5.80925407 4.00778895,5.82754186 C3.49133547,5.89213779 2.97480349,5.95343721 2.66045756,5.95720465' id='Fill-10' fill='%23F26D25' mask='url(%23mask-4)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M6.05128866,24.816116 C6.01330029,24.7917061 5.98143401,24.772084 5.9504311,24.7512061 C4.87804448,24.0269939 3.92755029,23.1680172 3.0958875,22.1764735 C3.01567238,22.0807177 3.00601831,22.0296218 3.11872762,21.9444619 C4.60474797,20.8215288 6.08715785,19.6939648 7.56744855,18.5636538 C7.65778866,18.4946625 7.70550959,18.4938776 7.7803875,18.5807642 C8.15885843,19.0196712 8.58607064,19.4075608 9.06335843,19.7355637 C9.19898634,19.8288078 9.11107936,19.8907352 9.06791076,19.9609038 C8.18923343,21.3853108 7.30875087,22.8086974 6.42866076,24.232241 C6.32639041,24.397459 6.22459099,24.562991 6.12130029,24.7275811 C6.10207064,24.7582701 6.07632645,24.7848776 6.05128866,24.816116' id='Fill-13' fill='%23F89C26'%3E%3C/path%3E%3Cpath d='M8.11723605,8.15826192 C8.08591919,8.19538692 8.06033198,8.2299218 8.03058488,8.26037529 C7.63468953,8.66568924 7.28675058,9.1087561 6.99524477,9.59436366 C6.93370988,9.69686948 6.8836343,9.70864273 6.7769686,9.65527064 C5.11403547,8.82266599 3.44929709,7.99343634 1.78291047,7.16766017 C1.66768953,7.11059913 1.6422593,7.0668811 1.71062267,6.94726483 C2.35242209,5.8242532 3.12953547,4.80712238 4.05703256,3.90442762 C4.14007326,3.82358459 4.17798314,3.82177936 4.25772733,3.90952936 C5.51314884,5.29249448 6.77273023,6.67177064 8.03105581,8.05206715 C8.060175,8.08401192 8.08576221,8.1192532 8.11723605,8.15826192' id='Fill-15' fill='%235DBA46'%3E%3C/path%3E%3Cpath d='M22.2669157,3.34705814 C21.9089302,3.73989244 21.5552616,4.12950872 21.1999448,4.51771221 C20.2723692,5.53131105 19.342282,6.54263372 18.4186308,7.55976453 C18.3177733,7.67082558 18.2605552,7.6828343 18.1385843,7.58221221 C17.7162384,7.23372384 17.2504884,6.94865407 16.7547558,6.71585756 C16.6465203,6.6649186 16.6239942,6.61813953 16.6674767,6.50582267 C17.3418488,4.76518605 18.012689,3.02321512 18.6825087,1.28077326 C18.7144535,1.19765407 18.731407,1.13823837 18.8472558,1.18941279 C20.0896483,1.73804651 21.2276512,2.45064244 22.2669157,3.34705814' id='Fill-17' fill='%23D29F29'%3E%3C/path%3E%3Cpath d='M24.035659,21.9158765 C24.0062259,21.9570044 23.9826794,21.9939724 23.9552869,22.0278009 C23.1401852,23.0323735 22.2013073,23.9034375 21.1421067,24.6462515 C21.0366183,24.720266 20.9888974,24.7161846 20.9176299,24.6001788 C19.9436677,23.0142427 18.9654672,21.4308968 17.9832637,19.850141 C17.9123887,19.7361759 17.9356997,19.6886119 18.0353015,19.6159317 C18.4829991,19.2891846 18.8793654,18.9047485 19.2372724,18.483109 C19.3277695,18.3765218 19.3797288,18.3907282 19.4765049,18.4640363 C20.7809817,19.452048 22.0882055,20.4363706 23.3948015,21.4215567 C23.5799555,21.5611875 23.7655805,21.7005828 23.9503422,21.8407631 C23.9792259,21.8627398 24.005127,21.888798 24.035659,21.9158765' id='Fill-19' fill='%23FCB613'%3E%3C/path%3E%3Cg id='Group-23' transform='translate(9.026163, 0.036419)'%3E%3Cmask id='mask-6' fill='white'%3E%3Cuse xlink:href='%23path-5'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-22'%3E%3C/g%3E%3Cpath d='M4.08098721,3.00385203 C4.08098721,3.92020378 4.07737674,4.83663401 4.08467616,5.75298576 C4.08585349,5.90070087 4.04221395,5.94386948 3.89873721,5.95077645 C3.34570814,5.97785494 2.80429535,6.08098866 2.27583314,6.24432297 C2.1661064,6.27822994 2.1343186,6.24016308 2.10001919,6.15154971 C1.42282151,4.40094506 0.744525,2.65081134 0.0630889535,0.901854942 C0.022902907,0.798642733 0.0534348837,0.763872384 0.148484302,0.732398547 C1.3634843,0.329831686 2.60987965,0.101822965 3.88853372,0.0427997093 C4.04401919,0.0356572674 4.08640291,0.0774130814 4.08499012,0.235881105 C4.07682733,1.15843343 4.08098721,2.08114273 4.08098721,3.00385203' id='Fill-21' fill='%23183668' mask='url(%23mask-6)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M16.5445404,26.6863526 C16.4552991,26.7077015 16.4698195,26.6258381 16.4589881,26.569091 C16.3367817,25.9292538 16.2144183,25.2893381 16.0933108,24.6493439 C15.8696189,23.467623 15.6492235,22.2853526 15.4205869,21.104652 C15.3912323,20.952934 15.4208224,20.889123 15.5779561,20.8476026 C16.0942526,20.7114253 16.5854328,20.5067276 17.0522817,20.2469311 C17.1558863,20.1893206 17.212398,20.1808439 17.2854706,20.3000677 C18.258648,21.8863177 19.2368485,23.4695067 20.2183456,25.0505765 C20.2852177,25.158341 20.2718747,25.2004108 20.1643456,25.2620241 C19.0533427,25.8973875 17.8756247,26.3636869 16.6337817,26.670184 C16.6094503,26.6761491 16.5844125,26.6792102 16.5445404,26.6863526' id='Fill-24' fill='%238E1838'%3E%3C/path%3E%3Cpath d='M25.3396884,7.17236948 C25.3129238,7.23908459 25.2451099,7.2485032 25.1926797,7.27471831 C24.3359006,7.70350029 23.4781012,8.13032006 22.6205372,8.55745378 C21.8245081,8.95397703 21.0270663,9.34767471 20.2336273,9.74945669 C20.1129122,9.81059913 20.060011,9.80251483 19.9885081,9.67881715 C19.7147407,9.20482587 19.3862669,8.76905843 19.0064616,8.37426192 C18.9286012,8.2934189 18.9107058,8.24640436 18.9995547,8.15009913 C20.2578017,6.78502936 21.5119674,5.41634913 22.7617378,4.0435875 C22.8638512,3.93134913 22.912357,3.93802064 23.0142349,4.04044797 C23.9049209,4.93552936 24.6547203,5.93539273 25.2693628,7.03752645 C25.2936942,7.08124448 25.3156709,7.1262968 25.3396884,7.17236948' id='Fill-26' fill='%23279A48'%3E%3C/path%3E%3Cpath d='M26.8311166,11.771066 C26.8647881,11.8841677 26.7866922,11.8983741 26.6970584,11.9065369 C25.9978055,11.9705834 25.2985526,12.0347084 24.5993782,12.1004817 C23.463416,12.2073828 22.3271398,12.3117724 21.1919625,12.4272288 C21.026666,12.4440253 20.9700759,12.4149061 20.9429974,12.2406619 C20.8623113,11.7197346 20.7151456,11.214348 20.5106049,10.7275631 C20.466259,10.6220747 20.459352,10.5654846 20.5863462,10.5026154 C22.258698,9.67464157 23.9274392,8.83913285 25.5964945,8.00425203 C25.6765526,7.96422297 25.728198,7.93706599 25.7796078,8.05260087 C26.3021049,9.22788576 26.6530265,10.451284 26.8274276,11.7254642 C26.8291544,11.7378654 26.8294683,11.750502 26.8311166,11.771066' id='Fill-28' fill='%23C21F33'%3E%3C/path%3E%3Cpath d='M13.9482942,3.03950145 C13.9482942,2.11655669 13.952611,1.19345494 13.9441343,0.270588663 C13.9427215,0.107882267 13.9894221,0.0759375 14.1433378,0.0847281977 C15.4026052,0.156859012 16.6305558,0.385574128 17.8252273,0.792457849 C17.925143,0.826521802 17.9488465,0.85799564 17.9080326,0.963405523 C17.2302855,2.71534448 16.5562273,4.46861773 15.8852302,6.2231468 C15.8466924,6.32400436 15.8081547,6.33546366 15.7085529,6.30406831 C15.1868407,6.13979215 14.6535122,6.02653343 14.1065267,5.99443169 C13.9700355,5.98642587 13.9453116,5.93069913 13.9459395,5.80849273 C13.9501779,4.88554797 13.9482942,3.96252471 13.9482942,3.03950145' id='Fill-30' fill='%23EA1C2D'%3E%3C/path%3E%3Cpath d='M26.9398073,13.6467811 C26.9514235,14.6544933 26.8215253,15.6462724 26.6019148,16.6282404 C26.5721677,16.7614352 26.5377898,16.8082142 26.3855224,16.7640253 C24.6065049,16.246473 22.8255253,15.7355922 21.0435253,15.2284788 C20.9204555,15.193473 20.887098,15.1478712 20.9138625,15.0235456 C21.0264148,14.5007346 21.0716241,13.9703102 21.0610282,13.4358044 C21.058752,13.3273334 21.0708392,13.2748247 21.2052113,13.262502 C23.0152317,13.0959497 24.8241532,12.918252 26.6340166,12.7509148 C26.9891765,12.7180282 26.9271706,12.6838073 26.9385515,13.0258596 C26.9454584,13.232598 26.9398073,13.4398073 26.9398073,13.6467811' id='Fill-32' fill='%23EE402B'%3E%3C/path%3E%3Cpath d='M10.3750797,6.56952384 C10.3875593,6.63890756 10.328693,6.64094826 10.2940797,6.65695988 C9.77495756,6.89815465 9.28707384,7.19123023 8.83702151,7.54466337 C8.74087326,7.62016919 8.70649535,7.55243372 8.65791105,7.49929709 C8.00253314,6.78167791 7.34731221,6.06398023 6.69271919,5.34565465 C6.09314651,4.68752965 5.49687035,4.0263436 4.89258837,3.37261395 C4.80311163,3.27583779 4.79557674,3.23086395 4.90177151,3.14405581 C5.88797791,2.33813721 6.96248372,1.67883488 8.13023372,1.1697593 C8.24255058,1.12078256 8.27936163,1.14754709 8.31891977,1.2501314 C8.99258547,2.99555581 9.66899826,4.74003837 10.3447047,6.4847564 C10.356007,6.51395407 10.3658965,6.54377965 10.3750797,6.56952384' id='Fill-34' fill='%2302558A'%3E%3C/path%3E%3Cpath d='M20.7142352,16.0015029 C20.7563834,16.0135116 20.7986102,16.0252849 20.8407584,16.0373721 C22.6164009,16.5471541 24.3916509,17.0588983 26.1687846,17.5631076 C26.3137526,17.604314 26.3171276,17.6570581 26.2756073,17.7821686 C25.8850491,18.9616134 25.3385346,20.0631192 24.6472875,21.0948488 C24.5734299,21.2052035 24.5295549,21.2348721 24.4082119,21.1426483 C22.9345927,20.0230901 21.4569706,18.9090262 19.9775433,17.7972384 C19.8759794,17.7208692 19.8395608,17.6729128 19.9207177,17.5478808 C20.2079852,17.1050494 20.4322265,16.6290959 20.6115724,16.1322645 C20.6587439,16.0017384 20.6607061,16.0024448 20.7142352,16.0015029' id='Fill-36' fill='%2300ADD8'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .portal-sdg.annex-all:not(.active):hover:before,
.data-page-wrapp-roas .portal-sdg.annex-all:not(.active):hover:before,
.iframe-chart-block .portal-sdg.annex-all:not(.active):hover:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='27px' height='27px' viewBox='0 0 27 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0.00576462377 6.0329301 0.00576462377 6.0329301 4.12637385 0 4.12637385'%3E%3C/polygon%3E%3Cpolygon id='path-3' points='0.0426296091 0.0172723865 4.17967254 0.0172723865 4.17967254 5.96511628 0.0426296091 5.96511628'%3E%3C/polygon%3E%3Cpolygon id='path-5' points='0.0458169858 0.0420697674 4.08502401 0.0420697674 4.08502401 6.25659908 0.0458169858 6.25659908'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Style-Guide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard-Copy' transform='translate(-601.000000, -907.000000)'%3E%3Cg id='Group-38' transform='translate(601.000000, 907.000000)'%3E%3Cpath d='M7.16100436,17.7888794 C7.1398125,17.8573212 7.08518459,17.8817311 7.04178052,17.9146962 C5.7243532,18.9164433 4.40621948,19.9174055 3.08816424,20.9184462 C2.92341715,21.0436352 2.75592297,21.1654491 2.59517878,21.2954259 C2.51841715,21.3574317 2.47619041,21.372423 2.40829797,21.2749404 C1.65041424,20.1882689 1.06928634,19.0143968 0.646547965,17.7597602 C0.596472384,17.6111032 0.686890988,17.6092195 0.778565407,17.5829259 C2.50538808,17.0878997 4.23197529,16.5920102 5.95848401,16.0958852 C6.26733576,16.0070363 6.26710029,16.006016 6.38263517,16.2992485 C6.57391134,16.7843067 6.80914099,17.2466817 7.0932689,17.6840189 C7.1168939,17.720359 7.14028343,17.7568561 7.16100436,17.7888794' id='Fill-1' fill='%23CE8C2A'%3E%3C/path%3E%3Cg id='Group-5' transform='translate(0.000000, 12.673047)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-4'%3E%3C/g%3E%3Cpath d='M0.00273924419,0.879572093 C0.00273924419,0.628958721 0.00509389535,0.378345349 0.00148343023,0.127810465 C0.000149127907,0.0326825581 0.0255008721,-0.00240174419 0.130832267,0.00733081395 C1.40407064,0.125298837 2.67777994,0.23847907 3.95133227,0.353150581 C4.55066948,0.407072093 5.14977122,0.463034302 5.74926541,0.514601163 C5.83332645,0.521822093 5.8843439,0.526138953 5.8795561,0.638298837 C5.85420436,1.22947326 5.89996308,1.81593837 6.0260939,2.3948686 C6.04752122,2.49337151 6.02059971,2.53434244 5.91652413,2.56385407 C4.11623634,3.07591221 2.31681192,3.59118837 0.519428198,4.11329302 C0.378227616,4.15426395 0.363942733,4.09500523 0.339689826,3.99108663 C0.101399128,2.96744128 -0.0201793605,1.93060988 0.00273924419,0.879572093' id='Fill-3' fill='%2348773E' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M10.6215881,26.7398503 C10.5006375,26.7135567 10.395934,26.6935422 10.2924863,26.6679549 C9.1121782,26.3762137 7.98846017,25.9399753 6.92282355,25.3532747 C6.80493401,25.2883648 6.78044564,25.2443328 6.85838459,25.1191439 C7.83595727,23.549298 8.80827122,21.976077 9.77697471,20.4006584 C9.85012587,20.2819055 9.8985532,20.2537282 10.0332392,20.326016 C10.5205735,20.5873038 11.037341,20.7800712 11.5745939,20.9109898 C11.7130474,20.9448183 11.7488381,20.9892427 11.7212102,21.1329549 C11.4338642,22.627766 11.1535823,24.1239898 10.8718875,25.6198997 C10.8104311,25.9462544 10.753684,26.2735509 10.6876753,26.5988852 C10.6778642,26.647391 10.6982712,26.7312951 10.6215881,26.7398503' id='Fill-6' fill='%23E01483'%3E%3C/path%3E%3Cpath d='M5.83992733,12.3533712 C4.6784564,12.2481968 3.51698547,12.1429439 2.35543605,12.0379265 C1.64990407,11.9741154 0.94452907,11.9070863 0.238369186,11.8500253 C0.109334302,11.8396648 0.0926947674,11.7993218 0.109569767,11.679941 C0.292212209,10.3869235 0.657575581,9.14869099 1.19569186,7.9592782 C1.25863953,7.82011831 1.31617151,7.86783924 1.40392151,7.91179273 C2.85485756,8.63741773 4.30657849,9.36131599 5.75822093,10.0853712 C5.97131686,10.191566 6.18276453,10.3015282 6.39978488,10.3989323 C6.49930814,10.4435922 6.52709302,10.4844846 6.47968605,10.5924846 C6.24688953,11.1222811 6.08198547,11.6732695 5.98638663,12.2447433 C5.96645058,12.3639672 5.9622907,12.3632608 5.83992733,12.3533712' id='Fill-8' fill='%23007DBB'%3E%3C/path%3E%3Cg id='Group-12' transform='translate(11.459302, 21.071302)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-11'%3E%3C/g%3E%3Cpath d='M2.66045756,5.95720465 C1.68830058,5.98082965 0.925550581,5.95382965 0.166175581,5.84582965 C0.0440476744,5.82848372 0.0293703488,5.79426279 0.0508761628,5.68116105 C0.399678488,3.84767267 0.74432093,2.01332093 1.0873936,0.178733721 C1.10607384,0.0788180233 1.12883547,0.0234837209 1.25174826,0.0382395349 C1.82110291,0.10644593 2.39147791,0.0926319767 2.9591843,0.0210505814 C3.08727733,0.00488197674 3.11506221,0.0389459302 3.136725,0.155501163 C3.4175564,1.66404767 3.70403895,3.17157384 3.98903023,4.67941395 C4.04719012,4.98708837 4.0945186,5.29735291 4.16751279,5.60149535 C4.2058936,5.76169012 4.15362035,5.80925407 4.00778895,5.82754186 C3.49133547,5.89213779 2.97480349,5.95343721 2.66045756,5.95720465' id='Fill-10' fill='%23F26D25' mask='url(%23mask-4)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M6.05128866,24.816116 C6.01330029,24.7917061 5.98143401,24.772084 5.9504311,24.7512061 C4.87804448,24.0269939 3.92755029,23.1680172 3.0958875,22.1764735 C3.01567238,22.0807177 3.00601831,22.0296218 3.11872762,21.9444619 C4.60474797,20.8215288 6.08715785,19.6939648 7.56744855,18.5636538 C7.65778866,18.4946625 7.70550959,18.4938776 7.7803875,18.5807642 C8.15885843,19.0196712 8.58607064,19.4075608 9.06335843,19.7355637 C9.19898634,19.8288078 9.11107936,19.8907352 9.06791076,19.9609038 C8.18923343,21.3853108 7.30875087,22.8086974 6.42866076,24.232241 C6.32639041,24.397459 6.22459099,24.562991 6.12130029,24.7275811 C6.10207064,24.7582701 6.07632645,24.7848776 6.05128866,24.816116' id='Fill-13' fill='%23F89C26'%3E%3C/path%3E%3Cpath d='M8.11723605,8.15826192 C8.08591919,8.19538692 8.06033198,8.2299218 8.03058488,8.26037529 C7.63468953,8.66568924 7.28675058,9.1087561 6.99524477,9.59436366 C6.93370988,9.69686948 6.8836343,9.70864273 6.7769686,9.65527064 C5.11403547,8.82266599 3.44929709,7.99343634 1.78291047,7.16766017 C1.66768953,7.11059913 1.6422593,7.0668811 1.71062267,6.94726483 C2.35242209,5.8242532 3.12953547,4.80712238 4.05703256,3.90442762 C4.14007326,3.82358459 4.17798314,3.82177936 4.25772733,3.90952936 C5.51314884,5.29249448 6.77273023,6.67177064 8.03105581,8.05206715 C8.060175,8.08401192 8.08576221,8.1192532 8.11723605,8.15826192' id='Fill-15' fill='%235DBA46'%3E%3C/path%3E%3Cpath d='M22.2669157,3.34705814 C21.9089302,3.73989244 21.5552616,4.12950872 21.1999448,4.51771221 C20.2723692,5.53131105 19.342282,6.54263372 18.4186308,7.55976453 C18.3177733,7.67082558 18.2605552,7.6828343 18.1385843,7.58221221 C17.7162384,7.23372384 17.2504884,6.94865407 16.7547558,6.71585756 C16.6465203,6.6649186 16.6239942,6.61813953 16.6674767,6.50582267 C17.3418488,4.76518605 18.012689,3.02321512 18.6825087,1.28077326 C18.7144535,1.19765407 18.731407,1.13823837 18.8472558,1.18941279 C20.0896483,1.73804651 21.2276512,2.45064244 22.2669157,3.34705814' id='Fill-17' fill='%23D29F29'%3E%3C/path%3E%3Cpath d='M24.035659,21.9158765 C24.0062259,21.9570044 23.9826794,21.9939724 23.9552869,22.0278009 C23.1401852,23.0323735 22.2013073,23.9034375 21.1421067,24.6462515 C21.0366183,24.720266 20.9888974,24.7161846 20.9176299,24.6001788 C19.9436677,23.0142427 18.9654672,21.4308968 17.9832637,19.850141 C17.9123887,19.7361759 17.9356997,19.6886119 18.0353015,19.6159317 C18.4829991,19.2891846 18.8793654,18.9047485 19.2372724,18.483109 C19.3277695,18.3765218 19.3797288,18.3907282 19.4765049,18.4640363 C20.7809817,19.452048 22.0882055,20.4363706 23.3948015,21.4215567 C23.5799555,21.5611875 23.7655805,21.7005828 23.9503422,21.8407631 C23.9792259,21.8627398 24.005127,21.888798 24.035659,21.9158765' id='Fill-19' fill='%23FCB613'%3E%3C/path%3E%3Cg id='Group-23' transform='translate(9.026163, 0.036419)'%3E%3Cmask id='mask-6' fill='white'%3E%3Cuse xlink:href='%23path-5'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-22'%3E%3C/g%3E%3Cpath d='M4.08098721,3.00385203 C4.08098721,3.92020378 4.07737674,4.83663401 4.08467616,5.75298576 C4.08585349,5.90070087 4.04221395,5.94386948 3.89873721,5.95077645 C3.34570814,5.97785494 2.80429535,6.08098866 2.27583314,6.24432297 C2.1661064,6.27822994 2.1343186,6.24016308 2.10001919,6.15154971 C1.42282151,4.40094506 0.744525,2.65081134 0.0630889535,0.901854942 C0.022902907,0.798642733 0.0534348837,0.763872384 0.148484302,0.732398547 C1.3634843,0.329831686 2.60987965,0.101822965 3.88853372,0.0427997093 C4.04401919,0.0356572674 4.08640291,0.0774130814 4.08499012,0.235881105 C4.07682733,1.15843343 4.08098721,2.08114273 4.08098721,3.00385203' id='Fill-21' fill='%23183668' mask='url(%23mask-6)'%3E%3C/path%3E%3C/g%3E%3Cpath d='M16.5445404,26.6863526 C16.4552991,26.7077015 16.4698195,26.6258381 16.4589881,26.569091 C16.3367817,25.9292538 16.2144183,25.2893381 16.0933108,24.6493439 C15.8696189,23.467623 15.6492235,22.2853526 15.4205869,21.104652 C15.3912323,20.952934 15.4208224,20.889123 15.5779561,20.8476026 C16.0942526,20.7114253 16.5854328,20.5067276 17.0522817,20.2469311 C17.1558863,20.1893206 17.212398,20.1808439 17.2854706,20.3000677 C18.258648,21.8863177 19.2368485,23.4695067 20.2183456,25.0505765 C20.2852177,25.158341 20.2718747,25.2004108 20.1643456,25.2620241 C19.0533427,25.8973875 17.8756247,26.3636869 16.6337817,26.670184 C16.6094503,26.6761491 16.5844125,26.6792102 16.5445404,26.6863526' id='Fill-24' fill='%238E1838'%3E%3C/path%3E%3Cpath d='M25.3396884,7.17236948 C25.3129238,7.23908459 25.2451099,7.2485032 25.1926797,7.27471831 C24.3359006,7.70350029 23.4781012,8.13032006 22.6205372,8.55745378 C21.8245081,8.95397703 21.0270663,9.34767471 20.2336273,9.74945669 C20.1129122,9.81059913 20.060011,9.80251483 19.9885081,9.67881715 C19.7147407,9.20482587 19.3862669,8.76905843 19.0064616,8.37426192 C18.9286012,8.2934189 18.9107058,8.24640436 18.9995547,8.15009913 C20.2578017,6.78502936 21.5119674,5.41634913 22.7617378,4.0435875 C22.8638512,3.93134913 22.912357,3.93802064 23.0142349,4.04044797 C23.9049209,4.93552936 24.6547203,5.93539273 25.2693628,7.03752645 C25.2936942,7.08124448 25.3156709,7.1262968 25.3396884,7.17236948' id='Fill-26' fill='%23279A48'%3E%3C/path%3E%3Cpath d='M26.8311166,11.771066 C26.8647881,11.8841677 26.7866922,11.8983741 26.6970584,11.9065369 C25.9978055,11.9705834 25.2985526,12.0347084 24.5993782,12.1004817 C23.463416,12.2073828 22.3271398,12.3117724 21.1919625,12.4272288 C21.026666,12.4440253 20.9700759,12.4149061 20.9429974,12.2406619 C20.8623113,11.7197346 20.7151456,11.214348 20.5106049,10.7275631 C20.466259,10.6220747 20.459352,10.5654846 20.5863462,10.5026154 C22.258698,9.67464157 23.9274392,8.83913285 25.5964945,8.00425203 C25.6765526,7.96422297 25.728198,7.93706599 25.7796078,8.05260087 C26.3021049,9.22788576 26.6530265,10.451284 26.8274276,11.7254642 C26.8291544,11.7378654 26.8294683,11.750502 26.8311166,11.771066' id='Fill-28' fill='%23C21F33'%3E%3C/path%3E%3Cpath d='M13.9482942,3.03950145 C13.9482942,2.11655669 13.952611,1.19345494 13.9441343,0.270588663 C13.9427215,0.107882267 13.9894221,0.0759375 14.1433378,0.0847281977 C15.4026052,0.156859012 16.6305558,0.385574128 17.8252273,0.792457849 C17.925143,0.826521802 17.9488465,0.85799564 17.9080326,0.963405523 C17.2302855,2.71534448 16.5562273,4.46861773 15.8852302,6.2231468 C15.8466924,6.32400436 15.8081547,6.33546366 15.7085529,6.30406831 C15.1868407,6.13979215 14.6535122,6.02653343 14.1065267,5.99443169 C13.9700355,5.98642587 13.9453116,5.93069913 13.9459395,5.80849273 C13.9501779,4.88554797 13.9482942,3.96252471 13.9482942,3.03950145' id='Fill-30' fill='%23EA1C2D'%3E%3C/path%3E%3Cpath d='M26.9398073,13.6467811 C26.9514235,14.6544933 26.8215253,15.6462724 26.6019148,16.6282404 C26.5721677,16.7614352 26.5377898,16.8082142 26.3855224,16.7640253 C24.6065049,16.246473 22.8255253,15.7355922 21.0435253,15.2284788 C20.9204555,15.193473 20.887098,15.1478712 20.9138625,15.0235456 C21.0264148,14.5007346 21.0716241,13.9703102 21.0610282,13.4358044 C21.058752,13.3273334 21.0708392,13.2748247 21.2052113,13.262502 C23.0152317,13.0959497 24.8241532,12.918252 26.6340166,12.7509148 C26.9891765,12.7180282 26.9271706,12.6838073 26.9385515,13.0258596 C26.9454584,13.232598 26.9398073,13.4398073 26.9398073,13.6467811' id='Fill-32' fill='%23EE402B'%3E%3C/path%3E%3Cpath d='M10.3750797,6.56952384 C10.3875593,6.63890756 10.328693,6.64094826 10.2940797,6.65695988 C9.77495756,6.89815465 9.28707384,7.19123023 8.83702151,7.54466337 C8.74087326,7.62016919 8.70649535,7.55243372 8.65791105,7.49929709 C8.00253314,6.78167791 7.34731221,6.06398023 6.69271919,5.34565465 C6.09314651,4.68752965 5.49687035,4.0263436 4.89258837,3.37261395 C4.80311163,3.27583779 4.79557674,3.23086395 4.90177151,3.14405581 C5.88797791,2.33813721 6.96248372,1.67883488 8.13023372,1.1697593 C8.24255058,1.12078256 8.27936163,1.14754709 8.31891977,1.2501314 C8.99258547,2.99555581 9.66899826,4.74003837 10.3447047,6.4847564 C10.356007,6.51395407 10.3658965,6.54377965 10.3750797,6.56952384' id='Fill-34' fill='%2302558A'%3E%3C/path%3E%3Cpath d='M20.7142352,16.0015029 C20.7563834,16.0135116 20.7986102,16.0252849 20.8407584,16.0373721 C22.6164009,16.5471541 24.3916509,17.0588983 26.1687846,17.5631076 C26.3137526,17.604314 26.3171276,17.6570581 26.2756073,17.7821686 C25.8850491,18.9616134 25.3385346,20.0631192 24.6472875,21.0948488 C24.5734299,21.2052035 24.5295549,21.2348721 24.4082119,21.1426483 C22.9345927,20.0230901 21.4569706,18.9090262 19.9775433,17.7972384 C19.8759794,17.7208692 19.8395608,17.6729128 19.9207177,17.5478808 C20.2079852,17.1050494 20.4322265,16.6290959 20.6115724,16.1322645 C20.6587439,16.0017384 20.6607061,16.0024448 20.7142352,16.0015029' id='Fill-36' fill='%2300ADD8'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.data-page-wrapp .dropdown-menu-data .dropdown-menu,
.data-page-wrapp-roas .dropdown-menu-data .dropdown-menu,
.iframe-chart-block .dropdown-menu-data .dropdown-menu {
  width: 100%;
  top: 33px !important;
  border: none;
  z-index: 150;
  position: relative;
  padding: 0 0 10px 0;
  background-color: #edf0f2;
}

@media (max-width: 1654.98px) {

  .data-page-wrapp .dropdown-menu-data .dropdown-menu,
  .data-page-wrapp-roas .dropdown-menu-data .dropdown-menu,
  .iframe-chart-block .dropdown-menu-data .dropdown-menu {
    top: 16px !important;
  }
}

@media (max-width: 1654.98px) {

  .data-page-wrapp .dropdown-menu-data .dropdown-menu,
  .data-page-wrapp-roas .dropdown-menu-data .dropdown-menu,
  .iframe-chart-block .dropdown-menu-data .dropdown-menu {
    top: 12px !important;
  }
}

.data-page-wrapp .dropdown-menu-data .dropdown-menu:before,
.data-page-wrapp .dropdown-menu-data .dropdown-menu:after,
.data-page-wrapp-roas .dropdown-menu-data .dropdown-menu:before,
.data-page-wrapp-roas .dropdown-menu-data .dropdown-menu:after,
.iframe-chart-block .dropdown-menu-data .dropdown-menu:before,
.iframe-chart-block .dropdown-menu-data .dropdown-menu:after {
  content: "";
  background-color: inherit;
  position: absolute;
  z-index: -1;
  top: 0;
}

.data-page-wrapp .dropdown-menu-data .dropdown-menu:before,
.data-page-wrapp-roas .dropdown-menu-data .dropdown-menu:before,
.iframe-chart-block .dropdown-menu-data .dropdown-menu:before {
  width: 100%;
}

.data-page-wrapp .dropdown-menu-data .dropdown-menu:after,
.data-page-wrapp-roas .dropdown-menu-data .dropdown-menu:after,
.iframe-chart-block .dropdown-menu-data .dropdown-menu:after {
  width: 100vw;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -17px;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .dropdown-menu-data .dropdown-menu:after,
  .data-page-wrapp-roas .dropdown-menu-data .dropdown-menu:after,
  .iframe-chart-block .dropdown-menu-data .dropdown-menu:after {
    margin-left: 0;
  }
}

.data-page-wrapp .dropdown-menu-data .dropdown-menu .dropdown-item,
.data-page-wrapp-roas .dropdown-menu-data .dropdown-menu .dropdown-item,
.iframe-chart-block .dropdown-menu-data .dropdown-menu .dropdown-item {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 10px 10px;
  color: #9b9b9b;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

@media (min-width: 1260px) {

  .data-page-wrapp .dropdown-menu-data .dropdown-menu .dropdown-item,
  .data-page-wrapp-roas .dropdown-menu-data .dropdown-menu .dropdown-item,
  .iframe-chart-block .dropdown-menu-data .dropdown-menu .dropdown-item {
    letter-spacing: 2px;
    padding: 20px 30px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .dropdown-menu-data .dropdown-menu .dropdown-item,
  .data-page-wrapp-roas .dropdown-menu-data .dropdown-menu .dropdown-item,
  .iframe-chart-block .dropdown-menu-data .dropdown-menu .dropdown-item {
    white-space: normal;
    font-size: 16px;
    line-height: 1em;
  }
}

.data-page-wrapp .dropdown-menu-data .dropdown-menu .dropdown-item:hover,
.data-page-wrapp-roas .dropdown-menu-data .dropdown-menu .dropdown-item:hover,
.iframe-chart-block .dropdown-menu-data .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #FF885F;
}

.data-page-wrapp .dropdown-menu-data .dropdown-menu .dropdown-item.is-active,
.data-page-wrapp-roas .dropdown-menu-data .dropdown-menu .dropdown-item.is-active,
.iframe-chart-block .dropdown-menu-data .dropdown-menu .dropdown-item.is-active {
  background-color: rgba(255, 136, 95, 0.15);
  color: #FF885F;
}

.data-page-wrapp .progress .progress-bar,
.data-page-wrapp-roas .progress .progress-bar,
.iframe-chart-block .progress .progress-bar {
  text-align: left;
  line-height: 16px;
}

.data-page-wrapp .progress .progress-bar span,
.data-page-wrapp-roas .progress .progress-bar span,
.iframe-chart-block .progress .progress-bar span {
  padding-left: 10px;
  font-weight: 700;
  text-shadow: 0px 0px 14px black;
}

.data-page-wrapp .sidebar-item,
.data-page-wrapp-roas .sidebar-item,
.iframe-chart-block .sidebar-item {
  padding-bottom: 20px;
}

@media (min-width: 992px) {

  .data-page-wrapp .sidebar-item,
  .data-page-wrapp-roas .sidebar-item,
  .iframe-chart-block .sidebar-item {
    padding-bottom: 0px;
  }

  .data-page-wrapp .sidebar-item .sidebar-item-divider,
  .data-page-wrapp-roas .sidebar-item .sidebar-item-divider,
  .iframe-chart-block .sidebar-item .sidebar-item-divider {
    border-top: 1px solid #ced4da;
    padding-bottom: 30px;
    padding-bottom: 30px;
  }

  .data-page-wrapp .sidebar-item .sidebar-item-divider-bottom,
  .data-page-wrapp-roas .sidebar-item .sidebar-item-divider-bottom,
  .iframe-chart-block .sidebar-item .sidebar-item-divider-bottom {
    padding-top: 30px;
  }
}

.data-page-wrapp .sidebar-item:not(:last-child),
.data-page-wrapp-roas .sidebar-item:not(:last-child),
.iframe-chart-block .sidebar-item:not(:last-child) {
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991.98px) {

  .data-page-wrapp .sidebar-item:not(:last-child),
  .data-page-wrapp-roas .sidebar-item:not(:last-child),
  .iframe-chart-block .sidebar-item:not(:last-child) {
    margin-bottom: 0;
  }
}

.data-page-wrapp .sidebar-item .sidebar-item--description,
.data-page-wrapp .sidebar-item .sidebar-item--desc,
.data-page-wrapp-roas .sidebar-item .sidebar-item--description,
.data-page-wrapp-roas .sidebar-item .sidebar-item--desc,
.iframe-chart-block .sidebar-item .sidebar-item--description,
.iframe-chart-block .sidebar-item .sidebar-item--desc {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 18px;
  overflow-wrap: break-word;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .sidebar-item .sidebar-item--description,
  .data-page-wrapp .sidebar-item .sidebar-item--desc,
  .data-page-wrapp-roas .sidebar-item .sidebar-item--description,
  .data-page-wrapp-roas .sidebar-item .sidebar-item--desc,
  .iframe-chart-block .sidebar-item .sidebar-item--description,
  .iframe-chart-block .sidebar-item .sidebar-item--desc {
    margin-bottom: 15px;
  }
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .sidebar-item .wrap-by,
  .data-page-wrapp-roas .sidebar-item .wrap-by,
  .iframe-chart-block .sidebar-item .wrap-by {
    margin-top: 15px;
  }
}

.data-page-wrapp .sidebar-item .sidebar-item--count,
.data-page-wrapp-roas .sidebar-item .sidebar-item--count,
.iframe-chart-block .sidebar-item .sidebar-item--count {
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 2px;
  font-weight: 700;
}

.data-page-wrapp .sidebar-item .wrap-by:not(:last-child),
.data-page-wrapp-roas .sidebar-item .wrap-by:not(:last-child),
.iframe-chart-block .sidebar-item .wrap-by:not(:last-child) {
  padding-bottom: 25px;
}

.data-page-wrapp .sidebar-item .wrap-by .wrap-by--title,
.data-page-wrapp-roas .sidebar-item .wrap-by .wrap-by--title,
.iframe-chart-block .sidebar-item .wrap-by .wrap-by--title {
  margin-bottom: 10px;
  line-height: 26px;
  font-weight: 700;
}

.data-page-wrapp .sidebar-item .progress-wrap:not(:last-child),
.data-page-wrapp-roas .sidebar-item .progress-wrap:not(:last-child),
.iframe-chart-block .sidebar-item .progress-wrap:not(:last-child) {
  margin-bottom: 10px;
}

.data-page-wrapp .sidebar-item .progress-wrap .progress-label,
.data-page-wrapp-roas .sidebar-item .progress-wrap .progress-label,
.iframe-chart-block .sidebar-item .progress-wrap .progress-label {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  text-transform: lowercase;
}

.data-page-wrapp .sidebar-item .progress-wrap .progress-label::first-letter,
.data-page-wrapp-roas .sidebar-item .progress-wrap .progress-label::first-letter,
.iframe-chart-block .sidebar-item .progress-wrap .progress-label::first-letter {
  text-transform: uppercase;
}

.data-page-wrapp .sidebar-item .progress-wrap .progress-label span,
.data-page-wrapp-roas .sidebar-item .progress-wrap .progress-label span,
.iframe-chart-block .sidebar-item .progress-wrap .progress-label span {
  text-transform: initial;
}

.data-page-wrapp .chart-resize-btn,
.data-page-wrapp-roas .chart-resize-btn,
.iframe-chart-block .chart-resize-btn {
  position: relative;
  width: 100%;
}

.data-page-wrapp .chart-resize-btn .chart-resize-btn-zoom,
.data-page-wrapp-roas .chart-resize-btn .chart-resize-btn-zoom,
.iframe-chart-block .chart-resize-btn .chart-resize-btn-zoom {
  position: absolute;
  right: 0px;
  top: 0px;
}

.data-page-wrapp .d3js-line,
.data-page-wrapp-roas .d3js-line,
.iframe-chart-block .d3js-line {
  background-color: white;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .d3js-line,
  .data-page-wrapp-roas .d3js-line,
  .iframe-chart-block .d3js-line {
    overflow-x: auto;
  }
}

.data-page-wrapp .slide-out-menu-category,
.data-page-wrapp-roas .slide-out-menu-category,
.iframe-chart-block .slide-out-menu-category {
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 50px;
  color: #1E1E1E;
  font-weight: 700;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.data-page-wrapp .slide-out-menu-category .plus,
.data-page-wrapp-roas .slide-out-menu-category .plus,
.iframe-chart-block .slide-out-menu-category .plus {
  position: relative;
}

.data-page-wrapp .slide-out-menu-category .plus:after,
.data-page-wrapp-roas .slide-out-menu-category .plus:after,
.iframe-chart-block .slide-out-menu-category .plus:after {
  display: block;
  content: "";
  width: 24px;
  height: 2px;
  background-color: #1E1E1E;
}

.data-page-wrapp .slide-out-menu-category .plus:before,
.data-page-wrapp-roas .slide-out-menu-category .plus:before,
.iframe-chart-block .slide-out-menu-category .plus:before {
  display: block;
  content: "";
  width: 24px;
  height: 2px;
  background-color: #1E1E1E;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 0px;
}

.data-page-wrapp .slide-out-menu-category.js-open-content-after .plus:before,
.data-page-wrapp-roas .slide-out-menu-category.js-open-content-after .plus:before,
.iframe-chart-block .slide-out-menu-category.js-open-content-after .plus:before {
  display: none;
}

.data-page-wrapp .slide-out-menu-category.slide-out-menu-category--goals,
.data-page-wrapp-roas .slide-out-menu-category.slide-out-menu-category--goals,
.iframe-chart-block .slide-out-menu-category.slide-out-menu-category--goals {
  margin-top: 0;
}

.data-page-wrapp .main-filter-group,
.data-page-wrapp-roas .main-filter-group,
.iframe-chart-block .main-filter-group {
  min-height: 0;
}

.data-page-wrapp .main-filter-group.js-show-content,
.data-page-wrapp-roas .main-filter-group.js-show-content,
.iframe-chart-block .main-filter-group.js-show-content {
  height: auto;
}

.data-page-wrapp .main-filter-group .btn-primary,
.data-page-wrapp-roas .main-filter-group .btn-primary,
.iframe-chart-block .main-filter-group .btn-primary {
  line-height: 36px;
}

.data-page-wrapp .filters-by-annex>.row>.filter-form-item:not(:first-child),
.data-page-wrapp-roas .filters-by-annex>.row>.filter-form-item:not(:first-child),
.iframe-chart-block .filters-by-annex>.row>.filter-form-item:not(:first-child) {
  margin-top: 5px;
}

.data-page-wrapp .filters-by-annex>.row #filters-bubble-by-gender,
.data-page-wrapp .filters-by-annex>.row #filters-bubble-by-sex,
.data-page-wrapp-roas .filters-by-annex>.row #filters-bubble-by-gender,
.data-page-wrapp-roas .filters-by-annex>.row #filters-bubble-by-sex,
.iframe-chart-block .filters-by-annex>.row #filters-bubble-by-gender,
.iframe-chart-block .filters-by-annex>.row #filters-bubble-by-sex {
  margin-top: 0;
  margin-bottom: 50px;
}

.data-page-wrapp .filters-by-annex>.row #filters-bar-by-gender,
.data-page-wrapp .filters-by-annex>.row #filters-bar-by-sex,
.data-page-wrapp-roas .filters-by-annex>.row #filters-bar-by-gender,
.data-page-wrapp-roas .filters-by-annex>.row #filters-bar-by-sex,
.iframe-chart-block .filters-by-annex>.row #filters-bar-by-gender,
.iframe-chart-block .filters-by-annex>.row #filters-bar-by-sex {
  margin-bottom: 50px;
}

.data-page-wrapp .filters-by-annex>.row #filters-map-by-gender-radio,
.data-page-wrapp .filters-by-annex>.row #filters-map-by-sex-radio,
.data-page-wrapp-roas .filters-by-annex>.row #filters-map-by-gender-radio,
.data-page-wrapp-roas .filters-by-annex>.row #filters-map-by-sex-radio,
.iframe-chart-block .filters-by-annex>.row #filters-map-by-gender-radio,
.iframe-chart-block .filters-by-annex>.row #filters-map-by-sex-radio {
  margin-bottom: 20px;
}

.data-page-wrapp .js-mobile-read-more,
.data-page-wrapp-roas .js-mobile-read-more,
.iframe-chart-block .js-mobile-read-more {
  position: relative;
}

.data-page-wrapp .js-mobile-read-more .right-popup,
.data-page-wrapp-roas .js-mobile-read-more .right-popup,
.iframe-chart-block .js-mobile-read-more .right-popup {
  border-top: 2px solid #E5E4E4;
}

@media (max-width: 1654.98px) {

  .data-page-wrapp .js-mobile-read-more .right-popup .sidebar-wrap,
  .data-page-wrapp-roas .js-mobile-read-more .right-popup .sidebar-wrap,
  .iframe-chart-block .js-mobile-read-more .right-popup .sidebar-wrap {
    padding: 30px 15px;
    margin: 0 -20px;
  }
}

.data-page-wrapp .js-mobile-read-more .bottom-indicators,
.data-page-wrapp-roas .js-mobile-read-more .bottom-indicators,
.iframe-chart-block .js-mobile-read-more .bottom-indicators {
  padding-bottom: 20px;
  font-size: 12px;
}

.data-page-wrapp .js-mobile-read-more .indicators-viewing-text,
.data-page-wrapp-roas .js-mobile-read-more .indicators-viewing-text,
.iframe-chart-block .js-mobile-read-more .indicators-viewing-text {
  font-size: 17px;
  color: #D8D8D8;
  font-weight: 600;
}

.data-page-wrapp .indicator-legend-block,
.data-page-wrapp-roas .indicator-legend-block,
.iframe-chart-block .indicator-legend-block {
  padding: 0 0 17px 0;
}

.data-page-wrapp .indicator-legend-block ul,
.data-page-wrapp-roas .indicator-legend-block ul,
.iframe-chart-block .indicator-legend-block ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.data-page-wrapp .indicator-legend-block,
.data-page-wrapp-roas .indicator-legend-block,
.iframe-chart-block .indicator-legend-block {
  background-color: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.data-page-wrapp .indicator-legend-block::-webkit-scrollbar-track,
.data-page-wrapp-roas .indicator-legend-block::-webkit-scrollbar-track,
.iframe-chart-block .indicator-legend-block::-webkit-scrollbar-track {
  background-color: transparent;
  height: 0;
}

.data-page-wrapp .indicator-legend-block::-webkit-scrollbar,
.data-page-wrapp-roas .indicator-legend-block::-webkit-scrollbar,
.iframe-chart-block .indicator-legend-block::-webkit-scrollbar {
  background-color: transparent;
  height: 0;
}

.data-page-wrapp .indicator-legend-block::-webkit-scrollbar-thumb,
.data-page-wrapp-roas .indicator-legend-block::-webkit-scrollbar-thumb,
.iframe-chart-block .indicator-legend-block::-webkit-scrollbar-thumb {
  background-color: transparent;
  height: 0;
}

.data-page-wrapp .indicator-legend-block .goal-content,
.data-page-wrapp-roas .indicator-legend-block .goal-content,
.iframe-chart-block .indicator-legend-block .goal-content {
  padding: 0 10px;
}

.data-page-wrapp .indicator-legend-block .js-bar-legend-indicator,
.data-page-wrapp-roas .indicator-legend-block .js-bar-legend-indicator,
.iframe-chart-block .indicator-legend-block .js-bar-legend-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
  letter-spacing: 0.31px;
  line-height: 13px;
}

.data-page-wrapp .indicator-legend-block .js-bar-legend-indicator ul,
.data-page-wrapp-roas .indicator-legend-block .js-bar-legend-indicator ul,
.iframe-chart-block .indicator-legend-block .js-bar-legend-indicator ul {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  color: #1E1E1E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .indicator-legend-block .js-bar-legend-indicator ul,
  .data-page-wrapp-roas .indicator-legend-block .js-bar-legend-indicator ul,
  .iframe-chart-block .indicator-legend-block .js-bar-legend-indicator ul {
    font-size: 12px;
  }
}

.data-page-wrapp .indicator-legend-block .js-bar-legend-indicator ul li,
.data-page-wrapp-roas .indicator-legend-block .js-bar-legend-indicator ul li,
.iframe-chart-block .indicator-legend-block .js-bar-legend-indicator ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 200px;
  flex: 1 0 200px;
}

.data-page-wrapp .indicator-legend-block .js-bar-legend-indicator ul li span.legend-text,
.data-page-wrapp-roas .indicator-legend-block .js-bar-legend-indicator ul li span.legend-text,
.iframe-chart-block .indicator-legend-block .js-bar-legend-indicator ul li span.legend-text {
  min-width: 40px;
  padding-top: 3px;
}

.data-page-wrapp .indicator-legend-block .js-bar-legend-indicator .legend-color,
.data-page-wrapp-roas .indicator-legend-block .js-bar-legend-indicator .legend-color,
.iframe-chart-block .indicator-legend-block .js-bar-legend-indicator .legend-color {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  padding-right: 20px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 1259.98px) {

  .data-page-wrapp .indicator-legend-block .js-bar-legend-indicator .legend-color,
  .data-page-wrapp-roas .indicator-legend-block .js-bar-legend-indicator .legend-color,
  .iframe-chart-block .indicator-legend-block .js-bar-legend-indicator .legend-color {
    width: 15px;
    height: 15px;
    padding-right: 15px;
  }
}

.data-page-wrapp .indicator-legend-block .legend-content,
.data-page-wrapp-roas .indicator-legend-block .legend-content,
.iframe-chart-block .indicator-legend-block .legend-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.data-page-wrapp .btn-done,
.data-page-wrapp-roas .btn-done,
.iframe-chart-block .btn-done {
  padding: 12px 36px 10px;
  border-radius: 22px;
  line-height: 15px;
  display: inline-block;
  color: #fff;
  background: #FF885F;
  text-decoration: none;
  width: 300px;
}

.data-page-wrapp .disclaimer-wrap,
.data-page-wrapp-roas .disclaimer-wrap,
.iframe-chart-block .disclaimer-wrap {
  padding-bottom: 20px;
}

.data-page-wrapp .disclaimer-wrap .bottom-indicators-wrapper,
.data-page-wrapp-roas .disclaimer-wrap .bottom-indicators-wrapper,
.iframe-chart-block .disclaimer-wrap .bottom-indicators-wrapper {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.31px;
  max-width: 300px;
}

.data-page-wrapp main,
.data-page-wrapp-roas main,
.iframe-chart-block main {
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
}

.data-page-wrapp .js-mobile-read-more,
.data-page-wrapp-roas .js-mobile-read-more,
.iframe-chart-block .js-mobile-read-more {
  position: relative;
  opacity: 0;
}

.data-page-wrapp .js-mobile-read-more.show-more-visible,
.data-page-wrapp-roas .js-mobile-read-more.show-more-visible,
.iframe-chart-block .js-mobile-read-more.show-more-visible {
  opacity: 1;
}

.data-page-wrapp .js-mobile-read-more.show-more-visible .close-right-popup,
.data-page-wrapp-roas .js-mobile-read-more.show-more-visible .close-right-popup,
.iframe-chart-block .js-mobile-read-more.show-more-visible .close-right-popup {
  display: block;
}

.data-page-wrapp .js-mobile-read-more .close-right-popup,
.data-page-wrapp-roas .js-mobile-read-more .close-right-popup,
.iframe-chart-block .js-mobile-read-more .close-right-popup {
  cursor: pointer;
  width: 31px;
  height: 31px;
  position: absolute;
  right: 0;
  top: 27px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EIcon - Sidebar Info Close%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Icon---Sidebar-Info-Close' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Ccircle id='Oval' fill-opacity='0.1' fill='%236D7278' cx='15' cy='15' r='15'%3E%3C/circle%3E%3Cpath d='M9.6,9 L21,20.4 M20.4,9 L9,20.4' id='Combined-Shape' stroke='%236D7278' stroke-width='1.5' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  display: none;
}

@media (max-width: 767.98px) {

  .data-page-wrapp .js-mobile-read-more .close-right-popup,
  .data-page-wrapp-roas .js-mobile-read-more .close-right-popup,
  .iframe-chart-block .js-mobile-read-more .close-right-popup {
    top: 15px;
  }
}

.data-page-wrapp .js-mobile-read-more .sidebar-wrap,
.data-page-wrapp-roas .js-mobile-read-more .sidebar-wrap,
.iframe-chart-block .js-mobile-read-more .sidebar-wrap {
  position: relative;
}

.data-page-wrapp .js-mobile-read-more .sidebar-wrap--title,
.data-page-wrapp-roas .js-mobile-read-more .sidebar-wrap--title,
.iframe-chart-block .js-mobile-read-more .sidebar-wrap--title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
}

.data-page-wrapp .js-mobile-read-more .sidebar-wrap .horizontal-line,
.data-page-wrapp-roas .js-mobile-read-more .sidebar-wrap .horizontal-line,
.iframe-chart-block .js-mobile-read-more .sidebar-wrap .horizontal-line {
  height: 1px;
  background: #ced4da;
  width: calc(100% - 20px);
  margin-bottom: 30px;
  margin-left: 20px;
}

@media (max-width: 991.98px) {

  .data-page-wrapp .js-mobile-read-more .sidebar-wrap .horizontal-line,
  .data-page-wrapp-roas .js-mobile-read-more .sidebar-wrap .horizontal-line,
  .iframe-chart-block .js-mobile-read-more .sidebar-wrap .horizontal-line {
    width: 250px;
    margin-left: 10px;
    background-color: #d8d8d8;
  }
}

.data-page-wrapp .js-mobile-read-more .sidebar-tooltip .selected-value h2,
.data-page-wrapp-roas .js-mobile-read-more .sidebar-tooltip .selected-value h2,
.iframe-chart-block .js-mobile-read-more .sidebar-tooltip .selected-value h2 {
  font-size: 40px;
  margin: 0;
}

.data-page-wrapp .js-mobile-read-more .sidebar-tooltip .footnote,
.data-page-wrapp-roas .js-mobile-read-more .sidebar-tooltip .footnote,
.iframe-chart-block .js-mobile-read-more .sidebar-tooltip .footnote {
  font-size: 12px;
}

.data-page-wrapp .map-svg,
.data-page-wrapp-roas .map-svg,
.iframe-chart-block .map-svg {
  padding-left: 10px;
}

.iframe-chart-block {
  margin: 0;
  padding: 0;
}

.iframe-chart-block .indicator-legend-block {
  background-color: #fff;
}

.iframe-chart-block .legend-block {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.iframe-chart-block .portal-block-content {
  background-color: transparent;
}

.iframe-chart-block .map-legend li:first-child .map-legend-color {
  margin-left: 0;
}

.paragraph--type--main {
  margin-top: 80px;
}

@media (max-width: 991.98px) {
  .paragraph--type--main {
    margin-top: 70px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--main {
    margin-top: 60px;
  }
}

.paragraph--type--main .h2 {
  margin-bottom: 20px;
}

.paragraph--type--main .field-paragraph-builder-item:not(:first-of-type) {
  margin-top: 80px;
}

@media (max-width: 991.98px) {
  .paragraph--type--main .field-paragraph-builder-item:not(:first-of-type) {
    margin-top: 70px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--main .field-paragraph-builder-item:not(:first-of-type) {
    margin-top: 60px;
  }
}

.paragraph--type--main .field-paragraph-builder-item-quote {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .paragraph--type--main .field-paragraph-builder-item-quote {
    margin-top: 30px;
  }
}

.paragraph--type--main .field-paragraph-builder-item+.field-paragraph-builder-item-quote,
.paragraph--type--main .field-paragraph-builder-item-quote+.field-paragraph-builder-item {
  margin-top: 40px;
}

@media (max-width: 991.98px) {
  .paragraph--type--main .container-tabs {
    padding: 0 25px;
  }
}

.paragraph--type--main .paragraph--type--tab {
  margin-top: 70px;
}

@media (max-width: 991.98px) {
  .paragraph--type--main .paragraph--type--tab {
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--main .paragraph--type--tab {
    margin-top: 40px;
  }
}

.paragraph--type--main .paragraph--type--tab .container.container-width-bigger,
.paragraph--type--main .paragraph--type--tab .webform-submission-form .container-width-bigger.form-actions,
.webform-submission-form .paragraph--type--main .paragraph--type--tab .container-width-bigger.form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
}

@media (max-width: 991.98px) {

  .paragraph--type--main .paragraph--type--tab .container.container-width-bigger .row,
  .paragraph--type--main .paragraph--type--tab .webform-submission-form .container-width-bigger.form-actions .row,
  .webform-submission-form .paragraph--type--main .paragraph--type--tab .container-width-bigger.form-actions .row {
    display: grid;
    row-gap: 20px;
    padding-bottom: 10px;
  }
}

@media (max-width: 1259.98px) {
  .paragraph--type--main .paragraph--type--tab .paragraph--type--text {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--main .paragraph--type--tab .paragraph--type--text {
    padding: 0 25px;
  }
}

.paragraph--type--main .paragraph--type--tab .paragraph--type--callout {
  scroll-margin-top: 250px;
}

@media (max-width: 1259.98px) {

  .paragraph--type--main .paragraph--type--tab .paragraph--type--callout .grid-container,
  .paragraph--type--main .paragraph--type--tab .paragraph--type--callout .field--name-field-description {
    padding: 0;
  }
}

@media (max-width: 767.98px) {

  .paragraph--type--main .paragraph--type--tab .paragraph--type--callout .grid-container,
  .paragraph--type--main .paragraph--type--tab .paragraph--type--callout .field--name-field-description {
    padding: 0 5px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--main .paragraph--type--tab .paragraph--type--callout .callout-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 1259.98px) {
  .paragraph--type--main .paragraph--type--tab .field--name-field-description {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--main .paragraph--type--tab .field--name-field-description {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.paragraph--type--main .paragraph--type--tab .field--name-field-description .node--type-publication.node--view-mode-teaser-horizontal-publication-page {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .paragraph--type--main .paragraph--type--tab .paragraph--type--accordion .line-body .field--name-field-description {
    padding-right: 0;
  }
}

.paragraph--type--main .paragraph--type--tabs {
  scroll-margin-top: 250px;
}

@media (max-width: 991.98px) {
  .paragraph--type--main .paragraph--type--tabs .wrap-indicators {
    overflow: hidden;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--main .paragraph--type--tabs .wrap-indicators {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--main .paragraph--type--tabs .carousel--tabs:before {
    display: block;
    content: "";
    width: 100vw;
    position: absolute;
    top: 34px;
    left: 0;
    border-top: 2px solid #d8d8d8;
  }
}

.paragraph--type--main .paragraph--type--tabs .paragraph--tabs-title {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 1.75px;
  margin-bottom: 40px;
  line-height: 45px;
}

@media (max-width: 767.98px) {
  .paragraph--type--main .paragraph--type--tabs .paragraph--tabs-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.paragraph--type--main .paragraph--type--tabs .carousel-wrapper {
  position: relative;
}

@media (max-width: 767.98px) {

  .paragraph--type--main .paragraph--type--tabs .carousel-wrapper.grid-container,
  .paragraph--type--main .paragraph--type--tabs .paragraph--type--tab .carousel-wrapper.field--name-field-description,
  .paragraph--type--main .paragraph--type--tab .paragraph--type--tabs .carousel-wrapper.field--name-field-description {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .paragraph--type--main .paragraph--type--tabs .carousel-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    border-top: 1px solid #d8d8d8;
    top: 0;
  }
}

@media (min-width: 992px) {
  .paragraph--type--main .paragraph--type--tabs .carousel-wrapper:before {
    bottom: -16px;
    width: calc(100% - 20px);
    margin-left: 10px;
  }
}

.paragraph:not(.paragraph--section--main):not(:first-of-type) {
  margin-top: 80px;
}

@media (max-width: 991.98px) {
  .paragraph:not(.paragraph--section--main):not(:first-of-type) {
    margin-top: 70px;
  }
}

@media (max-width: 767.98px) {
  .paragraph:not(.paragraph--section--main):not(:first-of-type) {
    margin-top: 60px;
  }
}

.paragraph-list>.paragraph:last-of-type {
  margin-bottom: 80px;
}

@media (max-width: 991.98px) {
  .paragraph-list>.paragraph:last-of-type {
    margin-bottom: 70px;
  }
}

@media (max-width: 767.98px) {
  .paragraph-list>.paragraph:last-of-type {
    margin-bottom: 60px;
  }
}

.paragraph-list .paragraph--section--main:first-of-type .paragraph--type--main {
  margin-top: 0;
}

.paragraph-list .paragraph--section--text {
  scroll-margin-top: 250px;
}

.paragraph-list~.node-author-reference .node-author-reference-items {
  padding-top: 0;
}

.bg-light-gray {
  padding: 80px 0;
  background: #edf0f2;
}

@media (max-width: 1259.98px) {
  .bg-light-gray {
    padding: 70px 0;
  }
}

@media (max-width: 991.98px) {
  .bg-light-gray {
    padding: 60px 0;
  }
}

.carousel--tabs .carousel-indicators--tabs {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 991.98px) {
  .carousel--tabs .carousel-indicators--tabs {
    overflow-x: scroll;
  }
}

.carousel--tabs .carousel-indicators--tabs span {
  display: block;
  color: #000;
  padding-bottom: 20px;
}

@media (max-width: 991.98px) {
  .carousel--tabs .carousel-indicators--tabs span {
    padding-bottom: 10px;
    white-space: nowrap;
  }
}

.carousel--tabs .carousel-indicators--tabs li {
  width: auto;
  border: none;
  background: none;
  text-indent: inherit;
  height: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.89px;
  position: relative;
  margin-right: 0;
  margin-left: 0;
}

.carousel--tabs .carousel-indicators--tabs li.active:after {
  content: "";
  background: #FF885F;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -17px;
}

@media (max-width: 991.98px) {
  .carousel--tabs .carousel-indicators--tabs li.active:after {
    bottom: 0;
  }
}

.carousel--tabs .carousel-inner--tabs {
  margin-top: -2px;
}

@media (max-width: 991.98px) {
  .carousel--tabs .carousel-indicators--tabs {
    margin-bottom: 0;
  }

  .carousel--tabs .carousel-indicators--tabs li:not(:first-child) {
    margin-left: 35px;
  }
}

@media (min-width: 992px) {
  .carousel--tabs .carousel-indicators--tabs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .carousel--tabs .carousel-indicators--tabs li:not(:first-child) {
    margin-left: 60px;
  }

  .carousel--tabs .carousel-indicators--tabs li span {
    padding-bottom: 0;
  }
}

.paragraph--type--accordion {
  scroll-margin-top: 250px;
}

.paragraph--type--accordion .expand-all-accordion,
.paragraph--type--accordion .collapse-all-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  text-decoration: underline;
}

.paragraph--type--accordion .expand-all-accordion:hover,
.paragraph--type--accordion .collapse-all-accordion:hover {
  cursor: pointer;
  color: #ff885f;
}

.paragraph--type--accordion .expand-all-accordion:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EGroup Copy 2%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Tablet-+-mobile-9/2019' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='Country-Fact-Sheet' transform='translate(-273.000000, -5188.000000)' stroke='%23000000' stroke-width='2'%3E%3Cg id='Group-5' transform='translate(248.000000, 4905.000000)'%3E%3Cg id='Group-Copy-2' transform='translate(26.000000, 284.000000)'%3E%3Cline x1='0' y1='5' x2='10' y2='5' id='Line-19'%3E%3C/line%3E%3Cline x1='-8.8817842e-16' y1='5' x2='10' y2='5' id='Line-19' transform='translate(5.000000, 5.000000) rotate(-90.000000) translate(-5.000000, -5.000000) '%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 7px;
}

.paragraph--type--accordion .expand-all-accordion:hover:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EGroup Copy 2%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Tablet-+-mobile-9/2019' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='Country-Fact-Sheet' transform='translate(-273.000000, -5188.000000)' stroke='%23FF885F' stroke-width='2'%3E%3Cg id='Group-5' transform='translate(248.000000, 4905.000000)'%3E%3Cg id='Group-Copy-2' transform='translate(26.000000, 284.000000)'%3E%3Cline x1='0' y1='5' x2='10' y2='5' id='Line-19'%3E%3C/line%3E%3Cline x1='-8.8817842e-16' y1='5' x2='10' y2='5' id='Line-19' transform='translate(5.000000, 5.000000) rotate(-90.000000) translate(-5.000000, -5.000000) '%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.paragraph--type--accordion .collapse-all-accordion:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='2px' viewBox='0 0 12 2' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3ELine 19%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Tablet-+-mobile-9/2019' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='Country-Fact-Sheet' transform='translate(-272.000000, -5317.000000)' stroke='%23000000' stroke-width='2'%3E%3Cg id='Group-5' transform='translate(248.000000, 4905.000000)'%3E%3Cg id='Group-Copy-5' transform='translate(25.000000, 408.000000)'%3E%3Cline x1='0' y1='5' x2='10' y2='5' id='Line-19'%3E%3C/line%3E%3Cline x1='-8.8817842e-16' y1='5' x2='10' y2='5' id='Line-19' transform='translate(5.000000, 5.000000) rotate(-90.000000) translate(-5.000000, -5.000000) '%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 7px;
}

.paragraph--type--accordion .collapse-all-accordion:hover:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='2px' viewBox='0 0 12 2' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3ELine 19%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Tablet-+-mobile-9/2019' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='Country-Fact-Sheet' transform='translate(-272.000000, -5317.000000)' stroke='%23FF885F' stroke-width='2'%3E%3Cg id='Group-5' transform='translate(248.000000, 4905.000000)'%3E%3Cg id='Group-Copy-5' transform='translate(25.000000, 408.000000)'%3E%3Cline x1='0' y1='5' x2='10' y2='5' id='Line-19'%3E%3C/line%3E%3Cline x1='-8.8817842e-16' y1='5' x2='10' y2='5' id='Line-19' transform='translate(5.000000, 5.000000) rotate(-90.000000) translate(-5.000000, -5.000000) '%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.paragraph--type--accordion .line-body+hr {
  border-top-color: #d8d8d8;
  border-top-width: 1px;
  margin: 16px 0;
}

.paragraph--type--carousel {
  scroll-margin-top: 250px;
}

.paragraph--type--carousel .slick-wrapper {
  max-width: 1220px;
  padding-left: 10px;
  margin: 0 auto -20px auto;
}

@media (max-width: 767.98px) {
  .paragraph--type--carousel .slick-wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel {
  height: 520px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: visible;
}

@media (max-width: 767.98px) {
  .paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel {
    height: auto;
  }
}

.paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel .slick-list {
  height: 100%;
}

.paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel .slick-list .slick-track {
  height: 100%;
  padding: 15px 0 35px;
}

.paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel .paragraph-slick-carousel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  margin-left: 15px;
}

@media (max-width: 767.98px) {
  .paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel .paragraph-slick-carousel-item {
    margin: 15px auto;
  }
}

.paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel .paragraph-slick-carousel-item .carousel-item-teaser-vertical {
  min-height: auto !important;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  background-color: #fff;
  position: relative;
}

@media (max-width: 767.98px) {
  .paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel .paragraph-slick-carousel-item .carousel-item-teaser-vertical {
    max-width: 350px;
    height: 400px;
  }
}

.paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel .paragraph-slick-carousel-item .carousel-item-teaser-vertical .field--type-image {
  width: 100%;
  position: relative;
  height: 125px;
}

.paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel .paragraph-slick-carousel-item .carousel-item-teaser-vertical .field--type-image img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel .paragraph-slick-carousel-item .carousel-item-teaser-vertical .content-wrap {
  padding: 30px 20px;
}

@media (max-width: 767.98px) {
  .paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel .paragraph-slick-carousel-item .carousel-item-teaser-vertical .content-wrap h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

.paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel .paragraph-slick-carousel-item .carousel-item-teaser-vertical .content-wrap-description {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 30px;
}

.paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel .paragraph-slick-carousel-item .carousel-item-teaser-vertical .arrow-hover {
  position: absolute;
  background-color: #ff885f;
  border-radius: 2px;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width linear 0.2s;
  -o-transition: width linear 0.2s;
  transition: width linear 0.2s;
}

.paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel .paragraph-slick-carousel-item .carousel-item-teaser-vertical .arrow-hover.arrow-hover--bottom {
  width: 0px;
  height: 3px;
}

.paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel .paragraph-slick-carousel-item .carousel-item-teaser-vertical:hover {
  -webkit-box-shadow: 1px 2px 11px #9b9b9b;
  box-shadow: 1px 2px 11px #9b9b9b;
}

.paragraph--type--carousel .slick-wrapper .paragraph-slick-carousel .paragraph-slick-carousel-item .carousel-item-teaser-vertical:hover .arrow-hover {
  width: 80%;
}

.custom__modal {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 18px rgba(119, 119, 119, 0.2);
  box-shadow: 1px 2px 18px rgba(119, 119, 119, 0.2);
  width: 205px;
  position: fixed;
  border-radius: 10px;
  z-index: 101;
  right: 0;
  top: 30%;
}

@media (max-width: 991.98px) {
  .custom__modal {
    position: absolute;
    top: 150px;
  }
}

.custom__modal .custom-control {
  margin-bottom: 4px;
  padding-left: 25px;
}

.custom__modal .custom-control .custom-control-label h4 {
  font-weight: 600;
  font-size: 18px;
}

.custom__modal .custom-control .custom-control-label h4 {
  margin-bottom: 18px;
}

.custom__modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom__modal__overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(132, 142, 149, 0.4);
  border-radius: 10px;
}

.custom__modal__overlay__pdf {
  position: fixed;
}

.custom__modal__close {
  position: absolute;
  right: 20px;
  top: 10px;
}

.custom__modal__close .btn {
  min-width: inherit;
  margin: 0;
  padding: 0;
}

.custom__modal__close__btn {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23212529' d='M16 .894L15.106 0 8 7.113.894 0 0 .894 7.113 8 0 15.106.894 16 8 8.887 15.106 16l.894-.894L8.887 8 16 .894z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.custom__modal__container {
  padding: 40px 20px 25px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 767.98px) {
  .custom__modal__container {
    padding: 40px 15px 30px 15px;
  }
}

.custom__modal__container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom__modal__container form label {
  cursor: pointer;
  text-transform: unset;
  line-height: 26px;
}

.custom__modal__container form input[type='checkbox']+label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 1.125rem;
  color: #343a40;
}

.custom__modal__container form input[type='checkbox']+label:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  padding: 0;
  top: 4px;
  left: -25px;
}

.custom__modal__container form input[type='checkbox']+label:after {
  background-size: contain;
  width: 10px;
  margin-left: 2px;
  left: -25px;
}

.custom__modal__container form .js-pdf-type-select-box input[type='radio']~label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 1.125rem;
  color: #343a40;
}

.custom__modal__container form .js-pdf-type-select-box input[type='radio']~label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  padding: 0;
}

.custom__modal__container form .js-pdf-type-select-box input[type='radio']~label:after {
  background-size: contain;
  background-position: center;
  width: 10px;
}

.custom__modal__container form .js-pdf-type-select-box input[type='radio']:checked~label:after {
  background-size: contain;
  background-position: center;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
}

.custom__modal__container form .btn {
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: 2.7rem;
  line-height: 37px;
  width: 144px;
  font-size: 0.9375rem;
  cursor: pointer;
}

.custom__modal__container form .btn:hover {
  -webkit-box-shadow: 1px 2px 4px rgba(72, 72, 72, 0.4);
  box-shadow: 1px 2px 4px rgba(72, 72, 72, 0.4);
}

.custom__modal.pdf-download-modal {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
}

@media (max-width: 767.98px) {
  .custom__modal.pdf-download-modal {
    width: 90%;
    height: auto;
    min-height: 400px;
  }
}

.custom__modal.pdf-download-modal .report-sections-selectors {
  overflow-y: auto;
  padding-left: 27px;
}

.paragraph--type--cta-half.paragraph--view-mode--default .paragraph--half-content-wrapper {
  display: grid;
  grid-template-columns: 5fr 7fr;
}

@media (max-width: 991.98px) {
  .paragraph--type--cta-half.paragraph--view-mode--default .paragraph--half-content-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .paragraph--type--cta-half.paragraph--view-mode--default .paragraph--half-img .align-img-right {
    height: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .paragraph--type--cta-half.paragraph--view-mode--default .paragraph--half-img .align-img-right {
    position: absolute;
    left: calc((100vw - 768px) / -2);
    width: calc((100vw - 768px) / 2 + 320px);
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .paragraph--type--cta-half.paragraph--view-mode--default .paragraph--half-img .align-img-right {
    position: absolute;
    left: calc((100vw - 960px) / -2);
    width: calc((100vw - 960px) / 2 + 400px);
  }
}

.paragraph--type--cta-half.paragraph--view-mode--default .paragraph--half-img .align-img-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .paragraph--type--cta-half.paragraph--view-mode--default .paragraph--half-img .align-img-right {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.paragraph--type--cta-half.paragraph--view-mode--default .paragraph--half-img .img-with-title {
  position: relative;
  width: 100%;
  height: 100%;
}

.paragraph--type--cta-half.paragraph--view-mode--default .paragraph--half-img .img-with-title:hover .img-title {
  opacity: 1;
}

.paragraph--type--cta-half.paragraph--view-mode--default .paragraph--half-img .img-with-title .img-title {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}

@media (max-width: 991.98px) {
  .paragraph--type--cta-half.paragraph--view-mode--default .paragraph--half-img .img-with-title {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--cta-half.paragraph--view-mode--default .paragraph--half-img .img-with-title {
    height: 365px;
  }
}

@media (min-width: 992px) {
  .paragraph--type--cta-half.paragraph--view-mode--default .paragraph--half-description {
    padding-left: 57px;
    padding-right: 23px;
  }
}

@media (min-width: 768px) and (max-width: 1259.98px) {
  .paragraph--type--cta-half.paragraph--view-mode--default .paragraph--half-description {
    padding-left: 35px;
    padding-right: 45px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--cta-half.paragraph--view-mode--default .paragraph--half-description {
    padding: 0 20px;
  }
}

.paragraph--type--cta-half.paragraph--view-mode--default .paragraph--half-title {
  color: #000;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .paragraph--type--cta-half.paragraph--view-mode--default .paragraph--half-title {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}

.paragraph--type--cta-half.paragraph--view-mode--default .paragraph--half-body {
  padding-bottom: 30px;
}

.node--type--header {
  position: relative;
}

@media (min-width: 992px) {
  .node--type--header {
    margin: 40px 0 60px;
  }
}

@media (max-width: 1259.98px) {

  .node--type--header .grid-container,
  .node--type--header .paragraph--type--main .paragraph--type--tab .field--name-field-description,
  .paragraph--type--main .paragraph--type--tab .node--type--header .field--name-field-description {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767.98px) {

  .node--type--header .grid-container,
  .node--type--header .paragraph--type--main .paragraph--type--tab .field--name-field-description,
  .paragraph--type--main .paragraph--type--tab .node--type--header .field--name-field-description {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.node--type--header.node--type--header-left .node--header--content {
  display: grid;
  grid-template-columns: 340px auto;
  gap: 80px;
}

@media (max-width: 991.98px) {
  .node--type--header.node--type--header-left .node--header--content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 991.98px) {
  .node--type--header.node--type--header-left .node--header--content .node--header-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .node--type--header.node--type--header-left .node--header--content .node--header-item {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.node--type--header.node--type--header-left .node--header--content .node--header-item .item-img {
  -webkit-box-shadow: 1px 2px 15px 0 rgba(72, 72, 72, 0.15);
  box-shadow: 1px 2px 15px 0 rgba(72, 72, 72, 0.15);
}

@media (max-width: 991.98px) {
  .node--type--header.node--type--header-left .node--header--content .node--header-item .item-img {
    max-width: 340px;
  }
}

.node--type--header.node--type--header-left .node--header--content .node--header-item .item-img img {
  height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .node--type--header.node--type--header-left .node--header--content .node--header-item .item-img img {
    height: auto;
  }
}

.node--type--header.node--type--header-left .node--header--content .node--header-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (max-width: 767.98px) {
  .node--type--header.node--type--header-left .node--header--content .node--header-details {
    padding: 0 20px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.node--type--header.node--type--header-left .node--header--content .node--header-details .node-title {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 1.75px;
  max-width: 690px;
  line-height: 45px;
}

@media (max-width: 767.98px) {
  .node--type--header.node--type--header-left .node--header--content .node--header-details .node-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
  }
}

.node--type--header.node--type--header-left .node--header--content .node--header-details .node--header-date {
  padding-top: 30px;
}

@media (max-width: 767.98px) {
  .node--type--header.node--type--header-left .node--header--content .node--header-details .node--header-date {
    padding-top: 20px;
  }
}

.node--type--header.node--type--header-left .node--header--content .node--header-details .node--header-downloads {
  margin-top: 20px;
}

.node--type--header.node--type--header-left .node--header--content .node--header-details .node--header-downloads .field--name-field-downloads .field__item {
  margin-bottom: 15px;
}

.node--type--header.node--type--header-left .node--header--content .node--header-details .node--header-downloads .field--name-field-downloads .field__item a {
  border-bottom: 1px solid;
}

.node--type--header.node--type--header-left .node--header--content .node--header-details .node--header-downloads .field--name-field-downloads .field__item a:hover {
  border-color: #FF885F;
}

.node--type--header.node--type--header-left .node--header--content .node--header-details .node--header-downloads .field--name-field-downloads .field__item:before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='19px' height='22px' viewBox='0 0 19 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EStyle%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Publications' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='publication-page-copy' transform='translate(-710.000000, -524.000000)' fill='%23000000'%3E%3Cpath d='M723.308636,524 L729,529.576154 L729,543.461538 C729,544.863492 727.84001,546 726.409091,546 L726.409091,546 L712.590909,546 C711.15999,546 710,544.863492 710,543.461538 L710,543.461538 L710,524 L723.308636,524 Z M721.227273,525.692308 L711.727273,525.692308 L711.727273,543.461538 C711.727273,543.928856 712.113936,544.307692 712.590909,544.307692 L712.590909,544.307692 L726.409091,544.307692 C726.886064,544.307692 727.272727,543.928856 727.272727,543.461538 L727.272727,543.461538 L727.272727,531.615385 L723.818182,531.615385 C722.387262,531.615385 721.227273,530.478877 721.227273,529.076923 L721.227273,529.076923 L721.227273,525.692308 Z M719.5,537.538462 L719.5,539.230769 L715.181818,539.230769 L715.181818,537.538462 L719.5,537.538462 Z M723.818182,534.153846 L723.818182,535.846154 L715.181818,535.846154 L715.181818,534.153846 L723.818182,534.153846 Z M722.954545,526.039231 L722.954545,529.076923 C722.954545,529.544241 723.341209,529.923077 723.818182,529.923077 L723.818182,529.923077 L726.918636,529.923077 L722.954545,526.039231 Z' id='Style'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-right: 30px;
  padding-bottom: 10px;
}

.node--type--header.node--type--header-left .node--header--content .node--header-details .node--header-downloads .field--name-field-downloads .field__item:hover:before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='19px' height='22px' viewBox='0 0 19 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EStyle%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Publications' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='publication-page-copy-2' transform='translate(-710.000000, -524.000000)' fill='%23FF885F'%3E%3Cpath d='M723.308636,524 L729,529.576154 L729,543.461538 C729,544.863492 727.84001,546 726.409091,546 L726.409091,546 L712.590909,546 C711.15999,546 710,544.863492 710,543.461538 L710,543.461538 L710,524 L723.308636,524 Z M721.227273,525.692308 L711.727273,525.692308 L711.727273,543.461538 C711.727273,543.928856 712.113936,544.307692 712.590909,544.307692 L712.590909,544.307692 L726.409091,544.307692 C726.886064,544.307692 727.272727,543.928856 727.272727,543.461538 L727.272727,543.461538 L727.272727,531.615385 L723.818182,531.615385 C722.387262,531.615385 721.227273,530.478877 721.227273,529.076923 L721.227273,529.076923 L721.227273,525.692308 Z M719.5,537.538462 L719.5,539.230769 L715.181818,539.230769 L715.181818,537.538462 L719.5,537.538462 Z M723.818182,534.153846 L723.818182,535.846154 L715.181818,535.846154 L715.181818,534.153846 L723.818182,534.153846 Z M722.954545,526.039231 L722.954545,529.076923 C722.954545,529.544241 723.341209,529.923077 723.818182,529.923077 L723.818182,529.923077 L726.918636,529.923077 L722.954545,526.039231 Z' id='Style'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.node--type--header.node--type--header-default .grid-container,
.node--type--header.node--type--header-default .paragraph--type--main .paragraph--type--tab .field--name-field-description,
.paragraph--type--main .paragraph--type--tab .node--type--header.node--type--header-default .field--name-field-description {
  max-width: 1220px;
}

.node--type--header.node--type--header-default .node--header--content {
  display: grid;
  grid-template-columns: 600px auto;
}

@media (max-width: 1259.98px) {
  .node--type--header.node--type--header-default .node--header--content {
    grid-template-columns: 480px auto;
  }
}

@media (max-width: 991.98px) {
  .node--type--header.node--type--header-default .node--header--content {
    grid-template-columns: 1fr;
  }
}

.node--type--header.node--type--header-default .node--header--content .learn-more-link {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin-top: 20px;
}

@media (max-width: 1259.98px) {
  .node--type--header.node--type--header-default .node--header--content .learn-more-link {
    margin-top: 0;
  }
}

.node--type--header.node--type--header-default .node--header--content .img-half-screen {
  height: 460px;
}

@media (min-width: 992px) {
  .node--type--header.node--type--header-default .node--header--content .img-half-screen {
    width: calc(50vw - 20px);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .node--type--header.node--type--header-default .node--header--content .img-half-screen {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (max-width: 767.98px) {
  .node--type--header.node--type--header-default .node--header--content .img-half-screen {
    height: 365px;
  }
}

.node--type--header.node--type--header-default .node--header--content .img-half-screen img {
  width: 100%;
  height: 100%;
  max-height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .node--type--header.node--type--header-default .node--header--content .node--header-item {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.node--type--header.node--type--header-default .node--header--content .node--header-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 10px;
  padding-right: 50px;
}

@media (max-width: 991.98px) {
  .node--type--header.node--type--header-default .node--header--content .node--header-details {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 50px 20px 0 20px;
  }
}

@media (max-width: 767.98px) {
  .node--type--header.node--type--header-default .node--header--content .node--header-details {
    padding: 40px 20px 0 20px;
  }
}

.node--type--header.node--type--header-default .node--header--content .node--header-details .node--header-title,
.node--type--header.node--type--header-default .node--header--content .node--header-details .node-title {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 1.75px;
  max-width: 690px;
  line-height: 1.2;
}

@media (max-width: 767.98px) {

  .node--type--header.node--type--header-default .node--header--content .node--header-details .node--header-title,
  .node--type--header.node--type--header-default .node--header--content .node--header-details .node-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
  }
}

.node--type--header.node--type--header-default .node--header--content .node--header-details .node--header-date {
  padding-top: 30px;
}

@media (max-width: 767.98px) {
  .node--type--header.node--type--header-default .node--header--content .node--header-details .node--header-date {
    padding-top: 20px;
  }
}

.node--type--header.node--type--header-default .node--header--content .node--header-details .node--header-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.node--type--header.node--type--header-default .node--header--content .node--header-details .node--header-author a:not(:first-of-type) {
  padding-left: 5px;
}

.node--type--header.node--type--header-default .node--header--content .node--header-details .node--header-author span {
  padding-right: 5px;
}

.node--type--header.node--type--header-full .learn-more-link {
  position: relative;
}

@media (max-width: 1259.98px) {
  .node--type--header.node--type--header-full .node--header--content {
    margin: 0 -20px;
  }
}

@media (max-width: 767.98px) {
  .node--type--header.node--type--header-full .node--header--content {
    margin: 0;
  }
}

.node--type--header.node--type--header-full .node--header--content .node--header-item .img-full-screen {
  height: 500px;
  position: relative;
  z-index: -1;
}

@media (max-width: 1259.98px) {
  .node--type--header.node--type--header-full .node--header--content .node--header-item .img-full-screen {
    height: 608px;
  }
}

@media (max-width: 767.98px) {
  .node--type--header.node--type--header-full .node--header--content .node--header-item .img-full-screen {
    height: 570px;
  }
}

.node--type--header.node--type--header-full .node--header--content .node--header-details {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 0 100px 80px;
}

@media (max-width: 1259.98px) {
  .node--type--header.node--type--header-full .node--header--content .node--header-details {
    padding: 0 40px 70px;
  }
}

@media (max-width: 767.98px) {
  .node--type--header.node--type--header-full .node--header--content .node--header-details {
    padding: 0 20px 60px;
  }
}

.node--type--header.node--type--header-full .node--header--content .node--header-details .wrap--type-theme {
  color: #fff;
  background-color: rgba(0, 157, 221, 0.5);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0 4px;
  margin-bottom: 15px;
}

.node--type--header.node--type--header-full .node--header--content .node--header-details .wrap--type-theme a {
  color: #fff;
}

.node--type--header.node--type--header-full .node--header--content .node--header-details .wrap--type-theme a:hover {
  text-decoration: underline;
}

.node--type--header.node--type--header-full .node--header--content .node--header-details .node--header-title,
.node--type--header.node--type--header-full .node--header--content .node--header-details .node-title {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 1.03px;
  max-width: 690px;
  line-height: 1.2;
  color: #fff;
}

@media (max-width: 991.98px) {

  .node--type--header.node--type--header-full .node--header--content .node--header-details .node--header-title,
  .node--type--header.node--type--header-full .node--header--content .node--header-details .node-title {
    max-width: 640px;
  }
}

@media (max-width: 767.98px) {

  .node--type--header.node--type--header-full .node--header--content .node--header-details .node--header-title,
  .node--type--header.node--type--header-full .node--header--content .node--header-details .node-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
  }
}

.node--type--header.node--type--header-full .node--header--content .node--header-details .node--header-date {
  padding-top: 15px;
}

.node--type--header.node--type--header-full .node--header--content .node--header-details .node--header-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.node--type--header.node--type--header-full .node--header--content .node--header-details .node--header-author a {
  color: #fff;
}

.node--type--header.node--type--header-full .node--header--content .node--header-details .node--header-author a:hover {
  color: #FF885F;
}

.node--type--header.node--type--header-full .node--header--content .node--header-details .node--header-author a:not(:first-of-type) {
  padding-left: 5px;
}

.node--type--header.node--type--header-full .node--header--content .node--header-details .node--header-author span {
  padding-right: 5px;
}

.node--type--header.node--type--header-full .node--header--content .node--header-details.video-controls {
  z-index: 1;
}

.node--type--header.node--type--header-full .hero--gradient {
  /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, right top, color-stop(55%, rgba(0, 31, 53, 0.6)), color-stop(70%, rgba(237, 244, 252, 0.01)), to(rgba(237, 244, 252, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 31, 53, 0.6) 55%, rgba(237, 244, 252, 0.01) 70%, rgba(237, 244, 252, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 31, 53, 0.6) 55%, rgba(237, 244, 252, 0.01) 70%, rgba(237, 244, 252, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 31, 53, 0.6) 55%, rgba(237, 244, 252, 0.01) 70%, rgba(237, 244, 252, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80232323', endColorstr='#00727272', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

@media (max-width: 1259.98px) {
  .node--type--header.node--type--header-full .hero--gradient {
    background: -webkit-linear-gradient(90deg, rgba(0, 31, 53, 0.6) 40%, rgba(237, 244, 252, 0.01) 65%, rgba(237, 244, 252, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
  }
}

.node--type--header.node--type--header-full .hero-video-gradient .video-full-screen::after {
  position: relative;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(0, 31, 53, 0.6)), color-stop(65%, rgba(237, 244, 252, 0.01)), to(rgba(237, 244, 252, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 31, 53, 0.6) 40%, rgba(237, 244, 252, 0.01) 65%, rgba(237, 244, 252, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 31, 53, 0.6) 40%, rgba(237, 244, 252, 0.01) 65%, rgba(237, 244, 252, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 31, 53, 0.6) 40%, rgba(237, 244, 252, 0.01) 65%, rgba(237, 244, 252, 0) 100%);
}

@media (max-width: 1259.98px) {
  .node--type--header.node--type--header-full .hero-video-gradient .video-full-screen::after {
    background: -webkit-linear-gradient(90deg, rgba(0, 31, 53, 0.6) 40%, rgba(237, 244, 252, 0.01) 65%, rgba(237, 244, 252, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
  }
}

.video-full-screen-wrapper {
  height: 500px;
  position: relative;
  z-index: -1;
}

@media (max-width: 1259.98px) {
  .video-full-screen-wrapper {
    height: 608px;
  }
}

@media (max-width: 767.98px) {
  .video-full-screen-wrapper {
    height: 570px;
  }
}

.video-full-screen-wrapper.controls {
  z-index: unset;
}

.video-full-screen {
  min-height: 500px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.video-full-screen .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1075px) {
  .video-full-screen .background-video {
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .video-full-screen .background-video {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh !important;
  }
}

.node--type--header-full .background-video-full-screen {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
}

.background-video-full-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background-video-full-screen .video {
  height: 100%;
}

.paragraph--type--text {
  display: grid;
  row-gap: 40px;
  scroll-margin-top: 250px;
}

@media (max-width: 1259.98px) {
  .paragraph--type--text {
    row-gap: 30px;
  }
}

.paragraph--type--text .container--text-image {
  overflow: hidden;
  overflow-x: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .paragraph--type--text .container--text-image {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.paragraph--type--text .container--text-image img {
  height: 100%;
}

@media (max-width: 991.98px) {
  .paragraph--type--text .container--text-image img {
    max-height: 290px;
  }
}

.paragraph--type--text .container--text-iframe {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}

@media (max-width: 767.98px) {
  .paragraph--type--text .container--text-iframe {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.paragraph--type--text .container--text-iframe iframe {
  width: 100%;
  min-height: 500px;
}

@media (max-width: 991.98px) {
  .paragraph--type--text .container--text-iframe iframe {
    min-height: 290px;
  }
}

.paragraph--type--text .paragraph--text-downloads {
  margin-top: 40px;
}

.paragraph--type--text .paragraph--text-downloads .field__item:not(:first-of-type) {
  margin-top: 15px;
}

.paragraph--type--text .paragraph--text-downloads span a {
  text-decoration: none;
  border-bottom: 1px solid;
}

.paragraph--type--text .paragraph--text-downloads span a:hover {
  border-color: #FF885F;
}

.paragraph--type--text .paragraph--text-downloads span:before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='19px' height='22px' viewBox='0 0 19 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EStyle%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Publications' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='publication-page-copy' transform='translate(-710.000000, -524.000000)' fill='%23000000'%3E%3Cpath d='M723.308636,524 L729,529.576154 L729,543.461538 C729,544.863492 727.84001,546 726.409091,546 L726.409091,546 L712.590909,546 C711.15999,546 710,544.863492 710,543.461538 L710,543.461538 L710,524 L723.308636,524 Z M721.227273,525.692308 L711.727273,525.692308 L711.727273,543.461538 C711.727273,543.928856 712.113936,544.307692 712.590909,544.307692 L712.590909,544.307692 L726.409091,544.307692 C726.886064,544.307692 727.272727,543.928856 727.272727,543.461538 L727.272727,543.461538 L727.272727,531.615385 L723.818182,531.615385 C722.387262,531.615385 721.227273,530.478877 721.227273,529.076923 L721.227273,529.076923 L721.227273,525.692308 Z M719.5,537.538462 L719.5,539.230769 L715.181818,539.230769 L715.181818,537.538462 L719.5,537.538462 Z M723.818182,534.153846 L723.818182,535.846154 L715.181818,535.846154 L715.181818,534.153846 L723.818182,534.153846 Z M722.954545,526.039231 L722.954545,529.076923 C722.954545,529.544241 723.341209,529.923077 723.818182,529.923077 L723.818182,529.923077 L726.918636,529.923077 L722.954545,526.039231 Z' id='Style'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-right: 30px;
  padding-bottom: 10px;
}

.paragraph--type--text .paragraph--text-downloads span:hover:before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='19px' height='22px' viewBox='0 0 19 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EStyle%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Publications' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='publication-page-copy-2' transform='translate(-710.000000, -524.000000)' fill='%23FF885F'%3E%3Cpath d='M723.308636,524 L729,529.576154 L729,543.461538 C729,544.863492 727.84001,546 726.409091,546 L726.409091,546 L712.590909,546 C711.15999,546 710,544.863492 710,543.461538 L710,543.461538 L710,524 L723.308636,524 Z M721.227273,525.692308 L711.727273,525.692308 L711.727273,543.461538 C711.727273,543.928856 712.113936,544.307692 712.590909,544.307692 L712.590909,544.307692 L726.409091,544.307692 C726.886064,544.307692 727.272727,543.928856 727.272727,543.461538 L727.272727,543.461538 L727.272727,531.615385 L723.818182,531.615385 C722.387262,531.615385 721.227273,530.478877 721.227273,529.076923 L721.227273,529.076923 L721.227273,525.692308 Z M719.5,537.538462 L719.5,539.230769 L715.181818,539.230769 L715.181818,537.538462 L719.5,537.538462 Z M723.818182,534.153846 L723.818182,535.846154 L715.181818,535.846154 L715.181818,534.153846 L723.818182,534.153846 Z M722.954545,526.039231 L722.954545,529.076923 C722.954545,529.544241 723.341209,529.923077 723.818182,529.923077 L723.818182,529.923077 L726.918636,529.923077 L722.954545,526.039231 Z' id='Style'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 767.98px) {
  .paragraph--type--text .text-content {
    padding: 0;
  }
}

.paragraph--type--text .paragraph-title {
  font-size: 35px;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: 1.75px;
  padding-bottom: 20px;
  margin: 0;
}

@media (max-width: 991.98px) {
  .paragraph--type--text .paragraph-title {
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--text .paragraph-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
  }
}

.paragraph--type--text .paragraph-description {
  font-size: 16px;
  letter-spacing: 0.65px;
}

.paragraph--type--text .paragraph-description b,
.paragraph--type--text .paragraph-description strong {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
}

@media (max-width: 991.98px) {

  .paragraph--type--text .paragraph-description b,
  .paragraph--type--text .paragraph-description strong {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
}

.paragraph--type--text .paragraph-description figure {
  margin: 20px 0 40px;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.paragraph--type--text .paragraph-description figure img {
  min-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .paragraph--type--text .paragraph-description figure img {
    min-height: 408px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--text .paragraph-description figure img {
    min-height: 325px;
  }
}

@media (max-width: 991.98px) {
  .paragraph--type--text .paragraph-description figure {
    margin: 20px 0 40px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--text .paragraph-description figure {
    margin: 10px 0 40px;
  }
}

.paragraph--type--text .paragraph-description figure figcaption {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 18px;
}

.paragraph--type--text .paragraph-description h3 {
  margin-bottom: 20px;
}

.paragraph--type--text .paragraph-description a {
  margin-top: 40px;
  text-decoration: underline;
}

@media (max-width: 767.98px) {

  .paragraph--type--text .paragraph-description .select2-container,
  .paragraph--type--text .paragraph-description .dropdown.mdb-select {
    max-width: 540px;
    display: block;
  }
}

@media (max-width: 575.98px) {

  .paragraph--type--text .paragraph-description .select2-container,
  .paragraph--type--text .paragraph-description .dropdown.mdb-select {
    max-width: 370px;
  }
}

@media screen and (max-width: 400px) {

  .paragraph--type--text .paragraph-description .select2-container,
  .paragraph--type--text .paragraph-description .dropdown.mdb-select {
    max-width: 270px;
  }
}

@media screen and (max-width: 500px) {
  .paragraph--type--text .paragraph-description .containerTable {
    max-width: 370px;
  }
}

@media screen and (max-width: 400px) {
  .paragraph--type--text .paragraph-description .containerTable {
    max-width: 270px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--text .paragraph-description label#countryDropdownLabel {
    margin-top: 20px;
  }
}

.paragraph--type--text .paragraph-link {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .paragraph--type--text #baseChartDiv .btn-outline-primary.ml-2 {
    margin-bottom: 8px;
  }
}

.paragraph--type--cta-full-image {
  display: grid;
}

.paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 20%;
  position: relative;
}

@media (max-width: 991.98px) {
  .paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full {
    background-position: 30% 20%;
  }
}

.paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full .paragraph--cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  padding-bottom: 80px;
}

@media (max-width: 991.98px) {
  .paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full .paragraph--cta-content {
    padding: 80px 0 90px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full .paragraph--cta-content {
    padding: 50px 0;
  }
}

.paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full .paragraph--cta-content.fixed-width {
  max-width: 500px;
  height: 500px;
  margin-left: 100px;
}

@media (max-width: 991.98px) {
  .paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full .paragraph--cta-content.fixed-width {
    height: 610px;
    margin-left: 80px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full .paragraph--cta-content.fixed-width {
    height: 365px;
    margin-left: 20px;
  }
}

.paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full .paragraph--cta-content .paragraph--cta-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 50px;
  margin-bottom: 13px;
}

@media (max-width: 767.98px) {
  .paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full .paragraph--cta-content .paragraph--cta-title {
    font-size: 1.5rem;
    line-height: 32px;
    margin-top: 10px;
  }
}

.paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full .paragraph--cta-content .btn {
  margin-top: 40px;
}

.paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full.bg-dotted {
  background: url(/themes/custom/unwomen/img/dots.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full.bg-dotted .paragraph--cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full.bg-dotted .paragraph--cta-content {
    margin-left: 80px;
    padding: 70px 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full.bg-dotted .paragraph--cta-content {
    margin-left: 20px;
    padding: 60px 0;
  }
}

.paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full.bg-dotted .paragraph--cta-content .paragraph--cta-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 50px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full.bg-dotted .paragraph--cta-content .paragraph--cta-title {
    font-size: 1.5rem;
    line-height: 32px;
    margin-top: 10px;
  }
}

.paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full.bg-dotted .paragraph--cta-content .btn {
  margin-top: 50px;
}

@media (max-width: 767.98px) {
  .paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full.bg-dotted .paragraph--cta-content .btn {
    margin-top: 30px;
  }
}

.paragraph--type--cta-full-image.paragraph--view-mode--default .paragraph--cta-full .hero--gradient {
  background-image: -webkit-linear-gradient(45deg, rgba(35, 35, 35, 0.5) 0%, rgba(114, 114, 114, 0.01) 80%, rgba(114, 114, 114, 0) 100%);
  background-image: -o-linear-gradient(45deg, rgba(35, 35, 35, 0.5) 0%, rgba(114, 114, 114, 0.01) 80%, rgba(114, 114, 114, 0) 100%);
  background-image: linear-gradient(45deg, rgba(35, 35, 35, 0.5) 0%, rgba(114, 114, 114, 0.01) 80%, rgba(114, 114, 114, 0) 100%);
}

.paragraph--type--cta-list .paragraph--header-title {
  letter-spacing: 1.75px;
}

.paragraph--type--cta-list .cta--list-content {
  padding: 0;
  margin-bottom: 0;
}

.paragraph--type--cta-list .cta--list-content li {
  list-style-type: none;
}

.paragraph--type--cta-list .cta--list-content .cta--list {
  border-top: 1.5px solid rgba(0, 0, 0, 0.1);
}

.paragraph--type--cta-list .cta--list-content .cta--item-title {
  font-size: 18px;
  letter-spacing: 0.45px;
  font-weight: 700;
  margin-top: 15px;
}

.paragraph--type--cta-list .cta--list-content .cta--item-link {
  margin-top: 15px;
}

.paragraph--type--cta-list .cta--list-content .cta--item-link a {
  text-transform: uppercase;
  position: relative;
}

.paragraph--type--cta-list .cta--list-content .cta--item-link a:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.475' height='16.829' viewBox='0 0 9.475 16.829'%3E%3Cg id='arrow-right' transform='translate(-0.145 0.238) rotate(90)'%3E%3Cpath id='Line-5' d='M11.171-.6V9.8' transform='translate(23.006 -9.529) rotate(135)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Line-5-2' data-name='Line-5' d='M4.5-.317v10.4' transform='translate(4.229 1.752) rotate(-135)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
  margin-left: 15px;
  position: absolute;
  bottom: -6px;
}

.paragraph--type--cta-list .cta--list-row {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 1259.98px) {
  .paragraph--type--cta-list .cta--list-row {
    padding: 0 50px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--cta-list .cta--list-row {
    padding: 0 20px;
  }
}

.story--navigation {
  position: -webkit-sticky;
  position: sticky;
  padding: 20px 0;
  background-color: #eef1f3;
  top: 160px;
  z-index: 100;
}

@media (max-width: 991.98px) {

  .story--navigation .container,
  .story--navigation .webform-submission-form .form-actions,
  .webform-submission-form .story--navigation .form-actions {
    max-width: 940px;
  }
}

@media (max-width: 767.98px) {
  .story--navigation {
    display: none;
  }
}

.story--navigation-wrap {
  display: grid;
  grid-template-columns: 1fr 340px;
}

@media (max-width: 991.98px) {
  .story--navigation-wrap {
    grid-template-columns: 1fr 280px;
    gap: 10px;
    padding: 0 30px;
  }
}

.story--navigation.active {
  top: 160px;
}

.story--navigation .collapse:not(.show) {
  display: block;
}

.story--navigation .dropdown-navigation {
  display: grid;
  padding: 7px 20px;
  padding-right: 35px;
  background: #fff;
  border: 1px solid #FF885F;
  width: 100%;
}

.story--navigation .dropdown-navigation .dropdown-toggle {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  outline: none;
}

.story--navigation .dropdown-navigation .dropdown-toggle:after {
  right: 10px;
  top: 16px;
}

.story--navigation .dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
  margin-top: 40px;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 16px;
  border: 1px solid #FF885F;
  will-change: unset !important;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}

.story--navigation .dropdown-menu.show {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 100%;
}

.story--navigation .dropdown-menu.show .list-group-item {
  padding: 15px 20px;
  border: none;
}

.story--navigation .dot-navigation {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  gap: 20px;
  align-self: center;
}

.story--navigation .dot-navigation .dot--count {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.92px;
  font-weight: bold;
  color: #0397D6;
}

@media (max-width: 991.98px) {
  .story--navigation .dot-navigation .dot--count {
    font-size: 18px;
    letter-spacing: 0.75px;
    line-height: 27px;
  }
}

.story--navigation .dropdown--menu-dot {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: unset;
  border: none;
  margin-top: 0px;
  background: transparent;
  padding-left: 20px;
}

@media (max-width: 1259.98px) {
  .story--navigation .dropdown--menu-dot {
    padding-left: 0;
  }
}

.story--navigation .dropdown--menu-dot li {
  padding-right: 20px;
}

@media (max-width: 991.98px) {
  .story--navigation .dropdown--menu-dot li {
    padding-right: 15px;
  }

  .story--navigation .dropdown--menu-dot li:first-of-type {
    padding-left: 5px;
  }
}

.story--navigation .list--group-item-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  background: #d8d8d8;
  border: none;
}

@media (max-width: 991.98px) {
  .story--navigation .list--group-item-dot {
    width: 8px;
    height: 8px;
  }
}

.story--navigation .list--group-item-dot.active {
  position: relative;
  background-color: #0397D6;
}

.story--navigation .list--group-item-dot.active:before {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  content: '';
  border: 1px solid rgba(3, 151, 214, 0.14);
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  .story--navigation .list--group-item-dot.active:before {
    width: 16px;
    height: 16px;
  }
}

aside.vertical-navigation {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  -ms-flex-item-align: start;
  align-self: start;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1260px) {
  aside.vertical-navigation {
    max-width: 200px;
    max-height: 0;
    background-color: transparent;
  }
}

@media (min-width: 1600px) {
  aside.vertical-navigation {
    left: 4vw;
  }
}

@media (min-width: 2000px) {
  aside.vertical-navigation {
    left: 15vw;
  }
}

@media (min-width: 2500px) {
  aside.vertical-navigation {
    left: 21vw;
  }
}

@media (min-width: 3000px) {
  aside.vertical-navigation {
    left: 27vw;
  }
}

@media (min-width: 4000px) {
  aside.vertical-navigation {
    left: 32vw;
  }
}

@media (max-width: 1259.98px) {
  aside.vertical-navigation {
    padding: 10px 20px;
  }
}

aside.vertical-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 1260px) {
  aside.vertical-navigation ul {
    padding: 20px 15px 30px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media (max-width: 1259.98px) {
  aside.vertical-navigation ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

aside.vertical-navigation .list-group-item {
  border: 0;
  padding: 0;
  font-weight: bold;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
  background-color: transparent;
}

aside.vertical-navigation .list-group-item:hover,
aside.vertical-navigation .list-group-item:focus {
  color: #FF885F;
  background-color: transparent;
}

aside.vertical-navigation .list-group-item.active {
  color: #FF885F;
  background-color: transparent;
}

.paragraph--type--callout {
  scroll-margin-top: 250px;
}

.paragraph--type--callout .callout-content {
  display: grid;
  grid-template-columns: 460px auto;
  gap: 60px;
}

@media (max-width: 991.98px) {
  .paragraph--type--callout .callout-content {
    grid-template-columns: 358px auto;
    gap: 40px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--callout .callout-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.paragraph--type--callout .callout-content .callout-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .paragraph--type--callout .callout-content .callout-item--text {
    padding: 0 20px;
  }
}

.paragraph--type--callout .callout-content .callout-item--image .img-wrapp {
  width: 100%;
}

.paragraph--type--callout .callout-content.grid-reverse {
  grid-template-columns: auto 460px;
}

@media (min-width: 1260px) {
  .paragraph--type--callout .callout-content.grid-reverse {
    gap: 80px;
  }
}

@media (max-width: 991.98px) {
  .paragraph--type--callout .callout-content.grid-reverse {
    grid-template-columns: auto 358px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--callout .callout-content.grid-reverse {
    grid-template-columns: 1fr;
  }
}

.paragraph--type--callout .callout-content.grid-reverse .callout-item--text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.paragraph--type--callout .callout-content.grid-reverse .callout-item--image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 767.98px) {
  .paragraph--type--callout .callout-content.grid-reverse .callout-item--text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .paragraph--type--callout .callout-content.grid-reverse .callout-item--image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.paragraph--type--callout .content-wrap h2 {
  margin-bottom: 20px;
}

.paragraph--type--callout img {
  min-height: 410px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .paragraph--type--callout img {
    height: 100%;
    min-height: 310px;
    width: 100%;
  }
}

.paragraph--type--callout img .content-wrap h2 {
  margin-bottom: 12px;
}

@media (max-width: 1259.98px) {

  .paragraph--type--callout .grid-container,
  .paragraph--type--callout .paragraph--type--main .paragraph--type--tab .field--name-field-description,
  .paragraph--type--main .paragraph--type--tab .paragraph--type--callout .field--name-field-description {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767.98px) {

  .paragraph--type--callout .grid-container,
  .paragraph--type--callout .paragraph--type--main .paragraph--type--tab .field--name-field-description,
  .paragraph--type--main .paragraph--type--tab .paragraph--type--callout .field--name-field-description {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.paragraph--type--cta-image-file-list {
  scroll-margin-top: 250px;
}

@media (max-width: 1259.98px) {

  .paragraph--type--cta-image-file-list .grid-container,
  .paragraph--type--cta-image-file-list .paragraph--type--main .paragraph--type--tab .field--name-field-description,
  .paragraph--type--main .paragraph--type--tab .paragraph--type--cta-image-file-list .field--name-field-description {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767.98px) {

  .paragraph--type--cta-image-file-list .grid-container,
  .paragraph--type--cta-image-file-list .paragraph--type--main .paragraph--type--tab .field--name-field-description,
  .paragraph--type--main .paragraph--type--tab .paragraph--type--cta-image-file-list .field--name-field-description {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.paragraph--type--cta-image-file-list .paragraph--cta--content {
  display: grid;
  grid-template-columns: 460px auto;
  gap: 80px;
}

@media (max-width: 991.98px) {
  .paragraph--type--cta-image-file-list .paragraph--cta--content {
    grid-template-columns: 358px auto;
    gap: 40px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--cta-image-file-list .paragraph--cta--content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.paragraph--type--cta-image-file-list .paragraph--cta--content img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .paragraph--type--cta-image-file-list .paragraph--cta--content .paragraph--cta-item {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.paragraph--type--cta-image-file-list .paragraph--cta--content .paragraph--cta-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (max-width: 767.98px) {
  .paragraph--type--cta-image-file-list .paragraph--cta--content .paragraph--cta-details {
    padding: 0 20px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.paragraph--type--cta-image-file-list .paragraph--cta--content .paragraph--cta-details .paragraph--cta-title {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 1.75px;
  max-width: 690px;
  line-height: 45px;
}

@media (max-width: 767.98px) {
  .paragraph--type--cta-image-file-list .paragraph--cta--content .paragraph--cta-details .paragraph--cta-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
  }
}

.paragraph--type--cta-image-file-list .paragraph--cta--content .paragraph--cta-details .paragraph--cta-date {
  padding-top: 20px;
}

.paragraph--type--cta-image-file-list .paragraph--cta--content .paragraph--cta-details .paragraph--cta-file {
  margin-top: 40px;
}

@media (max-width: 1259.98px) {
  .paragraph--type--cta-image-file-list .paragraph--cta--content .paragraph--cta-details .paragraph--cta-file {
    margin-top: 30px;
  }
}

@media (max-width: 991.98px) {
  .paragraph--type--cta-image-file-list .paragraph--cta--content .paragraph--cta-details .paragraph--cta-file {
    margin-top: 20px;
  }
}

.paragraph--type--cta-image-file-list .paragraph--cta--content .paragraph--cta-details .paragraph--cta-file .field--name-field-file .field__item {
  margin-bottom: 15px;
}

.paragraph--type--cta-image-file-list .paragraph--cta--content .paragraph--cta-details .paragraph--cta-file .field--name-field-file .field__item a {
  border-bottom: 1px solid;
}

.paragraph--type--cta-image-file-list .paragraph--cta--content .paragraph--cta-details .paragraph--cta-file .field--name-field-file .field__item a:hover {
  border-color: #FF885F;
}

.paragraph--type--cta-image-file-list .paragraph--cta--content .paragraph--cta-details .paragraph--cta-file .field--name-field-file .field__item:before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='19px' height='22px' viewBox='0 0 19 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EStyle%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Publications' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='publication-page-copy' transform='translate(-710.000000, -524.000000)' fill='%23000000'%3E%3Cpath d='M723.308636,524 L729,529.576154 L729,543.461538 C729,544.863492 727.84001,546 726.409091,546 L726.409091,546 L712.590909,546 C711.15999,546 710,544.863492 710,543.461538 L710,543.461538 L710,524 L723.308636,524 Z M721.227273,525.692308 L711.727273,525.692308 L711.727273,543.461538 C711.727273,543.928856 712.113936,544.307692 712.590909,544.307692 L712.590909,544.307692 L726.409091,544.307692 C726.886064,544.307692 727.272727,543.928856 727.272727,543.461538 L727.272727,543.461538 L727.272727,531.615385 L723.818182,531.615385 C722.387262,531.615385 721.227273,530.478877 721.227273,529.076923 L721.227273,529.076923 L721.227273,525.692308 Z M719.5,537.538462 L719.5,539.230769 L715.181818,539.230769 L715.181818,537.538462 L719.5,537.538462 Z M723.818182,534.153846 L723.818182,535.846154 L715.181818,535.846154 L715.181818,534.153846 L723.818182,534.153846 Z M722.954545,526.039231 L722.954545,529.076923 C722.954545,529.544241 723.341209,529.923077 723.818182,529.923077 L723.818182,529.923077 L726.918636,529.923077 L722.954545,526.039231 Z' id='Style'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-right: 30px;
  padding-bottom: 10px;
}

.paragraph--type--cta-image-file-list .paragraph--cta--content .paragraph--cta-details .paragraph--cta-file .field--name-field-file .field__item:hover:before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='19px' height='22px' viewBox='0 0 19 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EStyle%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Publications' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='publication-page-copy-2' transform='translate(-710.000000, -524.000000)' fill='%23FF885F'%3E%3Cpath d='M723.308636,524 L729,529.576154 L729,543.461538 C729,544.863492 727.84001,546 726.409091,546 L726.409091,546 L712.590909,546 C711.15999,546 710,544.863492 710,543.461538 L710,543.461538 L710,524 L723.308636,524 Z M721.227273,525.692308 L711.727273,525.692308 L711.727273,543.461538 C711.727273,543.928856 712.113936,544.307692 712.590909,544.307692 L712.590909,544.307692 L726.409091,544.307692 C726.886064,544.307692 727.272727,543.928856 727.272727,543.461538 L727.272727,543.461538 L727.272727,531.615385 L723.818182,531.615385 C722.387262,531.615385 721.227273,530.478877 721.227273,529.076923 L721.227273,529.076923 L721.227273,525.692308 Z M719.5,537.538462 L719.5,539.230769 L715.181818,539.230769 L715.181818,537.538462 L719.5,537.538462 Z M723.818182,534.153846 L723.818182,535.846154 L715.181818,535.846154 L715.181818,534.153846 L723.818182,534.153846 Z M722.954545,526.039231 L722.954545,529.076923 C722.954545,529.544241 723.341209,529.923077 723.818182,529.923077 L723.818182,529.923077 L726.918636,529.923077 L722.954545,526.039231 Z' id='Style'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.paragraph--type--accordion {
  scroll-margin-top: 250px;
}

@media (max-width: 767.98px) {

  .paragraph--type--accordion .grid-container,
  .paragraph--type--accordion .paragraph--type--main .paragraph--type--tab .field--name-field-description,
  .paragraph--type--main .paragraph--type--tab .paragraph--type--accordion .field--name-field-description {
    padding: 0 25px;
  }
}

.paragraph--type--accordion ul {
  margin: 0;
  padding: 0;
}

.paragraph--type--accordion ul li {
  list-style-type: none;
}

.paragraph--type--accordion .line-header {
  cursor: pointer;
}

.paragraph--type--accordion .line-header.no-content {
  pointer-events: none;
  padding-left: 25px;
}

.paragraph--type--accordion .line-header.no-content span::before {
  content: unset;
}

.paragraph--type--accordion .line-header>p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph--type--accordion .line-header>p>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.paragraph--type--accordion .line-header h1,
.paragraph--type--accordion .line-header .h1,
.paragraph--type--accordion .line-header h2,
.paragraph--type--accordion .line-header .h2,
.paragraph--type--accordion .line-header h3,
.paragraph--type--accordion .line-header .h3,
.paragraph--type--accordion .line-header h4,
.paragraph--type--accordion .line-header .h4,
.paragraph--type--accordion .line-header h5,
.paragraph--type--accordion .line-header .h5 {
  margin: 0;
}

.paragraph--type--accordion .line-body {
  padding-left: 35px;
  padding-top: 20px;
}

@media (max-width: 767.98px) {
  .paragraph--type--accordion .line-body {
    padding-left: 10px;
  }
}

.paragraph--type--quote .quote-box {
  position: relative;
}

.paragraph--type--quote .quote-box:before {
  position: absolute;
  display: inline-block;
  content: '';
  border-left: 4px solid #FF885F;
  height: 100%;
}

.paragraph--type--quote .quote-content {
  display: grid;
  gap: 20px;
  padding: 20px 0 15px 40px;
}

@media (max-width: 991.98px) {
  .paragraph--type--quote .quote-content {
    padding: 20px 0 0 40px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--quote .quote-content {
    padding: 20px 0 0 20px;
  }
}

.paragraph--type--quote .quote-content:before {
  position: absolute;
  content: '';
  display: block;
  width: 74px;
  height: 60px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA3NCA2MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzQgNjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRjVGNUY1O30KPC9zdHlsZT4KPHBhdGggaWQ9IlBhdGgiIGNsYXNzPSJzdDAiIGQ9Ik0zMC4zLDYuN2MxLjksMCwzLjQtMS41LDMuNC0zLjNTMzIuMSwwLDMwLjMsMEMxMi43LDAsMCwxMi42LDAsMzB2MjYuN0MwLDU4LjUsMS41LDYwLDMuNCw2MGgyNi45CgljMS45LDAsMy40LTEuNSwzLjQtMy4zVjMwYzAtMS44LTEuNS0zLjMtMy40LTMuM0g2LjlDOC40LDE0LjcsMTcuNiw2LjcsMzAuMyw2Ljd6Ii8+CjxwYXRoIGlkPSJQYXRoXzAwMDAwMTQ3OTI2MTkyMDkxNDEwNDY1NDkwMDAwMDExMTE0MzAzODY4Njk0NjAxMTI0XyIgY2xhc3M9InN0MCIgZD0iTTcwLjYsMjYuN0g0Ny4zYzEuNC0xMS45LDEwLjYtMjAsMjMuMy0yMAoJYzEuOSwwLDMuNC0xLjUsMy40LTMuM1M3Mi41LDAsNzAuNiwwQzUzLjEsMCw0MC40LDEyLjYsNDAuNCwzMHYyNi43YzAsMS44LDEuNSwzLjMsMy40LDMuM2gyNi45YzEuOSwwLDMuNC0xLjUsMy40LTMuM1YzMAoJQzc0LDI4LjIsNzIuNSwyNi43LDcwLjYsMjYuN3oiLz4KPC9zdmc+Cg==") center no-repeat;
  z-index: -1;
  margin-top: -20px;
}

.paragraph--type--quote .quote-description p {
  max-width: 735px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.92px;
  color: #000;
}

.paragraph--type--quote .quote-authors {
  font-size: 18px;
  line-height: 1.44;
}

.paragraph--type--quote .quote-authors:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='2px' viewBox='0 0 12 2' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3ELine 19%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Tablet-+-mobile-9/2019' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='Country-Fact-Sheet' transform='translate(-272.000000, -5317.000000)' stroke='%23000000' stroke-width='2'%3E%3Cg id='Group-5' transform='translate(248.000000, 4905.000000)'%3E%3Cg id='Group-Copy-5' transform='translate(25.000000, 408.000000)'%3E%3Cline x1='0' y1='5' x2='10' y2='5' id='Line-19'%3E%3C/line%3E%3Cline x1='-8.8817842e-16' y1='5' x2='10' y2='5' id='Line-19' transform='translate(5.000000, 5.000000) rotate(-90.000000) translate(-5.000000, -5.000000) '%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center no-repeat;
}

.content-items-reference {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 275px));
  grid-auto-flow: row;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 50px;
  padding: 0 10px 10px 10px;
}

@media (max-width: 991.98px) {
  .content-items-reference {
    grid-template-columns: 1fr;
    padding: 0 5px 10px 5px;
    row-gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .content-items-reference {
    row-gap: 10px;
  }
}

@media (max-width: 991.98px) {

  .content-items-reference .node--type-news-events,
  .content-items-reference .node--type-publication,
  .content-items-reference .node--type-features,
  .content-items-reference .node--type-resources {
    display: grid;
    grid-template-columns: 225px 1fr;
    gap: 30px;
    height: 225px;
  }
}

@media (max-width: 767.98px) {

  .content-items-reference .node--type-news-events,
  .content-items-reference .node--type-publication,
  .content-items-reference .node--type-features,
  .content-items-reference .node--type-resources {
    grid-template-columns: 125px 1fr;
    gap: 15px;
    min-height: 150px;
    height: 100%;
  }
}

.content-items-reference+.content-items-reference {
  margin-top: 70px;
}

@media (max-width: 991.98px) {
  .content-items-reference+.content-items-reference {
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .content-items-reference+.content-items-reference {
    margin-top: 40px;
  }
}

.paragraph--type--content-items-custom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: #fff;
}

@media (max-width: 991.98px) {
  .paragraph--type--content-items-custom {
    display: grid;
    grid-template-columns: 225px 1fr;
    gap: 30px;
    height: 225px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--content-items-custom {
    grid-template-columns: 125px 1fr;
    gap: 15px;
    min-height: 150px;
    height: 100%;
  }
}

.paragraph--type--content-items-custom .field--type-image {
  height: 225px;
}

@media (max-width: 767.98px) {
  .paragraph--type--content-items-custom .field--type-image {
    height: 160px;
  }
}

.paragraph--type--content-items-custom .field--type-image img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph--type--content-items-custom .arrow-hover {
  position: absolute;
  background-color: #FF885F;
  border-radius: 2px;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width linear 0.2s;
  -o-transition: width linear 0.2s;
  transition: width linear 0.2s;
}

.paragraph--type--content-items-custom .arrow-hover--bottom {
  width: 0;
  height: 3px;
}

.paragraph--type--content-items-custom:hover {
  -webkit-box-shadow: 1px 2px 11px #9b9b9b;
  box-shadow: 1px 2px 11px #9b9b9b;
}

.paragraph--type--content-items-custom:hover .arrow-hover {
  width: 80%;
}

@media (max-width: 991.98px) {
  .paragraph--type--content-items-custom:hover .arrow-hover {
    position: absolute;
    display: block;
    width: 3px;
    height: 80%;
    right: 0;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: height linear 0.2s;
    -o-transition: height linear 0.2s;
    transition: height linear 0.2s;
  }
}

.paragraph--type--content-items-custom .custom-tile-image {
  height: 225px;
}

@media (max-width: 767.98px) {
  .paragraph--type--content-items-custom .custom-tile-image {
    height: 160px;
  }
}

.paragraph--type--content-items-custom .custom-tile-image img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph--type--content-items-custom .node-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 25px 15px;
}

@media (max-width: 991.98px) {
  .paragraph--type--content-items-custom .node-content-wrap {
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0;
  }
}

.paragraph--type--content-items-custom .node-content-wrap .node-title {
  font-size: 18px;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 21px;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media (max-width: 991.98px) {
  .paragraph--type--content-items-custom .node-content-wrap .node-title {
    -webkit-line-clamp: 4;
    line-height: 26px;
    max-width: 405px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type--content-items-custom .node-content-wrap .node-title {
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 20px;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
  }
}

.paragraph--type--content-items-custom .node-content-wrap .field--type-datetime {
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .paragraph--type--content-items-custom .node-content-wrap .field--type-datetime {
    font-size: 14px;
    margin-top: 10px;
  }
}

.paragraph--type--background-image-text,
.paragraph--type--background-video-text {
  position: relative;
  padding: 150px 0;
  min-height: 550px;
  overflow: hidden;
}

@media (max-width: 991.98px) {

  .paragraph--type--background-image-text,
  .paragraph--type--background-video-text {
    padding: 80px 0;
  }
}

.paragraph--type--background-image-text .parallax,
.paragraph--type--background-video-text .parallax {
  position: absolute;
  top: -100px;
  bottom: -100px;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.paragraph--type--background-image-text .content,
.paragraph--type--background-video-text .content {
  position: relative;
  max-width: 500px;
  padding: 50px 40px;
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767.98px) {

  .paragraph--type--background-image-text .content,
  .paragraph--type--background-video-text .content {
    max-width: 100%;
  }
}

.paragraph--type--background-image-text .content .text-title,
.paragraph--type--background-video-text .content .text-title {
  max-width: 250px;
}

.paragraph--type--background-image-text .content.right-position,
.paragraph--type--background-video-text .content.right-position {
  margin-left: auto;
}

@media (max-width: 767.98px) {

  .paragraph--type--background-image-text .content.right-position,
  .paragraph--type--background-video-text .content.right-position {
    margin-left: unset;
  }
}

.paragraph--type--background-video-text .video-full-screen {
  height: unset;
  overflow: unset;
}

.paragraph--type--background-video-text .video-full-screen .background-video {
  pointer-events: none;
  height: 500vw;
}

@media screen and (min-width: 768px) {
  .paragraph--type--background-video-text .video-full-screen .background-video {
    height: 150vw;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--background-video-text .video-full-screen .background-video {
    height: 120vw;
  }
}

.paragraph--type--main .field-paragraph-builder-item-background_image_text+.field-paragraph-builder-item-background_image_text {
  margin-top: 0;
}

.home_hero-section__O22dI {
  background: transparent linear-gradient(90deg, #fff 0, #fff 50%, #00a7b7) 0 0 no-repeat padding-box;
}

.home_hero-section-cont__UFhhC {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 80px;
  margin-right: auto;
  margin-left: auto;
}

.home_hero-section-left__vNNea {
  width: 60%;
}

.home_hero-section-right__voyOE {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.home_hero-section-left__vNNea h1 {
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 600;
}

.home_hero-section-divider-red__LD7NV {
  width: 94%;
  height: 9px;
  background-color: #fd7278;
  border-radius: 10px;
  margin: 40px 0;
}

.actionBtnsWrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}

:host,
:root {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 6 Sharp";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.btn-red-outlined {
  background-color: #fff;
  border: 1.5px solid #fd7278;
  color: #fd7278;
}

.btn-reset {
  border: 2px solid #282d32;
  color: #282d32;
}

.actionBtnsWrap button {
  min-width: 252px;
}

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}

.home_hero-section__O22dI .actionBtnsWrap .fa-database {
  color: #fd7278;
}

.btn-green-outlined {
  background-color: #fff;
  border: 1.5px solid #012348;
  color: #012348;
  font-weight: 600;
}

.actionBtnsWrap button {
  min-width: 252px;
}

.btn-reset {
  border: 2px solid #282d32;
  color: #282d32;
}

.home_hero-section__O22dI .actionBtnsWrap .fa-book-open-reader {
  color: #00a7b7;
}

.btn-blue-outlined:after,
.btn-blue:after,
.btn-green-outlined:after,
.btn-green:after,
.btn-grey:after,
.btn-pink:after,
.btn-red-outlined:after,
.btn-red-transparent:after,
.btn-red:after,
.btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10);
  opacity: 0;
  transition: transform .5s, opacity 1s;
}

.btn-green-outlined:focus,
.btn-green-outlined:hover {
  background-color: #00a7b7;
  color: #fff;
  border-color: #00a7b7;
}

.btn-red-outlined:focus,
.btn-red-outlined:hover {
  background-color: #fd7278;
  color: #fff;
  border-color: #fd7278;
}

.home_hero-section-right__voyOE img {
  object-fit: contain;
  max-width: 100%;
  width: 600px;
  height: 600px;
}

.home_hero-section__O22dI .actionBtnsWrap button:hover svg {
  color: #fff;
}

.home_latest-news__NA4i6 {
  background: #fd7278;
}

.grid-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.home_latest-news__NA4i6 .row {
  align-items: center;
}

.latest-news-item_section__Xvztw {
  border-radius: 15px;
  min-height: 418px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  background-size: auto 100% !important;
}

.latest-news-item_section-read-more__9Biuj {
  color: #fd7278;
  font-size: .875rem;
  line-height: 1.3125rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.latest-news-item_section-top__5hnpc {
  min-height: 220px;
}

.latest-news-item_section-date__VvGNz {
  color: #fff;
  font-size: .875rem;
  line-height: 1.3125rem;
  font-weight: 600;
}

.latest-news-item_section-title____gTU {
  color: #fff;
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 600;
  margin-top: 4px;
  text-align: left;
}

.home_latest-news-left-title__6dr_u {
  font-size: 2.5rem;
  line-height: 3.75rem;
  font-weight: 700;
  color: #fff;
}

.home_latest-news-left-summary__NbRLU {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #fff;
  margin-top: 24px;
}

.home_latest-news-left__pHEhw button {
  margin-top: 28px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.home_common-section__hP_uL,
.home_ethnicity-uk__hdJn2,
.home_female-incorporation__1JaVW,
.home_female-led-sector__XLR9D,
.home_generation-international-trade__BSj1H,
.home_generation-shift__ButUI,
.home_investment-led-company__2e_1s,
.home_latest-news__NA4i6,
.home_national-price__EOHQ9,
.home_partners__Ga_BP,
.home_secured-debt__sp__i,
.home_site-info__5GkCW,
.home_upcoming-events__EBkQM {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section6 .sec6-svg-wrap svg {
  max-width: 100%;
  margin-top: -2px;
  height: auto;
}

.section6 {
  background-size: cover;
  background-position: 50%;
  height: 600px;
  position: relative;
}

.section6 .sec6-2-svg-wrap {
  position: absolute;
  bottom: 0;
}

.c-socials__ico {
  font-size: 20px;
  border: 1px solid;
  display: block;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  line-height: 1;
  margin-bottom: 1rem;
}

.section6 .sec6-2-svg-wrap svg {
  max-width: 100%;
  margin-bottom: -2px;
  height: auto;
}

.block.views-exposed-form {
  padding-top: 100px;
  padding-bottom: 80px;
}

.o-section.is-mt136 {
  margin-top: 2rem;
}

.c-app-header__block {
  margin-top: 6.4rem;
  display: flex;
}

.o-container {
  z-index: 3;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-app-logo,
.c-app-report__ico,
.c-socials__ico,
.c-app-links__share__ico,
.c-app-sshots__prev__ico,
.c-app-platform__ico,
.c-more-apps__link__ico,
.c-es-app__img,
.c-es-app__hover-info__ico,
.c-apps-pup__item__ico,
.c-share-pup__socials__social,
.c-share-pup__exit__ico,
.c-report-pup__form__area__ico,
.c-report-pup__exit__ico,
.c-app-header__bttn {
  aspect-ratio: 1/1;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-embed img,
.w-embed object,
.w-embed svg,
.w-embed video,
.w-embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.c-app-logo {
  z-index: 2;
  width: 25.4rem;
  border-radius: 3.6rem;
  flex: none;
  overflow: hidden;
  position: relative;
}

.c-app-header__wrap {
  width: calc(100% - 36.9rem);
  flex: none;
  margin-left: 5.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.o-nhg72 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.11111;
}

.tabs-menu {
  margin-bottom: 64px;
  grid-column-gap: 0;
  grid-row-gap: 56px;
  border-bottom: 2px solid #c8cad44d;
  display: flex;
  position: relative;
  text-align: center;
  justify-content: center;
  width: auto;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
}

.tabs-menu li a {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  padding: 8px 0px;
  font-size: 2rem;
  color: #9494b9;
  background-color: #c8c8c800;
  text-decoration: none;
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.tabs-menu li .active {
  padding: 8px 0px;
  border-bottom: 0px none #3a199f;
  box-shadow: 0 4px 0 0 #3a199f;
  color: #333;
  background-color: #fff0;
  width: auto;
}
.elementor-element {
  --widgets-spacing: 0!important;
}
a.highlighted-link{
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  height: 120px;
  padding: 30px 70px 30px 30px;
  background-color: #9dd1cd;
}
a.highlighted-link:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 30px;
  margin: auto;
  height: 20px;
  content: "\f061";
  line-height: 1;
  color: #268c86;
  font-family: "Font Awesome 5 Pro";
}
a.highlighted-link:hover{
  color: #ffffff;
  background-color: #268c86;
}
a.highlighted-link:hover:after{
  color: #ffffff;
  animation: arrow-animation 1s ease-in-out infinite;
}
.o-section.is-mt136 {
  margin-top: 2rem;
}
.accordion-header {
  margin-bottom: 0;
  margin-top: 20px;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.5rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath%20fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath %20fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button, .accordion-button:not(.collapsed) {
  color: #012a60;
  background-color: #fad02c;
  box-shadow: none;
  font-weight: 600;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 1rem 1.5rem;
  cursor: pointer;
}
.views-element-container h2.c-es-app__title:after{
  display: none;
}
.o-l680.is-ml369 {
  margin-left: 36.9rem;
}

.o-l680 {
  width: 68rem;
}

.c-more-apps {
  width: 68%;
  margin-left: auto;
}

.c-more-apps__header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.o-nhg20--semi {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.c-more-apps__collection {
  flex: none;
  margin-top: 4rem;
}

.c-more-apps__item {
  width: 30.9rem;
}

.c-es-app {
  z-index: 2;
  height: 27.9rem;
  perspective: 50vw;
  border-radius: 3.6rem;
  padding: 3.2rem;
  display: block;
  overflow: hidden;
}

.c-es-app__target {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #eee;
  transition: background-color .8s cubic-bezier(.19, 1, .22, 1);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.c-es-app__header {
  z-index: 3;
  position: relative;
}

.c-es-app__title {
  text-transform: uppercase;
  margin-top: 0.5rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.25;
  transition: transform .8s cubic-bezier(.19, 1, .22, 1);
}

.c-es-app__img {
  z-index: 4;
  width: 11rem;
  border-radius: 3.6rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.c-es-app__hover {
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #7546f6;
  transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.o-section.is-mt136 {
  margin-top: 2rem;
}

.c-es-app__link {
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

@media screen and (min-width: 1920px) {

  .c-es-app__img {
    width: 5.72917vw;
    border-radius: 1.875vw;
  }

  .c-es-app__title {
    margin-top: 0.26042vw;
    font-size: 1.25rem;
  }

  .c-es-app {
    height: 14.5313vw;
    border-radius: 1.875vw;
    padding: 1.66667vw;
  }
}

@media print {

  .sticky-top,
  .social-sharing-buttons,
  .container-small,
  .region-footer-bottom-second,
  .block-menu,
  .to-top {
    display: none;
  }
}
.c-cs-prj__layout {
  position: relative;
  display: flex;
}
.c-cs-prj__item {
  width: 50%;
}
.c-cs-prj__imgs {
  width: 50%;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-embed:after {
  clear: both;
}
.w-input, .w-select {
  width: 100%;
  height: 38px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}
.c-contact-pup__form__field {
  z-index: 2;
  height: 3rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 1px 1px 1.5rem;
  font-size: 1.5rem;
  line-height: 1.2;
  position: relative;
}
.c-contact-pup__form__area {
  height: 10rem;
  flex: none;
  margin-top: 3rem;
  position: relative;
}
.w-embed img, .w-embed object, .w-embed svg, .w-embed video, .w-embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.o-layout.is-mt16 {
  margin-top: 1.6rem;
}
.o-layout__item {
  display: flex;
  align-items: center;
}
.contact-block i {
  font-size: 2rem;
  margin-right: 1rem;
}
.o-layout__item.is-mt24 {
  margin-top: 2.4rem;
}
.o-nhg72 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.11111;
}
.c-contact-pup__form__input {
  margin-top: 3rem;
  position: relative;
}
.c-contact-pup__form__input:hover .c-contact-pup__form__fline.has-hover{
  transform: scaleX(1);
}
.paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-contact-pup__form__fline {
  z-index: 1;
  transform-origin: 0%;
  border-bottom: 2px solid #eee;
  transition: transform .8s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-contact-pup__form__fline.has-hover {
  z-index: 2;
  transform-style: preserve-3d;
  border-bottom-color: #7546f6;
  transform: scaleX(0);
}
.c-contact-pup__form__bttn {
  flex: none;
  margin-top: 3rem;
}
.c-contact-pup__form__submit {
  font-size: 15px;
  height: 45px;
  line-height: 43px;
  padding: 0 49px;
  color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background-color: #FF885F;
    border-color: #FF885F;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1.5px solid transparent;
    border-radius: 22px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.paginator .nav-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin: 0;
}

.paginator a,
.paginator span {
  list-style: none;
  padding: 0px 8px;
  font-size: 1.125rem;
}

.paginator a {
  color: #9b9b9b;
}

.wrap-body {
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
}

footer .to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.c-contact-pup__form__txtarea {
  z-index: 2;
  width: 100%;
  height: 10rem;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 1px 1px 1.2rem;
  font-size: 1.5rem;
  line-height: 1.2;
  position: relative;
}
.c-contact-pup__form__area:hover .has-hover{
  transform: scaleX(1);
}
.c-contact-pup__form__area__ico {
  z-index: 2;
  width: 1.2rem;
  transition: color .8s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}
object, .c-rotate-msg, .u-mt-filter__mask, .c-contact-pup__form__area__ico, .c-contact-pup__form__label, .c-nav__container {
  pointer-events: none;
}
.c-footer__socials__ico, .c-contact-pup__form__area__ico, .c-contact-pup__exit__ico, .c-contact-success__exit, .c-nav__drop__link__ico {
  aspect-ratio: 1/1;
}
.aligncenter{
  display: block;
  margin: 0 auto;
}
.decorative-icon-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-right: 1px solid #dbdbdb;
  padding: 0 2rem;
  height: 100%;
}

.decorative-icon-link img {
  transition: 600ms ease-in-out;
  margin-bottom: 2rem;
}

.decorative-icon-link h3 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.decorative-icon-link:hover img {
  transform: rotateY(360deg);
}

.decorative-icon-link:hover {
  transform: translateY(-10px) scale(1);
  color: inherit
}

.prod-item:last-child .decorative-icon-link {
  border: none;
}

.block-block-content-products h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 1.1;
}

.block-block-content-products h2:after {
  content: " ";
  display: block;
  margin-top: 2rem;
  width: 60px;
  height: 5px;
  background-color: #2a9a93;
}

.section4 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-4.7%, rgba(16, 210, 184, .3)), color-stop(130.53%, rgba(16, 210, 184, 0)));
  background: -webkit-linear-gradient(bottom, rgba(16, 210, 184, .3) -4.7%, rgba(16, 210, 184, 0) 130.53%);
  background: -o-linear-gradient(bottom, rgba(16, 210, 184, .3) -4.7%, rgba(16, 210, 184, 0) 130.53%);
  background: linear-gradient(0deg, rgba(16, 210, 184, .3) -4.7%, rgba(16, 210, 184, 0) 130.53%);
  padding-bottom: 40px;
}

.section5 .sec5-svg-wrap svg {
  max-width: 100%;
  margin-top: -2px;
  height: auto;
}

.section4 .titles {
  padding-top: 90px;
  text-align: center;
}

.section4 .findins-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border-radius: 15px;
  padding: 2rem 0;
}

.section4 .findins-wrap .item {
  width: 31.2%;
}

.section4 .findins-wrap .item .wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem 25px 0;
}

.section4 .findins-wrap .item:nth-child(2) .wrap {
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}

.findins-wrap h4 {
  margin-bottom: 2rem;
}

.sec5-svg-wrap svg {
  max-width: 100%;
  margin-top: -2px;
  height: auto;
}

.findins-wrap img {
  width: 75px;
  margin: 0 auto;
  display: block;
}

.block-with-more-link .more-link {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30%;
  padding-top: -15px;
  text-align: right;
}

.teaser {
  position: relative;
  height: 100%;
  align-items: flex-end;
  display: grid;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 30px;
  transition: all 0.35s ease;
}

article.node--view-mode-featured .teaser-body {
  padding: 40px;
  width: 100%;
  background-color: rgba(19, 41, 63, 0.8);
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  z-index: 1;
  position: absolute;
  height: 140px;
  justify-content: center;
}

.teaser .teaser-body {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  z-index: 1;
}

.teaser:not(.video) .teaser-main-content {
  display: grid;
  grid-template-columns: 1fr 40px;
}

.teaser .teaser-title a {
  color: #fff;
}

.teaser-media {
  position: relative;
  height: 100%;
  align-items: flex-end;
  display: grid;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 30px;
  transition: all 0.35s ease;
  order: -1;
  position: relative;
  overflow: hidden;
  line-height: 0;
  padding-top: 100%;
  z-index: 0;
}

.teaser-main-content i {
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.teaser .teaser-media>* {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.teaser .teaser-media img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 1s 0.05s ease;
}

.slick-slider.slick-initialized button.button.slick-next {
  left: 100%;
  transform: none;
}

.slick-slider.slick-initialized button.button {
  position: absolute;
  z-index: 2;
  display: flex !important;
  align-items: center;
  font-size: 0px;
  margin-left: 30px;
  top: 50%;
  width: 3rem;
  height: 3rem;
  justify-content: center;
}

.slick-slider.slick-initialized button.button.slick-disabled {
  display: none !important;
}

.slick-slider.slick-initialized .slick-slide {
  position: relative;
  margin: 0 60px;
  height: auto;
  min-width: 456px;
  transition: 250ms ease-out;
}

.slick-slider.slick-initialized .slick-slide:after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0px;
  right: calc(-1 * 60px - 1px);
  background-color: #dbdbdb;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-slider.slick-initialized .slick-track {
  display: flex;
  align-items: stretch;
}

.slick-slider.slick-initialized .slick-list {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100% + 120px);
  margin-right: -120px;
  overflow-x: clip;
  overflow-y: visible;
}

.teaser:not(.video):hover {
  transform: translateY(-10px) scale(1);
}

.field--name-field-image {
  line-height: 0px;
}

@keyframes arrow-animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translate(30%, 0);
  }

  100% {
    transform: translateX(0);
  }
}

.teaser:not(.video):hover i {
  animation: arrow-animation 1s ease-in-out infinite;
}

.teaser:not(.video):hover .teaser-media img {
  transform: scale(1.05);
}

.views-element-container h2 {
  letter-spacing: -0.02em;
  margin-top: 0.26042vw;
  font-size: 2.25rem;
}

.views-element-container h2:after {
  content: " ";
  display: block;
  margin-top: 63px;
  width: 60px;
  height: 5px;
  background-color: #2a9a93;
}

.views-element-container {
  grid-column: 1/span 2;
  position: relative;
}

.views-element-container .more-link {
  position: absolute;
  top: 120px;
  right: 120px;
  width: 30%;
  text-align: right;
}

.button {
  display: inline-grid;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: center;
  grid-template-columns: 1fr 30px;
  grid-template-rows: 1fr;
  text-align: left;
  outline: none;
  border: 0px;
  border-radius: 1.875rem;
  text-align: center;
  padding: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  background-color: #13293f;
  box-shadow: inset 0px 0px 0px 0 transparent;
  cursor: pointer;
  transition: background-color 250ms ease-out, color 250ms ease-out, box-shadow 250ms ease-out;

}

.section6 .file-wrap {
  background: -webkit-radial-gradient(175.55% 593% at -72% -73.17%, rgba(16, 210, 184, .56) 0, rgba(103, 203, 190, .28875) 72.92%, hsla(0, 0%, 77%, 0) 100%);
  background: -o-radial-gradient(175.55% 593% at -72% -73.17%, rgba(16, 210, 184, .56) 41.67%, rgba(103, 203, 190, .28875) 72.92%, hsla(0, 0%, 77%, 0) 100%);
  background: radial-gradient(175.55% 593% at -72% -73.17%, rgba(16, 210, 184, .56) 0, rgba(103, 203, 190, .28875) 72.92%, hsla(0, 0%, 77%, 0) 100%);
  -webkit-box-shadow: 4px 4px 10px 3px rgba(100, 111, 121, .5);
  box-shadow: 4px 4px 10px 3px rgba(100, 111, 121, .5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  max-width: 600px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
}
.section6 .file-wrap img{
  width: 100px;
    display: block;
    margin: 0 auto;
}
.section6 .file-wrap .text {
  color: #41494f;
  font-weight: 700;
    font-size: 28px;
    margin-bottom: .5em;
}
.section6 .file-wrap .but-wrap {
  margin-top: 20px;
}
.section6 .file-wrap .but-wrap a.button {
  background: #10d2b8;
}
.slick-slider.slick-initialized .slick-slide:not(.slick-active) {
  opacity: 0.6;
}

.slick-slider.slick-initialized button.button.slick-prev {
  right: 100%;
  transform: none;
  margin-right: 30px;
}

.slick-slider .button.arrow-left:before {
  content: "\f060";
}

.slick-slider .button.arrow-right:before {
  content: "\f061";
}

.slick-slider .button.icon-left::before,
.slick-slider .button.icon-right::before,
.slick-slider .button.icon-only::before {
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 20px;
  text-align: center;
}

footer ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: row;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

footer p,
footer li {

  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
}

footer ul.menu a {
  display: inline-block;
  outline: none;
  border: 0px;
  border-radius: 1.875rem;
  text-align: center;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  box-shadow: inset 0px 0px 0px 0 transparent;
  cursor: pointer;
  transition: background-color 250ms ease-out, color 250ms ease-out, box-shadow 250ms ease-out;
}

footer .button {
  background: transparent;
  color: inherit;
}

.button.arrow-up:after {
  content: "\f062";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .container-fluid {
    padding: 50px 80px;
  }

  .latest-news-item_section__Xvztw {
    background-size: cover !important;
    margin-bottom: 2rem;
  }

  .button {
    padding: 12px;
  }

  .slick-slider.slick-initialized button.button.slick-prev {
    margin-right: 5px;
    margin-left: 0;
  }

  .slick-slider.slick-initialized button.button.slick-next {
    margin-right: 0;
    margin-left: 5px;
  }

  .slick-slider.slick-initialized .slick-list {
    width: calc(100%);
    margin-right: 0;
  }

  .latest-news-item_section-top__5hnpc {
    min-height: 120px;
  }

  .home_latest-news-left__pHEhw {
    margin-bottom: 2rem;
  }

  .region-footer-bottom {
    padding: 0;
    flex-direction: column;
  }

  footer .region-footer-bottom-first {
    width: 100%;
    margin-bottom: 2rem;
    flex-direction: column;
  }
.site-name{
  margin-bottom: 1rem;
}
  footer ul.menu {
    justify-content: flex-start;
  }

  footer .region-footer-bottom-second {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .section4 .findins-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slick-slider{
    padding: 0 2rem;
  }
  .teaser{
    width: 100%;
  }
  .slick-slider.slick-initialized .slick-slide{
    min-width: 300px;
    margin: 0 auto;
  }
  .home_hero-section-left__vNNea h1 {
    font-size: 2rem;
    line-height: 1.2;
}
.home_hero-section-right__voyOE{
  display:none;
}
.home_hero-section-cont__UFhhC{
  padding: 1rem;
}
.home_hero-section-left__vNNea{
  width: 100%;
}
.actionBtnsWrap{
  flex-direction: column;
}
  .section4 .findins-wrap .item {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 2rem;
  }

  .section4 .findins-wrap .item:nth-child(2) .wrap {
    border: none;
  }

  .views-element-container .more-link,
  .more-link {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }

  .container-fluid {
    padding: 0 1rem;
  }

  .views-element-container h2 {
    letter-spacing: -0.02em;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.2;
  }

  .views-element-container h2:after {
    margin-top: 25px;
  }

  .slick-slider.slick-initialized button.button.slick-next {
    transform: none;
    margin-left: -2rem;
  }
  .node--type-publication.node--view-mode-teaser-vertical-big{
    margin-bottom: 2rem;
  }

  .slick-slider.slick-initialized button.button.slick-left {
    margin-right: 0px;
  }
  .c-app-header__block {
    flex-direction: column;
  }
  .c-app-logo{
    width: 100%;
    margin-bottom: 2rem;
  }
  .c-app-header__wrap{
    width: 100%;
    margin-left: 0;
  }
  .c-app-header__wrap .tabs-menu{
    flex-direction: column;
    grid-row-gap: 20px;
  }
  .o-nhg72{
    text-align: center;
    font-weight: 600;
  }
  .o-l680.is-ml369{
    margin: 0;
    width: 100%;
  }
  .data-page-wrapp table, .data-page-wrapp-roas table, .iframe-chart-block table{
    display: block;
    overflow-y: auto;
    margin-bottom: 2rem;
  }
  .data-page-wrapp table body{
    display: block;
    overflow-y: auto;
  }
  .tabs-menu li .active{
    box-shadow: none;
  }
  a.highlighted-link{
    height: auto;
  }
  .block-system-branding-block {
    border-right: 0;
    padding-right: 0;
}
h1{
  font-size: 1.5rem;
}

.c-cs-prj__layout{
  flex-direction: column;
}
.c-cs-prj__item {
  width: 100%;
  margin-bottom: 2rem;
}

.c-cs-prj__imgs {
  width: 100%;
}
    .sticky-lg .social-sharing-buttons {
        padding: 20px 0 10px;
        margin: 0;
        background-color: transparent;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-direction: row;
        display: flex;
    }
    .sticky-lg .social-sharing-buttons__button svg {
      display: none;
  }
}
.rbt-contact-address {
  padding: 4rem 0;
}
.rbt-address {
  padding: 40px;
  background: #fff;
  transition: 0.3s;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  margin-bottom: 2rem;
  display: flex
}
.rbt-address .icon {
  color: #ff885f;
  border-radius: 100%;
  font-size: 33px;
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 1rem;
}
.rbt-address .icon i {
  font-size: 40px;
}
.rbt-address .inner h4.title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.rbt-address .inner p {
  margin: 0;
}
.section-title .subtitle {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  display: inline-block;
  background: #ff885f21 !important;
  color: #ff885f !important;
}
.rbt-contact-form.contact-form-style-1 {
  padding: 50px;
  position: relative;
  z-index: 1;
  max-width: 490px;
  padding-left: 60px;
  z-index: 2;
  background: #fff;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  border-radius: 6px;
}