@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

.bg-warning-yellow {
  background-color: #ffc107;
}

.bg-danger-red {
  background-color: #dc3545;
}

.bg-success-green {
  background-color: #4abf95;
}

.cls-gray {
  fill: #a9a9a9;
}

.cls-0 {
  fill: #fff;
}

.active.cls-1, .active .cls-1 {
  fill: #e5243b;
}
.active.cls-2, .active .cls-2 {
  fill: #dda63a;
}
.active.cls-3, .active .cls-3 {
  fill: #4c9f38;
}
.active.cls-4, .active .cls-4 {
  fill: #c5192d;
}
.active.cls-5, .active .cls-5 {
  fill: #ff3a21;
}
.active.cls-6, .active .cls-6 {
  fill: #26bde2;
}
.active.cls-7, .active .cls-7 {
  fill: #fcc30b;
}
.active.cls-8, .active .cls-8 {
  fill: #a21942;
}
.active.cls-9, .active .cls-9 {
  fill: #fd6925;
}
.active.cls-10, .active .cls-10 {
  fill: #dd1367;
}
.active.cls-11, .active .cls-11 {
  fill: #fd9d24;
}
.active.cls-12, .active .cls-12 {
  fill: #bf8b2e;
}
.active.cls-13, .active .cls-13 {
  fill: #3f7e44;
}
.active.cls-14, .active .cls-14 {
  fill: #0a97d9;
}
.active.cls-15, .active .cls-15 {
  fill: #56c02b;
}
.active.cls-16, .active .cls-16 {
  fill: #00689d;
}
.active.cls-17, .active .cls-17 {
  fill: #19486a;
}

/* poppins-500 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/fonts/poppins/poppins-v20-latin-500.woff2") format("woff2"), url("/fonts/poppins/poppins-v20-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/fonts/poppins/poppins-v20-latin-600.woff2") format("woff2"), url("/fonts/poppins/poppins-v20-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/fonts/poppins/poppins-v20-latin-700.woff2") format("woff2"), url("/fonts/poppins/poppins-v20-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-900 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("/fonts/poppins/poppins-v20-latin-900.woff2") format("woff2"), url("/fonts/poppins/poppins-v20-latin-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-serif-regular - latin */
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fonts/pt-serif-v17-latin/pt-serif-v17-latin-regular.woff2") format("woff2"), url("/fonts/pt-serif-v17-latin/pt-serif-v17-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-serif-700 - latin */
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/fonts/pt-serif-v17-latin/pt-serif-v17-latin-700.woff2") format("woff2"), url("/fonts/pt-serif-v17-latin/pt-serif-v17-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  font-family: "PT Serif", sans-serif;
  color: #353535;
  background-color: #f2f1ec;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

html, body {
  overflow-x: hidden;
}

.content-container {
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
@media screen and (min-width: 64rem) {
  .content-container {
    max-width: 1400px;
    padding-left: 44px;
    padding-right: 44px;
  }
}

.flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style: none;
}
@media screen and (min-width: 64rem) {
  .flex {
    flex-direction: row;
  }
}
.flex .left,
.flex .right {
  flex: 1;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.align-center {
  align-items: center !important;
}

.col-l {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 64rem) {
  .col-l {
    width: 90%;
  }
}

.col-m {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 64rem) {
  .col-m {
    max-width: 890px;
  }
}

.col-s {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 64rem) {
  .col-s {
    max-width: 730px;
  }
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
}

.splide.is-initialized.is-active .splide__list {
  flex-wrap: unset !important;
  gap: unset !important;
}

.splide__pagination {
  position: relative;
  margin-top: 30px;
  gap: 10px;
}
.splide__pagination__page {
  height: 10px;
  width: 10px;
  background: #d9d9d9;
  margin: 0;
}
.splide__pagination__page.is-active {
  background: #3d93be;
  transform: none;
}

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

.cut-text-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.cut-text-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.search-text {
  background-color: #9bd1ec;
}

.card-collab .search-text {
  background-color: #f2f1ec;
  color: #3d93be;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.maxw-50 {
  max-width: 50%;
}

@media screen and (min-width: 48rem) {
  .desc-maxw-50 {
    max-width: calc(50% - 1rem) !important;
  }
}

.maxw-100 {
  max-width: 100% !important;
}

.w-100 {
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
header .header__wrapper {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}
header .header__wrapper .header__bar {
  min-height: 50px;
  align-items: center;
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
}
header .header__wrapper .header__bar .header__logo {
  width: 98px;
  margin-right: auto;
  flex-shrink: 0;
  padding-right: 1rem;
}
@media screen and (min-width: 64rem) {
  header .header__wrapper .header__bar .header__logo {
    width: 120px;
  }
}
@media screen and (min-width: 75rem) {
  header .header__wrapper .header__bar .header__logo {
    width: 150px;
  }
}
header .header__wrapper .header__bar .header__logo a.header__logo-link {
  display: block;
  height: 100%;
  width: 100%;
}
header .header__wrapper .header__bar .header__nav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 30px 0 90px 0;
  background-color: #ffffff;
  display: none;
}
@media screen and (min-width: 64rem) {
  header .header__wrapper .header__bar .header__nav {
    display: block;
    position: static;
    width: auto;
    padding: 0;
    flex-grow: 1;
  }
}
header .header__wrapper .header__bar .header__nav ul.main-nav {
  align-items: center;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 64rem) {
  header .header__wrapper .header__bar .header__nav ul.main-nav {
    flex-direction: row;
    height: 48px;
  }
}
header .header__wrapper .header__bar .header__nav ul.main-nav li.main-nav__item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
header .header__wrapper .header__bar .header__nav ul.main-nav li.main-nav__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 64rem) {
  header .header__wrapper .header__bar .header__nav ul.main-nav li.main-nav__item:not(:last-child) {
    margin-bottom: 0;
  }
}
header .header__wrapper .header__bar .header__nav ul.main-nav li.main-nav__item a.main-nav__link {
  color: #353535;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-decoration: none;
}
header .header__wrapper .header__bar .header__nav ul.main-nav li.main-nav__item.search a, header .header__wrapper .header__bar .header__nav ul.main-nav li.main-nav__item.login a {
  display: flex;
  align-items: baseline;
}
header .header__wrapper .header__bar .header__nav ul.main-nav li.main-nav__item.register {
  flex-grow: 0;
}
header .header__wrapper .header__bar .header__nav ul.main-nav li.main-nav__item.register a {
  padding: 4px 12px;
  box-shadow: none;
}
@media screen and (min-width: 64rem) {
  header .header__wrapper .header__bar .header__nav ul.main-nav li.main-nav__item.divider {
    border-left: 1px solid #d9d9d9;
  }
}
header .header__wrapper .header__bar .header__nav ul.main-nav li.main-nav__item.active a {
  position: relative;
  color: #4abf95;
}
header .header__wrapper .header__bar .header__nav ul.main-nav li.main-nav__item.active a::after {
  content: "";
  position: absolute;
  background-color: #4abf95;
  height: 3px;
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  bottom: -7px;
  left: 0;
}
@media screen and (min-width: 64rem) {
  header .header__wrapper .header__bar .header__nav ul.main-nav li.main-nav__item.active a::after {
    bottom: -22px;
  }
}
header .header__wrapper .header__bar .header__nav ul.main-nav li.main-nav__item:hover a.main-nav__link, header .header__wrapper .header__bar .header__nav ul.main-nav li.main-nav__item:focus a.main-nav__link {
  color: #4abf95;
}
header .header__wrapper .header__bar .header__messages {
  position: relative;
  margin-right: 27px;
}
header .header__wrapper .header__bar .header__messages .icon-messages {
  width: 19px;
  height: 16px;
  fill: #353535;
  vertical-align: bottom;
}
header .header__wrapper .header__bar .header__messages .message-tag {
  position: absolute;
  top: -8px;
  right: -8px;
  font-family: "Poppins", sans-serif;
  background-color: #4abf95;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 9px;
  line-height: 14px;
  font-weight: 700;
  width: 14px;
  height: 14px;
}
header .header__wrapper .header__bar .header__messages:hover .icon-messages, header .header__wrapper .header__bar .header__messages:focus .icon-messages {
  fill: #4abf95;
}
header .header__wrapper .header__bar .header__user-menu {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 64rem) {
  header .header__wrapper .header__bar .header__user-menu .user-menu__head {
    height: 48px;
  }
}
header .header__wrapper .header__bar .header__user-menu .user-menu__head .icon-login {
  margin-right: 0;
}
header .header__wrapper .header__bar .header__user-menu .user-menu__head .user-menu__username {
  display: none;
}
@media screen and (min-width: 64rem) {
  header .header__wrapper .header__bar .header__user-menu .user-menu__head .user-menu__username {
    display: inline;
  }
}
header .header__wrapper .header__bar .header__user-menu .user-menu__content {
  position: absolute;
  right: 0;
  top: 38px;
  background-color: #fdfdfd;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 15px 20px;
}
@media screen and (min-width: 64rem) {
  header .header__wrapper .header__bar .header__user-menu .user-menu__content {
    top: 58px;
  }
}
header .header__wrapper .header__bar .header__user-menu .user-menu__content .user-menu__list {
  list-style: none;
  padding-left: 0;
}
header .header__wrapper .header__bar .header__user-menu .user-menu__content .user-menu__list .user-menu__item:not(:last-child) {
  margin-bottom: 10px;
}
header .header__wrapper .header__bar .header__user-menu .user-menu__content .user-menu__list .user-menu__item .user-menu__link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  color: #353535;
  white-space: nowrap;
}
header .header__wrapper .header__bar .header__user-menu .user-menu__content .user-menu__list .user-menu__item.update-btn {
  margin-top: 15px;
}
header .header__wrapper .header__bar .header__user-menu .user-menu__content .user-menu__list .user-menu__item.update-btn .user-menu__link {
  box-shadow: none;
  padding: 4px 20px;
}
header .header__wrapper .header__bar .header__user-menu .user-menu__content .user-menu__list .user-menu__item.logout-btn {
  text-align: center;
}
header .header__wrapper .header__bar .header__user-menu .user-menu__content .user-menu__list .user-menu__item.logout-btn .user-menu__link {
  font-size: 14px;
  color: #3d93be;
  text-decoration: underline;
}
header .header__wrapper .header__bar .header__user-menu .user-menu__content .user-menu__list .user-menu__item.logout-btn .user-menu__link:hover {
  color: #9bd1ec;
}
header .header__wrapper .header__bar .header__user-menu:hover .icon-login,
header .header__wrapper .header__bar .header__user-menu:hover .dropdown__icon,
header .header__wrapper .header__bar .header__user-menu:hover .user-menu__username, header .header__wrapper .header__bar .header__user-menu.is-open .icon-login,
header .header__wrapper .header__bar .header__user-menu.is-open .dropdown__icon,
header .header__wrapper .header__bar .header__user-menu.is-open .user-menu__username {
  fill: #4abf95;
  stroke: #4abf95;
  color: #4abf95;
}
header .header__wrapper .header__bar .header__user-menu.is-open::after {
  content: "";
  position: absolute;
  background-color: #4abf95;
  height: 3px;
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  bottom: -15px;
  right: 0;
}
@media screen and (min-width: 64rem) {
  header .header__wrapper .header__bar .header__user-menu.is-open::after {
    bottom: -8px;
  }
}
header .header__wrapper .header__bar .header__login {
  display: none;
}
header .header__wrapper .header__bar .header__login a {
  color: currentColor;
  display: block;
  height: 100%;
}
header .header__wrapper .header__bar .header__login .icon-login {
  height: 20px;
  vertical-align: middle;
}
header .header__wrapper .header__bar .header__burger {
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  width: 20px;
  margin-left: 20px;
}
@media screen and (min-width: 64rem) {
  header .header__wrapper .header__bar .header__burger {
    display: none;
  }
}
header .header__wrapper .header__bar .header__burger .three-piece-burger {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 0 70% 0;
  position: relative;
  transition: padding 0.3s ease, transform 0.3s ease;
  width: 100%;
}
header .header__wrapper .header__bar .header__burger .three-piece-burger:hover {
  padding: 0 0 100% 0;
}
header .header__wrapper .header__bar .header__burger .three-piece-burger:hover .three-piece-burger-bar {
  background-color: #4abf95 !important;
}
header .header__wrapper .header__bar .header__burger .three-piece-burger .three-piece-burger-box {
  align-items: center;
  bottom: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(0deg);
  transform-origin: center center;
  transition: transform 0.5s ease;
}
header .header__wrapper .header__bar .header__burger .three-piece-burger .three-piece-burger-box .three-piece-burger-bar {
  background-color: #353535;
  box-sizing: border-box;
  height: 2px;
  position: absolute;
  transform-origin: center center;
  transition: all 0.5s ease, background-color 0.1s ease;
}
header .header__wrapper .header__bar .header__burger .three-piece-burger .three-piece-burger-box .three-piece-burger-bar.top {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 0;
  transform: translate(-50%, 0) rotate(0deg);
  width: 100%;
}
header .header__wrapper .header__bar .header__burger .three-piece-burger .three-piece-burger-box .three-piece-burger-bar.mid {
  bottom: auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
header .header__wrapper .header__bar .header__burger .three-piece-burger .three-piece-burger-box .three-piece-burger-bar.bot {
  bottom: 0;
  left: 50%;
  right: auto;
  top: auto;
  transform: translate(-50%, 0) rotate(0deg);
  width: 100%;
}
header .header__wrapper .header__bar .header__burger .three-piece-burger[aria-expanded=true] {
  padding: 0 0 100% 0;
  transform: rotate(90deg);
}
header .header__wrapper .header__bar .header__burger .three-piece-burger[aria-expanded=true] .three-piece-burger-bar.top {
  top: 50%;
  transform: translate(-50%, calc(50% - 2px)) rotate(45deg);
}
header .header__wrapper .header__bar .header__burger .three-piece-burger[aria-expanded=true] .three-piece-burger-bar.mid {
  left: 50%;
  right: 50%;
}
header .header__wrapper .header__bar .header__burger .three-piece-burger[aria-expanded=true] .three-piece-burger-bar.bot {
  bottom: 50%;
  transform: translate(-50%, calc(-50% + 2px)) rotate(-45deg);
}

.icon-search {
  width: 19px;
  height: 16px;
  fill: currentColor;
  margin-right: 8px;
}

.icon-login {
  width: 12px;
  height: 16px;
  fill: currentColor;
  margin-right: 8px;
}

.js-mobile-menu-open .header__nav {
  display: block !important;
}

body.js-mobile-menu-open {
  overflow: hidden;
}

footer {
  background-image: linear-gradient(90deg, #20b37f, #2ea1db);
}
footer .footer__wrapper {
  padding: 30px 0;
}
@media screen and (min-width: 64rem) {
  footer .footer__wrapper {
    padding: 18px 38px;
  }
}
footer .footer__wrapper .footer__list {
  list-style: none;
}
@media screen and (min-width: 64rem) {
  footer .footer__wrapper .footer__list {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 39px;
  }
}
footer .footer__wrapper .footer__list-item {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
footer .footer__wrapper .footer__list-item:not(:last-child) {
  margin-bottom: 11px;
}
@media screen and (min-width: 64rem) {
  footer .footer__wrapper .footer__list-item:not(:last-child) {
    margin-bottom: 0;
  }
}
footer .footer__wrapper .footer__list-item:last-child {
  margin-top: 41px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 64rem) {
  footer .footer__wrapper .footer__list-item:last-child {
    margin-top: 0;
    margin-right: auto;
    font-size: 16px;
  }
}
footer .footer__wrapper .footer__list-link {
  color: inherit;
  font-family: inherit;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (min-width: 64rem) {
  footer .footer__wrapper .footer__list-link {
    font-size: 16px;
  }
}

main {
  margin-top: 50px;
  min-height: calc(100vh - 50px - 222px);
}
@media screen and (min-width: 64rem) {
  main {
    margin-top: 62px;
    min-height: calc(100vh - 62px - 60px);
  }
}
main .full-width {
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  width: 100%;
}
main .reduced-width {
  box-sizing: border-box;
  margin: 90px 0 0 0;
  max-width: 1170px;
  padding: 0 15px 0 15px;
  width: 100%;
}
main .reduced-width.flex-row-center {
  display: flex;
  justify-content: center;
}
main .reduced-width.flex-col-center {
  align-items: center;
  display: flex;
  flex-direction: column;
}
main .margin-top-0 {
  margin-top: 0px !important;
}
main .margin-right-0 {
  margin-right: 0px !important;
}
main .margin-bottom-0 {
  margin-bottom: 0px !important;
}
main .margin-left-0 {
  margin-left: 0px !important;
}
main .padding-top-0 {
  padding-top: 0px !important;
}
main .padding-right-0 {
  padding-right: 0px !important;
}
main .padding-bottom-0 {
  padding-bottom: 0px !important;
}
main .padding-left-0 {
  padding-left: 0px !important;
}
main .margin-top-10 {
  margin-top: 10px !important;
}
main .margin-right-10 {
  margin-right: 10px !important;
}
main .margin-bottom-10 {
  margin-bottom: 10px !important;
}
main .margin-left-10 {
  margin-left: 10px !important;
}
main .padding-top-10 {
  padding-top: 10px !important;
}
main .padding-right-10 {
  padding-right: 10px !important;
}
main .padding-bottom-10 {
  padding-bottom: 10px !important;
}
main .padding-left-10 {
  padding-left: 10px !important;
}
main .margin-top-20 {
  margin-top: 20px !important;
}
main .margin-right-20 {
  margin-right: 20px !important;
}
main .margin-bottom-20 {
  margin-bottom: 20px !important;
}
main .margin-left-20 {
  margin-left: 20px !important;
}
main .padding-top-20 {
  padding-top: 20px !important;
}
main .padding-right-20 {
  padding-right: 20px !important;
}
main .padding-bottom-20 {
  padding-bottom: 20px !important;
}
main .padding-left-20 {
  padding-left: 20px !important;
}
main .margin-top-30 {
  margin-top: 30px !important;
}
main .margin-right-30 {
  margin-right: 30px !important;
}
main .margin-bottom-30 {
  margin-bottom: 30px !important;
}
main .margin-left-30 {
  margin-left: 30px !important;
}
main .padding-top-30 {
  padding-top: 30px !important;
}
main .padding-right-30 {
  padding-right: 30px !important;
}
main .padding-bottom-30 {
  padding-bottom: 30px !important;
}
main .padding-left-30 {
  padding-left: 30px !important;
}
main .margin-top-40 {
  margin-top: 40px !important;
}
main .margin-right-40 {
  margin-right: 40px !important;
}
main .margin-bottom-40 {
  margin-bottom: 40px !important;
}
main .margin-left-40 {
  margin-left: 40px !important;
}
main .padding-top-40 {
  padding-top: 40px !important;
}
main .padding-right-40 {
  padding-right: 40px !important;
}
main .padding-bottom-40 {
  padding-bottom: 40px !important;
}
main .padding-left-40 {
  padding-left: 40px !important;
}
main .margin-top-50 {
  margin-top: 50px !important;
}
main .margin-right-50 {
  margin-right: 50px !important;
}
main .margin-bottom-50 {
  margin-bottom: 50px !important;
}
main .margin-left-50 {
  margin-left: 50px !important;
}
main .padding-top-50 {
  padding-top: 50px !important;
}
main .padding-right-50 {
  padding-right: 50px !important;
}
main .padding-bottom-50 {
  padding-bottom: 50px !important;
}
main .padding-left-50 {
  padding-left: 50px !important;
}
main .margin-top-60 {
  margin-top: 60px !important;
}
main .margin-right-60 {
  margin-right: 60px !important;
}
main .margin-bottom-60 {
  margin-bottom: 60px !important;
}
main .margin-left-60 {
  margin-left: 60px !important;
}
main .padding-top-60 {
  padding-top: 60px !important;
}
main .padding-right-60 {
  padding-right: 60px !important;
}
main .padding-bottom-60 {
  padding-bottom: 60px !important;
}
main .padding-left-60 {
  padding-left: 60px !important;
}
main .margin-top-70 {
  margin-top: 70px !important;
}
main .margin-right-70 {
  margin-right: 70px !important;
}
main .margin-bottom-70 {
  margin-bottom: 70px !important;
}
main .margin-left-70 {
  margin-left: 70px !important;
}
main .padding-top-70 {
  padding-top: 70px !important;
}
main .padding-right-70 {
  padding-right: 70px !important;
}
main .padding-bottom-70 {
  padding-bottom: 70px !important;
}
main .padding-left-70 {
  padding-left: 70px !important;
}
main .margin-top-80 {
  margin-top: 80px !important;
}
main .margin-right-80 {
  margin-right: 80px !important;
}
main .margin-bottom-80 {
  margin-bottom: 80px !important;
}
main .margin-left-80 {
  margin-left: 80px !important;
}
main .padding-top-80 {
  padding-top: 80px !important;
}
main .padding-right-80 {
  padding-right: 80px !important;
}
main .padding-bottom-80 {
  padding-bottom: 80px !important;
}
main .padding-left-80 {
  padding-left: 80px !important;
}
main .margin-top-90 {
  margin-top: 90px !important;
}
main .margin-right-90 {
  margin-right: 90px !important;
}
main .margin-bottom-90 {
  margin-bottom: 90px !important;
}
main .margin-left-90 {
  margin-left: 90px !important;
}
main .padding-top-90 {
  padding-top: 90px !important;
}
main .padding-right-90 {
  padding-right: 90px !important;
}
main .padding-bottom-90 {
  padding-bottom: 90px !important;
}
main .padding-left-90 {
  padding-left: 90px !important;
}
main .margin-top-100 {
  margin-top: 100px !important;
}
main .margin-right-100 {
  margin-right: 100px !important;
}
main .margin-bottom-100 {
  margin-bottom: 100px !important;
}
main .margin-left-100 {
  margin-left: 100px !important;
}
main .padding-top-100 {
  padding-top: 100px !important;
}
main .padding-right-100 {
  padding-right: 100px !important;
}
main .padding-bottom-100 {
  padding-bottom: 100px !important;
}
main .padding-left-100 {
  padding-left: 100px !important;
}
main .margin-top-110 {
  margin-top: 110px !important;
}
main .margin-right-110 {
  margin-right: 110px !important;
}
main .margin-bottom-110 {
  margin-bottom: 110px !important;
}
main .margin-left-110 {
  margin-left: 110px !important;
}
main .padding-top-110 {
  padding-top: 110px !important;
}
main .padding-right-110 {
  padding-right: 110px !important;
}
main .padding-bottom-110 {
  padding-bottom: 110px !important;
}
main .padding-left-110 {
  padding-left: 110px !important;
}
main .margin-top-120 {
  margin-top: 120px !important;
}
main .margin-right-120 {
  margin-right: 120px !important;
}
main .margin-bottom-120 {
  margin-bottom: 120px !important;
}
main .margin-left-120 {
  margin-left: 120px !important;
}
main .padding-top-120 {
  padding-top: 120px !important;
}
main .padding-right-120 {
  padding-right: 120px !important;
}
main .padding-bottom-120 {
  padding-bottom: 120px !important;
}
main .padding-left-120 {
  padding-left: 120px !important;
}
main .margin-top-130 {
  margin-top: 130px !important;
}
main .margin-right-130 {
  margin-right: 130px !important;
}
main .margin-bottom-130 {
  margin-bottom: 130px !important;
}
main .margin-left-130 {
  margin-left: 130px !important;
}
main .padding-top-130 {
  padding-top: 130px !important;
}
main .padding-right-130 {
  padding-right: 130px !important;
}
main .padding-bottom-130 {
  padding-bottom: 130px !important;
}
main .padding-left-130 {
  padding-left: 130px !important;
}
main .margin-top-140 {
  margin-top: 140px !important;
}
main .margin-right-140 {
  margin-right: 140px !important;
}
main .margin-bottom-140 {
  margin-bottom: 140px !important;
}
main .margin-left-140 {
  margin-left: 140px !important;
}
main .padding-top-140 {
  padding-top: 140px !important;
}
main .padding-right-140 {
  padding-right: 140px !important;
}
main .padding-bottom-140 {
  padding-bottom: 140px !important;
}
main .padding-left-140 {
  padding-left: 140px !important;
}
main .margin-top-150 {
  margin-top: 150px !important;
}
main .margin-right-150 {
  margin-right: 150px !important;
}
main .margin-bottom-150 {
  margin-bottom: 150px !important;
}
main .margin-left-150 {
  margin-left: 150px !important;
}
main .padding-top-150 {
  padding-top: 150px !important;
}
main .padding-right-150 {
  padding-right: 150px !important;
}
main .padding-bottom-150 {
  padding-bottom: 150px !important;
}
main .padding-left-150 {
  padding-left: 150px !important;
}
main .margin-top-160 {
  margin-top: 160px !important;
}
main .margin-right-160 {
  margin-right: 160px !important;
}
main .margin-bottom-160 {
  margin-bottom: 160px !important;
}
main .margin-left-160 {
  margin-left: 160px !important;
}
main .padding-top-160 {
  padding-top: 160px !important;
}
main .padding-right-160 {
  padding-right: 160px !important;
}
main .padding-bottom-160 {
  padding-bottom: 160px !important;
}
main .padding-left-160 {
  padding-left: 160px !important;
}
main .margin-top-170 {
  margin-top: 170px !important;
}
main .margin-right-170 {
  margin-right: 170px !important;
}
main .margin-bottom-170 {
  margin-bottom: 170px !important;
}
main .margin-left-170 {
  margin-left: 170px !important;
}
main .padding-top-170 {
  padding-top: 170px !important;
}
main .padding-right-170 {
  padding-right: 170px !important;
}
main .padding-bottom-170 {
  padding-bottom: 170px !important;
}
main .padding-left-170 {
  padding-left: 170px !important;
}
main .margin-top-180 {
  margin-top: 180px !important;
}
main .margin-right-180 {
  margin-right: 180px !important;
}
main .margin-bottom-180 {
  margin-bottom: 180px !important;
}
main .margin-left-180 {
  margin-left: 180px !important;
}
main .padding-top-180 {
  padding-top: 180px !important;
}
main .padding-right-180 {
  padding-right: 180px !important;
}
main .padding-bottom-180 {
  padding-bottom: 180px !important;
}
main .padding-left-180 {
  padding-left: 180px !important;
}
main .margin-top-190 {
  margin-top: 190px !important;
}
main .margin-right-190 {
  margin-right: 190px !important;
}
main .margin-bottom-190 {
  margin-bottom: 190px !important;
}
main .margin-left-190 {
  margin-left: 190px !important;
}
main .padding-top-190 {
  padding-top: 190px !important;
}
main .padding-right-190 {
  padding-right: 190px !important;
}
main .padding-bottom-190 {
  padding-bottom: 190px !important;
}
main .padding-left-190 {
  padding-left: 190px !important;
}
main .margin-top-200 {
  margin-top: 200px !important;
}
main .margin-right-200 {
  margin-right: 200px !important;
}
main .margin-bottom-200 {
  margin-bottom: 200px !important;
}
main .margin-left-200 {
  margin-left: 200px !important;
}
main .padding-top-200 {
  padding-top: 200px !important;
}
main .padding-right-200 {
  padding-right: 200px !important;
}
main .padding-bottom-200 {
  padding-bottom: 200px !important;
}
main .padding-left-200 {
  padding-left: 200px !important;
}

.interim {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), -webkit-image-set(url("/media/bg/iStock-527495125-3.jpg") 1x, url("/media/bg/iStock-527495125.jpg") 2x);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), image-set(url("/media/bg/iStock-527495125-3.jpg") 1x, url("/media/bg/iStock-527495125.jpg") 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 30px;
  padding-bottom: 30px;
}
.interim h2 {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 64rem) {
  .interim h2 {
    font-size: 26px;
  }
}
.interim h1 {
  color: #ffffff;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 64rem) {
  .interim h1 {
    font-size: 80px;
  }
}
.interim #sib-container {
  background: none;
  max-width: 590px;
  display: block;
}
.interim #sib-form {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 39px;
  width: 100%;
  border: 2px solid #ffffff;
  padding: 2px;
}

.sib-form {
  width: 100%;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}
.sib-form .sib-form-block {
  padding: 0;
  height: 100%;
}
.sib-form .sib-input {
  padding-left: 20px;
  flex-grow: 1;
}
.sib-form .entry__field {
  margin: 0;
  background: none;
  border: none;
  color: #ffffff;
}
.sib-form .entry__field:focus-within {
  box-shadow: none;
}
.sib-form .entry__field input {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.sib-form .entry__field input:focus {
  outline: none;
}
.sib-form .entry__field input::-moz-placeholder {
  color: #ffffff;
}
.sib-form .entry__field input::placeholder {
  color: #ffffff;
}
.sib-form .form__entry {
  position: unset;
}
.sib-form .entry__error {
  position: absolute;
  padding-top: 8px;
  width: 100%;
  color: #ffffff;
  font-size: 1rem;
}
.sib-form #error-message {
  display: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Poppins", sans-serif;
}

h1 {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.16;
}
@media screen and (min-width: 40rem) {
  h1 {
    font-size: 40px;
    line-height: 1.12;
  }
}

h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 40rem) {
  h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.4;
  }
}

h3,
h4 {
  font-size: 16px;
  line-height: 1.56;
}

h3 {
  font-weight: 600;
}

h4 {
  font-weight: 500;
}

h5 {
  font-family: "PT Serif", sans-serif;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
}

