@charset "UTF-8";
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}

:root {
  --font-size: 1em;
  --font-size-1: 1.125em;
  --font-size-2: 1.266em;
  --font-size-3: 1.424em;
  --font-size-4: 1.602em;
  --font-size-5: 1.802em;
  --font-size-6: 2.027em;
  --font-size-7: 2.281em;
}

body {
  font-family: "Roboto", sans-serif;
  color: #2f3751;
}

a:hover {
  text-decoration: none;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.highlight {
  background-color: yellow;
}

.pp-button {
  text-align: center;
  border: 1px solid #0c8bba;
  border-radius: 6px;
  color: #0c8bba;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: #0c8bba;
  padding: 1em 2em;
  opacity: 0.9;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.pp-button:hover {
  opacity: 1;
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
  background-color: rgba(12, 139, 186, 0.05);
}
.pp-button--cta {
  background-color: rgba(0, 184, 107, 0.9);
  color: white;
  border: 1px solid rgba(0, 184, 107, 0.9);
}
.pp-button--primary {
  background-color: rgba(12, 139, 186, 0.9);
  border-color: rgba(12, 139, 186, 0.9);
  color: white;
}
.pp-button--small {
  padding: 0.5em 1em;
}
.pp-button--loading .pp-button__text {
  visibility: hidden;
}
.pp-button--loading .pp-button__spinner {
  display: flex;
}
.pp-button__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid white;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}
.pp-button--loading .pp-button__text {
  visibility: hidden;
}
.pp-button--loading .pp-button__spinner {
  display: flex;
}
.pp-button__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid white;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.bgcolor-theme-1 {
  background-color: #0c8bba;
}

.bgcolor-theme-2 {
  background-color: #00b86b;
}

.color-theme-1 {
  color: #0c8bba;
}

.color-theme-2 {
  color: #00b86b;
}

.border-color-theme-1 {
  border-color: #0c8bba;
}

.border-color-theme-2 {
  border-color: #00b86b;
}

.field-validation-error {
  margin-top: 5px;
  font-size: 14px;
  color: #ff668f;
}

.c-profile-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #2f3751;
}
.c-profile-image__text {
  font-weight: bold;
}
.c-profile-image.radius {
  border-radius: 6px;
}
.c-profile-image--a {
  background-color: #c1e6ab;
}
.c-profile-image--b {
  background-color: #abe6d4;
}
.c-profile-image--c {
  background-color: #b6e7f0;
}
.c-profile-image--d {
  background-color: #b4defc;
}
.c-profile-image--e {
  background-color: #c5dbfd;
}
.c-profile-image--f {
  background-color: #c5d1fd;
}
.c-profile-image--g {
  background-color: #e5d4fb;
}
.c-profile-image--h {
  background-color: #ffd6e9;
}
.c-profile-image--i {
  background-color: #ffd6d6;
}
.c-profile-image--j {
  background-color: #f6dbc1;
}
.c-profile-image--k {
  background-color: #fde3a0;
}
.c-profile-image--l {
  background-color: #dbe3a5;
}
.c-profile-image--m {
  background-color: #d3f2ab;
}
.c-profile-image--n {
  background-color: #c1e6ab;
}
.c-profile-image--o {
  background-color: #abe6d4;
}
.c-profile-image--p {
  background-color: #b6e7f0;
}
.c-profile-image--q {
  background-color: #b4defc;
}
.c-profile-image--r {
  background-color: #c5dbfd;
}
.c-profile-image--s {
  background-color: #c5d1fd;
}
.c-profile-image--t {
  background-color: #e5d4fb;
}
.c-profile-image--u {
  background-color: #ffd6e9;
}
.c-profile-image--v {
  background-color: #ffd6d6;
}
.c-profile-image--w {
  background-color: #f6dbc1;
}
.c-profile-image--x {
  background-color: #fde3a0;
}
.c-profile-image--y {
  background-color: #dbe3a5;
}
.c-profile-image--z {
  background-color: #d3f2ab;
}

.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 5000;
}
.scroll-to-top i {
  font-family: "Material Icons";
  font-style: normal;
  font-size: 25px;
}