h6 {
  font-family: "PT Serif", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.page-heading {
  padding-left: 15px;
  padding-bottom: 20px;
}
@media screen and (min-width: 64rem) {
  .page-heading {
    padding-left: 69px;
  }
}

a {
  color: #52a5cf;
}
a:hover, a:focus {
  color: #9bd1ec;
}
a:focus {
  outline: 1px dashed #52a5cf;
}

.link__back {
  font-family: "Poppins", sans-serif;
}

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

.icon-list {
  list-style-image: url(/img/icon-check.svg);
  padding-left: 2rem;
}

ul:not([class]) {
  margin-left: 1.2rem;
}

ol:not([class]) {
  margin-left: 1rem;
}

img {
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

button,
.button {
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
}

.button--primary {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #52a5cf;
  background-color: #ffffff;
  box-shadow: 0px 5px 16px 1px rgba(0, 0, 0, 0.15);
  border-radius: 23px;
  border: none;
  padding: 8px 20px;
}
.button--primary:hover, .button--primary:focus {
  color: #9bd1ec;
}
.button--primary:focus {
  outline: 1px dashed #52a5cf;
  outline-offset: 2px;
}

.button--blue {
  color: #ffffff !important;
  background-color: #52a5cf;
  box-shadow: none;
}
.button--blue:hover, .button--blue:focus {
  color: #ffffff;
  background-color: #9bd1ec;
}

.button--secondary {
  font-size: 14px;
  font-weight: 500;
  color: #52a5cf;
  background-color: #f1f7fb;
  border-radius: 44px;
  border: none;
  padding: 4px 9px;
}
.button--secondary:hover, .button--secondary:focus {
  color: #9bd1ec;
}
.button--secondary:focus {
  outline: 1px dashed #52a5cf;
  outline-offset: 2px;
}

.button--tertiary {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #3d93be;
  background-color: transparent;
  border-radius: 4px;
  border: none;
  padding: 4px 9px;
  text-decoration: underline;
}
.button--tertiary:hover, .button--tertiary:focus {
  color: #9bd1ec;
}
.button--tertiary:focus {
  outline: 1px dashed #52a5cf;
}

.button--primary[disabled],
.button--secondary[disabled] {
  color: #e5e5e5;
  background-color: #969494;
  cursor: not-allowed;
}

.button--tertiary[disabled] {
  color: #969494;
  cursor: not-allowed;
}

.button .arrow-right {
  display: inline-block;
  width: 16px;
  height: 13px;
  fill: currentColor;
}

.button .icon-close {
  display: inline-block;
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.button .icon-edit {
  display: inline-block;
  width: 10px;
  height: 13px;
  fill: currentColor;
}

.button svg {
  fill: currentColor;
}
.button svg.icon-heart {
  width: 14px;
  height: 12px;
}

input[type=text],
input[type=email],
input[type=password],
textarea,
.input-file,
select {
  font-family: "Poppins", sans-serif;
  height: 40px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus,
.input-file:focus,
select:focus {
  outline: 1px solid #52a5cf;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder, .input-file::-moz-placeholder, select::-moz-placeholder {
  opacity: 0.7;
  color: #353535;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
.input-file::placeholder,
select::placeholder {
  opacity: 0.7;
  color: #353535;
}

.floating-form textarea {
  resize: none;
  height: unset;
  padding: 0.75rem;
}

select {
  padding-left: 12px;
  color: #353535;
}

input[type=file] {
  display: none;
}

.input-file {
  font-family: "Poppins", sans-serif;
  color: #353535;
  height: 40px;
  width: 100%;
  max-width: 470px;
  border: 1px dashed #e5e5e5;
  border-radius: 5px;
  padding-left: 16px;
  padding-right: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
}
.input-file__selected {
  margin-right: auto;
}
.input-file__button {
  background: none;
  border: none;
  color: #52a5cf;
  fill: #52a5cf;
}
.input-file__button:focus {
  outline: 1px dashed #52a5cf;
}
.input-file__button:hover {
  color: #9bd1ec;
  fill: #9bd1ec;
}
.input-file__button svg {
  width: 15px;
  height: 15px;
}

section:not(.hero-home) {
  margin-top: 20px;
}
@media screen and (min-width: 64rem) {
  section:not(.hero-home) {
    margin-bottom: 20px;
  }
}

section:first-child:not(.hero-home):not(.hero):not(.hero-search) {
  padding-top: 50px;
}
@media screen and (min-width: 64rem) {
  section:first-child:not(.hero-home):not(.hero):not(.hero-search) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 64rem) {
  section:last-child {
    padding-bottom: 70px;
  }
}

.section__wrapper {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 10px;
}
@media screen and (min-width: 64rem) {
  .section__wrapper {
    padding: 1.5rem;
  }
}

.section__heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48rem) {
  .section__heading {
    flex-direction: row;
  }
}

.section__link {
  display: flex;
  justify-content: flex-end;
}
.section__link a {
  height: -moz-fit-content;
  height: fit-content;
}

.no-bg {
  background: none;
}

.hide-on-mobile {
  display: none;
}
@media screen and (min-width: 64rem) {
  .hide-on-mobile {
    display: block;
  }
}

.hide-on-desktop {
  display: block;
}
@media screen and (min-width: 64rem) {
  .hide-on-desktop {
    display: none;
  }
}

.js-dropdown .js-dropdown-btn {
  border: none;
  background: none;
}
.js-dropdown .js-dropdown-btn .dropdown__icon {
  width: 13px;
  height: 8px;
  stroke: currentColor;
  transition: transform 0.5s ease;
}
.js-dropdown .js-dropdown-content {
  display: none;
}
.js-dropdown.is-open .dropdown__icon {
  transform: rotateX(180deg);
}
.js-dropdown.is-open .js-dropdown-content {
  display: block;
}

.dropdown {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  position: relative;
}
.dropdown__head {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.79;
  cursor: pointer;
}
.dropdown__icon {
  margin-left: auto;
}
.dropdown__options {
  width: 100%;
  background-color: #ffffff;
  padding: 16px 44px;
  border-radius: 5px;
}
.dropdown__option {
  display: block;
}
.dropdown.is-open {
  border: none;
  box-shadow: 0px 5px 16px 1px rgba(0, 0, 0, 0.15);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 1rem;
}

.tag {
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 1px 6px;
  background-color: #4abf95;
  color: #ffffff;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tag--basic {
  color: #4abf95;
  background-color: #e5f8f1;
}
.tag:hover, .tag:focus {
  color: #52a5cf;
}
.tag.tag--active {
  background-color: transparent;
  border: 1px #4abf95 solid;
}
.tag.tag--active::before {
  content: url(/img/icon-cross.svg);
  margin-right: 0.25rem;
}

.favorite.tag:not(.tag--basic)::after {
  content: url(/img/icon-heart--white.svg);
  margin-left: 4px;
  display: flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.favorite.tag--basic::after {
  content: url(/img/icon-heart--green.svg);
  margin-left: 4px;
}

.tags-category__list {
  display: flex;
  margin-top: 1rem;
  flex-direction: column;
}
@media screen and (min-width: 48rem) {
  .tags-category__list {
    flex-direction: row;
    width: 100%;
    gap: 1rem;
  }
}
.tags-category__item {
  display: flex;
  flex-direction: column;
  margin: 1rem;
  flex: 1;
}
.tags-category__label {
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  padding: 4px 8px;
  background-color: #4abf95;
  color: #ffffff;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: capitalize;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.circle-frame {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 1px;
  background: linear-gradient(#f1f7fb, #f1f7fb) padding-box, linear-gradient(#20b37f, #2ea1db) border-box;
  border: 2px solid transparent;
  flex-shrink: 0;
}
.circle-frame__link {
  margin-top: 0;
}
.circle-frame__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
}
.circle-frame.small {
  width: 40px;
  height: 40px;
}
.circle-frame.large {
  width: 140px;
  height: 140px;
}

.side-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  border: none;
  background-color: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.icon-heart {
  width: 14px;
  height: 12px;
  display: block;
}
.icon-heart .blue {
  fill: #52a5cf;
}
.icon-heart .white {
  display: none;
}

.side-icon.favourite {
  background-color: #52a5cf;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.side-icon.favourite .blue {
  display: unset;
  fill: #52a5cf;
  display: none;
}
.side-icon.favourite .white {
  display: unset;
  fill: #ffffff;
}

.checkbox {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox .checkmark {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.checkbox .checkmark::after {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.checkbox input[type=checkbox]:checked ~ .checkmark::after {
  content: "";
  background: #52a5cf;
}
.checkbox .checkmark:hover::after {
  content: "";
  background: #9bd1ec;
}

.floating-form {
  width: 100%;
  position: relative;
}
.floating-form input:not(:-moz-placeholder-shown) + label, .floating-form textarea:not(:-moz-placeholder-shown) + label {
  transform: translateY(-1.75rem) scale(0.8);
  color: #525151;
  background-color: #ffffff;
}
.floating-form input:not(:placeholder-shown) + label,
.floating-form textarea:not(:placeholder-shown) + label {
  transform: translateY(-1.75rem) scale(0.8);
  color: #525151;
  background-color: #ffffff;
}
.floating-form label {
  position: absolute;
  top: 1rem;
  left: 0;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  pointer-events: none;
  font-size: 1rem;
  color: transparent;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.select2 .select2-selection--single {
  height: 40px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 1rem !important;
}

.hero-home, .hero-search {
  margin-bottom: 110px;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 64rem) {
  .hero-home, .hero-search {
    margin-bottom: 100px;
  }
}
.hero-home .hero__wrapper, .hero-search .hero__wrapper {
  padding: 0;
  padding-top: 3rem;
  padding-bottom: 6rem;
  color: #ffffff;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), -webkit-image-set(url("/media/bg/iStock-527495125-5.jpg") 1x, url("/media/bg/iStock-527495125.jpg") 2x);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), image-set(url("/media/bg/iStock-527495125-5.jpg") 1x, url("/media/bg/iStock-527495125.jpg") 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.hero-home .hero__title, .hero-search .hero__title {
  margin-bottom: 2rem;
}
.hero-home .search-container form, .hero-search .search-container form {
  margin: 0 auto;
  display: flex;
  border-radius: 39px;
  width: 100%;
  border: 2px solid #ffffff;
  padding: 2px;
  background: rgba(82, 165, 207, 0.5);
}
@media screen and (min-width: 64rem) {
  .hero-home .search-container form, .hero-search .search-container form {
    max-width: 590px;
  }
}
.hero-home .search-container form input, .hero-search .search-container form input {
  background-color: transparent;
  flex-grow: 1;
  border: none;
  padding-left: 20px;
  border-radius: 39px;
  color: #ffffff;
  font-weight: 500;
  width: inherit;
  outline: none;
  max-width: unset;
  height: unset;
  caret-color: white;
}
.hero-home .search-container form input::-moz-placeholder, .hero-search .search-container form input::-moz-placeholder {
  color: #ffffff;
  font-weight: 500;
  opacity: 1;
}
.hero-home .search-container form input::placeholder, .hero-search .search-container form input::placeholder {
  color: #ffffff;
  font-weight: 500;
  opacity: 1;
}
.hero-home .search-container form input:-webkit-autofill, .hero-search .search-container form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: white;
  caret-color: white;
}
.hero-home .search-container form input.placeholder--full, .hero-search .search-container form input.placeholder--full {
  display: none;
}
@media screen and (min-width: 64rem) {
  .hero-home .search-container form input.placeholder--full, .hero-search .search-container form input.placeholder--full {
    display: block;
  }
  .hero-home .search-container form input.placeholder--short, .hero-search .search-container form input.placeholder--short {
    display: none;
  }
}
.hero-home .search-container form button, .hero-search .search-container form button {
  gap: 0;
  padding: 11px 12px;
}
.hero-home .search-container form button .icon-search, .hero-search .search-container form button .icon-search {
  margin-right: 6px;
}

.hero__wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 1.5rem 0 1.5rem;
}
.hero__wrapper .hero__title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 25px;
  line-height: 1.16;
}
@media screen and (min-width: 64rem) {
  .hero__wrapper .hero__title {
    font-size: 40px;
    line-height: 1.12;
    max-width: 790px;
  }
}
.hero__wrapper .hero__subtitle {
  text-align: center;
  margin-bottom: 22px;
  line-height: 1.5;
}
@media screen and (min-width: 64rem) {
  .hero__wrapper .hero__subtitle {
    margin-bottom: 12px;
  }
}

.hero .hero__title + .hero__text {
  margin-top: 25px;
  line-height: 1.5;
  color: #525151;
}

.hero.hero-bg .hero__wrapper {
  padding: 0;
  min-height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #ffffff;
}

.hero-search .hero__wrapper {
  padding-bottom: 4rem;
  background-position: bottom;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 30px;
  padding-left: 0;
}

.cards-org {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  gap: 0 2rem;
}
.cards-org .card-org {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.benefits .flex {
  margin-top: 20px;
  gap: 50px;
}
.benefits .left, .benefits .right {
  padding: 10px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.benefits__title {
  text-align: center;
}
.benefits__description {
  line-height: 1.5;
}
.benefits__list {
  margin-top: 38px;
  padding-left: 1.5rem;
}
.benefits__list li {
  line-height: 1.3;
  padding-left: 1rem;
}
.benefits__list li:not(:last-child) {
  margin-bottom: 18px;
}
.benefits__card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 64rem) {
  .benefits__card-list {
    flex-direction: row;
  }
}
.benefits-card {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 16px 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64rem) {
  .benefits-card {
    max-width: 270px;
  }
}
.benefits-card__container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.benefits-card__container :last-child {
  margin-top: auto;
}
.benefits-card__img {
  height: 70px;
}
.benefits-card__img img {
  height: 100%;
}
.benefits-card__title {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
}
.benefits-card__text {
  margin-bottom: 30px;
  text-align: center;
}
.benefits-card__link {
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
}

.filter-bar {
  width: 100%;
}
@media screen and (min-width: 64rem) {
  .filter-bar {
    width: unset;
  }
}
.filter-bar input[type=checkbox] {
  display: none;
}
.filter-bar label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filter-bar .filter-bar--links {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 1rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}
.filter-bar .filter-bar--links li {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 64rem) {
  .filter-bar .filter-bar--links {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 60px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
  }
  .filter-bar .filter-bar--links li {
    display: flex;
    align-items: center;
  }
}
.filter-bar .filter-bar--links .filter__label.checked {
  color: #4abf95;
  position: relative;
}
.filter-bar .filter-bar--links .filter__label.checked::before {
  content: url(/img/icon-check.svg);
  position: absolute;
  left: -20px;
}
.filter-bar .filter-bar--links .filter__label.active, .filter-bar .filter-bar--links .filter__label:hover, .filter-bar .filter-bar--links .filter__label:focus {
  color: #4abf95;
  position: relative;
}
.filter-bar .filter-bar--links .filter__label.active::after, .filter-bar .filter-bar--links .filter__label:hover::after, .filter-bar .filter-bar--links .filter__label:focus::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #4abf95;
  left: 0;
  bottom: -5px;
  border-radius: 5px 5px 0px 0px;
}
.filter-bar .filter-bar--links .filter__label:focus {
  outline: 1px dashed #52a5cf;
}
.filter-bar .filter-bar--full {
  display: none;
}
@media screen and (min-width: 64rem) {
  .filter-bar .filter-bar--full {
    display: flex;
    list-style: none;
    gap: 2.5rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
  }
  .filter-bar .filter-bar--full li {
    display: flex;
    align-items: center;
  }
}
.filter-bar .filter-bar--full .filter__label.checked {
  color: #4abf95;
  position: relative;
}
.filter-bar .filter-bar--full .filter__label.checked::before {
  content: url(/img/icon-check.svg);
  position: absolute;
  left: -20px;
}
.filter-bar .filter-bar--full .filter__label.active, .filter-bar .filter-bar--full .filter__label:hover, .filter-bar .filter-bar--full .filter__label:focus {
  color: #4abf95;
  position: relative;
}
.filter-bar .filter-bar--full .filter__label.active::after, .filter-bar .filter-bar--full .filter__label:hover::after, .filter-bar .filter-bar--full .filter__label:focus::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #4abf95;
  left: 0;
  bottom: -5px;
  border-radius: 5px 5px 0px 0px;
}
.filter-bar .filter-bar--full .filter__label:focus {
  outline: 1px dashed #52a5cf;
}
.filter-bar .filter__icon {
  width: 14px;
  height: 10px;
}
.filter-bar .filter__label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.79;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
}
.filter-bar .filter__selected-tag {
  color: #52a5cf;
}
.filter-bar .dropdown__selected {
  margin-right: 10px;
}
@media screen and (min-width: 64rem) {
  .filter-bar .filter-bar--short {
    display: none;
  }
}
.filter-bar .filter-bar--short .filter__label:not(:last-child) {
  margin-bottom: 6px;
}
.filter-bar .filter-bar--short .filter__label.checked {
  color: #52a5cf;
}

.filter__wrapper {
  display: flex;
  flex: 1;
  flex-direction: column-reverse;
  gap: 10px;
  align-items: flex-end;
}
@media screen and (min-width: 64rem) {
  .filter__wrapper {
    flex-direction: row;
    gap: 2.5rem;
  }
}
.filter__wrapper .filter-bar {
  margin-top: 0;
  flex: 1;
}

.popular .flex {
  gap: 40px;
}
@media screen and (min-width: 64rem) {
  .popular .flex {
    gap: 70px;
  }
  .popular .flex .left {
    flex-basis: 570px;
  }
  .popular .flex .right {
    flex-basis: 530px;
  }
}
@media screen and (min-width: 64rem) {
  .popular .cards .card:nth-child(n+3) {
    display: none;
  }
}
.popular .filter-bar {
  margin-top: 16px;
  margin-bottom: 20px;
}
@media screen and (min-width: 64rem) {
  .popular .filter-bar {
    margin-top: 24px;
    margin-bottom: 30px;
    width: unset;
  }
}

.organisations .flex {
  gap: unset;
}
@media screen and (min-width: 64rem) {
  .organisations .flex {
    gap: 30px;
  }
}
.organisations .flex .cards-org {
  width: 100%;
}
.organisations .flex .left {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (min-width: 64rem) {
  .organisations .flex .left {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}

.cards-org.maxw-100 .desc-maxw-50 {
  max-width: 100% !important;
}

.path {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.arrowhead-right-icon {
  width: 11px;
  height: 6px;
  stroke: currentColor;
  transform: rotate(270deg);
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
}

.news-details__title {
  margin-bottom: 1rem;
}
.news-details__subtitle {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.news-details__subtitle, .news-details__date, .news-details__publishedby {
  font-family: "Poppins", sans-serif;
}
.news-details__subtitle {
  font-weight: bold !important;
}
.news-details__date {
  color: #969494;
  font-size: 0.75rem;
}
.news-details__publishedby {
  color: #969494;
  font-size: 0.75rem;
}
.news-details__tag-list {
  margin-top: 10px;
  margin-bottom: 30px;
}
.news-details__image {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  aspect-ratio: 2/1;
  display: flex;
  justify-content: center;
}
.news-details__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.news-details__text {
  line-height: 1.5;
  padding-bottom: 4rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
}
.news-details__text p {
  font-weight: 550;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.news-details__text strong, .news-details__text b, .news-details__text p strong, .news-details__text p b {
  font-weight: 800 !important;
}
.news-details__text h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.news-details__text h3,
.news-details__text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.news-details__text .flex {
  margin-bottom: 1rem;
}
.news-details__text .caption,
.news-details__text .copyright {
  font-family: "Poppins", sans-serif;
  color: #666666;
  font-size: 0.75rem;
  text-align: center;
}
.news-details .card-org__title {
  font-size: 0.75rem;
}

.teaser__container {
  color: #ffffff;
  margin: 70px auto;
}

.teaser__wrapper {
  background-image: linear-gradient(90deg, #20b37f, #2ea1db);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  border-radius: 20px;
  padding: 20px 16px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.22);
  position: relative;
}
@media screen and (min-width: 64rem) {
  .teaser__wrapper {
    padding: 23px 50px;
    background-size: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
  }
}
.teaser__wrapper :before {
  bottom: 0;
  content: "";
  display: block;
  height: 100px;
  left: 1px;
  position: absolute;
  width: 374px;
  background: url(/img/ESG-logo-bg.svg);
  background-size: cover;
  filter: brightness(0) invert(1);
  opacity: 0.12;
}
.teaser__wrapper .teaser__icon {
  display: none;
}
@media screen and (min-width: 64rem) {
  .teaser__wrapper .teaser__icon {
    display: block;
  }
}
.teaser__wrapper .teaser__icon svg {
  width: 86px;
  height: 85px;
}
.teaser__wrapper .teaser__heading {
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 64rem) {
  .teaser__wrapper .teaser__heading {
    text-align: left;
  }
}
.teaser__wrapper .teaser__text {
  line-height: 1.5;
}
.teaser__wrapper .teaser__link {
  margin: 15px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 64rem) {
  .teaser__wrapper .teaser__link {
    margin: 0;
  }
}

.hero-home .teaser__container {
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0;
}
@media screen and (min-width: 64rem) {
  .hero-home .teaser__container .teaser__wrapper {
    max-width: 70%;
  }
}
.copy,
.ck {
  font-family: "PT Serif", sans-serif;
}
@media screen and (min-width: 64rem) {
  .copy:nth-child(2),
  .ck:nth-child(2) {
    margin-top: 60px !important;
  }
}
.copy p,
.ck p {
  margin-bottom: 0 !important;
}
.copy h1,
.copy h2,
.copy h3,
.copy h4,
.copy blockquote,
.ck h1,
.ck h2,
.ck h3,
.ck h4,
.ck blockquote {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.copy p + h2,
.copy p + h3,
.copy blockquote + h2,
.copy blockquote + h3,
.copy p + h4,
.copy blockquote + h4,
.copy p + hr,
.copy hr + p,
.ck p + h2,
.ck p + h3,
.ck blockquote + h2,
.ck blockquote + h3,
.ck p + h4,
.ck blockquote + h4,
.ck p + hr,
.ck hr + p {
  margin-top: 1.25rem;
}
.copy p + p,
.copy ul + p,
.copy p + figure,
.copy figure + p,
.ck p + p,
.ck ul + p,
.ck p + figure,
.ck figure + p {
  margin-top: 0.5rem;
}
.copy .section-divider,
.ck .section-divider {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.copy p,
.copy li,
.copy blockquote,
.ck p,
.ck li,
.ck blockquote {
  line-height: 1.6;
  text-align: justify;
}
.copy .img-wrapper,
.ck .img-wrapper {
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.copy .img-wrapper img,
.ck .img-wrapper img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.copy .flex,
.ck .flex {
  margin-bottom: 20px;
}
.copy ul,
.copy ol,
.ck ul,
.ck ol {
  list-style: initial;
  margin-top: 0.5rem;
  padding-left: 2rem;
}
.copy ul li,
.copy ol li,
.ck ul li,
.ck ol li {
  line-height: 1.6;
}
.copy ul li:not(:last-child),
.copy ol li:not(:last-child),
.ck ul li:not(:last-child),
.ck ol li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.copy blockquote,
.ck blockquote {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-left: 5px solid #ccc;
  font-style: italic;
}
.copy blockquote p:last-child,
.ck blockquote p:last-child {
  margin-bottom: 0;
}
.copy table,
.ck table {
  border: 1px double #b3b3b3;
  border-collapse: collapse;
  border-spacing: 0;
  height: 100%;
  width: 100%;
}
.copy table:not(.table-borderless) > :not(:last-child) > :last-child > *,
.ck table:not(.table-borderless) > :not(:last-child) > :last-child > * {
  border-bottom-width: 2px;
}
.copy table td,
.copy table th,
.ck table td,
.ck table th {
  border: 1px solid #bfbfbf;
  min-width: 2em;
  padding: 0.4em;
}
.copy .block-content p,
.ck .block-content p {
  margin-bottom: 0;
}

.reference h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.reference h4 {
  white-space: nowrap;
}
.reference .flex {
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 40rem) {
  .reference .flex {
    gap: 0.75rem;
  }
}
.reference__button {
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}

.quote {
  max-width: 490px;
  margin: 70px auto;
  text-align: center;
}
.quote__icon {
  width: 28px;
  height: 21px;
  margin-bottom: 30px;
}
.quote figure blockquote {
  font-size: 24px;
  line-height: 1.23;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #000000;
}
@media screen and (min-width: 64rem) {
  .quote figure blockquote {
    font-size: 30px;
  }
}
.quote figure figcaption {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #969494;
}

.prices {
  font-family: "Poppins", sans-serif;
}
.prices__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.prices__heading {
  padding: 25px 15px;
}
.prices__heading, .prices__block {
  display: flex;
  flex-direction: column;
}
.prices__block {
  background-color: #fdfdfd;
  border-radius: 10px;
  text-align: center;
  padding: 25px 15px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.0721);
}
.prices__block--accent {
  background-image: linear-gradient(#20b37f, #2ea1db);
  color: #ffffff;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.22);
}
.prices__block-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
  flex: 1;
}
.prices__block-heading .prices__block-title {
  font-size: 1.25rem;
  margin-bottom: 2px;
}
.prices__block-heading .prices__block-price {
  margin-bottom: 15px;
}
.prices__block-heading .prices__block-price strong {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}
.prices__block-heading .prices__block-price span {
  font-size: 12px;
  font-weight: 500;
  margin-left: 0.5rem;
}
.prices__heading-item, .prices__block-item {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  list-style: none;
}
.prices__heading-item:not(:last-child), .prices__block-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.prices__heading-item {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.prices__heading-item li {
  text-indent: -1em;
  margin-left: 1em;
}
.prices__heading-item li:before {
  content: "-";
  margin-right: 0.5rem;
  width: 0.5rem;
}
.prices__heading-item:not(:last-child) {
  border-color: #d9d9d9;
}
.prices__block-item {
  justify-content: center;
  text-align: left;
}
.prices__icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.prices__icon-yes {
  width: 35px;
  height: 35px;
  fill: #e5f8f1;
}
.prices__icon-no {
  width: 23px;
  height: 23px;
  fill: #969494;
  stroke: #969494;
}
.prices__block--accent .prices__icon-yes {
  fill: #ffffff;
}
.prices__block--accent .prices__icon-no {
  stroke: #ffffff;
  fill: none;
}
.prices .hide-on-desktop __block {
  text-align: left;
}
.prices .hide-on-desktop .prices__block-item {
  justify-content: space-between;
}
.prices .hide-on-desktop .prices__block--accent {
  padding: 25px 15px;
}
.prices .hide-on-mobile .prices__heading,
.prices .hide-on-mobile .prices__block {
  flex: 1;
}

.tags .filter-bar {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.tags__blocks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 64rem) {
  .tags__blocks {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.tags__subsection:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.tags__block {
  width: 100%;
}
@media screen and (min-width: 64rem) {
  .tags__block {
    width: calc((100% - 60px) / 4);
  }
}
.tags__block-heading {
  margin-bottom: 10px;
  min-height: 18px;
}
.tags__group {
  list-style: none;
  gap: 10px;
}
.tags__group-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.login {
  font-family: "Poppins", sans-serif;
}
.login h1 {
  text-align: center;
  margin-bottom: 40px;
}
.login form {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.login .rememberme {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 12px;
}
.login__links {
  font-size: 14px;
  margin: 40px auto 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.register h1 {
  text-align: center;
  line-height: 40px;
}
.register form {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.register .rememberme {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.register__links {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin: 40px auto 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.register .right {
  padding-top: 50px;
}
.register .registration-form__item {
  width: 100%;
}
.register small {
  font-family: "Poppins", sans-serif;
}

@media screen and (min-width: 48rem) {
  .progress-bar ~ section.upgrade, .progress-bar ~ section.prices {
    margin-top: 50px;
  }
}
.progress-bar__wrapper {
  display: flex;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background-color: #ffffff;
}
@media screen and (min-width: 48rem) {
  .progress-bar__wrapper {
    justify-content: center;
  }
}
.progress-bar__first {
  background-color: #4abf95;
  text-align: right;
  color: #ffffff;
  padding: 13px 16px 13px 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 48rem) {
  .progress-bar__first {
    width: 45%;
    padding: 13px 30px 13px 16px;
  }
}
.progress-bar__first .progress-bar__count {
  color: #4abf95;
  background-color: #ffffff;
}
.progress-bar__first .progress-bar__check {
  display: none;
}
.progress-bar__first.active .progress-bar__check {
  display: block;
}
.progress-bar__first.active .progress-bar__count {
  display: none;
}
@media screen and (max-width: 48rem) {
  .progress-bar__first.active .progress-bar__check {
    display: none;
  }
  .progress-bar__first.active .progress-bar__count {
    display: flex;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
  }
  .progress-bar__first.active .progress-bar__text {
    display: none;
  }
}
.progress-bar__first::after {
  content: "";
  position: absolute;
  right: -12px;
  width: 12px;
  height: 100%;
  background-color: #4abf95;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.progress-bar__second {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 1rem;
  color: #4abf95;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 48rem) {
  .progress-bar__second {
    width: 25%;
    padding-left: 37px;
  }
}
.progress-bar__second .progress-bar__count {
  color: #ffffff;
  background-color: #4abf95;
  flex-shrink: 0;
}
.progress-bar__second.active {
  background-color: #4abf95;
  color: #ffffff;
  position: relative;
  padding-right: 30px;
}
.progress-bar__second.active::after {
  content: "";
  position: absolute;
  right: -12px;
  width: 12px;
  height: 100%;
  background-color: #4abf95;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.progress-bar__second.active .progress-bar__count {
  color: #4abf95;
  background-color: #ffffff;
}
@media screen and (max-width: 48rem) {
  .progress-bar__second:not(.active) .progress-bar__text {
    display: none;
  }
}
@media screen and (min-width: 48rem) {
  .progress-bar__third {
    width: 30%;
  }
}
.progress-bar__third.active {
  background-color: #4abf95;
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 13px 16px;
}
.progress-bar__count {
  font-size: 12px;
  margin-right: 10px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-bar__check {
  width: 15px;
  height: 10px;
  fill: #ffffff;
  margin-right: 10px;
}

.upgrade h2,
.upgrade h4 {
  margin: 0;
}
.upgrade__org-status {
  margin: 2rem auto 0;
  text-align: center;
}
@media screen and (min-width: 64rem) {
  .upgrade .left .section__wrapper {
    padding: 40px;
  }
}
@media screen and (min-width: 64rem) {
  .upgrade .right .section__wrapper {
    padding: 40px 60px;
  }
}
.upgrade__price {
  font-family: "Poppins", sans-serif;
  padding-bottom: 4px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 4px;
  margin-bottom: 28px;
}
.upgrade__price strong {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.12;
  margin-right: 4px;
}
.upgrade__price span {
  color: #969494;
}
.upgrade__list {
  padding-left: 1.5rem;
}
.upgrade__list li {
  padding-left: 1rem;
  line-height: 1.3;
}
.upgrade__list li:not(:last-child) {
  margin-bottom: 20px;
}
.upgrade form {
  margin-top: 12px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.upgrade form .section-divider {
  margin-top: 10px;
  margin-bottom: 5px;
}
.upgrade form input.voucher {
  margin-top: -7px;
  margin-bottom: 10px;
}
.upgrade form .terms {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
.upgrade form .upgrade__mwst {
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
}
.upgrade form .upgrade__total {
  margin-top: -16px;
  display: flex;
  justify-content: space-between;
}
.upgrade form .upgrade__total span {
  align-self: flex-end;
}
.upgrade form .upgrade__total strong {
  font-size: 25px;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 700;
}
.upgrade form button {
  min-width: 216px;
  margin: 40px auto 0;
}
.upgrade__links {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin: 40px auto 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.upgrade__heading {
  text-align: center;
  margin-bottom: 30px;
}
.upgrade__text {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}
.upgrade__payment-options {
  display: flex;
  gap: 10px;
}
.upgrade__payment-options input[type=radio] {
  display: none;
}
.upgrade__payment-options label {
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 4px 16px;
  cursor: pointer;
}
.upgrade__payment-options label svg {
  display: block;
  width: 60px;
  height: 30px;
}
.upgrade__payment-options input:checked + label {
  box-shadow: none;
  outline: 2px solid #4abf95;
}

.private__add {
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 64rem) {
  .private__add {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.private__add h1 {
  text-align: center;
  margin-bottom: 30px;
}
.private__add .required-note {
  font-size: 12px;
  text-align: right;
  color: #969494;
  max-width: 470px;
  margin: 0 auto 10px;
}
.private__add form {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.private__add form input[type=submit] {
  margin-top: 20px;
  min-width: 216px;
}

.messages .section__heading {
  margin-bottom: 10px;
}
.messages .messages-count {
  font-family: "Poppins", sans-serif;
  margin-bottom: 40px;
}
.messages .messages-count__new {
  font-weight: 700;
  color: #4abf95;
  margin-left: 0.5rem;
}
.messages .messages-count__total {
  color: #969494;
}
.messages .message__preview {
  line-height: 1.5;
  color: #525151;
}
.messages .message__link {
  font-family: "Poppins", sans-serif;
  display: block;
  margin-top: 12px;
}

.public__buttons-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 40rem) {
  .public__buttons-group {
    align-items: end;
  }
}
.public .tags {
  margin-top: 0;
  margin-bottom: 1rem;
}

.public-org__teaser {
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

.sdg__heading {
  position: relative;
}
.sdg__close-btn {
  position: absolute;
  right: 0;
  top: 0.4rem;
}
@media screen and (max-width: 64rem) {
  .sdg__close-btn {
    top: 0;
    padding: 0.5rem;
  }
  .sdg__close-btn span {
    display: none;
  }
}
.sdg h2 {
  text-align: center;
  margin-bottom: 30px;
}
.sdg__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
  list-style: none;
}
.sdg__list-item {
  width: 140px;
  height: 140px;
}
.sdg__list-item .goal {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sdg__introtext {
  font-family: "Poppins", sans-serif;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: justify;
}
.sdg__introtext p + p {
  margin-top: 0.5rem;
}

.sdggrid {
  width: 100%;
}
@media screen and (min-width: 48rem) {
  .sdggrid {
    width: auto;
  }
}
.sdggrid svg {
  cursor: pointer;
}
.sdggrid__title {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 0.875rem;
  white-space: nowrap;
  margin-top: 0.25rem;
}

.status-bar ul {
  padding-left: 0;
}
.status-bar__wrapper {
  font-family: "Poppins", sans-serif;
  padding: 1rem 2rem;
  color: #ffffff;
  text-align: center;
  font-size: 0.875rem;
}
.status-bar__title {
  font-size: 1rem;
  margin-bottom: 0;
}
.status-bar + .progress-bar {
  margin-top: -3rem;
}

.org-profile-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.org-profile-form p {
  margin: 0;
}
.org-profile-form h3 {
  margin: 0;
}
.org-profile-form select,
.org-profile-form .select2 {
  width: 100% !important;
}
.org-profile__item {
  width: 100%;
}
@media screen and (min-width: 48rem) {
  .org-profile__item {
    max-width: calc(50% - 0.5rem);
  }
}
.org-profile__item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.private__add form select,
.private__add form .select2 {
  width: 100% !important;
}

.acb-container .block {
  box-shadow: none;
}

.search-container {
  position: relative;
}

.search-results {
  position: absolute;
  background-image: linear-gradient(90deg, #20b37f, #2ea1db);
  z-index: 1;
  width: 100%;
  max-width: 40rem;
  padding: 1rem 2rem;
  border-radius: 1.25rem;
  margin: auto;
  left: 0;
  right: 0;
  top: 4rem;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.22);
}
.search-results a:not(.tag--basic) {
  color: #ffffff;
  text-decoration: none;
}
.search-results a:not(.tag--basic):hover {
  color: #f1f7fb;
}
.search-results__item {
  text-align: left;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.search-container {
  position: relative;
  margin-top: 40px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.search-container button span {
  color: #fff;
}

.search-results {
  background: #fff !important;
  max-width: 100% !important;
  border-radius: 18px !important;
  box-shadow: 0 4px 21px rgba(0, 0, 0, 0.1490196078);
  top: 54px;
  padding: 16px !important;
}

.search-result-section {
  /*border-bottom: 1px dashed #e5e5e5;*/
  padding-bottom: 6px;
  position: relative;
  margin-bottom: 12px;
}

.search-result-section:after {
  position: absolute;
  left: 15%;
  width: 70%;
  height: 1px;
  content: "";
  display: block;
  background: #ededed;
  bottom: 0;
}

.search-results .tag {
  font-size: 12px !important;
  transition: 0.3s;
  background: rgba(12, 166, 112, 0.15);
  color: rgba(0, 96, 64, 0.7);
}

.search-results .tag:hover {
  background: rgb(9, 150, 100);
  color: #fff;
}

.search-result-section:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

.search-result-section:last-child:after {
  display: none !important;
}

.search-results .search_result_section_head {
  overflow: hidden;
  font-size: 14px;
  padding: 12px 0;
  color: rgba(44, 52, 58, 0.6);
  margin-bottom: 5px;
  cursor: default;
  line-height: 20px;
  padding: 0px 0px;
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.search-results .tags {
  margin-bottom: 15px !important;
  margin-top: 10px !important;
}

.search-results .search_result_section_head svg {
  float: right;
  width: 17px;
  height: 17px;
  margin-top: 2px;
}

.search-results ul {
  margin: 0 !important;
}

.search-results a:not(.tag--basic) {
  color: #2c343a !important;
  line-height: 26px !important;
  font-size: 13px;
}

.search-results a:not(.tag--basic):hover {
  color: #0ca670 !important;
}

.search-results__item {
  margin: 0;
  padding: 5px 10px;
}

.search-container button {
  position: absolute;
  right: 0;
  background: transparent;
  top: 0px;
  box-shadow: none !important;
}

.search-container button svg {
  width: 25px;
  color: #ffffff;
  fill: none;
  background: transparent;
}

.search-container button spna {
  display: none !important;
}

.search-container .placeholder--full {
  border-radius: 22px;
  border: none !important;
  line-height: 18px;
  font-size: 13px;
  background: #fff;
  padding: 10px 20px;
  height: 50px;
}

.search-container .placeholder--full:focus {
  outline: none;
  border: none;
}

.content-container {
  position: relative;
}

.tag-sponsor {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 40rem) {
  .tag-sponsor {
    position: absolute;
    right: 2.75rem;
    top: -3.8rem;
  }
}
.tag-sponsor__text {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.tag-sponsor__img img {
  display: block;
  width: auto;
  height: 7rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.publishedby {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.publishedby__label {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
}
.publishedby__card {
  align-items: center;
}

.card {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
@media screen and (min-width: 64rem) {
  .card {
    max-width: 270px;
  }
}
.card .card__img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 2/1;
}
.card .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .card__img .card__img-tag {
  position: absolute;
  left: 10px;
  top: 10px;
}
.card .card__container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 10px;
}
.card .card__container > :last-child {
  margin-top: auto;
}
.card .card__container > :first-child {
  margin-bottom: 5px;
}
.card .card__container .card__title,
.card .card__container .card__text {
  margin-bottom: 10px;
}
.card .card__container .card__date {
  font-family: "Poppins", sans-serif;
  color: #969494;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.card .card__container .card__title {
  font-size: 16px;
  line-height: 1.5;
}
.card .card__container .card__title a {
  color: currentColor;
  text-decoration: none;
}
.card .card__container .card__text {
  line-height: 1.3;
}
.card .card__container .card__links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.card .card__container .card__link {
  margin-right: auto;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

@media screen and (min-width: 64rem) {
  .col-s .cards {
    gap: 20px;
  }
  .col-s .card {
    max-width: 230px;
  }
}

.card-org {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: column;
}
@media screen and (min-width: 40rem) {
  .card-org {
    flex-direction: row;
    align-items: start;
  }
}
.card-org__content {
  display: flex;
  flex-direction: column;
}
.card-org__footer {
  margin-top: auto;
}
.card-org__title {
  text-decoration: none;
  color: inherit;
  text-align: center;
}
@media screen and (min-width: 40rem) {
  .card-org__title {
    text-align: left;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 48rem) {
  .card-org__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 64rem) {
  .card-org__title {
    font-size: 2.3rem;
  }
}
.card-org__title:not(:last-child) {
  margin-bottom: 4px;
}
.card-org__subtitle {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  margin-top: 1rem;
}
.card-org__text {
  margin-top: 10px;
  color: #666666;
  line-height: 1.3;
}
.card-org__link {
  display: block;
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 40rem) {
  .card-org__link {
    text-align: left;
  }
}
.card-org .sponsoredby {
  color: #969494;
  display: flex;
  gap: 3px;
}
.card-org .sponsoredby svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}
.card-org .sponsoredby span {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.card-org .social-media__links {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.card-org .social-media__links .social-media__link {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.card-org .social-media__links .social-media__link svg {
  width: 23px;
  height: 23px;
}

.card-collab {
  background-image: linear-gradient(#20b37f, #2ea1db);
  padding: 20px 20px 30px;
  border-radius: 6px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64rem) {
  .card-collab {
    max-width: 270px;
  }
}
.card-collab__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.card-collab__img-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 2px;
  flex-shrink: 0;
  background: linear-gradient(#52a5cf, #52a5cf) padding-box, linear-gradient(#f1f7fb, #f1f7fb) border-box;
  border: 1px solid transparent;
}
.card-collab__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
}
.card-collab__organisation {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  word-break: break-word;
}
.card-collab__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.card-collab__text {
  line-height: 1.5;
  margin-bottom: 30px;
}
.card-collab__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: auto;
}
@media screen and (min-width: 64rem) {
  .card-collab__footer {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
}
.card-collab__link {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin-left: 9px;
}
@media screen and (min-width: 64rem) {
  .card-collab__link {
    margin-left: 0;
  }
}
.card-collab__btn {
  font-size: 14px;
  padding: 4px 10px;
}

.search-bar {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 64rem) {
  .search-bar {
    width: unset;
    min-width: 270px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.search-bar__input {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 34px;
  padding: 5px 0px 5px 40px;
  font-size: 14px;
  line-height: 2;
  font-family: "Poppins", sans-serif;
}
.search-bar__input:focus {
  outline: 1px dashed #52a5cf;
  outline-offset: 2px;
}
.search-bar__input::-moz-placeholder {
  color: #353535;
  opacity: 0.7;
}
.search-bar__input::placeholder {
  color: #353535;
  opacity: 0.7;
}
.search-bar__icon {
  width: 21px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #52a5cf;
}
.search-bar .input-hidden-label {
  height: 0;
  visibility: hidden;
  padding: 0px 16px 0px 40px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.section-divider {
  width: 100%;
  height: 1px;
  margin: 70px 0;
  background-color: #e5e5e5;
}

.video {
  width: 100%;
  border-radius: 5px;
  margin: 40px 0;
}

.reference-card__img {
  height: 70px;
}
.reference-card__img img {
  height: 100%;
}
.reference-card .circle-frame {
  margin: 0 auto;
}
.reference-card__title {
  text-align: center;
  font-weight: 500;
}
.reference-card__text {
  text-align: center;
  color: #666666;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.overlay.is-open {
  display: block;
}

.modal {
  font-family: "Poppins", sans-serif;
  position: absolute;
  inset: 0;
  margin: auto;
  background: #fdfdfd;
  width: 100%;
  max-width: 570px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.modal h2 {
  margin-bottom: 20px;
}
.modal p {
  margin-bottom: 30px;
  line-height: 1.5;
}
.modal__close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
}
.modal__close-btn svg {
  width: 20px;
  height: 19px;
  fill: #52a5cf;
}
.modal__close-btn:hover svg {
  fill: #9bd1ec;
}

.map h2 {
  text-align: center;
  margin-bottom: 40px;
}
.map__img {
  width: 100%;
}

.notification {
  margin-top: 50px !important;
  padding-bottom: 30px !important;
}
.notification__wrapper {
  background-color: #f1f7fb;
  border-radius: 10px;
  border: 1px solid #52a5cf;
  padding: 16px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #52a5cf;
  display: flex;
  gap: 8px;
}
.notification__wrapper .icon-info {
  width: 19px;
  height: 19px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: 0;
  /* Rounded sliders */
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #4abf95;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #4abf95;
}
.switch input:checked + .slider:before {
  transform: translateX(26px);
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.switch--small {
  width: 45px;
  height: 25px;
}
.switch--small .slider:before {
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
}
.switch--small input:checked + .slider:before {
  transform: translateX(20px);
}
.switch--small .slider.round {
  border-radius: 25px;
}
.switch--small .slider.round:before {
  border-radius: 50%;
}

.has-background input:checked + .slider {
  background-color: #52a5cf;
}
.has-background input:focus + .slider {
  box-shadow: 0 0 1px #52a5cf;
}

.switch__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
  gap: 0.5rem;
}

.switch__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 40rem) {
  .switch__container {
    align-items: end;
  }
}

.switch__block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 75rem) {
  .switch__block {
    flex-direction: row;
  }
}

.switch__message {
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #dc3545;
}
@media screen and (min-width: 75rem) {
  .switch__message {
    width: 13rem;
  }
}

/**************************************************************************
                          OTHER THINGS TO KNOW
/**************************************************************************

Z-Indexes:
    header:     10
    main:       1
    footer:     5

Mark a style definition for critical css compiling using: critical: this;

**************************************************************************/
#new_post.insight-side-bar-open #edit-insight-side-bar {
  right: 0;
}

#edit-insight-side-bar {
  position: fixed;
  right: -100%;
  transition: 0.5s;
  top: 60px;
  width: 400px;
  height: calc(100vh - 120px);
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-left: 1px solid #ededed;
  z-index: 10;
  overflow-x: visible;
  overflow-y: scroll;
}
#edit-insight-side-bar .edit-insight-sidebar-section-title {
  font-size: 15px;
  color: #53626b;
}
#edit-insight-side-bar .edit-insight-sidebar-section-title .left {
  float: left;
  font-weight: 700;
}
#edit-insight-side-bar .edit-insight-sidebar-section-title .left svg {
  float: left;
  margin-right: 4px;
  width: 16px;
  margin-top: 4px;
}
#edit-insight-side-bar .edit-insight-sidebar-section {
  padding: 20px;
  border-bottom: 1px solid #ededed;
}
#edit-insight-side-bar .recent-media .media-grid {
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
#edit-insight-side-bar .recent-media .media-grid .media-grid-item {
  width: 30%;
  float: left;
  border-radius: 10px;
  padding: 2px;
}
#edit-insight-side-bar .recent-media .media-grid .media-grid-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  cursor: grab;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 1;
}
#edit-insight-side-bar .recent-media .load-more button {
  border-radius: 6px;
  line-height: 18px;
  cursor: pointer;
  padding: 3px 8px;
  border: 1px solid #ededed;
  color: #364046;
  font-size: 11px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  font-weight: 650;
  transition: 0.4s;
  background: #fff;
  display: block;
  margin: auto;
}
#edit-insight-side-bar .recent-media .load-more button:hover {
  background: rgba(236, 236, 236, 0.2);
}

#new_post.insight-side-bar-open {
  width: calc(100% - 400px);
}

#new_post {
  width: 100%;
  padding: 40px 0;
  transition: 0.5s;
  min-height: 100vh;
  position: relative;
  overflow: visible;
}
#new_post .highlight_search_term {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  height: 40px;
  border: 1px solid #ededed;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
#new_post .highlight_search_term .toggle-button {
  height: 22px;
  width: 33px;
  display: inline-block;
}
#new_post .highlight_search_term .toggle-button:before {
  transition: 0.3s;
  height: 18px;
  width: 18px;
  left: 2px;
  right: auto;
}
#new_post .highlight_search_term .toggle-button-active:before {
  top: 1px;
  left: auto;
  right: 1px;
}
#new_post .highlight_search_term span {
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  font-weight: 700;
  color: #2d353a;
  margin-left: 4px;
  line-height: 20px;
  font-size: 12px;
}
#new_post .upload-insight-cover {
  padding: 20px;
  border: 1px dashed #ededed;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  transition: 0.3s;
  margin-bottom: 10px;
}
#new_post .upload-insight-cover input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
#new_post .upload-insight-cover svg {
  width: 30px;
  display: block;
  margin: auto;
  color: #313a3f;
}
#new_post .upload-insight-cover span {
  margin-top: 5px;
  display: block;
  text-align: center;
  font-weight: 650;
  font-size: 14px;
  color: #313a3f;
}
#new_post .upload-insight-cover p {
  font-size: 13px;
  display: block;
  text-align: center;
  margin-top: 10px;
  color: rgba(83, 98, 107, 0.8);
}
#new_post .upload-insight-cover:hover {
  background: rgba(0, 0, 0, 0.02);
}
#new_post .insight-cover-error {
  font-size: 13px;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  line-height: 11px;
  background: #fff;
  border: 1px dashed #ededed;
  color: #4f4f4f;
  font-weight: 600;
}
#new_post .insight-cover-error svg {
  float: left;
  width: 16px;
  margin-top: -1px;
  margin-right: 4px;
  color: #f85c08;
}
#new_post .insight-cover-error strong {
  font-weight: 700;
  color: #f85c08;
}
#new_post .insight-cover-error code {
  color: #076f8f;
}

.insight-content-container {
  max-width: 850px;
  margin: auto;
  position: relative;
}
.insight-content-container #share-post {
  position: absolute;
  right: -40px;
  top: 30px;
}
.insight-content-container #share-post .item {
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
}
.insight-content-container #share-post .item svg {
  transition: 0.4s;
  color: #7d878d;
  width: 22px;
  display: block;
}
.insight-content-container #share-post .item:hover svg {
  color: #0a5fa5;
}

.insight-content-container * {
  font-weight: 550;
}

.insight-content-container-top {
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 5px;
}
.insight-content-container-top a {
  color: #53626b;
  float: left;
  background: #fff;
  padding: 3px 6px;
  border-radius: 7px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #ededed;
  font-size: 12px;
  font-weight: 650;
  display: block;
  line-height: 18px;
  overflow: hidden;
}
.insight-content-container-top a svg {
  width: 12px;
  margin-right: 3px;
  margin-top: 3px;
  float: left;
}
.insight-content-container-top a:hover {
  color: #0a5fa5;
}

.insight-content-body {
  padding: 20px 75px;
  background: #fff;
  border-radius: 10px;
}

.insight_title_valid-error {
  font-size: 12px;
  opacity: 0.7;
  transition: 0.3s;
  cursor: default;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  color: #f26e29;
  margin-top: 8px;
}
.insight_title_valid-error svg {
  width: 14px;
  cursor: default;
  float: left;
  margin-right: 4px;
}

.insight_title_valid-error:hover {
  opacity: 1;
}

#new_post_title {
  margin-top: 22px;
  position: relative;
}
#new_post_title #new_post_title_input {
  height: 30px;
}

#new_post_title textarea {
  overflow: hidden;
  height: auto;
  resize: none;
  box-sizing: border-box;
  min-height: 30px;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

#new_post_title.hasError input::-moz-placeholder {
  color: #f36e35;
}

#new_post_title.hasError input::placeholder {
  color: #f36e35;
}

#new_post_subtitle.hasError input::-moz-placeholder {
  color: #f36e35;
}

#new_post_subtitle.hasError input::placeholder {
  color: #f36e35;
}

#new_post.show_highlights #new_post_title h1 mark {
  background: rgba(248, 172, 8, 0.15);
  color: #b98b00;
  padding: 0 2px;
  border-radius: 3px;
  font-weight: inherit;
}
#new_post.show_highlights #new_post_subtitle mark {
  background: rgba(248, 172, 8, 0.15);
  color: #b98b00;
  padding: 0 2px;
  border-radius: 3px;
  font-weight: inherit;
}
#new_post.show_highlights .insight-cover_container mark {
  background: rgba(248, 172, 8, 0.15);
  color: #b98b00;
  padding: 0 2px;
  border-radius: 3px;
  font-weight: inherit;
}
#new_post.show_highlights #render-insight-content mark {
  background: rgba(248, 172, 8, 0.15);
  color: #b98b00;
  padding: 0 2px;
  border-radius: 3px;
  font-weight: inherit;
}

#new_post_title h1 {
  line-height: 30px;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}
#new_post_title h1 a {
  font-weight: 700;
}
#new_post_title h1 mark {
  background: transparent;
  color: inherit;
  font-weight: inherit;
}

#new_post_subtitle {
  padding: 0;
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;
}
#new_post_subtitle mark {
  background: transparent;
  color: inherit;
  font-weight: inherit;
}
#new_post_subtitle a {
  color: #0b9664 !important;
  font-weight: 700;
}

.divider {
  border-bottom: 1px dashed #ededed;
  height: 1px;
  display: block;
  width: 100%;
  margin: 10px 0;
}

#new_post_subtitle textarea, #new_post_subtitle h3 {
  border: none;
  height: auto;
  color: #3b3b3b;
  outline: none;
  line-height: 20px;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

#new_post_subtitle h3 {
  overflow-wrap: anywhere;
}

#new_post_title input::-moz-placeholder {
  color: #858585;
}

#new_post_title input::placeholder {
  color: #858585;
}

#new_post_subtitle input::-moz-placeholder {
  color: #a4a4a4;
}

#new_post_subtitle input::placeholder {
  color: #a4a4a4;
}

.ce-block__content, .ce-toolbar__content {
  max-width: 100% !important;
}

.image-tool__caption[contentEditable=true][data-placeholder]:before {
  font-weight: 600 !important;
}

.image-tool__image-preloader {
  height: 70px !important;
  background: #fff !important;
}

.ce-toolbar__actions {
  right: calc(100% + 5px) !important;
}

.cdx-notify {
  min-width: 300px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: 13px !important;
  padding-right: 25px !important;
  border: 1px solid #ededed !important;
  background: #fff !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0901960784) !important;
}

.cdx-notify .cdx-notify__cross {
  top: 12px;
  right: 15px;
}

.cdx-notify::before {
  height: calc(100% - 12px) !important;
  top: 4px !important;
  left: -5px !important;
}

.ce-popover-item__title {
  font-size: 13px !important;
  font-weight: 650 !important;
}

.ce-popover-item[data-item-name=columns] .ce-popover-item__icon--tool {
  width: 14px !important;
  margin-left: 6px !important;
  margin-right: 9px !important;
}

.insight-content h1, .insight-content h2, .insight-content h3, .insight-content h4, .insight-content h5 {
  font-weight: 750;
}

.insight-content h1 {
  font-size: 21px;
}

.insight-content h2 {
  font-size: 19px;
}

.insight-content h3 {
  font-size: 17px;
}

.insight-content h4, .insight-content h5, .insight-content h6 {
  font-size: 15px;
}

.insight-content .cdx-input.cdx-quote__text {
  border: none !important;
  box-shadow: none !important;
  background: rgba(12, 166, 112, 0.05);
  color: rgb(32, 94, 73);
  font-size: 15px;
  border-radius: 5px 5px 0 0 !important;
  min-height: auto !important;
  outline: none !important;
  line-height: 20px;
  font-style: italic;
}

.insight-content .cdx-input.cdx-quote__caption {
  margin-top: -10px;
  border: none !important;
  border-radius: 0 0 5px 5px !important;
  background: rgba(12, 166, 112, 0.05);
  color: rgb(32, 94, 73);
  box-shadow: none !important;
  padding-left: 10px !important;
  font-size: 13px;
  font-weight: 700;
  position: relative !important;
}

.cdx-quote [contentEditable=true][data-placeholder]:before {
  font-weight: 500 !important;
}

.ce-toolbar__plus {
  border: 1px solid #ededed;
  background: rgba(0, 0, 0, 0.0196078431);
}

.insight-published-by {
  border-top: 1px dashed #ededed;
  padding-top: 15px;
}

.insight-published-by.preview {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.insight-published-by.preview:hover {
  opacity: 1;
}

.insight-published-by-org {
  padding-left: 82px;
  font-weight: 700;
  overflow: hidden;
  line-height: 28px;
  font-size: 13px;
  position: relative;
  margin-bottom: 10px;
}

.insight-published-by-org:before {
  position: absolute;
  content: "Published by";
  left: 0;
  top: 0;
  line-height: 28px;
  font-weight: 600;
  font-size: 13px;
  color: #717070;
}

.insight-published-by-org img {
  float: left;
  width: 28px;
  margin-right: 8px;
  border-radius: 6px;
}

.publish-bar {
  height: 60px;
  border-top: 1px solid #ededed;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0 100px;
  width: 100%;
  background: #fff;
  z-index: 100;
}

.publish-right {
  float: right;
}

.publish-insight {
  margin-top: 14px;
  line-height: 30px;
  font-size: 13px;
  padding: 2px 15px;
  display: block;
  float: right;
  border: none;
  border-radius: 5px;
  font-weight: 650;
  background: #163244;
  color: #fff;
  transition: 0.3s;
  position: relative;
}
.publish-insight svg {
  float: left;
}
.publish-insight div {
  visibility: visible;
  position: absolute;
  right: 0;
  top: -100%;
  padding: 3px 10px;
  opacity: 1;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.75);
  transition: 0.3s;
}
.publish-insight div.success {
  background: rgb(12, 166, 112);
  color: #fff;
}
.publish-insight div.success:before {
  border-color: transparent rgb(12, 166, 112) transparent transparent;
}
.publish-insight div:before {
  visibility: visible;
  opacity: 1;
  content: "\a";
  border-style: solid;
  border-width: 6px 4px 6px 0;
  border-color: transparent rgba(0, 0, 0, 0.75) transparent transparent;
  position: absolute;
  right: 15px;
  transform: rotate(-90deg);
  top: 22px;
  transition: 0.3s;
}

.publish-insight.disabled {
  opacity: 0.5;
}

.publish-insight:hover {
  background: #0ca670;
}

.publish-insight:disabled:hover {
  background: rgba(22, 50, 68, 0.4);
}

.save-draft {
  margin-top: 14px;
  line-height: 30px;
  font-size: 13px;
  padding: 2px 15px;
  float: left;
  margin-right: 8px;
  display: block;
  border: none;
  border-radius: 5px;
  font-weight: 650;
  background: rgba(83, 98, 107, 0.1);
  color: #33393f;
  transition: 0.3s;
}
.save-draft svg {
  float: left;
  width: 14px;
  margin-top: 8px;
  margin-right: 8px;
  color: #3e464d;
}

.publish-insight:disabled {
  background: rgba(22, 50, 68, 0.4);
  cursor: default;
}

.publish-insight:disabled:hover div {
  visibility: visible;
  opacity: 1;
}
.publish-insight:disabled:hover div:before {
  visibility: visible;
  opacity: 1;
}

.save-draft:hover {
  color: #343d42;
}

.publish-left {
  float: left;
}
.publish-left .publish-left-section {
  margin-right: 14px;
}

.publish-left .auto-save {
  float: left;
}

.publish-left p {
  line-height: 28px;
  font-size: 12px;
  font-weight: 700;
  color: #757575;
  margin-top: 15px;
}

.publish-left p svg {
  width: 16px;
  float: left;
  margin-top: 7px;
  margin-right: 5px;
}

.publish-left .media-without-credit {
  float: left;
  position: relative;
  cursor: default;
}
.publish-left .media-without-credit .box {
  display: none;
  width: 300px;
  position: absolute;
  background: #ffffff;
  height: 250px;
  left: 0;
  top: -250px;
  box-shadow: 0 0 2px #fdfdfd;
  border: 1px solid #ededed;
  border-radius: 5px;
  overflow-y: scroll;
}
.publish-left .media-without-credit .box ul {
  padding: 10px;
  margin: 0;
  list-style: none;
}
.publish-left .media-without-credit .box ul li {
  overflow: hidden;
  border-bottom: 1px solid #ededed;
  padding: 8px 0;
}
.publish-left .media-without-credit .box ul li img {
  border-radius: 5px;
  float: left;
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.publish-left .media-without-credit .box ul li div {
  float: left;
  padding-left: 5px;
  width: calc(100% - 75px);
  padding-top: 0px;
}
.publish-left .media-without-credit .box ul li div input {
  width: 100%;
  border: 1px solid #ededed;
  font-size: 12px;
  padding: 5px;
  line-height: 22px;
  height: 32px;
  min-width: 0 !important;
  border-radius: 5px;
  margin-bottom: 5px;
}
.publish-left .media-without-credit .box ul li div input:focus {
  outline: none;
  border: 1px solid #436880;
}

.publish-left .footer-validation-errors {
  float: left;
  position: relative;
  color: #f36e35;
  margin-top: 15px;
  border-left: 1px solid #ededed;
  padding-left: 10px;
}
.publish-left .footer-validation-errors p {
  margin-top: 0;
  color: #f36e35;
}

.publish-left .media-without-credit-error p {
  color: #f36e35;
}

.publish-left .media-without-credit-ok p {
  color: #0ca670;
}

.publish-left .media-without-credit:hover .box {
  display: block;
}

.insight-publish-details {
  margin-top: 5px;
  overflow: hidden;
}
.insight-publish-details .insight-publish-date {
  font-size: 12px;
  margin-right: 4px;
  float: left;
  display: block;
  line-height: 22px;
  color: #8a8a8a;
}
.insight-publish-details .by {
  float: left;
  line-height: 22px;
}
.insight-publish-details .on {
  line-height: 22px;
  color: #596165;
  font-size: 13px;
  margin-left: 6px;
}

.insight-tags {
  overflow: hidden;
}

.added-tags {
  overflow: hidden;
  margin-bottom: 10px;
}

.cdx-attaches--with-file .cdx-attaches__file-icon-background {
  width: 30px !important;
}

.cdx-notifies {
  bottom: 74px !important;
}

.cdx-attaches--with-file .cdx-attaches__title {
  font-weight: 700 !important;
}

.cdx-attaches--with-file .cdx-attaches__file-icon-label {
  font-weight: 700 !important;
}

.insight-cover_container {
  position: relative;
  margin-bottom: 20px;
}
.insight-cover_container mark {
  background: transparent;
  color: inherit;
  font-weight: inherit;
}
.insight-cover_container .cover-credit {
  overflow: hidden;
  bottom: -40px;
  text-align: center;
}
.insight-cover_container .cover-credit input, .insight-cover_container .cover-credit span.val {
  background: transparent;
  height: auto !important;
  display: block;
  font-weight: 600 !important;
  color: #3c464d;
  width: calc(100% - 8px) !important;
  line-height: 10px;
  padding: 4px 7px;
  font-size: 13px !important;
}
.insight-cover_container .cover-credit .val span {
  color: #71787e;
}
.insight-cover_container .cover-credit input:focus {
  line-height: 10px;
  outline: none;
}
.insight-cover_container .cover-caption {
  margin-top: 10px;
  text-align: center;
}
.insight-cover_container .cover-caption input, .insight-cover_container .cover-caption span.val {
  background: transparent;
  height: auto !important;
  display: block;
  font-weight: 600 !important;
  color: #3c464d;
  line-height: 10px;
  padding: 4px 7px;
  font-size: 13px !important;
}
.insight-cover_container .cover-caption .val span {
  color: #71787e;
}
.insight-cover_container .cover-caption input:focus {
  line-height: 10px;
  outline: none;
}
.insight-cover_container .cover-options {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  transition: opacity 0.3s;
  z-index: 3;
}
.insight-cover_container .cover-options button {
  display: block;
  background: transparent;
  border: none;
  padding: 3px;
  color: #fff;
}
.insight-cover_container .cover-options button svg {
  display: block;
  width: 17px;
  height: 17px;
}
.insight-cover_container .insight-cover-image-container {
  aspect-ratio: 2;
  position: relative;
  margin-bottom: 10px;
}
.insight-cover_container .insight-cover-image-container img.prim {
  aspect-ratio: 2/1;
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  border-radius: 8px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  height: 100%;
}
.insight-cover_container .insight-cover-image-container img.extra {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  filter: blur(15px);
  opacity: 0.3;
  top: 0;
}

.insight-cover_container:hover .cover-options {
  opacity: 1;
}

.image-box {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
}

.credit-container {
  overflow: hidden;
  margin-bottom: 5px;
}
.credit-container .credit-label {
  float: left;
  color: #71787e;
  line-height: 10px;
  font-size: 12px;
  margin-right: 3px;
  padding: 7px 0;
}
.credit-container .image-tool__credit {
  float: right;
  background: #fff;
  border: 1px solid #ededed;
  padding: 7px;
  line-height: 10px;
  font-size: 12px;
  font-weight: 650;
  color: #313131;
  border-radius: 5px;
  width: calc(100% - 80px) !important;
  box-shadow: none;
}

.caption-container {
  overflow: hidden;
  margin-bottom: 5px;
}
.caption-container .caption-label {
  float: left;
  color: #71787e;
  line-height: 10px;
  font-size: 12px;
  margin-right: 3px;
  padding: 7px 0;
}
.caption-container .image-tool__caption {
  float: right;
  background: #fff;
  border: 1px solid #ededed;
  padding: 7px;
  line-height: 10px;
  font-size: 12px;
  font-weight: 650;
  color: #313131;
  border-radius: 5px;
  width: calc(100% - 80px) !important;
  box-shadow: none;
}

.cdx-input.image-tool__credit:before {
  color: rgba(77, 77, 77, 0.69) !important;
  width: 100%;
}

.image-tool__image {
  margin-bottom: 0px !important;
}

#sidebar-toggle-button {
  position: fixed;
  top: 80px;
  right: 20px;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  width: 26px;
  height: 26px;
  transition: 0.4s;
  z-index: 100;
}
#sidebar-toggle-button svg {
  display: block;
  width: 16px;
  height: 16px;
  margin: 4px auto;
  transition: 0.3s;
}

#sidebar-toggle-button:hover {
  right: 24px;
  transition: 0.3s;
  color: #0a5fa5;
}

.insight-side-bar-open #sidebar-toggle-button {
  right: 386px;
}
.insight-side-bar-open #sidebar-toggle-button svg {
  transform: rotate(180deg);
}

.edit-insight-sidebar-section.source_url .insight-sidebar-section-body {
  padding: 5px 0;
}
.edit-insight-sidebar-section.source_url .insight-sidebar-section-body .guide {
  margin-top: 4px;
  border: 1px solid #ededed;
  background: rgba(246, 246, 246, 0.3);
  color: #3b3b3b;
  padding: 6px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 16px;
}
.edit-insight-sidebar-section.source_url .insight-sidebar-section-body .guide svg {
  margin-right: 5px;
  color: #f8ac08;
  width: 20px;
  float: left;
}
.edit-insight-sidebar-section.source_url .insight-sidebar-section-body .source-input-control {
  position: relative;
}
.edit-insight-sidebar-section.source_url .insight-sidebar-section-body .source-input-control input {
  background: #fff;
  line-height: 20px;
  border-radius: 6px;
  margin-top: 6px;
  border: 1px solid #ededed;
  font-size: 13px;
  padding: 3px 30px 3px 10px;
  overflow: hidden;
}
.edit-insight-sidebar-section.source_url .insight-sidebar-section-body .source-input-control input:focus {
  outline: none;
  border-color: #0b9664;
}
.edit-insight-sidebar-section.source_url .insight-sidebar-section-body .source-input-control svg {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 16px;
}

.insight-row {
  display: flex;
}

.insight-card {
  width: calc(33% - 20px);
  position: relative;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  margin: 10px 0 10px 10px;
  border: 1px solid #ededed;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  aspect-ratio: 2;
}
.insight-card .insight-card-cover-container {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  aspect-ratio: 2;
  padding: 0;
  position: relative;
}
.insight-card .insight-card-cover-container img.prim {
  margin: 0;
  aspect-ratio: 2;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.insight-card .insight-card-cover-container img.extra {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  filter: blur(30px);
  opacity: 0.3;
  top: 0;
}
.insight-card .insight-card-info {
  padding: 10px;
  border-bottom: 1px solid #ededed;
}
.insight-card .insight-card-info h3 {
  font-weight: 700;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 47px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  align-items: center;
  font-size: 16px;
}
.insight-card .insight-card-info .by {
  margin-top: 8px;
  line-height: 21px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.insight-card .insight-card-info .publication-day {
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
  display: block;
  overflow: hidden;
}
.insight-card .insight-card-info .publication-day svg {
  width: 16px;
  margin-top: 1px;
  margin-right: 3px;
  float: left;
}
.insight-card .insight-card-footer {
  padding: 10px;
}
.insight-card .insight-card-footer h4 {
  font-weight: 650;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 5px;
  color: #5e5e5e;
  font-size: 14px;
  line-height: 23px;
  padding: 0px 5px;
  color: #646464;
  display: -webkit-box;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  /* white-space: nowrap; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  display: -webkit-box;
}
.insight-card .insight-card-footer h4 a {
  color: #0b9664 !important;
  font-weight: 650;
}
.insight-card .insight-card-footer .tags {
  margin-top: 5px;
}
.insight-card .insight-card-footer .tags a {
  margin-right: 2px !important;
}
.insight-card .insight-card-primary-button {
  border-top: 1px solid #ededed;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  display: block;
  font-size: 13px;
  text-align: center;
  padding: 12px;
  border-radius: 0 0 8px 8px;
  font-weight: 650;
}
.insight-card .insight-card-options {
  border-top: 1px solid #ededed;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  font-size: 13px;
  text-align: center;
  padding: 12px;
  border-radius: 0 0 8px 8px;
  font-weight: 650;
  display: block;
}
.insight-card .insight-card-options ul {
  display: flex;
  flex-wrap: nowrap;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Equal widths */
  justify-content: space-between;
  list-style: none;
  padding: 0 20px;
  margin-left: 0 !important;
  flex-direction: row;
}
.insight-card .insight-card-options ul li {
  display: flex;
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}
.insight-card .insight-card-options ul li svg {
  width: 16px;
  line-height: 10px;
  margin-right: 2px;
  vertical-align: sub;
}
.insight-card .insight-card-options ul li:hover a {
  color: #0a66c2;
}
.insight-card .insight-card-options ul .remove-insight:hover a {
  color: #dc4242;
}
.insight-card .insight-card-options ul li:last-child {
  border-right: none !important;
}
.insight-card .insight-card-primary-button:hover {
  background: rgba(246, 246, 246, 0.75);
}

#render-insight-content {
  margin-bottom: 20px;
  line-height: 1.6rem;
}
#render-insight-content mark {
  background: transparent;
  color: inherit;
  font-weight: inherit;
}
#render-insight-content b, #render-insight-content strong {
  font-weight: 700 !important;
}
#render-insight-content b *, #render-insight-content strong * {
  font-weight: 700 !important;
}
#render-insight-content .esg-render {
  padding: 0.4em 0;
}
#render-insight-content a {
  text-decoration: underline;
  cursor: pointer;
}
#render-insight-content hr {
  margin: 10px 0;
  opacity: 0.4;
}
#render-insight-content blockquote {
  line-height: 22px;
  padding: 10px 12px;
  background: rgba(12, 166, 112, 0.05);
  color: rgb(32, 94, 73);
  border-radius: 5px;
  font-size: 15px;
}
#render-insight-content .esg-render-paragraph {
  font-weight: 550;
  line-height: 1.6em;
  font-size: 16px;
}
#render-insight-content .esg-render-paragraph h1, #render-insight-content .esg-render-paragraph h2, #render-insight-content .esg-render-paragraph h3 {
  margin-top: 14px;
  margin-bottom: 7px;
}
#render-insight-content .esg-render-quote {
  line-height: 20px;
}
#render-insight-content .esg-render-quote .quote-wrapper {
  line-height: 20px;
  padding: 10px 12px;
  background: rgba(12, 166, 112, 0.05);
  color: rgb(32, 94, 73);
  border-radius: 5px;
}
#render-insight-content .esg-render-quote .quote-wrapper .quote-content {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 15px;
}
#render-insight-content .esg-render-quote .quote-wrapper .quote-caption {
  color: rgb(32, 94, 73);
  position: relative;
  font-size: 13px;
  font-weight: 700;
}
#render-insight-content .esg-render-columns {
  display: flex;
  width: 100%;
  gap: 10px;
  margin-bottom: 10px;
  flex-direction: row;
}
#render-insight-content .esg-render-columns .column-wrapper {
  display: flex;
  width: 100%;
  gap: 10px;
  margin-bottom: 10px;
  flex-direction: row;
}
#render-insight-content .esg-render-columns .column-wrapper .column {
  flex: 50%;
}
#render-insight-content .esg-render-list {
  padding-left: 40px;
}
#render-insight-content .esg-render-list ol {
  list-style: decimal;
}
#render-insight-content .esg-render-list ul {
  list-style: disc;
}
#render-insight-content .esg-render-list li {
  padding: 5.5px 0 5.5px 3px;
  line-height: 1.6em;
}
#render-insight-content .esg-render-yt iframe {
  width: 100%;
  display: block;
}
#render-insight-content .esg-render-yt .embed-caption {
  display: block;
  margin-top: 10px;
  line-height: 10px;
  font-size: 13px;
  font-weight: 650;
  color: #292f32;
}
#render-insight-content .esg-render-attachment .file-wrapper {
  display: block;
  overflow: hidden;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #eff0f1;
  border-radius: 7px;
  background: #fff;
}
#render-insight-content .esg-render-attachment .file-wrapper .file-info {
  float: left;
  max-width: calc(100% - 80px);
  margin: auto 0;
  margin-right: 12px;
}
#render-insight-content .esg-render-attachment .file-wrapper .file-info .file-title {
  font-weight: 700;
  overflow: hidden;
  outline: none;
  font-size: 14px;
  display: block;
  line-height: 1em;
}
#render-insight-content .esg-render-attachment .file-wrapper .file-info .file-size {
  font-size: 12px;
  line-height: 1em;
  color: #707684;
  font-weight: 600;
}
#render-insight-content .esg-render-attachment .file-wrapper .download-icon {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 6px;
  float: right;
  display: block;
}
#render-insight-content .esg-render-attachment .file-wrapper .download-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}
#render-insight-content .esg-render-attachment .file-wrapper .file-icon {
  float: left;
  width: 30px;
  margin-right: 12px;
  border-radius: 9px;
  color: #fff;
  height: 30px;
  position: relative;
  font-weight: 700;
}
#render-insight-content .esg-render-attachment .file-wrapper .file-icon span {
  position: absolute;
  left: 3px;
  top: 11px;
  background: inherit;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
  padding: 1px 2px;
  border-radius: 3px;
  font-size: 10px;
}
#render-insight-content .esg-render-image .image-wrapper {
  border-radius: 3px;
  overflow: hidden;
}
#render-insight-content .esg-render-image .image-wrapper img {
  width: auto;
  margin: auto;
  display: block;
  max-width: 100%;
}
#render-insight-content .esg-render-image .credit {
  display: block;
  margin-top: 10px;
  line-height: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #3c464d;
  text-align: center;
}
#render-insight-content .esg-render-image .credit span {
  color: #71787e;
}
#render-insight-content .esg-render-image .caption {
  text-align: center;
  display: block;
  margin-top: 10px;
  line-height: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #292f32;
}