.nav-header {
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  align-items: center;
  height: 80px;
  z-index: 100;
  position: relative;
  /* languages ---------------------------------------------------------------- */
}
.nav-header * {
  font-family: "Roboto", sans-serif;
}
.nav-header .content__container {
  display: flex;
  height: 100%;
  padding: 0 0.5em;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .nav-header .content__container {
    padding: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.nav-header__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-height: 100%;
  height: 80px;
}
.nav-header__logo img {
  min-width: 60px;
  height: 60px;
  width: auto;
}
.nav-header__logo-icon {
  min-width: 26px;
}
.nav-header__logo-text, .nav-header__logo-product {
  display: none;
}
.nav-header__logo-text {
  height: 27px;
  margin-top: 3px;
}
@media screen and (min-width: 320px) {
  .nav-header__logo-text {
    display: block;
  }
}
@media screen and (min-width: 481px) {
  .nav-header__logo-product {
    display: block;
  }
}
.nav-header__separator {
  display: none;
}
.nav-header__action-container {
  display: flex;
  height: 100%;
  order: 0;
  margin-left: 10px;
  flex: 1;
  justify-content: flex-end;
}
@media screen and (min-width: 481px) {
  .nav-header__action-container {
    flex: 0;
    margin-right: auto;
  }
}
.nav-header__extra {
  display: none;
}
@media screen and (min-width: 481px) {
  .nav-header__extra {
    display: flex;
    flex-direction: row;
  }
}
.nav-header__nav-toggle-button {
  width: 44px;
  height: 44px;
  align-self: center;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  justify-content: center;
  display: flex;
  padding: 0;
  align-items: center;
}
.nav-header__nav-toggle-icon {
  width: 30px;
  height: 30px;
}
.nav-header__non-mobile-prefix {
  display: none;
}
@media screen and (min-width: 641px) {
  .nav-header__non-mobile-prefix {
    display: inline;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .nav-header__nav-toggle-button {
    display: none;
  }
  .nav-header__separator {
    display: flex;
    height: 40px;
    border: solid 1px #b0c0c7;
    align-self: center;
    margin-left: 25px;
  }
  .nav-header__action-container {
    order: 0;
    margin-right: auto;
  }
}
.nav-header__navigation {
  display: none;
  margin: 0 1em;
}
.nav-header__navigation-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.5em;
  text-decoration: none;
}
.nav-header__navigation-item-text {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.5em;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #2f3751;
}
.nav-header__navigation-item:hover {
  color: #0c8bba;
  background-color: rgba(12, 139, 186, 0.05);
}
@media screen and (min-width: 1025px) {
  .nav-header__navigation-item:hover {
    position: relative;
  }
  .nav-header__navigation-item:hover .nav-header__navigation-item-text {
    color: #0c8bba;
  }
  .nav-header__navigation-item:hover::before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #0c8bba;
    border-radius: 3px 3px 0 0;
    position: absolute;
  }
}
.nav-header__navigation--mobile-open {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 80px;
  right: 0;
  height: auto;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 100;
  margin: 0;
  border-radius: 0 0 6px #d1d1d1;
}
.nav-header__navigation--mobile-open .nav-header__navigation-item {
  display: flex;
  height: 44px;
}
@media screen and (min-width: 1025px) {
  .nav-header__navigation {
    display: flex;
  }
  .nav-header__navigation--mobile-open {
    flex-direction: row;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    width: auto;
    background-color: initial;
    z-index: inherit;
    height: 100%;
    margin: 0 1em;
  }
  .nav-header__navigation--mobile-open .nav-header__navigation-item {
    height: 100%;
  }
}
@media screen and (min-width: 641px) {
  .nav-header__navigation-item--mobile {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .nav-header__navigation-item--mobile-small {
    display: none;
  }
}
.nav-header__navigation-item--active {
  position: relative;
}
.nav-header__navigation-item--active .nav-header__navigation-bg {
  display: block;
}
.nav-header__navigation-item--active .nav-header__navigation-item-text {
  color: white;
}
@media screen and (min-width: 1025px) {
  .nav-header__navigation-item--active .nav-header__navigation-item-text {
    color: #0c8bba;
  }
  .nav-header__navigation-item--active::before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #0c8bba;
    border-radius: 3px 3px 0 0;
    position: absolute;
  }
  .nav-header__navigation-item--active:hover {
    border: none;
  }
}
.nav-header__navigation-group {
  cursor: pointer;
  display: flex;
  height: 100%;
  padding-left: 0.5em;
  position: relative;
}
.nav-header__navigation-group--open .nav-header__subnavigation {
  display: block;
}
.nav-header__navigation-group--open .nav-header__icon-fold-chevron {
  transform: rotate(180deg);
}
.nav-header__subnavigation {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.nav-header__subnavigation-item {
  display: block;
  border-top: 1px dashed rgba(209, 209, 209, 0.5);
}
.nav-header__subnavigation-item:first-child {
  border-top: none;
}
.nav-header__subnavigation-item-text {
  text-decoration: none;
  color: #2f3751;
  height: 100%;
  padding: 1em 1.5em;
  display: block;
  white-space: nowrap;
}
.nav-header__subnavigation-item-text:hover {
  color: #ff0045;
}
.nav-header__languages {
  text-decoration: none;
  display: flex;
  height: 100%;
  padding: 0 1em;
  margin-left: 1em;
  justify-content: center;
  align-items: center;
}
.nav-header__languages img {
  height: 30px;
}
.nav-header__languages .text {
  color: #838383;
  font-weight: bold;
  margin-right: 0.1em;
}
.nav-header__login {
  display: flex;
  align-items: center;
  margin-left: 0.75em;
}
.nav-header__login .pp-button {
  font-size: 16px;
  padding: 0.75em 1.5em;
}
.nav-header__login-text {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1em;
  border-radius: 6px;
  text-decoration: none;
  color: grey--medium;
  font-weight: 700;
  border: 1px solid #d1d1d1;
}
.nav-header__logged-in {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 0.75em;
}
.nav-header__logged-in__img {
  height: 40px;
  width: 40px;
}
.nav-header__logged-in-name {
  font-size: 14px;
  font-weight: bold;
  margin-right: 0.75em;
}
.nav-header__logged-in .settings-dropdown {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.nav-header__logged-in .settings-dropdown img {
  height: 40px;
  border-radius: 6px;
}
.nav-header__logged-in .settings-dropdown .dropdown-button {
  border: initial;
  margin-left: initial;
  padding-left: 10px;
}
.nav-header__logged-in .settings-dropdown .dropdown-button:hover {
  background-color: initial;
}
.nav-header__logged-in .settings-dropdown:hover {
  background-color: rgba(12, 139, 186, 0.05);
}
.nav-header__logged-in .settings-dropdown .dropdown-menu ul {
  min-width: 200px;
  top: 75px;
}
.nav-header__logged-in .settings-dropdown a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nav-header__logged-in .settings-dropdown a i {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  font-size: 24px;
  margin-right: 10px;
}
.nav-header__language {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 0.75em;
}
.nav-header__language-name {
  font-size: 14px;
  font-weight: 500;
  margin-right: 0.75em;
}
.nav-header__language .settings-dropdown {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.nav-header__language .settings-dropdown .dropdown-button {
  border: initial;
  margin-left: initial;
  padding-left: 10px;
}
.nav-header__language .settings-dropdown:hover {
  background-color: #fff1e6;
}
.nav-header__language .settings-dropdown .dropdown-menu ul {
  min-width: 200px;
  top: 45px;
}
.nav-header__language .settings-dropdown a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nav-header__language .settings-dropdown a i {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  font-size: 24px;
  margin-right: 10px;
}
.nav-header__icon {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  font-size: 24px;
  margin-right: 0.5em;
}
@media screen and (min-width: 1025px) {
  .nav-header__icon {
    margin-right: 0;
  }
}
.nav-header__dropdown {
  cursor: pointer;
  position: relative;
  background: white;
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  background-color: transparent;
  text-decoration: none;
  padding: 0 0.5em;
  color: #2f3751;
}
.nav-header__dropdown-button {
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 1025px) {
  .nav-header__dropdown-button {
    height: 100%;
  }
}
.nav-header__dropdown-content {
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .nav-header__dropdown-content {
    height: 100%;
  }
}
.nav-header__dropdown .nav-header__icon {
  transition: all 0.2s ease-in-out;
}
.nav-header__dropdown:hover {
  color: #0c8bba;
}
.nav-header__dropdown:hover .nav-header__navigation-item-text {
  color: #0c8bba;
}
.nav-header__dropdown-items {
  margin-left: 15px;
}
.nav-header__dropdown--open .nav-header__icon {
  transform: rotate(180deg);
}
.nav-header__dropdown--open .nav-header__dropdown-items {
  display: flex;
}
.nav-header__dropdown-items {
  display: none;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .nav-header__dropdown-items {
    background-color: white;
    z-index: 20;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    left: 0;
    top: 75px;
    position: absolute;
    width: auto;
    min-width: 300px;
  }
}
.nav-header__dropdown-item {
  font-size: 14px;
  text-decoration: none;
  padding: 15px;
  color: #2f3751;
  display: flex;
  flex-direction: row;
  font-weight: normal;
  text-align: left;
}
.nav-header__dropdown-item:hover {
  text-decoration: underline;
}
.nav-header__dropdown-item:focus {
  border: 2px solid blue;
}
@media screen and (max-width: 641px) {
  .nav-header .blog-header__logo-product {
    display: none;
  }
  .nav-header .content__container {
    padding: 0 10px;
  }
}

.footer {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.footer__business {
  padding: 70px 30px;
  text-align: center;
  border-bottom: 1px solid #b0c0c7;
}
.footer__business-text {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 30px;
}
.footer__business img {
  height: 80px;
}
.footer__hoplr {
  padding: 0 0.5em;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 641px) {
  .footer__hoplr {
    padding: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 961px) {
  .footer__hoplr {
    flex-direction: row;
  }
}
.footer__hoplr a {
  display: flex;
  flex-direction: row;
  padding: 20px 15px;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  color: #2f3751;
  text-decoration: none;
  white-space: nowrap;
}
.footer__hoplr a:hover {
  background-color: rgba(12, 139, 186, 0.05);
}
.footer__hoplr img {
  height: 20px;
}
.footer__hoplr img:first-child {
  margin-left: 10px;
}
.footer__hoplr-right {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 641px) {
  .footer__hoplr-right {
    flex-direction: row;
  }
}
@media screen and (min-width: 961px) {
  .footer__hoplr-right {
    margin-left: auto;
  }
}
.footer__hoplr-right a {
  padding: 20px 15px;
}
.footer__hoplr-right a:last-child {
  margin-right: 0;
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__container {
  padding: 2em;
}
.modal__tile {
  background-color: white;
  padding: 1em;
  border-radius: 6px;
  color: #2f3751;
  position: relative;
  max-width: 500px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 641px) {
  .modal__tile {
    min-width: 400px;
  }
}
.modal__tile h1 {
  font-weight: bold;
  font-size: var(--font-size-2);
  margin-bottom: 1em;
}
.modal__tile p {
  margin-bottom: 1em;
}
.modal__tile .separator {
  text-align: center;
  padding: 1em 0;
}
.modal__buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.modal__buttons .pp-button {
  margin-left: 15px;
}
.modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  padding: 0.5em;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.modal .modal__close {
  color: white;
  font-size: 22px;
}

.settings-dropdown {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.settings-dropdown .dropdown-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  display: flex;
  padding: 2px;
  border: solid 1px #838383;
  cursor: pointer;
  background-color: transparent;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}
.settings-dropdown .dropdown-button:hover {
  background-color: rgba(12, 139, 186, 0.05);
}
.settings-dropdown .dropdown-button--small {
  border: none;
}
.settings-dropdown .dropdown-button i {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  font-size: 24px;
  color: #838383;
}
.settings-dropdown .dropdown-menu {
  border-radius: 6px;
  overflow: hidden;
}
.settings-dropdown .dropdown-menu ul {
  position: absolute;
  z-index: 750;
  display: none;
  float: left;
  min-width: 230px;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  right: 0;
  min-width: auto;
  font-size: 14px;
  font-weight: 400;
  word-wrap: break-word;
  line-height: 21px;
  text-align: right;
}
.settings-dropdown .dropdown-menu ul .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.settings-dropdown .dropdown-menu ul * {
  box-sizing: content-box;
}
.settings-dropdown .dropdown-menu ul > li > a {
  display: flex;
  padding: 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.settings-dropdown .dropdown-menu ul > li > a:hover,
.settings-dropdown .dropdown-menu ul > li > a:focus {
  text-decoration: none;
  background-color: rgba(12, 139, 186, 0.05);
}
.settings-dropdown .dropdown-menu ul .open > .dropdown-menu {
  display: block;
}
.settings-dropdown .dropdown-menu ul .open > a {
  outline: 0;
}
.settings-dropdown .dropdown-menu--left ul {
  right: auto;
  left: 0;
}

.gallery {
  max-width: 1360px;
  padding: 2em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.gallery__content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.gallery__next, .gallery__prev {
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.gallery i {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  color: white;
  font-size: 48px;
}
.gallery__image {
  display: none;
  max-height: 90vh;
}
.gallery__image--visible {
  display: flex;
  flex: 1;
}
.gallery__image--visible img {
  -o-object-fit: contain;
     object-fit: contain;
}

.img-container {
  /* ratio --------------------------------------------------------------------
     by default the ratio is 1:1 or a square.
     below some other general aspect ratios. (add as class)
  */
  /* img or logo ------------------------------------------------------------ */
  /* fill ----------------------------------------------------------------------
     height will always be calculated relative to its width,
     unless "fill" is added. The class "fill" will fill up the
     available space with the img, without distorting the aspect
     ratio of the image.
  */
}
.img-container__ratio {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}
.img-container.ar5-4 .img-container__ratio {
  padding-bottom: calc(100% / 5 * 4);
}
.img-container.ar4-3 .img-container__ratio {
  padding-bottom: calc(100% / 4 * 3);
}
.img-container.ar3-2 .img-container__ratio {
  padding-bottom: calc(100% / 3 * 2);
}
.img-container.ar3-1 .img-container__ratio {
  padding-bottom: calc(100% / 3 * 1);
}
.img-container.ar16-9 .img-container__ratio {
  padding-bottom: calc(100% / 16 * 9);
}
.img-container__img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.img-container__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.img-container__img__generated {
  width: 100%;
  height: 100%;
}
.img-container.logo .img-container__img {
  background-size: contain;
  border: 1vw solid transparent;
  /* to create space between the image and its container,
     a border with transparent as color should be added.
     Feel free to change the width of the border to your needs.
  */
}
.img-container.fill {
  display: flex;
  height: 100%;
  width: 100%;
}
.img-container.fill .img-container__ratio {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.main {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 280px);
}
.main * {
  font-family: "Roboto", sans-serif;
}
.main .material-icons {
  font-family: "Material Icons";
}
.main--canvas {
  background-color: #eff1f4;
}
.main--ie {
  display: block;
}

.content-container {
  padding: 0 0.5em;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .content-container {
    padding: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.landing-title {
  max-width: 600px;
  margin: 0 auto 1em auto;
  margin-top: 1em;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #0c8bba;
  color: white;
  display: flex;
  flex-direction: column;
  padding: 1em;
}
@media screen and (min-width: 500px) {
  .landing-title {
    min-width: 400px;
  }
}
@media screen and (min-width: 700px) {
  .landing-title {
    min-width: 600px;
  }
}
.landing-title h1 {
  font-weight: bold;
  font-size: var(--font-size-3);
  text-align: center;
}
.landing-title__note {
  margin-top: 0.5em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .landing-title {
    align-items: center;
  }
}

.landing-form {
  max-width: 600px;
  margin: 0 auto 1em auto;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 1em;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 500px) {
  .landing-form {
    min-width: 400px;
  }
}
@media screen and (min-width: 700px) {
  .landing-form {
    min-width: 600px;
  }
}
.landing-form form {
  display: flex;
  flex-direction: column;
}
.landing-form__field-row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .landing-form__field-row {
    flex-direction: row;
    justify-content: space-between;
  }
  .landing-form__field-row .landing-form__field {
    width: calc(50% - 10px);
  }
}
.landing-form__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.landing-form__label {
  font-weight: bold;
  color: #2f3751;
  line-height: 25px;
  font-size: 14px;
  padding-bottom: 10px;
}
.landing-form__info {
  color: #838383;
  font-size: 12px;
}
.landing-form__error {
  color: #ff668f;
  font-size: 14px;
  padding-bottom: 10px;
}
.landing-form__note {
  font-size: 15px;
  color: #838383;
  margin-bottom: 0.5em;
}
.landing-form__textbox {
  border-radius: 6px;
  border: solid 1px #b0c0c7;
  background-color: #ffffff;
  font-size: 14px;
  padding: 0.75em;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.landing-form__textbox.input-validation-error {
  border-color: #ff668f;
  box-shadow: 0 0 5px #ff668f;
  outline: 1px #ff668f;
}
.landing-form__textbox:hover, .landing-form__textbox:focus {
  border-color: #3ac0f2;
  box-shadow: 0 0 5px #3ac0f2;
  outline: 1px #3ac0f2;
}
.landing-form__select-field {
  width: 100%;
  padding: 0.75em;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}
.landing-form__select-field:hover, .landing-form__select-field:focus {
  border-color: #3ac0f2;
  box-shadow: 0 0 5px #3ac0f2;
  outline: 1px #3ac0f2;
}
.landing-form__submit {
  text-align: center;
  border: 1px solid #0c8bba;
  border-radius: 6px;
  color: #0c8bba;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: #0c8bba;
  padding: 1em 2em;
  opacity: 0.9;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  align-self: flex-end;
}
.landing-form__submit:hover {
  opacity: 1;
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
  background-color: rgba(12, 139, 186, 0.05);
}
.landing-form__submit--cta {
  background-color: rgba(0, 184, 107, 0.9);
  color: white;
  border: 1px solid rgba(0, 184, 107, 0.9);
}
.landing-form__submit--primary {
  background-color: rgba(12, 139, 186, 0.9);
  border-color: rgba(12, 139, 186, 0.9);
  color: white;
}
.landing-form__submit--small {
  padding: 0.5em 1em;
}
.landing-form__submit--loading .landing-form__submit__text {
  visibility: hidden;
}
.landing-form__submit--loading .landing-form__submit__spinner {
  display: flex;
}
.landing-form__submit__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid white;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}
.landing-form__accept {
  background-color: #dce4e8;
  border-radius: 6px;
  padding: 0.75em 1em;
  margin-bottom: 1em;
}
.landing-form__accept-text {
  margin-left: 0.5em;
}
.landing-form__email-settings-title {
  font-weight: bold;
  color: black;
}
.landing-form__email-settings {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}
.landing-form__email-settings input[type=checkbox] {
  margin-top: 2px;
}
.landing-form__email-settings__content {
  display: flex;
  margin-left: 5px;
  flex-direction: column;
}
.landing-form__email-settings__content-description {
  color: #838383;
  margin-top: 5px;
}

.landing-or__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2em 0;
}
.landing-or__separator {
  height: 2px;
  background-color: #d1d1d1;
  flex: 1;
  margin: 0 10px;
}

.landing__button {
  align-self: stretch;
  text-align: center;
  border: 1px solid #0c8bba;
  border-radius: 6px;
  color: #0c8bba;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: #0c8bba;
  padding: 1em 2em;
  opacity: 0.9;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.landing__button:hover {
  opacity: 1;
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
  background-color: rgba(12, 139, 186, 0.05);
}
.landing__button--cta {
  background-color: rgba(0, 184, 107, 0.9);
  color: white;
  border: 1px solid rgba(0, 184, 107, 0.9);
}
.landing__button--primary {
  background-color: rgba(12, 139, 186, 0.9);
  border-color: rgba(12, 139, 186, 0.9);
  color: white;
}
.landing__button--small {
  padding: 0.5em 1em;
}
.landing__button--loading .landing__button__text {
  visibility: hidden;
}
.landing__button--loading .landing__button__spinner {
  display: flex;
}
.landing__button__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid white;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}
.landing__button--facebook {
  color: white;
  background-color: #3b5998;
  border-color: #3b5998;
}
.landing__button--facebook:hover {
  background-color: #3b5998;
}
.landing__button--denhaag {
  color: white;
  background-color: #227b3c;
  border-color: #227b3c;
}
.landing__button--denhaag:hover {
  background-color: #227b3c;
}

.c-ssi {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-ssi__image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 196px;
}
.c-ssi__background {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}
.c-ssi__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border-top: 2px solid black;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}
.c-ssi--loading .c-ssi__background {
  display: flex;
}
.c-ssi--loading .c-ssi__spinner {
  display: flex;
}

.overview {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.overview__header {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: white;
}
.overview__header-content {
  padding: 0 0.5em;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 641px) {
  .overview__header-content {
    padding: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.overview__header-text-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 961px) {
  .overview__header-text-wrapper {
    align-items: flex-end;
  }
}
.overview__header-text {
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 961px) {
  .overview__header-text {
    margin: 0 40px;
  }
}
.overview__header-what {
  font-size: 14px;
  color: #5b666c;
  padding-bottom: 20px;
}
.overview__header-title {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 26px;
}
@media screen and (min-width: 961px) {
  .overview__header-title {
    font-size: 42px;
  }
}
.overview__header-description {
  font-size: 16px;
  color: #2f3751;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.overview__header-description li {
  margin-left: 1em;
}
.overview__header-description a:only-child {
  text-align: center;
  border: 1px solid #0c8bba;
  border-radius: 6px;
  color: #0c8bba;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: #0c8bba;
  padding: 1em 2em;
  opacity: 0.9;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  background-color: var(--cta-button-color);
  border-color: var(--cta-button-color);
  color: white;
}
.overview__header-description a:only-child:hover {
  opacity: 1;
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
  background-color: rgba(12, 139, 186, 0.05);
}
.overview__header-description a:only-child--cta {
  background-color: rgba(0, 184, 107, 0.9);
  color: white;
  border: 1px solid rgba(0, 184, 107, 0.9);
}
.overview__header-description a:only-child--primary {
  background-color: rgba(12, 139, 186, 0.9);
  border-color: rgba(12, 139, 186, 0.9);
  color: white;
}
.overview__header-description a:only-child--small {
  padding: 0.5em 1em;
}
.overview__header-description a:only-child--loading .overview__header-description a:only-child__text {
  visibility: hidden;
}
.overview__header-description a:only-child--loading .overview__header-description a:only-child__spinner {
  display: flex;
}
.overview__header-description a:only-child__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid white;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}
.overview__header-description a:only-child:hover {
  background-color: var(--cta-button-color-hover);
  border-color: var(--cta-button-color-hover);
}
.overview__header-info {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.overview__header-info-icons {
  display: flex;
}
.overview__header-info-icon {
  margin-left: -10px;
}
.overview__header-info-icon:first-of-type {
  margin-left: 0;
}
.overview__header-info-icon img {
  border-radius: 50%;
  height: 40px;
  border: 3px white solid;
}
.overview__header-separator {
  margin: 25px 0;
  border-radius: 3px;
  height: 5px;
}
.overview__header-banner {
  flex: 1;
}
.overview__header-banner img {
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 961px) {
  .overview__header-banner img {
    height: 350px;
  }
}
@media screen and (max-width: 961px) {
  .overview__header-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2em;
  }
  .overview__header-banner img {
    border-radius: 6px;
  }
}
.overview-search {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}
.overview-search__title {
  display: none;
}
.overview-search__input-container {
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  height: 44px;
  padding: 0 1em;
  margin-bottom: 5px;
  border-color: #b0c0c7;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
}
@media screen and (min-width: 961px) {
  .overview-search__input-container:not(:first-child) {
    margin-left: 1em;
  }
}
.overview-search__category, .overview-search__neighbourhood, .overview-search__input {
  padding: 0.5em;
  cursor: pointer;
  border: none;
  background-color: white;
}
.overview-search__input:focus::-moz-placeholder {
  color: transparent;
}
.overview-search__input:focus:-ms-input-placeholder {
  color: transparent;
}
.overview-search__input:focus::placeholder {
  color: transparent;
}
@media screen and (min-width: 961px) {
  .overview-search {
    display: flex;
    flex-direction: row;
    align-self: stretch;
    align-items: center;
    justify-content: flex-end;
    margin: 1em 0 1.5em 0;
  }
  .overview-search__category, .overview-search__neighbourhood, .overview-search__input {
    margin-bottom: initial;
  }
  .overview-search__title {
    flex: 1;
    font-weight: bold;
    display: initial;
  }
}
.overview .section__header {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
@media screen and (min-width: 641px) {
  .overview .section__header {
    flex-direction: row;
  }
}
.overview .section__tabs {
  display: flex;
  align-items: center;
  gap: 5px;
}
.overview .section__tab {
  background-color: white;
  border: 1px solid #d6d6d7;
  border-radius: 6px;
  flex: 1;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .overview .section__tab {
    flex: initial;
  }
}
.overview .section__tab:hover {
  background-color: #f4f7ff;
}
.overview .section__tab button {
  padding: 1em 2em;
  background: transparent;
  border: none;
  cursor: pointer;
}
.overview .section__title {
  font-size: 24px;
  color: #2f3751;
  padding: 15px 0;
}
.overview .section__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .overview .section__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.overview .section__item {
  width: 100%;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  .overview .section__item--large, .overview .section__item--large:first-child {
    width: 100%;
  }
  .overview .section__item--half, .overview .section__item--half:first-child {
    width: calc(50% - 10px);
  }
}
.overview .section__footer {
  display: flex;
  flex-direction: column;
  margin: 0.5em 0;
  font-size: 14px;
}
.overview .section__footer--centered {
  align-items: center;
}
.overview .tile {
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
  background-color: #fff;
  padding: 15px;
  position: relative;
  transition: all 0.1s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.overview .tile__img-placeholder {
  background-color: #d3eaf6;
  border-radius: 6px;
  width: 20vw;
  height: 12vw;
  min-width: 100px;
  max-width: 230px;
  min-height: 100px;
  max-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.overview .tile__img-placeholder i {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  font-size: 58px;
  color: #5c9bbb;
}
.overview .tile--news {
  background-color: rgba(12, 139, 186, 0.05);
}
.overview .tile__header {
  display: flex;
  flex-direction: row;
  padding-bottom: 15px;
  border-bottom: 1px solid #b0c0c7;
  align-items: center;
}
.overview .tile__header i {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  font-size: 28px;
  margin-right: 5px;
}
.overview .tile__header img {
  height: 28px;
  fill: #0c8bba;
  margin-right: 5px;
}
.overview .tile__header-text {
  font-size: 16px;
}
.overview .tile__header-time-remaining {
  font-size: 14px;
  margin-left: auto;
}
.overview .tile__header-progress {
  margin-left: 20px;
  width: 50px;
  height: 7px;
  border-radius: 20px;
  background-color: #dce4e8;
}
.overview .tile__header-progress div {
  height: 7px;
  border-radius: 20px;
  background-color: #00d079;
}
.overview .tile__header-start, .overview .tile__header-finished {
  font-size: 14px;
  color: #5b666c;
  margin-left: auto;
}
.overview .tile__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 13px 0;
  align-items: flex-start;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  min-height: 270px;
}
.overview .tile__content-info {
  display: flex;
  flex-direction: column;
  padding-top: 13px;
}
.overview .tile__content-info-header {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
}
.overview .tile__content-info-date {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  flex-shrink: 0;
  flex-direction: column;
  margin-right: 1em;
  background-color: white;
  padding: 5px;
}
.overview .tile__content-info-date-day {
  color: #ff0045;
  font-size: 22px;
  font-weight: 500;
}
.overview .tile__content-info-date-month {
  font-weight: 500;
  font-size: 14px;
}
.overview .tile__content-info-title {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
.overview .tile__content-info-title:hover {
  text-decoration: underline;
}
.overview .tile__content-info-description {
  font-size: 14px;
  line-height: 1.4;
  line-height: 1.6;
  position: relative;
  display: flex;
  flex-direction: column;
}
.overview .tile__content-info-description p:not(:last-child),
.overview .tile__content-info-description ul:not(:last-child),
.overview .tile__content-info-description ol:not(:last-child) {
  margin-bottom: 1em;
}
.overview .tile__content-info-description ul,
.overview .tile__content-info-description ol {
  margin-left: 25px;
}
.overview .tile__content-info-description ul {
  list-style: disc;
}
.overview .tile__content-info-description ol {
  list-style: numeric;
}
.overview .tile__content-info-description p:last-child:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.001) 200px, white);
}
.overview .tile__image-container {
  border-radius: 6px;
}
.overview .tile__image-container img {
  max-height: 380px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.overview .tile__readmore {
  margin-top: 0.5em;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
}
.overview .tile__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 641px) {
  .overview .tile__footer {
    flex-direction: row;
    align-items: center;
  }
}
.overview .tile__footer-data {
  font-size: 14px;
  color: #2f3751;
}
.overview .tile__footer-data-item:not(:last-child):after {
  content: "•";
  margin: 0 0.1em;
}
.overview .tile__footer-view-button-wrapper {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 10px;
}
@media screen and (min-width: 641px) {
  .overview .tile__footer-view-button-wrapper {
    margin-top: 0;
  }
}
.overview .tile__footer-view-button {
  text-align: center;
  border: 1px solid #0c8bba;
  border-radius: 6px;
  color: #0c8bba;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: #0c8bba;
  padding: 1em 2em;
  opacity: 0.9;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  box-shadow: none;
  color: #2f3751;
  font-size: 14px;
  padding: 0.75em 1.5em;
  margin-left: auto;
}
.overview .tile__footer-view-button:hover {
  opacity: 1;
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
  background-color: rgba(12, 139, 186, 0.05);
}
.overview .tile__footer-view-button--cta {
  background-color: rgba(0, 184, 107, 0.9);
  color: white;
  border: 1px solid rgba(0, 184, 107, 0.9);
}
.overview .tile__footer-view-button--primary {
  background-color: rgba(12, 139, 186, 0.9);
  border-color: rgba(12, 139, 186, 0.9);
  color: white;
}
.overview .tile__footer-view-button--small {
  padding: 0.5em 1em;
}
.overview .tile__footer-view-button--loading .overview .tile__footer-view-button__text {
  visibility: hidden;
}
.overview .tile__footer-view-button--loading .overview .tile__footer-view-button__spinner {
  display: flex;
}
.overview .tile__footer-view-button__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid white;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}
.overview .tile__link {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.overview .tile__link:hover, .overview .tile__link:focus {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.21);
}
.overview__footer {
  padding-top: 0;
  padding-bottom: 1.5em;
}
.overview__footer .contact-section {
  width: 100%;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
  text-align: center;
}
.overview__footer .contact-section__title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: normal;
  color: #fff;
  padding-bottom: 10px;
}
.overview__footer .contact-section__contact-info {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.93;
}
.overview__footer .contact-section__contact-info a {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .overview__header-content {
    flex-direction: row;
  }
  .overview__header-text {
    order: 1;
    max-width: 600px;
  }
  .overview__header-banner {
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    height: 350px;
  }
  .overview__header-mask {
    display: none;
    position: absolute;
  }
}
@media screen and (min-width: 961px) and (min-width: 1025px) {
  .overview__header-mask {
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 110px;
    background-image: url("/images/curve.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 961px) {
  .overview .tile__content {
    flex-direction: row;
  }
  .overview .tile__content .tile__image-container {
    width: 50%;
    margin-right: 15px;
  }
  .overview .tile__content-info {
    width: 50%;
    padding-top: 0;
  }
}
@media screen and (min-width: 1360px) {
  .overview .section__content {
    flex-direction: row;
  }
  .overview .section__item {
    width: calc(50% - 10px);
  }
}
.overview .idea-cta {
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
  background-color: #fff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  margin-bottom: 1.5em;
  color: #2f3751;
}
@media screen and (min-width: 961px) {
  .overview .idea-cta {
    flex-direction: row;
  }
  .overview .idea-cta__content {
    margin-left: 2em;
  }
}
.overview .idea-cta__image {
  height: 200px;
}
.overview .idea-cta__content {
  padding: 1em;
}
.overview .idea-cta__title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}
.overview .idea-cta__description {
  font-size: 14px;
  margin-bottom: 15px;
}
.overview .idea-cta__buttons {
  display: flex;
  flex-direction: row;
}
.overview .idea-cta .pp-button {
  margin-right: 1em;
}
.overview .overview-empty {
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.overview .overview-empty i {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  font-size: 70px;
  margin-bottom: 15px;
}
.overview .overview-empty__title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}
.overview .overview-empty__description {
  font-size: 14px;
  margin-bottom: 10px;
}
.overview .overview-empty__link {
  font-size: 14px;
}

.news__title-container {
  display: flex;
  flex-direction: column;
  margin: 1em 0;
}
@media screen and (min-width: 961px) {
  .news__title-container {
    flex-direction: row;
    align-items: center;
  }
}
.news h1 {
  font-weight: bold;
  font-size: var(--font-size-2);
}
.news .overview-search {
  margin: 1em 0 0 0;
}
@media screen and (min-width: 961px) {
  .news .overview-search {
    flex: 1;
    margin: 0 0 0 1em;
  }
}

.project {
  position: relative;
  width: 100%;
}
.project-header {
  width: 100%;
  color: #2f3751;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: white;
}
.project-header__background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.05;
}
.project-header__content-container {
  padding: 0 0.5em;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 1em;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 641px) {
  .project-header__content-container {
    padding: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .project-header__content-container {
    padding: 1em;
  }
}
@media screen and (min-width: 961px) {
  .project-header__content-container {
    flex-direction: row;
    padding: 2em 1.5em;
  }
}
.project-header__content {
  flex: 1;
  max-width: 961px;
}
.project-header__video {
  margin-bottom: 1em;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .project-header__video {
    width: 550px;
  }
}
.project-header__attachments {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .project-header__attachments {
    width: 550px;
  }
}
.project-header__title-section {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 641px) {
  .project-header__title-section {
    flex-direction: row;
    align-items: center;
  }
}
.project-header h1 {
  font-size: 42px;
  margin-bottom: 20px;
  color: #2f3751;
}
.project-header__description {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.project-header__description p:not(:last-child),
.project-header__description ul:not(:last-child),
.project-header__description ol:not(:last-child) {
  margin-bottom: 1em;
}
.project-header__description ul,
.project-header__description ol {
  margin-left: 25px;
}
.project-header__description ul {
  list-style: disc;
}
.project-header__description ol {
  list-style: numeric;
}
.project-header__statistics {
  display: flex;
  flex-direction: row;
}
.project-header__stat {
  font-size: 17px;
  display: flex;
  flex-direction: row;
}
.project-header__stat strong {
  padding-right: 4px;
}
.project-header__stat:not(:last-child):after {
  text-align: center;
  content: "•";
  margin: 0 10px;
}
.project-header__image-container {
  flex: 0.6;
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  justify-content: center;
}
@media screen and (min-width: 961px) {
  .project-header__image-container {
    margin-top: 0;
    margin-left: 15px;
    justify-content: flex-start;
  }
}
.project-header__image {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  overflow: hidden;
  max-height: 270px;
}
.project-remaining {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 641px) {
  .project-remaining {
    flex: 1;
    align-items: flex-end;
  }
}
.project-remaining__text {
  font-size: 14px;
  margin-bottom: 5px;
}
.project-remaining__progress {
  background-color: #dce4e8;
  height: 12px;
  border-radius: 6px;
  width: 100px;
  position: relative;
  overflow: hidden;
}
.project-remaining__progress-body {
  height: 12px;
  border-radius: 6px;
  background-color: #00d079;
}
.project-content {
  padding: 0 0.5em;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 1em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 641px) {
  .project-content {
    padding: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.project .project-map {
  width: 100%;
  min-height: 650px;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 2em;
}
.project .project-map .js-add-button {
  display: flex;
  padding: 10px;
}
.project .project-map__button {
  color: white;
}
.project-timeline {
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
  background-color: #fff;
  padding: 15px;
  padding: 0;
  color: #2f3751;
  margin: 0 1em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 641px) {
  .project-timeline {
    margin: 1em 0 0 0;
  }
}
.project-timeline h2 {
  margin-top: 1em;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 1em;
}
.project-timeline__phases {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 1em;
}
@media screen and (min-width: 961px) {
  .project-timeline__phases {
    flex-direction: row;
  }
}
.project-timeline__phases .project-timeline_field {
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.project-timeline__phases .project-timeline_field:first-child {
  background-image: url("/images/timeline/chevron-first.svg");
}
.project-timeline__phases .project-timeline_field:first-child:hover {
  background-image: url("/images/timeline/chevron-first-hover.svg");
}
.project-timeline__phases .project-timeline_field--active:first-child {
  background-image: url("/images/timeline/chevron-first-active.svg");
}
.project-timeline__phases .project-timeline_field:not(:first-child, :last-child) {
  background-image: url("/images/timeline/chevron.svg");
}
.project-timeline__phases .project-timeline_field:not(:first-child, :last-child):hover {
  background-image: url("/images/timeline/chevron-hover.svg");
}
.project-timeline__phases .project-timeline_field--active:not(:first-child, :last-child) {
  background-image: url("/images/timeline/chevron-active.svg");
}
.project-timeline__phases .project-timeline_field:last-child {
  background-image: url("/images/timeline/chevron-last.svg");
}
.project-timeline__phases .project-timeline_field:last-child:hover {
  background-image: url("/images/timeline/chevron-last-hover.svg");
}
.project-timeline__phases .project-timeline_field:last-child:hover {
  background-image: url("/images/timeline/chevron-last-hover.svg");
}
.project-timeline__phases .project-timeline_field--active:last-child {
  background-image: url("/images/timeline/chevron-last-active.svg");
}
.project-timeline__phase {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1em 3em;
  max-width: 140px;
  background: transparent;
  border: none;
  cursor: pointer;
  flex: 1;
}
.project-timeline__circle {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border-width: 4px;
  border-style: solid;
  border-color: #6c63ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
}
.project-timeline__circle--active {
  color: white;
  font-weight: bold;
  background-color: #6c63ff;
  border: 1px solid #6c63ff;
}
.project-timeline__title {
  font-weight: bold;
  text-align: center;
}
.project-timeline__date {
  font-size: 14px;
}
.project-timeline .phase-info-list {
  display: flex;
  flex-direction: column;
  align-items: left;
  align-self: stretch;
  background-color: #f4f7ff;
}
.project-timeline .phase-container {
  display: none;
}
.project-timeline .phase-container .phase-image {
  height: 200px;
}
.project-timeline .phase-container .phase-image--empty {
  background-color: #d1d1d1;
}
.project-timeline .phase-container .phase-image--empty .img-container__img {
  border-width: 4em;
  opacity: 0.75;
}
.project-timeline .phase-container .phase-info {
  display: flex;
  flex-direction: column;
  color: #2f3751;
}
.project-timeline .phase-container .phase-info__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}
@media screen and (min-width: 641px) {
  .project-timeline .phase-container .phase-info__header {
    flex-direction: row;
  }
}
.project-timeline .phase-container .phase-info__circle {
  border: 4px solid #6c63ff;
  border-radius: 22px;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6c63ff;
}
.project-timeline .phase-container .phase-info__title {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 641px) {
  .project-timeline .phase-container .phase-info__title {
    text-align: left;
  }
}
.project-timeline .phase-container .phase-info__text {
  margin-top: 0.5em;
  line-height: 1.5;
  padding: 0 15px 15px 15px;
}
.project-timeline .phase-container .phase-info__text p,
.project-timeline .phase-container .phase-info__text ul,
.project-timeline .phase-container .phase-info__text ol {
  margin-bottom: 1em;
}
.project-timeline .phase-container .phase-info__text ul {
  list-style-type: disc;
}
.project-timeline .phase-container .phase-info__text li {
  margin-left: 2em;
}
.project-timeline .phase-container--open {
  display: flex;
  flex-direction: column;
}
.project-timeline .phase-container--active .phase-info__circle {
  border: 2px solid #5670ce;
  background-color: #5670ce;
  color: white;
}
@media screen and (min-width: 961px) {
  .project-timeline .phase-container .phase-image {
    min-width: 544px;
    min-height: 306px;
  }
  .project-timeline .phase-container .phase-info__header {
    padding: 30px 30px 15px 30px;
  }
  .project-timeline .phase-container .phase-info__text {
    padding: 0 30px 30px 30px;
  }
}
.project-timeline__footer {
  align-self: stretch;
  background-color: #2f3751;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.project-timeline .pp-button {
  margin: 1em;
}
.project-search {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  margin: 1em;
}
@media screen and (min-width: 961px) {
  .project-search {
    margin: 1em 0;
  }
}
.project-search__title {
  flex: 1;
  font-weight: bold;
}
.project-search__input {
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  height: 44px;
  padding: 0 1em;
  border-color: #b0c0c7;
}
.project-search__input:focus::-moz-placeholder {
  color: transparent;
}
.project-search__input:focus:-ms-input-placeholder {
  color: transparent;
}
.project-search__input:focus::placeholder {
  color: transparent;
}
.project-tiles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 1em 0;
}
@media screen and (min-width: 961px) {
  .project-tiles {
    margin: 1em 0;
    flex-direction: row;
    gap: 10px;
  }
}
.project-tiles > .message,
.project-tiles > .shout,
.project-tiles > .survey-item,
.project-tiles > .event, .project-tiles__filler {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .project-tiles > .message,
.project-tiles > .shout,
.project-tiles > .survey-item,
.project-tiles > .event, .project-tiles__filler {
    width: calc(50% - 0.5em);
    flex-grow: 1;
  }
}
@media screen and (min-width: 1360px) {
  .project-tiles > .message,
.project-tiles > .shout,
.project-tiles > .survey-item,
.project-tiles > .event, .project-tiles__filler {
    width: calc(33% - 0.5em);
  }
}
.project-tiles__filler {
  height: 1px;
}
.project .project-empty {
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project .project-empty i {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  font-size: 70px;
  margin-bottom: 15px;
}
.project .project-empty__title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}
.project .project-empty__description {
  font-size: 14px;
  margin-bottom: 10px;
}
.project .project-empty__link {
  font-size: 14px;
}
.project .project-toggler {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 1em;
}
@media screen and (min-width: 961px) {
  .project .project-toggler {
    margin: 1em 0;
  }
}
.project .project-toggler__button:not(:last-child) {
  margin-right: 1em;
}

.project-navigation {
  background-color: rgba(12, 139, 186, 0.05);
  border-bottom: 2px solid #0c8bba;
  padding: 1.7em 0;
}
.project-navigation-content {
  padding: 0 0.5em;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .project-navigation-content {
    padding: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.project-navigation__type {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #0c8bba;
}
.project-navigation__type i {
  margin-right: 10px;
}
.project-navigation__type-name {
  font-size: 16px;
  margin-left: 5px;
}
.project-navigation__type .link-divider {
  padding: 0 10px;
}
.project-navigation__type a {
  cursor: pointer;
  text-decoration: none;
}
.project-navigation__type a:hover {
  transform: scale(1.03);
}

.leaflet-popup-content {
  margin: 20px !important;
}
.leaflet-popup-content .project-map-shout {
  display: flex;
  flex-direction: column;
}
.leaflet-popup-content .project-map-shout h2 {
  font-size: 18px;
  font-weight: bold;
  color: #2f3751;
  margin-bottom: 1em;
}
.leaflet-popup-content .project-map-shout__content {
  display: flex;
  gap: 20px;
}
.leaflet-popup-content .project-map-shout__image {
  flex: 1;
  align-self: center;
}
.leaflet-popup-content .project-map-shout__text {
  font-size: 16px;
  line-height: 21px;
  color: #2f3751;
  flex: 1;
}
.leaflet-popup-content .project-map-shout__text p {
  margin: 0 0 0.5em 0;
}
.leaflet-popup-content .project-map-shout__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 1em;
}
.leaflet-popup-content .project-map-shout .pp-button--primary {
  color: white;
}

.content-container--add-idea {
  display: flex;
  flex-direction: column;
  max-width: 1050px;
}
.content-container--add-idea .project-info {
  margin: 15px 0;
  background-color: white;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1025px) {
  .content-container--add-idea {
    flex-direction: row;
    align-items: flex-start;
  }
  .content-container--add-idea .add-idea {
    flex: 65;
  }
  .content-container--add-idea .project-info {
    margin: 15px 0 0 15px;
    flex: 35;
  }
}

.add-idea__tile {
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
  background-color: #fff;
  padding: 15px;
  margin-bottom: 4em;
}
.add-idea__field-row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .add-idea__field-row {
    flex-direction: row;
    justify-content: space-between;
  }
  .add-idea__field-row .landing-form__field {
    width: calc(50% - 10px);
  }
}
.add-idea .landing-title {
  max-width: initial;
}
.add-idea form {
  display: flex;
  flex-direction: column;
}
.add-idea__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.add-idea__field-description {
  margin-bottom: 10px;
  font-style: italic;
}
.add-idea__map {
  width: 100%;
}
.add-idea__map .js-osm-map {
  min-height: 400px;
  width: 100%;
}
.add-idea__label {
  font-weight: bold;
  color: #2f3751;
  line-height: 25px;
  margin-bottom: 10px;
  font-size: var(--font-size-4);
}
.add-idea__textbox {
  border-radius: 6px;
  border: solid 1px #b0c0c7;
  background-color: #ffffff;
  font-size: 14px;
  padding: 0.75em;
  transition: all 0.2s ease-in-out;
}
.add-idea__textbox.input-validation-error {
  border-color: #ff668f;
  box-shadow: 0 0 5px #ff668f;
  outline: 1px #ff668f;
}
.add-idea__textbox:hover, .add-idea__textbox:focus {
  border-color: #3ac0f2;
  box-shadow: 0 0 5px #3ac0f2;
  outline: 1px #3ac0f2;
}
.add-idea__add-image {
  align-self: flex-start;
}
.add-idea__image-preview-container, .add-idea__image-existing-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.add-idea__img-remove, .add-idea__img-preview {
  width: 55px;
  height: 55px;
  border-radius: 6px;
  margin: 0.5em 1em 0.5em 0;
  padding: 0;
  border: none;
}
.add-idea__img-remove img, .add-idea__img-preview img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.add-idea__img-remove {
  cursor: pointer;
  position: relative;
}
.add-idea__img-remove:hover .add-idea__img-remove-bg {
  opacity: 0.4;
}
.add-idea__img-remove:hover .add-idea__img-remove-icon {
  opacity: 1;
}
.add-idea__img-remove-bg {
  opacity: 0;
  background-color: black;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}
.add-idea__img-remove-icon {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  position: absolute;
  right: 5px;
  top: 5px;
  color: white;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.add-idea__attachment-preview-container, .add-idea__attachment-existing-container {
  display: flex;
  flex-direction: column;
}
.add-idea__attachment-preview, .add-idea__attachment-remove {
  padding: 0.5em;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  color: #2f3751;
  font-weight: bold;
}
.add-idea__attachment-preview:before, .add-idea__attachment-remove:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  content: "description";
  margin-right: 5px;
  color: #838383;
  font-size: 22px;
}
.add-idea__attachment-preview span, .add-idea__attachment-remove span {
  flex: 1;
}
.add-idea__attachment-preview i, .add-idea__attachment-remove i {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  font-size: 22px;
  cursor: pointer;
}
.add-idea__attachment-remove {
  display: flex;
  background-color: white;
}
.add-idea__attachment-remove span {
  text-align: left;
}
.add-idea__file {
  display: none;
}
.add-idea__submit {
  align-self: stretch;
}
.add-idea__questions-header {
  color: #2f3751;
  padding: 1em 0;
}
.add-idea__questions-header h2 {
  font-size: var(--font-size-4);
  font-weight: bold;
  margin-bottom: 0.5em;
}
.add-idea__questions-header p {
  margin-bottom: 0.5em;
}

.survey {
  width: 100%;
  padding: 1em;
  background-color: #eff1f4;
}
.survey#content {
  margin-top: 0;
  min-height: calc(100vh - 100px);
}
.survey#content.anonymous {
  margin-top: 0px;
  min-height: 50vh;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
  box-shadow: none;
  /* because FU safari */
}

.input-checkbox {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
  position: relative;
  margin: 0.5em 0;
}
.input-checkbox:last-child {
  margin-bottom: 0;
}
.input-checkbox__label {
  font-weight: 600;
  margin-bottom: 0.5em;
}
.input-checkbox__wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.input-checkbox__input-area {
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  height: 44px;
  padding: 0 1em;
}
.input-checkbox__container {
  display: flex;
  width: 100%;
  height: 44px;
  border: 1px solid #d1d1d1;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
.input-checkbox__pre, .input-checkbox__post {
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #838383;
}
.input-checkbox__input-search {
  flex-grow: 1;
  height: 44px;
  height: 100%;
  background-color: white;
  border: none;
  padding-left: 1em;
}
.input-checkbox__click-area {
  display: flex;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
  /* Animation only for chrome and opera ---
  media query hack: only selects chrome += 29 and Opera +=16 */
}
.input-checkbox__click-area svg {
  display: none;
}
.input-checkbox__click-area .checkmark-icon {
  width: 20px;
  height: 20px;
  color: white;
  stroke-linecap: round;
  stroke-dasharray: 27;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .input-checkbox__click-area .checkmark-icon--animation .path {
    stroke-dashoffset: -23;
    animation: 300ms dash 50ms ease forwards;
  }
}
.input-checkbox__select {
  width: 100%;
  height: 44px;
}
.input-checkbox__checkbox-wrapper {
  display: flex;
  align-items: center;
}
.input-checkbox__checkbox-wrapper .input-field__input-checkbox {
  margin-right: 0.5em;
}
.input-checkbox .field-validation-error {
  color: #ff0045;
  margin-bottom: 0.5em;
}
.input-checkbox .field-validation-error * {
  font-size: 12px;
}
.input-checkbox__select {
  width: 100%;
  height: 30px;
}
.input-checkbox__input {
  position: absolute;
  left: -9999px;
}
.input-checkbox__input:checked + .input-checkbox__click-area {
  position: relative;
  border-color: #5670ce;
  background-color: #e0e5f6;
  color: #141e44;
  transition: 0.3s ease-in-out;
}
.input-checkbox__input:checked + .input-checkbox__click-area .input-checkbox__button {
  color: white;
  border-color: #3653bb;
  background-color: #5670ce;
  transition: 0.3s ease-in-out;
}
.input-checkbox__input:checked + .input-checkbox__click-area .input-checkbox__button::after {
  color: white;
  content: "\e5ca";
  font-family: "Material Icons";
  font-size: var(--font-size-3);
  font-feature-settings: "liga";
  /* edge fix */
}
.input-checkbox__input:checked + .input-checkbox__click-area:hover {
  background-color: #b9c4eb;
  transition: 0.3s ease-in-out;
}
.input-checkbox__input.focus-visible + .input-checkbox__click-area {
  outline: none;
  box-shadow: 0 0 0px 1px #0091ff, 0 0 0px 2px rgba(0, 145, 255, 0.4), 0 0 0px 4px rgba(0, 145, 255, 0.3), 0 0 0px 6px rgba(0, 145, 255, 0.2);
}
.input-checkbox__click-area {
  display: flex;
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  flex-direction: row;
  align-items: center;
  padding: calc( (44px - 30px) / 2 );
  background-color: white;
  min-height: 44px;
  justify-content: flex-start;
  width: 100%;
  box-shadow: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.input-checkbox__click-area:hover {
  border-color: #141e44;
}
.input-checkbox__click-area:hover .input-checkbox__button {
  border-color: #141e44;
}
.input-checkbox__button {
  height: 30px;
  width: 30px;
  border: 2px solid #d1d1d1;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
}
.input-checkbox__label {
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: normal;
}

.input-radio {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
  position: relative;
  margin: 0.5em 0;
}
.input-radio.matrix-radio {
  align-items: center;
  margin: 0;
}
.input-radio__input {
  position: absolute;
  left: -9999px;
}
.input-radio__input:checked + .input-radio__click-area.empty--area {
  background-color: initial;
}
.input-radio__input:checked + .input-radio__click-area.empty--area:hover {
  background-color: initial;
}
.input-radio__input.focus-visible + .input-radio__click-area.empty--area {
  outline: none;
  box-shadow: inherit;
}
.input-radio__input.focus-visible + .input-radio__click-area.empty--area span.input-radio__button {
  box-shadow: 0 0 0px 1px #0091ff, 0 0 0px 2px rgba(0, 145, 255, 0.4), 0 0 0px 4px rgba(0, 145, 255, 0.3), 0 0 0px 6px rgba(0, 145, 255, 0.2);
}
.input-radio__click-area.empty--area {
  border: initial;
  padding: initial;
  min-height: initial;
  justify-content: center;
  background-color: initial;
}
.input-radio__click-area .no-label {
  margin-right: 0;
  background-color: white;
}
.input-radio:last-child {
  margin-bottom: 0;
}
.input-radio__label {
  font-weight: 600;
  margin-bottom: 0.5em;
}
.input-radio__wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.input-radio__input-area {
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  height: 44px;
  padding: 0 1em;
}
.input-radio__container {
  display: flex;
  width: 100%;
  height: 44px;
  border: 1px solid #d1d1d1;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
.input-radio__pre, .input-radio__post {
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #838383;
}
.input-radio__input-search {
  flex-grow: 1;
  height: 44px;
  height: 100%;
  background-color: white;
  border: none;
  padding-left: 1em;
}
.input-radio__click-area {
  display: flex;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
  /* Animation only for chrome and opera ---
  media query hack: only selects chrome += 29 and Opera +=16 */
}
.input-radio__click-area svg {
  display: none;
}
.input-radio__click-area .checkmark-icon {
  width: 20px;
  height: 20px;
  color: white;
  stroke-linecap: round;
  stroke-dasharray: 27;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .input-radio__click-area .checkmark-icon--animation .path {
    stroke-dashoffset: -23;
    animation: 300ms dash 50ms ease forwards;
  }
}
.input-radio__select {
  width: 100%;
  height: 44px;
}
.input-radio__checkbox-wrapper {
  display: flex;
  align-items: center;
}
.input-radio__checkbox-wrapper .input-field__input-checkbox {
  margin-right: 0.5em;
}
.input-radio .field-validation-error {
  color: #ff0045;
  margin-bottom: 0.5em;
}
.input-radio .field-validation-error * {
  font-size: 12px;
}
.input-radio__select {
  width: 100%;
  height: 30px;
}
.input-radio__input {
  position: absolute;
  left: -9999px;
}
.input-radio__input:checked + .input-radio__click-area {
  position: relative;
  border-color: #5670ce;
  background-color: #e0e5f6;
  color: #141e44;
  transition: 0.3s ease-in-out;
}
.input-radio__input:checked + .input-radio__click-area .input-radio__button {
  color: white;
  border-color: #3653bb;
  background-color: #5670ce;
  transition: 0.3s ease-in-out;
}
.input-radio__input:checked + .input-radio__click-area .input-radio__button::after {
  color: white;
  content: "\e061";
  font-family: "Material Icons";
  font-size: var(--font-size-1);
  font-feature-settings: "liga";
  /* edge fix */
  display: flex;
  /* ie fix */
  justify-content: center;
  align-items: center;
}
.input-radio__input:checked + .input-radio__click-area:hover {
  background-color: #b9c4eb;
  transition: 0.3s ease-in-out;
}
.input-radio__input.focus-visible + .input-radio__click-area {
  outline: none;
  box-shadow: 0 0 0px 1px #0091ff, 0 0 0px 2px rgba(0, 145, 255, 0.4), 0 0 0px 4px rgba(0, 145, 255, 0.3), 0 0 0px 6px rgba(0, 145, 255, 0.2);
}
.input-radio__click-area {
  display: flex;
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  flex-direction: row;
  align-items: center;
  padding: calc( (44px - 30px) / 2 );
  background-color: white;
  min-height: 44px;
  justify-content: flex-start;
  width: 100%;
  box-shadow: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.input-radio__click-area:hover {
  border-color: #141e44;
}
.input-radio__click-area:hover .input-radio__button {
  border-color: #141e44;
}
.input-radio__button {
  height: 30px;
  width: 30px;
  border: 2px solid #d1d1d1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
}
.input-radio__label {
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: normal;
}

.input-ranking {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
  position: relative;
  margin: 0.5em 0;
}
.input-ranking:last-child {
  margin-bottom: 0;
}
.input-ranking__label {
  font-weight: 600;
  margin-bottom: 0.5em;
}
.input-ranking__wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.input-ranking__input-area {
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  height: 44px;
  padding: 0 1em;
}
.input-ranking__container {
  display: flex;
  width: 100%;
  height: 44px;
  border: 1px solid #d1d1d1;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
.input-ranking__pre, .input-ranking__post {
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #838383;
}
.input-ranking__input-search {
  flex-grow: 1;
  height: 44px;
  height: 100%;
  background-color: white;
  border: none;
  padding-left: 1em;
}
.input-ranking__click-area {
  display: flex;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
  /* Animation only for chrome and opera ---
  media query hack: only selects chrome += 29 and Opera +=16 */
}
.input-ranking__click-area svg {
  display: none;
}
.input-ranking__click-area .checkmark-icon {
  width: 20px;
  height: 20px;
  color: white;
  stroke-linecap: round;
  stroke-dasharray: 27;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .input-ranking__click-area .checkmark-icon--animation .path {
    stroke-dashoffset: -23;
    animation: 300ms dash 50ms ease forwards;
  }
}
.input-ranking__select {
  width: 100%;
  height: 44px;
}
.input-ranking__checkbox-wrapper {
  display: flex;
  align-items: center;
}
.input-ranking__checkbox-wrapper .input-field__input-checkbox {
  margin-right: 0.5em;
}
.input-ranking .field-validation-error {
  color: #ff0045;
  margin-bottom: 0.5em;
}
.input-ranking .field-validation-error * {
  font-size: 12px;
}
.input-ranking__select {
  width: 100%;
  height: 30px;
}
.input-ranking__input {
  position: absolute;
  left: -9999px;
}
.input-ranking__input.has-value + .input-ranking__click-area {
  outline: none;
}
.input-ranking__input.focus-visible + .input-ranking__click-area {
  outline: none;
  box-shadow: 0 0 0px 1px #0091ff, 0 0 0px 2px rgba(0, 145, 255, 0.4), 0 0 0px 4px rgba(0, 145, 255, 0.3), 0 0 0px 6px rgba(0, 145, 255, 0.2);
}
.input-ranking.selected .input-ranking__click-area {
  position: relative;
  border-color: #5670ce;
  background-color: #e0e5f6;
  color: #141e44;
  transition: 0.3s ease-in-out;
}
.input-ranking.selected .input-ranking__click-area .input-ranking__button {
  color: white;
  border-color: #3653bb;
  background-color: #5670ce;
  transition: 0.3s ease-in-out;
}
.input-ranking.selected .input-ranking__click-area .input-ranking__remove {
  display: block;
  color: #141e44;
  margin-left: auto;
}
.input-ranking__click-area {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  flex-direction: row;
  align-items: center;
  padding: calc( (44px - 30px) / 2 );
  background-color: white;
  min-height: 44px;
  justify-content: flex-start;
  width: 100%;
  box-shadow: none;
  transition: 0.3s ease-in-out;
  outline: none;
  cursor: pointer;
}
.input-ranking__click-area:hover {
  border-color: #141e44;
}
.input-ranking__click-area:hover .input-radio__button {
  border-color: #141e44;
}
.input-ranking__button {
  height: 30px;
  width: 30px;
  border: 2px solid #d1d1d1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
  color: #585e71;
  font-weight: bold;
  font-size: var(--font-size-2);
  background-color: white;
}
.input-ranking__label {
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: normal;
}
.input-ranking__remove.material-icons {
  display: none;
}

.survey-questionnaire.kiosk .input-radio__click-area,
.survey-questionnaire.kiosk .input-checkbox__click-area {
  height: 110px;
}
.survey-questionnaire.kiosk .survey-questionnaire__footer button {
  padding: 3em 6em;
}
.survey-questionnaire.kiosk .survey-questionnaire__footer button span {
  font-size: 20px;
}
.survey-questionnaire fieldset {
  border: none;
}
.survey-questionnaire__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1em auto;
  padding: 2em;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 1em;
  margin: 0.5em 0.25em;
}
@media screen and (min-width: 700px) {
  .survey-questionnaire__header {
    max-width: 1400px;
    padding: 2em;
    margin: 1em auto;
  }
}
.survey-questionnaire__organizer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 2em;
  width: 100%;
}
.survey-questionnaire__img {
  border: 1px solid #d1d1d1;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  margin-right: 1em;
}
.survey-questionnaire__display-name {
  font-weight: bold;
  font-size: var(--font-size-3);
}
.survey-questionnaire__title {
  font-weight: bold;
  font-size: var(--font-size-5);
  padding-bottom: 1em;
  width: 100%;
  text-align: center;
  word-break: break-word;
}
.survey-questionnaire__title span {
  font-weight: bold;
  font-size: 24px;
  color: #5670ce;
}
.survey-questionnaire__description {
  line-height: 1.4;
  width: 100%;
  word-break: break-word;
}
.survey-questionnaire__description p > a {
  color: blue;
  text-decoration: underline;
}
.survey-questionnaire .date-range {
  margin: 2em auto 0;
  padding: 1em 2em;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  display: flex;
  max-width: 500px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.survey-questionnaire .date-range--no-end {
  justify-content: center;
}
.survey-questionnaire .date-range__start, .survey-questionnaire .date-range__end {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}
.survey-questionnaire .date-range__connect {
  flex-grow: 1;
  display: flex;
  padding: 0;
  height: 0;
  margin: 0 2em;
  align-items: center;
  justify-content: center;
  order: 2;
  width: 100%;
  margin: 1.5em 2em 1em;
}
.survey-questionnaire .date-range__connect .dot {
  height: 1.25em;
  width: 1.25em;
  border-width: 3px;
  border-style: solid;
  background-color: white;
  border-radius: 50%;
}
.survey-questionnaire .date-range__connect .line {
  border: 1px solid #d1d1d1;
  flex-grow: 1;
  margin-top: 1px;
}
.survey-questionnaire .survey-new {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.survey-questionnaire .survey-new p,
.survey-questionnaire .survey-new ul,
.survey-questionnaire .survey-new ol {
  margin-bottom: 0.5em;
}
.survey-questionnaire .survey-new p {
  width: 100%;
  line-height: 1.4;
}
.survey-questionnaire .survey-new ul {
  list-style-type: disc;
}
.survey-questionnaire .survey-new ol {
  list-style-type: decimal;
}
.survey-questionnaire .survey-new li {
  margin-left: 1em;
}
.survey-questionnaire .survey-thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1em;
}
.survey-questionnaire .survey-thanks__emoji {
  width: 100px;
  height: 100px;
  margin-bottom: 2em;
}
.survey-questionnaire .survey-thanks__title {
  font-weight: bold;
  font-size: var(--font-size-4);
  margin-bottom: 1em;
}
.survey-questionnaire .survey-thanks__description {
  line-height: 1.4;
  text-align: center;
  max-width: 500px;
}
.survey-questionnaire .survey-status {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 1em;
  margin: 0.5em 0.25em;
}
@media screen and (min-width: 700px) {
  .survey-questionnaire .survey-status {
    max-width: 1400px;
    padding: 2em;
    margin: 1em auto;
  }
}
.survey-questionnaire .survey-status__participants {
  margin-top: 2em;
}
.survey-questionnaire .survey-what-is-hoplr {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 1em;
  margin: 0.5em 0.25em;
  background-color: #ebfbf8;
}
@media screen and (min-width: 700px) {
  .survey-questionnaire .survey-what-is-hoplr {
    max-width: 1400px;
    padding: 2em;
    margin: 1em auto;
  }
}
.survey-questionnaire .survey-what-is-hoplr__explanation {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.survey-questionnaire .survey-what-is-hoplr__title {
  font-weight: bold;
  font-size: var(--font-size-3);
  margin-bottom: 1em;
}
.survey-questionnaire .survey-what-is-hoplr__description {
  font-weight: normal;
}
.survey-questionnaire .survey-what-is-hoplr__description p {
  font-size: var(--font-size-1);
  line-height: 1.4;
  padding-bottom: 1em;
}
.survey-questionnaire .survey-what-is-hoplr__description p:last-child {
  padding-bottom: 0;
}
.survey-questionnaire .survey-what-is-hoplr__list {
  font-weight: bold;
  list-style: disc;
  margin-left: 2em;
  margin-top: 1em;
  line-height: 1.5em;
}
.survey-questionnaire .survey-to-site {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.survey-questionnaire .survey-to-site__title {
  color: #ff0045;
  font-weight: bold;
  font-size: calc($font-size-3 * 2);
  margin-top: 0.5em;
  text-align: center;
}
.survey-questionnaire .survey-to-site__description {
  font-size: var(--font-size-2);
  margin: 1em 0;
}
.survey-questionnaire .survey-to-site__button {
  text-align: center;
  border: 1px solid #0c8bba;
  border-radius: 6px;
  color: #0c8bba;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: #0c8bba;
  padding: 1em 2em;
  opacity: 0.9;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  width: auto;
}
.survey-questionnaire .survey-to-site__button:hover {
  opacity: 1;
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
  background-color: rgba(12, 139, 186, 0.05);
}
.survey-questionnaire .survey-to-site__button--cta {
  background-color: rgba(0, 184, 107, 0.9);
  color: white;
  border: 1px solid rgba(0, 184, 107, 0.9);
}
.survey-questionnaire .survey-to-site__button--primary {
  background-color: rgba(12, 139, 186, 0.9);
  border-color: rgba(12, 139, 186, 0.9);
  color: white;
}
.survey-questionnaire .survey-to-site__button--small {
  padding: 0.5em 1em;
}
.survey-questionnaire .survey-to-site__button--loading .survey-questionnaire .survey-to-site__button__text {
  visibility: hidden;
}
.survey-questionnaire .survey-to-site__button--loading .survey-questionnaire .survey-to-site__button__spinner {
  display: flex;
}
.survey-questionnaire .survey-to-site__button__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid white;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}
.survey-questionnaire .survey-neighbourhood {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 1em;
  margin: 0.5em 0.25em;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 700px) {
  .survey-questionnaire .survey-neighbourhood {
    max-width: 1400px;
    padding: 2em;
    margin: 1em auto;
  }
}
.survey-questionnaire .survey-neighbourhood__title {
  margin-bottom: 0.2em;
  display: flex;
  justify-content: center;
  font-size: var(--font-size-4);
  font-weight: 500;
}
.survey-questionnaire .survey-neighbourhood__select {
  height: 44px;
  width: 100%;
  max-width: 400px;
  background-color: white;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  min-width: 300px;
}
.survey-questionnaire .survey-neighbourhood__select--city {
  margin-bottom: 1.5em;
}
.survey-questionnaire .survey-neighbourhood__select--error {
  border: 1px solid #ff5c88;
}
.survey-questionnaire .survey-neighbourhood__map {
  margin-top: 1em;
  color: #2f3751;
}
.survey-questionnaire .survey-neighbourhood #neighbourhoods-canvas {
  display: none;
  margin-top: 20px;
  height: 500px;
  width: 100%;
}
.survey-questionnaire .survey-feedback {
  padding: 0 1em;
  margin: 0 auto;
  margin-bottom: 2em;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 1em;
  margin: 0.5em 0.25em;
  background-color: #ebfbf8;
}
@media screen and (min-width: 700px) {
  .survey-questionnaire .survey-feedback {
    max-width: 1400px;
    padding: 2em;
    margin: 1em auto;
  }
}
.survey-questionnaire .survey-feedback__content {
  color: #135448;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 2em;
  align-items: center;
}
.survey-questionnaire .survey-feedback__title {
  text-align: center;
  margin-bottom: 1em;
  display: flex;
  font-size: var(--font-size-3);
  font-weight: 500;
}
.survey-questionnaire .survey-feedback__description {
  text-align: center;
  line-height: 1.4;
  font-size: var(--font-size-1);
  width: 100%;
}
.survey-questionnaire .survey-list {
  padding: 0 1em;
  margin: 0 auto;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 1em;
  margin: 0.5em 0.25em;
}
@media screen and (min-width: 700px) {
  .survey-questionnaire .survey-list {
    max-width: 1400px;
    padding: 2em;
    margin: 1em auto;
  }
}
.survey-questionnaire .survey-list .survey-content-container .survey-item {
  max-width: 850px;
  margin: 1em auto;
}
.survey-questionnaire .survey-list .survey-content-container .survey-item.js-survey-type__Map {
  max-width: unset;
}
.survey-questionnaire .survey-item__head {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.survey-questionnaire .survey-scope {
  margin-bottom: 2em;
  font-weight: 500;
  font-size: var(--font-size-2);
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 1em;
}
.survey-questionnaire__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em 0;
}
.survey-questionnaire__submit-info {
  font-size: var(--font-size-1);
  margin-bottom: 1em;
}
.survey-questionnaire .pp-button {
  font-size: 14px;
}

.survey-item {
  width: 100%;
  flex-direction: column;
  margin: 1em 0;
  padding: 3em 1em;
  position: relative;
}
.survey-item fieldset {
  border: none;
}
.survey-item .invisible {
  display: none;
}
.survey-item::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: 0;
  right: 0;
  border-top: 1px dashed #d1d1d1;
  max-width: 850px;
  margin: 0 auto;
}
.survey-item:first-child::before {
  border-top: none;
}
.survey-item legend {
  width: 100%;
}
.survey-item__content {
  display: flex;
  flex-direction: column;
}
.survey-item__content .survey-item-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em 0;
}
.survey-item__content .survey-item-top .survey-item-top__button {
  padding: 15px;
  width: 125px;
  background-color: #5670ce;
  color: #fff;
  font-weight: bold;
  border: 0;
  border-radius: 4px;
}
.survey-item__content .survey-item-top .survey-item-top__button:hover {
  cursor: pointer;
}
.survey-item__question {
  font-weight: bold;
  font-size: var(--font-size-3);
  width: 100%;
  margin-bottom: 0.5em;
}
.survey-item__required {
  font-size: 14px;
  color: #4d4a4a;
  opacity: 0.7;
  white-space: nowrap;
}
.survey-item__description {
  line-height: 1.4;
  margin-bottom: 0.5em;
  word-break: break-word;
}
.survey-item__image-link {
  display: flex;
  margin-bottom: 1em;
}
.survey-item__image {
  width: 100%;
}
.survey-item__info {
  color: rgba(47, 55, 81, 0.8);
  padding-bottom: 0.5em;
  display: block;
  line-height: 1.3;
}
.survey-item--done .survey-item__question {
  color: #5670ce;
  transition: 0.3s ease-in-out;
}
.survey-item--error {
  border-radius: 8px;
  background-color: #ffb3c7;
  border: 1px solid #ff5c88;
  color: #800023;
}
.survey-item--error::before {
  border-top-color: transparent;
}
.survey-item--error .focus-visible {
  outline: none;
  box-shadow: 0 0 0px 1px #ff0045, 0 0 0px 2px rgba(255, 0, 69, 0.4), 0 0 0px 4px rgba(255, 0, 69, 0.3), 0 0 0px 6px rgba(255, 0, 69, 0.2);
}
.survey-item--error .survey-item__error-msg {
  display: block;
}
.survey-item__access-image {
  border-radius: 6px;
  margin-top: 1em;
  max-height: 500px;
  width: 100%;
}
.survey-item__error-msg {
  display: none;
  margin-top: 1em;
}
.survey-item__error-msg--inline {
  color: #800023;
}
.survey-item .input-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
  margin: 0;
}
.survey-item .input-field:last-child {
  margin-bottom: 0;
}
.survey-item .input-field__label {
  font-weight: 600;
  margin-bottom: 0.5em;
}
.survey-item .input-field__wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.survey-item .input-field__input-area {
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  height: 44px;
  padding: 0 1em;
}
.survey-item .input-field__container {
  display: flex;
  width: 100%;
  height: 44px;
  border: 1px solid #d1d1d1;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
.survey-item .input-field__pre, .survey-item .input-field__post {
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #838383;
}
.survey-item .input-field__input-search {
  flex-grow: 1;
  height: 44px;
  height: 100%;
  background-color: white;
  border: none;
  padding-left: 1em;
}
.survey-item .input-field__click-area {
  display: flex;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
  /* Animation only for chrome and opera ---
  media query hack: only selects chrome += 29 and Opera +=16 */
}
.survey-item .input-field__click-area svg {
  display: none;
}
.survey-item .input-field__click-area .checkmark-icon {
  width: 20px;
  height: 20px;
  color: white;
  stroke-linecap: round;
  stroke-dasharray: 27;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .survey-item .input-field__click-area .checkmark-icon--animation .path {
    stroke-dashoffset: -23;
    animation: 300ms dash 50ms ease forwards;
  }
}
.survey-item .input-field__select {
  width: 100%;
  height: 44px;
}
.survey-item .input-field__checkbox-wrapper {
  display: flex;
  align-items: center;
}
.survey-item .input-field__checkbox-wrapper .input-field__input-checkbox {
  margin-right: 0.5em;
}
.survey-item .input-field .field-validation-error {
  color: #ff0045;
  margin-bottom: 0.5em;
}
.survey-item .input-field .field-validation-error * {
  font-size: 12px;
}
.survey-item .input-field__select {
  width: 100%;
  height: 30px;
}
.survey-item .input-field.other-text {
  margin-left: 50px;
}
.survey-item .input-field textarea {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow: auto;
  resize: none;
  padding: calc((44px - 1.4em) / 2);
}
.survey-item .input-field:focus {
  outline: none;
}
.survey-item .input-field__input-area.focus-visible {
  outline: none;
  box-shadow: 0 0 0px 1px #0091ff, 0 0 0px 2px rgba(0, 145, 255, 0.4), 0 0 0px 4px rgba(0, 145, 255, 0.3), 0 0 0px 6px rgba(0, 145, 255, 0.2);
  min-height: 44px;
}
.survey-item__matrix-table {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  margin-top: 1em;
  width: 100%;
}
.survey-item__matrix-table .matrix-cell {
  padding: 0.8em 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.survey-item__matrix-table .matrix-cell.header {
  padding-top: 1em;
  font-size: 12px;
}
.survey-item__matrix-table .matrix-separator {
  width: 100%;
  border: 1px solid #d0d0d0;
}
.survey-item__matrix-table .matrix-question {
  padding: 0.8em 0 0.8em 0.6em;
  font-size: 14px;
  overflow: hidden;
  text-align: left;
  width: 30%;
}
.survey-item__matrix-table .matrix-alternate-color {
  background-color: #f4f5f9;
}
.survey-item__matrix-table.table--2options > .matrix-cell {
  width: 35%;
}
.survey-item__matrix-table.table--3options > .matrix-cell {
  width: 23.3%;
}
.survey-item__matrix-table.table--4options > .matrix-cell {
  width: 17.5%;
}
.survey-item__matrix-table.table--5options > .matrix-cell {
  width: 14%;
}
.survey-item__matrix-table.table--6options > .matrix-cell {
  width: 11.66%;
}
.survey-item__map-container {
  height: 750px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  position: relative;
}
.survey-item__map-container .survey-current-question {
  position: absolute;
  right: 10px;
  max-width: 350px;
  top: calc(1em + 100px);
  z-index: 2001;
  background-color: white;
  border: 1px solid #d1d1d1;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 1em;
  border-radius: 8px;
}
@media screen and (min-width: 1025px) {
  .survey-item__map-container .survey-current-question {
    width: 400px;
  }
}
.survey-item__map-container .survey-current-question i {
  margin-right: 1em;
}
.survey-item__map-container .survey-current-question__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-right: 1em;
}
.survey-item__map-container .survey-current-question__cta {
  margin-top: 1em;
  font-weight: bold;
  color: #2f3751;
}
.survey-item__map-container .survey-current-question .pp-button {
  padding: 0.5em 1em;
}
.survey-item__map-questions {
  background-color: white;
  position: absolute;
  right: 10px;
  top: 1em;
  padding: 1em;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 2001;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  max-height: 550px;
  overflow-y: auto;
}
@media screen and (min-width: 961px) {
  .survey-item__map-questions {
    min-width: 250px;
  }
}
@media screen and (min-width: 1025px) {
  .survey-item__map-questions {
    width: 400px;
  }
}
.survey-item__map {
  height: 100%;
}
.survey-item__map-question {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 6px;
  border: 1px solid white;
  padding: 10px;
}
.survey-item__map-question:not(:first-child) {
  margin-top: 1em;
}
.survey-item__map-question--active {
  border-color: #d1d1d1;
}
.survey-item__map-question .survey-item__map-button {
  text-align: center;
  border: 1px solid #0c8bba;
  border-radius: 6px;
  color: #0c8bba;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: #0c8bba;
  padding: 1em 2em;
  opacity: 0.9;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  color: white;
  margin-top: 0.5em;
}
.survey-item__map-question .survey-item__map-button:hover {
  opacity: 1;
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
  background-color: rgba(12, 139, 186, 0.05);
}
.survey-item__map-question .survey-item__map-button--cta {
  background-color: rgba(0, 184, 107, 0.9);
  color: white;
  border: 1px solid rgba(0, 184, 107, 0.9);
}
.survey-item__map-question .survey-item__map-button--primary {
  background-color: rgba(12, 139, 186, 0.9);
  border-color: rgba(12, 139, 186, 0.9);
  color: white;
}
.survey-item__map-question .survey-item__map-button--small {
  padding: 0.5em 1em;
}
.survey-item__map-question .survey-item__map-button--loading .survey-item__map-question .survey-item__map-button__text {
  visibility: hidden;
}
.survey-item__map-question .survey-item__map-button--loading .survey-item__map-question .survey-item__map-button__spinner {
  display: flex;
}
.survey-item__map-question .survey-item__map-button__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid white;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}
.survey-item__map-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: white;
  border: none;
  text-align: left;
  cursor: pointer;
  margin: 0 0 10px 0;
  padding: 0;
}
.survey-item__map-header i {
  margin-left: 1em;
}
.survey-item__map-header-description {
  color: #838383;
}
.survey-item__map-header-title {
  flex: 1;
  font-weight: bold;
  font-size: var(--font-size-1);
}
.survey-item__map-collapsible {
  margin-top: 20px;
}
.survey-item__map-text {
  margin-top: 5px;
}
.survey-item__map-text--muted {
  color: #838383;
  font-size: 0.8em;
}
.survey-item__map-input {
  display: flex;
  gap: 5px;
  margin: 5px 0 0 0;
}
.survey-item__map-input input {
  flex: 1;
}
.survey-item__map-input-button {
  text-align: center;
  border: 1px solid #0c8bba;
  border-radius: 6px;
  color: #0c8bba;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: #0c8bba;
  padding: 1em 2em;
  opacity: 0.9;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin-top: 0;
  padding: 0.5em 1em;
  display: flex;
  align-items: center;
}
.survey-item__map-input-button:hover {
  opacity: 1;
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
  background-color: rgba(12, 139, 186, 0.05);
}
.survey-item__map-input-button--cta {
  background-color: rgba(0, 184, 107, 0.9);
  color: white;
  border: 1px solid rgba(0, 184, 107, 0.9);
}
.survey-item__map-input-button--primary {
  background-color: rgba(12, 139, 186, 0.9);
  border-color: rgba(12, 139, 186, 0.9);
  color: white;
}
.survey-item__map-input-button--small {
  padding: 0.5em 1em;
}
.survey-item__map-input-button--loading .survey-item__map-input-button__text {
  visibility: hidden;
}
.survey-item__map-input-button--loading .survey-item__map-input-button__spinner {
  display: flex;
}
.survey-item__map-input-button__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid white;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}
.survey-item__map-input-button.edit {
  flex: 1;
}

.leaflet-popup-content {
  margin: 1em;
}

.q-mapmarker {
  display: flex;
  flex-direction: column;
}
.q-mapmarker__head {
  margin-bottom: 0.5em;
  font-size: var(--font-size-1);
  font-weight: bold;
  color: #2f3751;
}
.q-mapmarker__input {
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  height: 44px;
  padding: 0 1em;
}
.q-mapmarker__button {
  margin-top: 0.5em;
  text-align: center;
  border: 1px solid #0c8bba;
  border-radius: 6px;
  color: #0c8bba;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: #0c8bba;
  padding: 1em 2em;
  opacity: 0.9;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.q-mapmarker__button:hover {
  opacity: 1;
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
  background-color: rgba(12, 139, 186, 0.05);
}
.q-mapmarker__button--cta {
  background-color: rgba(0, 184, 107, 0.9);
  color: white;
  border: 1px solid rgba(0, 184, 107, 0.9);
}
.q-mapmarker__button--primary {
  background-color: rgba(12, 139, 186, 0.9);
  border-color: rgba(12, 139, 186, 0.9);
  color: white;
}
.q-mapmarker__button--small {
  padding: 0.5em 1em;
}
.q-mapmarker__button--loading .q-mapmarker__button__text {
  visibility: hidden;
}
.q-mapmarker__button--loading .q-mapmarker__button__spinner {
  display: flex;
}
.q-mapmarker__button__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid white;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}
.q-mapmarker__button--primary {
  flex: 1;
}
.q-mapmarker__button--secondary {
  background-color: white;
  flex: 1;
}
.q-mapmarker__buttons {
  display: flex;
  gap: 5px;
}

.leaflet-control-fullscreen a {
  background: #fff url(/css/images/fullscreen.png) no-repeat 0 0;
}

.q-map-icon {
  width: 20px;
  height: 20px;
}
.q-map-icon div {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.q-map-icon div span {
  background-color: white;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

.q-rating-scale__scale {
  display: flex;
  color: #141e44;
  align-items: center;
  justify-content: space-between;
}
.q-rating-scale__options-dropdown {
  width: 100%;
  height: 44px;
  border: 1px solid #d1d1d1;
  padding: 0 1em;
  background-color: white;
}
.q-rating-scale .input-radio {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: center;
}
.q-rating-scale .input-radio__input {
  position: absolute;
  left: -9999px;
}
.q-rating-scale .input-radio__input:checked + .input-radio__click-area {
  background-color: #5670ce;
  color: white;
  border-color: #3653bb;
  position: relative;
}
.q-rating-scale .input-radio__input:checked + .input-radio__click-area:hover {
  background-color: #3653bb;
}
.q-rating-scale .input-radio__input.focus-visible + .input-radio__click-area {
  outline: none;
  box-shadow: 0 0 0px 1px #0091ff, 0 0 0px 2px rgba(0, 145, 255, 0.4), 0 0 0px 4px rgba(0, 145, 255, 0.3), 0 0 0px 6px rgba(0, 145, 255, 0.2);
}
.q-rating-scale .input-radio__wrapper {
  margin: 0.5em -0.25em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% + 0.5em);
}
.q-rating-scale .input-radio__label {
  font-weight: bold;
}
.q-rating-scale .input-radio__click-area {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d1d1d1;
  max-width: 44px;
  min-width: 30px;
  height: 44px;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
  margin: 0.5em 0.25em;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: nowrap;
  background-color: white;
}
.q-rating-scale .input-radio__click-area:hover {
  border-color: #2f3751;
}
.q-rating-scale__large {
  display: none;
}
.q-rating-scale__mobile-info {
  margin-bottom: 0.5em;
  display: block;
}
.q-rating-scale .input-radio:last-child {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 700px) {
  .q-rating-scale__small {
    display: none;
  }
  .q-rating-scale__large {
    display: block;
  }
}

.q-rating-scale__options__scale {
  display: flex;
  color: #141e44;
  align-items: center;
  justify-content: space-between;
}
.q-rating-scale__options__options-dropdown {
  width: 100%;
  height: 44px;
  border: 1px solid #d1d1d1;
  padding: 0 1em;
  background-color: white;
}
.q-rating-scale__options .input-radio {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: center;
}
.q-rating-scale__options .input-radio__input {
  position: absolute;
  left: -9999px;
}
.q-rating-scale__options .input-radio__input:checked + .input-radio__click-area {
  background-color: #5670ce;
  color: white;
  border-color: #3653bb;
  position: relative;
}
.q-rating-scale__options .input-radio__input:checked + .input-radio__click-area:hover {
  background-color: #3653bb;
}
.q-rating-scale__options .input-radio__input.focus-visible + .input-radio__click-area {
  outline: none;
  box-shadow: 0 0 0px 1px #0091ff, 0 0 0px 2px rgba(0, 145, 255, 0.4), 0 0 0px 4px rgba(0, 145, 255, 0.3), 0 0 0px 6px rgba(0, 145, 255, 0.2);
}
.q-rating-scale__options .input-radio__wrapper {
  margin: 0.5em -0.25em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% + 0.5em);
}
.q-rating-scale__options .input-radio__label {
  font-weight: bold;
}
.q-rating-scale__options .input-radio__click-area {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d1d1d1;
  max-width: 44px;
  min-width: 30px;
  height: 44px;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
  margin: 0.5em 0.25em;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: nowrap;
  background-color: white;
}
.q-rating-scale__options .input-radio__click-area:hover {
  border-color: #2f3751;
}
@media screen and (min-width: 500px) {
  .q-rating-scale__options {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .q-rating-scale__options .input-radio__click-area {
    max-width: 44px;
    min-width: 30px;
    margin: 0.5em 0.25em;
  }
}

.q-multiple-choice .invisible,
.q-multiple-choice-gallery .invisible,
.q-matrix-choice .invisible {
  display: none;
}
.q-multiple-choice__add-option,
.q-multiple-choice-gallery__add-option,
.q-matrix-choice__add-option {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  margin-left: 1em;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.q-multiple-choice__add-option .material-icons,
.q-multiple-choice-gallery__add-option .material-icons,
.q-matrix-choice__add-option .material-icons {
  margin-right: 0.25em;
}
.q-multiple-choice__add-option:hover,
.q-multiple-choice-gallery__add-option:hover,
.q-matrix-choice__add-option:hover {
  color: #5670ce;
  transition: 0.3s ease-in-out;
}
.q-multiple-choice__select-several,
.q-multiple-choice-gallery__select-several,
.q-matrix-choice__select-several {
  border-top: 1px solid #d1d1d1;
  margin-top: 1em;
  padding: 1em 0;
  display: flex;
  align-items: center;
  color: #2f3751;
}
.q-multiple-choice__select-several input,
.q-multiple-choice-gallery__select-several input,
.q-matrix-choice__select-several input {
  margin-right: 0.5em;
}
.q-multiple-choice .create-choice-option,
.q-multiple-choice-gallery .create-choice-option,
.q-matrix-choice .create-choice-option {
  display: flex;
  margin: 1em 0;
  align-items: center;
  justify-content: center;
}
.q-multiple-choice .create-choice-option__bullet-point,
.q-multiple-choice-gallery .create-choice-option__bullet-point,
.q-matrix-choice .create-choice-option__bullet-point {
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background-color: currentColor;
  flex-shrink: 0;
  margin-right: 1em;
}
.q-multiple-choice .create-choice-option__delete,
.q-multiple-choice-gallery .create-choice-option__delete,
.q-matrix-choice .create-choice-option__delete {
  background-color: transparent;
  border: none;
  height: 44px;
  width: 44px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.q-multiple-choice .create-choice-option__delete:hover,
.q-multiple-choice-gallery .create-choice-option__delete:hover,
.q-matrix-choice .create-choice-option__delete:hover {
  transform: scale(1.1);
  color: #5670ce;
  transition: 0.3s ease-in-out;
}
.q-multiple-choice .range-selections__selected .input-ranking:last-child,
.q-multiple-choice-gallery .range-selections__selected .input-ranking:last-child,
.q-matrix-choice .range-selections__selected .input-ranking:last-child {
  padding-bottom: 1em;
  border-bottom: 2px solid #d1d1d1;
  margin-bottom: 1em;
}

.q-matrix-choice__small .matrix-question {
  font-size: 18px;
  font-weight: bold;
  margin: 1.7em 0 1em 0;
}
.q-matrix-choice__small .matrix-options {
  display: flex;
  flex-direction: column;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  padding: 0.5em 1em 1em 1em;
}
.q-matrix-choice__small .matrix-options .input-radio {
  margin: 1em 0;
}
.q-matrix-choice__small .matrix-options .input-radio__click-area {
  justify-content: flex-start;
}
.q-matrix-choice__small .matrix-options .input-radio__click-area:hover {
  color: #5670ce;
}
.q-matrix-choice__large {
  display: none;
}
@media screen and (min-width: 700px) {
  .q-matrix-choice__small {
    display: none;
  }
  .q-matrix-choice__large {
    display: flex;
  }
}

.q-multiple-choice-gallery__options {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.q-multiple-choice-gallery__options .input-radio,
.q-multiple-choice-gallery__options .input-checkbox {
  margin: 0;
  flex: 1;
}
.q-multiple-choice-gallery__options .input-radio__click-area,
.q-multiple-choice-gallery__options .input-checkbox__click-area {
  flex-direction: column;
  align-items: start;
  flex: 1;
  justify-content: space-between;
}
.q-multiple-choice-gallery__options .input-radio__click-area img,
.q-multiple-choice-gallery__options .input-checkbox__click-area img {
  flex-grow: 1;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 170px;
}
.q-multiple-choice-gallery__options .input-radio__content,
.q-multiple-choice-gallery__options .input-checkbox__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}
.q-multiple-choice-gallery__option {
  display: flex;
  flex-direction: column;
}
.q-multiple-choice-gallery__option a {
  text-decoration: underline;
  cursor: pointer;
  margin-top: 10px;
}

.q-fileupload {
  padding-top: 1em;
}
.q-fileupload__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
}
.q-fileupload__input {
  display: none;
}
.q-fileupload__file-info {
  display: none;
  margin-top: 1em;
  align-items: center;
}
.q-fileupload__filename {
  font-weight: bold;
}
.q-fileupload__file-result {
  margin-top: 0.5em;
}
.q-fileupload__file-result a {
  text-decoration: underline;
}
.q-fileupload__remove {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 5px;
}

.project-shout {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 0 1em 0;
  margin-bottom: 1em;
}
.project-shout-header {
  display: flex;
  flex-direction: row;
  padding: 1em 1em 0 1em;
}
.project-shout-header__image {
  width: 45px;
  height: 45px;
  border: 1px solid #e9ebed;
  border-radius: 6px;
}
.project-shout-header__content {
  margin-left: 0.75em;
}
.project-shout-header__profilename {
  color: #2f3751;
  font-weight: bold;
  font-size: 16px;
}
.project-shout-header__time {
  color: #838383;
  font-size: 14px;
}
.project-shout-header .user-tile-img {
  height: 45px;
  width: 45px;
}
.project-shout-body {
  color: #2f3751;
  flex: 1;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
}
.project-shout-body h2, .project-shout-body__title {
  font-size: 21px;
  font-weight: bold;
  margin: 15px;
}
.project-shout-body a {
  color: inherit;
  cursor: pointer;
}
.project-shout-body__title {
  text-decoration: none;
}
.project-shout-body__title:hover {
  text-decoration: underline;
}
.project-shout-body__text {
  margin: 0 15px 15px 15px;
  font-size: 14px;
  line-height: 1.4;
}
.project-shout-body__text p:not(:last-child),
.project-shout-body__text ul:not(:last-child),
.project-shout-body__text ol:not(:last-child) {
  margin-bottom: 1em;
}
.project-shout-body__text ul,
.project-shout-body__text ol {
  margin-left: 25px;
}
.project-shout-body__text ul {
  list-style: disc;
}
.project-shout-body__text ol {
  list-style: numeric;
}
.project-shout-body__text--summary .link-idea {
  padding: 10px 0px;
  font-weight: bold;
  text-decoration: underline;
}
.project-shout-body__text--summary .link-idea:hover {
  color: #5670ce;
}
.project-shout-body__image {
  cursor: pointer;
  position: relative;
  margin: 0 14px 15px 14px;
  display: flex;
  flex-direction: column;
}
.project-shout-body__image img {
  border-radius: 4px;
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-shout-body__image-counter {
  align-self: center;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}
.project-shout-body__image:hover .project-shout-body__image-hover {
  opacity: 0.2;
}
.project-shout-body__image-hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.project-shout-body__rates {
  margin: 0 1em;
}
.project-shout-comment-count {
  font-size: 14px;
  margin-top: 1em;
  color: #2f3751;
}
.project-shout__rate-link {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.project-shout-attachments {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.project-shout-attachment {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  padding: 0.75em;
  margin-bottom: 0.75em;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #2f3751;
  font-weight: bold;
  transition: all 0.1s ease-in-out;
}
.project-shout-attachment:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.project-shout-attachment__filename {
  flex: 1;
}
.project-shout-separator {
  height: 2px;
  background-color: #ff314b;
  margin: 20px 1em 5px 1em;
}
.project-shout--tile {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.project-shout--tile h2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .project-shout--detail {
    flex: 65;
  }
}
.project-shout--detail .project-shout-body h2 {
  font-size: 32px;
}

.project-message {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 0 1em 0;
  margin-bottom: 1em;
}
.project-message-header {
  display: flex;
  flex-direction: row;
  padding: 1em 1em 0 1em;
}
.project-message-header__image {
  width: 45px;
  height: 45px;
  border: 1px solid #e9ebed;
  border-radius: 6px;
}
.project-message-header__content {
  margin-left: 0.75em;
}
.project-message-header__profilename {
  color: #2f3751;
  font-weight: bold;
  font-size: 16px;
}
.project-message-header__time {
  color: #838383;
  font-size: 14px;
}
.project-message-header .user-tile-img {
  height: 45px;
  width: 45px;
}
.project-message-body {
  color: #2f3751;
  flex: 1;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
}
.project-message-body h2, .project-message-body__title {
  font-size: 21px;
  font-weight: bold;
  margin: 15px;
}
.project-message-body a {
  color: inherit;
  cursor: pointer;
}
.project-message-body__title {
  text-decoration: none;
}
.project-message-body__title:hover {
  text-decoration: underline;
}
.project-message-body__text {
  margin: 0 15px 15px 15px;
  font-size: 14px;
  line-height: 1.4;
}
.project-message-body__text p:not(:last-child),
.project-message-body__text ul:not(:last-child),
.project-message-body__text ol:not(:last-child) {
  margin-bottom: 1em;
}
.project-message-body__text ul,
.project-message-body__text ol {
  margin-left: 25px;
}
.project-message-body__text ul {
  list-style: disc;
}
.project-message-body__text ol {
  list-style: numeric;
}
.project-message-body__text--summary .link-idea {
  padding: 10px 0px;
  font-weight: bold;
  text-decoration: underline;
}
.project-message-body__text--summary .link-idea:hover {
  color: #5670ce;
}
.project-message-body__image {
  cursor: pointer;
  position: relative;
  margin: 0 14px 15px 14px;
  display: flex;
  flex-direction: column;
}
.project-message-body__image img {
  border-radius: 4px;
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-message-body__image-counter {
  align-self: center;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}
.project-message-body__image:hover .project-message-body__image-hover {
  opacity: 0.2;
}
.project-message-body__image-hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.project-message-body__rates {
  margin: 0 1em;
}
.project-message-comment-count {
  font-size: 14px;
  margin-top: 1em;
  color: #2f3751;
}
.project-message__rate-link {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.project-message-attachments {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.project-message-attachment {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  padding: 0.75em;
  margin-bottom: 0.75em;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #2f3751;
  font-weight: bold;
  transition: all 0.1s ease-in-out;
}
.project-message-attachment:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.project-message-attachment__filename {
  flex: 1;
}
.project-message-separator {
  height: 2px;
  background-color: #ff314b;
  margin: 20px 1em 5px 1em;
}
.project-message--tile {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.project-message--tile h2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .project-message--detail {
    flex: 65;
  }
}
.project-message--detail .project-message-body h2 {
  font-size: 32px;
}
.project-message .project-budget-body {
  display: flex;
  width: 100%;
  background-color: #f4f7ff;
  justify-content: space-evenly;
  border: 2px solid #dce4e8;
  border-radius: 6px;
  padding: 15px;
}
.project-message .project-budget-body .phase-budget {
  border: 1px solid #3d539b;
  text-align: center;
  color: #3d539b;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 25px;
}
.project-message .project-budget-body .phase-budget-button {
  background-color: #00b86b;
  color: #fff;
  border: 0;
}
.project-message--no-project {
  max-width: 1400px;
  margin: 0 auto;
}

.budget-container {
  display: flex;
  flex-direction: column;
}

.budget-header {
  display: flex;
  flex-direction: column;
  width: 80%;
  align-self: center;
}
.budget-header-title {
  font-size: 18px;
  font-weight: 800;
  padding: 15px;
  color: #456af0;
}
.budget-header-text {
  font-size: 12px;
  padding: 15px;
}
.budget-header-done {
  font-size: 18px;
  padding: 15px;
  align-self: center;
  margin-bottom: 10px;
}
.budget-header__send {
  background-color: #456af0;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  width: 120px;
  align-self: center;
  border: 0;
}
.budget-header__send:hover {
  background-color: rgba(12, 139, 186, 0.05);
  color: #456af0;
}
.budget-header .budget-amount-container {
  border: 2px solid #456af0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.budget-header .budget-amount-container-title {
  font-weight: 800;
  font-size: 22px;
  padding: 15px;
}
.budget-header .budget-amount-container-amount {
  color: #456af0;
  padding: 15px;
  font-size: 22px;
}
.budget-header .budget-amount-container-amount-spend {
  font-weight: 600;
}

.budget-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-self: center;
}
.budget-footer-title {
  font-size: 18px;
  font-weight: 800;
  padding: 15px;
  color: #456af0;
}
.budget-footer-text {
  font-size: 12px;
  padding: 15px;
}
.budget-footer-done {
  font-size: 18px;
  padding: 15px;
  align-self: center;
  margin-bottom: 10px;
}
.budget-footer__send {
  background-color: #456af0;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  width: 120px;
  align-self: center;
  border: 0;
}
.budget-footer__send:hover {
  background-color: rgba(12, 139, 186, 0.05);
  color: #456af0;
}

.budget-box {
  margin-top: 1em;
  border: 2px solid #5670ce;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.budget-box__title {
  font-weight: 800;
  font-size: 22px;
  padding: 15px;
}
.budget-box__amount {
  color: #5670ce;
  padding: 15px;
  font-size: 22px;
}
.budget-box__amount * {
  font-size: inherit;
}
.budget-box__amount-spend {
  font-weight: 600;
}
.budget-box .active-project {
  border: 2px solid #00b295 !important;
}
.budget-box .progress {
  width: 100px;
  height: 100%;
}
.budget-box .progress-wrap {
  background: #dcdcdc;
  margin: 20px 0;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
}
.budget-box .progress-bar {
  background: #249c23;
  left: 0;
  position: absolute;
  top: 0;
  width: 0%;
  border-radius: 25px;
}
.budget-box .progress-text {
  left: 50%;
  top: 25%;
  position: absolute;
  z-index: 3;
  font-size: 20px;
  color: white;
  font-weight: 600;
}

.budget-tiles {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 1em 0;
}
.budget-tiles .budget-tile {
  display: flex;
  flex-direction: column;
  width: calc(50% - 0.5em);
  background-color: white;
  border-radius: 8px;
  box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 780px) {
  .budget-tiles .budget-tile {
    width: calc(100% - 0.5em);
  }
}
.budget-tiles .budget-tile .project-budget-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f4f7ff;
  border: 2px solid #dce4e8;
  border-radius: 6px;
  padding: 15px;
}
@media screen and (max-width: 780px) {
  .budget-tiles .budget-tile .project-budget-body {
    justify-content: center;
  }
}
.budget-tiles .budget-tile .project-budget-body .project-budget-status {
  display: flex;
  align-items: center;
  height: 40px;
}
.budget-tiles .budget-tile .project-budget-body .project-budget-status .project-budget-status__text {
  display: flex;
  align-items: center;
}
.budget-tiles .budget-tile .project-budget-body .project-budget-action {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 780px) {
  .budget-tiles .budget-tile .project-budget-body .project-budget-action {
    flex-direction: column;
  }
}
.budget-tiles .budget-tile .project-budget-body .project-budget-action .project-budget__amount {
  border: 1px solid #113d79;
  text-align: center;
  color: #113d79;
  background-color: #fff;
  border-radius: 4px;
  padding: 15px 25px;
}
.budget-tiles .budget-tile .project-budget-body .project-budget-action .project-budget__button {
  background-color: #00b295;
  color: #fff;
  margin-left: 10px;
  flex: 1;
  border: 0;
  border-radius: 4px;
}
@media screen and (max-width: 780px) {
  .budget-tiles .budget-tile .project-budget-body .project-budget-action .project-budget__button {
    margin: 10px 0px 0px 0px;
    padding: 15px;
  }
}
.budget-tiles .budget-tile .project-budget-body .project-budget-action .project-budget__button .disabled {
  background-color: #838383;
}

.no-survey {
  display: flex;
  align-items: center;
  padding: 25px;
  background-color: #e5eeff;
  border-radius: 10px;
  flex-direction: column;
}
.no-survey .no-survey-image {
  border-radius: 10px;
  max-width: 60%;
}
.no-survey h2 {
  font-size: 21px;
  font-weight: bold;
  margin: 15px;
  color: #2f3751;
}

.message-container {
  padding: 0 0.5em;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 1em;
  max-width: 1100px;
}
@media screen and (min-width: 641px) {
  .message-container {
    padding: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .message-container {
    padding-top: 1em;
  }
}
@media screen and (min-width: 961px) {
  .message-container {
    flex-direction: row;
    padding-top: 1em;
  }
}

.shout-container {
  padding: 0 0.5em;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 1em;
  max-width: 1100px;
}
@media screen and (min-width: 641px) {
  .shout-container {
    padding: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .shout-container {
    padding-top: 1em;
  }
}
@media screen and (min-width: 961px) {
  .shout-container {
    flex-direction: row;
    padding-top: 1em;
  }
}

.shout {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 0 15px 0;
  margin-bottom: 1em;
}
.shout-header {
  display: flex;
  flex-direction: row;
  padding: 0 15px;
}
.shout-header__image {
  width: 45px;
  height: 45px;
  border: 1px solid #e9ebed;
  border-radius: 6px;
}
.shout-header__content {
  margin-left: 0.75em;
}
.shout-header__profilename {
  color: #2f3751;
  font-weight: bold;
  font-size: 16px;
}
.shout-header__time {
  color: #838383;
  font-size: 14px;
}
.shout-header .user-tile-img {
  height: 45px;
  width: 45px;
}
.shout-footer__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 15px;
}
@media screen and (min-width: 481px) {
  .shout-footer__container {
    flex-direction: row;
    align-items: center;
  }
}
.shout-footer-data {
  font-size: 14px;
  color: #2f3751;
  display: flex;
  gap: 10px;
}
.shout-footer-data-item {
  display: flex;
  gap: 5px;
  align-items: center;
}
.shout-footer-view-button-wrapper {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 10px;
}
@media screen and (min-width: 481px) {
  .shout-footer-view-button-wrapper {
    margin-top: 0;
  }
}
.shout-footer-view-button {
  text-align: center;
  border: 1px solid #0c8bba;
  border-radius: 6px;
  color: #0c8bba;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: #0c8bba;
  padding: 1em 2em;
  opacity: 0.9;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  box-shadow: none;
  color: #2f3751;
  font-size: 14px;
  padding: 0.75em 1.5em;
  margin-left: auto;
}
.shout-footer-view-button:hover {
  opacity: 1;
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
  background-color: rgba(12, 139, 186, 0.05);
}
.shout-footer-view-button--cta {
  background-color: rgba(0, 184, 107, 0.9);
  color: white;
  border: 1px solid rgba(0, 184, 107, 0.9);
}
.shout-footer-view-button--primary {
  background-color: rgba(12, 139, 186, 0.9);
  border-color: rgba(12, 139, 186, 0.9);
  color: white;
}
.shout-footer-view-button--small {
  padding: 0.5em 1em;
}
.shout-footer-view-button--loading .shout-footer-view-button__text {
  visibility: hidden;
}
.shout-footer-view-button--loading .shout-footer-view-button__spinner {
  display: flex;
}
.shout-footer-view-button__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid white;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}
.shout-body {
  color: #2f3751;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  flex: 1;
  overflow-wrap: break-word;
}
.shout-body h1, .shout-body__title {
  font-size: 21px;
  font-weight: bold;
  margin: 15px;
}
.shout-body h2 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0.5em;
}
.shout-body__title {
  text-decoration: none;
}
.shout-body__title:hover {
  text-decoration: underline;
}
.shout-body__text {
  margin: 0 15px 15px 15px;
  font-size: 14px;
  line-height: 1.4;
}
.shout-body__text p:not(:last-child),
.shout-body__text ul:not(:last-child),
.shout-body__text ol:not(:last-child) {
  margin-bottom: 1em;
}
.shout-body__text ul,
.shout-body__text ol {
  margin-left: 25px;
}
.shout-body__text ul {
  list-style: disc;
}
.shout-body__text ol {
  list-style: numeric;
}
@media screen and (min-width: 961px) {
  .shout-body__text--summary {
    min-height: 80px;
  }
}
@media screen and (min-width: 1360px) {
  .shout-body__text--summary {
    min-height: 100px;
  }
}
.shout-body__sections {
  margin: 0 15px 15px 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.shout-body__section {
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  flex: 1;
  color: #3b4259;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.shout-body__section-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.shout-body__section-icon {
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  text-decoration: none;
  color: #000d6d;
}
.shout-body__image {
  cursor: pointer;
  position: relative;
  margin: 0 14px 15px 14px;
  display: flex;
  flex-direction: column;
}
.shout-body__image img {
  border-radius: 4px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shout-body__image-counter {
  align-self: center;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}
.shout-body__image:hover .shout-body__image-hover {
  opacity: 0.2;
}
.shout-body__image-hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.shout-body__rates {
  margin: 0 15px;
}
.shout-body__map {
  margin: 0 15px 15px 15px;
}
.shout-body__map .js-osm-map {
  width: 100%;
  min-height: 400px;
}
.shout-body__video {
  margin: 0 14px 15px 14px;
}
.shout-body__disclaimer {
  margin: 0 15px 15px 15px;
  font-size: 12px;
  color: #838383;
  font-style: italic;
}
.shout-label {
  margin: 10px 15px;
  color: white;
  align-self: flex-start;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
}
.shout__rate-link {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.shout-attachments {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.shout-attachment {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  padding: 0.75em;
  margin-bottom: 0.75em;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #2f3751;
  font-weight: bold;
  transition: all 0.1s ease-in-out;
}
.shout-attachment:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.shout-attachment__filename {
  flex: 1;
}
.shout-separator {
  height: 2px;
  background-color: #0c8bba;
  margin: 20px 15px 5px 15px;
}
.shout--tile {
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
  background-color: #fff;
  padding: 15px;
}
.shout--tile h1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.shout--tile .shout-body__image {
  cursor: initial;
}
@media screen and (min-width: 961px) {
  .shout--detail {
    flex: 65;
  }
}
.shout--detail .shout-body h1 {
  font-size: 32px;
}

.message {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 0 15px 0;
  margin-bottom: 1em;
}
.message-header {
  display: flex;
  flex-direction: row;
  padding: 0 15px;
}
.message-header__image {
  width: 45px;
  height: 45px;
  border: 1px solid #e9ebed;
  border-radius: 6px;
}
.message-header__content {
  margin-left: 0.75em;
}
.message-header__profilename {
  color: #2f3751;
  font-weight: bold;
  font-size: 16px;
}
.message-header__time {
  color: #838383;
  font-size: 14px;
}
.message-header .user-tile-img {
  height: 45px;
  width: 45px;
}
.message-footer__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 15px;
}
@media screen and (min-width: 481px) {
  .message-footer__container {
    flex-direction: row;
    align-items: center;
  }
}
.message-footer-data {
  font-size: 14px;
  color: #2f3751;
  display: flex;
  gap: 10px;
}
.message-footer-data-item {
  display: flex;
  gap: 5px;
  align-items: center;
}
.message-footer-view-button-wrapper {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 10px;
}
@media screen and (min-width: 481px) {
  .message-footer-view-button-wrapper {
    margin-top: 0;
  }
}
.message-footer-view-button {
  text-align: center;
  border: 1px solid #0c8bba;
  border-radius: 6px;
  color: #0c8bba;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: #0c8bba;
  padding: 1em 2em;
  opacity: 0.9;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  box-shadow: none;
  color: #2f3751;
  font-size: 14px;
  padding: 0.75em 1.5em;
  margin-left: auto;
}
.message-footer-view-button:hover {
  opacity: 1;
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
  background-color: rgba(12, 139, 186, 0.05);
}
.message-footer-view-button--cta {
  background-color: rgba(0, 184, 107, 0.9);
  color: white;
  border: 1px solid rgba(0, 184, 107, 0.9);
}
.message-footer-view-button--primary {
  background-color: rgba(12, 139, 186, 0.9);
  border-color: rgba(12, 139, 186, 0.9);
  color: white;
}
.message-footer-view-button--small {
  padding: 0.5em 1em;
}
.message-footer-view-button--loading .message-footer-view-button__text {
  visibility: hidden;
}
.message-footer-view-button--loading .message-footer-view-button__spinner {
  display: flex;
}
.message-footer-view-button__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid white;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}
.message-body {
  color: #2f3751;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  flex: 1;
  overflow-wrap: break-word;
}
.message-body h1, .message-body__title {
  font-size: 21px;
  font-weight: bold;
  margin: 15px;
}
.message-body h2 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0.5em;
}
.message-body__title {
  text-decoration: none;
}
.message-body__title:hover {
  text-decoration: underline;
}
.message-body__text {
  margin: 0 15px 15px 15px;
  font-size: 14px;
  line-height: 1.4;
}
.message-body__text p:not(:last-child),
.message-body__text ul:not(:last-child),
.message-body__text ol:not(:last-child) {
  margin-bottom: 1em;
}
.message-body__text ul,
.message-body__text ol {
  margin-left: 25px;
}
.message-body__text ul {
  list-style: disc;
}
.message-body__text ol {
  list-style: numeric;
}
@media screen and (min-width: 961px) {
  .message-body__text--summary {
    min-height: 80px;
  }
}
@media screen and (min-width: 1360px) {
  .message-body__text--summary {
    min-height: 100px;
  }
}
.message-body__sections {
  margin: 0 15px 15px 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.message-body__section {
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  flex: 1;
  color: #3b4259;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.message-body__section-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.message-body__section-icon {
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  text-decoration: none;
  color: #000d6d;
}
.message-body__image {
  cursor: pointer;
  position: relative;
  margin: 0 14px 15px 14px;
  display: flex;
  flex-direction: column;
}
.message-body__image img {
  border-radius: 4px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.message-body__image-counter {
  align-self: center;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}
.message-body__image:hover .message-body__image-hover {
  opacity: 0.2;
}
.message-body__image-hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.message-body__rates {
  margin: 0 15px;
}
.message-body__map {
  margin: 0 15px 15px 15px;
}
.message-body__map .js-osm-map {
  width: 100%;
  min-height: 400px;
}
.message-body__video {
  margin: 0 14px 15px 14px;
}
.message-body__disclaimer {
  margin: 0 15px 15px 15px;
  font-size: 12px;
  color: #838383;
  font-style: italic;
}
.message-label {
  margin: 10px 15px;
  color: white;
  align-self: flex-start;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
}
.message-comment-count {
  font-size: 14px;
  margin-top: 1em;
  color: #2f3751;
}
.message__rate-link {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.message-attachments {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.message-attachment {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  padding: 0.75em;
  margin-bottom: 0.75em;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #2f3751;
  font-weight: bold;
  transition: all 0.1s ease-in-out;
}
.message-attachment:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.message-attachment__filename {
  flex: 1;
}
.message-separator {
  height: 2px;
  background-color: #0c8bba;
  margin: 20px 15px 5px 15px;
}
.message--tile {
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
  background-color: #fff;
  padding: 15px;
}
.message--tile h1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.message--detail {
  background-color: white;
  padding: 20px 10px;
  border-radius: 6px;
}
@media screen and (min-width: 961px) {
  .message--detail {
    flex: 65;
  }
}
.message--detail .message-body h1 {
  font-size: 32px;
}
.message .c-address {
  background-color: #f7f8f9;
  border-radius: 12px;
  padding: 10px;
  margin: 0 15px 15px 15px;
}
.message .c-address > div {
  display: flex;
  align-items: center;
}
.message .c-address .js-osm-map {
  width: 100%;
  min-height: 200px;
  border-radius: 12px;
  margin-top: 10px;
}
.message--no-project {
  max-width: calc(641px - 20px);
  margin: 0 auto;
}
.message-surveys {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}
.message-survey {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  align-items: center;
  text-align: center;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 1em;
}
.message-survey__title {
  margin-bottom: 0.5em;
}
.message-survey__text {
  margin: 0 2em;
  font-size: 14px;
}
.message-survey .pp-button {
  font-size: 14px;
  margin-top: 1em;
}

.event {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 0 15px 0;
  margin-bottom: 1em;
}
.event-header {
  display: flex;
  flex-direction: row;
  padding: 0 15px;
}
.event-header__image {
  width: 45px;
  height: 45px;
  border: 1px solid #e9ebed;
  border-radius: 6px;
}
.event-header__content {
  margin-left: 0.75em;
}
.event-header__profilename {
  color: #2f3751;
  font-weight: bold;
  font-size: 16px;
}
.event-header__time {
  color: #838383;
  font-size: 14px;
}
.event-header .user-tile-img {
  height: 45px;
  width: 45px;
}
.event-header {
  padding: 15px 30px;
}
.event-footer__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 15px;
}
@media screen and (min-width: 481px) {
  .event-footer__container {
    flex-direction: row;
    align-items: center;
  }
}
.event-footer-data {
  font-size: 14px;
  color: #2f3751;
  display: flex;
  gap: 10px;
}
.event-footer-data-item {
  display: flex;
  gap: 5px;
  align-items: center;
}
.event-footer-view-button-wrapper {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 10px;
}
@media screen and (min-width: 481px) {
  .event-footer-view-button-wrapper {
    margin-top: 0;
  }
}
.event-footer-view-button {
  text-align: center;
  border: 1px solid #0c8bba;
  border-radius: 6px;
  color: #0c8bba;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: #0c8bba;
  padding: 1em 2em;
  opacity: 0.9;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  box-shadow: none;
  color: #2f3751;
  font-size: 14px;
  padding: 0.75em 1.5em;
  margin-left: auto;
}
.event-footer-view-button:hover {
  opacity: 1;
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
  background-color: rgba(12, 139, 186, 0.05);
}
.event-footer-view-button--cta {
  background-color: rgba(0, 184, 107, 0.9);
  color: white;
  border: 1px solid rgba(0, 184, 107, 0.9);
}
.event-footer-view-button--primary {
  background-color: rgba(12, 139, 186, 0.9);
  border-color: rgba(12, 139, 186, 0.9);
  color: white;
}
.event-footer-view-button--small {
  padding: 0.5em 1em;
}
.event-footer-view-button--loading .event-footer-view-button__text {
  visibility: hidden;
}
.event-footer-view-button--loading .event-footer-view-button__spinner {
  display: flex;
}
.event-footer-view-button__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid white;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}
.event-body {
  color: #2f3751;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  flex: 1;
  overflow-wrap: break-word;
}
.event-body h1, .event-body__title {
  font-size: 21px;
  font-weight: bold;
  margin: 15px;
}
.event-body h2 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0.5em;
}
.event-body__title {
  text-decoration: none;
}
.event-body__title:hover {
  text-decoration: underline;
}
.event-body__text {
  margin: 0 15px 15px 15px;
  font-size: 14px;
  line-height: 1.4;
}
.event-body__text p:not(:last-child),
.event-body__text ul:not(:last-child),
.event-body__text ol:not(:last-child) {
  margin-bottom: 1em;
}
.event-body__text ul,
.event-body__text ol {
  margin-left: 25px;
}
.event-body__text ul {
  list-style: disc;
}
.event-body__text ol {
  list-style: numeric;
}
@media screen and (min-width: 961px) {
  .event-body__text--summary {
    min-height: 80px;
  }
}
@media screen and (min-width: 1360px) {
  .event-body__text--summary {
    min-height: 100px;
  }
}
.event-body__sections {
  margin: 0 15px 15px 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.event-body__section {
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  flex: 1;
  color: #3b4259;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event-body__section-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.event-body__section-icon {
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  text-decoration: none;
  color: #000d6d;
}
.event-body__image {
  cursor: pointer;
  position: relative;
  margin: 0 14px 15px 14px;
  display: flex;
  flex-direction: column;
}
.event-body__image img {
  border-radius: 4px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-body__image-counter {
  align-self: center;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}
.event-body__image:hover .event-body__image-hover {
  opacity: 0.2;
}
.event-body__image-hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.event-body__rates {
  margin: 0 15px;
}
.event-body__map {
  margin: 0 15px 15px 15px;
}
.event-body__map .js-osm-map {
  width: 100%;
  min-height: 400px;
}
.event-body__video {
  margin: 0 14px 15px 14px;
}
.event-body__disclaimer {
  margin: 0 15px 15px 15px;
  font-size: 12px;
  color: #838383;
  font-style: italic;
}
.event-comment-count {
  font-size: 14px;
  margin-top: 1em;
  color: #2f3751;
}
.event__rate-link {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.event-attachments {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.event-attachment {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  padding: 0.75em;
  margin-bottom: 0.75em;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #2f3751;
  font-weight: bold;
  transition: all 0.1s ease-in-out;
}
.event-attachment:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.event-attachment__filename {
  flex: 1;
}
.event-separator {
  height: 2px;
  background-color: #0c8bba;
  margin: 20px 15px 5px 15px;
}
.event--tile {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.event--tile h2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.event--tile .activity-partial_calendar-element {
  padding: 1em;
  display: flex;
  background-color: #f7f8f9;
}
.event--tile .activity-partial_calendar-element__date {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  flex-shrink: 0;
  flex-direction: column;
  margin-right: 1em;
  background-color: white;
}
.event--tile .activity-partial_calendar-element__day {
  color: #ff314b;
  font-size: 1.602em;
  font-weight: 500;
}
.event--tile .activity-partial_calendar-element__month {
  font-weight: 500;
}
.event--tile .activity-partial_calendar-element__info {
  display: flex;
  flex-grow: 1;
  width: calc(100% - 50px - 1em);
  color: #3b4259;
  flex-direction: column;
  justify-content: space-evenly;
}
.event--tile .activity-partial_calendar-element__where-when {
  width: 100%;
  display: flex;
}
.event--tile .activity-partial_calendar-element__where-when--col {
  flex-direction: column;
}
.event--tile .activity-partial_calendar-element__time {
  color: #272b3a;
  line-height: 1.5;
  white-space: nowrap;
}
.event--tile .activity-partial_calendar-element__time-end {
  color: #272b3a;
  line-height: 1.5;
  white-space: nowrap;
}
.event--tile .activity-partial_calendar-element__theme {
  color: #727da2;
  line-height: 1.5;
}
.event--tile .activity-partial_calendar-element__location {
  color: #727da2;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}
@media screen and (min-width: 961px) {
  .event--detail {
    flex: 65;
  }
}
.event--detail .project-event-body h2 {
  font-size: 32px;
}

.sl-list {
  display: flex;
  flex-direction: column;
  margin: 15px;
}
.sl-list .sl-idea {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.21);
  border-radius: 8px;
  padding: 1em;
  margin-bottom: 1em;
  color: #2f3751;
}
.sl-list .sl-idea__header {
  display: flex;
  margin-bottom: 1em;
}
.sl-list .sl-idea__img {
  width: 45px;
  height: 45px;
  margin-right: 1em;
  border-radius: 6px;
  overflow: hidden;
}
.sl-list .sl-idea .img-container.logo .img-container__img {
  border-width: 4em;
}
.sl-list .sl-idea__header-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-around;
}
.sl-list .sl-idea__name {
  font-weight: bold;
}
.sl-list .sl-idea__time {
  color: #63697d;
}
.sl-list .sl-idea__title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.sl-list .sl-idea__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sl-list .sl-idea__stats {
  display: flex;
  flex-direction: row;
}
.sl-list .sl-idea__stat {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sl-list .sl-idea__stat:not(:last-child):after {
  text-align: center;
  content: "•";
  margin: 0 5px;
}
.sl-list .sl-idea__icon {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  font-size: 18px;
  color: #838383;
  margin-right: 5px;
}
.sl-list .sl-idea__button {
  padding: 0.5em 1em;
}
.sl-list__viewall {
  align-self: center;
  margin: 0.5em 0 1.5em 0;
}
.sl-list__add {
  align-self: center;
  margin-bottom: 1em;
}
.sl-list__add--primary {
  background-color: #5670ce;
  border-color: #5670ce;
}
.sl-list__add-wrapper {
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  padding: 1em 1em 0.5em 1em;
  margin-bottom: 1em;
  color: #2f3751;
  background-color: #f2fdff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sl-list__add-title {
  font-size: 14px;
  text-align: center;
  padding: 0.5em 0em 1em 0em;
  font-weight: bold;
}

.survey-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 0 15px 0;
  margin-bottom: 1em;
}
.survey-item-header {
  display: flex;
  flex-direction: row;
  padding: 0 15px;
}
.survey-item-header__image {
  width: 45px;
  height: 45px;
  border: 1px solid #e9ebed;
  border-radius: 6px;
}
.survey-item-header__content {
  margin-left: 0.75em;
}
.survey-item-header__profilename {
  color: #2f3751;
  font-weight: bold;
  font-size: 16px;
}
.survey-item-header__time {
  color: #838383;
  font-size: 14px;
}
.survey-item-header .user-tile-img {
  height: 45px;
  width: 45px;
}
.survey-item-body {
  color: #2f3751;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  flex: 1;
  overflow-wrap: break-word;
}
.survey-item-body h1, .survey-item-body__title {
  font-size: 21px;
  font-weight: bold;
  margin: 15px;
}
.survey-item-body h2 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0.5em;
}
.survey-item-body__title {
  text-decoration: none;
}
.survey-item-body__title:hover {
  text-decoration: underline;
}
.survey-item-body__text {
  margin: 0 15px 15px 15px;
  font-size: 14px;
  line-height: 1.4;
}
.survey-item-body__text p:not(:last-child),
.survey-item-body__text ul:not(:last-child),
.survey-item-body__text ol:not(:last-child) {
  margin-bottom: 1em;
}
.survey-item-body__text ul,
.survey-item-body__text ol {
  margin-left: 25px;
}
.survey-item-body__text ul {
  list-style: disc;
}
.survey-item-body__text ol {
  list-style: numeric;
}
@media screen and (min-width: 961px) {
  .survey-item-body__text--summary {
    min-height: 80px;
  }
}
@media screen and (min-width: 1360px) {
  .survey-item-body__text--summary {
    min-height: 100px;
  }
}
.survey-item-body__sections {
  margin: 0 15px 15px 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.survey-item-body__section {
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  flex: 1;
  color: #3b4259;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.survey-item-body__section-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.survey-item-body__section-icon {
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  text-decoration: none;
  color: #000d6d;
}
.survey-item-body__image {
  cursor: pointer;
  position: relative;
  margin: 0 14px 15px 14px;
  display: flex;
  flex-direction: column;
}
.survey-item-body__image img {
  border-radius: 4px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.survey-item-body__image-counter {
  align-self: center;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}
.survey-item-body__image:hover .survey-item-body__image-hover {
  opacity: 0.2;
}
.survey-item-body__image-hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.survey-item-body__rates {
  margin: 0 15px;
}
.survey-item-body__map {
  margin: 0 15px 15px 15px;
}
.survey-item-body__map .js-osm-map {
  width: 100%;
  min-height: 400px;
}
.survey-item-body__video {
  margin: 0 14px 15px 14px;
}
.survey-item-body__disclaimer {
  margin: 0 15px 15px 15px;
  font-size: 12px;
  color: #838383;
  font-style: italic;
}
.survey-item__rate-link {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.survey-item-separator {
  height: 2px;
  background-color: #0c8bba;
  margin: 20px 15px 5px 15px;
}
.survey-item--tile {
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
  background-color: #fff;
  padding: 15px;
}
.survey-item--tile h1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.neighbourhoods {
  display: flex;
  flex-direction: column;
  margin: 15px;
}
.neighbourhoods__box {
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #d1d1d1;
}
.neighbourhoods__title {
  margin-bottom: 15px;
}
.neighbourhoods .neighbourhood-stats {
  display: flex;
  flex-direction: row;
}
.neighbourhoods .neighbourhood-stats__title {
  font-weight: bold;
}
.neighbourhoods .neighbourhood-stats__numbers {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
}
.neighbourhoods .neighbourhood-stats__number {
  font-weight: bold;
}
.neighbourhoods .neighbourhood-stats__info:not(:first-child):before {
  content: "•";
  margin: 0 0.5em;
}
.neighbourhoods .neighbourhood-stats:not(:last-child) {
  margin-bottom: 15px;
}

.emoticons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.emoticons .emoticon {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 37px;
  padding: 0 0.75em;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #d1d1d1;
  gap: 5px;
}
.emoticons .emoticon img {
  width: 22px;
  height: 22px;
}
.emoticons .emoticon__text {
  margin: 0 0.5em;
  font-size: 14px;
  font-weight: bold;
}
.emoticons .emoticon__counter {
  font-size: 14px;
  font-weight: bold;
}

.perception {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-color: rgba(12, 139, 186, 0.05);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 1em;
}
.perception h3 {
  color: #2f3751;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 14px;
}
.perception__input-container {
  display: flex;
  flex-direction: column;
}
.perception__buttons {
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
  height: 50px;
}
.perception__button {
  flex: 1;
  transition: all 0.1s ease-in-out;
  border: none;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.perception__button:not(:last-child) {
  border-right: 1px solid #09678a;
}
.perception__button:hover, .perception__button--selected {
  background-color: #09678a;
}
.perception__submit {
  align-self: flex-end;
}
.perception__values {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-end;
  margin-bottom: 1em;
}
.perception__votes-block {
  width: 90%;
  border-radius: 6px;
  margin: 0.5em 0;
}
.perception__votes {
  color: #838383;
  font-size: 12px;
}
.perception__votes-value {
  font-weight: bold;
  color: #2f3751;
  font-size: 14px;
}
.perception__value {
  display: flex;
  flex: 1;
  height: 150px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.perception__score-1 .perception__votes-block {
  background-color: #ff315d;
}
.perception__score-2 .perception__votes-block {
  background-color: #ff315d;
}
.perception__score-3 .perception__votes-block {
  background-color: #e57358;
}
.perception__score-4 .perception__votes-block {
  background-color: #e57358;
}
.perception__score-5 .perception__votes-block {
  background-color: #f1c13a;
}
.perception__score-6 .perception__votes-block {
  background-color: #f1c13a;
}
.perception__score-7 .perception__votes-block {
  background-color: #b2e067;
}
.perception__score-8 .perception__votes-block {
  background-color: #b2e067;
}
.perception__score-9 .perception__votes-block {
  background-color: #18cc8c;
}
.perception__score-10 .perception__votes-block {
  background-color: #18cc8c;
}
.perception__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.perception__total-score {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5em;
}
.perception__vote-count {
  font-size: 14px;
}

.votes {
  display: flex;
  flex-direction: column;
}
.votes__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.votes .vote {
  text-align: center;
  border: 1px solid #0c8bba;
  border-radius: 6px;
  color: #0c8bba;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: #0c8bba;
  padding: 1em 2em;
  opacity: 0.9;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: calc(50% - 5px);
  padding: 0.5em;
  font-size: 14px;
  cursor: pointer;
  border-color: #d1d1d1;
}
.votes .vote:hover {
  opacity: 1;
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
  background-color: rgba(12, 139, 186, 0.05);
}
.votes .vote--cta {
  background-color: rgba(0, 184, 107, 0.9);
  color: white;
  border: 1px solid rgba(0, 184, 107, 0.9);
}
.votes .vote--primary {
  background-color: rgba(12, 139, 186, 0.9);
  border-color: rgba(12, 139, 186, 0.9);
  color: white;
}
.votes .vote--small {
  padding: 0.5em 1em;
}
.votes .vote--loading .votes .vote__text {
  visibility: hidden;
}
.votes .vote--loading .votes .vote__spinner {
  display: flex;
}
.votes .vote__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid white;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}
.votes .vote:hover {
  background-color: white;
}
.votes .vote__text {
  margin: 0 5px;
  font-weight: bold;
  color: #838383;
}
.votes .vote__number {
  font-weight: bold;
  color: #838383;
}
.votes .vote--upvote .material-icons {
  color: #25a88f;
}
.votes .vote--downvote .material-icons {
  color: #ff0045;
}
.votes .vote--voted .material-icons,
.votes .vote--voted .vote__text,
.votes .vote--voted .vote__number {
  color: white;
}
.votes .vote--voted.vote--upvote {
  background-color: #25a88f;
  border-color: #25a88f;
}
.votes .vote--voted.vote--downvote {
  background-color: #ff0045;
  border-color: #ff0045;
}
.votes__bar {
  margin-top: 1em;
  border: 1px solid #d1d1d1;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0.5em;
  border-radius: 6px;
}
.votes__bar-container {
  margin: 1em 0.5em;
  height: 16px;
  border-radius: 8px;
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.votes__part {
  height: 100%;
}
.votes__part-text {
  font-size: 14px;
  font-weight: bold;
}
.votes__part-text--upvote {
  color: #25a88f;
}
.votes__part-text--downvote {
  color: #ff0045;
}
.votes__part--upvote {
  border-radius: 8px 0 0 8px;
  background-color: #25a88f;
}
.votes__part--downvote {
  border-radius: 0 8px 8px 0;
  background-color: #ff0045;
}

.options {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  padding: 1em;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.options h3 {
  color: #2f3751;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 14px;
}
.options__current {
  font-size: 14px;
}
.options__option {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-color: white;
  padding: 0.75em;
  margin-bottom: 0.5em;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.options__option input {
  margin-right: 0.5em;
}
.options__voted {
  font-size: 14px;
  margin-bottom: 0.5em;
}
.options .option-result {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  padding: 0.5em;
  position: relative;
  margin-bottom: 0.5em;
  background-color: white;
  color: #2f3751;
  overflow: hidden;
}
.options .option-result__progress {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #d1d1d1;
}
.options .option-result__progress--max {
  background-color: #92d4c7;
}
.options .option-result__text {
  position: relative;
  z-index: 1;
  font-size: 14px;
}
.options footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.options__submit {
  margin-left: 1em;
}

.rate-summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 15px;
  min-height: 24px;
}
.rate-summary__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
  color: #2f3751;
  font-size: 14px;
}
.rate-summary__item i {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  color: #d1d1d1;
  font-size: 24px;
}
.rate-summary__item strong {
  margin: 0 5px;
}

.vote-cta {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  height: 125px;
  background-color: rgba(12, 139, 186, 0.05);
  padding: 1em;
  margin: 0 15px 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #2f3751;
  text-decoration: none;
}
.vote-cta__checkmark {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  font-size: 36px;
  color: #00d079;
  margin-bottom: 5px;
}
.vote-cta__text {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: bold;
}
.vote-cta__thanks {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.vote-cta__link {
  text-decoration: underline;
  font-size: 14px;
}

.survey-ctas {
  display: flex;
  flex-direction: column;
  margin: 0 15px 15px 15px;
}

.survey-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
.survey-cta__title {
  margin-bottom: 0.5em;
}
.survey-cta__text {
  margin: 0 2em;
  font-size: 14px;
}
.survey-cta .pp-button {
  font-size: 14px;
  margin-top: 1em;
}

.custom-cta {
  display: flex;
  flex-direction: column;
  padding: 15px 15px 15px 15px;
}
.custom-cta .custom-cta-content {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-cta .custom-cta-content__text {
  font-weight: bold;
  color: #2f3751;
  margin-bottom: 1em;
  font-size: 14px;
}

.comments {
  display: flex;
  flex-direction: column;
  padding: 15px 15px 0 15px;
}
.comments__title {
  margin-bottom: 15px;
}
.comments .comment {
  display: flex;
  flex-direction: row;
}
.comments .comment:not(:last-child) {
  margin-bottom: 1em;
}
.comments .comment__image {
  width: 45px;
  height: 45px;
  border-radius: 6px;
  margin-right: 10px;
}
.comments .comment__attached-image {
  display: flex;
  margin-bottom: 5px;
}
.comments .comment__attached-image img {
  width: 45px;
  height: 45px;
  border-radius: 6px;
}
.comments .comment__reply {
  border: solid 1px #d1d1d1;
  border-radius: 18.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  height: 24px;
  padding: 0 0.9em;
  color: #2f3751;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
}
.comments .comment__children {
  padding-left: 55px;
}
.comments .comment__container {
  background-color: #eff1f4;
  flex: 1;
  padding: 10px;
  border-radius: 6px;
  color: #2f3751;
  font-size: 14px;
  position: relative;
}
.comments .comment__name {
  font-weight: bold;
}
.comments .comment__text {
  line-height: 1.5;
}
.comments .comment__dropdown {
  position: absolute;
  right: 5px;
  top: 5px;
}
.comments .comment__input-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-bottom: 15px;
}
.comments .comment__input-container .pp-button {
  display: none;
  align-items: center;
}
.comments .comment__input-container textarea {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  padding: 1em;
  font-size: 14px;
  height: 70px;
}
.comments .comment__input-container textarea:focus {
  border-color: #d1d1d1;
  box-shadow: 0 0 5px #d1d1d1;
  outline: 1px #d1d1d1;
}
.comments .comment__input-footer {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  height: 35px;
  margin-top: 5px;
}
.comments .comment__input-footer img {
  height: 35px;
  width: 35px;
}
.comments .comment__input-footer .img-thumbnail-container {
  position: relative;
}
.comments .comment__input-footer .img-thumbnail-container:hover .remove-image {
  opacity: 1;
}
.comments .comment__input-footer .img-thumbnail-container:hover .remove-image-hover {
  opacity: 0.4;
}
.comments .comment__input-footer .remove-image {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.comments .comment__input-footer .remove-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: #000;
  transition: 0.2s ease-in-out;
}

.login-cta {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-cta__text {
  font-weight: bold;
  color: #2f3751;
  margin-bottom: 1em;
  font-size: 14px;
}

.content-report {
  padding: 0;
}
.content-report__container {
  padding: 1em;
}
.content-report__feedback {
  font-size: 14px;
}
.content-report__feedback-title {
  margin-bottom: 10px;
}
.content-report__feedback-title span {
  font-weight: bold;
}
.content-report__feedback-radio {
  margin-bottom: 10px;
}
.content-report__feedback-radio input {
  margin-right: 5px;
}
.content-report__feedback-remark {
  margin-top: 15px;
}
.content-report__feedback-remark .fontweight-bold {
  font-weight: 700;
}
.content-report__feedback-remark textarea {
  font-family: "Roboto", sans-serif;
  overflow-y: auto;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  resize: none;
  border: solid 1px #b0c0c7;
  background-color: #fff;
  border-radius: 6px;
  margin: 10px 0 15px 0;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}
.content-report__feedback-info a {
  color: inherit;
}
.content-report__footer {
  padding: 1em;
  text-align: right;
}
.content-report__footer button {
  min-width: 100px;
  cursor: pointer;
}

.content-report-success__description {
  font-size: 14px;
  margin-bottom: 20px;
}
.content-report-success button {
  cursor: pointer;
}

@media screen and (min-width: 961px) {
  .project-sidebar {
    flex: 35;
  }
}

.project-info {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  padding: 15px 20px;
  color: #2f3751;
  display: flex;
  flex-direction: column;
  margin: 0 10px 15px 10px;
}
@media screen and (min-width: 641px) {
  .project-info {
    margin: 0 0 15px 10px;
  }
}
.project-info__belongs {
  font-size: 13px;
  margin-bottom: 10px;
}
.project-info__type {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.project-info__type i {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  font-size: 28px;
  margin-right: 5px;
}
.project-info__title {
  font-size: 21px;
  font-weight: bold;
  margin: 10px 0;
  text-decoration: none;
}
.project-info__title:hover {
  text-decoration: underline;
}
.project-info__summary {
  font-size: 14px;
  line-height: 21px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.project-info__readmore {
  font-weight: bold;
  color: #2f3751;
  text-decoration: none;
  margin-left: 5px;
}
.project-info__readmore:hover {
  text-decoration: underline;
}
.project-info .project-remaining {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
}
.project-info .project-remaining__text {
  margin-right: 10px;
}

.share-idea {
  margin: 0 10px 15px 10px;
}
@media screen and (min-width: 641px) {
  .share-idea {
    margin: 0 0 15px 10px;
  }
}
.share-idea__title {
  font-size: 21px;
  font-size: bold;
  margin-bottom: 15px;
}
.share-idea__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.share-idea__button {
  width: 30%;
  padding: 10px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.share-idea__button:hover, .share-idea__button:focus {
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
}
.share-idea__button img {
  width: 30px;
  height: 30px;
}
.share-idea__button i {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  font-size: 30px;
  color: white;
}
.share-idea__button--facebook {
  background-color: #3b5998;
}
.share-idea__button--twitter {
  background-color: #1da1f2;
}
.share-idea__button--mail {
  background-color: #0c8bba;
}

.settings-dropdown {
  margin-left: auto;
}

.activity .activity-calendar-element {
  padding: 1em;
  display: flex;
}
.activity .activity-calendar-element__info {
  display: flex;
  flex-grow: 1;
  width: calc(100% - 50px - 1em);
  color: #2f3751;
  flex-direction: column;
  justify-content: space-evenly;
}
.activity .activity-calendar-element__date {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  flex-shrink: 0;
  flex-direction: column;
  margin-right: 1em;
  background-color: white;
}
.activity .activity-calendar-element__day {
  color: #ff0045;
  font-size: var(--font-size-4);
  font-weight: 500;
}
.activity .activity-calendar-element__month {
  font-weight: 500;
}
.activity .activity-calendar-element__unknown-time {
  color: #ff0045;
  font-weight: 500;
  font-size: var(--font-size-4);
}
.activity .activity-calendar-element__where-when {
  width: 100%;
  display: flex;
}
.activity .activity-calendar-element__time {
  color: #1c2131;
  line-height: 1.5;
  white-space: nowrap;
}
.activity .activity-calendar-element__time-end {
  color: #1c2131;
  line-height: 1.5;
  white-space: nowrap;
}
.activity .activity-calendar-element__time-end:before {
  content: "-";
  padding: 0.5em;
}
.activity .activity-calendar-element__location {
  color: #0c8bba;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}
.activity .activity-calendar-element__location::before {
  content: "";
  border-left: 1px solid #0c8bba;
  padding-left: 0.5em;
  margin-left: 0.5em;
}
.activity .activity-calendar-element__tbd {
  color: #1c2131;
  line-height: 1.5;
  white-space: nowrap;
}
.activity .activity-calendar-element__theme {
  color: #0c8bba;
  line-height: 1.5;
}
.activity .activity-rates {
  margin: 10px 15px 15px 15px;
}
.activity .activity-rates__interaction {
  display: block;
  padding: 1em;
  background-color: #f7f8f9;
  border-radius: 6px;
}
.activity .activity-rates__interacting-summary {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: var(--font-size-1);
  text-decoration: underline;
  font-weight: 500;
}
.activity .activity-rates__user-list {
  display: flex;
  padding: 1em 0 0;
  justify-content: space-between;
}
.activity .activity-rates__interacting-user {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  color: #3d3e46;
  background-color: #bcbec5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.activity .activity-rates__interacting-user:nth-child(n+6) {
  display: none;
}
@media screen and (min-width: 375px) {
  .activity .activity-rates__interacting-user:nth-child(6) {
    display: flex;
  }
}
@media screen and (min-width: 425px) {
  .activity .activity-rates__interacting-user:nth-child(7) {
    display: flex;
  }
}
@media screen and (min-width: 475px) {
  .activity .activity-rates__interacting-user:nth-child(8) {
    display: flex;
  }
}
@media screen and (min-width: 525px) {
  .activity .activity-rates__interacting-user:nth-child(9) {
    display: flex;
  }
}
@media screen and (min-width: 575px) {
  .activity .activity-rates__interacting-user:nth-child(10) {
    display: flex;
  }
}
.activity .activity-rates__interacting-user--empty {
  background-color: transparent;
  height: 0;
  pointer-events: none;
  overflow: auto;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 0;
  box-shadow: none;
}
.activity__actions {
  display: flex;
  margin: 1em;
}
.activity__actions .action-wrapper-form {
  z-index: 1;
  position: relative;
  width: auto;
}
.activity__actions .action-wrapper-form:nth-child(n+2) {
  margin-left: 1em;
  width: auto;
}
.activity__actions .toggle-button {
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
  margin-bottom: 0;
  cursor: pointer;
}
.activity__actions .toggle-button:last-child {
  margin-bottom: 0;
}
.activity__actions .toggle-button__label {
  font-weight: 600;
  margin-bottom: 0.5em;
}
.activity__actions .toggle-button__wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.activity__actions .toggle-button__input-area {
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  height: 44px;
  padding: 0 1em;
}
.activity__actions .toggle-button__container {
  display: flex;
  width: 100%;
  height: 44px;
  border: 1px solid #d1d1d1;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
.activity__actions .toggle-button__pre, .activity__actions .toggle-button__post {
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #838383;
}
.activity__actions .toggle-button__input-search {
  flex-grow: 1;
  height: 44px;
  height: 100%;
  background-color: white;
  border: none;
  padding-left: 1em;
}
.activity__actions .toggle-button__click-area {
  display: flex;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
  /* Animation only for chrome and opera ---
  media query hack: only selects chrome += 29 and Opera +=16 */
}
.activity__actions .toggle-button__click-area svg {
  display: none;
}
.activity__actions .toggle-button__click-area .checkmark-icon {
  width: 20px;
  height: 20px;
  color: white;
  stroke-linecap: round;
  stroke-dasharray: 27;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .activity__actions .toggle-button__click-area .checkmark-icon--animation .path {
    stroke-dashoffset: -23;
    animation: 300ms dash 50ms ease forwards;
  }
}
.activity__actions .toggle-button__select {
  width: 100%;
  height: 44px;
}
.activity__actions .toggle-button__checkbox-wrapper {
  display: flex;
  align-items: center;
}
.activity__actions .toggle-button__checkbox-wrapper .input-field__input-checkbox {
  margin-right: 0.5em;
}
.activity__actions .toggle-button .field-validation-error {
  color: #ff0045;
  margin-bottom: 0.5em;
}
.activity__actions .toggle-button .field-validation-error * {
  font-size: 12px;
}
.activity__actions .toggle-button__select {
  width: 100%;
  height: 30px;
}
.activity__actions .toggle-button .checkmark-icon {
  transition: 0.2s ease-in-out;
}
.activity__actions .toggle-button__click-area {
  border-radius: 4px;
  height: 44px;
  background-color: white;
  transition: 0.2s ease-in-out;
  padding: 1em;
  font-weight: 500;
  border: 1px solid #d1d1d1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.activity__actions .toggle-button__icon-wrapper {
  margin-left: 0em;
  transition: 0.2s ease-in-out;
}
.activity__actions .toggle-button__input {
  display: none;
}
.activity__actions .toggle-button__input:checked + .toggle-button__click-area {
  background-color: #ff314b;
  border-color: #fd0020;
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
  transition: 0.1s ease-in-out;
  color: white;
}
.activity__actions .toggle-button__input:checked + .toggle-button__click-area .toggle-button__icon-wrapper {
  margin-left: 0.5em;
  transition: 0.2s ease-in-out;
}
.activity__actions .toggle-button__input:disabled + .toggle-button__click-area {
  color: #d1d1d1;
  box-shadow: none;
  border-color: rgba(209, 209, 209, 0.5);
}
.activity__actions .toggle-button__input:disabled:checked + .toggle-button__click-area {
  box-shadow: none;
  background-color: #e9e9e9;
  border-color: gainsboro;
  color: white;
}
.activity__actions .toggle-button--rsvp .toggle-button__click-area .toggle-button__icon {
  display: block;
  width: 1.25em;
  margin-right: 0.5em;
  opacity: 0.75;
  transition: opacity 0.3s ease-in-out;
}
.activity__actions .toggle-button--rsvp .toggle-button__input:checked + .toggle-button__click-area {
  background-color: #5bb9e5;
  border-color: #45b0e2;
}
.activity__actions .toggle-button--rsvp .toggle-button__input:checked + .toggle-button__click-area .toggle-button__icon {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.activity__actions .toggle-button--rsvp .toggle-button__input:disabled:checked + .toggle-button__click-area {
  background-color: #e9e9e9;
  border-color: gainsboro;
}
.activity__actions .toggle-button--interested .toggle-button__click-area .toggle-button__icon {
  display: block;
  width: 1.25em;
  margin-right: 0.5em;
  opacity: 0.75;
  transition: opacity 0.3s ease-in-out;
}
.activity__actions .toggle-button--interested .toggle-button__icon-wrapper {
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.activity__actions .toggle-button--interested .toggle-button__input:checked + .toggle-button__click-area {
  background-color: #43c1d6;
  border-color: #2ebad1;
}
.activity__actions .toggle-button--interested .toggle-button__input:checked + .toggle-button__click-area .toggle-button__icon {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.activity__actions .toggle-button--interested .toggle-button__input:disabled:checked + .input-checkbox__click-area {
  background-color: #e9e9e9;
  border-color: gainsboro;
}

.account-settings {
  margin-top: 1em;
}
.account-settings .checkbox-setting {
  flex-direction: row;
  align-items: center;
}
.account-settings .checkbox-setting input {
  margin-right: 5px;
}
.account-settings .settings-separator {
  border: 1px solid #b0c0c7;
  margin-bottom: 15px;
}
.account-settings__delete-account {
  color: red;
  font-size: 14px;
}
.account-settings .picture-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.account-settings .picture-container__thumbnail img {
  padding: 2px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: content-box;
  margin-top: 15px;
}
.account-settings .picture-container__thumbnail__generated {
  width: 120px;
  height: 138px;
  font-size: 44px;
}
.account-settings .picture-container__edit {
  position: absolute;
  left: 2px;
  top: 110px;
  padding: 6px;
  margin: auto;
  text-align: center;
  right: 2px;
  border-radius: 0 0 8px 8px;
  background-color: rgba(47, 55, 81, 0.5);
  color: #fff;
  width: 109px;
  font-size: 12px;
  font-weight: 400;
  box-sizing: content-box;
}
.account-settings .picture-container__display-name {
  color: #3b4259;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  margin-top: 10px;
}

.delete-account {
  padding-top: 1em;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.delete-account__title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 15px;
}
.delete-account__section {
  margin-bottom: 25px;
}
.delete-account__section-title {
  float: left;
  font-size: 12px;
  line-height: 21px;
  font-weight: 700;
}
.delete-account__section-content {
  margin-left: 150px;
}
.delete-account__reason-radio-container {
  vertical-align: middle;
  display: inline-block;
}
.delete-account__reason-radio {
  cursor: pointer;
  margin: 0 3px 0 0;
}
.delete-account__reason-text {
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
}
.delete-account textarea {
  width: 100%;
  border: 1px solid #d1d1d1;
  padding: 5px 10px;
  box-sizing: border-box;
  resize: none;
  overflow-y: hidden;
  background-color: #f8f8f9;
  border-radius: 6px;
}
.delete-account__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
.delete-account__button-container {
  text-align: right;
}
.delete-account .pp-button {
  font-size: 15px;
}

.change-picture {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.change-picture__avatar {
  display: flex;
  flex-direction: row;
}
.change-picture__thumbnail img {
  height: 120px;
  width: 120px;
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.change-picture__thumbnail__generated {
  height: 120px;
  width: 120px;
  font-size: 44px !important;
}
.change-picture__actions {
  display: flex;
  flex-direction: column;
  margin-left: 1em;
}
.change-picture__change {
  margin-bottom: 0.5em;
}
.change-picture__footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.change-email {
  padding: 0;
}
.change-email__title {
  font-weight: 700;
  font-size: 18px;
  word-wrap: break-word;
  padding: 15px;
}
.change-email__label {
  line-height: 20px;
  float: left;
  font-weight: 700;
  font-size: 12px;
  word-wrap: break-word;
}
.change-email__input {
  margin-left: 150px;
}
.change-email__input input {
  height: 30px;
  color: #272727;
  line-height: normal;
  width: 100%;
  border: 1px solid #d0d0d0;
  padding: 5px 10px;
  box-sizing: border-box;
  resize: none;
  overflow-y: hidden;
  border-radius: 2px;
}
.change-email__input input:-moz-read-only {
  background-color: #f8f8f9;
}
.change-email__input input:read-only {
  background-color: #f8f8f9;
}
.change-email__separator {
  border-top: 1px solid #d1d1d1;
}
.change-email .padding-top {
  padding-top: 15px;
}
.change-email .content {
  padding: 0 15px 15px 15px;
}
.change-email__info {
  margin: 15px;
  font-size: 14px;
  font-weight: 400;
  word-wrap: break-word;
  line-height: 21px;
}
.change-email__footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 1em;
}

.about {
  flex: 1;
  padding-bottom: 4em;
}
.about__content {
  padding: 0 0.5em;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 650px;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
@media screen and (min-width: 641px) {
  .about__content {
    padding: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.about__title {
  align-self: center;
  font-size: 48px;
  margin: 40px 0 20px 0;
}
.about__logo {
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
  background-color: #fff;
  padding: 15px;
  align-self: center;
  margin-bottom: 40px;
}
.about__logo img {
  max-height: 160px;
}
.about__text {
  font-size: 14px;
  line-height: 1.5;
  height: 100%;
}
.about__text h1,
.about__text h2,
.about__text h3,
.about__text h4 {
  font-weight: bold;
  color: #0c8bba;
}
.about__text h1 {
  font-size: 30px;
  margin-bottom: 0.5em;
}
.about__text h2 {
  font-size: 24px;
  margin-bottom: 0.3em;
}
.about__text h3 {
  font-size: 18px;
  margin-bottom: 0.2em;
}
.about__text p {
  margin-bottom: 1em;
}
.about__text a:not(.pp-button) {
  color: #0c8bba;
  text-decoration: underline;
}
.about__text a:not(.pp-button):hover {
  color: #52c8f4;
}
.about__text ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.about__text ul li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.about p > .pp-button {
  display: block;
}
.about__buttons {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 961px) {
  .about__buttons {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.about .about-button {
  padding: 1em;
  border: 1px solid #0c8bba;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
}
.about .about-button:hover {
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
}
.about .about-button__text {
  font-size: var(--font-size-4);
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .about .about-button {
    width: 49%;
  }
}

.error-page {
  margin-top: 100px;
}
.error-page__box {
  font-weight: 400;
  word-wrap: break-word;
  background-color: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  max-width: 700px;
  margin: auto;
  border-radius: 2px;
}
.error-page__content {
  text-align: center;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .error-page__content {
    flex-direction: row;
  }
}
.error-page__image {
  max-width: 300px;
  width: 100%;
}
.error-page__description {
  color: #929292;
  font-size: 14px;
  line-height: 28px;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel], .iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

[dir=rtl] .iti--allow-dropdown input,
[dir=rtl] .iti--allow-dropdown input[type=text],
[dir=rtl] .iti--allow-dropdown input[type=tel], [dir=rtl] .iti--separate-dial-code input,
[dir=rtl] .iti--separate-dial-code input[type=text],
[dir=rtl] .iti--separate-dial-code input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}

[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}

.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}

.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}

.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png?1");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png?1");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

.iti .iti__flag {
  background-image: url("/images/flags.png");
}
.iti__selected-flag {
  background: none !important;
}

.wizard-step {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  outline-color: #33bcd1;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  flex-grow: 1;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}
.wizard-step__close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  cursor: pointer;
}
.wizard-step__input {
  width: 100%;
  padding: 0.75em;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}
.wizard-step__input:hover, .wizard-step__input:focus {
  border-color: #3ac0f2;
  box-shadow: 0 0 5px #3ac0f2;
  outline: 1px #3ac0f2;
}
.wizard-step__header {
  margin: 0;
  padding: 1em;
  background-color: #f5f9fb;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wizard-step__header--modal {
  padding: 0.5em 1em 1em;
  border-bottom: 1px solid #d1d1d1;
}
.wizard-step__header .progress-tracker {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wizard-step__header .progress-tracker__current {
  font-size: 0.8em;
}
.wizard-step__header .progress-tracker__step-list {
  display: flex;
  margin: 0.5em 0;
}
.wizard-step__header .progress-tracker__step {
  height: 1.25em;
  width: 1.25em;
  border-radius: 50%;
  margin: 0.25em;
  border: 2px solid #d1d1d1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: transparent;
}
.wizard-step__header .progress-tracker__step--done {
  background-color: var(--accent-color-1);
  border-color: var(--accent-color-1);
}
.wizard-step__title {
  font-weight: bold;
  font-size: var(--font-size-2);
  margin-top: 0.5em;
}
.wizard-step__content {
  padding: 1em;
  margin: 0.5em 0;
}
.wizard-step__footer {
  display: flex;
  background-color: #f5f9fb;
  padding: 1em;
  width: 100%;
  justify-content: flex-end;
  gap: 10px;
}
.wizard-step__footer-filler {
  flex: 1;
}

.c-survey__question-header {
  padding: 10px 0px 20px 0px;
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}
.c-survey__question-header-title {
  font-size: var(--font-size-4);
  font-weight: bold;
  padding-bottom: 10px;
}
.c-survey__question-header-image {
  margin-top: 20px;
  text-align: center;
}
.c-survey__question-header-image > img {
  max-width: 400px;
  width: 100%;
}

.c-grid-overview {
  margin-top: 10px;
}
.c-grid-overview__list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.c-grid-overview__empty {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 1em;
  margin: 0.5em 0.25em;
  margin-top: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 700px) {
  .c-grid-overview__empty {
    max-width: 1400px;
    padding: 2em;
    margin: 1em auto;
  }
}
.c-grid-overview__empty h2 {
  font-size: var(--font-size-2);
  font-weight: bold;
}
.c-grid-overview__empty a {
  text-align: center;
  border: 1px solid #0c8bba;
  border-radius: 6px;
  color: #0c8bba;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: #0c8bba;
  padding: 1em 2em;
  opacity: 0.9;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.c-grid-overview__empty a:hover {
  opacity: 1;
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
  background-color: rgba(12, 139, 186, 0.05);
}
.c-grid-overview__empty a--cta {
  background-color: rgba(0, 184, 107, 0.9);
  color: white;
  border: 1px solid rgba(0, 184, 107, 0.9);
}
.c-grid-overview__empty a--primary {
  background-color: rgba(12, 139, 186, 0.9);
  border-color: rgba(12, 139, 186, 0.9);
  color: white;
}
.c-grid-overview__empty a--small {
  padding: 0.5em 1em;
}
.c-grid-overview__empty a--loading .c-grid-overview__empty a__text {
  visibility: hidden;
}
.c-grid-overview__empty a--loading .c-grid-overview__empty a__spinner {
  display: flex;
}
.c-grid-overview__empty a__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid white;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}
.c-grid-overview__tile {
  background-color: white;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  width: 300px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0.5em;
  overflow: hidden;
  position: relative;
  height: auto;
  min-height: 375px;
  position: relative;
  margin: 0;
}
.c-grid-overview__tile-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-grid-overview__tile-header {
  min-height: 50px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1em;
  border-bottom: 1px solid #d1d1d1;
  flex-shrink: 0;
}
.c-grid-overview__tile-img {
  height: 200px;
}
.c-grid-overview__tile-img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-grid-overview__tile-img--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(270deg, #dde1ff 0.93%, #ffd7df 99.94%);
}
.c-grid-overview__tile-img i {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  font-size: 54px;
  color: #000d6d;
}
.c-grid-overview__tile-content {
  padding: 1em;
}
.c-grid-overview__tile:hover {
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
}
.c-grid-overview__tile--empty {
  background-color: transparent;
  height: 0;
  pointer-events: none;
  overflow: auto;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 0;
  box-shadow: none;
}
.c-grid-overview__date {
  display: flex;
  font-size: 14px;
  gap: 5px;
}
.c-grid-overview__date-text {
  color: #000d6d;
  font-weight: bold;
}
.c-grid-overview__date-text--highlight {
  color: #ff314b;
}
.c-grid-overview__content {
  padding: 1em;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-grid-overview__content-title {
  margin-bottom: 0.5em;
  color: #000d6d;
  word-wrap: break-word;
  font-weight: 500;
  font-size: var(--font-size-2);
}
.c-grid-overview__rows {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  color: #000d6d;
}
.c-grid-overview__rows-labels {
  display: flex;
  gap: 5px;
}
.c-grid-overview__rows-label {
  background-color: #e6e9ff;
  color: #2a3cc2;
  padding: 2px 5px;
  border-radius: 6px;
}
.c-grid-overview__rows-engagement {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-grid-overview__rows-engagement .material-icons {
  font-size: 21px;
}
.c-grid-overview__full-img {
  width: 100%;
  height: 100%;
  flex-grow: 1;
}
.c-grid-overview .img-container.logo .img-container__img {
  border-width: 4em;
}
.c-grid-overview .calendar-container {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
  background-color: #fff;
  padding: 15px;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 20px;
}
.c-grid-overview .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.c-grid-overview .calendar-header .month-name {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Allows space between text and icon */
}
.c-grid-overview .calendar-header .month-name::after {
  /* Adds the chevron icon */
  content: "expand_more";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  /* Assuming material-icons mixin is defined */
  margin-left: 8px;
  /* Space between text and icon */
  display: inline-block;
  /* Ensures the icon is treated as an inline element */
}
.c-grid-overview .calendar-header button {
  cursor: pointer;
  text-align: center;
  border: 1px solid #0c8bba;
  border-radius: 6px;
  color: #0c8bba;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: #0c8bba;
  padding: 1em 2em;
  opacity: 0.9;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  color: #000d6d;
  padding: 5px;
  display: flex;
  font-size: 20px;
}
.c-grid-overview .calendar-header button:hover {
  opacity: 1;
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
  background-color: rgba(12, 139, 186, 0.05);
}
.c-grid-overview .calendar-header button--cta {
  background-color: rgba(0, 184, 107, 0.9);
  color: white;
  border: 1px solid rgba(0, 184, 107, 0.9);
}
.c-grid-overview .calendar-header button--primary {
  background-color: rgba(12, 139, 186, 0.9);
  border-color: rgba(12, 139, 186, 0.9);
  color: white;
}
.c-grid-overview .calendar-header button--small {
  padding: 0.5em 1em;
}
.c-grid-overview .calendar-header button--loading .c-grid-overview .calendar-header button__text {
  visibility: hidden;
}
.c-grid-overview .calendar-header button--loading .c-grid-overview .calendar-header button__spinner {
  display: flex;
}
.c-grid-overview .calendar-header button__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid white;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}
.c-grid-overview .calendar-header button span {
  font-size: 32px;
}
.c-grid-overview .weekday-header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  display: none;
  color: #000d6d;
}
@media screen and (min-width: 961px) {
  .c-grid-overview .weekday-header {
    display: grid;
  }
}
.c-grid-overview .calendar-body {
  display: grid;
  gap: 5px;
}
@media screen and (min-width: 961px) {
  .c-grid-overview .calendar-body {
    grid-template-columns: repeat(7, 1fr);
  }
}
.c-grid-overview .calendar-day {
  border: 1px solid rgba(0, 13, 109, 0.25);
  padding: 14px;
  background-color: white;
  overflow: auto;
  position: relative;
  /* Make sure the day is a positioning context. */
  border-radius: 12px;
  color: #000d6d;
}
@media screen and (min-width: 961px) {
  .c-grid-overview .calendar-day {
    min-height: 150px;
  }
}
.c-grid-overview .calendar-day .day-number {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.c-grid-overview .calendar-day .day-abbreviation {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .c-grid-overview .calendar-day .day-abbreviation {
    display: none;
  }
}
.c-grid-overview .calendar-event {
  background: linear-gradient(270deg, #dde1ff 0.93%, #ffd7df 99.94%);
  color: #000d6d;
  padding: 10px;
  margin-bottom: 7px;
  font-size: 16px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.c-grid-overview .calendar-event:hover {
  background-color: #1e6bb8;
}
.c-grid-overview .calendar-day.other-month {
  background-color: #ecedef;
  color: #888;
  display: none;
}
@media screen and (min-width: 961px) {
  .c-grid-overview .calendar-day.other-month {
    display: block;
  }
}
.c-grid-overview .calendar-day.selected {
  background-color: #ffdfe6;
}
.c-grid-overview .calendar-day.selected .calendar-event {
  background: white;
}

.c-grid-overview-filter {
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
  background-color: #fff;
  padding: 15px;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: auto;
  margin: 0;
  padding: 20px;
  background-image: url(/images/event_swirl.svg);
  background-size: cover;
}
.c-grid-overview-filter__title-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.c-grid-overview-filter h1 {
  font-weight: bold;
  font-size: var(--font-size-3);
  color: #000d6d;
}
.c-grid-overview-filter__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.c-grid-overview-filter__buttons-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.c-grid-overview-filter__button {
  text-align: center;
  border: 1px solid #0c8bba;
  border-radius: 6px;
  color: #0c8bba;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: #0c8bba;
  padding: 1em 2em;
  opacity: 0.9;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.c-grid-overview-filter__button:hover {
  opacity: 1;
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
  background-color: rgba(12, 139, 186, 0.05);
}
.c-grid-overview-filter__button--cta {
  background-color: rgba(0, 184, 107, 0.9);
  color: white;
  border: 1px solid rgba(0, 184, 107, 0.9);
}
.c-grid-overview-filter__button--primary {
  background-color: rgba(12, 139, 186, 0.9);
  border-color: rgba(12, 139, 186, 0.9);
  color: white;
}
.c-grid-overview-filter__button--small {
  padding: 0.5em 1em;
}
.c-grid-overview-filter__button--loading .c-grid-overview-filter__button__text {
  visibility: hidden;
}
.c-grid-overview-filter__button--loading .c-grid-overview-filter__button__spinner {
  display: flex;
}
.c-grid-overview-filter__button__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid white;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}
.c-grid-overview-filter .grid-filter-spinner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.c-grid-overview-filter .grid-view-toggle {
  gap: 0;
}
.c-grid-overview-filter .grid-view-toggle .view-button label {
  font-weight: 500;
}
.c-grid-overview-filter .grid-view-toggle .view-button:first-of-type label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.c-grid-overview-filter .grid-view-toggle .view-button:last-of-type label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.c-grid-overview-filter .grid-dropdown {
  position: relative;
}
.c-grid-overview-filter .grid-dropdown label {
  text-align: center;
  border: 1px solid #0c8bba;
  border-radius: 6px;
  color: #0c8bba;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: #0c8bba;
  padding: 1em 2em;
  opacity: 0.9;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  padding: 10px 15px;
  min-height: 46px;
  font-size: 24px;
  color: #000d6d;
}
.c-grid-overview-filter .grid-dropdown label:hover {
  opacity: 1;
  box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.15);
  background-color: rgba(12, 139, 186, 0.05);
}
.c-grid-overview-filter .grid-dropdown label--cta {
  background-color: rgba(0, 184, 107, 0.9);
  color: white;
  border: 1px solid rgba(0, 184, 107, 0.9);
}
.c-grid-overview-filter .grid-dropdown label--primary {
  background-color: rgba(12, 139, 186, 0.9);
  border-color: rgba(12, 139, 186, 0.9);
  color: white;
}
.c-grid-overview-filter .grid-dropdown label--small {
  padding: 0.5em 1em;
}
.c-grid-overview-filter .grid-dropdown label--loading .c-grid-overview-filter .grid-dropdown label__text {
  visibility: hidden;
}
.c-grid-overview-filter .grid-dropdown label--loading .c-grid-overview-filter .grid-dropdown label__spinner {
  display: flex;
}
.c-grid-overview-filter .grid-dropdown label__spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid white;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  display: none;
}
.c-grid-overview-filter .grid-dropdown label:hover {
  background-color: #ecedef;
}
.c-grid-overview-filter .grid-dropdown label span {
  font-size: 15px;
}
.c-grid-overview-filter .grid-dropdown label i {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga" 1;
  font-size: 24px;
}
.c-grid-overview-filter .grid-dropdown--set label {
  background-color: #ffdfe6;
}
.c-grid-overview-filter .grid-dropdown--set label:hover {
  background-color: #ffc6d2;
}
.c-grid-overview-filter .grid-dropdown__separator {
  height: 1px;
  background-color: #d1d1d1;
  margin: 5px 10px;
}
.c-grid-overview-filter .grid-dropdown__options {
  display: none;
  position: absolute;
  top: 45px;
  z-index: 2;
  min-width: 250px;
  flex-direction: column;
  background-color: white;
  padding: 10px;
  border-radius: 25px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  max-height: 500px;
  overflow-y: auto;
}
.c-grid-overview-filter .grid-dropdown__options button {
  color: #000d6d;
  background: white;
  padding: 10px;
  text-align: left;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}
.c-grid-overview-filter .grid-dropdown__options button:hover {
  background-color: rgba(12, 139, 186, 0.05);
}

.c-subscription-form {
  max-width: 650px;
  margin: 50px 0;
}
.c-subscription-form form {
  background-color: white;
  border-radius: 8px;
}
.c-subscription-form__header {
  padding: 1em;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: var(--font-size-3);
  border-radius: 8px 8px 0 0;
}
.c-subscription-form__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  max-height: 680px;
  padding-top: 1em;
}
.c-subscription-form__info {
  margin: 0 1em;
}
.c-subscription-form__info--with-border {
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  padding: 1em;
}
.c-subscription-form__info-business {
  display: flex;
  gap: 10px;
}
.c-subscription-form__info-business img {
  height: 80px;
}
.c-subscription-form__title {
  color: #113d79;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-bottom: 10px;
}
.c-subscription-form__title span {
  font-size: var(--font-size-4);
}
.c-subscription-form__text {
  padding-bottom: 0.5em;
}
.c-subscription-form__data {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
@media screen and (min-width: 961px) {
  .c-subscription-form__data {
    flex-direction: row;
    gap: 10px;
  }
}
.c-subscription-form__data input, .c-subscription-form__data textarea {
  border: 1px solid rgba(0, 13, 109, 0.25);
  min-height: 55px;
  border-radius: 12px;
  padding: 1em;
}
.c-subscription-form__data-row {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 5px 0;
}
.c-subscription-form__data-row label {
  font-weight: bold;
}
.c-subscription-form__data-row input:disabled {
  background-color: #eee;
}
.c-subscription-form__data-row--street {
  flex: 3;
}
.c-subscription-form__data-row .field-validation-error,
.c-subscription-form__data-row .error {
  color: #ff314b;
}
.c-subscription-form__footer {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  gap: 10px;
}

.c-address-lookup {
  position: relative;
  z-index: 2;
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.c-address-lookup input {
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  height: 44px;
  padding: 0 1em;
}
.c-address-lookup input:hover, .c-address-lookup input:focus {
  border-color: #3ac0f2;
  box-shadow: 0 0 5px #3ac0f2;
  outline: 1px #3ac0f2;
}
.c-address-lookup__results {
  position: absolute;
  top: 50px;
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  background-color: white;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
}
.c-address-lookup__button {
  background-color: white;
  padding: 10px;
  border: none;
  text-align: left;
}
.c-address-lookup__button:hover, .c-address-lookup__button:focus {
  border: none;
  background-color: #e9ebed;
}
.c-address-lookup__button.focus-visible {
  outline: none;
}
.c-address-lookup__button:not(:last-child) {
  border-bottom: 1px solid #d1d1d1;
}

.c-password-strength {
  display: flex;
  flex-direction: row;
  height: 10px;
  max-width: 200px;
  gap: 2px;
  border-radius: 8px;
  overflow: hidden;
}
.c-password-strength__weak, .c-password-strength__basic, .c-password-strength__better, .c-password-strength__strong {
  background-color: #d1d1d1;
  flex: 1;
  transition: all 0.2s ease-in-out;
}
.c-password-strength.weak .c-password-strength__weak {
  background: #e9090c;
}
.c-password-strength.basic .c-password-strength__weak {
  background: #e9090c;
}
.c-password-strength.basic .c-password-strength__basic {
  background: #ffa900;
}
.c-password-strength.better .c-password-strength__weak {
  background: #e9090c;
}
.c-password-strength.better .c-password-strength__basic {
  background: #ffa900;
}
.c-password-strength.better .c-password-strength__better {
  background: #9bc156;
}
.c-password-strength.strong .c-password-strength__weak {
  background: #e9090c;
}
.c-password-strength.strong .c-password-strength__basic {
  background: #ffa900;
}
.c-password-strength.strong .c-password-strength__better {
  background: #9bc156;
}
.c-password-strength.strong .c-password-strength__strong {
  background: #02b504;
}

.c-multifactor #qrcode {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.c-multifactor #qrcode img {
  padding: 15px;
  border: 1px solid black;
  border-radius: 12px;
}
.c-multifactor__accordion {
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  cursor: pointer;
  margin-top: 2em;
}
.c-multifactor__accordion-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center;
}
.c-multifactor__accordion-header-button i {
  transition: all 0.2s linear;
}
.c-multifactor__accordion-header-button.open i {
  transform: rotate(180deg);
}
.c-multifactor__accordion-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.c-multifactor__accordion-content {
  padding: 0 20px 20px 20px;
}
.c-multifactor__accordion-content a {
  text-decoration: underline;
}
.c-multifactor__accordion-code {
  padding: 10px;
  border: 1px solid black;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  border-radius: 12px;
}

.html-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #2f3751;
}
.html-content * {
  line-height: 1.5;
}
.html-content h2 {
  font-size: 16px;
  font-weight: bold;
}
.html-content ul {
  list-style-type: disc;
}
.html-content ol {
  list-style-type: decimal;
}
.html-content ul,
.html-content ol {
  margin-left: 1em;
}
.html-content li {
  margin: 5px 0;
}
.html-content a {
  text-decoration: underline;
}
.html-content hr {
  border: 1px solid #d1d1d1;
}