#render-insight-content.render-html {
  line-height: 24px;
}
#render-insight-content.render-html ol, #render-insight-content.render-html ul {
  margin-left: 0 !important;
  list-style-position: inside;
  margin-bottom: 1.2rem;
}
#render-insight-content.render-html .bullet {
  display: inline-block;
  width: 7px;
  height: 5px;
  margin-right: 6px;
  position: relative;
  border-radius: 50%;
}
#render-insight-content.render-html .bullet:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -4px;
  background: black;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
#render-insight-content.render-html div.break {
  display: block;
  margin-bottom: 20px;
}
#render-insight-content.render-html div.half-break {
  display: block;
  margin-bottom: 16px;
}
#render-insight-content.render-html h4 {
  font-size: 17px !important;
}
#render-insight-content.render-html a {
  color: #0ca670;
  text-decoration: none;
}
#render-insight-content.render-html p {
  margin-bottom: 18px;
}
#render-insight-content.render-html img {
  max-width: 100%;
  width: auto !important;
  display: block;
  margin: 10px auto;
}

.insight-content-container .back-to-insights {
  position: absolute;
  left: -140px;
  font-size: 12px;
  font-weight: 700;
  top: 42px;
  padding: 4px 8px;
  line-height: 18px;
  transition: 0.3s;
  border-radius: 8px;
  border: 1px solid transparent;
}
.insight-content-container .back-to-insights svg {
  width: 12px;
  margin-right: 4px;
  float: left;
  margin-top: 3px;
}

.insight-content-container .back-to-insights:hover {
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

@media print {
  header, footer {
    display: none;
  }
  .insight-content-container .back-to-insights {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .insight-content-container {
    width: 100%;
    max-width: 100%;
    padding: 5px;
  }
  .insight-content-container #share-post {
    position: fixed;
    bottom: 10px;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 0 5px;
    z-index: 100;
  }
  .insight-content-container #share-post .item {
    float: left;
    margin-bottom: 0;
    padding: 10px 15px;
    display: block;
  }
  .insight-content-body {
    padding: 5px 15px;
  }
}
.ce-block b, .ce-block b * {
  font-weight: 700 !important;
}

#only-desktop {
  display: none;
  position: fixed;
  top: 62px;
  background: #f7f7f7;
  height: calc(100vh - 62px);
  width: 100%;
  left: 0;
  z-index: 101;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}
#only-desktop svg {
  width: 70px;
}
#only-desktop h3 {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
#only-desktop p {
  color: #656565;
  font-weight: 650;
  font-size: 13px;
  text-align: center;
}

@media only screen and (min-width: 700px) and (max-width: 1100px) {
  #new_post.insight-side-bar-open {
    width: 100% !important;
  }
}
@media only screen and (max-width: 700px) {
  #only-desktop {
    display: flex !important;
  }
}
.new-index {
  background: #fff;
  min-height: 700px;
}

.new-index-stick .cover {
  display: none !important;
}

.new-index-stick .index-top {
  position: fixed;
  right: 0;
  background: #fff;
  z-index: 200;
  width: calc(100% - 351px);
  top: 62px;
}
.new-index-stick .index-content {
  margin-top: -40px;
}
.new-index-stick .applied_filters {
  position: fixed;
  right: 0;
  z-index: 200;
  width: calc(100% - 351px);
  top: 124px;
}

.new-index .cover {
  height: 100px;
  /*background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url("/esg_org_back.png");*/
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
}

.new-index .cover h3 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 30px;
  font-weight: 650;
}
.new-index .cover h3 .invest-esg-logo {
  background: url("/assets/invest_esg_logo.png");
  background-size: contain;
  width: 156px;
  height: 24px;
  display: inline-block;
  margin-top: -8px;
  vertical-align: middle;
}

.new-index #filters {
  min-height: 600px;
  border-right: 1px solid rgba(225, 225, 225, 0.6);
  width: 350px;
  padding: 30px;
  float: left;
  overflow-y: scroll !important;
  height: calc(100% - 62px) !important;
  overflow-x: hidden !important;
}

.new-index-stick #filters {
  height: calc(100% - 62px) !important;
  position: fixed !important;
  top: 62px;
  left: 0;
}

.new-index .filter-block {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 28px;
}

.new-index .filter-block .filter-header {
  cursor: pointer;
}

.clear {
  clear: both;
}

.new-index .filter-block .filter-header h3 {
  color: #0ca670;
  letter-spacing: 0.25px;
  font-size: 16px;
  font-weight: 700;
  float: left;
}

.new-index .filter-block .filter-header .help-btn {
  float: left;
  margin-left: 8px;
  margin-top: 2px;
  position: relative;
}

.new-index .filter-block .filter-header .help-btn svg {
  color: #0ca670;
  opacity: 0.6;
  cursor: pointer;
  position: relative;
  width: 20px;
}

.new-index .filter-block .filter-header .help-btn svg:hover + .tooltip {
  opacity: 1;
  transition: 0.7s;
  visibility: visible;
}

.new-index .filter-block .filter-header .help-btn .tooltip {
  background: rgba(0, 0, 0, 0.85);
  font-family: Poppins, sans-serif;
  z-index: 10000;
  visibility: hidden;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  padding: 10px;
  position: absolute;
  width: 320px;
  max-width: 200px;
  border-radius: 5px;
  top: 25px;
  left: -93px;
  opacity: 0;
  box-shadow: 0 0 3px rgb(0, 0, 0) inset;
}

.new-index .filter-block .filter-header .help-btn .tooltip:before {
  content: "\a";
  border-style: solid;
  border-width: 6px 4px 6px 0;
  border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent;
  position: absolute;
  left: 50%;
  transform: rotate(90deg);
  top: -8px;
}

.new-index .filter-block .filter-header svg:hover {
  transition: 0.4s;
  opacity: 1;
}

.new-index #type_filter {
  width: 90%;
  /*background: red !important;*/
  margin: 20px auto;
  border-radius: 5px;
  background: #f7f7f7;
  border: 1px solid #ededed;
  height: 44px;
}

.new-index #type_filter button {
  background: #fff;
  line-height: 10px;
  font-size: 15px;
  padding: 10px;
  margin: 3px auto;
  border-radius: 3px;
  border: 1px solid #ededed;
}

.new-index input[type=checkbox]:checked {
  background: #0a5fa5;
  border-color: #0a5fa5;
}

.new-index input[type=checkbox], .checkbox-option input[type=checkbox] {
  background: #ececec;
  border: 1px solid rgba(201, 201, 201, 0.53);
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 20px;
  border-radius: 4px;
  width: 20px;
  cursor: pointer;
}

.new-index input[type=radio]:checked, .checkbox-option .new-index input[type=radio]:checked {
  background: #0a5fa5;
  border-color: #0a5fa5;
}

.new-index input[type=radio], .checkbox-option input[type=radio] {
  background: #ececec;
  border: 1px solid rgba(201, 201, 201, 0.53);
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 20px;
  border-radius: 50%;
  width: 20px;
  cursor: pointer;
}

.new-index .filter-block .filter-body {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
}

.new-index .filter-block label {
  font-family: Poppins, sans-serif;
}

#sfdr_filter input[type=checkbox] {
  float: left;
  display: block;
}

#sfdr_filter label {
  float: left;
  line-height: 21px;
  margin-left: 8px;
  font-size: 15px;
}

.checkbox-option {
  display: block;
  overflow: hidden;
  padding: 7px;
}

.new-index .search-input-box {
  position: relative;
  width: 100%;
  height: 36px;
  font-size: 12.5px;
  border-radius: 10px;
  overflow: hidden;
  /*box-shadow: 2px 0 3px rgba(0, 0, 0, 0.02);*/
  border: 1px solid #ededed;
}

.new-index .search-input-box input {
  outline: none;
  padding-right: 35px;
  line-height: 36px;
  border: none !important;
  position: absolute;
  width: 100%;
  border-radius: 6px;
  height: 100%;
}

.new-index .search-input-box svg {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 12px;
  top: 7px;
  color: #656565;
}

.new-index .tag-filter .search-input-box {
  margin-bottom: 15px;
}

.new-index .tag-group {
  padding: 2px 5px;
}

.new-index .tag-group .tag-group-title {
  color: #676767;
  margin-top: 10px;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 13.5px;
}

.new-index .tag-group .tag-group-title svg {
  float: right;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  cursor: pointer;
}

.new-index .tag-group .checkbox-option {
  padding: 5px 8px;
}

.new-index .tag-group .checkbox-option label {
  font-size: 13px;
  float: left;
  line-height: 18px;
  margin-left: 8px;
  overflow: hidden;
  /*height: 20px;*/
  /*text-overflow: ellipsis;*/
  max-width: calc(100% - 26px);
}

.new-index .tag-group .checkbox-option input[type=checkbox] {
  width: 18px;
  height: 18px;
  float: left;
}

.new-index .checkbox-group .checkbox-option input {
  float: left;
}

.new-index .checkbox-group .checkbox-option label {
  font-size: 13px !important;
  display: block;
  float: left;
  margin-left: 8px;
  line-height: 20px;
  float: left;
  max-width: calc(100% - 30px);
}

.new-index .showall {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  transition: 0.4s;
  border: 1px solid #ededed;
  line-height: 15px;
  padding: 3px 8px;
  font-size: 11.5px;
  font-weight: 600;
  color: #858585;
  border-radius: 6px;
  display: block;
  margin: 10px auto auto;
}

.new-index .showall:hover {
  background: #f8f8f8;
}

.new-index .indicator {
  float: right;
  font-size: 12px;
  line-height: 18px;
  color: #9e9fa8;
}

.new-index #org-list, .new-index #report-list, .new-index #insight-list {
  width: calc(100% - 350px);
  float: right;
  border-left: 1px solid rgba(225, 225, 225, 0.6);
  margin-left: -1px;
}

.new-index-stick #org-list, .new-index-stick #report-list, .new-index-stick #insight-list {
  padding-top: 202px;
}

.overflow-hidden {
  overflow: hidden;
}

.new-index .org {
  width: 50%;
  /*height: 155px;*/
  padding: 20px 15px;
  position: relative;
  float: none;
  display: flex;
}

.org.org-featured {
  position: relative;
  background: linear-gradient(45deg, rgba(74, 191, 149, 0.06), rgba(16, 149, 217, 0.06)) !important;
}

.org.org-featured:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: url(/beam.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

a:focus {
  outline: none !important;
}

.new-index .org h2 a {
  font-size: 16.5px;
  text-decoration: none !important;
  font-weight: 650;
  color: #444444;
  transition: color 0.3s;
}

.new-index .org h2 a:hover {
  color: #116496;
}

.new-index .org h2 {
  font-size: 16.5px;
  font-weight: 650;
  text-decoration: none;
}

.new-index .org .teaser {
  font-family: "Poppins";
  margin-top: 4px;
  font-size: 13px;
  color: #898989;
  line-height: 20px;
  height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 100%;
  overflow: hidden;
}

.new-index .org .org-logo {
  width: 68px;
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
  /* border: 1px solid #ededed !important; */
}

.new-index .org .org-logo-container {
  /*padding:2px;*/
  border-radius: 6px;
  overflow: hidden;
  height: 70px;
  width: 70px;
  border: 1.5px solid #ededed;
}

.new-index .org-tags {
  margin-top: 5px;
  overflow: hidden;
}

.new-index .org-tag {
  float: left;
  font-size: 11.5px;
  font-family: Poppins;
  background: rgba(12, 166, 112, 0.15);
  color: rgba(0, 96, 64, 0.7);
  border-radius: 3px;
  padding: 3px 5px;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: 0.3s;
}

.new-index .org-tag:hover {
  background: rgb(9, 150, 100);
  color: #fff;
}

.org-row {
  /*padding:10px 0;*/
  display: flex;
  border-bottom: 1px solid #ededed;
}

.org-row:last-child {
  /*border-bottom: 0 !important;*/
}

.org-row .org:first-child {
  border-right: 1px solid #ededed !important;
}

.org-row .org:nth-child(2) {
  border-left: 1px solid #ededed;
  margin-left: -1px;
}

.org-actions {
  margin-top: 10px;
  overflow: hidden;
  position: absolute;
  bottom: 5px;
}

.org-action {
  display: block;
  overflow: hidden;
  margin-right: 18px;
  font-size: 12px;
  text-decoration: none;
  float: left;
  display: block;
  color: rgba(22, 30, 37, 0.66);
  font-family: Poppins;
  transition: 0.3s;
  line-height: 18px;
  padding: 3px 6px;
  font-weight: 700;
}

.org-action:hover {
  color: #0080bb;
}

.org-action svg {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 5px;
}

.new-index .more-info {
  border: 1px solid;
  border-radius: 6px;
  color: #58a6cd;
}

.new-index .more-info:hover {
  background: #0080bb;
  border-color: #0080bb;
  color: #fff;
}

.loadmore {
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 16px;
  color: #5b5b5b;
  display: block;
  background: #fff;
  font-size: 12.5px;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  border: 1px solid #ededed;
  transition: 0.4s;
}

.loadmore:disabled, .load-more[disabled] {
  display: block;
  opacity: 0.7;
  cursor: default;
}

.loadmore:hover {
  background: #f7f7f7;
  color: #3f3f3f;
}

.cursor-pointer {
  cursor: pointer !important;
}

.org-section {
  border-top: 1px solid #ededed;
}

.remove-filters {
  float: right;
  background: #fff;
  line-height: 12px;
  padding: 3px 5px;
  display: block;
  border-radius: 5px;
  color: #606060;
  font-size: 10.5px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  transition: 0.3s;
  margin-top: 2px;
}

.remove-filters:hover {
  background: #f7f7f7;
  color: #0a1c16;
}

.remove-filters svg {
  display: block;
  float: left;
  width: 11px;
  height: 11px;
  margin-right: 2px;
  margin-top: 0.5px;
}

.new-index .filter-block:last-child {
  border-bottom: none;
}

#dist-filter {
  position: relative;
}

.new-index .country-search-result {
  width: 100%;
  top: 30px;
  border: 1px solid #ededed;
  margin-top: 10px;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  line-height: 16px;
  border-radius: 6px;
  font-size: 12px;
  max-height: 160px;
  position: absolute;
  z-index: 1000;
  background: #fff;
  overflow-y: scroll;
}

.new-index .country-search-result .region-label {
  font-weight: 400;
  color: #4f4f4f;
  cursor: pointer;
  transition: 0.4s;
  font-size: 13px;
}

.new-index .country-search-result .region-label:hover {
  color: #0a97d9;
}

.new-index .country-search-result .subregion {
  padding-left: 10px;
}

.new-index .country-search-result .subregion-label {
  font-size: 12.5px;
  color: #53626b;
  transition: 0.4s;
  cursor: pointer;
  margin: 4px 0;
}

.new-index .country-search-result .subregion-label:hover {
  color: #0a97d9;
}

.new-index .country-search-result ul {
  padding: 0 10px;
  margin: 0;
  display: block;
}

.new-index .country-search-result li {
  display: block;
  cursor: pointer;
  padding: 5px 0;
  transition: 0.4s;
}

.new-index .country-search-result li:hover {
  color: #0a97d9;
}

.selectedBadges {
  margin-top: 10px;
  padding: 0 5px;
  overflow: hidden;
}

.selectedBadges span {
  display: block;
  background: rgba(10, 151, 217, 0.2);
  color: #0a5fa5;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 12px;
  padding: 3px 4px;
  border-radius: 4px;
  font-size: 11px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  transition: 0.3s;
}

.selectedBadges span svg {
  float: left;
  width: 11px;
  margin-right: 2px;
}

.selectedBadges span:hover {
  background: rgba(217, 10, 10, 0.2);
  cursor: pointer;
  color: rgba(89, 0, 0, 0.61);
}

.new-index .index-top {
  padding: 10px 30px;
  height: 62px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}

.new-index .index-top-left {
  float: left;
  width: calc(100% - 300px);
}
.new-index .index-top-left .push-right {
  float: right;
}

.new-index .index-top-right {
  float: right;
}

.new-index .index-top .index-search {
  width: 300px;
  position: relative;
  float: right;
  height: 32px;
}

.new-index .index-top .index-search svg {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  color: #545454;
}

.new-index .index-top .index-search input {
  font-size: 13px;
}

.new-index .index-top .index-search input:focus {
  outline: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.new-index .queryResult {
  color: #5d5d5d;
  font-size: 12.5px;
  float: left;
  line-height: 29px;
  margin-top: 7px;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.new-index .queryResult svg {
  display: block;
  float: left;
  margin-right: 7px;
  width: 15px;
  margin-top: 7px;
}

.loader {
  width: 20px;
  height: 20px;
  border: 2.5px solid #fff;
  border-bottom-color: #0f8ebb;
  border-radius: 50%;
  display: inline-block;
  display: block;
  margin: auto;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  float: left;
  margin-right: 8px;
  margin-top: 4px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.new-index .loading {
  display: none;
  margin: 100px auto;
  width: 200px;
}

.new-index .loading h3 {
  font-weight: 300;
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #4b4b4b;
  font-size: 15px;
}

.sdg-no {
  float: right;
  font-size: 11px;
  display: block;
  line-height: 17px;
  background: #dedede;
  width: 16px;
  text-align: center;
  border-radius: 5px;
  height: 16px;
  color: #9a9a9a;
}

.sdg-no:first-child {
  background: #E5243B !important;
}

.sdg-no:nth-child(2) {
  background: #DDA63A !important;
}

.cursor-pointer {
  cursor: pointer;
}

.collapse-filter {
  float: right;
  width: 16px;
  cursor: pointer;
  transition: 0.4s;
  margin-top: 2px;
  color: #9d9d9d;
}

.collapse-filter:hover {
  color: #0ca670;
}

.filter-block.collapsed .collapse-filter {
  transform: rotate(180deg);
}

.filter-block.collapsed .filter-body {
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden;
}

#list_org a {
  background: #2ea1db !important;
  background-color: none;
}

#list_org a:hover {
  background: linear-gradient(90deg, #20b37f, #2ea1db) !important;
  /*background: linear-gradient(200deg, #20b3ae, #2ea1db) !important;*/
}

.loadObserver .loader {
  display: block;
  margin: auto;
  float: none !important;
  margin-top: 30px;
}

.help-btn svg {
  width: 20px;
}

.index-top .index-top-buttons {
  display: none;
}

.new-index #filters .show-results {
  display: none;
}

@media only screen and (max-width: 1366px) and (min-width: 700px) {
  .new-index .index-top {
    padding: 10px !important;
    position: relative;
  }
  .new-index .index-top .index-search {
    width: 240px !important;
  }
  .index-top .index-top-buttons {
    display: block !important;
    float: none;
    margin-left: 10px;
    margin-top: 8px;
  }
  .index-top .index-top-buttons svg {
    width: 24px;
    cursor: pointer;
  }
  .new-index #filters {
    position: fixed;
    float: none;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #fff;
    top: 0 !important;
    bottom: 0 !important;
    padding-top: 90px !important;
    overflow-y: scroll;
    left: -100%;
    transition: 0.4s;
    padding-bottom: 120px;
  }
  .new-index #org-list, .new-index #report-list, .new-index #insight-list {
    width: 100%;
  }
  .new-index #filters {
    position: fixed;
    float: none;
    width: 100%;
    max-width: 360px !important;
    min-height: 100%;
    height: auto;
    overflow-y: scroll;
    z-index: 3;
    background: #fff;
    top: 62px;
    left: -100%;
    transition: 0.4s;
    padding-bottom: 120px;
  }
  .new-index #filters.filters-visible {
    left: 0 !important;
    box-shadow: 0 0 276px 2000px rgba(0, 0, 0, 0.5294117647);
  }
  .new-index #filters .show-results {
    transition: none !important;
    color: rgba(255, 240, 255, 0);
    position: fixed;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.4392156863);
    border-radius: 5px;
    width: calc(100% - 360px);
    display: block;
    font-size: 14.5px;
    /* left: -100%; */
    text-align: center;
    color: #fff;
    line-height: 44px;
    /* left: 10% !important; */
    left: 360px !important;
    bottom: 0;
    height: 100%;
    right: auto !important;
  }
  .new-index #filters.filters-visible:before {
    left: 0 !important;
  }
}
@media only screen and (max-width: 700px) {
  .new-index #filters .show-results {
    position: fixed;
    z-index: 10;
    background: #0ca670;
    height: 44px;
    transition: 0.4s;
    bottom: 10px;
    border-radius: 5px;
    width: 80%;
    display: block;
    font-size: 14.5px;
    left: -100%;
    text-align: center;
    color: #fff;
    line-height: 44px;
  }
  .new-index #filters {
    position: fixed;
    float: none;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #fff;
    top: 62px;
    overflow-y: scroll;
    left: -100%;
    transition: 0.4s;
    padding-bottom: 120px;
  }
  .new-index #filters.filters-visible {
    left: 0 !important;
  }
  .new-index #filters.filters-visible .show-results {
    left: 10% !important;
  }
  .new-index #filters.filters-visible:before {
    left: 0 !important;
  }
  .new-index #filters:before {
    content: "";
    background: linear-gradient(85deg, #20b37f, #2ea1db);
    display: block;
    position: fixed;
    left: -100%;
    z-index: 0;
    top: 48px;
    width: 100%;
    height: 3px;
  }
  .new-index #org-list, .new-index #report-list, .new-index #insight-list {
    width: 100%;
  }
  .insight-row {
    display: block;
    padding: 0 30px !important;
  }
  .insight-row:first-child {
    margin-top: 15px;
  }
  .insight-card {
    width: 100% !important;
    float: none;
    display: block !important;
    margin: 0 !important;
    margin-bottom: 15px !important;
  }
  #report-list .report-row {
    display: block !important;
  }
  .new-index #org-list .org {
    width: 100%;
  }
  .index-top .index-top-buttons {
    display: block !important;
    float: right;
    margin-left: 10px;
    margin-top: 8px;
  }
  .new-index #org-list .org:nth-of-type(2) {
    border-left: none;
    border-top: 1px solid #ededed;
    margin-right: 0;
    margin-left: 0;
  }
  .new-index .org-row {
    display: block !important;
    position: relative;
  }
  .org-row {
    display: block;
  }
  .org {
    display: block;
    float: none;
    overflow: hidden;
  }
  .new-index .org .org-action {
    padding: 6px 10px;
    margin-right: 30px;
  }
  .new-index .index-top {
    height: 148px;
    padding: 10px !important;
    position: relative;
  }
  .new-index .index-top .year-buttons {
    border-right: none;
  }
  .new-index .index-top .index-top-buttons {
    float: right;
    overflow: hidden;
  }
  .new-index .index-top .index-top-buttons svg {
    width: 24px;
  }
  .new-index .index-top .index-top-buttons .toggle-filters-button {
    float: right;
  }
  .new-index .index-top-left {
    float: none;
    width: 100% !important;
  }
  .new-index .index-top-left .push-right {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .new-index .index-top-right {
    float: none;
    width: 100% !important;
  }
  .new-index .index-sort {
    float: left;
    border-left: none !important;
    border-right: none !important;
    background: #fff;
    padding: 0 !important;
    margin-left: 0 !important;
  }
  .insight-index-list .year-buttons {
    float: none;
  }
  .index-top .index-top-buttons {
    float: none;
  }
  .new-index .index-sort svg {
    right: 9px;
  }
  .new-index .index-sort select {
    max-width: 110px !important;
  }
  .new-index .cover {
    margin-top: 62px;
  }
  .new-index .index-top .queryResult {
    float: left;
    min-width: 200px;
  }
  .new-index .index-top .index-search {
    width: 100%;
    position: relative;
    float: none;
    margin-top: 10px;
    height: 32px;
  }
  .org-view-switch {
    display: none !important;
  }
  .new-index .queryResult {
    max-width: 140px;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.no-item-found {
  width: 500px;
  margin: 40px auto;
  max-width: 100%;
  text-align: center;
}

.no-item-found svg {
  width: 46px;
  display: block;
  margin: 10px auto;
  margin-bottom: 12px;
  color: #605f5f;
}

.no-item-found h3 {
  font-size: 19px;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #656565;
}

.no-item-found p {
  display: block;
  margin: 4px 0;
  font-size: 15px;
  color: #737373;
  display: block;
  text-align: center;
}

.org-view-switch {
  display: block;
  float: right;
  padding: 10px;
  padding-left: 0;
}

.org-view-switch svg {
  width: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.org-view-switch svg:hover {
  color: #0a97d9;
}

#org-list.listView .org {
  width: 100% !important;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px !important;
}

#org-list.listView .org h2 a {
  font-size: 15px !important;
}

#org-list.listView .org .teaser {
  margin-top: 0 !important;
}

#org-list.listView .org .org-actions {
  display: none;
}

#org-list.listView .org-row {
  border-bottom: none !important;
}

#org-list.listView .org .org-logo-container {
  width: 42px !important;
  height: 42px !important;
}

#org-list.listView .org .org-logo-container img {
  width: 40px !important;
  height: 40px !important;
}

.selected_tag_labels {
  margin-top: 0 !important;
  margin-bottom: 5px;
  overflow: hidden;
}

.applied_filters {
  overflow: hidden;
  padding: 7px;
  background: rgb(249, 249, 249);
  border-bottom: 1px solid #ededed;
}

.removable_label {
  display: block;
  background: rgba(225, 225, 225, 0.6);
  color: #505050;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 12px;
  padding: 3px 4px;
  border-radius: 4px;
  font-size: 11px;
  margin-right: 5px;
  float: left;
  transition: 0.3s;
  margin: 3px 2px 2px 3px;
}
.removable_label b {
  font-weight: 700;
  color: #333333;
}

.removable_label svg {
  float: left;
  width: 11px;
  margin-right: 2px;
}

.removable_label:hover {
  background: rgba(217, 10, 10, 0.2);
  cursor: pointer;
  color: rgba(89, 0, 0, 0.61);
}
.removable_label:hover b {
  color: rgba(89, 0, 0, 0.7);
}

.filter-input {
  border: 1px solid #ededed;
  display: block;
  width: 100%;
  height: 36px;
  line-height: 32px;
  border-radius: 10px;
  font-size: 12px;
  padding: 0 15px;
}

.filter-input:focus {
  outline: none;
}

.filter-input-label {
  font-size: 12px;
  color: #4a5568;
  padding: 5px;
  display: block;
}

#report-org-filter .search-input-box {
  margin-bottom: 10px !important;
}

.insight-index-list .events-switch {
  float: left;
  border-right: 1px solid #ededed;
  padding-right: 10px;
  margin-top: 10px;
  margin-right: 10px;
}
.insight-index-list .events-switch span {
  float: left;
  font-size: 12px;
  margin-top: 5px;
  margin-right: 8px;
}
.insight-index-list .events-switch .toggle {
  float: left;
  width: 34px;
  height: 20px;
  margin-top: 1px;
  border: 1px solid #ededed;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  background: #fafafa;
  transition: 0.3s;
}
.insight-index-list .events-switch .toggle.toggle_active {
  border-color: #0b9664 !important;
  background: #0b9664;
}
.insight-index-list .events-switch .toggle:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  left: 1px;
  top: 1px;
  transition: margin-left 0.4s;
}
.insight-index-list .events-switch .toggle.toggle_active:before {
  box-shadow: 0 0 1px rgb(6, 100, 67);
  margin-left: 14px;
}
.insight-index-list .year-buttons {
  margin-top: 7px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ededed;
  float: left;
}
.insight-index-list .year-buttons button {
  font-size: 12px;
  font-weight: 650;
  padding: 5px 6px;
  background: #fff;
  border-right: none;
  color: #646464;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  display: block;
  float: left;
}
.insight-index-list .year-buttons button.active {
  font-weight: 700;
  background: #f3f3f3;
  color: #414141;
}
.insight-index-list .year-buttons button:first-child {
  border-radius: 6px 0 0 6px;
}
.insight-index-list .year-buttons button:last-child {
  border-right: 1px solid #ededed;
  border-radius: 0 6px 6px 0;
}

#my-index-page {
  background: #fff;
  overflow: hidden;
}
#my-index-page .main-header {
  overflow: hidden;
}
#my-index-page .main-header .main-title {
  margin-top: 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #1e272c;
  float: left;
}
#my-index-page .my-insights-list {
  padding: 5px 20px;
  line-height: 18px;
  padding-bottom: 40px;
}
#my-index-page .my-insights-list .insight-item {
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
}
#my-index-page .my-insights-list .insight-item .insight-tags .org-tag {
  padding: 1px 5px !important;
}
#my-index-page .my-insights-list .insight-item .insight-cover-container {
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}
#my-index-page .my-insights-list .insight-item .insight-cover-container img {
  display: block;
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #ededed;
  border-radius: 6px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details {
  padding-top: 5px;
  float: left;
  width: calc(100% - 130px);
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-item-title {
  font-size: 15px;
  font-weight: 700;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-item-title.untitled {
  color: #838383;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-item-title.untitled svg {
  float: left;
  width: 20px;
  margin-right: 4px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-item-teaser {
  font-size: 13px;
  margin-top: 5px;
  line-height: 18px;
  color: #646464;
  margin-bottom: 10px;
  overflow: hidden;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-item-teaser svg {
  float: left;
  margin-right: 5px;
  width: 14px;
  margin-top: 1px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-actions {
  padding: 14px 0;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-actions .insight-action {
  color: #383838;
  margin-right: 100px;
  float: left;
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
  overflow: hidden;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-actions .insight-action svg {
  width: 17px;
  float: left;
  margin-right: 5px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-actions .insight-action button {
  background: transparent;
  border: none;
  display: block;
  cursor: pointer;
  line-height: 18px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-actions .insight-action .toggle-button {
  float: left;
  margin-right: 4px;
  height: 18px;
  width: 26px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-actions .insight-action .toggle-label {
  float: left;
  display: block;
  font-size: 13px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-actions .insight-action .toggle-button:before {
  width: 14px !important;
  height: 14px !important;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-actions .insight-action .toggle-button-active:before {
  margin-left: 8px !important;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-actions .insight-action.push-right {
  float: right !important;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-actions .insight-action:hover a {
  color: #00a26c;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-publication-date {
  overflow: hidden;
  display: block;
  margin-top: 10px;
  color: #53626b;
  list-style: none;
  display: block;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  margin-right: 10px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-publication-date svg {
  width: 15px;
  margin-right: 3px;
  float: left;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-info-items {
  overflow: hidden;
  display: block;
  margin-top: 10px;
  color: #53626b;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-info-items li {
  list-style: none;
  display: block;
  float: left;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  margin-right: 10px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-info-items li svg {
  width: 15px;
  margin-right: 3px;
  float: left;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-info-items li .insight-item-label {
  background: #0a5fa5;
  color: #fff;
  padding: 1px 6px;
  border-radius: 12px;
  font-size: 11px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-info-items li .insight-item-label-public {
  background: #0ca670 !important;
  color: #fff;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-info-items li .insight-item-label-draft {
  background: #0b68b6;
  color: #fff;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .org-tags {
  margin-top: 10px;
  line-height: 12px;
  overflow: hidden;
  font-size: 10px !important;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .org-tags .org-tag {
  font-size: 11px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .options-container {
  position: relative;
  height: 30px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .options-container .options-list-toggle {
  cursor: pointer;
  width: 20px;
  float: right;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .options-container .options-list {
  position: absolute;
  right: 0;
  top: 15px;
  width: 170px;
  border: 1px solid #ededed;
  margin-top: 10px;
  overflow: hidden;
  z-index: 10000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 6px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .options-container .options-list li {
  display: block;
  padding: 8px 10px;
  color: #4a4d50;
  min-width: 100px;
  font-size: 12px;
  font-weight: 650;
  line-height: 19px;
  border-bottom: 1px dashed #ededed;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .options-container .options-list li svg {
  width: 17px;
  float: left;
  margin-right: 8px;
  color: #6e7377;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .options-container .options-list li a {
  font-weight: 700;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .options-container .options-list li:last-child {
  border-bottom: none !important;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .options-container .options-list li:hover {
  transition: 0.3s;
  color: #0970c5;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .options-container .options-list li:hover svg {
  transition: 0.3s;
  color: #0970c5;
}
#my-index-page .my-insights-aside {
  float: right;
  width: 340px;
  padding-top: 40px;
}
#my-index-page .my-insights-aside .new-insight-block {
  height: 80px;
  position: relative;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 30px;
  overflow: hidden;
}
#my-index-page .my-insights-aside .new-insight-block .back-icon {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 66px;
  color: #53626b;
  opacity: 0.3;
}
#my-index-page .my-insights-aside .new-insight-block .block-content {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #505050;
}
#my-index-page .my-insights-aside .new-insight-block .block-content svg {
  width: 22px;
  margin-right: 8px;
  float: left;
}
#my-index-page .load-more-container {
  padding: 10px;
}
#my-index-page .load-more-container .load-more-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ededed;
  border-radius: 8px;
  padding: 5px 15px;
  margin: auto;
  background: #fff;
  font-size: 12px;
  line-height: 16px;
  color: #595959;
}

.download-report-modal {
  width: 750px !important;
  position: relative;
  overflow: hidden;
  border: none !important;
  margin-top: 0 !important;
}

.download-report-modal:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  top: 0px;
  left: 0px;
}

.resource-empty-list {
  width: 350px;
  max-width: 90%;
  margin: 80px auto;
  display: block;
  opacity: 0.8;
  transition: 0.3s;
}
.resource-empty-list svg {
  display: block;
  margin: 10px auto;
  width: 58px;
  color: #53626b;
}
.resource-empty-list h3 {
  font-weight: 750;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #53626b;
}
.resource-empty-list p {
  font-size: 13px;
  display: block;
  text-align: center;
  margin-top: 10px;
  line-height: 28px;
  font-weight: 650;
}
.resource-empty-list p a {
  color: #0371cc;
  padding: 1px 7px;
  border: 2px solid #0371cc;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 650;
  margin-top: 10px;
  transition: 0.2s;
}
.resource-empty-list p a:hover {
  background: #0371cc;
  color: #fff;
}

.resource-empty-list:hover {
  opacity: 1;
}

.dashboard-content-head-report-actions button {
  background: transparent;
  color: #4a4d50;
  font-size: 13px;
  background: rgba(67, 104, 128, 0.04);
  padding: 5px 10px;
  border-radius: 8px;
  border: none;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
}
.dashboard-content-head-report-actions button svg {
  display: inline-block;
  width: 16px;
  margin-right: 2px;
  color: #6e7377;
}
.dashboard-content-head-report-actions button:hover {
  color: #0970c5;
  transition: 0.3s;
}
.dashboard-content-head-report-actions button:hover svg {
  color: #0970c5;
  transition: 0.3s;
}

.full-block {
  border: 1px solid #ededed;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
}
.full-block .full-block-header {
  padding: 10px 15px;
  border-bottom: 1px solid #ededed;
}
.full-block .full-block-header .full-block-header-icon {
  width: 20px;
  margin-right: 4px;
}
.full-block .full-block-header .full-block-header-title {
  font-size: 14px;
  color: #343d42;
  font-weight: 700;
  overflow: hidden;
}
.full-block .full-block-content-padding {
  padding: 15px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.button-full {
  display: block;
  width: 100%;
  font-size: 13px;
}

.button-primary {
  outline: none;
  border: none;
  text-align: center;
  cursor: pointer;
  background: #0b9664;
  color: #fff;
  font-weight: 650;
  border-radius: 7px;
  line-height: 20px;
  padding: 8px;
}

.button-primary.button-raised {
  box-shadow: 0 2px 0px #098559;
}

.list-of-services {
  overflow: hidden;
  display: block;
}

.list-of-services .service-item {
  cursor: default;
  border: 1px solid #ededed;
  display: block;
  font-size: 12px;
  text-decoration: none;
  float: left;
  margin-right: 5px;
  color: #646464;
  padding: 2px 4px;
  margin-bottom: 5px;
  border-radius: 6px;
  transition: 0.2s;
  line-height: 20px;
}

.list-of-services .service-item:hover {
  background: #53626b;
  border-color: #53626b;
  color: #fff;
}

.insight-preview-box {
  height: 100px;
  border: 1px solid #ededed;
  border-radius: 6px;
  overflow: hidden;
}
.insight-preview-box .insight-preview-left {
  float: left;
  border-right: 1px solid #ededed;
  width: 100px;
  height: 100px;
}
.insight-preview-box .insight-preview-left svg {
  width: 50px;
  margin: 25px;
  color: #57595b;
}
.insight-preview-box .insight-preview-left img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.insight-preview-box .insight-preview-right {
  float: left;
  width: calc(100% - 100px);
  padding: 7px 10px;
}
.insight-preview-box .insight-preview-right h3 {
  font-size: 14px;
  font-weight: 700;
  color: #292c2d;
}
.insight-preview-box .insight-preview-right h4 {
  font-size: 12px;
  font-weight: 550;
  color: #42484b;
}

.confirm-box {
  width: 550px;
  max-width: 100%;
  margin: 120px auto;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px 10px;
  padding: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.confirm-box-header {
  padding: 10px 10px;
  display: block;
  border-bottom: 1px solid #ededed;
}
.confirm-box-header h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #40474b;
  font-weight: 700;
}

.confirm-box-content {
  margin: 5px 0;
  padding: 10px 10px;
}
.confirm-box-content .insight-preview-box {
  margin: 10px 0;
}
.confirm-box-content p {
  line-height: 20px;
  font-size: 14px;
  color: #4b4f52;
}

.confirm-box-options {
  border-top: 1px solid #ededed;
  padding: 10px;
}
.confirm-box-options .push-right {
  float: right;
}
.confirm-box-options .push-right button {
  background: transparent;
  border: none;
  line-height: 20px;
  display: inline-block;
  box-sizing: content-box;
}
.confirm-box-options .push-right .option {
  display: inline-block;
  font-size: 13px;
  color: #373e42;
  border: 1px solid #ededed;
  padding: 5px 10px;
  line-height: 20px;
  border-radius: 6px;
  transition: 0.2s;
}
.confirm-box-options .push-right .option:hover {
  background: #f7f7f7;
  color: #282b2d;
}
.confirm-box-options .push-right .option-danger {
  color: #fff;
  background-color: #dc4242;
  border-color: #dc4242;
}
.confirm-box-options .push-right .option-danger:hover {
  background-color: #e74444;
  color: #fff;
  border-color: #e74444;
}

body {
  background: #fff !important;
}

.tag-header {
  height: 100px;
  border-bottom: 1px solid #ededed;
  background: linear-gradient(45deg, #20b37f, #2ea1db);
  margin-bottom: 11px;
  position: relative;
}
.tag-header .tag-header-left {
  width: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  align-content: center;
  padding-right: 10px;
}
.tag-header svg.back-icon {
  position: absolute;
  color: #fff;
  opacity: 0.3;
  width: 40px;
  left: 5px;
  top: 0px;
}
.tag-header h1 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #daf2ea;
  font-size: 30px !important;
  color: #418b73;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 650;
}

.tag-not-sponsored .tag-left {
  width: 100%;
}

.tag-sponsored .tag-left {
  float: left;
  padding-right: 10px;
}
.tag-sponsored .tag-header-left {
  width: calc(100% - 380px) !important;
}

.tag-not-sponsored .tag-left {
  margin: auto;
}

.wide-container {
  padding: 0 40px;
  margin: 10px auto;
  position: relative;
}
.wide-container .sponsor-card {
  position: absolute;
  top: -70px;
  right: 0;
}
.wide-container .tag-body {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 10px;
}
.wide-container .tag-left {
  width: calc(100% - 380px);
}
.wide-container .tag-right {
  float: right;
  position: relative;
  width: 380px;
}

@media only screen and (min-width: 980px) {
  .wide-container .tag-left {
    min-width: 900px !important;
  }
}
@media only screen and (max-width: 720px) {
  .tag-header .tag-header-left {
    float: none;
    width: 100% !important;
  }
  .wide-container {
    padding: 0 15px;
  }
  .tag-right, .tag-left {
    float: none;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .tag-right .sponsor-card {
    position: relative;
    top: 0;
    margin-bottom: 10px;
  }
  .tag-left .tag-insights-section .insight-row {
    display: block;
  }
  .tag-left .tag-insights-section .report-row {
    display: block;
  }
  .tag-left .tag-insights-section .insight-card {
    width: 100% !important;
    display: block !important;
  }
  .tag-left .tag-reports-section .report-block {
    width: 100% !important;
    border-bottom: 1px solid #ededed !important;
    float: none !important;
  }
}
.tag-details-sticky .tag-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  padding-top: 3px !important;
}
.tag-details-sticky .sponsor-card {
  width: 380px;
  right: 40px;
  position: fixed;
  top: 98px;
  z-index: 133;
  left: auto !important;
}

.resource-section {
  background: #fff;
  border-radius: 8px;
  min-height: 100px;
  border: 1px solid #ededed;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.resource-section .resource-section-header {
  padding: 10px 15px;
  border-bottom: 1px solid #ededed;
}
.resource-section .resource-section-header .resource-section-header-left {
  float: left;
}
.resource-section .resource-section-header .resource-section-header-icon {
  float: left;
  width: 20px;
  margin-right: 4px;
}
.resource-section .resource-section-header span.count {
  margin-top: 2px;
}
.resource-section .resource-section-header h4 {
  font-size: 14px;
  color: #343d42;
  font-weight: 700;
  overflow: hidden;
}

.resource-section-footer {
  padding: 5px 0;
}
.resource-section-footer .loading {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: none;
  overflow: hidden;
  padding: 10px 0;
}
.resource-section-footer .loading .loader {
  float: left;
}
.resource-section-footer .loading .loading-text {
  font-size: 11px;
  line-height: 26px;
  margin-left: 4px;
  float: left;
}
.resource-section-footer .loadmore {
  box-shadow: 0 1px rgba(0, 0, 0, 0.0784313725);
  margin: 10px auto;
}
.resource-section-footer .loadmore svg {
  width: 14px;
  float: left;
  margin-right: 8px;
}

.resource-reports-section .report-block {
  border-left: none !important;
  border-top: none !important;
  border-bottom: none;
  box-shadow: none !important;
  width: 50%;
  border-radius: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  float: left;
}
.resource-reports-section .report-row .report-block:last-child {
  border-right: none !important;
}
.resource-reports-section .report-row:last-child {
  border-radius: 0 0 8px 8px;
}

.resource-section-content-with-padding {
  padding: 0 10px;
}

span.count {
  font-size: 10px;
  background: rgba(10, 151, 217, 0.15);
  color: #6c99b0;
  min-width: 17px;
  text-align: center;
  padding: 1px 3px;
  margin-left: 5px;
  float: right;
  border-radius: 4px;
  font-weight: 700;
}

.resource-section-not-found {
  padding: 40px;
}
.resource-section-not-found .not-found-icon {
  display: block;
  margin: auto;
  width: 40px;
  margin: auto;
}
.resource-section-not-found h3 {
  font-size: 16px;
  display: block;
  margin: 5px auto;
  text-align: center;
  font-weight: 750;
}
.resource-section-not-found p {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  color: #606062;
}
.resource-section-not-found .try-again {
  width: 400px;
  max-width: 100%;
  margin: 30px auto auto;
  position: relative;
}
.resource-section-not-found .try-again input {
  border: 1px solid #ededed;
  font-size: 13px;
  border-radius: 7px;
  padding-right: 35px;
}
.resource-section-not-found .try-again input:focus {
  outline: none;
  border-color: #525252;
}
.resource-section-not-found .try-again button {
  width: 20px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #7e7d7d;
  display: block;
}

.tag-insights-section .insight-row, .resource-section .insight-row {
  padding: 0 !important;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.tag-insights-section .insight-row .insight-card:last-child, .resource-section .insight-row .insight-card:last-child {
  border-right: none !important;
}
.tag-insights-section .load-more-cover, .resource-section .load-more-cover {
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.tag-insights-section .load-more-cover .loadmore, .resource-section .load-more-cover .loadmore {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
}
.tag-insights-section .insight-card, .resource-section .insight-card {
  width: 33.33%;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  padding-bottom: 60px !important;
}
.tag-insights-section .insight-card .insight-card-cover-container, .resource-section .insight-card .insight-card-cover-container {
  border-radius: 5px !important;
  margin: 10px !important;
  margin-bottom: 0 !important;
}
.tag-insights-section .insight-card .insight-card-primary-button, .resource-section .insight-card .insight-card-primary-button {
  bottom: 15px !important;
  border: 1px solid #ededed;
  padding: 9px !important;
  border-radius: 8px !important;
  right: 0;
  margin: auto;
  max-width: 100%;
  width: 250px;
  font-size: 12px;
  font-weight: 700;
}

.sponsorship-edit {
  width: 900px;
  min-height: 400px;
  margin: 100px auto;
}
.sponsorship-edit .input-block {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ededed;
}
.sponsorship-edit .input-block:last-child {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.sponsorship-edit .sponsorship-edit-form {
  width: 50%;
  float: left;
}
.sponsorship-edit #sponsorship_org_description {
  min-height: 100px;
  padding: 10px;
}
.sponsorship-edit .sponsor-card-preview {
  float: right;
  margin-left: 15px;
  width: calc(50% - 20px);
  padding-left: 15px;
  border-left: 1px solid #ededed;
}
.sponsorship-edit .sponsor-card-preview h3.preview-title {
  font-size: 12px;
  font-weight: 750;
  margin: 10px 0;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #3b454b;
}
.sponsorship-edit .sponsor-card-preview .sponsor-card {
  margin-top: 15px;
}

.sponsor-card {
  background: #fff;
  z-index: 2;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ededed;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.sponsor-card .my-tag {
  display: block;
  width: calc(100% - 20px);
  margin: 10px auto;
  border-radius: 8px;
  background: rgba(169, 196, 217, 0.6);
  padding: 7px;
  color: #436880;
}
.sponsor-card .my-tag p {
  font-size: 12px;
  color: #3c5565;
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-weight: 650;
  float: left;
}
.sponsor-card .my-tag a {
  float: right;
  background: #fff;
  box-shadow: 0 1px 1px #789cb2;
  font-size: 12px;
  color: #333b41;
  padding: 2px 5px;
  border-radius: 4px;
  display: block;
}
.sponsor-card .my-tag svg {
  display: block;
  width: 20px;
  margin-right: 4px;
  float: left;
}
.sponsor-card .sponsor-title {
  font-weight: 650;
  display: block !important;
  margin-top: 10px;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 12px;
  color: #687a84;
}
.sponsor-card .sponsor-services {
  margin-top: 10px;
  border-top: 1px solid #ededed;
  padding: 10px 10px 0;
}
.sponsor-card .sponsor-services .sponsor-services-title {
  font-size: 14px;
  overflow: hidden;
  font-weight: 640;
  color: #797979;
  display: block;
  width: 100%;
  margin-bottom: 7px;
  overflow: hidden;
}
.sponsor-card .sponsor-services .sponsor-services-title svg {
  float: left;
  width: 18px;
  margin-top: 1px;
  color: #8a8a8a;
  margin-right: 6px;
}
.sponsor-card .sponsor-services .list-of-services {
  overflow: hidden;
  margin-top: 5px;
}
.sponsor-card .sponsor-buttons {
  padding: 10px 0;
  margin-top: 10px;
  overflow: hidden;
  padding: 10px 0;
  width: 100%;
  display: block;
  border-top: 1px solid #ededed;
  margin-top: 10px;
}
.sponsor-card .sponsor-buttons .org-action {
  padding: 5px;
}
.sponsor-card .sponsor-buttons div {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  overflow: hidden;
}
.sponsor-card .sponsor-buttons a {
  font-size: 12px !important;
}
.sponsor-card .sponsor-buttons .more-info {
  margin-right: 0 !important;
}
.sponsor-card .sponsor-logo {
  display: block;
  width: 120px;
  margin: 10px auto 0;
  border-radius: 7px;
}
.sponsor-card .org-no-logo {
  padding: 30px;
  width: 120px;
  height: 120px;
  margin: 10px auto 0;
  border-radius: 7px;
  border: 1px solid #ededed;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.sponsor-card .org-no-logo svg {
  width: 60px;
  color: #4b4b4b;
}
.sponsor-card h3 {
  font-size: 14px;
  font-weight: 650;
  margin-top: 10px;
  display: block;
  text-align: center;
}
.sponsor-card p {
  font-size: 13px;
  display: block;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #424242;
  line-height: 18px;
  white-space: pre-line;
}
.sponsor-card p a {
  color: #0089cc;
}

.full-block {
  border: 1px solid #ededed;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
}
.full-block .full-block-header {
  padding: 10px 15px;
  border-bottom: 1px solid #ededed;
}
.full-block .full-block-header .full-block-header-icon {
  width: 20px;
  margin-right: 4px;
}
.full-block .full-block-header .full-block-header-title {
  font-size: 14px;
  color: #343d42;
  font-weight: 700;
  overflow: hidden;
}
.full-block .full-block-content-padding {
  padding: 15px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.button-full {
  display: block;
  width: 100%;
  font-size: 13px;
}

.button-primary {
  outline: none;
  border: none;
  text-align: center;
  cursor: pointer;
  background: #0b9664;
  color: #fff;
  font-weight: 650;
  border-radius: 7px;
  line-height: 20px;
  padding: 8px;
}

.button-primary.button-raised {
  box-shadow: 0 2px 0px #098559;
}

.list-of-services {
  overflow: hidden;
  display: block;
}

.list-of-services .service-item {
  cursor: default;
  border: 1px solid #ededed;
  display: block;
  font-size: 12px;
  text-decoration: none;
  float: left;
  margin-right: 5px;
  color: #646464;
  padding: 2px 4px;
  margin-bottom: 5px;
  border-radius: 6px;
  transition: 0.2s;
  line-height: 20px;
}

.list-of-services .service-item:hover {
  background: #53626b;
  border-color: #53626b;
  color: #fff;
}

.insight-preview-box {
  height: 100px;
  border: 1px solid #ededed;
  border-radius: 6px;
  overflow: hidden;
}
.insight-preview-box .insight-preview-left {
  float: left;
  border-right: 1px solid #ededed;
  width: 100px;
  height: 100px;
}
.insight-preview-box .insight-preview-left svg {
  width: 50px;
  margin: 25px;
  color: #57595b;
}
.insight-preview-box .insight-preview-left img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.insight-preview-box .insight-preview-right {
  float: left;
  width: calc(100% - 100px);
  padding: 7px 10px;
}
.insight-preview-box .insight-preview-right h3 {
  font-size: 14px;
  font-weight: 700;
  color: #292c2d;
}
.insight-preview-box .insight-preview-right h4 {
  font-size: 12px;
  font-weight: 550;
  color: #42484b;
}

.confirm-box {
  width: 550px;
  max-width: 100%;
  margin: 120px auto;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px 10px;
  padding: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.confirm-box-header {
  padding: 10px 10px;
  display: block;
  border-bottom: 1px solid #ededed;
}
.confirm-box-header h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #40474b;
  font-weight: 700;
}

.confirm-box-content {
  margin: 5px 0;
  padding: 10px 10px;
}
.confirm-box-content .insight-preview-box {
  margin: 10px 0;
}
.confirm-box-content p {
  line-height: 20px;
  font-size: 14px;
  color: #4b4f52;
}

.confirm-box-options {
  border-top: 1px solid #ededed;
  padding: 10px;
}
.confirm-box-options .push-right {
  float: right;
}
.confirm-box-options .push-right button {
  background: transparent;
  border: none;
  line-height: 20px;
  display: inline-block;
  box-sizing: content-box;
}
.confirm-box-options .push-right .option {
  display: inline-block;
  font-size: 13px;
  color: #373e42;
  border: 1px solid #ededed;
  padding: 5px 10px;
  line-height: 20px;
  border-radius: 6px;
  transition: 0.2s;
}
.confirm-box-options .push-right .option:hover {
  background: #f7f7f7;
  color: #282b2d;
}
.confirm-box-options .push-right .option-danger {
  color: #fff;
  background-color: #dc4242;
  border-color: #dc4242;
}
.confirm-box-options .push-right .option-danger:hover {
  background-color: #e74444;
  color: #fff;
  border-color: #e74444;
}

#search-result-body .search-header {
  height: 70px;
  background: linear-gradient(45deg, #20b37f, #2ea1db);
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}
#search-result-body .search-header .back-icon {
  display: block;
  opacity: 0.15;
  height: 156px;
  position: absolute;
  right: -40px;
  bottom: -52px;
  color: #fff;
}
#search-result-body .search-header .search-form-container {
  font-size: 20px;
  display: block;
  font-weight: 650;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.95);
  position: relative;
}
#search-result-body .search-header .search-form-container .input-container {
  border-radius: 0 14px 14px 0;
  margin-top: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
#search-result-body .search-header .search-form-container .input-container input {
  border-radius: 14px;
  width: 100%;
  background: transparent;
  font-size: 13px;
  border: none;
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin-top: 4px;
}
#search-result-body .search-header .search-form-container .input-container input:focus {
  outline: none;
}
#search-result-body .search-header .search-form-container .input-container input::-moz-placeholder {
  color: #fff;
}
#search-result-body .search-header .search-form-container .input-container input::placeholder {
  color: #fff;
}
#search-result-body .search-header .search-form-container .input-container button {
  position: absolute;
  right: 9px;
  padding: 0;
  background: transparent;
  color: #fff;
  border: none;
  animation: fadeIn 0.5s;
}
#search-result-body .search-header .search-form-container .input-container button:focus {
  outline: none;
  border: none;
}
#search-result-body .search-header .search-form-container .query {
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  margin-top: 1px;
  margin-left: 7px;
  font-weight: 650;
}
#search-result-body .search-header .search-form-container .query span {
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 3px 8px;
}
#search-result-body .search-header .search-form-container svg {
  width: 30px;
  vertical-align: top;
  margin-top: 4px;
  display: inline-block;
  margin-right: 4px;
  background: rgba(255, 255, 255, 0.1803921569);
  border-radius: 7px;
  padding: 4px;
  margin-left: 4px;
  cursor: pointer;
}
#search-result-body .search-header .search-form-container.search-view {
  background: rgba(255, 255, 255, 0.1019607843);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 14px;
  padding: 8px;
}
#search-result-body .search-header .search-form-container.search-view .query {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
#search-result-body .search-header .search-form-container.search-view .input-container {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 0;
  width: 100%;
  padding-left: 0px;
  top: 0;
}
#search-result-body .search-header .search-form-container.search-view .input-container input {
  animation-name: slide-left;
  animation-duration: 0.5s;
}
#search-result-body .search-header .search-form-container.search-view svg {
  background: transparent;
  margin-top: 0;
  margin-left: 0;
}
#search-result-body .search-header .search-form-container.query-view .query {
  position: absolute;
  left: 30px;
  padding-left: 6px;
  top: 8px;
  z-index: 2;
  animation-name: fade;
  animation-duration: 0.5s;
}
#search-result-body .search-header .search-form-container.query-view .input-container {
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#search-result-body .resource-section {
  animation: fadeIn 0.5s;
}
#search-result-body .resource-section .resource-section-header .filter-dropdown-block .input-block {
  margin-bottom: 6px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 6px;
}
#search-result-body .resource-section .resource-section-header .filter-dropdown-block .input-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#search-result-body nav.resource-section {
  animation: none !important;
}

@keyframes slide-left {
  0% {
    width: 100px;
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    width: 300px;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.narrow-container {
  width: calc(100% - 380px);
  max-width: 1200px;
  margin: auto;
}

.search-header-stick {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.search-nav {
  background: #fff;
  height: 45px;
  border-bottom: 1px solid #ededed;
  min-height: 45px;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  transition: 0.3s;
}
.search-nav .switch-icon {
  display: none;
}
.search-nav ul {
  list-style: none;
  overflow: hidden;
  padding: 8px 13px;
  padding-left: 0 !important;
  margin: 0;
  display: block;
}
.search-nav ul li {
  cursor: pointer;
  display: block;
  float: left;
  line-height: 21px;
  font-size: 13px;
  overflow: hidden;
  padding: 3px 5px;
  border-radius: 5px;
  margin-right: 18px;
  transition: 0.1s;
}
.search-nav ul li span.count {
  line-height: 16px;
  margin-top: 1px;
}
.search-nav ul li svg {
  vertical-align: sub;
  display: inline-block;
  width: 15px;
}
.search-nav ul li:hover {
  background: rgba(0, 166, 255, 0.08);
  color: #08568d;
}
.search-nav ul li:hover span.count {
  transition: 0.2s;
  background: #1a6ea6;
  color: #fff;
}

#search-result-body {
  padding-top: 140px;
}
#search-result-body mark {
  background: rgba(248, 172, 8, 0.15);
  color: #b98b00;
  padding: 0 2px;
  border-radius: 3px;
  font-weight: inherit;
}
#search-result-body .search-tags-list {
  padding-bottom: 15px;
}

.org-tag mark {
  background: transparent !important;
  padding: 0 !important;
  text-decoration: underline;
  color: rgba(0, 96, 64, 0.7) !important;
}

.org-tag:hover mark {
  color: #fff !important;
}

@media only screen and (max-width: 1400px) {
  .narrow-container {
    width: 100%;
    padding: 0 30px;
  }
}
.search-header-stick {
  position: fixed;
  top: 62px;
  left: 0;
  width: 100%;
  z-index: 100;
}

#search-result-body.stick .search-header-stick {
  box-shadow: 0 1px 17px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 720px) {
  .search-header h1 {
    float: none;
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px auto;
    font-size: 20px;
  }
  .search-header h1 svg {
    width: 24px;
  }
  .narrow-container {
    width: 100%;
    padding: 0 10px;
  }
  .search-nav {
    height: auto;
  }
  .search-nav .switch-icon {
    display: block;
    padding-top: 10px;
  }
  .search-nav .switch-icon svg {
    width: 20px;
    display: block;
    margin: auto;
  }
  .search-nav .narrow-container {
    display: none;
  }
  .search-nav ul li {
    margin: 5px 0;
    padding: 6px;
    display: block;
    float: none;
  }
  .search-nav.open-in-mobile .narrow-container {
    position: absolute;
    top: 100%;
    z-index: 100;
    background: #fff;
    width: 100%;
    left: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1803921569) !important;
    border-bottom: 1px solid #ededed;
    display: block !important;
  }
}
@media only screen and (max-width: 700px) {
  .list-org-head {
    display: block !important;
  }
  #list-org aside {
    display: none;
  }
  #list-org.show-aside-on-mobile aside {
    display: block !important;
    float: none;
    height: -moz-fit-content !important;
    height: fit-content !important;
    width: 100%;
    border-right: none !important;
    /* background: red; */
    border-bottom: 1px solid rgba(237, 237, 237, 0.9294117647);
    padding: 20px;
  }
  #list-org .preview-button {
    margin-top: 20px !important;
  }
  #members_check .form-input .toggle_button {
    margin-top: 10px;
    margin-left: 0;
  }
  .list-org-body {
    float: none;
    width: 100% !important;
    padding: 10px !important;
  }
  .org-list-navigate-footer .navigate-buttons {
    float: none !important;
  }
  .org-list-navigate-footer .navigate-buttons button {
    width: 100% !important;
  }
  #edit-georeach .col-xl-6 {
    width: 100% !important;
    float: none !important;
  }
  #finalize .org {
    width: 100% !important;
  }
}
.list-org-head {
  border-bottom: 1px solid #ededed;
  padding: 0 10px;
  display: none;
  padding-bottom: 10px;
}
.list-org-head .toggle-mobile-list-org-nav {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 650;
  border: 1px solid #ededed;
  padding: 5px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}
.list-org-head .toggle-mobile-list-org-nav svg {
  margin-right: 4px;
  width: 24px;
  display: inline-block;
}

#list-org {
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 1250px;
  margin: 100px auto;
  min-height: 600px;
  border-radius: 9px;
  border: 1px solid #ededed;
  padding: 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

#list-org aside {
  height: 580px;
  border-right: 1px solid #ededed;
  width: 320px;
  float: left;
  padding: 0 10px;
}

.survey-process .step {
  padding: 10px 10px;
  margin: 15px 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}

.survey-process .step .step-circle {
  float: left;
  transition: 0.3s;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
  margin-top: 3px;
  background: #ededed;
  box-sizing: content-box;
}

.survey-process .step .step-info {
  float: left;
}

.survey-process .step .step-info span {
  font-size: 13px;
  line-height: 25px;
}

.survey-process .step-active, .survey-process .step-done {
  color: #228fc7;
}

.survey-process .step-locked {
  opacity: 0.5;
  cursor: default !important;
  color: #808080;
}

.survey-process .step-active .step-circle {
  background: rgba(46, 161, 219, 0.34);
  position: relative;
}

.survey-process .step-done .step-circle {
  background: #228fc7;
}

.survey-process .step-done .step-circle svg {
  width: 14px;
  height: 14px;
  color: #fff;
  margin-left: 2px;
  margin-top: 2px;
}

.survey-process .step-active .step-circle:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  background: #228fc7;
}

.list-org-body {
  float: left;
  width: calc(100% - 320px);
  padding: 20px 30px;
}

#list-org .list-section-head {
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
  font-weight: 650;
  color: #2e2e2f;
}

.form-control {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-bottom: 1px dashed #ededed;
  align-items: center;
}

#list-org .list-section-body .sub-title {
  padding: 0;
  padding-top: 20px;
  overflow: hidden;
  /*border-bottom: 1px dashed #ededed;*/
}

#list-org .list-section-body .sub-title h4 {
  display: block;
  font-size: 15px;
  color: #0ca670;
  font-weight: 680;
}

.form-control label {
  font-size: 13px;
  line-height: 20px;
  color: #676767;
  display: flex;
  flex-direction: row;
  width: 20%;
}

.form-control.mandatory label:after {
  content: "*";
}

.form-control .form-input {
  width: 80%;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}

.form-control div .help-text {
  font-size: 12px;
  font-style: italic;
  display: block;
  color: #838383;
  font-weight: 600;
  margin-top: 8px;
}

.form-control div .help-text b {
  font-weight: 700;
  color: #484d52;
}

.form-control div .error-msg {
  font-size: 12px;
  font-style: italic;
  display: block;
  color: #e76b09;
  font-weight: 600;
  margin-top: 8px;
}

.form-control div .help-text .highlighted {
  color: #e76b09;
}

.form-control input[type=text], .form-control input[type=password], .form-control input[type=number] {
  border: 1px solid #ededed;
  display: block;
  padding: 10px;
  width: 100%;
  font-size: 13px;
  line-height: 38px;
  height: 38px;
  /*width: 50%;*/
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.form-control select {
  border: 1px solid #ededed;
  display: block;
  font-size: 13px;
  line-height: 38px;
  height: 38px;
  /*width: 50%;*/
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.form-control select:focus {
  outline: none;
  color: #464646;
}

.form-control textarea {
  border: 1px solid #ededed;
  display: block;
  font-size: 13px;
  line-height: 21px;
  min-height: 60px;
  /*width: 50%;*/
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
  height: auto;
  min-height: 100px;
  padding: 10px;
  font-weight: 640;
}

.input-with-error {
  border-color: #cb0000 !important;
}

.form-control input:focus {
  outline: none;
  border: 1.5px solid #53626b;
}

.form-control textarea:focus {
  outline: none;
  border: 1.5px solid #53626b;
}

.org-list-navigate-footer {
  margin-top: 20px;
  overflow: hidden;
  padding: 10px 2px;
}

.org-list-navigate-footer .navigate-buttons {
  float: right;
}

.org-list-navigate-footer .navigate-buttons button {
  background: #fff;
  border: 1px solid #ededed;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 20px;
  padding: 6px 18px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0196078431);
  transition: 0.4s;
}

.org-list-navigate-footer .navigate-buttons button svg {
  float: right;
  width: 14px;
}

.org-list-navigate-footer .navigate-buttons button:hover {
  background: #0ca670;
  border-color: #0ca670;
  color: #fff;
  box-shadow: none;
}

@keyframes slide-in {
  from {
    opacity: 0;
    margin-left: -20px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
.org-list-section {
  animation-name: slide-in;
  animation-duration: 0.7s;
}

.org-list-section .form-control:last-child {
  border-bottom: none !important;
}

.upload-placeholder {
  width: 200px !important;
  height: 80px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
  padding-left: 0 !important;
  background: #fff;
  border: 1px solid #ededed;
  float: left;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  transition: 0.4s;
}

.upload-placeholder:hover {
  background: #fafafa;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

.upload-placeholder svg {
  width: 35px;
  display: block;
  margin: 10px auto;
  color: rgb(161, 161, 161);
}

.upload-placeholder input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}

.upload-placeholder p {
  font-weight: 600;
  text-align: center;
  display: block;
  font-size: 11px;
  color: rgb(161, 161, 161);
}

.clear {
  clear: bottom;
}

.logo-preview {
  height: 80px;
  position: relative;
  float: left;
  margin-left: 10px;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.logo-preview img {
  height: 80px;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
  width: auto;
  border: 1px solid #ededed;
}

.logo-preview svg {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #e22f2f;
  color: #fff;
  width: 15px;
  height: 15px;
  padding: 2px;
  border-radius: 3px;
  cursor: pointer;
}

.org-search-preview {
  border: 1px solid #ededed;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
  margin-top: 10px;
}

.org-search-preview ul {
  padding: 0;
  margin: 0;
}

.org-search-preview li {
  list-style: none;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
}

.org-search-preview li:hover {
  background: #fafafa;
  transition: 0.4s;
}

.org-search-preview li {
  border-bottom: 1px solid #ededed;
}

.org-search-preview li:last-child {
  border-bottom: none;
}

.org-search-preview li img {
  float: left;
  display: block;
  width: 36px;
  float: left;
  border-radius: 4px;
  margin-right: 10px;
}

.org-search-preview li .org-no-logo {
  width: 36px;
  height: 36px;
  border: 1px solid #ededed;
  float: left;
  margin-right: 10px;
  border-radius: 4px;
}

.org-search-preview li .org-no-logo svg {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-left: 8px;
  color: #595959;
}

.org-search-preview li span {
  float: left;
  line-height: 36px;
  font-size: 13px;
}

#list-org .affiliations {
  margin-top: 10px;
  border-radius: 7px;
}

#list-org .affiliation {
  font-size: 13px;
  width: 100%;
  padding: 11px 6px;
  /* border-radius: 7px; */
  line-height: 31px;
  overflow: hidden;
  color: #3d3d3d;
  border: 1px solid #ededed;
  border-top: none;
}

.affiliation-search-input, .tag-search-input {
  position: relative;
}

.affiliation-search-input svg, .tag-search-input svg {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
}

#list-org .affiliations .affiliation:first-child {
  border-top: 1px solid #ededed;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#list-org .affiliations .affiliation:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

#list-org .affiliation img {
  width: 31px;
  float: left;
  margin-right: 8px;
  border-radius: 4px;
}

#list-org .affiliation .affiliation-title {
  float: left;
}

#list-org .affiliation svg {
  float: left;
}

#list-org .affiliation .remove-affiliation {
  width: 18px;
  margin-top: 7px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  margin-left: 9px;
  cursor: pointer;
  color: #3f3f3f;
}

#list-org .affiliation:hover .remove-affiliation {
  visibility: visible;
  opacity: 1;
}

#list-org .affiliation:hover .remove-affiliation:hover {
  color: #d73434;
}

#list-org .affiliation select {
  float: right;
  width: 180px;
  font-size: 11px;
  line-height: 10px;
  /* height: 28px; */
  border-radius: 5px;
  padding: 0 4px;
  border: none;
  height: 31px;
  background: #fff;
  border: none !important;
}

#list-org .affiliation .since {
  float: right;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ededed;
  height: 24px;
  margin-top: 8px;
}

#list-org .affiliation .since span {
  float: left;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

#list-org .affiliation .since input {
  width: 100px;
  display: block;
  float: left;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  box-shadow: none !important;
  padding: 3px !important;
  height: 20px !important;
  width: 52px !important;
  display: block;
  /* border-bottom: 1px solid #ededed !important; */
  box-shadow: none !important;
  /* border-radius: 0; */
  line-height: 20px !important;
}

#list-org .affiliation select:focus {
  outline: none;
  border: none;
}

#esg_focus, #missions_and_objectives {
  min-height: 140px;
  height: 100px;
}

.tag {
  font-size: 11px !important;
  transition: 0.3s;
  background: rgba(12, 166, 112, 0.15);
  font-weight: 650;
  border-radius: 4px;
  margin-bottom: 3px;
  color: rgba(0, 96, 64, 0.7);
}

.tag:hover {
  background: rgb(9, 150, 100);
  color: #fff;
}

.tag-search-results {
  margin-top: 10px;
  border: 1px solid #ededed;
  padding: 8px;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.tag-search-results {
  margin-top: 0;
  border: 1px solid #ededed;
  padding: 8px;
  border-radius: 0 0 7px 7px;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.tag-search-results .result-tag {
  border: 1px solid #ededed;
  font-size: 11px;
  padding: 4px;
  display: inline-block;
  margin: 2px 0;
  border-radius: 4px;
  color: #606060;
  cursor: pointer;
}

.tag-search-results .result-tag:hover {
  background: #fafafa;
  color: #1c1c1c;
  transition: 0.2s;
}

.form-input input:focus {
  border: 1px solid #ededed !important;
}

.form-input input.focused-search {
  font-size: 13px !important;
  border: 1px solid #ededed;
  border-radius: 7px 7px 0 0 !important;
  border-bottom: none !important;
}

.affiliation-search-input, .tag-search-input input {
  font-size: 13px !important;
}

.affiliation-search-input, .tag-search-input input:focus {
  outline: none;
  border-color: #ededed;
}

#tags_form .form-input input.focused-search:focus {
  border: 1px solid #ededed !important;
  border-bottom: none !important;
}

.added-tags {
  margin-top: 10px;
}

.added-tags .tag {
  position: relative;
}

.added-tags .tag:hover {
  background: #ffe0dc;
  color: #8c2f28;
  transition: 0.2s;
}

.added-tags .tag svg {
  display: block;
  height: 13px;
  margin-right: 2px;
  margin-top: 2px;
  float: left;
}

.tag-search-results .no-result {
  font-size: 12px;
  padding: 5px;
  display: block;
  color: #949292;
}

.added-tags h4 {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 670;
  color: #4d4d4d;
}

#list-org .save_org {
  background: #fff;
  border: 1px solid #ededed;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 20px;
  padding: 6px 18px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0196078431);
  transition: 0.4s;
  position: absolute;
  right: 10px;
  top: 10px;
}

#finalize .list-section-head {
  text-align: center;
  display: block;
  width: 100%;
}
#finalize .org-public {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  margin-top: 30px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px;
}
#finalize .org-public svg {
  display: block;
  margin: auto;
  color: #008ade;
  border-radius: 8px;
  padding: 3px;
  background: rgba(0, 138, 222, 0.12);
  width: 35px;
}
#finalize .org-public h4 {
  color: #008ade;
  font-weight: 650;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
}
#finalize .org-public p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 20px;
  color: #53626b;
  font-weight: 650;
  text-align: center;
  display: block;
}

#finalize .brief_intro {
  font-size: 13px;
  margin: 20px 0;
}

#finalize .org {
  border: 1px solid #ededed !important;
  border-radius: 8px;
  padding: 10px;
  padding-bottom: 47px;
  width: 65%;
  margin: 34px auto;
  float: none;
  overflow: hidden;
}

.service-item {
  font-size: 11px !important;
  transition: 0.3s;
  background: #fff;
  cursor: pointer;
  font-weight: 650;
  border-radius: 4px;
  margin-bottom: 3px;
  color: rgb(57, 66, 72);
  border: 1px solid #ededed;
  padding: 3px 9px;
  overflow: hidden;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 16px;
  float: left;
  margin-right: 5px;
}

.service-item:hover {
  background: #f7f7f7;
}

.service-item svg {
  float: left;
  width: 13px;
  display: block;
  margin-top: 1px;
  margin-right: 2px;
}

.clickable {
  cursor: pointer;
}

.country-search-input-container input {
  border: 1px solid #ededed;
  display: block;
  font-size: 13px;
  line-height: 38px;
  height: 38px;
  /*width: 50%;*/
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.country-search-input-container input:focus {
  outline: none;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ededed !important;
  border-radius: 7px !important;
  font-size: 13px;
  line-height: 20px;
  padding-top: 5px;
  padding-left: 7px;
  color: #858585;
}

#edit-georeach .col-xl-6 {
  width: 50%;
  float: left;
}

#edit-georeach .row {
  margin-top: 15px;
}

#edit-georeach .list-group.mb-4 {
  list-style: none;
  /* border: 1px solid #ededed; */
  border-radius: 7px;
}

#edit-georeach .list-group-item {
  list-style: none;
  border: 1px solid rgba(237, 237, 237, 0.9294117647);
  padding: 10px;
  margin: 5px 0;
  border-radius: 7px;
}

#edit-georeach .list-group.mb-4 strong {
  font-size: 13px;
  font-weight: 700;
  color: #0ca670;
}

#edit-georeach .badge.bg-primary {
  font-size: 12px;
  line-height: 19px;
  display: inline;
  background: #fff;
  margin: 1px;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #ededed;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0117647059);
  display: inline-block;
  /* width: fit-content; */
  /* float: left; */
}

#edit-georeach .list-group.mt-2 .list-group-item .subregion-title {
  color: #7b8388;
  font-size: 13px;
}

#edit-georeach .add-regions {
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
  color: #838181;
}

.select2-dropdown {
  border: 1px solid #ededed !important;
  top: 5px !important;
  border-radius: 7px !important;
  overflow: hidden;
}

.select2-search--dropdown .select2-search__field {
  padding: 8px;
  border-radius: 7px;
  border: 1px solid #ededed !important;
  font-size: 13px;
  line-height: 18px;
}

.select2-search--dropdown .select2-search__field:focus {
  outline: none;
}

.select2-results__option {
  font-size: 13px;
  line-height: 22px;
}

.select2-results__option:hover {
  background: rgba(215, 215, 215, 0.2);
  color: rgb(24, 24, 24);
}

#edit-georeach .remove-region svg {
  width: 14px;
  line-height: 13px;
  float: right;
  margin-top: 5px;
  color: #9b9a9a;
}

#edit-georeach .remove-subregion svg {
  width: 14px;
  line-height: 13px;
  /*float: right;*/
  margin-top: 4px;
  margin-right: 4px;
  /*float: left;*/
  color: #9b9a9a;
  /* float: right; */
}

#edit-georeach .remove-region svg:hover {
  color: #b63434;
  transition: 0.4s;
}

#edit-georeach .remove-subregion svg:hover {
  color: #b63434;
  transition: 0.4s;
}

#edit-georeach .no-region-selected {
  font-size: 13px;
  margin-top: 10px;
  padding: 10px;
  color: #606060;
}

.subregion-container {
  border: none !important;
  padding: 0 !important;
  margin: 15px 0 !important;
}

.toggle_button {
  width: 57px;
  height: 30px;
  background: #f7f7f7;
  border: 1px solid #ededed;
  border-radius: 15px;
  /* box-shadow: 0 0 1px #00000012; */
  transition: 0.4s;
  cursor: pointer;
  position: relative;
}

.toggle_off:after {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 2px;
  height: 24px;
  width: 24px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
  border: 1px solid #ededed;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.51);
}

.toggle_on {
  background: #0ca670;
  box-shadow: none;
}

.toggle_on:after {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  margin-left: 26px;
  top: 2px;
  height: 24px;
  width: 24px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ededed;
  box-shadow: 0 0 1px rgb(12, 166, 112);
  transition: 0.2s;
}

#members_check label {
  line-height: 18px !important;
}

#members_check .form-input .toggle_button {
  margin-left: 100px;
}

.select2-selection__arrow {
  position: absolute;
  top: 8px !important;
  right: 12px !important;
}

#list-org .validation-error {
  background: #ff9740;
  color: #fff;
  max-width: 300px;
  margin: auto;
  margin-bottom: 24px;
  padding: 10px;
  border-radius: 7px;
  font-size: 13px;
  line-height: 17px;
}

#list-org .validation-error svg {
  float: left;
  width: 21px;
  float: left;
  margin-right: 10px;
}

.form-error label, .error-text {
  color: #cb0000 !important;
}

.step .warning {
  float: right;
  width: 18px;
  color: #e9921b;
  margin-top: 5px;
}

.step .lock {
  float: right;
  width: 12px;
  color: #4f4f4f;
  margin-top: 5px;
}

#list-org .preview-button {
  text-decoration: none;
  border: 1px solid #ededed;
  overflow: hidden;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 20px;
  padding: 5px 8px;
  margin: auto;
  color: #505050;
  font-size: 12px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  border-radius: 7px;
  transition: 0.4s;
  margin-top: 50px;
}

#list-org .preview-button:hover {
  background: #fafafa;
}

#list-org .preview-button svg {
  width: 18px;
  float: left;
  margin-right: 5px;
}

.with-beam:before {
  display: block;
  content: "";
  position: absolute;
  background: url(/assets/beam.png);
  background-size: cover;
  height: 4px;
  width: 60%;
  left: 20%;
  top: -3px;
  z-index: 333;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}

.onboard-head {
  padding: 10px;
}
.onboard-head p {
  font-size: 12px;
  color: #436880;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.onboard-head ul {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.onboard-head ul li {
  background: #fff;
  z-index: 2;
  padding: 3px 40px;
}
.onboard-head ul li .step-number {
  margin: auto;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: rgba(125, 166, 194, 0.3);
  text-align: center;
  font-size: 14px;
  font-weight: 650;
  color: #274e69;
  margin-bottom: 5px;
  border-radius: 50%;
}
.onboard-head ul li .step-number svg {
  width: 18px;
  margin-top: 3px;
  display: inline-block;
}
.onboard-head ul li .step-text {
  font-size: 13px;
  display: block;
  text-align: center;
  color: #436880;
  margin-left: 10px;
}
.onboard-head ul li.step-done .step-number {
  background: #239f00 !important;
  box-shadow: 0 1px 3px rgba(246, 246, 246, 0.3) inset;
  color: #fff;
}
.onboard-head ul li.step-done .step-text {
  font-weight: 700;
  color: #239f00;
}
.onboard-head ul:before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 5;
  width: 100%;
  background: #ededed;
  height: 1px;
}
.onboard-head li.step-doing .step-number {
  background: #1c6ea2 !important;
  box-shadow: 0 1px 1px rgba(246, 246, 246, 0.3) inset;
  color: #fff;
}
.onboard-head li.step-doing .step-text {
  color: #1c6ea2;
}

.onboard-panel {
  position: relative;
  margin-bottom: 20px;
  overflow: visible !important;
}
.onboard-panel .error {
  font-size: 13px;
  color: #c92d1f;
  margin-top: 6px;
  line-height: 18px;
  font-weight: 700;
}
.onboard-panel .error svg {
  margin-top: -3px;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 3px;
}
.onboard-panel .error button {
  background: #fff;
  display: inline-block;
  padding: 3px 7px;
  color: #000;
  border: 1px solid #ededed;
  border-radius: 6px;
}
.onboard-panel .error button svg {
  margin-right: 0;
  width: 14px;
  display: inline-block;
  margin-top: -3px;
}
.onboard-panel .onboard-content {
  margin-top: 30px;
}
.onboard-panel .onboard-content #update-profile-form .form-actions {
  border-top: 1px solid #ededed;
  padding: 20px;
  overflow: hidden;
}
.onboard-panel .onboard-content #update-profile-form .form-actions .form-btn-primary {
  float: right;
}
.onboard-panel .onboard-content .create-org-section .create-org-section-title h4 {
  font-weight: 750;
  font-size: 14px;
}
.onboard-panel .onboard-content .create-org-section .add-additional-billing-details {
  border-top: 1px solid #ededed;
  padding-top: 20px;
  padding-bottom: 20px;
}
.onboard-panel .onboard-content .create-org-section .add-additional-billing-details button {
  display: block;
  border: 1px solid #ededed;
  line-height: 18px;
  color: #454b4f;
  padding: 8px 10px;
  background: #fff;
  font-size: 13px;
  font-weight: 650;
  margin: auto;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.3s;
}
.onboard-panel .onboard-content .create-org-section .add-additional-billing-details button svg {
  color: #000;
  width: 16px;
  margin-right: 2px;
  height: 16px;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
  transition: 0.3s;
}
.onboard-panel .onboard-content .create-org-section .add-additional-billing-details button:hover {
  color: #0a66c2;
}
.onboard-panel .onboard-content .create-org-section .add-additional-billing-details button:hover svg {
  color: #0a66c2;
}
.onboard-panel .onboard-content .create-org-section .additional-billing-contact {
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.onboard-panel .onboard-content .create-org-section .additional-billing-contact h4 {
  display: block;
  font-size: 12px;
  font-weight: 750;
  color: #53626b;
  margin-bottom: 20px;
}
.onboard-panel .onboard-content .create-org-section .additional-billing-contact .form-control {
  padding: 5px 0 !important;
}
.onboard-panel .onboard-content .choose-plan-title p {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 15px;
}
.onboard-panel .onboard-content .choose-plan-title .help {
  color: #718591;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  margin: 15px auto auto;
}
.onboard-panel .onboard-content .choose-plan-title .help a {
  text-decoration: underline;
  color: #53626b;
}
.onboard-panel .onboard-content .email-verification-notice {
  width: 560px;
  max-width: 100% !important;
  margin: 50px auto auto;
}
.onboard-panel .onboard-content .email-verification-notice .msg {
  font-size: 13px;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto auto;
}
.onboard-panel .onboard-content .email-verification-notice .msg-warning {
  color: #f89308;
}
.onboard-panel .onboard-content .email-verification-notice .msg-success {
  color: #36ab12;
}
.onboard-panel .onboard-content .email-verification-notice svg {
  color: #1c6ea2 !important;
  display: block;
  margin: auto;
  width: 70px;
}
.onboard-panel .onboard-content .email-verification-notice h3 {
  color: #1c6ea2 !important;
  font-weight: 750;
  font-size: 20px;
  margin-top: 20px;
  display: block;
  text-align: center;
}
.onboard-panel .onboard-content .email-verification-notice p {
  color: #204050;
  font-weight: 600;
  margin-top: 10px;
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
}
.onboard-panel .onboard-content .email-verification-notice span {
  color: #57656e;
  display: block;
  font-size: 12px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.onboard-panel .onboard-content .email-verification-notice button {
  border: 1px solid rgba(61, 71, 77, 0.1);
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 8px;
  line-height: 18px;
  background: #fff;
  display: block;
  margin: auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02);
  color: #3d474d;
  transition: 0.3s;
}
.onboard-panel .onboard-content .email-verification-notice button:hover {
  background: #0ca670;
  color: #fff;
  border-color: #0ca670;
}
.onboard-panel .onboard-content .org-listing-done {
  padding-top: 50px;
  padding-bottom: 100px;
}
.onboard-panel .onboard-content .org-listing-done div {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.onboard-panel .onboard-content .org-listing-done svg {
  color: #239f00 !important;
  box-shadow: 0 1px 3px rgba(246, 246, 246, 0.3) inset;
  border-radius: 50%;
  display: block;
  margin: auto auto 20px;
  width: 50px;
}
.onboard-panel .onboard-content .org-listing-done h4 {
  display: block;
  text-align: center;
  font-weight: 750;
  color: #239f00;
}
.onboard-panel .onboard-content .org-listing-done p {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 650;
}
.onboard-panel .onboard-action {
  padding: 30px;
  border-top: 1px solid #ededed;
}
.onboard-panel .onboard-action .action-left {
  float: left;
}
.onboard-panel .onboard-action .action-right {
  float: right;
}
.onboard-panel .onboard-action .action-right .btn-primary:disabled {
  background: #ededed;
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.onboard-panel .onboard-action .action-right .btn-primary {
  background: #0b9664;
  color: #fff;
  border: none;
  font-weight: 650;
  padding: 10px 20px;
  border-radius: 8px;
  transition: outline-color 0.3s;
  font-size: 14px;
}
.onboard-panel .onboard-action .action-right .btn-primary svg {
  display: inline-block;
  width: 18px;
  margin-left: -6px;
}
.onboard-panel .onboard-action .action-right .btn-primary:focus {
  outline: 2px solid #4abf95;
  outline-offset: 2px;
}
.onboard-panel .onboard-action .action-right .btn-secondary {
  background: white;
  color: #494e4f;
  border: none;
  font-weight: 650;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 13px;
}
.onboard-panel .onboard-action .action-right .btn-secondary svg {
  display: inline-block;
  width: 18px;
  margin-left: -6px;
}

.onboard-org-ask-info {
  border-top: 1px dashed #ededed;
  height: auto !important;
  min-height: 0 !important;
  padding: 30px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.onboard-org-ask-info .org-name-logo {
  width: 40px;
  display: block;
  margin: 10px auto;
  color: #436880;
  background: rgba(67, 104, 128, 0.1215686275);
  padding: 10px;
  border-radius: 12px;
}
.onboard-org-ask-info .new-org-field {
  max-width: 540px;
  width: 100%;
  margin: auto;
}
.onboard-org-ask-info .org-name-guide {
  text-align: center;
  display: block;
  color: #2b4556;
  font-weight: 700;
  margin-top: 20px;
  font-size: 18px;
}
.onboard-org-ask-info input, .onboard-org-ask-info select {
  background: #fff;
  display: block;
  padding: 10px 14px !important;
  height: 46px !important;
  margin: 20px auto auto;
  border-radius: 13px;
  font-size: 14px;
}
.onboard-org-ask-info input:focus, .onboard-org-ask-info select:focus {
  outline: none;
  border: 1px solid #2386e5;
}
.onboard-org-ask-info button {
  background: #0b9664;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  color: #fff;
  border: none;
  line-height: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 650;
  margin-top: 10px;
  transition: 0.3s;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 400px;
  border-radius: 10px;
}

#list-org .onboard-head {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}

#list-org.with-beam {
  overflow: visible;
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 0.8s;
}

.complete-personal-info {
  padding: 0 20px;
}
.complete-personal-info .complete-profile-left, .complete-personal-info .complete-profile-right {
  width: 50%;
  float: left;
}
.complete-personal-info .complete-profile-right {
  padding-left: 30px;
}
.complete-personal-info .complete-profile-left {
  padding-right: 30px;
}
.complete-personal-info .email-preferences {
  padding-top: 30px;
  border-top: 1px solid #ededed;
  margin-top: 20px;
}
.complete-personal-info .email-preferences .checkbox-box {
  overflow: hidden;
  margin-bottom: 20px;
}
.complete-personal-info .email-preferences .checkbox-box label {
  font-size: 13px;
  display: block;
  color: #253034;
  float: right;
  width: calc(100% - 50px);
}
.complete-personal-info .email-preferences .checkbox-box .toggle-button {
  width: 29px;
  height: 20px;
  float: left;
}
.complete-personal-info .email-preferences .checkbox-box .toggle-button::before {
  top: 1px;
  left: 1px;
  width: 16px !important;
  height: 16px !important;
}
.complete-personal-info .email-preferences .checkbox-box .toggle-button-active:before {
  margin-left: 10px;
}

@media only screen and (max-width: 700px) {
  .onboard-panel, #list-org {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  #list-org .onboard-head {
    width: 100%;
    overflow: scroll;
  }
  .onboard-panel .onboard-content {
    padding: 0 10px;
  }
  .onboard-panel .onboard-content .email-verification-notice {
    width: 100% !important;
  }
  .onboard-panel .onboard-content .email-verification-notice h3 {
    font-size: 17px !important;
  }
  .onboard-panel .onboard-content .email-verification-notice p {
    text-align: left;
  }
  .onboard-head ul li {
    min-width: 150px;
    padding: 0 10px;
    align-items: baseline !important;
  }
  .onboard-head ul li .step-text {
    margin-left: 0 !important;
  }
  .onboard-panel .onboard-content .email-verification-notice button {
    width: 100% !important;
    margin-top: 20px;
  }
  .onboard-panel .onboard-action .action-right {
    float: none !important;
    width: 100% !important;
  }
  .onboard-panel .onboard-action .action-right .btn-primary {
    width: 100% !important;
  }
  .complete-personal-info {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding: 0 !important;
  }
  .complete-personal-info .complete-profile-left {
    padding-right: 0 !important;
    float: none;
    width: 100%;
  }
  .complete-personal-info .complete-profile-right {
    float: none !important;
    width: 100%;
    padding-left: 0 !important;
  }
  .onboard-org-ask-name {
    padding: 30px 10px;
  }
}
.plans {
  padding: 20px;
}
.plans .plain-container {
  overflow: hidden;
  width: 33%;
  padding: 10px;
  float: left;
}
.plans .plain-container .plan-card {
  background: #fff;
  border: 1px solid #ededed;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
.plans .plain-container .plan-card .plan-head .plan-badge {
  position: absolute;
  right: 16px;
  top: 16px;
  background: linear-gradient(85deg, #f8990a, #f8ac08);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 18px;
  padding: 3px 10px;
}
.plans .plain-container .plan-card .plan-head .plan-badge svg {
  width: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 1px;
}
.plans .plain-container .plan-card .plan-head .plan-name {
  color: #20b37f;
  font-weight: 700;
  font-size: 16px;
  display: block;
}
.plans .plain-container .plan-card .plan-head h3 {
  font-size: 32px;
  font-weight: 750;
  display: block;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.plans .plain-container .plan-card .plan-head h3 span {
  color: #53626b;
  font-weight: 650;
  position: absolute;
  font-size: 12px;
  top: 8px;
  right: -55px;
  line-height: 14px;
}
.plans .plain-container .plan-card .plan-head .choose-plan-secondary {
  background: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #34404b;
  line-height: 20px;
  padding: 7px 20px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 650;
  margin-top: 10px;
}
.plans .plain-container .plan-card .plan-head .choose-plan-secondary svg {
  display: inline-block;
  width: 18px;
  vertical-align: middle;
  height: 18px;
}
.plans .plain-container .plan-card .plan-head .choose-plan {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #0b9664;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  color: #fff;
  border: none;
  line-height: 20px;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 650;
  margin-top: 10px;
  transition: 0.3s;
}
.plans .plain-container .plan-card .plan-head .choose-plan svg {
  display: inline-block;
  width: 18px;
  vertical-align: middle;
  height: 18px;
}
.plans .plain-container .plan-card .plan-head .choose-plan:hover {
  transform: scale(1.03);
}
.plans .plain-container .plan-card .plan-features {
  margin-top: 20px;
}
.plans .plain-container .plan-card .plan-features p {
  color: #436880;
  font-size: 13px;
  margin-bottom: 5px;
}
.plans .plain-container .plan-card .plan-features ul {
  border-bottom: 1px solid #ededed;
  padding-bottom: 5px;
  margin-bottom: 5px;
  list-style: none;
  font-weight: 550;
}
.plans .plain-container .plan-card .plan-features ul li {
  color: #1b313f;
  line-height: 18px;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 650;
}
.plans .plain-container .plan-card .plan-features ul li svg {
  display: inline-block;
  width: 14px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px;
}
.plans .plain-container .plan-card .plan-features ul:last-child {
  border-bottom: none !important;
}
.plans .plain-container .plan-card .plan-features ul.inactive li {
  opacity: 0.5;
}
.plans .plain-container .plan-card .plan-features ul.inactive li svg {
  width: 18px;
}
.plans .plain-container .plan-wrapper {
  padding: 2px;
  border-radius: 11px;
}
.plans .plain-container .plan-wrapper.plan-wrapper-active {
  background: linear-gradient(85deg, #20b37f, #2ea1db);
}

#pricing-page .pdf-nudge {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 20px;
  padding: 8px 15px;
  border-radius: 10px;
}
#pricing-page .pdf-nudge p {
  font-weight: 650;
  color: #203542;
  font-size: 13px;
  display: inline-block;
}
#pricing-page .pdf-nudge a {
  margin-left: 5px;
  font-size: 12px;
  font-weight: 700;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  background: rgba(19, 42, 59, 0.08);
  padding: 3px 10px;
  border-radius: 10px;
  color: #293e54;
  display: inline-block;
  transition: 0.3s;
}
#pricing-page .pdf-nudge a svg {
  display: inline-block;
  width: 18px;
  vertical-align: middle;
}
#pricing-page .pdf-nudge a:hover {
  background: #0ca670;
  color: #fff;
}

@media only screen and (max-width: 700px) {
  #pricing-page.static-content-box {
    padding: 10px !important;
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
  #pricing-page.static-content-box .pdf-nudge a {
    display: block;
    margin: 10px auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .plans {
    padding: 0;
  }
  .plans .plain-container {
    width: 100%;
    display: block;
    float: none;
  }
  .plans .plain-container .plan-card .plan-head .choose-plan-secondary {
    width: 100% !important;
  }
  .plans .plain-container .plan-card .plan-head .choose-plan {
    width: 100% !important;
  }
}
#dashboard-container {
  width: 1300px !important;
  max-width: 1300px !important;
  margin: auto;
  margin-top: 90px;
  padding-bottom: 30px;
}

#dashboard-head {
  padding: 20px;
  min-height: 50px !important;
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: hidden;
}
#dashboard-head .dashboard-head-icon {
  width: 120px;
  position: absolute;
  top: -30px;
  left: -10px;
  opacity: 0.05;
}
#dashboard-head .dashboard-head-section {
  display: flex;
  flex-direction: column;
}
#dashboard-head .dashboard-head-right {
  margin-left: auto;
  flex: 0 0 auto;
  white-space: nowrap;
  flex-shrink: 0;
}
#dashboard-head .dashboard-head-right .toggle-mobile-dashboard-nav {
  display: none;
  width: 30px;
  margin-left: 30px;
  height: 30px;
}
#dashboard-head h3 {
  font-weight: 650;
  font-size: 20px;
  color: #53626b;
}
#dashboard-head p {
  font-size: 12px;
  color: #3b464d;
  display: block;
}
#dashboard-head a {
  display: block;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  color: #fff;
  line-height: 20px;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 6px;
}
#dashboard-head a svg {
  margin-top: -3px;
  vertical-align: middle;
  display: inline-block;
  width: 16px;
}

#dashboard-panel {
  position: relative;
  display: flex;
  flex-direction: row;
}
#dashboard-panel .dashboard-nav {
  padding: 15px;
  display: flex;
  flex-direction: column;
  width: 300px;
  min-height: 400px;
  border-right: 1px solid #ededed;
}
#dashboard-panel .dashboard-nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  padding-left: 0;
}
#dashboard-panel .dashboard-nav ul li {
  margin-left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 10px;
  position: relative;
}
#dashboard-panel .dashboard-nav ul li a {
  display: flex;
  width: 100%;
  flex-direction: row;
}
#dashboard-panel .dashboard-nav ul li .icon-regular, #dashboard-panel .dashboard-nav ul li .icon-filled {
  display: flex;
  height: 19px;
  width: 19px;
  margin-right: 6px;
  color: #53626b;
  margin-top: -1px;
}
#dashboard-panel .dashboard-nav ul li .external-icon {
  flex: 0 0 auto;
  margin-left: auto;
  margin-top: -2px;
  width: 13px;
  display: flex;
  vertical-align: middle;
  opacity: 0.4;
}
#dashboard-panel .dashboard-nav ul li .icon-filled {
  display: none !important;
}
#dashboard-panel .dashboard-nav ul li .item-label {
  color: #3e4950;
  display: flex;
  line-height: 16px;
  font-size: 14px;
}
#dashboard-panel .dashboard-nav ul li .item-badge {
  margin-left: 6px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  flex: 0 0 auto;
  padding: 1px 5px;
  border-radius: 20px;
  margin-top: 2px;
}
#dashboard-panel .dashboard-nav ul li .item-badge-regular {
  background: rgba(67, 104, 128, 0.12);
  color: #436880;
}
#dashboard-panel .dashboard-nav ul li .badge {
  font-size: 12px;
  display: flex;
  line-height: 16px;
  margin-left: 5px;
  justify-content: center;
  background: #0ca670;
  color: #fff;
  min-width: 16px;
  border-radius: 4px;
  text-align: center;
}
#dashboard-panel .dashboard-nav ul li.item-disabled {
  cursor: default !important;
}
#dashboard-panel .dashboard-nav ul li.item-disabled a {
  cursor: default !important;
}
#dashboard-panel .dashboard-nav ul li.item-disabled .item-label, #dashboard-panel .dashboard-nav ul li.item-disabled svg {
  opacity: 0.5;
}
#dashboard-panel .dashboard-nav ul li.active-item {
  background: rgba(24, 89, 134, 0.07);
}
#dashboard-panel .dashboard-nav ul li.active-item .icon-regular {
  display: none !important;
}
#dashboard-panel .dashboard-nav ul li.active-item .icon-filled {
  display: flex !important;
  color: #146296;
}
#dashboard-panel .dashboard-nav ul li.active-item .item-label {
  color: #146296;
  font-weight: 700;
}
#dashboard-panel .dashboard-nav ul li.category-label {
  font-size: 11px;
  color: #23292c;
  padding: 3px 10px;
  margin-bottom: 8px;
  font-weight: 650;
}
#dashboard-panel .dashboard-content {
  display: flex;
  width: calc(100% - 300px);
  flex-direction: column;
}
#dashboard-panel .dashboard-content .form-control {
  padding: 10px 0 !important;
}
#dashboard-panel .dashboard-content .form-actions {
  margin-top: 10px;
  border-top: 10px;
  padding-bottom: 20px;
}
#dashboard-panel .my-insights-list {
  padding: 0 !important;
}
#dashboard-panel .my-insights-list .insight-row:last-of-type {
  border-bottom: none !important;
}
#dashboard-panel .my-insights-list .insight-item-list {
  padding: 15px;
}

.dashboard-content-head {
  padding: 15px 30px;
  border-bottom: 1px solid #ededed;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dashboard-content-head .dashboard-content-head-info {
  display: flex;
  flex-direction: column;
}
.dashboard-content-head .dashboard-content-head-info h3 {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
.dashboard-content-head .dashboard-content-head-info p {
  font-size: 12px;
}
.dashboard-content-head .dashboard-content-head-actions {
  display: flex;
  margin-left: auto;
  flex: 0 0 auto;
  height: -moz-fit-content;
  height: fit-content;
}
.dashboard-content-head .dashboard-content-head-actions .rounded-button {
  background: #fff;
  color: #0371cc;
  border: 2px solid #0371cc;
  font-size: 13px;
  padding: 5px 5px;
  padding-right: 11px;
  line-height: 17px;
  border-radius: 18px;
  display: block;
  transition: 0.3s;
  font-weight: 700;
}
.dashboard-content-head .dashboard-content-head-actions .rounded-button svg {
  display: inline-block;
  height: 18px;
  color: inherit;
  margin-top: -2px;
  vertical-align: middle;
  margin-right: 4px !important;
}
.dashboard-content-head .dashboard-content-head-actions .rounded-button:hover {
  background: #0371cc;
  color: #fff;
}

.dashboard-content-section {
  padding: 10px 20px;
}
.dashboard-content-section .dashboard-sub-container {
  display: flex;
  flex-direction: row;
}
.dashboard-content-section .dashboard-sub-container .dashboard-sub-nav {
  display: flex;
  width: 200px;
}
.dashboard-content-section .dashboard-sub-container .dashboard-sub-nav ul {
  display: block;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.dashboard-content-section .dashboard-sub-container .dashboard-sub-nav ul li {
  cursor: pointer;
  font-size: 13px;
  padding: 8px;
  margin-bottom: 10px;
  color: #53626b;
  width: 100%;
  border-radius: 5px;
  border: 1px solid transparent;
}
.dashboard-content-section .dashboard-sub-container .dashboard-sub-nav ul li.active-sub-item {
  color: #1e3644;
  font-weight: 700;
  background: rgba(83, 98, 107, 0.08);
}
.dashboard-content-section .dashboard-sub-container .dashboard-sub-nav ul li.disabled {
  opacity: 0.3;
  cursor: default;
}
.dashboard-content-section .dashboard-sub-container .dashboard-sub-content {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
  width: calc(100% - 240px);
}

.dashboard-personal-info .alert-warning {
  margin: 10px 0 !important;
}
.dashboard-personal-info .complete-personal-info {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.dashboard-personal-info .complete-personal-info .complete-profile-left {
  padding-right: 0 !important;
  float: none;
  width: 100%;
}
.dashboard-personal-info .complete-personal-info .complete-profile-right {
  float: none !important;
  width: 100%;
  padding-left: 0 !important;
}

#update-pass-form {
  padding: 0 20px 20px;
}

.dashboard-content-head-insight-actions {
  overflow: hidden;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: row;
}
.dashboard-content-head-insight-actions .toggle-list-view {
  display: flex;
  border: 1px solid #f1f1f1;
  border-radius: 14px;
  margin-right: 10px;
  height: 31px;
  display: block;
  background: #f5f5f5;
  border: 1px solid rgba(237, 237, 237, 0.93);
  padding: 1px 3px;
}
.dashboard-content-head-insight-actions .toggle-list-view svg {
  width: 24px;
  height: 24px;
  display: block;
  color: #525252;
  float: left;
  padding: 4px;
  margin: 0;
  border-radius: 10px;
}
.dashboard-content-head-insight-actions .toggle-list-view svg.active {
  color: #000;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  display: block;
  background: #fff;
}
.dashboard-content-head-insight-actions .toggle-list-view svg:last-child {
  margin-left: 2px;
}

.dashboard-overview {
  padding: 15px;
}
.dashboard-overview .dashboard-overview-block {
  padding: 15px;
}
.dashboard-overview .dashboard-overview-block .dashboard-overview-block-head h4 {
  font-size: 13px;
  font-weight: 700;
  color: #436880;
}
.dashboard-overview .overview-first-row .dashboard-overview-block:last-of-type {
  border-left: 1px solid #ededed;
}
.dashboard-overview .overview-first-row .dashboard-overview-block:first-of-type {
  border-left: none !important;
}
.dashboard-overview .dashboard-overview-checklist {
  padding-left: 30px;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content {
  padding-top: 10px;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul {
  padding-left: 0 !important;
  margin-left: 0 !important;
  list-style: none;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li {
  position: relative;
  display: block;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 750;
  color: rgba(83, 98, 107, 0.6);
  padding-left: 32px;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li .action-item-icon {
  position: absolute;
  left: 0;
  top: 9px;
  vertical-align: middle;
  background: #fff;
  border-radius: 50%;
  z-index: 20;
  margin-right: 2px;
  display: inline-block;
  width: 20px;
  margin-top: -1px;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li a {
  color: #0a66c2;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s;
  border: 1px solid;
  padding: 1px 10px;
  font-size: 11px;
  vertical-align: middle;
  margin-left: 10px;
  border-radius: 20px;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li a svg {
  display: inline-block;
  width: 10px;
  margin-top: -2px;
  margin-left: -2px;
  vertical-align: middle;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li a:hover {
  background: #0a66c2;
  color: #fff;
  border-color: #0a66c2;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 10px;
  width: 1px;
  height: 40px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li:last-of-type:before {
  display: none;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li.completed {
  color: #239f00;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li.completed span {
  font-weight: 700;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li.to-be-completed {
  color: #436880;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li.to-be-completed span {
  font-weight: 700;
}
.dashboard-overview .dashboard-overview-block.user-org {
  padding: 0 !important;
}
.dashboard-overview .overview-row {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.overview-card {
  position: relative;
  width: 450px;
  background: linear-gradient(180deg, rgba(67, 104, 128, 0.031372549), transparent);
  background-image: url("/static-assets/toned_down.png");
  background-size: 250%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 20px;
  border-radius: 11px;
  border: 1px solid #ededed;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0705882353);
}
.overview-card .org-card-container {
  margin-top: 10px;
  border-radius: 10px;
  padding: 0 !important;
}
.overview-card .org-card-container .org {
  margin: 0 !important;
  width: 100% !important;
}
.overview-card .overview-org-card-details {
  margin-top: 10px;
}
.overview-card .overview-org-card-details ul {
  display: flex;
  padding-left: 0 !important;
  margin-left: 0 !important;
  flex-direction: row;
}
.overview-card .overview-org-card-details ul li {
  width: 50%;
  flex-direction: column;
  display: flex;
  text-align: center;
}
.overview-card .overview-org-card-details ul li .key {
  font-size: 12px;
  margin-bottom: 10px;
  color: #667883;
  font-weight: 650;
}
.overview-card .overview-org-card-details ul li .val {
  font-weight: 700;
  color: #37464f;
  font-size: 18px;
}
.overview-card .overview-org-card-details ul li .val a {
  font-size: 10px;
  font-weight: 700;
  padding: 1px 8px;
  border-radius: 10px;
  color: #0b9664;
  background: #fff;
  vertical-align: middle;
  border: 1px solid #0b9664;
  transition: 0.2s;
}
.overview-card .overview-org-card-details ul li .val a:hover {
  background: #0b9664;
  color: #fff;
}
.overview-card .overview-org-card-details ul li .val svg {
  display: inline-block;
  width: 22px;
  margin-top: -2px;
  vertical-align: middle;
}
.overview-card .overview-org-card-details ul li .visibility-val button {
  font-size: 11px;
  display: block;
  background: #fff;
  border: 1px solid #ededed;
  line-height: 18px;
  padding: 2px 16px;
  margin: auto;
  margin-top: 10px;
  border-radius: 14px;
  cursor: pointer;
}
.overview-card .overview-org-card-details ul li .visibility-val button:hover {
  background: #0a66c2;
  border-color: #0a66c2;
  color: #fff;
}
.overview-card .overview-org-card-details ul li:nth-child(even) {
  border-left: 1px solid #ededed;
}
.overview-card .overview-org-card-actions {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 10px;
}
.overview-card .overview-org-card-actions .overview-org-card-action {
  display: flex;
  transition: 0.3s;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  margin-top: 10px;
  font-size: 13px;
  border: 1px solid #ededed;
  border-radius: 8px;
  padding: 8px 10px;
  line-height: 20px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.overview-card .overview-org-card-actions .overview-org-card-action svg {
  display: inline-block;
  width: 14px;
  margin-right: 6px;
}
.overview-card .overview-org-card-actions .overview-org-card-action:hover {
  background: #2e3d46;
  color: #fff;
  border-color: #2e3d46;
}

.dashboard-my-tags {
  padding: 15px !important;
}
.dashboard-my-tags .my-sponsorships-index .sponsored-tag {
  padding: 6px 13px;
}
.dashboard-my-tags .my-sponsorships-index .sponsored-tag .org-tag {
  margin-top: 3px;
}
.dashboard-my-tags .my-sponsorships-index .sponsored-tag .item-icon {
  float: left;
  width: 14px;
  margin-right: 6px;
  margin-top: 4px;
  color: #3b3b3b;
}
.dashboard-my-tags .my-sponsorships-index .sponsored-tag .label {
  float: left;
  line-height: 14px;
  font-size: 14px;
  padding: 3px;
  font-weight: 650;
}
.dashboard-my-tags .my-sponsorships-index .sponsored-tag .edit {
  float: right;
  font-size: 11px;
  border: 1px solid #ededed;
  padding: 4px;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #464849;
  transition: 0.2s;
}
.dashboard-my-tags .my-sponsorships-index .sponsored-tag .edit svg {
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 0;
  margin-top: 0;
}
.dashboard-my-tags .my-sponsorships-index .sponsored-tag .edit:hover {
  color: #fff;
  border-color: #0b9664;
  background-color: #0b9664;
}
#delete-account-form .description_paragraph {
  font-size: 13px;
  margin: 10px 0;
  display: block;
}
#delete-account-form .submit {
  display: flex;
  padding: 10px 0;
}
#delete-account-form .submit button {
  font-size: 14px;
  display: block;
  padding: 6px 15px;
  line-height: 20px;
  color: #fff;
  background: #0a66c2;
  border: none;
  margin-left: auto;
  border-radius: 6px;
}

.dashboard-subscription {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dashboard-subscription h4 {
  font-weight: 650;
  color: #0a5fa5;
}
.dashboard-subscription .dashboard-periods {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.dashboard-subscription .dashboard-periods .invoice-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 5px;
}
.dashboard-subscription .dashboard-periods .invoice-table .invoice-table-head {
  background: #f7f7f7;
  font-size: 13px;
  border-radius: 8px;
  color: #6e6e6e;
}
.dashboard-subscription .dashboard-periods .invoice-table .invoice-table-row {
  font-size: 14px;
  font-weight: 500;
}
.dashboard-subscription .dashboard-periods .invoice-table .invoice-table-head, .dashboard-subscription .dashboard-periods .invoice-table .invoice-table-row {
  display: flex;
  padding: 8px 0;
}
.dashboard-subscription .dashboard-periods .invoice-table .invoice-table-head .start-date, .dashboard-subscription .dashboard-periods .invoice-table .invoice-table-head .end-date, .dashboard-subscription .dashboard-periods .invoice-table .invoice-table-row .start-date, .dashboard-subscription .dashboard-periods .invoice-table .invoice-table-row .end-date {
  width: 40%;
  padding: 0 10px;
}
.dashboard-subscription .dashboard-periods .invoice-table .invoice-table-head .actions, .dashboard-subscription .dashboard-periods .invoice-table .invoice-table-row .actions {
  display: flex;
  width: 20%;
}
.dashboard-subscription .dashboard-periods .invoice-table .invoice-table-head .actions a, .dashboard-subscription .dashboard-periods .invoice-table .invoice-table-row .actions a {
  transition: 0.3s;
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 5px;
  color: #436880;
}
.dashboard-subscription .dashboard-periods .invoice-table .invoice-table-head .actions a svg, .dashboard-subscription .dashboard-periods .invoice-table .invoice-table-row .actions a svg {
  width: 16px;
}
.dashboard-subscription .dashboard-periods .invoice-table .invoice-table-head .actions a:hover, .dashboard-subscription .dashboard-periods .invoice-table .invoice-table-row .actions a:hover {
  color: #0a5fa5;
}
.dashboard-subscription .sub-plans {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.dashboard-subscription .sub-plans .manage-plans {
  display: flex;
}
.dashboard-subscription .sub-plans .current-plan {
  min-height: 60px;
  border-right: 1px solid #ededed;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.dashboard-subscription .sub-plans .current-plan h3 {
  font-weight: 750;
  color: #36ab12;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
}
.dashboard-subscription .sub-plans .current-plan span {
  font-size: 12px;
}
.dashboard-subscription .update-billing {
  padding: 0 20px;
}
.dashboard-subscription .update-billing-details-form {
  padding: 0 25px 25px;
}
.dashboard-subscription .update-billing-details-form .form-actions {
  display: flex;
}
.dashboard-subscription .update-billing-details-form .form-actions .button-primary {
  margin-left: auto;
  font-size: 14px;
  padding: 9px 20px;
}
.dashboard-subscription .form-control {
  display: flex;
  width: 100% !important;
}
.dashboard-subscription .form-control .form-input-container {
  display: flex;
  flex-direction: column;
  width: 80%;
  gap: 5px;
}
.dashboard-subscription .form-control .form-input-container .form-input {
  width: 100% !important;
}
.dashboard-subscription .form-control .form-input-container .error {
  display: flex;
  margin-left: 15px;
  text-align: left;
  color: #ff1717;
}
.dashboard-subscription .add-additional-billing-details {
  padding: 10px 0;
}
.dashboard-subscription .add-additional-billing-details button {
  margin: auto;
  display: flex;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ededed;
  padding: 10px;
  font-size: 13px;
  font-weight: 650;
  border-radius: 8px;
}
.dashboard-subscription .add-additional-billing-details button svg {
  width: 18px;
  height: 18px;
  margin-right: 0;
  display: inline-block;
}
.dashboard-subscription .additional-billing-contact h4 {
  font-weight: 450;
  font-size: 13px;
}

@media only screen and (max-width: 700px) {
  #dashboard-container {
    width: calc(100% - 20px) !important;
    margin-left: 10px !important;
  }
  .dashboard-content-section {
    padding: 10px !important;
  }
  .dashboard-content-section .dashboard-sub-container {
    flex-direction: column;
  }
  .dashboard-content-section .dashboard-sub-container .complete-personal-info {
    padding: 5px !important;
  }
  .dashboard-content-section .dashboard-sub-container .dashboard-sub-nav {
    width: 100%;
    border-bottom: 1px solid #ededed;
  }
  .dashboard-content-section .dashboard-sub-container .dashboard-sub-content {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .form-control {
    flex-direction: column;
    row-gap: 5px !important;
  }
  .form-control label {
    width: 100%;
  }
  .form-control .form-input {
    width: 100% !important;
    padding-left: 0 !important;
  }
  #dashboard-head .dashboard-head-right .manage-org-link {
    display: none !important;
  }
  #dashboard-head .dashboard-head-right .toggle-mobile-dashboard-nav {
    display: block !important;
  }
  #dashboard-container.mobile-hide-nav .dashboard-nav {
    display: none;
  }
  #dashboard-container.mobile-show-nav .dashboard-nav {
    display: block;
    width: 100%;
  }
  #dashboard-container.mobile-show-nav .dashboard-content {
    display: none;
  }
  #dashboard-panel .dashboard-content {
    width: 100% !important;
  }
  #dashboard-panel .dashboard-overview {
    padding: 10px !important;
  }
  #dashboard-panel .dashboard-overview .overview-card {
    width: 100% !important;
  }
  #dashboard-panel .dashboard-overview .overview-row {
    flex-direction: column !important;
  }
}
.static-content-box {
  padding: 30px;
  width: 1300px;
  max-width: 100%;
  margin: 100px auto;
  margin-bottom: 80px !important;
}
.static-content-box .static-content-box-head h3 {
  font-weight: 700;
  font-size: 22px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  position: relative;
  padding-bottom: 10px;
}
.static-content-box .static-content-box-head h3:after {
  content: "";
  display: block;
  width: 30%;
  left: 35%;
  background: #000;
  height: 2px;
  bottom: 0;
  border-radius: 8px;
  position: absolute;
}

#contact_page.static-content-box {
  width: 900px;
}
#contact_page.static-content-box .description_paragraph {
  display: block;
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#contact_page.static-content-box .contact-form {
  width: 750px;
  max-width: 100%;
  margin: auto;
}
#contact_page.static-content-box .contact-form .inline-block {
  margin-bottom: 20px;
}

#contact_page.static-content-box .captcha-container, #create-claiming-request .captcha-container {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#contact_page.static-content-box .captcha-container .frc-captcha, #create-claiming-request .captcha-container .frc-captcha {
  border-radius: 10px;
}
#contact_page.static-content-box .captcha-container .frc-captcha .frc-content button, #create-claiming-request .captcha-container .frc-captcha .frc-content button {
  border-radius: 4px;
}
#contact_page.static-content-box .submit, #create-claiming-request .submit {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
}
#contact_page.static-content-box .submit .primary-button, #create-claiming-request .submit .primary-button {
  margin-left: auto;
  background: #0a66c2;
  border: none;
  display: block;
  padding: 7px 10px;
  border-radius: 7px;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 20px;
  color: #fff;
  min-width: 120px;
}

@media only screen and (max-width: 700px) {
  .static-content-box {
    padding: 20px !important;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px) !important;
  }
  #contact_page.static-content-box .static-content-box-head h3 {
    font-size: 20px;
    text-align: center;
  }
  .description_paragraph {
    font-size: 16px !important;
    text-align: left !important;
    line-height: 20px !important;
  }
  .contact-form .input-block .form-control {
    flex-direction: column !important;
    row-gap: 10px;
  }
  .contact-form .input-block .form-control label {
    width: 100%;
  }
  .contact-form .submit {
    margin-top: 5px;
  }
  .contact-form .submit .primary-button {
    width: 100% !important;
  }
}
.static-content-body p {
  line-height: 25px;
}
.static-content-body strong {
  font-weight: 650;
}
.static-content-body h2 {
  font-size: 18px;
  color: #0ca670;
  font-weight: 700;
  margin: 10px 0;
}
.static-content-body .contact-info {
  margin-top: 30px;
}

.static-content-body-narrow {
  max-width: 700px !important;
  margin: auto;
}

.static-content-box-thin {
  max-width: 900px !important;
}

#imprint-page p {
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}
#imprint-page p:last-child {
  border-bottom: none !important;
}

#create-claiming-request {
  width: 950px !important;
}
#create-claiming-request .org {
  border: 1px solid #ededed;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 0;
  width: 100% !important;
  border-radius: 10px;
}
#create-claiming-request .claiming-body {
  width: 100%;
  padding: 0 30px;
}
#create-claiming-request .claiming-body .claiming-body-left {
  width: 400px;
}
#create-claiming-request .upload-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#create-claiming-request .upload-container .upload-guide {
  font-size: 12px;
}
#create-claiming-request .upload-container .upload-guide code {
  color: #e73d09;
}
#create-claiming-request .upload-placeholder {
  margin: 0 !important;
}

html {
  scroll-behavior: smooth;
}

* {
  font-family: "Nunito Sans" !important;
  font-weight: 650;
}

.org {
  width: 50%;
  display: flex;
  gap: 15px;
  padding: 20px 15px;
  position: relative;
}

a:focus {
  outline: none !important;
  color: inherit;
}

.org h2 a {
  font-size: 16.5px;
  text-decoration: none !important;
  font-weight: 650;
  color: #444444;
  transition: color 0.3s;
}

.org h2 a:hover {
  color: #116496;
}

.org h2 {
  font-size: 16.5px;
  font-weight: 650;
  text-decoration: none;
}

.org .teaser {
  font-family: "Poppins";
  margin-top: 4px;
  font-size: 13px;
  color: #898989;
  line-height: 20px;
  height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 100%;
  overflow: hidden;
}

.org .org-logo {
  width: 68px;
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
  /* border: 1px solid #ededed !important; */
}

.org .org-logo-container {
  /*padding:2px;*/
  border-radius: 6px;
  overflow: hidden;
  height: 70px;
  width: 70px;
  border: 1.5px solid #ededed;
}

.org .org-details {
  width: calc(100% - 85px);
}

.org-tags {
  margin-top: 5px;
  overflow: hidden;
}

.org-tag {
  float: left;
  font-size: 11.5px;
  font-family: Poppins;
  background: rgba(12, 166, 112, 0.15);
  color: rgba(0, 96, 64, 0.7);
  border-radius: 3px;
  padding: 3px 5px;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: 0.3s;
}

.org-tag:hover {
  background: rgb(9, 150, 100);
  color: #fff;
}

.org-actions {
  margin-top: 10px;
  overflow: hidden;
  position: absolute;
  bottom: 14px;
}

.org-action {
  display: block;
  overflow: hidden;
  margin-right: 18px;
  font-size: 12px;
  text-decoration: none;
  float: left;
  display: block;
  color: rgba(22, 30, 37, 0.66);
  font-family: Poppins;
  transition: 0.3s;
  line-height: 18px;
  padding: 3px 6px;
  font-weight: 700;
}

.org-action:hover {
  color: #0080bb;
}

.org-action svg {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 5px;
}

.more-info {
  border: 1px solid;
  border-radius: 6px;
  color: #58a6cd;
}

.more-info:hover {
  background: #0080bb;
  border-color: #0080bb;
  color: #fff;
}

.cards-org {
  display: block !important;
  overflow: hidden !important;
}

.org-row {
  /*padding:10px 0;*/
  border-bottom: 1px solid #ededed;
}

.org-row:last-child {
  /*border-bottom: 0 !important;*/
}

.org-row .org:first-child {
  border-right: 1px solid #ededed;
}

.org-row .org:nth-child(2) {
  border-left: 1px solid #ededed;
  margin-left: -1px;
}

.clear {
  clear: both;
}

.register_modal {
  margin-top: 60px !important;
}

.register_modal .modal_moto {
  font-size: 20px !important;
  margin-top: 25px !important;
  margin-bottom: -10px;
}

#publish_a_report {
  margin-left: 20px;
}

#publish_a_report svg {
  width: 20px;
  margin-top: -2px;
  float: left;
}

.auth_modal .close-modal, .modal .close-modal {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  color: #919191;
}

.auth_modal_bg {
  position: fixed;
  z-index: 10000000000000;
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  height: 100%;
}

.image_modal_bg {
  position: fixed;
  z-index: 10000000000000;
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.auth_modal_bg.auth_modal_bg_active, .image_modal_bg.image_modal_bg_active {
  display: block !important;
}

.auth_modal {
  background: #fff;
  min-height: 300px;
  z-index: 1000000000;
  max-width: 95% !important;
  padding: 20px;
  width: 400px;
  position: relative;
  margin: 100px auto;
  border-radius: 13px;
  border: 1px solid #ededed;
  box-shadow: 0 2px 12px rgba(2, 2, 2, 0.3);
}

.modal {
  background: #fff;
  min-height: 300px;
  z-index: 1000000000;
  max-width: 95% !important;
  padding: 0;
  width: 400px;
  position: relative;
  margin: 100px auto;
  border-radius: 13px;
  border: 1px solid #ededed;
  box-shadow: 0 2px 12px rgba(2, 2, 2, 0.3);
}
.modal .modal-header {
  padding: 20px;
}

.image_modal {
  max-width: 60%;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  overflow: hidden;
  margin: 30px auto;
  position: relative;
}
.image_modal .close-image-modal {
  position: absolute;
  opacity: 0;
  z-index: 100;
  right: 10px;
  top: 10px;
  width: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.69);
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 0.3s;
  padding: 1px;
}
.image_modal img {
  max-width: 80vw;
  max-height: 80vh;
  display: block;
}

.image_modal:hover .close-image-modal {
  opacity: 1;
}

.auth_form .forgot-pass {
  display: block;
  font-size: 11px;
  color: #748289;
  font-weight: 600;
  text-align: right;
  padding-right: 5px;
}

.auth_modal .modal_logo {
  width: 110px;
  margin: 10px auto;
  display: block;
}

.auth_modal .modal_moto {
  display: block;
  text-align: center;
  color: rgb(83, 98, 107);
  font-size: 22px;
  font-weight: 400;
  margin-top: 10px;
}

.auth_modal .auth_form {
  margin-top: 20px;
  padding: 5px;
}

.auth_form .input-control {
  width: 100%;
  padding: 12px 0;
}

.auth_form .input-control input {
  border-radius: 10px;
  font-size: 13px;
}

.auth_form .input-control input:focus {
  outline: none;
  border-color: #436880;
}

.auth_form .input-control.input-ok input, .auth_form .input-control.input-ok input:focus {
  outline: none;
  border-color: #0ca670;
}

.auth_form .input-control.input-error input, .auth_form .input-control.input-error input:focus {
  border-color: #e74c09 !important;
}

.auth_form .input-control label {
  display: block;
  font-size: 13px;
  padding-left: 4px;
  margin-bottom: 8px;
  color: #6b6b6b;
}

.auth_form .primary-button {
  display: block;
  background: #0ca670;
  color: #fff;
  border: none;
  width: 100%;
  line-height: 20px;
  padding: 8px;
  font-size: 13px;
  border-radius: 10px;
  margin-top: 25px;
  transition: 0.4s;
}

.auth_form .primary-button:disabled {
  opacity: 0.7;
  cursor: default;
}

.auth_form .primary-button:hover {
  background: #05b778;
}

.auth_form .input-error-msg {
  display: block;
  overflow: hidden;
  font-size: 12px;
  color: #e74c09 !important;
  padding: 0 3px;
}

.auth_form .frc-captcha {
  max-width: 260px;
  margin: 20px auto 10px;
  background: #f8f8f8;
  border-radius: 10px;
  border: 1px solid #ededed;
}

.remember-me {
  overflow: hidden;
  position: relative;
  padding-left: 5px;
  margin-top: 6px;
  border: 1px;
}

.remember-me input {
  display: block;
  float: left;
  line-height: 20px;
  background: #fff;
  border: 1px solid rgba(201, 201, 201, 0.53);
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 14px;
  border-radius: 4px;
  width: 14px;
  cursor: pointer;
  margin-top: 2px;
}

.remember-me input:checked {
  background: #0ca670;
  border-color: #0ca670;
}

.remember-me label {
  display: block;
  font-weight: 600;
  float: left;
  width: calc(100% - 40px);
  font-size: 12.5px;
  color: #505050;
  margin-left: 5px;
  line-height: 18px;
}

.remember-me label a {
  color: #0ca670;
  text-decoration: none;
}

header {
  position: fixed;
  background: #fff;
  height: 62px;
  border-bottom: 1px solid #ededed;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 19px 40px;
}

.main_menu {
  color: #232222;
  padding-left: 0 !important;
  list-style: none;
  display: block;
  float: left;
  font-weight: 500;
}

.main_menu li {
  display: block;
  font-size: 15px;
  float: left;
  padding: 3px 15px;
}

.main_menu li a {
  text-decoration: none;
  color: #232222;
  padding: 6px 10px;
  border-radius: 5px;
  transition: 0.4s;
}

.main_menu li a:hover {
  color: #0ca670;
}

.logo {
  width: 130px;
  margin-right: 20px;
  float: left;
  display: block;
}

.head_right {
  float: right;
  margin-top: -5px;
}

.list_org_head {
  margin-top: 2px;
  cursor: pointer;
  display: block;
  background: #2ea1db;
  padding: 8px 14px;
  border-radius: 20px;
  line-height: 20px;
  float: left;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.list_org_head:hover {
  background: #0a97d9;
  color: #fff !important;
}

.list_org_head svg {
  float: right;
  width: 18px;
  margin-top: 2px;
  margin-left: 7px;
}

.head_right .auth {
  float: left;
  margin-left: 20px;
  padding-top: 3px;
  color: #fff;
}

.head_right .auth a.my_org {
  margin-left: 20px;
  position: relative;
  float: left;
  text-decoration: none;
}

.head_right .auth a.my_org:before {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
  left: -10px;
  top: 6px;
  position: absolute;
}

.head_right .auth a.my_org svg {
  width: 22px;
}

.head_right .auth .auth_option {
  display: block;
  cursor: pointer;
  float: left;
  font-size: 14px;
  display: block;
  line-height: 20px;
  padding: 7px 10px;
  text-decoration: none;
  color: #505050;
  margin-left: 10px;
  border-radius: 6px;
  position: relative;
}

.head_right .auth .auth_option ul {
  display: block;
  background: #fff;
  top: calc(100% + 20px);
  border: 1px solid #ededed;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  list-style: none;
  right: 10px;
  min-width: 150px;
  position: absolute;
  padding: 10px;
}

.head_right .auth .auth_option ul li a {
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
  display: block;
}

.head_right .auth .auth_option ul li button {
  background: transparent;
  border: none;
  display: block;
  padding: 5px 10px;
}

.head_right .auth .auth_option ul li button:hover {
  transition: 0.4s;
  color: #0ca670;
}

.head_right .auth .auth_option ul li a:hover {
  transition: 0.4s;
  color: #0ca670;
}

.head_right .auth .auth_option:after {
  content: "";
  display: block;
  border-radius: 40px;
  position: absolute;
  bottom: 0px;
  height: 2px;
  background: #343434;
  /*width: 60%;*/
  left: 0;
  opacity: 0;
  width: 0;
  transition: 0.4s;
}

.head_right .auth .auth_option:hover::after {
  width: 60%;
  left: 20%;
  opacity: 1;
}

.head_right .auth .auth_option svg {
  width: 24px;
  margin-right: 5px;
  display: block;
  float: left;
  margin-top: -2px;
}

.head_right .auth .auth_option svg:nth-child(2) {
  float: right;
  width: 11px;
  margin-left: 5px;
  margin-top: 4px;
}

.toggle_mobile_menu {
  display: none;
}

@media only screen and (max-width: 1150px) {
  header .main_menu {
    display: none !important;
  }
  header .head_right {
    display: none;
  }
  #home_page_cover .toggle_mobile_menu {
    color: #fff;
  }
  .toggle_mobile_menu {
    float: right;
    margin-top: 0px;
    display: block !important;
    width: 30px;
    height: 30px;
    color: rgba(0, 0, 0, 0.7);
  }
  .mobile_menu_shown .toggle_mobile_menu {
    color: #fff !important;
  }
  .head_right .toggle_mobile_menu svg {
    width: 30px;
    height: 30px;
  }
  .mobile_menu_shown {
    background: rgba(0, 0, 0, 0.9) !important;
    padding: 40px !important;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    overflow-y: scroll;
    z-index: 10000;
  }
  .mobile_menu_shown .head_right .auth {
    display: block !important;
    width: 100% !important;
    margin: 30px auto;
    color: #fff;
  }
  .mobile_menu_shown .toggle_mobile_menu {
    position: fixed;
    right: 40px;
    bottom: 40px;
  }
  .mobile_menu_shown .main_menu {
    display: block !important;
    z-index: 20000;
    color: #fff;
    width: 100%;
    padding: 40px 0 !important;
    float: none !important;
  }
  .mobile_menu_shown .logo {
    filter: brightness(0) invert(1);
  }
  .mobile_menu_shown .list_org_head {
    float: none;
  }
  .mobile_menu_shown .auth {
    float: none;
    width: 100%;
    margin: 10px 0 !important;
  }
  .mobile_menu_shown .head_right .auth .auth_option {
    padding: 10px 0;
  }
  .mobile_menu_shown .head_right .auth .auth_option {
    float: none !important;
    border: none !important;
    margin: 0;
    color: #fff;
  }
  .mobile_menu_shown .head_right .auth .auth_option:before {
    display: none !important;
  }
  .mobile_menu_shown .head_right .auth .auth_option ul {
    background: transparent;
    border: none;
    padding-left: 24px;
    width: 100%;
    padding: 10px 0;
    bottom: -70px;
    top: 100% !important;
  }
  .head_right .auth a:hover::after {
    display: none !important;
  }
  #home_page_cover .head_right .auth .auth_option:after {
    display: none;
  }
  .mobile_menu_shown .head_right .auth .auth_option ul li button, .mobile_menu_shown .head_right .auth .auth_option ul li a {
    color: #fff;
  }
  .mobile_menu_shown .head_right .auth .auth_option ul li button, .mobile_menu_shown .head_right .auth .auth_option ul li a {
    padding: 10px !important;
  }
  .mobile_menu_shown .main_menu li {
    display: block;
    float: none !important;
    padding: 20px 0 !important;
    width: 100%;
    color: #fff !important;
  }
  .mobile_menu_shown .main_menu li a {
    color: #fff;
  }
  .mobile_menu_shown .head_right {
    float: none !important;
    color: #fff;
    display: block;
  }
  .mobile_menu_shown .head_right .auth a {
    margin-left: 0 !important;
    float: none;
    display: block;
    color: #fff;
    padding: 15px 0;
  }
  #home_page_cover .main_menu {
    padding-bottom: 20px !important;
  }
}
#add_report {
  background: #fff;
}

#add_report .block-title {
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #2d3748;
}

#add_report .form-container {
  padding: 10px;
  margin-top: 10px;
}

.publish-date-input-group {
  border: 1px solid #ededed;
  border-radius: 7px;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0;
}

.publish-date-input-group #publish_year {
  display: block;
  background: #fff;
  float: left;
  width: 33%;
  padding: 0 10px !important;
  border: none !important;
  border-radius: 0 !important;
  border-right: 1px solid #ededed !important;
  -webkit-appearance: none;
}

.publish-date-input-group #publish_month {
  display: block;
  float: left;
  background: #fff;
  width: 33%;
  -webkit-appearance: none;
  border-radius: 0 !important;
  border: none !important;
  padding: 0 10px !important;
  border-right: 1px solid #ededed !important;
}

.publish-date-input-group #publish_day {
  display: block;
  float: left;
  width: 33%;
  background: #fff;
  border: none !important;
  -webkit-appearance: none;
  padding: 9px 10px !important;
  line-height: 21px;
}

.publish-date-input-label {
  overflow: hidden;
  font-size: 11px;
  padding: 0;
  line-height: 16px;
  color: #53626b;
  margin-bottom: -5px;
  margin-top: 10px;
}

.publish-date-input-label span {
  display: block;
  padding: 0 5px;
  width: 33%;
  float: left;
}

.publish-date-input-group #publish_day:focus, #add_report .publish-date-input-group #publish_month:focus, #add_report .publish-date-input-group #publish_year:focus {
  outline: none;
  border: none;
}

.input-block .select-container {
  position: relative;
}
.input-block .select-container select {
  padding-right: 21px;
}
.input-block .select-container .chevron {
  width: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.input-block label, .file-input label {
  font-size: 14px;
  display: block;
  font-weight: 650;
  color: #000;
}

.input-block input[type=text], .input-block input[type=url], .input-block input[type=email], .input-block textarea, .input-block input[type=date], .input-block input[type=time], .input-block input[type=datetime-local], .input-block select {
  border: 1px solid #ededed;
  border-radius: 7px;
  font-size: 14px;
  display: block;
  background: #fff;
  width: 100%;
  padding: 9px;
  line-height: 20px;
  max-height: 42px;
  -webkit-appearance: none;
}

.input-block input[type=text]:focus, .input-block input[type=url]:focus, .input-block input[type=email]:focus, .input-block textarea:focus, .input-block input[type=date]:focus, .input-block input[type=time]:focus, .input-block input[type=datetime-local]:focus, .input-block select:focus {
  border: 1px solid #0a97d9;
  outline: none !important;
}

#add_report .file-input {
  position: relative;
}

.file-input {
  margin: 20px auto 10px;
  cursor: pointer;
  position: relative;
}

.file-input input {
  position: absolute;
  left: 0;
  z-index: 10000;
  display: block;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.file-input .file-input-cover {
  color: #3f3f3f;
  border: 1px solid #ededed;
  border-radius: 6px;
  padding: 15px;
  /* width: 340px; */
  left: 0;
}

.file-input-cover svg {
  width: 40px;
  color: #6b7280;
  margin: 10px auto;
  display: block;
}

.file-input-cover p {
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
  display: block;
  color: rgba(0, 0, 0, 0.6509803922);
}

.file-input-cover p .ext {
  color: #0a97d9;
}

.validation-error {
  font-size: 13px;
  color: #e76b09;
  border-left: 2px solid #e76b09;
  padding-left: 7px;
  margin: 5px 0;
  display: block;
}

.publish_modal {
  width: 460px !important;
  margin-top: 30px;
  max-height: calc(100vh - 30px);
  overflow-y: scroll;
}

.save-report {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 19px;
  padding: 8px 30px;
  background: #0ca670;
  color: #fff;
  border: none;
  font-size: 14px;
  border-radius: 7px;
  margin: 30px auto 0;
  cursor: pointer;
  transition: 0.4s;
}

.disabled-area {
  pointer-events: none;
  opacity: 0.4;
}

.report-brief-textarea {
  min-width: 100%;
  max-width: 100%;
  display: block;
  padding: 10px;
  font-size: 14px;
  min-height: 100px;
  border: 1px solid #ededed;
}

.report-brief-textarea:focus {
  border-color: #0a97d9;
  outline: none;
}

.save-report svg {
  width: 17px;
  height: 17px;
  display: block;
  float: left;
  margin-right: 6px;
}

#add_report .save-report:hover {
  background: #0b9664;
  box-shadow: 0 0 4px #02b272;
  /*border-bottom: 2px solid #0a8055;*/
}

/*******************/
.affiliation-search-input, .tag-search-input {
  position: relative;
  overflow: hidden;
}

.affiliation-search-input, .tag-search-input:focus {
  border-color: #ededed !important;
  outline: none !important;
}

.affiliation-search-input svg, .tag-search-input svg {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
}

#list-org .affiliations .affiliation:first-child {
  border-top: 1px solid #ededed;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#list-org .affiliations .affiliation:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.report-block {
  position: relative;
  background: #fff;
  width: calc(33% - 10px);
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
  display: flex;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.031372549);
  border: 1px solid #ededed;
  /* border-right: 1px solid #ededed; */
  border-radius: 14px;
  overflow-y: visible;
  position: relative;
  padding-bottom: 60px !important;
}

.only-show-in-mobile {
  display: none;
}

@media only screen and (max-width: 700px) {
  .auth-block {
    width: calc(100% - 20px) !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .auth-block .auth-extra {
    display: none !important;
  }
  .auth-block .content-container {
    width: 100% !important;
    float: none !important;
    padding: 20px !important;
  }
  .only-show-in-mobile {
    display: block !important;
  }
  .report-block {
    width: 100% !important;
    float: none;
    margin: 10px 0 !important;
    border-bottom: 1px solid #ededed !important;
    border-right: none !important;
  }
  .report-row {
    border-bottom: none !important;
    flex-direction: column;
  }
  #report-show {
    margin-top: 12px !important;
  }
  #report-show .report-details {
    width: 100% !important;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px !important;
    float: none !important;
  }
  #report-show .report-wrapper {
    float: none !important;
    width: 100% !important;
  }
  .report-access-request .two-parts .request-access-cover-container {
    display: none;
  }
  .report-access-request .two-parts .request-access-form-container {
    width: 100% !important;
  }
}
.report-block:nth-child(3n) {
  margin-right: 0;
}

.report-block-featured:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: url("/beam.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.report-block-featured:after {
  position: absolute;
  content: "";
  display: none;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: url("/beam.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.report-block h3 {
  font-weight: 800 !important;
  font-size: 16px;
  color: #21323d;
  line-height: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.report-block-header {
  margin-bottom: 10px;
  display: block;
}

.report-tags {
  margin-top: 10px;
  flex-wrap: wrap;
  overflow: hidden;
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  max-height: 47px;
  flex-wrap: wrap;
  position: relative;
  padding-right: 12px;
}

.report-tags-show-all {
  max-height: 900px !important;
}

.report-tags-show-all .show-all-tags {
  display: none;
}

.report-tags .tag {
  display: flex;
}

.report-read-more {
  border: 1px solid rgba(209, 213, 219, 0.6);
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  display: block;
  font-size: 13px;
  font-weight: 600;
  left: 20px;
  text-align: center;
  line-height: 20px;
  box-shadow: 0 1px 1px rgba(237, 237, 237, 0.7);
  border-radius: 7px;
  color: #4a5568;
  padding: 5px;
}

.report-read-more:hover {
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  border-color: transparent;
  color: #fff;
}

.report-remarks {
  margin-bottom: 10px;
  overflow: hidden;
}

.report-remarks span {
  margin-right: 5px;
  background: linear-gradient(85deg, #0d8dde, #2ea1db);
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding: 1px 7px;
  float: left;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  overflow: hidden;
}

.report-remarks .featured-remark {
  background: linear-gradient(90deg, #f6a700, #fa8532);
}

.report-remarks span svg {
  float: left;
  width: 14px;
  margin-top: 2px;
  margin-right: 3px;
  height: 14px;
}

.by {
  padding-left: 18px;
  color: #2c3a42;
  font-size: 13px;
  font-weight: 650;
  padding-bottom: 10px;
  position: relative;
  display: flex;
  gap: 4px;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}
.by a {
  max-width: 100%;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  font-weight: 650;
  gap: 4px;
}

.by:before {
  content: "by";
  color: #8a8a8a;
  top: 0;
  display: block;
  left: 0;
  position: absolute;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
}

.by img {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

.by a span {
  text-wrap: nowrap;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 22px;
}

.by .logo-placeholder {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  padding: 3px;
  background: rgba(83, 98, 107, 0.12);
  color: #3f5d6e;
}

.report-block .by {
  margin-top: 5px;
}

#report-single {
  width: 850px;
  border: 1px solid #ededed;
  margin: 80px auto 0;
  display: block;
  background: #fff;
  padding: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
}
#report-single .report-left {
  width: 250px;
  float: left;
  padding-right: 20px;
}
#report-single .report-left img {
  border-radius: 8px;
}
#report-single .report-right {
  padding-top: 20px;
  float: right;
  width: calc(100% - 250px);
}

.report-details h1 {
  font-weight: 750;
  color: #253742;
  font-size: 22px;
}
.report-details .by {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 21px;
}
.report-details .report-brief {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 650;
}
.report-details .report-published-at {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  font-size: 13px;
  line-height: 18px;
  color: #53626b;
}
.report-details .report-published-at svg {
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: -1px;
  width: 18px;
}
.report-details .report-published-at p {
  display: block;
  font-size: 13px;
  float: left;
  font-weight: 650;
}
.report-details .report-published-at p span {
  color: #1b2425;
}
.report-details .report-primary-action {
  margin-top: 30px;
}
.report-details .report-primary-action .report-primary-action-btn {
  font-size: 14px;
  font-weight: 650;
  border: 1px solid #ededed;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  display: block;
  width: 100%;
  border-radius: 8px;
  line-height: 20px;
  padding: 7px 10px;
  text-align: center;
  transition: 0.2s;
}
.report-details .report-primary-action .report-primary-action-btn svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  width: 20px;
}
.report-details .report-primary-action .report-primary-action-btn:hover {
  background: #0ca670;
  border-color: #0ca670;
  color: #fff;
}

.report-private, .report-edit-block {
  width: 650px;
  border: 1px solid #ededed;
  margin: 10px auto 120px;
  display: block;
  background: #fff;
  padding: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
}

.report-private-description {
  font-size: 14px;
  line-height: 24px;
  background: rgba(236, 236, 236, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  padding: 10px;
  color: #363636;
  border-radius: 8px;
}

.embargo-reminder {
  font-size: 14px;
  margin: 10px 0;
  line-height: 19px;
  padding: 10px;
  color: #363636;
  position: relative;
}

.embargo-reminder:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 9px;
  background: #363636;
  width: 3px;
  height: 20px;
  border-radius: 10px;
}

.embargo-reminder svg {
  display: block;
  float: left;
  width: 18px;
  line-height: 18px;
  margin-right: 6px;
}

.report-private-description svg {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

#report-single:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
}

.report-actions {
  overflow: hidden;
  margin-top: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 250px);
  padding: 15px;
}
.report-actions .socials {
  padding-top: 5px;
  padding-left: 10px;
  float: right;
  margin-right: 12px;
}
.report-actions .socials a {
  display: block;
  float: left;
}
.report-actions .socials svg {
  margin-right: 8px;
  color: #436880;
  opacity: 0.7;
  width: 20px;
  transition: opacity 0.2s;
  cursor: pointer;
}
.report-actions .socials svg:hover {
  opacity: 1;
}

.report-action {
  float: right;
  margin-left: 10px;
  display: block;
  background: #fff;
  border: 1px solid #ededed;
  line-height: 22px;
  font-weight: 700;
  padding: 4px 12px;
  font-size: 12px;
  color: #525c62;
  border-radius: 16px;
  transition: 0.3s;
}

.report-action svg {
  float: left;
  width: 17px;
  margin-right: 5px;
  margin-top: 2px;
  transition: 0.3s;
}

.report-action-download svg {
  color: #097ad0;
}

.report-action-download:hover svg {
  color: #fff;
}

.report-action-download:hover {
  background: #305267;
  border-color: #305267;
  color: #fff;
}

.report-tags {
  overflow: hidden;
}

.tag {
  font-size: 12px !important;
  transition: 0.3s;
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px !important;
  background: rgba(12, 166, 112, 0.15);
  color: rgba(0, 96, 64, 0.7);
}

.tag:hover {
  background: rgb(9, 150, 100);
  color: #fff;
}

.report-edit-block {
  margin-top: 100px;
  margin-bottom: 200px;
}

.report-edit-block-header {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
}

.report-edit-block-header h3 {
  font-weight: 700;
}

.report-edit-block-content {
  padding: 18px 0;
}

.report-edit-block-content .input-block {
  padding: 10px 0;
}

.report-brief {
  font-size: 13px;
  line-height: 18px;
  padding: 3px 0;
  color: #6b7073;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.success-msg {
  background: #0b9664;
  border-radius: 7px;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
  font-weight: 600;
  line-height: 20px;
}

.success-msg svg {
  float: left;
  width: 20px;
  margin-right: 6px;
}

.embargo-notice {
  margin-top: 10px;
  border: 1px solid #ededed;
  padding: 10px;
  border-radius: 7px;
  overflow: hidden;
}
.embargo-notice svg {
  float: left;
  display: block;
  margin-right: 4px;
  width: 18px;
  color: #656565;
}
.embargo-notice p {
  float: left;
  color: #2c2b2b;
  line-height: 18px;
  font-size: 12px;
}

.report-edit-block-content .enable-replace-file {
  display: block;
  margin-top: 20px;
}

.report-edit-block-content .enable-replace-file label {
  font-size: 13px;
}

.toggle-container {
  overflow: hidden;
}

.toggle-container .toggle-button {
  float: right;
  margin-right: 8px;
}

.toggle-container label {
  display: block;
  font-size: 13px;
  float: left;
  line-height: 23px;
}

.file-input .file-input-cover {
  color: #3f3f3f;
  border: 1px solid #ededed;
  border-radius: 6px;
  padding: 15px;
}

body {
  background: #efefef !important;
}

.show-all-tags {
  display: block;
  font-size: 13px;
  padding: 3px 10px;
  float: left;
  cursor: pointer;
  color: #53626b;
  position: absolute;
  right: 0;
  bottom: 5px;
}

.show-all-tags svg {
  width: 10px;
}

.publish-date {
  display: block;
  overflow: hidden;
  font-weight: 600;
  font-size: 12px;
  color: #53626b;
  line-height: 20px;
  padding-top: 5px;
}

.publish-date svg {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 5px;
}

.publish-date span {
  color: #334652;
  font-weight: 700;
}

#single-org-reports {
  padding: 0 !important;
}

.report-index-list .report-block, #single-org-reports .report-block {
  width: 50%;
  display: flex;
  float: left;
  border-radius: 0 !important;
  padding: 15px !important;
  margin: 0 !important;
  border: none;
  position: relative;
  height: auto !important;
  border-right: none;
  padding-bottom: 60px !important;
}

.report-index-list-list-view .report-row {
  display: block !important;
  border: none !important;
}

.report-index-list-list-view .report-block {
  width: 100% !important;
  height: 170px !important;
  float: none !important;
  border-bottom: 1px solid #ededed;
  padding: 8px 0 !important;
}

.report-index-list-list-view .report-block .report-block-header-preview {
  display: none;
}

.report-index-list-list-view .report-block .featured-badge {
  top: 15px !important;
  bottom: auto !important;
  right: 15px !important;
  left: auto !important;
}

.report-index-list-list-view .report-block .report-block-header h3 {
  padding-right: 100px;
}

.report-index-list-list-view .report-block-footer-details {
  overflow: hidden;
}

.report-index-list-list-view .report-block-footer-details .by {
  display: block;
  float: left;
  margin-right: 8px;
  border-right: 1px solid #d2d2d2;
  padding-right: 8px;
}

.report-index-list-list-view .report-block-footer-details .publish-date {
  display: block;
  float: left;
}

.report-index-list .report-block-featured {
  position: relative;
  background: linear-gradient(45deg, rgba(74, 191, 149, 0.06), rgba(16, 149, 217, 0.06));
}

.report-index-list .report-block .report-block-header {
  margin-bottom: 5px !important;
}

.report-index-list .report-block .report-block-footer .by {
  padding-bottom: 0 !important;
}
.report-index-list .report-block .report-block-footer .by a {
  width: 100% !important;
}

.report-index-list .report-block:nth-child(2n+1) {
  margin-right: 0 !important;
  border-right: 1px solid #ededed;
}

.report-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
}

.org-filter-item {
  font-size: 12px;
  line-height: 20px;
  display: block;
  padding: 7px 0;
  border-bottom: 1px dashed #e0e0e0;
  margin: 5px 0;
  margin-right: 4px;
  padding-right: 20px;
  position: relative;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.org-filter-item:last-child {
  border-bottom: none !important;
}

.org-filter-item img {
  border-radius: 4px;
  margin-right: 6px;
  display: block;
  float: left;
  width: 22px;
  height: 22px;
}

.org-filter-item input {
  position: absolute;
  right: 0;
  top: 8px;
  float: right;
  width: 16px !important;
  height: 16px !important;
}

.report-block-header {
  overflow: hidden;
}

.report-block-header-preview {
  float: left;
  width: 100px;
  padding-bottom: 5px;
}

.report-block-header-preview img {
  border-radius: 7px;
  border: 1px solid #ededed;
  width: 100%;
  aspect-ratio: 594/841;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.report-block-header-details {
  float: left;
  padding-top: 10px;
  width: calc(100% - 100px);
  padding-left: 10px;
}

.report-block .featured-badge {
  position: absolute;
  left: 15px;
  bottom: 20px;
  font-size: 13px;
  background: linear-gradient(45deg, #20b37f, #2ea1db);
  color: #fff;
  padding: 3px 7px;
  line-height: 16px;
  font-size: 11px;
  border-radius: 12px;
  font-weight: 700;
}

.report-block .featured-badge svg {
  float: left;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  margin-right: 4px;
}

.report-preview-placeholder {
  border: 1px solid #ededed;
  border-radius: 7px;
  aspect-ratio: 594/841;
  position: relative;
}

.report-preview-placeholder svg:first-child {
  width: 40px;
  height: 40px;
  display: block;
  opacity: 0.25;
  cursor: default;
  margin: 49px auto;
}

.white-cover {
  height: 90px;
  overflow: hidden;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.03);
  background: #fff;
}

.white-cover h3 {
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin-top: 28px;
  color: #3a444b;
}

.my-reports-table {
  overflow-x: scroll;
}

.my-reports-table-row {
  padding: 3px 4px;
  color: #3f4a50;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
}

.my-reports-table-row ul {
  margin-left: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  display: flex;
  flex-wrap: nowrap;
  overflow: visible;
  min-width: 100%;
}

.my-reports-table-row ul li.clear {
  float: none;
  clear: both;
  width: 0;
  padding: 0;
}

.my-reports-table-head {
  font-size: 13px;
  padding: 10px 0px;
  color: #2e363b !important;
  text-transform: uppercase;
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
  width: -moz-fit-content;
  width: fit-content;
}

.my-reports-table-row li {
  display: block;
  float: left;
  padding: 15px;
  font-size: 15px;
  font-weight: 650;
  flex: 1;
  max-width: 100%;
}

.my-reports-table-row:nth-child(odd) {
  background: rgba(114, 141, 162, 0.07);
}

.my-reports-table-row li:first-child {
  width: 40%;
  min-width: 300px;
}

.my-reports-table-row li:nth-child(2), .my-reports-table-row li:nth-child(3), .my-reports-table-row li:nth-child(4) {
  width: 20%;
  min-width: 180px;
}

.my-reports-table-head li {
  display: block;
  float: left;
  font-weight: 700;
  font-size: 11px !important;
  padding: 3px 15px;
}

.my-reports-table-row li.date-column {
  text-align: center !important;
  font-size: 13px !important;
}

.report-row-action-item {
  line-height: 10px;
  display: block;
  float: left;
  margin-right: 10px;
  color: rgba(83, 98, 107, 0.8);
  transition: 0.3s;
  background: transparent;
  border: none;
  cursor: pointer;
}

.report-row-action-item svg {
  width: 20px;
}

.flash-message {
  position: fixed;
  min-width: 300px;
  height: 50px;
  z-index: 100000000;
  bottom: 40px;
  right: 40px;
  background: #2a353d;
  color: #fff;
  border-radius: 10px;
  padding: 0 15px;
  cursor: pointer;
  line-height: 50px;
}

.flash-message-info {
  background: #0a66c2 !important;
}

.flash-message-success {
  background: #0ca670 !important;
}

.flash-message-warning {
  background: #e86500 !important;
}

.flash-message .flash-message-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 13px;
  float: left;
}

.flash-message p {
  float: left;
  font-size: 14px;
  font-weight: 600;
}

.report-private .report-actions {
  position: relative !important;
}

@keyframes flashing {
  0% {
    opacity: 0.2;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.flashing {
  animation-name: flashing;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinning {
  animation-name: spin;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.report-edit-block .enable-replace-file {
  margin-top: 20px;
}

.index-sort {
  float: left;
  padding-right: 10px;
  display: flex;
  justify-content: flex-start;
  margin-top: 4px;
  border-right: 1px solid #ededed;
  margin-right: 10px;
  position: relative;
}

.index-sort label {
  font-size: 11px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  white-space: nowrap;
  text-wrap: nowrap;
  margin-right: 5px;
  line-height: 32px;
  height: 32px;
}

.index-sort select {
  line-height: 31px;
  font-size: 11px;
  height: 32px;
  display: block;
  margin-left: 3px;
  min-width: 50px;
  -webkit-appearance: none;
  padding: 0 20px 0 10px;
  overflow: hidden;
}

.index-sort select:focus {
  outline: none;
  border: 1px solid #436880;
}

.news-details__tag-list {
  overflow: hidden;
}

.index-sort svg {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 9px;
  right: 29px;
}

#report-org-filter .reports-count {
  color: #989da1;
  margin-left: 5px;
}

.hidden {
  display: none;
}

.publish-finished h3 {
  font-weight: 500;
}

.toggle-button {
  height: 24px;
  width: 40px;
  background: #fafafa;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}

.toggle-button input {
  display: none;
}

.toggle-button:before {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  top: 1px;
  left: 1px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid rgba(205, 205, 205, 0.7);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: 0.4s;
}

.toggle-button-active {
  background: #0ca670;
  border-color: #0da470;
}

.toggle-button-active:before {
  margin-left: 16px;
  border-color: #0da470;
  box-shadow: none;
}

.enable-published-at {
  padding: 10px 0;
  position: relative;
}
.enable-published-at .pop {
  background: rgb(12, 166, 112);
  color: #fff;
  visibility: visible;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 3px 10px;
  opacity: 1;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  transition: 0.3s;
}
.enable-published-at .pop:before {
  visibility: visible;
  opacity: 1;
  content: "\a";
  border-style: solid;
  border-width: 6px 4px 6px 0;
  position: absolute;
  left: 15px;
  transform: rotate(90deg);
  top: -8px;
  transition: 0.3s;
  border-color: transparent rgb(12, 166, 112) transparent transparent;
}

#enable-published-at-toggle {
  float: right;
  margin-right: 8px;
}

.enable-published-at label {
  display: block;
  font-size: 13px;
  float: left;
  line-height: 23px;
}

.publish-time-inputs {
  margin-top: 5px;
  overflow: hidden;
  padding-top: 15px;
  border-top: 1px solid #ededed;
}
.publish-time-inputs .validation-error {
  margin-top: 10px;
}

.publish-time-inputs .input-block {
  float: left;
}

.publish-time-inputs .input-block#embargo-input-block {
  width: 60%;
}
.publish-time-inputs .input-block#embargo-input-block input {
  font-size: 13px;
}

.publish-time-inputs .input-block#report-timezone-input-block {
  width: 40%;
  padding-left: 4px;
}
.publish-time-inputs .input-block#report-timezone-input-block select {
  font-size: 12px;
}

.finished {
  padding-top: 10px;
  border-top: 1px solid #ededed;
  margin-top: 20px;
}

#add_report .finished-icon {
  width: 30px;
  margin: 10px auto;
  display: block;
  color: #0ca670;
}

#add_report .finished-title {
  color: #0ca670;
  font-weight: 700;
  display: block;
  text-align: center;
}

#add_report .add-tags-description {
  font-size: 13px;
  display: block;
  margin-top: 30px;
  color: #53626b;
  margin-bottom: 14px;
  font-weight: 600;
}

.tag {
  font-size: 11px !important;
  transition: 0.3s;
  background: rgba(12, 166, 112, 0.15);
  font-weight: 650;
  border-radius: 4px;
  margin-bottom: 3px;
  color: rgba(0, 96, 64, 0.7);
}

.tag:hover {
  background: rgb(9, 150, 100);
  color: #fff;
}

.tag-search-results {
  margin-top: 10px;
  border: 1px solid #ededed;
  padding: 8px;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.tag-search-results {
  margin-top: 0;
  border: 1px solid #ededed;
  padding: 8px;
  border-radius: 0 0 7px 7px;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.tag-search-results .result-tag {
  border: 1px solid #ededed;
  font-size: 11px;
  padding: 4px;
  display: inline-block;
  margin: 2px 0;
  border-radius: 4px;
  color: #606060;
  cursor: pointer;
}

.tag-search-results .result-tag:hover {
  background: #fafafa;
  color: #1c1c1c;
  transition: 0.2s;
}

.form-input input:focus {
  border: 1px solid #ededed !important;
}

.form-input input.focused-search {
  font-size: 13px !important;
  border: 1px solid #ededed;
  border-radius: 7px 7px 0 0 !important;
  border-bottom: none !important;
}

.affiliation-search-input, .tag-search-input input {
  font-size: 13px !important;
}

.affiliation-search-input, .tag-search-input input:focus {
  outline: none;
  border-color: #ededed;
}

#tags_form .form-input input.focused-search:focus {
  border: 1px solid #ededed !important;
  border-bottom: none !important;
}

.added-tags {
  margin-top: 10px;
}

.added-tags .tag {
  position: relative;
}

.added-tags .tag:hover {
  background: #ffe0dc;
  color: #8c2f28;
  transition: 0.2s;
}

.added-tags .tag svg {
  display: block;
  height: 13px;
  margin-right: 2px;
  margin-top: 2px;
  float: left;
}

.tag-search-results .no-result {
  font-size: 12px;
  padding: 5px;
  display: block;
  color: #949292;
}

.added-tags h4 {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 670;
  color: #4d4d4d;
}

#add_report .finish-button {
  background: #0ca670;
  text-align: center;
  color: #fff;
  border: none;
  line-height: 20px;
  padding: 7px 10px;
  margin: 20px 20px 0;
  font-size: 14px;
  width: calc(100% - 40px);
  display: block;
  border-radius: 18px;
}

#add_report .feature-request-button {
  background: #fafafa;
  border: 1px solid #ededed;
  text-align: center;
  color: #363636;
  line-height: 20px;
  padding: 7px 10px;
  margin: 10px 20px 0;
  font-size: 13px;
  font-weight: 600;
  width: calc(100% - 40px);
  display: block;
  border-radius: 18px;
}

.feature-request-sent {
  font-size: 13px;
  padding: 10px;
  margin-top: 10px;
  display: block;
  text-align: center;
  color: #0ca670;
}

.alert {
  overflow: hidden;
  padding: 13px;
}

.alert:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 3px;
  border-radius: 5px;
}

.alert-warning {
  background: rgba(248, 172, 8, 0.34);
  margin: 10px 0;
  border-radius: 9px;
  color: #c08706;
  line-height: 18px;
  position: relative;
}

.alert-success {
  background: rgba(35, 159, 0, 0.2);
  margin: 10px 0;
  border-radius: 9px;
  color: #239f00;
  line-height: 18px;
  position: relative;
}

.alert-warning:before {
  background: #eaa508;
}

.alert-success:before {
  background: #239f00;
}

.alert-warning, .alert-success p {
  font-size: 13px;
  font-weight: 650;
}

.alert .alert-icon {
  position: absolute;
  right: -8px;
  bottom: -8px;
  font-size: 28px;
  display: block;
  opacity: 0.3;
  width: 45px;
  height: 45px;
}

.small-form-container {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  width: 600px;
  max-width: calc(100% - 20px);
  border: 1px solid #ededed;
  border-radius: 10px;
  margin: 120px auto;
  background: #fff;
}

.small-form-container-header {
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}

.small-form-container-header h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0b9664;
  display: block;
  margin: 0;
  padding: 0;
}

.small-form-container-content {
  padding: 0 20px;
  padding-bottom: 40px;
}

.small-form-container-content .form-description {
  font-size: 14px;
  padding: 5px 0 !important;
  margin: 0 !important;
}

.small-form-container-content .input-block {
  padding: 10px 0;
}

.org-profile-block-head-button, .resource-section-header-button {
  padding: 2px 6px;
  font-size: 11px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  background: rgba(10, 151, 217, 0.08);
  color: #0372a6;
  line-height: 15px;
  margin-top: 2px;
  margin-left: 4px;
  cursor: pointer;
  border-radius: 10px;
}
.org-profile-block-head-button svg, .resource-section-header-button svg {
  width: 10px;
  transition: margin-right 0.4s;
  float: left;
  margin-top: 3px;
  margin-right: 2px;
}

.resource-section-block-header-dropdown {
  float: right;
  position: relative;
}

.org-profile-block-head-button:hover, .resource-section-header-button:hover {
  transition: 0.4s;
  background: #53626b;
  color: #fff;
}

.org-profile-block-head-button:hover svg {
  margin-right: 6px;
}

.large-tags-list .org-tag {
  font-size: 13px !important;
  padding: 4px 10px;
  border-radius: 5px;
  line-height: 17px;
  margin-right: 2px;
}

.dropdown-block {
  background: #fff;
  position: absolute;
  border: 1px solid #e5e5e5;
  width: 230px;
  z-index: 100;
  top: 100%;
  margin-top: 8px;
  border-radius: 7px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  right: 0;
}
.dropdown-block .dropdown-block-header {
  padding: 8px;
  line-height: 15px;
  border-bottom: 1px solid #ededed;
}
.dropdown-block .dropdown-block-header .dropdown-block-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #296891;
}
.dropdown-block .dropdown-block-content:last-child {
  border-bottom: none !important;
}
.dropdown-block .dropdown-block-content {
  padding: 8px;
  border-top: none;
  border-bottom: 1px solid #ededed;
}
.dropdown-block .dropdown-block-content .checkbox-group .checkbox-option {
  padding: 5px;
}
.dropdown-block .dropdown-block-content .checkbox-group .checkbox-option input[type=checkbox], .dropdown-block .dropdown-block-content .checkbox-group .checkbox-option input[type=radio] {
  display: inline-block;
  width: 10px;
  height: 10px;
}
.dropdown-block .dropdown-block-content .checkbox-group .checkbox-option input[type=checkbox]:checked, .dropdown-block .dropdown-block-content .checkbox-group .checkbox-option input[type=radio]:checked {
  background: #0a5fa5;
  border-color: #0a5fa5;
}
.dropdown-block .dropdown-block-content .checkbox-group .checkbox-option label {
  margin-left: 4px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  line-height: 10px;
  margin-bottom: 0;
}
.dropdown-block .dropdown-block-content .input-block {
  margin-bottom: 10px;
}
.dropdown-block .dropdown-block-content .input-block label {
  font-size: 11px;
  margin-bottom: 4px;
}
.dropdown-block .dropdown-block-content .input-block input {
  line-height: 15px;
  padding: 7px;
  border-radius: 5px;
  font-size: 12px;
}
.dropdown-block .dropdown-block-content .input-block select {
  line-height: 15px;
  font-size: 12px;
  border: 1px solid #ededed;
  padding: 8px;
  height: auto;
}

.describe_match {
  background: #fff;
  font-size: 11px;
  padding: 4px;
  border-radius: 5px;
  color: #4d5459;
  line-height: 14px;
}
.describe_match svg {
  width: 15px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}

.match_count {
  position: absolute;
  background: #ef710c;
  color: #fff;
  right: 10px;
  top: 10px;
  z-index: 20;
  font-size: 10px;
  padding: 1px 5px;
  border-radius: 5px;
}
.match_count svg {
  width: 16px;
  vertical-align: top;
}

.match_count:hover .match_details {
  visibility: visible;
  opacity: 1;
}

.match_details {
  transition: opacity 0.3s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: block;
  right: 0;
  top: 20px;
  min-width: 180px;
  background: rgba(0, 0, 0, 0.9215686275);
  border-radius: 5px;
}
.match_details ul {
  margin-left: 0;
  margin-right: 0;
  padding: 2px 0;
  display: block;
  width: 100%;
}
.match_details ul li {
  display: block;
  line-height: 10px;
  list-style: none;
  border-bottom: 1px solid rgba(237, 237, 237, 0.16);
  --ck-color-widget-hover-border: 100%;
  padding: 8px;
  overflow: hidden;
}
.match_details ul li span.field {
  font-weight: 700;
}
.match_details ul li svg {
  height: 13px;
  vertical-align: top;
  margin-top: -2px;
  opacity: 0.7;
}
.match_details ul li:last-child {
  border-bottom: none;
}

mark {
  transition: background-color 0.2s;
}

#home_primary {
  width: 1200px;
  overflow: hidden;
  margin: auto;
}
#home_primary .primary-insight {
  width: 380px;
  float: left;
}
#home_primary .primary-insight .insight-card {
  width: 100% !important;
}
#home_primary .primary-right {
  margin-left: 30px;
  float: left;
  width: 650px;
}
#home_primary .primary-right .primary-report {
  overflow: hidden;
  width: 100%;
}
#home_primary .primary-right .primary-report .report-block {
  width: 100% !important;
}
#home_primary .primary-right .primary-organisation {
  overflow: hidden;
  width: 100%;
}
#home_primary .primary-right .primary-organisation .org {
  border-radius: 10px;
  width: 100% !important;
  border: 1px solid #ededed !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.031372549);
}

#impersonating {
  position: fixed;
  top: -5px;
  height: 35px;
  left: 0;
  right: 0;
  width: 300px;
  margin: auto;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  border-radius: 10px;
  z-index: 12;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

#report-pdf {
  padding-top: 44px;
}
#report-pdf embed {
  display: block;
  width: 100%;
  height: calc(100vh - 30px);
  background: #fff;
}
#report-pdf #report-pdf-bar {
  height: 44px;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  overflow: hidden;
  padding: 0 40px;
  position: fixed;
  top: 62px;
  width: 100%;
  left: 0;
}
#report-pdf #report-pdf-bar .left {
  float: left;
  padding-top: 11px;
}
#report-pdf #report-pdf-bar .left h1 {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
#report-pdf #report-pdf-bar .right {
  float: right;
  padding: 8px 0;
  overflow: hidden;
}
#report-pdf #report-pdf-bar .right .socials {
  padding-top: 5px;
  float: right;
  margin-right: 12px;
}
#report-pdf #report-pdf-bar .right .socials a {
  display: block;
  float: left;
}
#report-pdf #report-pdf-bar .right .socials svg {
  margin-right: 8px;
  color: #fff;
  opacity: 0.7;
  width: 20px;
  transition: opacity 0.2s;
  cursor: pointer;
}
#report-pdf #report-pdf-bar .right .socials svg:hover {
  opacity: 1;
}
#report-pdf #report-pdf-bar .right .download {
  float: right;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
  font-size: 12px;
  line-height: 20px;
  padding: 4px 8px;
  border-radius: 5px;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
}
#report-pdf #report-pdf-bar .right .download svg {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  margin-right: 2px;
  width: 18px;
}
#report-pdf #report-pdf-bar .right .download:hover {
  background-color: #fff;
  color: #000;
}

.report-access-request {
  margin-top: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.report-access-request .two-parts {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  width: 100%;
}
.report-access-request .request-access-cover-container {
  width: 300px;
}
.report-access-request .request-access-cover-container img {
  border-radius: 10px;
}
.report-access-request .request-access-form-container {
  display: flex;
  width: calc(100% - 300px);
  flex-direction: column;
}
.report-access-request .success {
  margin-top: 0;
  padding: 20px 10px;
  border: 1px solid #ededed;
  border-radius: 8px;
  background: #fff;
}
.report-access-request .success svg {
  width: 30px;
  display: block;
  margin: auto;
  color: #239f00;
}
.report-access-request .success .thanks {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  display: block;
  color: #343d42;
  text-align: center;
}
.report-access-request .success .done {
  font-size: 16px;
  font-weight: 750;
  margin-top: 8px;
  display: block;
  color: #239f00;
  text-align: center;
}
.report-access-request .success .spam {
  font-size: 13px;
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #747f86;
}
.report-access-request .validation-error {
  background: rgba(255, 176, 0, 0.1411764706);
  border-left: none !important;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: -5px;
}
.report-access-request .intro {
  margin-bottom: 10px;
  border-radius: 6px;
  padding: 8px;
}
.report-access-request .intro p {
  color: #1c618c;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  margin: auto;
  line-height: 30px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.report-access-request .input-block {
  margin-bottom: 15px;
}
.report-access-request .submit-btn {
  display: block;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  border: none;
  color: #fff;
  width: 100%;
  border-radius: 6px;
  line-height: 20px;
  cursor: pointer;
  padding: 9px;
  font-weight: 700;
  font-size: 14px;
  transition: 0.2s;
}
.report-access-request .submit-btn:hover {
  background: linear-gradient(85deg, #06be80, #07a6f6);
}

.r-star {
  color: #e51c1c;
}

#report-show {
  overflow: hidden;
  background: #fff;
  position: relative;
}
#report-show .report-details {
  width: 380px;
  padding: 20px 40px;
  float: left;
  border-right: 1px solid #ededed;
}
#report-show .report-wrapper {
  position: relative;
  width: calc(100% - 380px);
  float: right;
  height: calc(100vh - 100px);
  min-height: 620px;
}
#report-show .report-wrapper .pdf-viewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#report-show .report-wrapper .report-download-popup-container {
  z-index: 3;
  animation-name: fadeIn;
  animation-duration: 0.8s;
  padding-top: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  min-height: 900px;
}

.red-text {
  color: #de1818;
}

.auth-block {
  width: 1000px;
  margin: auto;
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #ededed;
  margin-top: 100px !important;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}
.auth-block .auth-extra {
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  width: 500px;
  height: 100%;
  border-radius: 10px 0 0 10px;
  padding: 40px;
}
.auth-block .auth-extra h3 {
  color: #fff;
  padding: 4px 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 30px;
}
.auth-block .auth-extra .points {
  color: #fff;
  padding: 0 10px;
  margin-top: 40px;
}
.auth-block .auth-extra .points h4 {
  background: rgba(255, 255, 255, 0.15);
  padding: 2px 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 550;
  margin-bottom: 10px;
  display: block;
  border-radius: 4px;
}
.auth-block .auth-extra .points ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.auth-block .auth-extra .points ul li {
  padding: 12px 0;
  line-height: 22px;
  font-size: 15px;
  font-weight: 650;
}
.auth-block .auth-extra .points ul li svg {
  margin-top: -4px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}
.auth-block .auth-extra .tip {
  margin-top: 90px;
  background: rgba(255, 255, 255, 0.07);
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.auth-block .auth-extra .tip svg {
  width: 24px;
  height: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.auth-block .auth-extra .tip p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 14px;
}
.auth-block .auth-extra .tip a {
  margin: 10px 0;
  background: #fff;
  color: #0ca670;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 14px;
  padding: 8px 16px;
  font-size: 13px;
  border-radius: 8px;
}
.auth-block .auth-extra .tip:before {
  position: absolute;
  left: -1px;
  border-radius: 10px;
  top: 30px;
  height: calc(100% - 60px);
  background: rgba(255, 255, 255, 0.3);
  width: 2px;
  content: "";
  display: block;
}
.auth-block .auth-extra:before {
  content: "";
  position: absolute;
  background: url("/img/ESG-logo-bg.svg");
  display: block;
  width: 400px;
  filter: brightness(0) invert(1);
  opacity: 0.3;
  left: 0;
  bottom: 0px;
  height: 100px;
  background-size: cover;
}
.auth-block .content-container {
  width: calc(100% - 500px);
  float: right;
  padding: 50px 30px;
}
.auth-block .content-container h1 {
  font-weight: 700;
  font-size: 28px;
  color: #006fb2;
}
.auth-block .content-container h1 svg {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  background: rgba(0, 111, 178, 0.1);
  padding: 3px;
  height: 22px;
  border-radius: 5px;
}
.auth-block .content-container .other-option {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
}
.auth-block .content-container .other-option p {
  font-size: 13px;
  color: #53626b;
  font-weight: 500;
}
.auth-block .content-container .other-option p a {
  color: #006fb2;
  font-weight: 550;
}
.auth-block .content-container .other-option p:hover a {
  text-decoration: underline;
}
.auth-block .content-container .auth_form {
  margin-top: 20px;
}
.auth-block .content-container .auth_form .validation-alert {
  background: rgba(248, 172, 8, 0.15);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 8px;
  color: #8a6514;
}
.auth-block .content-container .auth_form .validation-alert p {
  line-height: 20px;
  font-size: 13px;
  font-weight: 700;
}
.auth-block .content-container .auth_form .validation-alert p svg {
  vertical-align: middle;
  margin-top: 1px;
  margin-right: 3px;
  display: inline-block;
  height: 22px;
}
.auth-block .content-container .auth_form .primary-button {
  padding: 10px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 10px;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
}

.auth-block.forgot-pass {
  width: 450px;
}
.auth-block.forgot-pass .content-container {
  padding: 10px;
  width: 100% !important;
  float: none !important;
}
.auth-block.forgot-pass .content-container h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.auth-block.forgot-pass .content-container .input-block {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.auth-block.forgot-pass .content-container .primary-button {
  margin-top: 0 !important;
}
.auth-block.forgot-pass .content-container .guide {
  margin-top: 20px;
  font-size: 13px;
  color: #53626b;
  line-height: 20px;
}

.position-relative {
  position: relative;
}

.form-instance .form-btn-primary {
  background: #0b9664;
  color: #fff;
  border: none;
  font-weight: 650;
  padding: 10px 20px;
  border-radius: 8px;
  transition: outline-color 0.3s;
  font-size: 14px;
}
.form-instance .form-btn-primary svg {
  display: inline-block;
  width: 18px;
  margin-left: -6px;
}
.form-instance .form-btn-primary:focus {
  outline: 2px solid #4abf95;
  outline-offset: 2px;
}

.form-control {
  border-bottom: none !important;
}
.form-control .form-input.select-box {
  position: relative;
}
.form-control .form-input.select-box .chevron {
  position: absolute;
  right: 10px;
  top: 13px;
  width: 14px;
}
.form-control select {
  -webkit-appearance: none;
}
.form-control .error {
  line-height: 14px;
  font-size: 11px;
  text-align: right;
}
.form-control .error svg {
  width: 14px;
  height: 14px;
}
